/*

Theme Name:		Silencer Central
Description:	Theme for https://silencercentral.com
Version:			1.2.2
Author:			SG Web Partners
Author URI:		https://sgwebpartners.com
Domain Path:	/lib/languages
Text Domain:	slc

*/

/* = Document Setup
---------------------------------------------------- */

*{
	border: 0;
	padding: 0;
	margin: 0;

	box-sizing: border-box;
	word-wrap: break-word;

	background: transparent no-repeat left top;
	outline: none;
}

body{
	font-size: 16px;
	line-height: 29px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;

	-webkit-font-smoothing: antialiased;

	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body.popup-window-open{
	overflow: hidden;
}

body.with-scroll{
	margin-right: 17px;
}

h1, .h1{
	font-size: 40px;
	line-height: 49px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 800;
}

h2, .h2{
	font-size: 34px;
	line-height: 43px;
	margin-bottom: 20px;
	font-weight: 700;
}

h3, .h3{
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 15px;
	font-weight: 700;
}

h4, .h4{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: 700;
}

a{
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	color: #7c1718;
}

a:hover,
a:active,
a:focus{
	text-decoration: underline;
	color: #991c1e;
}

select,
textarea,
input{
	vertical-align: middle;
	display: inline-block;
}

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"]{
	border: 1px solid #d4d4d4;
	border-radius: 5px;

	font-size: 16px;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #000;
}

select,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"]{
	padding: 10px 15px;
	height: 50px;
}

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"]{
	-webkit-appearance: none;
}

textarea{
	padding: 10px 15px;
	resize: vertical;
}

