
/* = Core Classes
---------------------------------------------------- */

.shortcode-block{
	overflow: hidden;
}

.shortcode-block:not(:first-child){
	margin-top: 50px;
}

.shortcode-block:not(:last-child){
	margin-bottom: 50px;
}

.shortcode-block:last-child{
	margin-bottom: 30px;
}

/* = Button
---------------------------------------------------- */

.button{
	display: inline-block;
	vertical-align: middle;
	z-index: 1;

	border-style: solid;

	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

span.button.enabled{
	cursor: pointer;
}

/* styles */

.button.black-empty{
	border-color: #0d0d0d;
	color: #0d0d0d;
}

.button.black-empty:hover,
.button.black-empty:active,
.button.black-empty:focus{
	background-color: #0d0d0d;
	color: #fff;
}

.button.black-filled{
	background-color: #0d0d0d;
	border-color: #0d0d0d;
	color: #fff;
}

.button.black-filled:hover,
.button.black-filled:active,
.button.black-filled:focus{
	background-color: #4e5859;
	border-color: #4e5859;
	color: #fff;
}

.button.grey-filled{
	background-color: #595959;
	border-color: #595959;
	color: #fff;
}

.button.grey-filled:hover,
.button.grey-filled:active,
.button.grey-filled:focus{
	background-color: #b2b2b2;
	border-color: #b2b2b2;
	color: #fff;
}

.button.light-grey-filled{
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	color: #404040;
}

.button.light-grey-filled:hover,
.button.light-grey-filled:active,
.button.light-grey-filled:focus{
	background-color: #e5e5e5;
	border-color: #e5e5e5;
	color: #404040;
}

.button.red-empty{
	border-color: #da4221;
	color: #da4221;
}

.button.red-empty:hover,
.button.red-empty:active,
.button.red-empty:focus{
	background-color: #ff5420;
	border-color: #ff5420;
	color: #fff;
}

.button.red-filled{
	background-color: #da4221;
	border-color: #da4221;
	color: #fff;
}

.button.red-filled:hover,
.button.red-filled:active,
.button.red-filled:focus{
	background-color: #ff5420;
	border-color: #ff5420;
	color: #fff;
}

/* sizes */

.button.normal{
	padding: 7px 40px;
	border-radius: 25px;
	border-width: 2px;

	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
}

.button.middle{
	padding: 5px 30px;
	border-radius: 22.5px;
	border-width: 2px;

	font-size: 18px;
	line-height: 31px;
	font-weight: 700;
}

.button.small{
	padding: 4px 20px;
	border-radius: 20px;
	border-width: 2px;

	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
}

.button.tiny{
	padding: 5px 15px;
	border-radius: 15px;
	border-width: 1px;

	font-size: 11px;
	line-height: 18px;
	font-weight: 500;
}

/* margins */

.button.with-margins{
	margin: 0 10px 15px;
}

/* disabled */

.button.disabled{
	opacity: 0.3;
}

.button.disabled:hover,
.button.disabled:active,
.button.disabled:focus{
	opacity: 0.2;
}

/* = Columns
---------------------------------------------------- */

/* basic columns */

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth{
	margin-right: 4%;
	float: left;
}
.one-half{
	width: 48%;
}
.one-third{
	width: 30.5666%;
}
.two-third{
	width: 65.2332%;
}
.one-fourth{
	width: 22%;
}
.three-fourth{
	width: 74%;
}
.one-fifth{
	width: 16.8%;
}
.two-fifth{
	width: 37.6%;
}
.three-fifth{
	width: 58.4%;
}
.four-fifth{
	width: 79.2%;
}
.one-sixth{
	width: 13.3333%;
}
.five-sixth{
	width: 82.6665%;
}
.last{
	margin-right: 0;
	clear: right;
}

/* two level columns */

.one-half .one-half{
	margin-right: 8.3333%;
	width: 45.8333%;
}
.one-half .one-third{
	margin-right: 8.3333%;
	width: 27.7778%;
}
.one-half .two-third{
	margin-right: 8.3333%;
	width: 63.8889%;
}
.two-third .one-third{
	margin-right: 6.1224%;
	width: 29.2517%;
}
.two-third .two-third{
	margin-right: 6.1224%;
	width: 64.6258%;
}
.two-third .one-fourth{
	margin-right: 6.1224%;
	width: 20.4082%;
}

/* = Contact Block
---------------------------------------------------- */

.contact-block{
	margin-bottom: 30px;
}

.contact-block-top{
	table-layout: fixed;
	display: table;

	text-decoration: none;
	margin-bottom: 20px;
}

.contact-block-top > div{
	vertical-align: middle;
	display: table-cell;
}

.contact-block-icon{
	min-width: 48px;
	width: 48px;
}

.contact-block-icon i{
	font-size: 48px;
	line-height: 48px;
	color: #4e5859;
}

.contact-block-top:hover .contact-block-icon i,
.contact-block-top:active .contact-block-icon i,
.contact-block-top:focus .contact-block-icon i{
	color: inherit;
}

.contact-block-icon i::before{
	vertical-align: top;
}

.contact-block-title{
	padding-left: 22px;
}

.contact-block-text{
	max-width: 95%;
}

/* = CTA
---------------------------------------------------- */

.cta-block{
	padding: 45px 30px;
	position: relative;

	text-align: center;
}

.cta-block-inner{
	max-width: 755px;
	margin: auto;

	position: relative;
	z-index: 2;
}

.cta-block-text{
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}

.cta-block-subtext:not(:first-child){
	margin-top: 6px;
}

.cta-block-button:not(:first-child){
	margin-top: 13px;
}

.cta-block .gform_wrapper{
	margin-bottom: 0;
}

.cta-block .gform_wrapper:not(:first-child){
	margin-top: 15px;
}

.cta-block .gform_wrapper form{
	align-items: stretch;
	display: flex;
}

.cta-block .gform_body{
	flex: 1;
}

.cta-block .gform_fields{
	margin-bottom: -25px;
}

.cta-block .validation_error,
.cta-block .gfield .gfield_label{
	display: none;
}

.cta-block .gfield select,
.cta-block .gfield textarea,
.cta-block .gfield input[type="tel"],
.cta-block .gfield input[type="text"],
.cta-block .gfield input[type="email"],
.cta-block .gfield input[type="number"],
.cta-block .gfield input[type="password"],
.cta-block .gfield input[type="url"]{
	border-radius: 5px;
}

.cta-block .gform_footer{
	padding-left: 18px;
}

.cta-block .gform_button{
	max-width: 360px;

	border-radius: 22.5px;
	padding: 7px 25px;

	font-size: 18px;
	line-height: 31px;
}

.cta-block-background{
	background-position: center;
	background-size: cover;

	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.cta-block-shadow{
	background-color: #000;

	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* = Fancy Image
---------------------------------------------------- */

.fancy-image{
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	margin-bottom: 30px;
}

.fancy-image img{
	margin: auto;
}

/* = FAQs List
---------------------------------------------------- */

.faqs-list-navigation{
	margin: 0 -15px -70px;

	text-align: center;
	line-height: 0;
	font-size: 0;
}

.faqs-list-navigation li{
	width: 33.333333%;
	padding: 0 15px;
	margin-bottom: 90px;
	display: inline-block;
	vertical-align: top;
}

.faqs-list-navigation ul > li::before{
	display: none;
}

.faqs-list-navigation a{
	text-decoration: none;
	display: inline-block;
}

.faqs-list-navigation a span{
	display: block;
}

.faqs-list-navigation .faq-category-icon{
	margin-bottom: 20px;
	fill: #4e5859;
}

.faqs-list-navigation a:hover .faq-category-icon{
	fill: #ff5420;
}

.faqs-list-navigation .faq-category-icon svg{
	max-width: 100px;
	margin: auto;
}

.faqs-list-navigation .faq-category-icon path,
.faqs-list-navigation .faq-category-icon polygon,
.faqs-list-navigation .faq-category-icon rect{
	fill: inherit;
}

.faqs-list-navigation .faq-category-title{
	color: #000;
}

.faqs-list-navigation a:hover .faq-category-title{
	color: #ff5420;
}

.faqs-list .highlighted-box{
	text-transform: uppercase;
	margin-bottom: 20px;
}

.faqs-list .faqs-block{
	padding-top: 40px;
}

.faqs-list .faqs-block-title{
	color: #da4221;
}

.faqs-list .item-question{
	padding-left: 25px;
	position: relative;

	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
}

.faqs-list .item-question::before{
	display: inline-block;
	content: '\e907';

	font-size: 16px;
	font-family: 'stc';
	color: #da4221;

	font-variant: normal;
	text-transform: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	position: absolute;
	left: -4px;
	top: 8px;
}

.faqs-list .item-question span{
	display: inline-block;
	padding: 8px 0;

	cursor: pointer;
}

.faqs-list .item .item-question span:hover,
.faqs-list .item.expanded .item-question span{
	color: #ff5420;
}

.faqs-list .item-answer{
	padding: 10px 0 15px 25px;
	display: none;
}

.faqs-list .item-answer p:last-child,
.faqs-list .item-answer ol:last-child,
.faqs-list .item-answer ul:last-child{
	margin-bottom: 0;
}

/* = Features List
---------------------------------------------------- */

/* big */

.features-list.big .features-list-inner{
	margin: 0 -20px -55px;

	text-align: center;
	line-height: 0;
	font-size: 0;
}

.features-list.big .feature{
	width: 33.333333%;
	padding: 0 20px;
	margin-bottom: 55px;
	display: inline-block;
	vertical-align: top;
}

.features-list.big .feature-image{
	margin-bottom: 28px;
}

.features-list.big .feature-image img{
	max-width: 155px;
	margin: auto;
}

.features-list.big .feature-title{
	margin-bottom: 15px;

	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}

.features-list.big .feature-text{
	font-size: 14px;
	line-height: 26px;
}

.features-list.big .feature-text p,
.features-list.big .feature-text ol,
.features-list.big .feature-text ul{
	margin-bottom: 26px;
}

.features-list.big .feature-text p:last-child,
.features-list.big .feature-text ol:last-child,
.features-list.big .feature-text ul:last-child{
	margin-bottom: 0;
}

/* normal/small */

.features-list.small{
	margin-left: -8px;
	max-width: 720px;
}

.features-list.normal .feature:not(:first-child){
	margin-top: 45px;
}

.features-list.small .feature:not(:first-child){
	margin-top: 30px;
}

.features-list.normal .feature-inner,
.features-list.small .feature-inner{
	display: table;
	table-layout: fixed;
	width: 100%;
}

.features-list.normal .feature-inner > div,
.features-list.small .feature-inner > div{
	vertical-align: top;
	display: table-cell;
}

.features-list.normal .feature-image{
	min-width: 39.0625%;
	width: 39.0625%;
}

.features-list.small .feature-image{
	min-width: 62px;
	width: 62px;
}

.features-list.normal .feature-image img{
	max-height: 175px;
	margin-top: 5px;
}

.features-list.small .feature-image img{
	max-height: 70px;
}

.features-list.normal .feature-text{
	padding-left: 6.696820%;

	font-size: 14px;
	line-height: 24px;
}

.features-list.small .feature-text{
	padding-left: 25px;

	font-size: 12px;
	line-height: 17px;
	letter-spacing: -0.03em;
	font-weight: 500;
}

.features-list.normal .feature-title{
	margin-bottom: 12px;

	font-size: 21px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 700;
}

.features-list.small .feature-title{
	margin-bottom: 2px;

	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 700;
}

.features-list.normal .feature-text p,
.features-list.normal .feature-text ol,
.features-list.normal .feature-text ul{
	margin-bottom: 24px;
}

.features-list.small .feature-text p,
.features-list.small .feature-text ol,
.features-list.small .feature-text ul{
	margin-bottom: 16px;
}

.features-list.normal .feature-text p:last-child,
.features-list.small .feature-text p:last-child,
.features-list.normal .feature-text ol:last-child,
.features-list.small .feature-text ol:last-child,
.features-list.normal .feature-text ul:last-child,
.features-list.small .feature-text ul:last-child{
	margin-bottom: 0;
}

/* = Gift Cards List
---------------------------------------------------- */

.gift-cards-list{
	margin-bottom: 30px;
	max-width: 645px;
}

.gift-cards-list-label{
	margin-bottom: 12px;

	font-size: 18px;
	font-weight: 700;
}

.gift-cards-list-inner{
	padding: 3px 270px 3px 0;
	position: relative;
}

.gift-cards-list-variations{
	width: 100%;
}

.gift-cards-list .gift-cards-list-button.normal{
	padding-right: 20px;
	padding-left: 20px;
	width: 230px;

	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	position: absolute;
	right: 0;
	top: 50%;
}

/* = Highlighted Box
---------------------------------------------------- */

.highlighted-box{
	padding: 50px;

	border: 1px solid #d9d9d9;
	background-color: #f7f7f7;

	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}

.highlighted-box h2,
.highlighted-box h3{
	color: #da4221;
}

.highlighted-box li{
	margin-bottom: 16px;
	padding-left: 25px;
}

.highlighted-box p:last-child,
.highlighted-box ol:last-child,
.highlighted-box ul:last-child,
.highlighted-box li:last-child{
	margin-bottom: 0;
}

.highlighted-box li a{
	text-decoration: none;
	color: inherit;
}

.highlighted-box li a:hover,
.highlighted-box li a:active,
.highlighted-box li a:focus{
	color: #da4221;
}

/* = Highlighted Text
---------------------------------------------------- */

.highlighted-text{
	margin-bottom: 30px;

	font-size: 21px;
	line-height: 34px;
	font-weight: 500;
}

.highlighted-text p,
.highlighted-text ol,
.highlighted-text ul{
	margin-bottom: 34px;
}

.highlighted-text p:last-child,
.highlighted-text ol:last-child,
.highlighted-text ul:last-child,
.highlighted-text li:last-child{
	margin-bottom: 0;
}

/* = Icon Columns
---------------------------------------------------- */

.icon-columns-inner{
	margin: 0 -20px -55px;

	text-align: center;
	line-height: 0;
	font-size: 0;
}

.icon-column{
	padding: 0 20px;
	margin-bottom: 55px;
	display: inline-block;
	vertical-align: top;
}

.icon-columns.two-columns .icon-column{
	width: 50%;
}

.icon-columns.three-columns .icon-column{
	width: 33.333333%;
}

.icon-columns.four-columns .icon-column{
	width: 25%;
}

.icon-columns .icon-column-icon{
	margin-bottom: 20px;
}

.icon-columns a.icon-column-icon{
	display: inline-block;
}

.icon-columns .icon-column-icon img{
	max-width: 130px;
	margin: auto;
}

.icon-columns .icon-column-title{
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 700;
}

.icon-columns .icon-column-title:first-child{
	padding-bottom: 5px;
}

.icon-columns .icon-column-title:not(:last-child){
	margin-bottom: 14px;
}

.icon-columns .icon-column-text{
	font-size: 14px;
	line-height: 24px;
	padding: 0 5px;
}

.icon-columns .icon-column-text p,
.icon-columns .icon-column-text ol,
.icon-columns .icon-column-text ul{
	margin-bottom: 24px;
}

.icon-columns .icon-column-text p:last-child,
.icon-columns .icon-column-text ol:last-child,
.icon-columns .icon-column-text ul:last-child{
	margin-bottom: 0;
}

.icon-columns .icon-column-button{
	margin-top: 20px;
}

.icon-columns .icon-column-button .button{
	max-width: 100%;
}

.icon-columns .icon-column-button .button.normal{
	padding-right: 20px;
	padding-left: 20px;
}

.icon-columns .icon-column-button .button.middle{
	padding-right: 15px;
	padding-left: 15px;
}

.icon-columns .icon-column-button .button.small{
	padding-right: 10px;
	padding-left: 10px;
}

/* = Image Links
---------------------------------------------------- */

.image-links-inner{
	margin-bottom: -30px;
}

.image-links.two-columns .image-links-inner{
	margin-right: -13px;
	margin-left: -13px;

	line-height: 0;
	font-size: 0;
}

.image-link{
	margin-bottom: 30px;
}

a.image-link{
	text-decoration: none;
	display: block;
}

.image-links.two-columns .image-link{
	width: 50%;
	padding: 0 13px;
	display: inline-block;
	vertical-align: top;
}

.image-link-inner{
	position: relative;
}

.image-link-image img{
	width: 100%;
}

.image-link-shadow{
	background-color: #000;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.image-link-text{
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

a.image-link .image-link-inner:hover .image-link-text{
	color: #da4221;
}

.image-links.one-column .image-link-text{
	font-size: 40px;
	line-height: 46px;
}

.image-links.two-columns .image-link-text{
	font-size: 26px;
	line-height: 32px;
}

.image-link-text-outer{
	display: table;
	height: 100%;
	width: 100%;

	position: absolute;
	left: 0;
	top: 0;
}

.image-link-text-inner{
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px;
}

.image-link-text .button{
	text-shadow: none;
}

.image-link-text p:last-child,
.image-link-text ol:last-child,
.image-link-text ul:last-child{
	margin-bottom: 0;
}

/* = Image Signature
---------------------------------------------------- */

.image-signature{
	margin-top: 25px;
	margin-bottom: 30px;
	clear: both;

	border-width: 0 0 1px;
	border-style: solid;
	border-color: #ccc;
}

/* = Partners List
---------------------------------------------------- */

.partners-list-inner{
	line-height: 0;
	font-size: 0;

	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #eee;
}

.partners-list .item{
	vertical-align: top;
	display: inline-block;

	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #eee;

	position: relative;
}

.page.default .partners-list .item{
	padding-top: 20%;
	width: 20%;
}

.page:not(.default) .partners-list .item{
	padding-top: 14.285714%;
	width: 14.285714%;
}

.partners-list .item img{
	max-height: 80%;
	max-width: 80%;

	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	position: absolute;
	left: 50%;
	top: 50%;
}

/* empty */

.page.default .partners-list.zero-five .item:nth-last-child(-n+6),
.page.default .partners-list.one-five .item:nth-last-child(-n+5),
.page.default .partners-list.two-five .item:nth-last-child(-n+4),
.page.default .partners-list.three-five .item:nth-last-child(-n+3),
.page.default .partners-list.four-five .item:nth-last-child(-n+2){
	display: none;
}

.page:not(.default) .partners-list.zero-seven .item:nth-last-child(-n+6),
.page:not(.default) .partners-list.one-seven .item:nth-last-child(-n+5),
.page:not(.default) .partners-list.two-seven .item:nth-last-child(-n+4),
.page:not(.default) .partners-list.three-seven .item:nth-last-child(-n+3),
.page:not(.default) .partners-list.four-seven .item:nth-last-child(-n+2),
.page:not(.default) .partners-list.five-seven .item:nth-last-child(-n+1){
	display: none;
}

/* = Phone
---------------------------------------------------- */

.inline-phone{
	text-decoration: none;
}

/* = Round Badges
---------------------------------------------------- */

.round-badges-inner{
	margin: 0 -15px -60px;

	text-align: center;
	line-height: 0;
	font-size: 0;
}

.round-badges .round-badge{
	width: 33.333333%;
	padding: 0 15px;
	margin-bottom: 60px;
	vertical-align: middle;
	display: inline-block;

	transition: opacity 1s;
	opacity: 0;
}

.round-badges.ready .round-badge{
	opacity: 1;
}

.round-badges .round-badge-outer{
	margin: auto;
}

.round-badges .round-badge-inner{
	display: inline-block;
}

.round-badges.ready .round-badge-inner{
	display: table;
	width: 100%;
}

.round-badges .round-badge-text{
	display: table-cell;
	vertical-align: middle;
	padding: 25px;

	background-color: #f2f2f2;
	border-radius: 50%;
}

.round-badges .round-badge-text > div{
	text-transform: uppercase;
	word-wrap: normal;
}

.round-badges .round-badge-text-big{
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	color: #da4221;
}

.round-badges .round-badge-text-small{
	margin: 3px 0;

	font-size: 21px;
	line-height: 29px;
	font-weight: 500;
}

/* = Sitemap
---------------------------------------------------- */

.sitemap-list a{
	text-decoration: none;
	color: inherit;
}

.sitemap-list a:hover,
.sitemap-list a:active,
.sitemap-list a:focus{
	color: #ff5420;
}

/* = Size Chart
---------------------------------------------------- */

.size-chart-inline-section:not(:last-child){
	margin-bottom: 50px;
}

/* = Social Buttons
---------------------------------------------------- */

.social-buttons-inline{
	line-height: 0;
	font-size: 0;
}

.social-buttons-inline span{
	display: inline-block;
	margin-bottom: 5px;
}

.social-buttons-inline span:not(:last-child){
	margin-right: 5px;
}

.social-buttons-inline span a{
	display: inline-block;

	font-size: 34px;
	line-height: 34px;
	text-decoration: none;
	color: #1f1f1f;
}

.social-buttons-inline span a:hover,
.social-buttons-inline span a:active,
.social-buttons-inline span a:focus{
	color: #da4221;
}

.social-buttons-inline span a::before{
	vertical-align: top;
}

/* = Text Columns
---------------------------------------------------- */

.text-columns-inner{
	margin-bottom: -60px;

	text-align: center;
	line-height: 0;
	font-size: 0;
}

.text-columns.two-columns .text-columns-inner{
	margin-right: -32px;
	margin-left: -32px;
}

.text-columns.three-columns .text-columns-inner{
	margin-right: -12.5px;
	margin-left: -12.5px;
}

.text-columns .text-column{
	margin-bottom: 60px;
	display: inline-block;
	vertical-align: top;
}

.text-columns.two-columns .text-column{
	padding: 0 32px;
	width: 50%;
}

.text-columns.three-columns .text-column{
	padding: 0 12.5px;
	width: 33.333333%;
}

.text-columns .text-column-image{
	margin-bottom: 28px;
}

.text-columns a.text-column-image{
	display: block;
}

.text-columns .text-column-image img{
	width: 100%;
}

.text-columns .text-column-title{
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 700;
}

.text-columns .text-column-title:not(:last-child){
	margin-bottom: 18px;
}

.text-columns .text-column-text{
	font-size: 14px;
	line-height: 24px;
	padding: 0 5px;
}

.text-columns .text-column-text p,
.text-columns .text-column-text ol,
.text-columns .text-column-text ul{
	margin-bottom: 24px;
}

.text-columns .text-column-text p:last-child,
.text-columns .text-column-text ol:last-child,
.text-columns .text-column-text ul:last-child{
	margin-bottom: 0;
}

/* = Text-Image
---------------------------------------------------- */

.text-image-block-image{
	width: 47.058824%;

	text-align: center;
	color: #fff;
}

a.text-image-block-image{
	display: inline-block;

	text-decoration: none;
	color: #fff;
}

.text-image-block.image-pos-left .text-image-block-image{
	float: left;
}

.text-image-block.image-pos-right .text-image-block-image{
	float: right;
}

.text-image-block-image.with-shadow::after{
	background-color: rgba(0,0,0,0.3);
}

.text-image-block-image img{
	margin: auto;
}

.text-image-block-image-overlay{
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.text-image-block-image-overlay-outer{
	display: table;
	height: 100%;
	width: 100%;

	position: absolute;
	left: 0;
	top: 0;
}

.text-image-block-image-overlay-inner{
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

.text-image-block-image-overlay-text{
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 500;
}

.text-image-block-image-overlay-subtext{
	font-size: 16px;
	line-height: 30px;
}

.text-image-block-text{
	width: 47.058824%;
}

.text-image-block-image-overlay a{
	text-decoration: none;
	color: inherit;
}

.text-image-block-image-overlay a:hover,
.text-image-block-image-overlay a:active,
.text-image-block-image-overlay a:focus{
	text-decoration: underline;
}

.text-image-block.image-pos-left .text-image-block-text{
	float: right;
}

.text-image-block.image-pos-right .text-image-block-text{
	float: left;
}

.text-image-block-title{
	margin-bottom: 30px;
}

.text-image-block-text p:last-child,
.text-image-block-text ol:last-child,
.text-image-block-text ul:last-child{
	margin-bottom: 0;
}

/* = Text
---------------------------------------------------- */

.font{
	display: inline-block;
}

/* size */

.font-size-10 { font-size: 10px; }
.font-size-11 { font-size: 11px; }
.font-size-12 { font-size: 12px; }
.font-size-13 { font-size: 13px; }
.font-size-14 { font-size: 14px; }
.font-size-15 { font-size: 15px; }
.font-size-16 { font-size: 16px; }
.font-size-17 { font-size: 17px; }
.font-size-18 { font-size: 18px; }
.font-size-19 { font-size: 19px; }
.font-size-20 { font-size: 20px; }
.font-size-21 { font-size: 21px; }
.font-size-22 { font-size: 22px; }
.font-size-23 { font-size: 23px; }
.font-size-24 { font-size: 24px; }
.font-size-25 { font-size: 25px; }
.font-size-26 { font-size: 26px; }
.font-size-27 { font-size: 27px; }
.font-size-28 { font-size: 28px; }
.font-size-29 { font-size: 29px; }
.font-size-30 { font-size: 30px; }
.font-size-31 { font-size: 31px; }
.font-size-32 { font-size: 32px; }
.font-size-33 { font-size: 33px; }
.font-size-34 { font-size: 34px; }
.font-size-35 { font-size: 35px; }
.font-size-36 { font-size: 36px; }
.font-size-37 { font-size: 37px; }
.font-size-38 { font-size: 38px; }
.font-size-39 { font-size: 39px; }
.font-size-40 { font-size: 40px; }
.font-size-41 { font-size: 41px; }
.font-size-42 { font-size: 42px; }
.font-size-43 { font-size: 43px; }
.font-size-44 { font-size: 44px; }
.font-size-45 { font-size: 45px; }
.font-size-46 { font-size: 46px; }
.font-size-47 { font-size: 47px; }
.font-size-48 { font-size: 48px; }
.font-size-49 { font-size: 49px; }
.font-size-50 { font-size: 50px; }
.font-size-51 { font-size: 51px; }
.font-size-52 { font-size: 52px; }
.font-size-53 { font-size: 53px; }
.font-size-54 { font-size: 54px; }
.font-size-55 { font-size: 55px; }
.font-size-56 { font-size: 56px; }
.font-size-57 { font-size: 57px; }
.font-size-58 { font-size: 58px; }
.font-size-59 { font-size: 59px; }
.font-size-60 { font-size: 60px; }
.font-size-61 { font-size: 61px; }
.font-size-62 { font-size: 62px; }
.font-size-63 { font-size: 63px; }
.font-size-64 { font-size: 64px; }
.font-size-65 { font-size: 65px; }
.font-size-66 { font-size: 66px; }
.font-size-67 { font-size: 67px; }
.font-size-68 { font-size: 68px; }
.font-size-69 { font-size: 69px; }
.font-size-70 { font-size: 70px; }
.font-size-71 { font-size: 71px; }
.font-size-72 { font-size: 72px; }
.font-size-73 { font-size: 73px; }
.font-size-74 { font-size: 74px; }
.font-size-75 { font-size: 75px; }
.font-size-76 { font-size: 76px; }
.font-size-77 { font-size: 77px; }
.font-size-78 { font-size: 78px; }
.font-size-79 { font-size: 79px; }
.font-size-80 { font-size: 80px; }
.font-size-81 { font-size: 81px; }
.font-size-82 { font-size: 82px; }
.font-size-83 { font-size: 83px; }
.font-size-84 { font-size: 84px; }
.font-size-85 { font-size: 85px; }
.font-size-86 { font-size: 86px; }
.font-size-87 { font-size: 87px; }
.font-size-88 { font-size: 88px; }
.font-size-89 { font-size: 89px; }
.font-size-90 { font-size: 90px; }

/* height */

.line-height-10 { line-height: 10px; }
.line-height-11 { line-height: 11px; }
.line-height-12 { line-height: 12px; }
.line-height-13 { line-height: 13px; }
.line-height-14 { line-height: 14px; }
.line-height-15 { line-height: 15px; }
.line-height-16 { line-height: 16px; }
.line-height-17 { line-height: 17px; }
.line-height-18 { line-height: 18px; }
.line-height-19 { line-height: 19px; }
.line-height-20 { line-height: 20px; }
.line-height-21 { line-height: 21px; }
.line-height-22 { line-height: 22px; }
.line-height-23 { line-height: 23px; }
.line-height-24 { line-height: 24px; }
.line-height-25 { line-height: 25px; }
.line-height-26 { line-height: 26px; }
.line-height-27 { line-height: 27px; }
.line-height-28 { line-height: 28px; }
.line-height-29 { line-height: 29px; }
.line-height-30 { line-height: 30px; }
.line-height-31 { line-height: 31px; }
.line-height-32 { line-height: 32px; }
.line-height-33 { line-height: 33px; }
.line-height-34 { line-height: 34px; }
.line-height-35 { line-height: 35px; }
.line-height-36 { line-height: 36px; }
.line-height-37 { line-height: 37px; }
.line-height-38 { line-height: 38px; }
.line-height-39 { line-height: 39px; }
.line-height-40 { line-height: 40px; }
.line-height-41 { line-height: 41px; }
.line-height-42 { line-height: 42px; }
.line-height-43 { line-height: 43px; }
.line-height-44 { line-height: 44px; }
.line-height-45 { line-height: 45px; }
.line-height-46 { line-height: 46px; }
.line-height-47 { line-height: 47px; }
.line-height-48 { line-height: 48px; }
.line-height-49 { line-height: 49px; }
.line-height-50 { line-height: 50px; }
.line-height-51 { line-height: 51px; }
.line-height-52 { line-height: 52px; }
.line-height-53 { line-height: 53px; }
.line-height-54 { line-height: 54px; }
.line-height-55 { line-height: 55px; }
.line-height-56 { line-height: 56px; }
.line-height-57 { line-height: 57px; }
.line-height-58 { line-height: 58px; }
.line-height-59 { line-height: 59px; }
.line-height-60 { line-height: 60px; }
.line-height-61 { line-height: 61px; }
.line-height-62 { line-height: 62px; }
.line-height-63 { line-height: 63px; }
.line-height-64 { line-height: 64px; }
.line-height-65 { line-height: 65px; }
.line-height-66 { line-height: 66px; }
.line-height-67 { line-height: 67px; }
.line-height-68 { line-height: 68px; }
.line-height-69 { line-height: 69px; }
.line-height-70 { line-height: 70px; }
.line-height-71 { line-height: 71px; }
.line-height-72 { line-height: 72px; }
.line-height-73 { line-height: 73px; }
.line-height-74 { line-height: 74px; }
.line-height-75 { line-height: 75px; }
.line-height-76 { line-height: 76px; }
.line-height-77 { line-height: 77px; }
.line-height-78 { line-height: 78px; }
.line-height-79 { line-height: 79px; }
.line-height-80 { line-height: 80px; }
.line-height-81 { line-height: 81px; }
.line-height-82 { line-height: 82px; }
.line-height-83 { line-height: 83px; }
.line-height-84 { line-height: 84px; }
.line-height-85 { line-height: 85px; }
.line-height-86 { line-height: 86px; }
.line-height-87 { line-height: 87px; }
.line-height-88 { line-height: 88px; }
.line-height-89 { line-height: 89px; }
.line-height-90 { line-height: 90px; }

/* spacing */

.font-spacing-0 { letter-spacing: 0; }
.font-spacing-1 { letter-spacing: 0.01em; }
.font-spacing-2 { letter-spacing: 0.02em; }
.font-spacing-3 { letter-spacing: 0.03em; }
.font-spacing-4 { letter-spacing: 0.04em; }
.font-spacing-5 { letter-spacing: 0.05em; }
.font-spacing-6 { letter-spacing: 0.06em; }
.font-spacing-7 { letter-spacing: 0.07em; }
.font-spacing-8 { letter-spacing: 0.08em; }
.font-spacing-9 { letter-spacing: 0.09em; }
.font-spacing-10 { letter-spacing: 0.1em; }

/* weight */

.font-normal { font-weight: 300; }
.font-medium { font-weight: 500; }
.font-bold { font-weight: 700; }

/* color */

.color-black { color: #000; }
.color-red { color: #da4221; }
.color-white { color: #fff; }

/* style */

.caps{
	text-transform: uppercase;
}

.underline{
	text-decoration: underline;
}

.highlight{
	color: #da4221;
}

/* = Helpers
---------------------------------------------------- */

.desktop-content{
	display: block;
}

.mobile-content{
	display: none;
}