input[type="radio"],
input[type="checkbox"]{
	width: 16px;
	height: 16px;
	margin: 0 6px 2px 0;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

button,
input[type="button"],
input[type="submit"]{
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;

	white-space: normal;
	cursor: pointer;

	border-radius: 5px;
	padding: 12px 25px;

	background-color: #7c1718;
	color: #fff;

	font-size: 16px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.04em;
	font-weight: 700;

	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus{
	background-color: #991c1e;
	color: #fff;
}

input:-ms-input-placeholder { color: #808080; }
input::-webkit-input-placeholder { color: #808080; }
input:-moz-placeholder { color: #808080; opacity: 1; }
input::-moz-placeholder { color: #808080; opacity: 1; }

textarea:-ms-input-placeholder { color: #808080; }
textarea::-webkit-input-placeholder { color: #808080; }
textarea:-moz-placeholder { color: #808080; opacity: 1; }
textarea::-moz-placeholder { color: #808080; opacity: 1; }

svg{
	max-width: 100%;
}

sup{
	font-size: 0.6em;
}

hr{
	margin: 30px 0;
	height: 0;

	border-width: 0 0 2px;
	border-color: #7c1718;
	border-style: solid;

	clear: both;
}

/* = Core Classes
---------------------------------------------------- */

.wrap{
	padding: 0 20px;
	max-width: 1180px;
	margin: 0 auto;
}

.left{
	float: left;
}

.right{
	float: right;
}

.alignleft{
	margin: 0 25px 15px 0;
	float: left;
	z-index: 1;
}

.aligncenter{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.alignright{
	margin: 0 0 15px 25px;
	float: right;
	z-index: 1;
}

.textleft{
	text-align: left;
}

.textcenter{
	text-align: center;
}

.textright{
	text-align: right;
}

.hidden{
	display: none;
}

.clear{
	clear: both;
	font-size: 1px;
	height: 0;
}

.clearfix::after{
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.non-selectable{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.covering-image{
	position: relative;
	display: block;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.covering-image::after{
	content: "";

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.covering-image img{
	display: block;
}

.caret-link{
	display: inline-block;

	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 700;
}

.caret-link:hover,
.caret-link:active,
.caret-link:focus{
	text-decoration: none;
}

.caret-link i{
	margin-left: 6px;
	font-size: 14px;
}

.caret-link i::before{
	vertical-align: top;
}

.inherited-color{
	display: inline-block;
	color: inherit;
}

.inherited-color:hover,
.inherited-color:active,
.inherited-color:focus{
	text-decoration: none;
	color: #7c1718;
}

.word-break{
	width: min-intrinsic;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;

	-ms-grid-columns: min-content;

	display: table-caption;
	display: -ms-grid;
}

.no-tap-color{
	-webkit-tap-highlight-color: transparent;
}

/* video block */

.video-block{
	margin-bottom: 29px;
	position: relative;
}

.video-block .thumb::after{
	background-color: rgba(0,0,0,0.2);
}

.video-block .thumb img{
	width: 100%;
}

.video-block .play{
	z-index: 1;

	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	opacity: 0.9;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	font-size: 110px;
	line-height: 110px;
	text-shadow: 0 1px 5px rgba(0,0,0,0.5);
	color: #fff;

	position: absolute;
	left: 50%;
	top: 50%;
}

.video-block .play:hover{
	opacity: 1;
}

.video-block .play::before{
	vertical-align: top;
}

.video-block .container{
	display: none;
}

/* video popup */

.video-popup{
	margin-bottom: 29px;
	position: relative;

	font-size: 110px;
	line-height: 110px;
	text-shadow: 0 1px 5px rgba(0,0,0,0.5);
	color: #fff;
}

.video-popup:hover,
.video-popup:active,
.video-popup:focus{
	text-decoration: none;
	color: #fff;
}

.video-popup::after{
	background-color: rgba(0,0,0,0.2);
}

.video-popup::before{
	vertical-align: top;
	z-index: 1;

	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	opacity: 0.9;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	position: absolute;
	left: 50%;
	top: 50%;
}

.video-popup:hover::before,
.video-popup:active::before,
.video-popup:focus::before{
	opacity: 1;
}

/* arrows */

.nav-arrow{
	width: 40px;
	display: none;

	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;

	border: 2px solid #000;
	border-radius: 50%;

	background-color: #fff;
	opacity: 0.1;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #000;

	position: absolute;
	z-index: 1;
	top: 50%;
}

.nav-arrow:hover{
	border-color: #7c1718;
	color: #7c1718;

	opacity: 0.7;
}

.nav-arrow::before{
	vertical-align: top;
}

.nav-arrow.prev{
	left: -50px;
}

.nav-arrow.next{
	right: -50px;
}

/* bullets */

.nav-bullets{
	padding-top: 20px;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex !important;
	display: flex !important;

	line-height: 0;
	font-size: 0;
}

.nav-bullets a{
	display: inline-block;
	margin: 0 2px;
	padding: 5px;
}

.nav-bullets a span{
	display: block;
	height: 8px;
	width: 8px;

	background-color: #000;
	border-radius: 50%;
}

.nav-bullets a:hover span,
.nav-bullets a.selected span{
	background-color: #7c1718;
}

/* graph */

.ez-pay-graph{
	max-width: 600px;
	margin: auto;
}

.ez-pay-graph-inner{
	position: relative;
	margin: 0 -10px;

	display: -webkit-flex;
	display: flex;
}

.ez-pay-graph-inner::before{
	height: 3px;

	background-color: #b3b3b3;
	content: '';

	position: absolute;
	right: 12.5%;
	left: 12.5%;
	top: 21px;
}

.ez-pay-graph-stage{
	padding: 0 10px;
	width: 25%;
}

.ez-pay-graph-point{
	width: 45px;
	height: 45px;
	display: block;
	margin: auto;

	border: 10px solid #b3b3b3;
	border-radius: 50%;

	background-color: #fff;
	position: relative;
}

.ez-pay-graph-point::after{
	width: 17px;
	height: 17px;
	content: '';

	background-color: #7c1718;
	border-radius: 50%;

	position: absolute;
	left: 4px;
	top: 4px;
}

.ez-pay-graph-text{
	margin-top: 16px;
	display: block;

	font-size: 21px;
	line-height: 29px;
	letter-spacing: 0.02em;
	font-weight: 500;
}

.ez-pay-graph-text strong{
	display: block;
}

/* = Site Container
---------------------------------------------------- */

.site-container{
	position: relative;
	overflow: hidden;
}

.javascript-warning{
	background-color: #7c1718;
	padding: 42px 0;

	font-size: 20px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color: #fff;

	position: absolute;
	z-index: 6;
	right: 0;
	left: 0;
	top: 0;
}

/* = Site Header
---------------------------------------------------- */

.site-header li{
	list-style: none;
}

.site-header li a{
	display: inline-block;
	color: inherit;
}

.site-header li a:hover,
.site-header li a:active,
.site-header li a:focus{
	text-decoration: none;
}

/* top */

.site-header-top{
	background-color: #7e171a;
	padding: 14px 50px;

	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
}

.site-header-top-inner{
	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.site-header-top ul{
	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;
}

.site-header-top li:not(:last-child){
	padding-right: 20px;
}

.site-header-top li a{
	font-weight: 700;
}

.site-header-top li a:hover,
.site-header-top li a:active,
.site-header-top li a:focus{
	color: #ffdadb;
}

.site-header-top .highlight{
	font-weight: 700;
	color: inherit;
}

/* notices */

.sitewide-notices{
	font-size: 14px;
}

.sitewide-notices li:not(:last-child){
	position: relative;
}

.sitewide-notices li:not(:last-child)::after{
	width: 1px;

	background-color: rgba(255,255,255,0.3);
	content: '';

	position: absolute;
	right: 17px;
	bottom: -4px;
	top: -4px;
}

.sitewide-notices li:not(:last-child) a,
.sitewide-notices li:not(:last-child) span{
	margin-right: 12px;
}

.sitewide-notices a::after{
	display: inline-block;
	margin-left: 5px;

	-webkit-transform: translateY(-1.5px);
	transform: translateY(-1.5px);

	font-size: 9px;
	line-height: 15px;
	font-variant: normal;
	font-family: 'slc';
	content: '\e90f';

	text-transform: none;
	text-align: center;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* contacts */

.top-contacts{
	font-size: 16px;
}

.top-contacts li.phone{
	position: relative;
}

.top-contacts li.phone::after{
	width: 1px;

	background-color: rgba(255,255,255,0.3);
	content: '';

	position: absolute;
	right: 15px;
	bottom: -4px;
	top: -4px;
}

.top-contacts li.phone a{
	margin-right: 15px;
}

.top-contacts li a::before{
	vertical-align: top;
	font-size: 22px;
}

.top-contacts li.phone a::before{
	margin-right: 7px;
}

/* main */

.site-header-main{
	font-size: 15px;
	line-height: 24px;
}

.site-header-main-outer{
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	padding: 0 50px;

	position: relative;
	z-index: 5;
}

.site-header-main-outer.fixed{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
}

.admin-bar .site-header-main-outer.fixed{
	top: 32px;
}

.with-scroll .site-header-main-outer.fixed{
	right: 17px;
}

.site-header-main-inner{
	min-height: 64px;

	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;
}

.site-header-main-left{
	min-width: 144px;
	width: 144px;
}

.site-header-main-center{
	padding-left: 1.470588%;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.site-header-main-right{
	padding-left: 30px;
	min-width: 462px;
	width: 462px;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.site-header-main li a:hover,
.site-header-main li a:active,
.site-header-main li a:focus{
	color: #7c1718;
}

/* logo */

.site-logo,
.site-logo svg{
	display: block;
}

a.site-logo:hover path,
a.site-logo:hover polygon,
a.site-logo:hover rect{
	fill: #7a232e;
}

/* site navigation */

.site-navigation .drop-down{
	background-color: #fff;
	display: none;

	position: absolute;
	z-index: 2;
	top: 100%;
	right: 0;
	left: 0;
}

.site-navigation .drop-down::after,
.site-navigation .drop-down::before{
	height: 4px;
	content: '';

	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);

	position: absolute;
	z-index: 1;
	right: 0;
	left: 0;
}

.site-navigation .drop-down::after{
	top: 100%;
}

.site-navigation .drop-down::before{
	top: 0;
}

.site-navigation .drop-down .wrap{
	max-width: 1330px;
}

.site-navigation ul.level-1{
	display: -webkit-flex;
	display: flex;
}

.site-navigation ul.level-2{
	padding: 50px 0;
	margin: 0 -35px;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.site-navigation ul.level-3{
	margin-top: 14px;
}

.site-navigation li.level-1{
	margin-left: 50px;
}

.site-navigation li.level-1.mobile{
	display: none;
}

.site-navigation li.level-2{
	max-width: 360px;
	padding: 0 35px;
}

.site-navigation li.level-2.with-background{
	position: relative;
}

.site-navigation li.level-2.with-background::before{
	background-color: #f1f1f1;
	content: '';

	position: absolute;
	bottom: -50px;
	top: -50px;
	right: 0;
	left: 0;
}

.site-navigation li.level-2.with-background:first-child::before{
	left: -4000px;
}

.site-navigation li.level-2.with-background:last-child::before{
	right: -4000px;
}

.site-navigation li.level-2.with-background > *{
	position: relative;
}

.site-navigation li.level-3:not(:last-child){
	margin-bottom: 6px;
}

.site-header li .menu-item-title{
	display: block;
}

.site-navigation li.level-1 > .menu-item-title,
.site-navigation li.level-2 > .menu-item-title{
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 700;
}

.site-navigation li.level-1 > .menu-item-title{
	position: relative;
	min-height: 64px;
}

.site-navigation li.level-1 > span.menu-item-title{
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.site-navigation li.level-1:hover > .menu-item-title{
	color: #7c1718;
}

.site-navigation li.has-children > .menu-item-title,
.site-navigation li.cart .menu-item-title,
.site-navigation li.search > .menu-item-title{
	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;
}

.site-navigation li.level-1:hover > .menu-item-title::after{
	height: 3px;

	background-color: #7c1718;
	content: '';

	position: absolute;
	bottom: 0;
	right: 1px;
	left: 1px;
}

.site-navigation li.level-1.has-children:hover > .menu-item-title::after{
	right: 17px;
}

.site-navigation li.level-1 > .menu-item-title > a,
.site-navigation li.level-1 > .menu-item-title > span{
	display: inline-block;
	padding: 5px 0;
}

.site-navigation li .menu-item-title i{
	vertical-align: middle;
	display: inline-block;

	margin-left: 6px;
	font-size: 10px;
}

.site-navigation li.cart .menu-item-title i{
	line-height: 20px;
	font-size: 20px;
}

.site-navigation li.cart .menu-item-title i span{
	min-height: 14px;
	min-width: 14px;

	font-size: 10px;
	line-height: 14px;

	bottom: 9px;
	left: 14px;
}

.site-navigation li.search .menu-item-title i{
	line-height: 16px;
	font-size: 16px;
}

.site-navigation li.level-2 .menu-item-title i{
	display: none;
}

.site-navigation li .menu-item-title i::before{
	vertical-align: top;

	-webkit-transition: transform 0.2s;
	transition: transform 0.2s;
}

.site-navigation li.desktop-active > .menu-item-title i.down::before{
	-webkit-transform: rotate(180deg) translate3d(0,1px,0);
	transform: rotate(180deg) translate3d(0,1px,0);
}

.site-header li .menu-item-description{
	margin: 16px 0;
	display: block;

	font-size: 13px;
	line-height: 21px;
}

.site-navigation li .menu-item-image{
	margin-top: 22px;
	display: block;

	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}

.site-navigation li .menu-item-image:hover,
.site-navigation li .menu-item-image:active,
.site-navigation li .menu-item-image:focus{
	opacity: 0.9;
}

.site-navigation li .menu-item-image picture{
	display: block;
}

.site-navigation li .menu-item-image img{
	max-width: 200px;
}

.site-navigation li .menu-item-image-text{
	padding: 25px;

	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;

	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* navigation button */

.navigation-button{
	width: 34px;
	height: 34px;
	cursor: pointer;
	display: none;

	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);

	font-size: 20px;
	line-height: 34px;
	text-align: center;
}

.navigation-button::before{
	content: '\e900';
}

.navigation-menu-open .navigation-button{
	font-size: 16px;
}

.navigation-menu-open .navigation-button::before{
	content: '\e906';
}

.search-bar-active .navigation-button{
	font-size: 21px;
}

.search-bar-active .navigation-button::before{
	content: '\e90c';
}

/* search form */

.search-form-container{
	position: relative;
	padding: 12px 20px;
	width: 332px;
}

.site-header-main-center .search-form-container{
	display: none;
}

.search-form-container.active{
	background-color: #e5e5e5;
}

.search-form{
	position: relative;
}

.search-form-icon{
	width: 30px;

	font-size: 20px;
	line-height: 28px;
	text-align: center;

	position: absolute;
	right: 7px;
	top: 6px;
}

.search-form-container.active .search-form-icon{
	font-size: 14px;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.search-form-container.active .search-form-icon::before{
	content: '\e906';
}

.search-form input[type="text"]{
	padding: 5px 42px 5px 16px;
	height: 40px;
	width: 100%;

	background-color: #fff;
	border-radius: 20px;
}

.search-form input[type="submit"]{
	display: none;
}

.search-results{
	display: none;
	z-index: 2;

	background-color: #f2f2f2;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	padding: 15px 20px 10px;

	font-size: 16px;
	line-height: 24px;

	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
}

.search-results::before{
	height: 4px;
	content: '';

	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);

	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}

.search-results li{
	list-style: none;
}

.search-results li + li{
	margin-top: 10px;
}

.search-results li.title{
	text-transform: uppercase;
	font-weight: 700;
}

.search-results li + li.title{
	padding-top: 6px;
}

.search-results li.result{
	font-size: 14px;
	line-height: 20px;
}

.search-results li.result a{
	padding: 12px 10px 12px 105px;
	min-height: 105px;

	background-color: #fff;

	position: relative;
	display: block;
}

.search-results .result-thumb{
	border: 1px solid #d4d4d4;
	width: 80px;

	position: absolute;
	left: 10px;
	top: 13px;
}

.search-results .result-thumb img{
	max-width: 100%;
	height: auto;
}

.search-results .result-title{
	font-weight: 700;
}

.search-results .result-text{
	font-size: 11px;
	line-height: 16px;
}

.search-results .article .result-text{
	margin-top: 2px;
}

.search-results .result-text p,
.search-results .result-text ol,
.search-results .result-text ul{
	margin-bottom: 4px;
}

.search-results .result-text p:last-child,
.search-results .result-text ol:last-child,
.search-results .result-text ul:last-child{
	margin-bottom: 0;
}

.search-results .result-price{
	font-weight: 700;
	margin-top: 8px;
}

.search-results li.other a{
	padding: 10px 15px;
	display: block;

	font-weight: 700;
	letter-spacing: 0.02em;
	color: #7c1718;

	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
}

.search-results li.other a:hover,
.search-results li.other a:active,
.search-results li.other a:focus{
	text-decoration: none;
}

.search-results li.nothing{
	margin-bottom: 6px;
	margin-top: 2px;

	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	color: #999;
}

/* shop navigation */

.shop-navigation ul{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;

	display: -webkit-flex;
	display: flex;

	font-size: 24px;
	line-height: 24px;
}

.shop-navigation li.account{
	margin-right: 25px;
}

.shop-navigation li i::before{
	vertical-align: top;
}

/* cart */

.site-header li.cart i{
	padding-right: 10px;
	position: relative;
	display: block;
}

.site-header li.cart i span{
	min-height: 16px;
	min-width: 16px;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;

	background-color: #7c1718;
	border-radius: 50%;

	font-size: 11px;
	line-height: 16px;
	color: #fff;

	position: absolute;
	bottom: 13px;
	left: 18px;
}

.site-header li.cart i span.empty,
.site-header li.cart i span:not(.ready){
	opacity: 0;
}

.site-header li.cart i em{
	font-style: normal;
	padding: 0 5px;
}

/* = Site Header: Shop
---------------------------------------------------- */

.site-header.shop{
	background-color: #fff;
	padding: 50px 0;

	text-align: center;
}

.site-header.shop .wrap{
	max-width: 1180px;
}

.site-header.shop .site-logo{
	width: 170px;
	margin: auto;
}

.site-header.shop .cart-navigation{
	margin-top: 28px;

	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 600;
}

.site-header.shop .cart-navigation-list{
	color: #999;
}

.site-header.shop .cart-navigation .link{
	color: inherit;
}

.site-header.shop .cart-navigation .link:hover,
.site-header.shop .cart-navigation .link:active,
.site-header.shop .cart-navigation .link:focus{
	text-decoration: none;
	color: #7c1718;
}

.site-header.shop .cart-navigation .current{
	color: #000;
}

.site-header.shop .cart-navigation .divider{
	margin: 0 5px;
}

.site-header.shop .cart-navigation .return{
	display: inline-block;
	margin-top: 12px;

	text-decoration: underline;
	font-weight: 700;
}

/* = Site Header: Portal
---------------------------------------------------- */

.site-header.portal{
	padding: 35px 45px;
}

.portal-thank-you .site-header{
	padding-top: 65px;
}

.site-header.portal .site-logo{
	width: 185px;
}

.portal-thank-you .site-logo{
	margin: auto;
}

/* = Page Header
---------------------------------------------------- */

.page-header{
	position: relative;
}

.page-header.desktop-text-dark{
	background-color: #f2f2f2;
}

.page-header.desktop-text-light{
	background-color: #0f1d41;
	color: #fff;
}

.page-header-main{
	position: relative;
	z-index: 1;
}

h1.page-header-title{
	margin-bottom: 0;
}

.page-header-text p,
.page-header-text ol,
.page-header-text ul{
	margin-bottom: 29px;
}

.page-header-text li > ol,
.page-header-text li > ul{
	margin-bottom: 14px;
	margin-top: 14px;
}

.page-header-text p:last-child,
.page-header-text ol:last-child,
.page-header-text ul:last-child{
	margin-bottom: 0;
}

.page-header-text li{
	margin-bottom: 8px;
	list-style: none;
}

.page-header-text ol > li{
	counter-increment: item;
}

.page-header-text ol > li::before{
	width: 1.5em;
	padding-right: 0.5em;
	content: counter(item) ".";
	display: inline-block;

	font-weight: bold;
	text-align: right;
}

.page-header-text ul > li{
	padding-left: 20px;
	position: relative;
}

.page-header-text ul > li::before{
	width: 7px;
	height: 7px;

	background-color: #7c1718;
	border-radius: 50%;
	content: '';

	position: absolute;
	top: 11px;
	left: 0;
}

.page-header-text a{
	color: inherit;
}

.page-header-button{
	min-width: 190px;
}

.page-header img{
	max-width: 100%;
	height: auto;
}

.page-header picture{
	position: relative;
	display: block;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.page-header picture::after{
	content: "";

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.page-header picture img{
	display: block;
}

.page-header-background{
	background-position: center;
	background-size: cover;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.page-header-shadow{
	background-color: #000;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* home */

.page-header-slider{
	position: relative;
}

.page-header-slide{
	width: 100%;
	padding: 60px 0;
	overflow-anchor: none;
	position: relative;
	float: left;
}

.page-header-slide.desktop-text-dark{
	background-color: #f2f2f2;
}

.page-header-slide.desktop-text-light{
	background-color: #0f1d41;
	color: #fff;
}

.page-header-slides:not(.ready) .page-header-slide:nth-child(n+2){
	display: none;
}

.page-header-slide .wrap{
	max-width: 1170px;
	position: relative;
	z-index: 1;
}

.page-header-slide-outer{
	display: table;
	min-height: 480px;
	width: 100%;
}

.page-header-slide-inner{
	vertical-align: middle;
	display: table-cell;
}

.page-header-slide .page-header-title,
.page-header-slide .page-header-text{
	text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.page-header-slide .page-header-title{
	font-size: 56px;
	line-height: 56px;
}

.page-header-slide .page-header-text{
	margin-top: 15px;

	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}

.page-header-slide .page-header-button{
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin-top: 30px;
	min-width: 210px;
}

.page-header-slider .nav-arrow{
	opacity: 1;
	border: 0;

	line-height: 80px;
}

.page-header-slider .nav-arrow.prev{
	border-radius: 0 5px 5px 0;
	left: 0;
}

.page-header-slider .nav-arrow.next{
	border-radius: 5px 0 0 5px;
	right: 0;
}

.page-header-slider .nav-bullets{
	position: absolute;
	z-index: 1;

	bottom: 18px;
	right: 10%;
	left: 10%;
}

.page-header-slider .nav-bullets a{
	margin: 0 2px;
	padding: 5px;
}

.page-header-slider .nav-bullets a span{
	height: 4px;
	width: 50px;

	background-color: rgba(255,255,255,0.2);
	border-radius: 0;
}

.page-header-slider .nav-bullets a:hover span,
.page-header-slider .nav-bullets a.selected span{
	background-color: #fff;
}

/* style 1 */

.page-header.style-1 .page-header-main{
	text-align: center;
}

.page-header.style-1 .wrap{
	max-width: 1040px;
}

.page-header.style-1 .page-header-outer{
	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.page-header.style-1.with-breadcrumbs .page-header-outer{
	min-height: 353px;
	padding-bottom: 50px;
	padding-top: 20px;
}

.page-header.category.with-breadcrumbs .page-header-outer{
	min-height: 253px;
}

.page-header.style-1.without-breadcrumbs .page-header-outer{
	min-height: 400px;
	padding: 50px 0;
}

.page-header.category.without-breadcrumbs .page-header-outer{
	min-height: 300px;
}

.page-header.style-1 .page-header-title,
.page-header.style-1 .page-header-text{
	text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.page-header.style-1 .page-header-text{
	margin-top: 22px;

	font-size: 18px;
	font-weight: 500;
}

.page-header.category .page-header-text{
	margin-top: 12px;
}

.page-header.style-1 .page-header-button{
	margin-top: 30px;
}

/* style 2 */

.page-header.style-2 .page-header-outer{
	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;
}

.page-header.style-2.with-breadcrumbs .page-header-outer{
	min-height: 553px;
	padding-bottom: 80px;
	padding-top: 50px;
}

.page-header.style-2.without-breadcrumbs .page-header-outer{
	min-height: 600px;
	padding: 80px 0;
}

.page-header.style-2 .page-header-inner{
	max-width: 580px;
}

.page-header.style-2 .page-header-title,
.page-header.style-2 .page-header-text{
	text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.page-header.style-2 .page-header-text{
	margin-top: 8px;

	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
}

.page-header.style-2 .page-header-button{
	margin-top: 22px;
}

/* style 3 */

.page-header.style-3 .page-header-outer{
	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;
}

.page-header.style-3.with-breadcrumbs .page-header-outer{
	min-height: 423px;
	padding-bottom: 80px;
	padding-top: 50px;
}

.page-header.style-3.without-breadcrumbs .page-header-outer{
	min-height: 470px;
	padding: 80px 0;
}

.page-header.style-3 .page-header-inner{
	display: -webkit-flex;
	display: flex;
}

.page-header.style-3.bottom-aligned .page-header-inner{
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.partnerships .page-header.style-3.top-aligned .page-header-inner{
	-webkit-align-items: center;
	align-items: center;
}

.page-header.style-3 .page-header-left{
	padding-right: 30px;
	width: 34.210526%;
}

.page-header.style-3.top-aligned .page-header-image{
	padding-top: 5px;
}

.page-header.style-3 .page-header-image img{
	margin: auto;
}

.page-header.style-3 .page-header-meta.desktop{
	text-align: center;
	margin-top: 55px;
}

.page-header.style-3 .page-header-meta.mobile{
	margin-top: 20px;
	display: none;
}

.page-header.style-3 .page-header-price{
	margin-bottom: 2px;
	font-weight: 600;
}

.page-header.style-3 .page-header-regular-price:not(:last-child){
	text-decoration: line-through;
	opacity: 0.6;
}

.page-header.style-3 .page-header-note{
	font-size: 14px;
	line-height: 18px;
}

.page-header.style-3 .page-header-note:not(:first-child){
	margin-top: 4px;
}

.page-header.style-3 .page-header-right{
	width: 65.789474%;
	-webkit-order: 1;
	order: 1;
}

.page-header.style-3 .page-header-title,
.page-header.style-3 .page-header-subtitle,
.page-header.style-3 .page-header-tagline,
.page-header.style-3 .page-header-text,
.page-header.style-3 .page-header-meta{
	text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.page-header.style-3 .page-header-subtitle{
	margin: 7px 0 0;
}

.page-header.style-3 .page-header-tagline{
	margin-top: 15px;

	font-size: 18px;
	line-height: 39px;
	font-weight: 500;
}

.page-header.style-3 .page-header-title + .page-header-text{
	margin-top: 28px;
}

.page-header.style-3 .page-header-subtitle + .page-header-text{
	margin-top: 20px;
}

.page-header.style-3 .page-header-tagline + .page-header-text{
	margin-top: 15px;
}

.page-header.style-3 .page-header-button{
	margin-top: 30px;
}

/* state */

.page-header.state{
	background-color: #f2f2f2;
}

.page-header.state .page-header-main{
	padding-bottom: 53px;
}

.page-header.state .page-header-main:first-child{
	padding-top: 50px;
}

.page-header.state .page-header-main:not(:first-child){
	padding-top: 40px;
}

.page-header.state .page-header-inner{
	min-height: 150px;

	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;
}

.page-header.state .page-header-left{
	padding-right: 50px;
	min-width: 330px;
	width: 330px;
}

.page-header.state .page-header-right{
	padding-bottom: 15px;

	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.page-header.state .page-header-meta{
	margin: 10px -12px 0;
	line-height: 23px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.page-header.state .page-header-meta div{
	margin-top: 15px;
	padding: 0 12px;
}

.page-header.state .page-header-meta span{
	display: block;

	text-transform: uppercase;
	font-weight: 500;
	color: #808080;
}

/* = Page Breadcrumbs
---------------------------------------------------- */

.page-breadcrumbs{
	padding: 25px 50px 0;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	display: -webkit-flex;
	display: flex;

	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}

.page-breadcrumbs:last-child{
	padding-bottom: 25px;
}

.page-header-breadcrumbs{
	position: relative;
	z-index: 1;
}

.page-breadcrumbs li{
	list-style: none;
}

.page-breadcrumbs li:not(:last-child)::after{
	margin: 0 4px;
	content: '/';
}

.page-breadcrumbs a{
	color: inherit;
}

/* = Page Content
---------------------------------------------------- */

.page-content p{
	margin-bottom: 29px;
}

.page-content p:empty{
	margin-bottom: 0;
}

.page-content ol,
.page-content ul{
	margin-bottom: 29px;
}

.page-content li > ol,
.page-content li > ul{
	margin-bottom: 14px;
	margin-top: 14px;
}

.page-content li{
	margin-bottom: 10px;
	list-style: none;

	padding-right: 20px;
	left: 20px;
}

.page-content li:last-child{
	margin-bottom: 0;
}

.page-content ol > li{
	counter-increment: item;
}

.page-content ol > li::before{
	width: 1.5em;
	padding-right: 0.5em;
	content: counter(item) ".";
	display: inline-block;

	font-weight: bold;
	text-align: right;
}

.page-content ul > li{
	padding-left: 20px;
	position: relative;
}

.page-content ul > li::before{
	width: 7px;
	height: 7px;

	background-color: #7c1718;
	border-radius: 50%;
	content: '';

	position: absolute;
	top: 11px;
	left: 0;
}

.page-content blockquote{
	margin: 40px auto;
	max-width: 800px;

	font-size: 30px;
	line-height: 43px;
	font-style: italic;
	text-align: center;
	color: #7c1718;
}

.page-content blockquote p:last-child,
.page-content blockquote ol:last-child,
.page-content blockquote ul:last-child{
	margin-bottom: 0;
}

.page-content blockquote p:first-child::before{
	content: '“';
}

.page-content blockquote p:last-child::after{
	content: '”';
}

.page-content img{
	max-width: 100%;
	height: auto;
}

.page-content picture{
	position: relative;
	display: block;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.page-content picture::after{
	content: "";

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.page-content picture img{
	display: block;
}

.page-content pre{
	margin-bottom: 29px;
	width: 100%;

	word-wrap: normal;
	overflow: overlay;
	display: block;
}

.page-content pre code{
	overflow: overlay;

	font-size: 14px;
	line-height: 22px;
}

/* wp-caption */

.page-content .wp-caption{
	margin-bottom: 29px;
	max-width: 100%;
	height: auto;
}

.page-content .wp-caption img{
	display: block;
}

.page-content .wp-caption.aligncenter img{
	margin: auto;
}

.page-content .wp-caption-text{
	margin: 5px 0 0;

	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	color: #989898;
}

.page-content .wp-caption-text a{
	color: inherit;
}

.page-content .wp-caption-text a:hover,
.page-content .wp-caption-text a:active,
.page-content .wp-caption-text a:focus{
	color: #7c1718;
}

/* iframes */

.page-content iframe{
	max-width: 100%;
	display: block;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.fluid-width-video-wrapper{
	margin-bottom: 29px;
}

/* tables */

.page-content table{
	border-collapse: collapse;
	max-width: 100%;
}

.page-content .tablepress{
	margin-bottom: 29px;
}

.page-content .tablepress-table-description {
    font-weight: bold;
    margin-bottom: 20px;
}

.page-content .tablepress caption{
	display: none;
}

.page-content .tablepress img{
	max-width: 100%;
}

/* common */

.page-content .page-content-title{
	max-width: 720px;
	text-align: center;
	margin: auto;
}

.page-content .page-content-text{
	margin-right: auto;
	margin-left: auto;

	text-align: center;
	font-weight: 500;
}

.page-content .page-content-text.big{
	max-width: 920px;

	font-size: 22px;
	line-height: 31px;
	letter-spacing: 0.02em;
}

.page-content .page-content-text.small{
	max-width: 1010px;
	font-size: 18px;
}

.page-content .page-content-text.big:not(:first-child){
	margin-top: 18px;
}

.page-content .page-content-text.small:not(:first-child){
	margin-top: 23px;
}

.page-content .page-content-text.big p,
.page-content .page-content-text.big ol,
.page-content .page-content-text.big ul{
	margin-bottom: 31px;
}

.page-content .page-content-text p:last-child,
.page-content .page-content-text ol:last-child,
.page-content .page-content-text ul:last-child{
	margin-bottom: 0;
}

/* gift cards */

#pwgc-balance-form{
	margin-bottom: 29px;
	max-width: 640px;

	font-size: 18px;
	font-weight: 600;
}

#pwgc-balance-number-label{
	margin-bottom: 10px;
}

#pwgc-balance-number-container{
	display: -webkit-flex;
	display: flex;
}

#pwgc-balance-number{
	margin-right: 30px;

	-webkit-flex-grow: 1;
	flex-grow: 1;
}

#pwgc-balance-button{
	min-width: 220px;
	width: 220px;
}

#pwgc-balance-error:not(:empty),
#pwgc-balance-amount{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #7c1718;
}

#pwgc-balance-expiration-date-container,
#pwgc-balance-reload{
	display: none;
}

/* miscellaneous */

.pac-container::after{
	/* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
	background-image: none !important;
	height: 0px;
}

/* = Articles List
---------------------------------------------------- */

.articles-list{
	max-width: 1140px;
	overflow: hidden;
	margin: auto;
}

.articles-list-inner{
	margin: 0 -15px -50px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.articles-list .article{
	width: 33.333333%;
	margin-bottom: 50px;
	padding: 0 15px;

	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}

.articles-list .article-thumb{
	margin-bottom: 14px;
	position: relative;
}

.articles-list .article-thumb img{
	width: 100%;
}

.articles-list .article-thumb-inner{
	padding: 20px 30px;
	height: 100%;
	width: 100%;

	background-color: rgba(0,0,0,0.55);
	opacity: 0;

	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;

	position: absolute;
	left: 0;
	top: 0;
}

.articles-list .article-thumb:hover .article-thumb-inner{
	opacity: 1;
}

.articles-list .article-thumb .button{
	padding-right: 10px;
	padding-left: 10px;
	max-width: 260px;
	width: 100%;
}

.articles-list .article-categories{
	margin-bottom: 6px;

	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #7c1718;
}

.articles-list .article-categories a:hover,
.articles-list .article-categories a:active,
.articles-list .article-categories a:focus{
	text-decoration: none;
}

.articles-list .article-title{
	margin-bottom: 8px;

	font-size: 18px;
	line-height: 24px;
}

.articles-list .article-meta{
	color: #989898;
}

.articles-list .article-meta span:not(:last-child)::after{
	margin: 0 3px;
	content: '|';
}

.articles-list .article-meta a{
	color: inherit;
}

/* = Contact Forms
---------------------------------------------------- */

.gform_wrapper{
	margin-bottom: 29px;
}

.gform_wrapper br,
.gform_wrapper .gform_heading p,
.gform_wrapper form + p,
.gform_wrapper + p{
	display: none;
}

.gform_wrapper .validation_error{
	margin-bottom: 29px;
	color: #7c1718;
}

.gform_wrapper .gform_fields{
	margin-bottom: 0;
}

.gform_fields .gfield,
.gform_fields .gfield:last-child{
	margin-bottom: 28px;
	list-style: none;
	clear: both;

	padding: 0;
	left: 0;
}

.gform_fields .gfield::before{
	display: none;
}

.gform_fields .gfield.left,
.gform_fields .gfield.right,
.gform_fields .gfield.one-half,
.gform_fields .gfield.one-third,
.gform_fields .gfield.two-third{
	clear: none;
	z-index: 1;
}

.gform_fields .gfield.left,
.gform_fields .gfield.right{
	width: 48%;
}

.gform_fields .gfield.gform_hidden,
.gform_fields .gfield.gfield_visibility_hidden,
.gform_fields .gfield.gform_validation_container{
	display: none;
}

.gform_fields .gfield_label{
	margin-bottom: 5px;
	display: block;

	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
}

.gform_fields .gfield.hidden_label .gfield_label,
.gform_fields .gfield.no-label .gfield_label{
	display: none;
}

.gform_fields .gfield .gfield_required{
	margin-left: 4px;
	color: #7c1718;
}

.gform_fields .gfield select,
.gform_fields .gfield textarea,
.gform_fields .gfield input[type="tel"],
.gform_fields .gfield input[type="text"],
.gform_fields .gfield input[type="email"],
.gform_fields .gfield input[type="number"],
.gform_fields .gfield input[type="password"],
.gform_fields .gfield input[type="url"]{
	padding: 7px 12px;
	width: 100%;

	font-size: 14px;
	line-height: 22px;
}

.gform_fields .gfield select,
.gform_fields .gfield input[type="tel"],
.gform_fields .gfield input[type="text"],
.gform_fields .gfield input[type="email"],
.gform_fields .gfield input[type="number"],
.gform_fields .gfield input[type="password"],
.gform_fields .gfield input[type="url"]{
	height: 38px;
}

.gform_fields .gfield textarea{
	height: 150px;
}

.gform_fields .gfield.gfield_error select,
.gform_fields .gfield.gfield_error textarea,
.gform_fields .gfield.gfield_error input[type="tel"],
.gform_fields .gfield.gfield_error input[type="text"],
.gform_fields .gfield.gfield_error input[type="email"],
.gform_fields .gfield.gfield_error input[type="number"],
.gform_fields .gfield.gfield_error input[type="password"],
.gform_fields .gfield.gfield_error input[type="url"]{
	border-color: #7c1718;
	background-color: yellow;
}

.gform_fields .gfield .gfield_radio,
.gform_fields .gfield .gfield_checkbox{
	margin-bottom: 0;
}

.gform_fields .gfield .gfield_radio li,
.gform_fields .gfield .gfield_checkbox li{
	display: -webkit-flex;
	display: flex;

	margin-bottom: 4px;
	padding: 0;
	left: 0;
}

.gform_fields .gfield .gfield_radio li:last-child,
.gform_fields .gfield .gfield_checkbox li:last-child{
	margin-bottom: 0;
}

.gform_fields .gfield .gfield_radio li::before,
.gform_fields .gfield .gfield_checkbox li::before{
	display: none;
}

.gform_fields .gfield .gfield_radio input,
.gform_fields .gfield .gfield_checkbox input{
	margin: 6px 10px 0 0;
	min-width: 16px;
}

.gform_fields .gfield .gfield_radio label,
.gform_fields .gfield .gfield_checkbox label{
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	font-weight: 500;
}

.gform_fields .gfield.gfield_error .gfield_radio label,
.gform_fields .gfield.gfield_error .gfield_checkbox label{
	color: #7c1718;
}

.gform_fields .gfield .gfield_radio label .sub,
.gform_fields .gfield .gfield_checkbox label .sub{
	display: none;

	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #333;
}

.gform_fields .gfield .gfield_radio input:checked + label .sub,
.gform_fields .gfield .gfield_checkbox input:checked + label .sub{
	display: block;
}

.gform_fields .gfield .ginput_container_date img{
	display: none;
}

.gform_fields .gfield .ginput_container_date input{
	padding-right: 48px;
}

.gform_fields .gfield .ginput_container_date::after{
	background-color: #e5e5e5;
	border: 1px solid #d4d4d4;
	border-radius: 0 5px 5px 0;
	width: 36px;

	font-size: 21px;
	line-height: 36px;
	font-variant: normal;
	font-family: 'slc';
	content: '\e91c';

	text-transform: none;
	text-align: center;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	position: absolute;
	bottom: 0;
	right: 0;
}

.gform_fields .gfield.gfield_error .ginput_container_date::after{
	border-color: #7c1718;
}

.gform_fields .gfield .ginput_container_name,
.gform_fields .gfield .ginput_container_address,
.gform_fields .gfield .ginput_container_password{
	margin-bottom: -20px;
	overflow: hidden;
}

.gform_fields .gfield .ginput_container_name > span,
.gform_fields .gfield .ginput_container_address > span,
.gform_fields .gfield .ginput_container_password > span{
	margin-bottom: 20px;
	display: block;
}

.gform_fields .gfield .ginput_container_address .address_country{
	clear: both;
}

.gform_fields .gfield .ginput_container_name label,
.gform_fields .gfield .ginput_container_address label,
.gform_fields .gfield .ginput_container_password label{
	text-transform: uppercase;
	font-weight: 700;
}

.gform_fields .gfield .ginput_container_address .address_line_2 label{
	display: none;
}

.gform_fields .gfield .ginput_container_name .name_first,
.gform_fields .gfield .ginput_container_address .ginput_left,
.gform_fields .gfield .ginput_container_password .ginput_left{
	float: left;
	width: 48%;
}

.gform_fields .gfield .ginput_container_name .name_last,
.gform_fields .gfield .ginput_container_address .ginput_right,
.gform_fields .gfield .ginput_container_password .ginput_right{
	float: right;
	width: 48%;
}

.gform_fields .gfield .copy_values_option_container{
	margin-bottom: 15px;
}

.gform_wrapper .gfield_password_strength{
	background-color: #f2f2f2;
	border: 1px solid #d8d8d8;
	padding: 7px 16px;
	margin-top: 10px;
}

.gform_wrapper .gfield_password_strength.bad,
.gform_wrapper .gfield_password_strength.short,
.gform_wrapper .gfield_password_strength.mismatch{
	background-color: rgba(168,5,50,0.1);
	border-color: rgba(168,5,50,0.5);
	color: rgba(168,5,50,0.8);
}

.gform_wrapper .gfield_password_strength.good{
	background-color: rgba(30,133,190,0.1);
	border-color: rgba(30,133,190,0.5);
	color: rgba(30,133,190,0.8);
}

.gform_wrapper .gfield_password_strength.strong{
	background-color: rgba(143,174,27,0.1);
	border-color: rgba(143,174,27,0.5);
	color: rgba(143,174,27,0.8);
}

.gform_fields .gfield .validation_message{
	display: none;
}

.gform_footer{
	text-align: center;
	padding-top: 6px;
}

.gform_footer .gform_previous_button{
	margin-right: 15px;
}

.gform_footer img{
	margin-left: 10px;
}

.gform_footer p,
.gform_footer + p{
	display: none;
}

.gform_confirmation_message{
	margin-bottom: 29px;
}

.gf_clear_complex{
	clear: both;
}

.grecaptcha-badge{
	opacity: 0;
}

/* select2 */

.gform_wrapper .select2-container{
	font-size: 14px;
	line-height: 22px;
}

.gform_wrapper .select2-container .select2-selection--single{
	height: 38px;
}

.gform_wrapper .select2-container .select2-selection--single .select2-selection__rendered{
	padding: 7px 12px;
	line-height: 22px;
}

.gform_wrapper .gfield_error .select2-container--default .select2-selection--single{
	border-color: #7c1718;
}

.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 36px;
}

.select2-dropdown.gravity .select2-search--dropdown .select2-search__field{
	padding: 5px 10px;
	height: 34px;
}

.select2-dropdown.gravity .select2-results__option{
	padding: 5px 12px;

	font-size: 14px;
	line-height: 22px;
}

.select2-dropdown.gravity .select2-results__option[role="group"]{
	padding: 0;
}

/* = Page Sections
---------------------------------------------------- */

.page-section{
	padding-top: 80px;
}

.page-section:first-child{
	padding-top: 70px;
}

.page-breadcrumbs + .page-content .page-section:first-child{
	padding-top: 40px;
}

.page-section.with-background:first-child,
.page-section.with-background + .page-section.with-background{
	padding-top: 0;
}

.page-section:last-child{
	padding-bottom: 80px;
}

.page-section.with-background:last-child{
	padding-bottom: 0;
}

.page-section-outer{
	background-color: #f2f2f2;
	position: relative;
	padding: 80px 0;
}

.page-section.with-background + .page-section.with-background .page-section-outer{
	padding-top: 0;
}

h2.page-section-title{
	text-align: center;
	margin-bottom: 0;
}

/* benefits */

.benefits-section .features-style-2-section-text.big:not(:first-child){
	margin-top: 30px;
}

.benefits-section-subtitle{
	padding: 25px 50px 35px;

	background-position: center top;
	background-size: cover;

	font-size: 28px;
	line-height: 39px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 800;
	color: #fff;
}

.benefits-section-subtitle:not(:first-child){
	margin-top: 50px;
}

.no-webp .benefits-section-subtitle{
	background-image: url(lib/images/benefits.png);
}

.webp .benefits-section-subtitle{
	background-image: url(lib/images/benefits.webp);
}

.benefits-section-subtitle-inner{
	min-height: 172px;
	max-width: 610px;

	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;
}

.benefits-section-subtitle-number{
	font-size: 160px;
	line-height: 172px;
}

.benefits-section-subtitle-text{
	padding: 6px 0 0 20px;
}

.benefits-section-inner{
	margin: 0 -40px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.benefits-section-inner:not(:first-child){
	margin-top: 65px;
}

.benefits-section-inner-column{
	width: 50%;
	max-width: 630px;
	margin-bottom: -40px;
	padding: 0 40px;
}

.benefits-section-item{
	margin-bottom: 40px;
}

.benefits-section-item-inner{
	padding-left: 98px;
	position: relative;
}

div.benefits-section-item-number{
	padding-left: 4px;
	width: 66px;

	background-color: #7c1718;
	border-radius: 50%;

	line-height: 66px;
	text-align: center;
	color: #fff;

	position: absolute;
	left: 0;
	top: 0;
}

h4.benefits-section-item-title{
	text-transform: uppercase;
	margin-bottom: 6px;
}

.benefits-section-item-text.with-image{
	display: -webkit-flex;
	display: flex;
}

.benefits-section-item-text-inner{
	width: 67.592593%;
}

.benefits-section-item-image{
	padding: 6px 0 0 8px;
	width: 32.407407%;

	-webkit-align-items: flex-start;
	align-items: flex-start;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.benefits-section-item-image img,
.benefits-section-item-image svg{
	max-height: 100%;
}

.benefits-section-item-image svg{
	display: block;
}

.benefits-section-item-image svg path,
.benefits-section-item-image svg circle,
.benefits-section-item-image svg polygon,
.benefits-section-item-image svg rect,
.benefits-section-item-image svg text{
	fill: #7c1718;
}

.benefits-section-item-text p,
.benefits-section-item-text ol,
.benefits-section-item-text ul{
	margin-bottom: 10px;
}

.benefits-section-item-text p:last-child,
.benefits-section-item-text ol:last-child,
.benefits-section-item-text ul:last-child{
	margin-bottom: 0;
}

/* big image */

.big-image-section-inner{
	border: 15px solid #f2f2f2;
	position: relative;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.big-image-section.image-left .big-image-section-inner{
	margin-left: 16.666667%;
}

.big-image-section.image-right .big-image-section-inner{
	margin-right: 16.666667%;
}

.page-section.with-background .big-image-section-inner{
	border-color: #fff;
}

.big-image-section-image{
	width: 48.369565%;
}

.big-image-section.image-right .big-image-section-image{
	-webkit-order: 1;
	order: 1;
}

.big-image-section-text{
	width: 45.108696%;
	padding: 40px 0;
}

.big-image-section.image-left .big-image-section-text{
	padding-right: 30px;
}

.big-image-section.image-right .big-image-section-text{
	padding-left: 30px;
}

.big-image-section-text-outer{
	max-width: 330px;
}

.big-image-section.image-right .big-image-section-text-outer{
	float: right;
}

h2.big-image-section-title{
	margin-bottom: 0;
}

.big-image-section-text-inner:not(:first-child){
	margin-top: 15px;
}

.big-image-section-text p:last-child,
.big-image-section-text ol:last-child,
.big-image-section-text ul:last-child{
	margin-bottom: 0;
}

.big-image-section-button{
	margin-top: 25px;
}

/* cta */

.cta-section-outer{
	background-color: #7c1718;

	text-align: center;
	color: #fff;
}

.cta-section-button{
	margin-top: 25px;
}

.cta-section-button .button{
	min-width: 200px;
}

/* compare products */

.compare-products-section-inner{
	margin-top: 50px;
}

.page-section.with-background .compare-products-section-inner{
	background-color: #fff;
}

.compare-products-section-row{
	border-width: 1px 1px 0;
	border-color: #d4d4d4;
	border-style: solid;

	display: -webkit-flex;
	display: flex;
}

.compare-products-section-row.titles{
	text-align: center;
}

.compare-products-section-row.titles img{
	display: block;
	border: 1px solid #f3f3f3;
	margin: 0 auto 2px;
	max-width: 80px;
}

.compare-products-section-row:last-child{
	border-bottom-width: 1px;
}

.compare-products-section-row-title{
	padding: 7px 2.196837%;
	width: 23.022847%;

	font-weight: 700;
}

.compare-products-section-row-value{
	border-left: 1px solid #d4d4d4;
	padding: 7px 2.196837%;
	width: 25.659051%;
}

.compare-products-section-row.titles .compare-products-section-row-value{
	padding-bottom: 4px;
	padding-top: 12px;
}

.compare-products-section-row.ratings .compare-products-section-row-value{
	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;
}

.compare-products-section-row.buttons .compare-products-section-row-value{
	padding-bottom: 12px;
	padding-top: 12px;
}

.compare-products-section-row a.button{
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
}

/* faqs */

.faqs-section-inner:not(:first-child){
	margin-top: 50px;
}

.faqs-section-item{
	border: 1px solid #d4d4d4;
	padding: 14px 30px;
}

.page-section.with-background .faqs-section-item{
	background-color: #fff;
}

.faqs-section-item:not(:first-child){
	margin-top: 15px;
}

.faqs-section-item-control{
	display: none;
}

.faqs-section-item-title{
	position: relative;
	display: block;

	padding: 5px 0;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	font-weight: 700;
	font-size: 18px;
}

.faqs-section-item-title h3{
	padding-right: 15px;
	margin-bottom: 0;

	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.faqs-section-item-title i{
	font-size: 13px;
	color: #7c1718;

	position: absolute;
	right: -10px;
	top: 5px;
}

.faqs-section-item-control:checked + .faqs-section-item-title i::before{
	content: '\e904';
}

.faqs-section-item-control:not(:checked) + .faqs-section-item-title i::before{
	content: '\e905';
}

.faqs-section-item-text{
	padding-bottom: 5px;
	padding-top: 7px;
}

.faqs-section-item-control:not(:checked) ~ .faqs-section-item-text{
	display: none;
}

.faqs-section-item-text p,
.faqs-section-item-text ol,
.faqs-section-item-text ul{
	margin-bottom: 12px;
}

.faqs-section-item-text p:last-child,
.faqs-section-item-text ol:last-child,
.faqs-section-item-text ul:last-child{
	margin-bottom: 0;
}

.faqs-section-link{
	text-align: center;
	margin-top: 50px;
}

/* featured articles */

.featured-articles-section .articles-list:not(:first-child){
	margin-top: 50px;
}

.featured-articles-section-button{
	text-align: center;
	margin-top: 45px;
}

.featured-articles-section-button .button{
	min-width: 220px;
}

/* features (style 1) */

.features-style-1-section{
	line-height: 26px;
}

.features-style-1-section.desktop-text-light{
	color: #fff;
}

.features-style-1-section .wrap{
	position: relative;
	z-index: 1;
}

.features-style-1-section-text:not(:first-child){
	margin-top: 30px;
}

.features-style-1-section-top{
	margin: 0 -35px -50px;
	text-align: center;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.features-style-1-section-top:not(:first-child){
	margin-top: 50px;
}

.features-style-1-section-item{
	width: 33.333333%;
	max-width: 405px;
	margin-bottom: 50px;
	padding: 0 35px;
}

.features-style-1-section-item-image{
	margin-bottom: 32px;

	-webkit-align-items: flex-end;
	align-items: flex-end;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.features-style-1-section-item-image img,
.features-style-1-section-item-image svg{
	max-height: 100%;
}

.features-style-1-section-item-image svg{
	display: block;
}

.features-style-1-section.desktop-text-dark .features-style-1-section-item-image svg path,
.features-style-1-section.desktop-text-dark .features-style-1-section-item-image svg circle,
.features-style-1-section.desktop-text-dark .features-style-1-section-item-image svg polygon,
.features-style-1-section.desktop-text-dark .features-style-1-section-item-image svg rect,
.features-style-1-section.desktop-text-dark .features-style-1-section-item-image svg text{
	fill: #7c1718;
}

.features-style-1-section.desktop-text-light .features-style-1-section-item-image svg path,
.features-style-1-section.desktop-text-light .features-style-1-section-item-image svg circle,
.features-style-1-section.desktop-text-light .features-style-1-section-item-image svg polygon,
.features-style-1-section.desktop-text-light .features-style-1-section-item-image svg rect,
.features-style-1-section.desktop-text-light .features-style-1-section-item-image svg text{
	fill: #fff;
}

h4.features-style-1-section-item-title{
	margin-bottom: 0;

	font-size: 22px;
	line-height: 29px;
}

.features-style-1-section-item-text{
	margin-top: 7px;
}

.features-style-1-section-item-text p{
	margin-bottom: 10px;
}

.features-style-1-section-item-text ol,
.features-style-1-section-item-text ul{
	margin-bottom: 10px;
	display: inline-block;
	text-align: left;
}

.features-style-1-section-item-text p:last-child,
.features-style-1-section-item-text ol:last-child,
.features-style-1-section-item-text ul:last-child{
	margin-bottom: 0;
}

.features-style-1-section-item-text ol li,
.features-style-1-section-item-text ul li{
	margin-bottom: 4px;
	padding-right: 0;
	left: 0;
}

.features-style-1-section-item-text ul > li::before{
	top: 9px;
}

.features-style-1-section-item-link{
	margin-top: 25px;
}

.features-style-1-section-bottom{
	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.features-style-1-section-bottom:not(:first-child){
	margin-top: 60px;
}

.features-style-1-section-bottom-video{
	width: 48.245614%;

	-webkit-order: 1;
	order: 1;
}

.features-style-1-section-bottom-video .video-block{
	margin-bottom: 0;
}

.features-style-1-section-bottom-text{
	padding: 0 0 10px 50px;
	width: 47.368421%;
}

h3.features-style-1-section-bottom-title{
	margin-bottom: 15px;

	text-transform: uppercase;
	font-weight: 800;
}

.features-style-1-section-bottom-text p:last-child,
.features-style-1-section-bottom-text ol:last-child,
.features-style-1-section-bottom-text ul:last-child{
	margin-bottom: 0;
}

.features-style-1-section-bottom-text ol li,
.features-style-1-section-bottom-text ul li{
	padding-right: 0;
	left: 0;
}

.features-style-1-section-bottom-button{
	margin-top: 25px;
}

.features-style-1-section-bottom-button .button{
	min-width: 190px;
}

.features-style-1-section-background{
	background-position: center;
	background-size: cover;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.features-style-1-section-shadow{
	background-color: #000;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* features (style 2) */

.features-style-2-section{
	text-align: center;
}

.features-style-2-section .features-style-2-section-text.big:not(:first-child){
	margin-top: 30px;
}

.features-style-2-section-inner{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.features-style-2-section.three-per-row .features-style-2-section-inner{
	margin: 0 -35px -50px;
}

.features-style-2-section.four-per-row .features-style-2-section-inner{
	margin: 0 -20px -40px;
}

.features-style-2-section.three-per-row .features-style-2-section-inner:not(:first-child),
.features-style-2-section.four-per-row .features-style-2-section-inner:not(:first-child){
	margin-top: 50px;
}

.features-style-2-section.three-per-row .features-style-2-section-item{
	width: 33.333333%;
	max-width: 405px;
	margin-bottom: 50px;
	padding: 0 35px;
}

.features-style-2-section.four-per-row .features-style-2-section-item{
	width: 25%;
	max-width: 295px;
	margin-bottom: 40px;
	padding: 0 20px;
}

.features-style-2-section-item-image{
	-webkit-align-items: flex-end;
	align-items: flex-end;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.features-style-2-section.three-per-row .features-style-2-section-item-image{
	margin-bottom: 15px;
}

.features-style-2-section.four-per-row .features-style-2-section-item-image{
	margin-bottom: 23px;
}

.features-style-2-section-item-image img,
.features-style-2-section-item-image svg{
	max-height: 100%;
}

.features-style-2-section-item-image svg{
	display: block;
}

.features-style-2-section-item-image svg path,
.features-style-2-section-item-image svg circle,
.features-style-2-section-item-image svg polygon,
.features-style-2-section-item-image svg rect,
.features-style-2-section-item-image svg text{
	fill: #7c1718;
}

h4.features-style-2-section-item-title{
	text-transform: uppercase;
	margin-bottom: 0;
}

.features-style-2-section.four-per-row .features-style-2-section-item-title{
	font-size: 18px;
	line-height: 24px;
}

.features-style-2-section.three-per-row .features-style-2-section-item-text{
	margin-top: 7px;

	font-size: 16px;
	line-height: 26px;
}

.features-style-2-section.four-per-row .features-style-2-section-item-text{
	margin-top: 12px;

	font-size: 14px;
	line-height: 24px;
}

.features-style-2-section-item-text ol,
.features-style-2-section-item-text ul{
	display: inline-block;
	text-align: left;
}

.features-style-2-section.three-per-row .features-style-2-section-item-text p,
.features-style-2-section.three-per-row .features-style-2-section-item-text ol,
.features-style-2-section.three-per-row .features-style-2-section-item-text ul{
	margin-bottom: 10px;
}

.features-style-2-section.four-per-row .features-style-2-section-item-text p,
.features-style-2-section.four-per-row .features-style-2-section-item-text ol,
.features-style-2-section.four-per-row .features-style-2-section-item-text ul{
	margin-bottom: 12px;
}

.features-style-2-section.three-per-row .features-style-2-section-item-text p:last-child,
.features-style-2-section.three-per-row .features-style-2-section-item-text ol:last-child,
.features-style-2-section.three-per-row .features-style-2-section-item-text ul:last-child,
.features-style-2-section.four-per-row .features-style-2-section-item-text p:last-child,
.features-style-2-section.four-per-row .features-style-2-section-item-text ol:last-child,
.features-style-2-section.four-per-row .features-style-2-section-item-text ul:last-child{
	margin-bottom: 0;
}

.features-style-2-section-item-text ol li,
.features-style-2-section-item-text ul li{
	margin-bottom: 4px;
	padding-right: 0;
	left: 0;
}

.features-style-2-section-item-text ul > li::before{
	top: 9px;
}

.features-style-2-section.four-per-row .features-style-2-section-item-text ul > li::before{
	height: 6px;
	width: 6px;
}

.features-style-2-section.three-per-row .features-style-2-section-item-link{
	margin-top: 12px;
}

.features-style-2-section.four-per-row .features-style-2-section-item-link{
	margin-top: 15px;
}

/* features (style 3) */

.features-style-3-section{
	text-align: center;
}

.features-style-3-section .wrap{
	max-width: 1042px;
}

.features-style-3-section-inner{
	margin: 0 -6px -20px;
	padding-bottom: 1px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.features-style-3-section-inner:not(:first-child){
	margin-top: 35px;
}

.features-style-3-section-item{
	width: 33.333333%;
	max-width: 338px;
	margin-bottom: 20px;
	padding: 0 6px;

	display: -webkit-flex;
	display: flex;
}

.features-style-3-section-item-inner{
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	border-top: 8px solid #7e171a;
	background-color: #fff;

	padding: 0 22px 27px;
	position: relative;
}

.features-style-3-section-item-number{
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	color: #959595;

	position: absolute;
	left: 15px;
	top: 12px;
}

.features-style-3-section-item-image{
	margin: 0 auto 33px;
	padding-top: 2px;
	height: 50px;
	width: 65px;

	background-color: #7e171a;
	position: relative;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.features-style-3-section-item-image::after{
	content: '';

	border-color: #7e171a transparent transparent transparent;
	border-width: 13px 32.5px 0 32.5px;
	border-style: solid;

	position: absolute;
	top: 100%;
	left: 0;
}

.features-style-3-section-item-image img,
.features-style-3-section-item-image svg{
	max-height: 40px;
}

.features-style-3-section-item-image svg{
	display: block;
}

.features-style-3-section-item-image svg path,
.features-style-3-section-item-image svg circle,
.features-style-3-section-item-image svg polygon,
.features-style-3-section-item-image svg rect,
.features-style-3-section-item-image svg text{
	fill: #fff;
}

h4.features-style-3-section-item-title{
	margin-bottom: 0;

	text-transform: uppercase;
	line-height: 23px;
}

.features-style-3-section-item-text{
	margin-top: 12px;

	font-size: 14px;
	line-height: 24px;
}

.features-style-3-section-item-text ol,
.features-style-3-section-item-text ul{
	display: inline-block;
	text-align: left;
}

.features-style-3-section-item-text p,
.features-style-3-section-item-text ol,
.features-style-3-section-item-text ul{
	margin-bottom: 10px;
}

.features-style-3-section-item-text p:last-child,
.features-style-3-section-item-text ol:last-child,
.features-style-3-section-item-text ul:last-child{
	margin-bottom: 0;
}

.features-style-3-section-item-text ol li,
.features-style-3-section-item-text ul li{
	margin-bottom: 4px;
	padding-right: 0;
	left: 0;
}

.features-style-3-section-item-text ul > li::before{
	height: 6px;
	width: 6px;
	top: 9px;
}

.features-style-3-section-item-button{
	margin-top: 15px;
	min-width: 150px;
}

.features-style-3-section-button{
	margin-top: 20px;
}

.features-style-3-section-button .button{
	min-width: 455px;
}

.features-style-3-section-button .button i{
	vertical-align: top;
	display: inline-block;
	margin-left: 3px;
	font-size: 9px;
}

.features-style-3-section-button .button i::before{
	display: inline-block;
}

/* gallery */

.gallery-section{
	text-align: center;
}

.gallery-section.with-small-title{
	padding-top: 50px;
}

.gallery-section-title.small{
	font-size: 28px;
	line-height: 37px;
}

.gallery-section.with-gutter .gallery-section-inner{
	margin-bottom: -30px;
	margin-right: -15px;
	margin-left: -15px;
}

.gallery-section-inner:not(:first-child){
	margin-top: 60px;
}

.gallery-section-row{
	display: -webkit-flex;
	display: flex;
}

.gallery-section-row.one-image div{
	width: 100%;
}

.gallery-section-row.two-images div{
	width: 50%;
}

.gallery-section-row.three-images div{
	width: 33.333333%;
}

.gallery-section.with-gutter .gallery-section-row div{
	margin-bottom: 30px;
	padding: 0 15px;
}

.gallery-section-row span{
	margin-top: 35px;
	display: block;

	font-size: 18px;
	font-weight: 600;
}

/* guide (style 1) */

.guide-style-1-section-steps{
	margin: 0 -35px -40px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.guide-style-1-section-steps:not(:first-child){
	margin-top: 45px;
}

.guide-style-1-section-step{
	width: 33.333333%;
	max-width: 390px;
	margin-bottom: 40px;
	padding: 0 35px;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.guide-style-1-section-step-icon{
	width: 80px;
	min-width: 80px;
	height: 80px;

	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 50%;

	position: relative;
	margin-left: 35px;
}

.page-section.with-background .guide-style-1-section-step-icon{
	background-color: #fff;
}

.guide-style-1-section-step-icon img,
.guide-style-1-section-step-icon svg{
	height: auto;
	width: 45px;

	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);

	position: absolute;
	left: 50%;
	top: 50%;
}

.guide-style-1-section-step-icon svg{
	display: block;
}

.guide-style-1-section-step-icon svg path,
.guide-style-1-section-step-icon svg circle,
.guide-style-1-section-step-icon svg polygon,
.guide-style-1-section-step-icon svg rect,
.guide-style-1-section-step-icon svg text{
	fill: #393536;
}

.guide-style-1-section-step-icon span{
	margin-right: -10px;

	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0.04em;
	font-weight: 800;
	color: #7c1718;

	position: absolute;
	right: 100%;
	top: -4px;
}

.guide-style-1-section-step-text{
	padding-left: 15px;
	max-width: 185px;

	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}

.guide-style-1-section-step-text p{
	margin-bottom: 10px;
}

.guide-style-1-section-step-text ol,
.guide-style-1-section-step-text ul{
	margin-bottom: 10px;
	display: inline-block;
	text-align: left;
}

.guide-style-1-section-step-text p:last-child,
.guide-style-1-section-step-text ol:last-child,
.guide-style-1-section-step-text ul:last-child{
	margin-bottom: 0;
}

.guide-style-1-section-step-text ol li,
.guide-style-1-section-step-text ul li{
	margin-bottom: 4px;
	padding-right: 0;
	left: 0;
}

.guide-style-1-section-step-text ul > li::before{
	width: 6px;
	height: 6px;
	top: 8px;
}

.guide-style-1-section-video{
	max-width: 825px;
	margin: auto;
}

.guide-style-1-section-video:not(:first-child){
	margin-top: 50px;
}

.guide-style-1-section-link{
	text-align: center;
	margin-top: 50px;
}

/* guide (style 2) */

.guide-style-2-section{
	text-align: center;
}

.guide-style-2-section-steps{
	margin: 0 -35px -50px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.guide-style-2-section-steps:not(:first-child){
	margin-top: 60px;
}

.guide-style-2-section-step{
	width: 33.333333%;
	max-width: 405px;
	margin-bottom: 50px;
	padding: 0 35px;
}

.guide-style-2-section-step-icon{
	width: 104px;
	height: 104px;

	border: 1px solid #ccc;
	border-radius: 50%;

	margin: 0 auto 32px;
	position: relative;
}

.page-section.with-background .guide-style-2-section-step-icon{
	background-color: #fff;
}

.guide-style-2-section-step-icon img,
.guide-style-2-section-step-icon svg{
	height: auto;
	width: 56px;

	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);

	position: absolute;
	left: 50%;
	top: 50%;
}

.guide-style-2-section-step-icon svg{
	display: block;
}

.guide-style-2-section-step-icon svg path,
.guide-style-2-section-step-icon svg circle,
.guide-style-2-section-step-icon svg polygon,
.guide-style-2-section-step-icon svg rect,
.guide-style-2-section-step-icon svg text{
	fill: #393536;
}

.guide-style-2-section-step-icon span{
	margin-right: -10px;

	font-size: 65px;
	line-height: 65px;
	letter-spacing: 0.04em;
	font-weight: 800;
	color: #7c1718;

	position: absolute;
	right: 100%;
	top: -7px;
}

h4.guide-style-2-section-step-title{
	margin-bottom: 0;

	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}

.guide-style-2-section-step-text{
	margin-top: 12px;

	font-size: 14px;
	line-height: 24px;
}

.guide-style-2-section-step-text p{
	margin-bottom: 12px;
}

.guide-style-2-section-step-text ol,
.guide-style-2-section-step-text ul{
	margin-bottom: 12px;
	display: inline-block;
	text-align: left;
}

.guide-style-2-section-step-text p:last-child,
.guide-style-2-section-step-text ol:last-child,
.guide-style-2-section-step-text ul:last-child{
	margin-bottom: 0;
}

.guide-style-2-section-step-text ol li,
.guide-style-2-section-step-text ul li{
	margin-bottom: 4px;
	padding-right: 0;
	left: 0;
}

.guide-style-2-section-step-text ul > li::before{
	width: 6px;
	height: 6px;
	top: 9px;
}

.guide-style-2-section-button{
	margin-top: 50px;
}

.guide-style-2-section-button .button{
	min-width: 220px;
}

/* instagram */

.instagram-section.desktop-text-light{
	color: #fff;
}

.instagram-section .wrap{
	position: relative;
	z-index: 1;
}

.instagram-section-button{
	text-align: center;
}

.instagram-section-button:not(:first-child){
	margin-top: 25px;
}

.instagram-section-button .button{
	min-width: 260px;
}

.instagram-section-inner:not(:first-child){
	margin-top: 60px;
}

.instagram-section #sb_instagram .sbi_moderation_link{
	display: none;
}

.instagram-section-background{
	background-position: center;
	background-size: cover;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.instagram-section-shadow{
	background-color: #000;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* latest articles */

.latest-articles-section .articles-list:not(:first-child){
	margin-top: 50px;
}

.latest-articles-section-button{
	text-align: center;
	margin-top: 45px;
}

.latest-articles-section-button .button{
	min-width: 220px;
}

/* logos (style 1) */

.logos-style-1-section-inner{
	margin-bottom: -50px;
}

.logos-style-1-section-inner:not(:first-child){
	margin-top: 45px;
}

.logos-style-1-section-row{
	margin: 0 -40px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.logos-style-1-section-item{
	max-width: 471px;
	margin-bottom: 50px;
	padding: 0 40px;
}

.logos-style-1-section-row.two-per-row .logos-style-1-section-item{
	width: 40%;
}

.logos-style-1-section-row.three-per-row .logos-style-1-section-item{
	width: 33.333333%;
}

.logos-style-1-section-row.four-per-row .logos-style-1-section-item{
	width: 25%;
}

.logos-style-1-section-row.five-per-row .logos-style-1-section-item{
	width: 20%;
}

a.logos-style-1-section-item-inner{
	display: block;
}

.logos-style-1-section-item img{
	display: block;
	margin: auto;
}

/* logos (style 2) */

.logos-style-2-section-title{
	overflow: hidden;

	letter-spacing: 0.025em;
	color: #5a5a5a;

	text-transform: uppercase;
	text-align: center;
}

.logos-style-2-section-title > span{
	display: inline-block;
	position: relative;
}

.logos-style-2-section-title > span::after,
.logos-style-2-section-title > span::before{
	width: 540px;
	height: 1px;

	background-color: #d1d1d1;
	content: '';

	position: absolute;
	top: 50%;
}

.logos-style-2-section-title > span::after{
	margin-left: 35px;
	left: 100%;
}

.logos-style-2-section-title > span::before{
	margin-right: 35px;
	right: 100%;
}

.logos-style-2-section-inner{
	margin: 0 -30px -40px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.logos-style-2-section-inner:not(:first-child){
	margin-top: 55px;
}

.logos-style-2-section-item{
	max-width: 205px;
	margin-bottom: 40px;
	padding: 0 30px;
}

a.logos-style-2-section-item-inner{
	display: block;
}

.logos-style-2-section-item img{
	display: block;
	margin: auto;
}

/* product categories */

.product-categories-section-middle{
	margin: auto;
}

.product-categories-section-middle:not(:first-child){
	margin-top: 60px;
}

.product-categories-section-inner{
	margin: 0 -15px -55px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.product-categories-section-item{
	width: 33.333333%;
	margin-bottom: 55px;
	padding: 0 15px;
}

.product-categories-section-item a{
	text-decoration: none;
	display: block;
}

.product-categories-section-item-thumb{
	margin-bottom: 34px;

	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}

.product-categories-section-item-thumb:hover,
.product-categories-section-item-thumb:active,
.product-categories-section-item-thumb:focus{
	opacity: 0.9;
}

.product-categories-section-item-title{
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;

	text-transform: uppercase;
	text-align: center;
}

/* product promo */

.product-promo-section .wrap{
	max-width: 1268px;
}

.product-promo-section-inner:not(:first-child){
	margin-top: 50px;
}

.product-promo-section-inner.bundle{
	margin-bottom: -60px;
	margin-right: -30px;
	margin-left: -30px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.product-promo-section-inner.bundle > div{
	width: 25%;
}

.product-promo-section-total{
	margin-bottom: 60px;
	padding: 0 30px;
}

.product-promo-section-total-outer{
	max-width: 262px;
	position: relative;
	margin: auto;
}

.product-promo-section-total-image{
	padding-top: 100%;
	width: 100%;

	position: absolute;
	left: 0;
	top: 0;
}

.product-promo-section .products-list-item .products-list-item-thumb::before,
.product-promo-section-total-image::before{
	width: 60px;

	font-size: 46px;
	line-height: 50px;
	text-align: center;
	font-weight: 500;

	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);

	position: absolute;
	left: -60px;
	top: 50%;
}

.product-promo-section .products-list-item .products-list-item-thumb::before{
	content: '+';
	cursor: text;
	color: #000;
}

.product-promo-section .products-list-item:nth-child(4n+1) .products-list-item-thumb::before{
	display: none;
}

.product-promo-section-total-image::before{
	content: '=';
}

.product-promo-section-total-inner{
	text-align: center;
	position: relative;
	padding-top: 8px;
}

.product-promo-section-total-price{
	font-size: 22px;
	font-weight: 700;
}

.product-promo-section-total-price span{
	color: #7c1718;
}

.product-promo-section-total-payment-options{
	margin-top: 17px;
}

.product-promo-section-total-payment-option{
	padding: 12px 15px 12px 10px;
	margin-top: 15px;
	width: 100%;

	border: 1px solid #d4d4d4;
	border-radius: 5px;

	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	text-align: left;
	line-height: 22px;
	font-weight: 700;
}

.product-promo-section-total-payment-option.active{
	background-color: #fff3f3;
	border-color: #7c1718;
}

.product-promo-section-total-payment-option input{
	margin: 0 10px 0 0;
	height: 18px;
	width: 18px;
}

.product-promo-section-total-payment-option-price{
	padding-left: 10px;
	margin-left: auto;
}

.product-promo-section-total-payment-note{
	margin-top: 13px;

	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
}

.product-promo-section-total-button{
	margin-top: 20px;
}

.product-promo-section-total-button span{
	width: 100%;
}

.product-promo-section-total-note{
	margin-top: 12px;

	font-size: 14px;
	line-height: 18px;
}

.product-promo-section-inner.simple{
	text-align: center;
}

.product-promo-section-image{
	max-width: 80%;
	margin: auto;
}

.product-promo-section-image img{
	margin: auto;
}

.product-promo-section-meta{
	margin-top: 30px;
}

div.product-promo-section-price{
	margin-bottom: 0;
	font-weight: 600;
}

.product-promo-section-price del{
	color: #aaa;
}

.product-promo-section-price ins{
	text-decoration: none;
}

.product-promo-section-note{
	font-size: 14px;
	line-height: 18px;
}

.product-promo-section-note:not(:first-child){
	margin-top: 2px;
}

.product-promo-section-button{
	margin-top: 30px;
}

/* products carousel */

.products-carousel-section{
	text-align: center;
}

.products-carousel-section .wrap{
	max-width: 1288px;
}

.products-carousel-section-inner:not(:first-child){
	margin-top: 60px;
}

.products-carousel-section-link{
	margin-top: 50px;
}

/* shortcuts */

.shortcuts-section{
	text-align: center;
}

.shortcuts-section-inner{
	margin: 0 -20px -40px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.shortcuts-section-inner:not(:first-child){
	margin-top: 60px;
}

.shortcuts-section-item{
	width: 50%;
	max-width: 590px;
	margin-bottom: 40px;
	padding: 0 20px;

	display: -webkit-flex;
	display: flex;
}

.shortcuts-section-item-inner{
	background-color: #f8f8f8;
	padding: 50px 25px;

	border: 1px solid #d4d4d4;
	border-radius: 5px;

	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.shortcuts-section-item-image{
	margin: 0 auto 35px;
	max-width: 80%;

	-webkit-align-items: flex-end;
	align-items: flex-end;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.shortcuts-section-item-image img,
.shortcuts-section-item-image svg{
	max-height: 100%;
}

.shortcuts-section-item-image svg{
	display: block;
}

.shortcuts-section-item-image svg path,
.shortcuts-section-item-image svg circle,
.shortcuts-section-item-image svg polygon,
.shortcuts-section-item-image svg rect,
.shortcuts-section-item-image svg text{
	fill: #7c1718;
}

h3.shortcuts-section-item-title{
	text-transform: uppercase;
	margin-bottom: 0;
}

.shortcuts-section-item-text{
	margin-top: 20px;
}

.shortcuts-section-item-text p,
.shortcuts-section-item-text ol,
.shortcuts-section-item-text ul{
	margin-bottom: 14px;
}

.shortcuts-section-item-text p:last-child,
.shortcuts-section-item-text ol:last-child,
.shortcuts-section-item-text ul:last-child{
	margin-bottom: 0;
}

.shortcuts-section-item-button{
	margin-top: 20px;
	min-width: 210px;
}

.shortcuts-section-button{
	margin-top: 40px;
}

/* states form */

.states-form-section,
.states-form-section:first-child,
.states-form-section + .page-section{
	padding-top: 40px;
}

.states-form-section .wrap{
	max-width: 1238px;
}

.states-form-section-top{
	border-color: #d1d1d1;
	border-style: solid;
	border-width: 1px 0;
	padding: 19px 0;
}

.states-form-section-top-inner{
	max-width: 928px;
	margin: auto;

	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;
}

.states-form-section-icon{
	min-width: 64px;
	width: 64px;

	font-size: 48px;
	line-height: 40px;
	color: #7c1718;
}

h2.states-form-section-label{
	text-transform: uppercase;
	padding-right: 24px;
	margin-bottom: 0;
}

.states-form-section-field{
	border: 1px solid #d1d1d1;
	border-radius: 5px;

	position: relative;
	padding-right: 53px;
	min-width: 320px;

	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.states-form-section-field input{
	width: 100%;
	height: 56px;
	padding: 14px 19px;
	display: block;
	border: none;
}

.states-form-section-search{
	height: 50px;
	width: 50px;

	background-color: #7e171a;
	border-radius: 3px;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #fff;

	position: absolute;
	right: 3px;
	top: 3px;
}

.states-form-section-bottom{
	overflow: hidden;
	position: relative;
	padding-top: 27px;
	margin-top: -1px;

	text-align: center;
}

.states-form-section-bottom::before{
	width: 20px;
	height: 20px;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	content: '';

	-webkit-transform: rotate(45deg) translate3d(-50%,-25%,0);
	transform: rotate(45deg) translate3d(-50%,-25%,0);

	position: absolute;
	left: 50%;
	top: 0;
}

.states-form-section-answer{
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.025em;
}

.states-form-section-buttons{
	margin: 15px -5px 0;
}

.states-form-section-buttons a{
	min-width: 165px;
	margin: 0 5px;
}

/* step */

.step-section-inner{
	min-height: 290px;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.step-section-inner.align-center{
	-webkit-align-items: center;
	align-items: center;
}

.step-section-inner.align-bottom{
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.step-section-inner:not(:first-child){
	margin-top: 60px;
}

.step-section.media-right .step-section-media{
	-webkit-order: 1;
	order: 1;
}

.step-section-graph{
	text-align: center;
	width: 51.578947%;
}

.step-section-tagline{
	margin-bottom: 30px;

	font-size: 20px;
	letter-spacing: 0.02em;
	font-weight: 500;
}

.step-section-image.with-shadow{
	width: 48.421053%;
}

.step-section-image.without-shadow{
	width: 51.578947%;
}

.step-section-image.without-shadow picture{
	margin: -20px -15px;
}

.step-section-image img{
	margin: auto;
}

.step-section-image.with-shadow img{
	box-shadow: 0 0 25px rgba(0,0,0,0.3);
}

.step-section-video{
	width: 48.421053%;
}

.step-section-video .video-block{
	box-shadow: 0 0 25px rgba(0,0,0,0.3);
	margin-bottom: 0;
}

.step-section-text{
	width: 39.649123%;
}

.step-section-number{
	position: relative;
	display: inline-block;
	padding-bottom: 30px;
	margin-bottom: 0;

	font-weight: 800;
	text-transform: uppercase;
	color: #7c1718
}

.step-section-number::before{
	height: 4px;

	background-color: #be494e;
	content: '';

	position: absolute;
	bottom: 21px;
	right: 2px;
	left: 2px;
}

h3.step-section-subtitle{
	margin-bottom: 0;
}

.step-section-subtitle + .step-section-text-inner{
	margin-top: 10px;
}

.step-section-text p:last-child,
.step-section-text ol:last-child,
.step-section-text ul:last-child{
	margin-bottom: 0;
}

.step-section-text ol li,
.step-section-text ul li{
	padding-right: 0;
	left: 0;
}

.step-section-button{
	margin-top: 25px;
}

/* tabs */

.tabs-section-tabs{
	margin-top: -10px;
}

.tabs-section:last-child{
	padding-bottom: 0;
}

.page-section.with-background .tabs-section-tabs{
	border-bottom: 2px solid #d4d4d4;
}

.tabs-section-tabs-inner{
	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.tabs-section-tab{
	border-bottom: 4px solid transparent;
	padding: 10px 0;
	margin: 0 25px;

	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.tabs-section-tab:hover{
	color: #7c1718;
}

.tabs-section-tab.active{
	border-bottom-color: #7c1718;
	color: #7c1718;
}

.tabs-section-tab:not(.active){
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.tabs-section-drop-down{
	padding: 20px 0;
	display: none;
}

.tabs-section-drop-down select{
	background-color: #fff;
	width: 100%;
}

.tabs-section-content{
	padding-top: 70px;
}

.page-section:not(.with-background) .tabs-section-content{
	background-color: #f2f2f2;
	padding-bottom: 80px;
}

.tabs-section-content:not(.active){
	display: none;
}

.tabs-section .faqs-section-item{
	background-color: #fff;
}

.tabs-section .features-style-2-section{
	text-align: left;
}

.tabs-section .features-style-2-section-item-image{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

/* team */

.team-section-inner{
	margin: 0 -14px -50px;
}

.team-section-inner:not(:first-child){
	margin-top: 50px;
}

.team-section-inner.compact-view,
.team-section-category{
	-webkit-align-items: flex-end;
	align-items: flex-end;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	display: -webkit-flex;
	display: flex;
}

.team-section-category-title,
.team-section-item-title{
	margin-bottom: 38px;
	padding: 0 14px;

	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 800;
}

.team-section-category-title{
	width: 100%;
}

.team-section-item{
	margin-bottom: 50px;
	width: 25%;

	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.team-section-inner.compact-view .team-section-item.ends-row{
	margin-right: 25%;
}

.team-section-inner.compact-view .team-section-item:first-child .team-section-item-title,
.team-section-inner.compact-view .team-section-item.ends-row + .team-section-item .team-section-item-title{
	margin-right: -200%;
}

.team-section-inner.compact-view .team-section-item:not(.ends-row) + .team-section-item .team-section-item-title{
	margin-right: -100%;
}

.team-section-item-outer{
	padding: 0 14px;
}

.team-section-item-inner{
	position: relative;
}

.team-section-item-photo::after{
	background-color: rgba(255,255,255,0.7);
	opacity: 0;

	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}

.team-section-item-inner:hover .team-section-item-photo::after{
	opacity: 1;
}

.team-section-item-photo img{
	width: 100%;
}

.team-section-item-meta{
	padding: 30px 25px;
	opacity: 0;

	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.team-section-item-inner:hover .team-section-item-meta{
	opacity: 1;
}

.team-section-item-name{
	font-weight: 800;
	color: #7c1718;
}

.team-section-item-position{
	font-weight: 500;
}

/* text */

.text-section-text{
	margin-bottom: -30px;
}

.text-section-text:not(:first-child){
	margin-top: 60px;
}

/* text + media */

.text-media-section-inner{
	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.text-media-section-inner:not(:first-child){
	margin-top: 60px;
}

.text-media-section.media-right .text-media-section-media{
	-webkit-order: 1;
	order: 1;
}

.text-media-section-image{
	width: 45.614035%;
}

.text-media-section-image img{
	margin: auto;
}

.text-media-section-video{
	width: 48.947368%;
}

.text-media-section-video .video-block{
	margin-bottom: 0;
}

.text-media-section.type-image .text-media-section-text{
	width: 48.947368%;
}

.text-media-section.type-video .text-media-section-text{
	width: 44.736842%;
}

.text-media-section-text .text-media-section-title{
	margin-bottom: 20px;
}

.text-media-section .text-media-section-subtitle{
	text-align: left;
}

.text-media-section-subtitle + .text-media-section-text-inner{
	margin-top: 25px;
}

.text-media-section-text p:last-child,
.text-media-section-text ol:last-child,
.text-media-section-text ul:last-child{
	margin-bottom: 0;
}

.text-media-section-text ol li,
.text-media-section-text ul li{
	padding-right: 0;
	left: 0;
}

.text-media-section-button{
	margin-top: 30px;
}

/* tile blocks */

.tile-blocks-section{
	text-align: center;
}

.tile-blocks-section-link:not(:first-child){
	margin-top: 25px;
}

.tile-blocks-section-inner{
	margin: -8px;
}

.tile-blocks-section-inner:not(:first-child){
	margin-top: 40px;
}

.tile-blocks-section-item{
	padding: 8px;
	float: left;

	line-height: 26px;
	color: #fff;
}

.tile-blocks-section-item.big{
	width: 58.910035%;
}

.tile-blocks-section-item.small{
	width: 41.089965%;
}

.tile-blocks-section-item.right{
	float: right;
}

.tile-blocks-section-item-outer{
	position: relative;

	display: -webkit-flex;
	display: flex;
}

.tile-blocks-section-item.big .tile-blocks-section-item-outer{
	min-height: 530px;
	height: 530px;
}

.tile-blocks-section-item.small .tile-blocks-section-item-outer{
	min-height: 257px;
	height: 257px;
}

.tile-blocks-section-item.alignment-bottom .tile-blocks-section-item-outer{
	padding: 40px 20px;

	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.tile-blocks-section-item.alignment-centered .tile-blocks-section-item-outer{
	padding: 30px 20px;

	-webkit-align-items: center;
	align-items: center;
}

.tile-blocks-section-item.alignment-separated .tile-blocks-section-item-outer{
	padding: 50px 20px;

	-webkit-flex-direction: column;
	flex-direction: column;

	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.tile-blocks-section-item-inner{
	width: 100%;

	margin-right: auto;
	margin-left: auto;

	position: relative;
	z-index: 1;
}

.tile-blocks-section-item.big .tile-blocks-section-item-inner{
	max-width: 550px;
}

.tile-blocks-section-item.small .tile-blocks-section-item-inner{
	max-width: 380px;
}

.tile-blocks-section-item-title{
	font-size: 22px;
	line-height: 29px;
	text-transform: uppercase;
	font-weight: 700;
}

.tile-blocks-section-item-title,
.tile-blocks-section-item-text{
	text-shadow: 0 0 3px rgba(0,0,0,0.8);
}

.tile-blocks-section-item.big .tile-blocks-section-item-text:not(:first-child){
	margin-top: 13px;
}

.tile-blocks-section-item.small .tile-blocks-section-item-text:not(:first-child){
	margin-top: 10px;
}

.tile-blocks-section-item-text p,
.tile-blocks-section-item-text ol,
.tile-blocks-section-item-text ul{
	margin-bottom: 10px;
}

.tile-blocks-section-item-text p:last-child,
.tile-blocks-section-item-text ol:last-child,
.tile-blocks-section-item-text ul:last-child{
	margin-bottom: 0;
}

.tile-blocks-section-item.big .tile-blocks-section-item-button{
	margin-top: 24px;
}

.tile-blocks-section-item.small .tile-blocks-section-item-button{
	padding-right: 15px;
	padding-left: 15px;
}

.tile-blocks-section-item.small .tile-blocks-section-item-title + .tile-blocks-section-item-button{
	margin-top: 26px;
}

.tile-blocks-section-item.small .tile-blocks-section-item-text + .tile-blocks-section-item-button{
	margin-top: 17px;
}

.tile-blocks-section-item-background{
	background-position: center;
	background-size: cover;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* vacancies */

.vacancies-section .wrap{
	max-width: 1120px;
}

.vacancies-section-text:not(:first-child){
	margin-top: 30px;
}

.vacancies-section-inner{
	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.vacancies-section-inner:not(:first-child){
	margin-top: 50px;
}

.vacancies-section-inner ul{
	margin-bottom: 0;
	width: 46%;
}

.vacancies-section-inner ul li{
	font-weight: 500;
	font-size: 18px;

	padding-right: 0;
	left: 0;
}

.vacancies-section-button{
	text-align: center;
	margin-top: 45px;
}

.vacancies-section-button .button{
	min-width: 200px;
}

/* video */

.video-section-inner{
	max-width: 1000px;
	margin: auto;
}

.video-section-inner:not(:first-child){
	margin-top: 40px;
}

.video-section .video-block{
	margin-bottom: 0;
}

/* videos */

.videos-section-inner{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.videos-section.three-per-row .videos-section-inner{
	margin: 0 -21px -50px;
}

.videos-section.four-per-row .videos-section-inner{
	margin: 0 -14px -40px;
}

.videos-section.three-per-row .videos-section-inner:not(:first-child),
.videos-section.four-per-row .videos-section-inner:not(:first-child){
	margin-top: 50px;
}

.videos-section.three-per-row .videos-section-item{
	width: 33.333333%;
	max-width: 395px;
	margin-bottom: 50px;
	padding: 0 21px;
}

.videos-section.four-per-row .videos-section-item{
	width: 25%;
	max-width: 295px;
	margin-bottom: 40px;
	padding: 0 14px;
}

.videos-section.three-per-row .videos-section-item-video{
	margin-bottom: 25px;
}

.videos-section.four-per-row .videos-section-item-video{
	margin-bottom: 20px;
}

.videos-section-item-video .video-popup{
	margin-bottom: 0;
}

.videos-section.three-per-row .videos-section-item-video .video-popup{
	font-size: 60px;
	line-height: 60px;
}

.videos-section.four-per-row .videos-section-item-video .video-popup{
	font-size: 42px;
	line-height: 42px;
}

h4.videos-section-item-title{
	margin-bottom: 0;

	letter-spacing: 0.02em;
	font-weight: 600;
}

.videos-section.three-per-row .videos-section-item-title{
	font-size: 16px;
	line-height: 24px;
}

.videos-section.four-per-row .videos-section-item-title{
	font-size: 15px;
	line-height: 22px;
}

.videos-section-button{
	text-align: center;
	margin-top: 45px;
}

.videos-section-button .button{
	min-width: 200px;
}

/* = Articles Page
---------------------------------------------------- */

/* content */

.page.blog .page-content{
	padding: 80px 0;
}

.page.blog .page-breadcrumbs + .page-content{
	padding-top: 40px;
}

.page.blog .page-content-title{
	margin-bottom: 50px;
}

/* pagination */

.page-content .pagination{
	margin-top: 50px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;

	line-height: 28px;
	text-align: center;
	font-weight: 500;
}

.page-content .pagination a,
.page-content .pagination span{
	margin: 10px 5px 0;
	padding: 5px;
}

.page-content .pagination a,
.page-content .pagination .current{
	border-width: 1px;
	border-style: solid;
	min-width: 40px;
}

.page-content .pagination a{
	background-color: #e6e6e6;
	border-color: #bfbfbf;
	color: #000;
}

.page-content .pagination a:hover,
.page-content .pagination a:active,
.page-content .pagination a:focus{
	background-color: #f0f0f0;
	border-color: #f0f0f0;

	text-decoration: none;
	color: #000;
}

.page-content .pagination .current{
	background-color: #7c1718;
	border-color: #7c1718;

	font-weight: 700;
	color: #fff;
}

.page-content .pagination a.prev,
.page-content .pagination a.next{
	padding-right: 15px;
	padding-left: 15px;
}

.page-content .pagination a.prev i{
	margin-right: 5px;
}

.page-content .pagination a.next i{
	margin-left: 5px;
}

.page-content .pagination a i::before{
	vertical-align: top;
}

/* = Single Article Page
---------------------------------------------------- */

.page.article .page-content{
	padding: 80px 0;
}

.page.article .page-breadcrumbs + .page-content{
	padding-top: 40px;
}

/* article */

.page.article .main-article{
	max-width: 950px;
	margin: auto;
}

.main-article .article-categories{
	margin-bottom: 6px;

	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}

.main-article .article-categories a:hover,
.main-article .article-categories a:active,
.main-article .article-categories a:focus{
	text-decoration: none;
}

.main-article .article-title{
	margin-bottom: 8px;

	text-transform: none;
	text-align: center;
}

.main-article .article-meta{
	margin-bottom: 50px;

	text-align: center;
	font-weight: 500;
	color: #989898;
}

.main-article .article-meta span:not(:last-child)::after{
	margin: 0 3px;
	content: '|';
}

.main-article .article-meta a{
	color: inherit;
}

.main-article .article-media{
	margin-bottom: 50px;
}

/* article table of contents */

.main-article #toc_container {
    background-color: #f9f9fb;
    border-radius: 16px;
    font-size: 1rem;
    padding: 40px 50px 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.main-article #toc_container .toc_title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
	margin-bottom: 1em;
	font-weight: 700;	
}

.main-article #toc_container li {
    left: 0;
    margin: 1em 0;
}

.main-article #toc_container li a {
    /*text-decoration: underline;*/
}

.main-article .button {
	margin-bottom: 40px;
}

/* article author */

.page.article .article-author-box{
	border-width: 2px 0;
	border-color: #b2b2b2;
	border-style: solid;

	margin-top: 50px;
	padding: 50px 0;
}

.page.article .article-author-box-inner{
	max-width: 950px;
	margin: auto;

	display: -webkit-flex;
	display: flex;
}

.page.article .article-author-box-left{
	padding: 5px 55px 0 0;
	min-width: 220px;
	width: 220px;
}

.page.article .article-author-box-avatar{
	border-radius: 50%;
	overflow: hidden;
}

.page.article .article-author-box-right{
	-webkit-flex-grow: 1;
	flex-grow: 1;

	-webkit-order: 1;
	order: 1;
}

.page.article .article-author-box-name{
	margin-bottom: 0;
}

.page.article .article-author-box-name span{
	display: none;
}

.page.article .article-author-box-bio{
	margin-top: 14px;
}

.page.article .article-author-box-bio p,
.page.article .article-author-box-bio ol,
.page.article .article-author-box-bio ul{
	margin-bottom: 16px;
}

.page.article .article-author-box-bio p:last-child,
.page.article .article-author-box-bio ol:last-child,
.page.article .article-author-box-bio ul:last-child{
	margin-bottom: 0;
}

/* related articles */

.page.article .related-articles-section{
	padding-top: 60px;
}

.page.article .articles-list{
	margin-top: 60px;
}

/* = Videos Page
---------------------------------------------------- */

.page.videos .page-content{
	padding: 80px 0;
}

.page.videos .page-breadcrumbs + .page-content{
	padding-top: 40px;
}

.page.videos .page-content-text{
	font-weight: 400;
}

.page.videos .page-content-text:not(:first-child){
	margin-top: 30px;
}

.page.videos .page-content-text:not(:last-child){
	margin-bottom: 40px;
}

.page.videos .page-content-text p:last-child,
.page.videos .page-content-text ol:last-child,
.page.videos .page-content-text ul:last-child{
	margin-bottom: 0;
}

/* featured */

.page.videos .featured-videos-section-inner{
	margin: -8px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	display: -webkit-flex;
	display: flex;
}

.page.videos .featured-video{
	position: relative;
	padding: 8px;
}

.page.videos .one-video .featured-video{
	height: 546px;
	width: 100%;
}

.page.videos .two-videos .featured-video,
.page.videos .four-videos .featured-video,
.page.videos .five-videos .featured-video.fourth,
.page.videos .five-videos .featured-video.fifth{
	height: 450px;
	width: 50%;
}

.page.videos .three-videos .featured-video.first,
.page.videos .five-videos .featured-video.first{
	width: 58.910035%;
	height: 546px;
}

.page.videos .featured-videos-column{
	width: 41.089965%;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	display: -webkit-flex;
	display: flex;
}

.page.videos .featured-videos-column .featured-video{
	height: 273px;
	width: 100%;
}

.page.videos .featured-video-outer{
	position: absolute;
	bottom: 8px;
	right: 8px;
	left: 8px;
	top: 8px;
}

.page.videos .featured-video-inner{
	height: 100%;
	width: 100%;

	background-color: rgba(0,0,0,0.2);
	z-index: 1;

	text-shadow: 0 1px 5px rgba(0,0,0,0.5);
	color: #fff;

	-webkit-align-items: flex-end;
	align-items: flex-end;

	display: -webkit-flex;
	display: flex;

	position: absolute;
	left: 0;
	top: 0;
}

.page.videos .featured-video-icon{
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	opacity: 0.9;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	position: absolute;
	left: 50%;
	top: 50%;
}

.page.videos .one-video .featured-video-icon,
.page.videos .three-videos .first .featured-video-icon,
.page.videos .five-videos .first .featured-video-icon{
	font-size: 150px;
	line-height: 150px;
}

.page.videos .two-videos .featured-video-icon,
.page.videos .four-videos .featured-video-icon,
.page.videos .five-videos .featured-video.fourth .featured-video-icon,
.page.videos .five-videos .featured-video.fifth .featured-video-icon{
	font-size: 120px;
	line-height: 120px;
}

.page.videos .featured-videos-column .featured-video-icon{
	font-size: 90px;
	line-height: 90px;
}

.page.videos .featured-video-inner:hover .featured-video-icon{
	opacity: 1;
}

.page.videos .featured-video-icon::before{
	vertical-align: top;
}

.page.videos .featured-video-title{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);

	font-weight: 700;
	width: 100%;
}

.page.videos .one-video .featured-video-title,
.page.videos .three-videos .first .featured-video-title,
.page.videos .five-videos .first .featured-video-title{
	padding: 36px 40px;

	font-size: 22px;
	line-height: 29px;
}

.page.videos .two-videos .featured-video-title,
.page.videos .four-videos .featured-video-title,
.page.videos .five-videos .featured-video.fourth .featured-video-title,
.page.videos .five-videos .featured-video.fifth .featured-video-title{
	padding: 27px 30px;

	font-size: 20px;
	line-height: 25px;
}

.page.videos .featured-videos-column .featured-video-title{
	padding: 18px 20px;

	font-size: 18px;
	line-height: 21px;
}

.page.videos .featured-video-background{
	background-position: center;
	background-size: cover;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* categories */

.page.videos .video-category-section{
	margin-top: 45px;
}

.page.videos .featured-videos-section + .video-category-section{
	margin-top: 65px;
}

.page.videos .video-category-section-title{
	margin-bottom: 50px;
}

.page.videos .videos-list{
	position: relative;
	margin: 0 -15px;
}

.page.videos .videos-list .video{
	width: 33.333333%;
	padding: 0 15px;
	overflow-anchor: none;
	float: left;

	font-size: 14px;
	line-height: 24px;
}

.page.videos .videos-list:not(.ready) .video:nth-child(n+4){
	display: none;
}

.page.videos .videos-list .video-thumb{
	margin-bottom: 25px;
	position: relative;
}

.page.videos .videos-list .video-thumb::after{
	background-color: rgba(0,0,0,0.2);
}

.page.videos .videos-list .video-thumb::before{
	z-index: 1;

	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	opacity: 0.9;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	font-size: 90px;
	line-height: 90px;
	text-shadow: 0 1px 5px rgba(0,0,0,0.5);
	text-decoration: none;
	text-align: center;
	color: #fff;

	position: absolute;
	left: 50%;
	top: 50%;
}

.page.videos .videos-list .video-thumb:hover::before{
	opacity: 1;
}

.page.videos .videos-list .video-thumb img{
	width: 100%;
}

.page.videos .videos-list .video-title{
	margin-bottom: 6px;

	font-size: 18px;
	line-height: 24px;
}

.page.videos .videos-list .video-excerpt p,
.page.videos .videos-list .video-excerpt ol,
.page.videos .videos-list .video-excerpt ul{
	margin-bottom: 12px;
}

.page.videos .videos-list .video-excerpt p:last-child,
.page.videos .videos-list .video-excerpt ol:last-child,
.page.videos .videos-list .video-excerpt ul:last-child{
	margin-bottom: 0;
}

/* = Events Page
---------------------------------------------------- */

.page.events .page-content{
	padding: 80px 0;
}

.page.events .page-breadcrumbs + .page-content{
	padding-top: 40px;
}

.page.events .page-content-event-tabs{
	border-bottom: 2px solid #000;
	padding: 0 45px;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.page.events .page-content-event-tabs:not(:first-child){
	margin-top: 40px;
}

.page.events .page-content-events-tab{
	border-bottom: 5px solid transparent;
	padding: 16px 18px;

	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 700;
}

.page.events .page-content-events-tab:hover{
	color: #7c1718;
}

.page.events .page-content-events-tab.active{
	border-bottom-color: #7c1718;
	color: #7c1718;
}

.page.events .page-content-events-tab:not(.active){
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.page.events .page-content-events-section:not(.active){
	display: none;
}

.page.events .page-content-events-drop-down{
	background-color: #f2f2f2;
	border: 1px solid #d4d4d4;
	display: none;

	margin-top: 30px;
	padding: 15px;
}

.page.events .page-content-events-drop-down select{
	background-color: #fff;
	width: 100%;
}

.page.events .page-content-event{
	border-bottom: 1px solid #7f7f7f;
	padding: 32px 30px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: flex;

	line-height: 24px;
	letter-spacing: 0.02em;
}

.page.events .page-content-event div{
	padding: 0 15px;
}

.page.events .page-content-event-date{
	min-width: 20%;
	width: 20%;
}

.page.events .page-content-event-day{
	min-width: 13%;
	width: 13%;
}

.page.events .page-content-event-title{
	min-width: 34%;
	width: 34%;

	font-weight: 700;
}

.page.events .page-content-event-venue{
	min-width: 18%;
	width: 18%;
}

.page.events .page-content-event-link{
	min-width: 15%;
	width: 15%;

	text-transform: uppercase;
	font-weight: 700;
}

.page.events .page-content-event-link a{
	text-decoration: underline;
}

/* = Single Event Page
---------------------------------------------------- */

.page.event .page-content{
	padding: 80px 0;
}

.page.event .page-breadcrumbs + .page-content{
	padding-top: 40px;
}

.page.event .page-content-inner{
	margin-top: 55px;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.page.event .page-content-left{
	width: 54.385965%;
}

.page.event .back-link{
	display: inline-block;

	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
}

.page.event .back-link::before{
	vertical-align: top;
	margin-right: 4px;
}

.page.event .page-content-right{
	background-color: #f2f2f2;
	padding: 50px 40px;
	width: 40.350877%;

	line-height: 27px;
}

.page.event .page-content-right h4{
	text-transform: uppercase;
	margin-bottom: 8px;
}

.page.event .page-content-right h4:not(:first-child){
	margin-top: 28px;
}

.page.event .page-content-right .button{
	margin-top: 35px;
	min-width: 210px;
}

/* = States Map Page
---------------------------------------------------- */

.page.states .page-content{
	padding-bottom: 60px;
	padding-top: 80px;
}

.page.states .page-breadcrumbs + .page-content{
	padding-top: 40px;
}

.page.states .map-container:not(:first-child){
	margin-top: 55px;
}

/* = Single State Page
---------------------------------------------------- */

.page.state .page-content{
	padding: 80px 0;
}

.page.state .page-content-inner{
	display: -webkit-flex;
	display: flex;
}

/* left */

.page.state .page-content-left{
	min-width: 330px;
	width: 330px;
}

.page.state .page-content-left-inner{
	width: 280px;
}

.page.state .page-content-left-block{
	border-top: 1px solid #b3b3b3;
}

.page.state .page-content-left-block:first-child{
	padding-top: 20px;
}

.page.state .page-content-left-block:not(:first-child){
	padding-top: 26px;
	margin-top: 30px;
}

.page.state .page-content-left h4{
	font-size: 18px;
	line-height: 29px;
}

.page.state .page-content-left li{
	padding: 0;
	left: 0;
}

.page.state .page-content-left li::before{
	display: none;
}

.page.state .page-content-toc{
	margin-bottom: 0;

	font-size: 15px;
	line-height: 27px;
	font-weight: 500;
	color: #333;
}

.page.state .page-content-toc li a{
	text-decoration: underline;
}

.page.state .page-content-toc li a:hover{
	text-decoration: none;
}

.page.state .page-content-toc li a:active,
.page.state .page-content-toc li a:focus{
	color: inherit;
}

.page.state .page-content-toc li.active a{
	text-decoration: none;
	font-weight: 700;
	color: #7c1718;
}

.page.state .page-content-resources{
	font-weight: 700;
}

/* right */

.page.state .page-content-right{
	margin-top: -10px;

	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.page.state .page-section{
	padding-top: 30px;
}

.page.state .page-section:first-child{
	padding-top: 0;
}

.page.state .page-section:last-child{
	padding-bottom: 0;
}

.page.state .page-section-title{
	margin-bottom: 20px;
	text-align: left;
}

/* trustpilot */

.page.state .trustpilot-widget{
	margin-top: 35px;
}

/* = FAQs Page
---------------------------------------------------- */

.page.faqs .page-content{
	padding: 80px 0;
}

.page.faqs .page-breadcrumbs + .page-content{
	padding-top: 40px;
}

.page.faqs .page-content .wrap{
	max-width: 1250px;
}

.page.faqs .page-content-inner{
	display: -webkit-flex;
	display: flex;
}

.page.faqs .page-content-inner:not(:first-child){
	margin-top: 70px;
}

/* left */

.page.faqs .page-content-left{
	min-width: 270px;
	width: 270px;
}

.page.faqs .page-content-left-inner{
	width: 220px;
}

.page.faqs .page-content-left ul{
	margin-bottom: 0;

	line-height: 27px;
	font-weight: 500;
	color: #333;
}

.page.faqs .page-content-left li{
	padding: 0;
	left: 0;
}

.page.faqs .page-content-left li::before{
	display: none;
}

.page.faqs .page-content-left li a{
	text-decoration: underline;
}

.page.faqs .page-content-left li a:hover{
	text-decoration: none;
}

.page.faqs .page-content-left li a:active,
.page.faqs .page-content-left li a:focus{
	color: inherit;
}

.page.faqs .page-content-left li.active a{
	text-decoration: none;
	font-weight: 700;
	color: #7c1718;
}

/* right */

.page.faqs .page-content-right{
	margin-top: -15px;

	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.page.faqs .page-section{
	padding-top: 50px;
}

.page.faqs .page-section:first-child{
	padding-top: 0;
}

.page.faqs .page-section:last-child{
	padding-bottom: 0;
}

.page.faqs .page-section-title{
	margin-bottom: 20px;
	text-align: left;
}

.page.faqs .page-section-subtitle{
	text-transform: uppercase;
	margin-bottom: 30px;
}

.page.faqs .page-section-subtitle:not(:first-child){
	margin-top: 50px;
}

.page.faqs .page-section-item{
	border-bottom: 2px solid #d8d8d8;
	padding: 10px 0;
}

.page.faqs .page-section-item:first-child,
.page.faqs .page-section-subtitle + .page-section-item{
	border-top: 2px solid #d8d8d8;
}

.page.faqs .page-section-item-control{
	display: none;
}

.page.faqs .page-section-item-title{
	position: relative;
	display: block;

	padding: 5px 0;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	font-weight: 700;
	font-size: 18px;
}

.page.faqs .page-section-item-title h3{
	padding-right: 22px;
	margin-bottom: 0;

	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.page.faqs .page-section-item-title i{
	font-size: 13px;

	position: absolute;
	right: 0;
	top: 5px;
}

.page.faqs .page-section-item-control:checked + .page-section-item-title i::before{
	content: '\e904';
}

.page.faqs .page-section-item-control:not(:checked) + .page-section-item-title i::before{
	content: '\e905';
}

.page.faqs .page-section-item-text{
	padding-bottom: 10px;
	padding-top: 5px;
}

.page.faqs .page-section-item-control:not(:checked) ~ .page-section-item-text{
	display: none;
}

.page.faqs .page-section-item-text p,
.page.faqs .page-section-item-text ol,
.page.faqs .page-section-item-text ul{
	margin-bottom: 12px;
}

.page.faqs .page-section-item-text p:last-child,
.page.faqs .page-section-item-text ol:last-child,
.page.faqs .page-section-item-text ul:last-child{
	margin-bottom: 0;
}

/* = Testimonials Page
---------------------------------------------------- */

.page.testimonials .page-content{
	padding: 80px 0;
}

.page.testimonials .page-breadcrumbs + .page-content{
	padding-top: 40px;
}

.page.testimonials .trustpilot-widget:not(:first-child){
	margin-top: 45px;
}

/* = Instagram Page
---------------------------------------------------- */

.page.instagram .page-content{
	padding-bottom: 60px;
	padding-top: 80px;
}

.page.instagram .page-breadcrumbs + .page-content{
	padding-top: 40px;
}

.page.instagram .page-content-button{
	text-align: center;
	margin-top: 30px;
}

.page.instagram .page-content-button a{
	min-width: 275px;
}

.page.instagram #sb_instagram{
	margin-top: 70px;
}

.page.instagram #sb_instagram .sb_instagram_header,
.page.instagram #sb_instagram #sbi_load{
	display: none;
}

/* = Contact Page
---------------------------------------------------- */

.page.contact .page-content{
	line-height: 27px;
	padding: 80px 0;
}

.page.contact .page-breadcrumbs + .page-content{
	padding-top: 40px;
}

.page.contact .page-content-title{
	margin-bottom: 50px;
}

.page.contact .page-content-inner{
	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.page.contact .page-content-inner > div{
	background-color: #f2f2f2;
}

.page.contact .page-content-left{
	padding: 50px 40px;
	width: 53.947368%;
}

.page.contact .page-content-right{
	width: 40.789474%;
}

/* left */

.page.contact .gform_wrapper{
	max-width: 505px;
	margin: auto;
}

.page.contact .gfield select,
.page.contact .gfield textarea,
.page.contact .gfield input[type="tel"],
.page.contact .gfield input[type="text"],
.page.contact .gfield input[type="email"],
.page.contact .gfield input[type="number"],
.page.contact .gfield input[type="password"],
.page.contact .gfield input[type="url"]{
	background-color: #fff;
}

.page.contact .gform_footer img{
	display: none;
}

.page.contact .gform_button{
	min-width: 190px;
}

.page.contact .gform_confirmation_message{
	margin-bottom: 0;
}

/* right */

.page.contact .google-map{
	height: 255px;
}

.page.contact .page-content-right-inner{
	padding: 42px 40px;
}

.page.contact .page-content-right-inner p:last-child,
.page.contact .page-content-right-inner ol:last-child,
.page.contact .page-content-right-inner ul:last-child{
	margin-bottom: 0;
}

.page.contact .page-content h4{
	margin-bottom: 8px;

	text-transform: uppercase;
	font-weight: 800;
}

.page.contact .page-content h4:not(:first-child){
	margin-top: 20px;
}

.page.contact .page-content-right-text:not(:first-child){
	margin-top: 15px;
}

/* = Newsletter Page
---------------------------------------------------- */

.page.newsletter .page-content{
	padding: 80px 0;
}

.page.newsletter .page-breadcrumbs + .page-content{
	padding-top: 40px;
}

.page.newsletter .page-content-form{
	background-color: #f2f2f2;
	margin: 50px auto 0;
	padding: 50px 55px;
	max-width: 615px;
}

.page.newsletter .gform_wrapper{
	margin-bottom: 0;
}

.page.newsletter .gfield select,
.page.newsletter .gfield textarea,
.page.newsletter .gfield input[type="tel"],
.page.newsletter .gfield input[type="text"],
.page.newsletter .gfield input[type="email"],
.page.newsletter .gfield input[type="number"],
.page.newsletter .gfield input[type="password"],
.page.newsletter .gfield input[type="url"]{
	background-color: #fff;
}

.page.newsletter .gform_button{
	min-width: 190px;
}

.page.newsletter .gform_confirmation_message{
	margin-bottom: 0;
}

/* = Portal Page
---------------------------------------------------- */

.page.portal .page-content{
	padding-bottom: 40px;
}

.page.portal .page-content-subtitle{
	margin-bottom: 10px;

	font-size: 22px;
	line-height: 30px;
	text-align: center;
	font-weight: 700;
	color: #7c1718;
}

.page.portal .page-content .return{
	margin-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	display: none;
}

/* logos */

.page.portal .page-content-logos{
	padding: 20px 0;
}

.page.portal .page-content-logos-inner{
	margin: 0 -20px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	justify-content: center;

	display: -webkit-flex;
	display: flex;
}

.page.portal .page-content-logos-item{
	max-width: 25%;
	padding: 5px 20px;
	margin: 5px 0;
}

/* form */

.page.portal .page-content-form{
	background-color: #f2f2f2;
	margin: 20px auto 0;
	max-width: 750px;
}

.page.portal .gform_wrapper{
	margin-bottom: 0;
}

.page.portal .validation_error{
	padding: 55px 60px 0;
	margin-bottom: 0;

	text-align: center;
	font-size: 18px;
}

.page.portal .gform_body{
	padding: 55px 60px 25px;
	max-width: 675px;
	margin: auto;
}

.page.portal .gfield,
.page.portal .gfield:last-child{
	margin-bottom: 34px;
}

.page.portal .gfield[class*="type-html"] + .gfield.hidden_label{
	margin-top: -7px;
}

.page.portal .gfield:not([class*="type-html"]) + .gfield.hidden_label{
	margin-top: -22px;
}

.page.portal .gfield_label{
	margin-bottom: 15px;

	font-size: 18px;
	line-height: 24px;
}

.page.portal .gfield.field_description_above:not(.hidden_label) .gfield_label{
	vertical-align: middle;
	display: inline-block;
}

.page.portal .gfield.field_description_above:not(.hidden_label) .gfield_description{
	vertical-align: middle;
	display: inline-block;
	position: relative;

	margin: 0 0 15px 7px;
	line-height: 24px;
}

.page.portal .gfield.field_description_above .gfield_description.validation_message{
	display: none;
}

.page.portal .gfield .gfield_description_icon{
	display: inline-block;
	vertical-align: top;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	font-size: 21px;
	color: #7c1718;
}

.page.portal .gfield .gfield_description_icon::before{
	vertical-align: top;
}

.page.portal .gfield .gfield_description_outer{
	display: none;
	margin-left: 18px;
	z-index: 1;

	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	border-radius: 4px;

	font-size: 13px;
	line-height: 19px;
	letter-spacing: -0.04em;
	color: #272727;

	position: absolute;
	left: 100%;
	top: -17px;
}

.page.portal .gfield .gfield_description:hover .gfield_description_outer{
	display: block;
}

.page.portal .gfield .gfield_description_outer::before{
	width: 10px;
	height: 10px;
	margin-top: 1px;
	content: "";

	background-color: #fff;
	box-shadow: inherit;

	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);

	position: absolute;
	top: 22px;
	left: 0;
}

.page.portal .gfield .gfield_description_inner{
	padding: 18px 16px 14px;
	border-radius: 4px;
	width: 240px;

	background-color: #fff;
	position: relative;
}

.page.portal .gfield[class*="type-html"] .ginput_container{
	margin-top: -5px;

	font-size: 14px;
	line-height: 22px;
	color: #333;
}

.page.portal .gfield select,
.page.portal .gfield textarea,
.page.portal .gfield input[type="tel"],
.page.portal .gfield input[type="text"],
.page.portal .gfield input[type="email"],
.page.portal .gfield input[type="number"],
.page.portal .gfield input[type="password"],
.page.portal .gfield input[type="url"]{
	background-color: #fff;
	padding: 9px 20px;

	font-size: 16px;
	line-height: 28px;
}

.page.portal .gfield select,
.page.portal .gfield input[type="tel"],
.page.portal .gfield input[type="text"],
.page.portal .gfield input[type="email"],
.page.portal .gfield input[type="number"],
.page.portal .gfield input[type="password"],
.page.portal .gfield input[type="url"]{
	height: 48px;
}

.page.portal .gfield .ginput_container_date input{
	padding-right: 58px;
}

.page.portal .gfield .ginput_container_date::after{
	line-height: 46px;
	width: 46px;
}

.page.portal .gform_footer{
	background-color: #eaeaea;
	padding: 50px 60px;
}

.page.portal .gform_button{
	min-width: 270px;
}

.page.portal .gform_confirmation_message{
	margin-bottom: 0;
}

/* select2 */

.page.portal .select2-container{
	font-size: 16px;
	line-height: 28px;
}

.page.portal .select2-container .select2-selection--single{
	background-color: #fff;
	height: 48px;
}

.page.portal .select2-container .select2-selection--single .select2-selection__rendered{
	padding: 9px 20px;
	line-height: 28px;
}

.page.portal .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 46px;
}

/* = Portal Thank You Page
---------------------------------------------------- */

.page.portal.thank-you .page-content{
	padding-top: 140px;
}

/* = Search Page
---------------------------------------------------- */

.page.search .page-outer{
	padding: 80px 0;
}

.page.search .page-breadcrumbs + .page-outer{
	padding-top: 40px;
}

.page.search .page-inner{
	padding-left: 330px;
}

/* sidebar */

.page.search .page-sidebar{
	width: 280px;
	margin-left: -330px;
	padding-top: 12px;
	float: left;
}

.page.search .page-navigation{
	border-top: 1px solid #b3b3b3;
	padding-top: 20px;
}

.page.search .page-navigation-title{
	margin-bottom: 10px;

	font-size: 18px;
	line-height: 30px;
}

.page.search .page-navigation li{
	list-style: none;

	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	color: #333;
}

.page.search .page-navigation li.current{
	font-weight: 700;
}

.page.search .page-navigation li:not(:first-child){
	margin-top: 12px;
}

.page.search .page-navigation li a{
	text-decoration: underline;
	color: inherit;
}

.page.search .page-navigation li a:hover,
.page.search .page-navigation li a:active,
.page.search .page-navigation li a:focus,
.page.search .page-navigation li.current a{
	text-decoration: none;
	color: #7c1718;
}

/* content */

.page.search .page-content{
	float: right;
	width: 100%;
}

.page.search .page-title{
	margin-bottom: 40px;
}

.page.search .page-title strong{
	color: #7c1718;
}

.page.search .page-content .item{
	padding-left: 35px;
	position: relative;
}

.page.search .page-content .item + .item{
	margin-top: 40px;
}

.page.search .page-content .item-order-number{
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;

	position: absolute;
	top: 1px;
	left: 0;
}

.page.search .page-content .item-order-number::after{
	content: ".";
}

.page.search .page-content .item-thumb{
	width: 120px;
	padding-top: 5px;
	float: left;
}

.page.search .page-content .item-thumb img{
	border: 1px solid #d4d4d4;
}

.page.search .page-content .item-text{
	margin-left: 150px;
}

.page.search .page-content .item-title{
	margin-bottom: 0;
}

.page.search .page-content .item-price{
	font-size: 20px;
	font-weight: 600;
}

.page.search .page-content .item-excerpt{
	margin-top: 8px;

	font-size: 14px;
	line-height: 20px;
}

.page.search .page-content .item-excerpt p,
.page.search .page-content .item-excerpt ol,
.page.search .page-content .item-excerpt ul{
	margin-bottom: 12px;
}

.page.search .page-content .item-excerpt p:last-child,
.page.search .page-content .item-excerpt ol:last-child,
.page.search .page-content .item-excerpt ul:last-child{
	margin-bottom: 0;
}

/* = User Form Page
---------------------------------------------------- */

.page.user-form .page-content{
	padding-bottom: 60px;
	padding-top: 20px;
}

.page.user-form .form-container{
	background-color: #f2f2f2;
	padding: 40px 4.032258%;
	max-width: 500px;
	margin: auto;
}

.page.user-form .form-title{
	margin-bottom: 25px;
}

.page.user-form .form-instruction{
	margin-bottom: 20px;
	text-align: center;
}

.page.user-form .form-message{
	margin-bottom: 25px;
	padding: 9px 16px;

	border-style: solid;
	border-width: 1px;
}

.page.user-form .form-message.blue-message{
	background-color: rgba(30,133,190,0.1);
	border-color: rgba(30,133,190,0.5);
	color: rgba(30,133,190,0.8);
}

.page.user-form .form-message.green-message{
	background-color: rgba(143,174,27,0.1);
	border-color: rgba(143,174,27,0.5);
	color: rgba(143,174,27,0.8);
}

.page.user-form .form-message.red-message{
	background-color: rgba(168,5,50,0.1);
	border-color: rgba(168,5,50,0.5);
	color: rgba(168,5,50,0.8);
}

.page.user-form .form-row.big-margin{
	margin-top: 30px;
}

.page.user-form .form-row.small-margin{
	margin-top: 20px;
}

.page.user-form .form-label{
	margin-bottom: 5px;
	display: block;

	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
}

.page.user-form .form-field[type="text"],
.page.user-form .form-field[type="password"]{
	background-color: #fff;
	width: 100%;
}

.page.user-form .form-row a{
	text-transform: none;
	float: right;
}

.page.user-form .form-action{
	display: -webkit-flex;
	display: flex;
}

.page.user-form .form-action.one-column{
	-webkit-justify-content: center;
	justify-content: center;
}

.page.user-form .form-action.two-columns{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.page.user-form .form-action.big-margin{
	margin-top: 35px;
}

.page.user-form .form-action.small-margin{
	margin-top: 25px;
}

.page.user-form .form-action-left{
	line-height: 24px;

	-webkit-order: 1;
	order: -1;
}

.page.user-form .two-columns .form-action-right{
	padding-left: 20px;
	min-width: 148px;
}

.page.user-form .two-columns .form-submit{
	width: 100%;
}

#user_switching_switch_on{
	background-color: #f2f2f2;
	padding: 15px 20px;

	text-align: center;
}

/* = Default Page
---------------------------------------------------- */

.page.default .page-content{
	padding-bottom: 60px;
	padding-top: 80px;
}

.page.default .page-breadcrumbs + .page-content{
	padding-top: 40px;
}

/* = Page Popups
---------------------------------------------------- */

.popup-window{
	background-color: rgba(0,0,0,0.55);
	overflow-y: scroll;

	position: fixed;
	display: none;
	z-index: 15;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.admin-bar .popup-window{
	top: 32px;
}

.popup-window-outer{
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}

.popup-window-inner{
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

.popup-window-container{
	max-width: 1140px;
	position: relative;
	margin: auto;

	background-color: #fff;
	border-radius: 5px;
}

.popup-window .close-icon{
	cursor: pointer;
	width: 30px;

	font-size: 15px;
	line-height: 30px;
	text-align: center;
	color: #000;

	position: absolute;
	right: 10px;
	top: 10px;
}

.popup-window .close-icon:hover{
	color: #7c1718;
}

.popup-window .close-icon::before{
	display: block;
}

.popup-window-background{
	background-position: center;
	background-size: cover;

	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.popup-window-shadow{
	background-color: #000;

	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* form */

.form-popup-container{
	max-width: 660px;
	padding: 60px 70px 75px;
	background-color: #d9e6f5;
	text-align: center;
}

.form-popup-logo{
	max-width: 164px;
	margin: 0 auto 20px;
	display: block;
}

.form-popup-title{
	margin-bottom: 28px;
}

.form-popup-tagline{
	font-size: 18px;
	font-weight: 600;
}

.form-popup .gform_wrapper{
	margin: 30px 0 0;
}

.form-popup .validation_error{
	display: none;
}

.form-popup .gfield_label{
	white-space: nowrap;
	text-transform: uppercase;
	text-align: left;
}

.form-popup .gfield select,
.form-popup .gfield textarea,
.form-popup .gfield input[type="tel"],
.form-popup .gfield input[type="text"],
.form-popup .gfield input[type="email"],
.form-popup .gfield input[type="number"],
.form-popup .gfield input[type="password"],
.form-popup .gfield input[type="url"]{
	background-color: #fff;
}

.form-popup .gfield .gfield_radio,
.form-popup .gfield .gfield_checkbox{
	margin: 0 -10px;
	font-size: 14px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	display: -webkit-flex;
	display: flex;
}

.form-popup .gfield .gfield_radio li,
.form-popup .gfield .gfield_checkbox li{
	margin-right: 10px;
	margin-left: 10px;
}

.form-popup .gform_footer{
	padding-top: 5px;
}

.form-popup .gform_footer img{
	display: none;
}

.form-popup .gform_button{
	width: 100%;
}

.form-popup .gform_confirmation_message{
	margin: 30px 0 0;
}

.form-popup .gform_confirmation_message p:last-child,
.form-popup .gform_confirmation_message ol:last-child,
.form-popup .gform_confirmation_message ul:last-child{
	margin-bottom: 0;
}

/* eZ-Pay */

.ez-pay-popup-container{
	max-width: 480px;
	padding: 40px 50px 50px;
	text-align: center;
}

.ez-pay-popup-title{
	margin-bottom: 20px;

	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 800;
}

.ez-pay-popup-logo{
	width: 145px;
	height: 98px;

	background-position: center;
	background-size: 145px auto;

	margin: 0 auto 20px;
}

.no-webp .ez-pay-popup-logo{
	background-image: url(lib/images/ez-pay.png);
}

.webp .ez-pay-popup-logo{
	background-image: url(lib/images/ez-pay.webp);
}

.ez-pay-popup-subtitle{
	margin-bottom: 10px;
	font-size: 22px;
}

.ez-pay-popup-tagline{
	margin-bottom: 20px;

	font-size: 18px;
	letter-spacing: 0.02em;
	font-weight: 500;
}

.ez-pay-popup .ez-pay-graph-inner{
	margin: 0 -30px;
}

.ez-pay-popup .ez-pay-graph-inner::before{
	height: 2px;
	top: 14px;
}

.ez-pay-popup .ez-pay-graph-point{
	border-width: 5px;
	height: 30px;
	width: 30px;
}

.ez-pay-popup .ez-pay-graph-point::after{
	height: 12px;
	width: 12px;
}

.ez-pay-popup .ez-pay-graph-text{
	margin-top: 12px;

	font-size: 14px;
	line-height: 19px;
}

.ez-pay-popup-features{
	margin-top: 30px;
	line-height: 22px;
}

.ez-pay-popup-feature:not(:first-child){
	margin-top: 20px;
}

.ez-pay-popup-feature-icon{
	margin-bottom: 5px;
}

.ez-pay-popup-feature-icon img,
.ez-pay-popup-feature-icon svg{
	max-height: 57px;
	max-width: 57px;
}

.ez-pay-popup-feature-icon svg path,
.ez-pay-popup-feature-icon svg circle,
.ez-pay-popup-feature-icon svg polygon,
.ez-pay-popup-feature-icon svg rect,
.ez-pay-popup-feature-icon svg text{
	fill: #7c1718;
}

.ez-pay-popup-feature-title{
	font-size: 16px;
	letter-spacing: 0.02em;
	font-weight: 700;
}

.ez-pay-popup-feature-text{
	font-size: 14px;
}

.ez-pay-popup-feature-text:not(:first-child){
	margin-top: 3px;
}

/* = Site Footer
---------------------------------------------------- */

.site-footer{
	background-color: #1a1a1a;
	padding: 70px 0;

	font-size: 14px;
	line-height: 23px;
	color: #b2b2b2;
}

.site-footer-top{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;

	display: -webkit-flex;
	display: flex;
}

.site-footer-top-first{
	margin-bottom: 50px;
	display: none;
}

.site-footer-top-second{
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.site-footer-top-third{
	min-width: 210px;
	width: 210px;
}

.site-footer-bottom{
	border-top: 2px solid #3c3c3c;
	padding-top: 50px;
	margin-top: 50px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.site-footer-bottom-first{
	min-width: 260px;
	width: 260px;
}

.site-footer-bottom-second{
	min-width: 430px;
	width: 430px;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.site-footer-bottom-third{
	min-width: 200px;
	width: 200px;
}

.site-footer-bottom-fourth{
	display: none;
	width: 100%;
}

.site-footer li{
	list-style: none;
}

/* navigation */

.bottom-navigation ul.level-1{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	display: -webkit-flex;
	display: flex;
}

.bottom-navigation ul.level-2{
	margin-top: 3px;
}

.bottom-navigation li.level-1{
	padding-right: 25px;
}

.bottom-navigation.one-column li.level-1{
	width: 100%;
}

.bottom-navigation.two-columns li.level-1{
	width: 50%;
}

.bottom-navigation.three-columns li.level-1{
	width: 33.333333%;
}

.bottom-navigation.four-columns li.level-1{
	width: 25%;
}

.bottom-navigation.four-columns li.level-1:nth-child(n+5){
	margin-top: 30px;
}

.bottom-navigation li .menu-item{
	display: inline-block;
}

.bottom-navigation li span.menu-item{
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.bottom-navigation li.level-1 > .menu-item{
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.bottom-navigation li.level-2 > .menu-item{
	font-size: 15px;
	line-height: 29px;
	letter-spacing: 0.04em;
	color: inherit;
}

.bottom-navigation li.level-2 > .menu-item:hover,
.bottom-navigation li.level-2 > .menu-item:active,
.bottom-navigation li.level-2 > .menu-item:focus{
	text-decoration: none;
	color: #fff;
}

/* contacts */

.bottom-contacts-title{
	margin-bottom: 18px;

	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.bottom-contacts div.phone,
.bottom-contacts div.email{
	position: relative;
	padding-left: 50px;
	margin-top: 20px;

	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.bottom-contacts div.phone{
	padding-bottom: 7px;
	padding-top: 7px;
}

.bottom-contacts div.email{
	padding-bottom: 2px;
	padding-top: 2px;
}

.bottom-contacts div.phone::before,
.bottom-contacts div.email::before{
	color: #7c1718;

	position: absolute;
	top: 0;
}

.bottom-contacts div.phone::before{
	font-size: 38px;
	line-height: 38px;
	left: -5px;
}

.bottom-contacts div.email::before{
	font-size: 28px;
	line-height: 28px;
	left: 0;
}

.bottom-contacts a{
	color: inherit;
}

.bottom-contacts a:hover,
.bottom-contacts a:active,
.bottom-contacts a:focus{
	text-decoration: underline;
	color: inherit;
}

/* logo */

.bottom-logo{
	max-width: 145px;
	display: block;
}

.bottom-logo svg{
	display: block;
}

.bottom-logo path,
.bottom-logo polygon,
.bottom-logo rect{
	fill: #fff;
}

a.bottom-logo:hover path,
a.bottom-logo:hover polygon,
a.bottom-logo:hover rect{
	fill: #7c1718;
}

/* partner logos */

.partner-logos{
	margin-bottom: 28px;
	width: 100%;

	-webkit-align-items: center;
	align-items: center;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.partner-logos a{
	opacity: 0.6;
}

.partner-logos a:hover,
.partner-logos a:active,
.partner-logos a:focus{
	opacity: 1;
}

/* social buttons */

.social-buttons{
	margin-right: 20px;
}

.social-buttons ul{
	display: -webkit-flex;
	display: flex;
}

.social-buttons li{
	list-style: none;

	font-size: 21px;
	line-height: 21px;
	color: #7a232e;
}

.social-buttons li:not(:last-child){
	margin-right: 20px;
}

.social-buttons li a{
	display: inline-block;
}

.social-buttons li a:hover,
.social-buttons li a:active,
.social-buttons li a:focus{
	text-decoration: none;
	color: #991c1e;
}

.social-buttons li a::before{
	vertical-align: top;
}

/* newsletter */

.newsletter.button.normal{
	padding: 8px 15px;
}

/* copyrights */

.copyrights{
	margin-top: 28px;
}

/* norton seal */

.norton-seal{
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
}

/* = Gravity Forms - submit review page for /submit-review/
---------------------------------------------------- */

.star-rating .gsurvey-rating-wrapper .gsurvey-rating:not(:checked) > label{
	width: 36px !important;
	font-size: 36px !important;
	line-height: 36px !important;
	background-size: 32px 32px !important;
	color: #000 !important;
}

.star-rating .gsurvey-rating-wrapper .gsurvey-rating > label:hover{
	color: #000 !important;
}

.star-rating .gsurvey-rating-wrapper .gsurvey-rating input[type="radio"]{
	width: 32px !important;
	height: 32px !important;
}

.star-rating .gsurvey-rating-wrapper .gsurvey-rating > input:checked ~ label{
	background-image: url(lib/images/star1.svg);
	background-size: 32px 32px !important;
}

.star-rating .gsurvey-rating-wrapper .gsurvey-rating:not(:checked) > label:hover,
.star-rating .gsurvey-rating-wrapper .gsurvey-rating:not(:checked) > label:hover ~ label{
	background-image: url(lib/images/star1.svg);
	background-size: 32px 32px !important;
}

/* = Zoho Survey custom CSS
---------------------------------------------------- */

.sCWrap .alignright{
	z-index: unset;
	margin: unset;
	float: unset;
}

/* = Extended Coupons Pro custom CSS
---------------------------------------------------- */

ul.wjecf-cols.cols-3 > li::before {
	display: none;
}

/* = AffiliateWP custom CSS
---------------------------------------------------- */

.affwp-form{
	max-width: 600px;
}

#affwp-generate-ref-url input[type=submit]{
	width: auto;
}

#affwp-generate-ref-url input{
	display: block;
}

.affwp-creative code, .affwp-creative pre{
	border-radius: 5px;
}

#affwp-affiliate-dashboard-referral-counts table.default-style{
	table-layout: inherit;
}