/* CFS6 - clean slate */

/* LIGHT BURN faa236 DARK BURN b05d1a */

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    font-size: 10px;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Exo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #555;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
#sb-site, .sb-site-container {
	background-color: rgba(255,255,255,0) !important;
}
img { max-width: 100%; }
h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.75em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.25em; }
h6 { font-size: 1em; }
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
	font-family: 'Alfa Slab One', sans-serif;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: 1px;
    margin: 0.5em 0;
}
h1.doublesize { font-size: 5em; }
h2.doublesize { font-size: 4em; }
h3.doublesize { font-size: 3.5em; }
h4.doublesize { font-size: 3em; }
h5.doublesize { font-size: 2.5em; }
h6.doublesize, p.doublesize { font-size: 2em; }
h1.quadsize { font-size: 10em; }
h2.quadsize { font-size: 8em; }
h3.quadsize { font-size: 7em; }
h4.quadsize { font-size: 6em; }
h5.quadsize { font-size: 5em; }
h6.quadsize, p.quadsize { font-size: 4em; }
equal { display: block; }
seveneight { font-size: 0.875em; }
threequarter { font-size: 0.75em; }
fiveeight { font-size: 0.625em; }
half { font-size: 0.5em; }
threeeight { font-size: 0.375em; }
quarter { font-size: 0.25em; }
plus10 { font-size: 1.1em; }
plus20 { font-size: 1.2em; }
plus25 { font-size: 1.25em; }
plus30 { font-size: 1.3em; }
plus40 { font-size: 1.4em; }
plus50 { font-size: 1.5em; }
.cozy { line-height: 0.9 !important }
.cozy.serif { line-height: 1.3 !important }
.std { line-height: 1.25 !important }
.serif {
	font-family: 'Alfa Slab One', serif;
	font-style: italic;
	font-weight: 400;
}
[jshref] {
	cursor: pointer;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.dual-columns {
	column-count: 2;
    column-gap: 2em;
}
.dual-columns-ruled {
	column-count: 2;
    column-gap: 3em;
    column-rule-style: solid;
    column-rule-color: #ddd;
}
ul.caretboi {
	list-style: none;
    line-height: 1.25;
}
ul.caretboi li {
	margin: 0 0 0.5em;
}
ul.caretboi li:before {
    content: "\f101";
    color: rgb(194, 155, 116);
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.4em;
    margin-left: -1.4em;
    width: 1.4em;
}
.pseudotable {
	display: table;
	width: 100%;
	border: 0 none;
	border-radius: 0;
}
.pseudorow {
	display: table-row;
	border: 0 none;
	border-radius: 0;
}
.pseudocell {
	display: table-cell;
	vertical-align: middle;
	border: 0 none;
	border-radius: 0;
}

.side-pad-2em {
	padding-left: 2em !important;
    padding-right: 2em !important;
}
.right-divider {
	border-right: 3px solid #ddd;
}
h1.serif, h2.serif, h3.serif, h4.serif, h5.serif, h6.serif, h7.serif, h8.serif, h9.serif, h10.serif {
	font-family: 'Alfa Slab One', serif;
	font-style: italic;
	font-weight: 900 !important;
}
a, a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a, a:link, a:visited, .transHover, a > span, button {
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:active {
	color: #b05d1a;
	text-decoration:none;
}
p.serif a {
	color: #b05d1a;
}
p.serif a:hover {
	color: #cb7128;
}

img.circle { border-radius: 50%; }
div.circle { border-radius: 50%; }
.aqua { color: #3caef4 !important; }
.burnt-dark { color: #b05d1a !important; }
.burnt-light { color: #faa236 !important; }
.easygreen { color: rgb(178, 147, 116) !important; }
.easygreen-dark { color: rgb(194, 155, 116) !important; }
.superseven { color: #777 !important; }
.aqua-background { background-color: #3caef4 !important; color: #fff !important; }
.easygreen-dark-background { background-color: rgb(194, 155, 116) !important; }
.aqua-background p, .aqua-background h1, .aqua-background h2, .aqua-background h3, .aqua-background h4, .aqua-background h5, .aqua-background h6 { color: #fff !important; }
.sky-background { background-color: rgb(235, 246, 253) !important; }
.wavy-blue-background { background: url(/images/backgrounds/light-waves.jpg); background-position: center; background-size: 102% 102% !important; background-repeat: no-repeat; }
.wavy-sand-background { background: url(/images/backgrounds/sand-waves.jpg); background-position: center; background-size: 102% 102% !important; background-repeat: no-repeat; }
.wavy-sand-light-background { background: url(/images/backgrounds/sand-waves-light.jpg); background-position: center; background-size: 102% 102% !important; background-repeat: no-repeat; }
.fadein-sand-background {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feecd8+0,d7c9b8+100&0+0,0.5+100 */
background: -moz-linear-gradient(top, rgba(254,236,216,0) 0%, rgba(215,201,184,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(254,236,216,0) 0%,rgba(215,201,184,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(254,236,216,0) 0%,rgba(215,201,184,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00feecd8', endColorstr='#80d7c9b8',GradientType=0 ); /* IE6-9 */
}
.formBlue-background { background-color: #648ab4 !important; }
.hotgreen { color: #26b975 !important; }
.grey { color: #999 !important; }
.darkgrey { color: #333 !important; }
.clear { display: block; clear: both; }
.uppercase { text-transform: uppercase; }
.text-shadow { text-shadow: 0.0525em 0.0525em 0.125em rgba(0,0,0,0.25); }
.box-shadow { box-shadow: 0.0525em 0.0525em 0.125em rgba(0,0,0,0.25); }
.margin-top-0 { margin-top: 0 !important; }
.margin-top-05em { margin-top: 0.5em !important; }
.margin-top-1em { margin-top: 1em !important; }
.margin-top-2em { margin-top: 2em !important; }
.margin-top-3em { margin-top: 3em !important; }
.margin-btm-0 { margin-bottom: 0 !important; }
.margin-btm-05em { margin-bottom: 0.5em !important; }
.margin-btm-1em { margin-bottom: 1em !important; }
.margin-btm-2em { margin-bottom: 2em !important; }
.margin-btm-3em { margin-bottom: 3em !important; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.row img { max-width: 100%; }
.color-section {
	padding: 2em 0;
	padding: 2em 0;
    background-position: center center;
    background-size: cover;
	position: relative;
}
.color-section .overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.26+50,0+50,0.5+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=1 ); /* IE6-9 */
}
.color-section .container {
	position: relative;
}
.blurb {
	padding: 1.25em;
    font-size: 1.1em;
}

.perc5 {
	width:4.998%;
	float:left;
}
.perc10 {
	width:9.998%;
	float:left;
}
.perc15 {
	width:14.998%;
	float:left;
}
.perc20 {
	width:19.998%;
	float:left;
}
.perc25 {
	width:24.998%;
	float:left;
}
.perc30 {
	width:29.998%;
	float:left;
}
.perc33, .thirds {
	width:33.332%;
	float:left;
}
.perc35 {
	width:34.998%;
	float:left;
}
.perc40 {
	width:39.998%;
	float:left;
}
.perc45 {
	width:44.998%;
	float:left;
}
.perc50 {
	width:49.998%;
	float:left;
}
.perc55 {
	width:54.998%;
	float:left;
}
.perc60 {
	width:59.998%;
	float:left;
}
.perc65 {
	width:64.998%;
	float:left;
}
.perc66, .twothirds {
	width:66.665%;
	float:left;
}
.perc70 {
	width:69.998%;
	float:left;
}
.perc75 {
	width:74.998%;
	float:left;
}
.perc80 {
	width:79.998%;
	float:left;
}
.perc85 {
	width:84.998%;
	float:left;
}
.perc90 {
	width:89.998%;
	float:left;
}
.perc95 {
	width:94.998%;
	float:left;
}


.quarter {
	width:24.998%;
	float:left;
}
.threequarter {
	width:74.998%;
	float:left;
}
.half {
	width:49.998%;
	float:left;
}
.third {
	width:33.332%;
	float:left;
}
.twothird {
	width:66.665%;
	float:left;
}

.wrapper {
	margin: 0 auto;
    max-width: 1100px;
    min-width: 950px;
    width: 80%;
}
.quarter, .perc5, .perc10, .perc15, .perc20, .perc25, .half, .third, .thirds, .perc30, .perc33, .perc35, .perc40, .perc45, .perc50, .perc55, .twothird, .perc60, .perc66, .twothirds, .perc65, .perc70, .threequarter, .perc75, .perc80, .perc85, .perc90, .perc95 {
	position:relative;
}
.quarter img, .perc5 img, .perc10 img, .perc15 img, .perc20 img, .perc25 img, .half img, .third img, .thirds img, .perc30 img, .perc33 img, .perc35 img, .perc40 img, .perc45 img, .perc50 img, .perc55 img, .twothird img, .twothirds img, .perc60 img, .perc66 img, .twothirds img, .perc65 img, .perc70 img, .threequarter img, .perc75 img, .perc80 img, .perc85 img, .perc90 img, .perc95 img {
	max-width:100%;
}

.page {
	min-height: 50vh;
}

ul.check-points {
	list-style: none;
    margin: 3em 0 0;
    padding: 0;
}
ul.check-points li {
	position: relative;
    line-height: 1.25;
    font-family: 'Alfa Slab One', serif;
    font-style: italic;
}
ul.check-points .twistcheck {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
ul.check-points .twistcheck i.fa {
	font-size: 3em;
	color: #d7c9b8;
}
ul.check-points-left li {
	padding: 2vw 0 2vw 4em;
}
ul.check-points-left .twistcheck {
    left: 0;
}
ul.check-points-right li {
	padding: 2vw 4em 2vw 0;
	text-align: right;
}
ul.check-points-right .twistcheck {
	right: 0;
}
ul.check-points li:hover i.fa {
	color: rgb(194, 155, 116);
	transform: rotate( -360deg );
    transition: transform 150ms ease;
}

ul.checked {
    list-style: outside none none;
    margin: 0.5em;
    padding: 0;
	text-align: left;
}
ul.checked li {
    font-size: 0.8em;
    margin: 0.5em 0;
    padding-left: 1.3em;
}
ul.checked li:before {
    content: "\f00c";
    color: rgb(194, 155, 116);
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.4em;
    margin-left: -1.4em;
    width: 1.4em;
}
ul.checked.cozy li {
	line-height: 1;
}

ul.faq {
	list-style: none;
    padding: 1em 0;
    margin: 0 0 0 3em;
}
ul.faq > li {
	display: block;
    border-top: 0.5em solid #eee;
}
ul.faq > li:first-child {
	border-top: 0 none;
}
ul.faq > li:before {
    content: "\f29c";
    color: rgb(194, 155, 116);
    display: inline-block;
    font-family: FontAwesome;
    font-size: 2em;
    margin-left: -1.15em;
    width: 1.15em;
    font-style: normal;
    font-weight: 600;
    vertical-align: middle;
}
ul.faq > li p.question {
	display: inline-block;
    padding: 0 0 0 1em;
    margin: 0;
	cursor: pointer;
	font-size: 1.25em;
}
ul.faq > li p.question:hover, ul.faq > li.open p.question {
	color: rgb(194, 155, 116);
}
ul.faq > li .answer {
	padding: 0 1em 2em;
    display: none;
    font-weight: 400;
    line-height: 1.5;
}
ul.faq > li.open .answer {
	display: block;
}
ul.faq > li .answer p {
	
}

.spacer {
	display: block;
	height: 1px;
}

.contactLeadForm {
	
}
.contactLeadForm .field, .footerLeadForm .field {
	box-sizing: border-box;
    padding: 0.25em;
    margin: 0;
}
.contactLeadForm .field.nestLeft, .footerLeadForm .field.nestLeft {
	float: left;
    width: 50%;
	text-align: left;
}
.contactLeadForm .field.nestRight, .footerLeadForm .field.nestRight {
	float: right;
    width: 50%;
	text-align: right;
}
.contactLeadForm .field input, .contactLeadForm .field select, .contactLeadForm .field textarea,
.footerLeadForm .field input, .footerLeadForm .field select, .footerLeadForm .field textarea {
	width: 100%;
    font-size: 1em;
    padding: 0.5em;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 7px;
    box-shadow: inset 1px 2px 10px rgba(0,0,0,0.25);
}
.contactLeadForm .field textarea, .footerLeadForm .field textarea {
	min-height: 8em;
}
.contactLeadForm .field input.bad, .contactLeadForm .field select.bad, .contactLeadForm .field textarea.bad,
.footerLeadForm .field input.bad, .footerLeadForm .field select.bad, .footerLeadForm .field textarea.bad {
	border: 2px solid #f77;
}
#contactSubButton {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2ff52+0,91e842+100;Neon */
	background: rgb(210,255,82); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
	opacity: 0.75;
	display: block;
    width: 90%;
    box-sizing: border-box;
    margin: 0.75em auto;
    font-size: 1.5em;
    padding: 0.5em 0;
    border: 0 none;
    border-radius: 7px;
    color: #333;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
}
#contactSubButton:hover {
	cursor: pointer;
	opacity: 1;
}
.contactLeadForm p.privacyLink {
	font-size: 0.8em;
    color: #fff;
    text-align: center;
    margin: 0.5em 0;
    padding: 0;
}
.contactLeadForm p.privacyLink a {
	color: #fff;
	font-weight: bold;
}
.contactLeadForm h3.instructions {
	color: #fff;
    text-align: center;
    padding: 0.25em 0 0.125em;
    font-size: 3em;
    border-bottom: 2px solid #fff;
    background: #333;
    margin: 0;
}
.contactLeadForm p.instructions {
	font-weight: bold;
    color: #fff;
    padding: 0;
    text-align: center;
    margin: 0.5em 0;
}
.contactLeadForm .formPad {
	padding: 0.5em 2em 2em;
}
.loadingView, .thanksView {
	display: none;
	padding: 4em;
    text-align: center;
}
.contactLeadForm .loadingView h3, .contactLeadForm .thanksView h3 {
	color: #fff;
}
.contactLeadForm .orCall {
	text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 0 0 2em;
}
.contactLeadForm .orCall h2 {
	color: #fff;
    font-size: 3em;
    margin: 0;
	font-style: normal;
}
.footerLeadForm #contactSubButton {
	margin: 0.25em auto;
	font-size: 1.25em;
}
.footerLeadForm p.privacyLink {
	font-size: 0.8em;
    color: #fff;
    text-align: center;
    margin: 0 0 1em;
    padding: 0;
}
.footerLeadForm p.privacyLink a {
	color: #fff;
	font-weight: bold;
}
.footerLeadForm h3.instructions {
	color: #fff;
    text-align: center;
    padding: 1em 0 0;
    margin: 0;
}
.footerLeadForm p.instructions {
	font-weight: bold;
    color: #fff;
    padding: 0;
    text-align: center;
    margin: 0.5em 0;
}
.footerLeadForm .formPad {
	padding: 0.5em;
}



.footer {
	
}
.footer .disclaimer-section {
	padding-top: 1em;
    padding-bottom: 1em;
    border-right: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    background: #f6f6f6;
}
.footer .disclaimer-section img {
	width: 60%;
    display: block;
    margin: 3em auto 1em;
    opacity: 0.5;
}
.footer .disclaimer-section p {
	text-align: center;
    margin: 1em 2em;
    line-height: 1.2;
    font-size: 0.8em;
    color: #999;
}
.footer .nav-section {
	padding-top: 1em;
    padding-bottom: 1em;
    border-right: 1px dotted #ccc;
	font-size: 0.9em;
}
.footer .nav-section h4 {
	margin: 1em 0;
}
.footer .nav-section .address {
	color: #999;
}
.footer .nav-section ul.links {
	list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.footer .nav-section ul.links > li {
	float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 0.75em 0 0;
}
.footer .nav-section ul.links > li a {
	color: #999;
}
.footer .nav-section ul.links > li a:hover {
	color: #3caef4;
}

.footerCTA1 {
	background-color: #b05d1a;
    position: relative;
    padding: 2em 0 0;
    box-shadow: inset 0 5px 15px rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
}
.footerCTA1 p {
	line-height: 1.2;
    font-size: 0.9em;
    color: #ddd;
}
.footerCTA1 p a {	
	color: #eee;
}
.footerCTA1 p.socials {
	padding: 0 0 0.5em;
    font-size: 2em;
}
.footerCTA1 p.socials a {
	
}
.footerCTA1 p.socials a:hover {
	color: #fff;
}
.brandBar {
	background: #f8f7fd;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    position: relative;
}
.beforeAfterBand {
	background-color: #444;
    margin: 0;
}
.beforeAfterBand .band5 {
	width: 19.99999%;
    float: left;
    box-sizing: border-box;
    padding: 0.25em 0.125em;
}
.beforeAfterBand .band5 img {
	width: 100%;
}
.recommendedFooter a {
	margin: 0 0 1em;
    display: block;
    background: #fff;
    padding: 0.5em;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    border-radius: 7px;
}
.recommendedFooter a img {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: auto;
}
.footerExtras {
    background-color: #777;
    position: relative;
    padding: 1em 0 0;
    box-shadow: inset 0 5px 10px rgba(0,0,0,0.5);
    color: #ccc;
    text-align: center;
}
.footerExtras h6 {
	font-weight: 200 !important;
    color: #ddd;
    margin: 0 0 1em;
    font-family: 'Alfa Slab One', serif;
}
.footerExtras p {
	line-height: 1.2;
    font-size: 0.75em;
}
.footerExtras p a {	
	color: #ddd;
}
.footerBaseline {
	padding: 4em 0 2em;
    background: #333;
    color: #999;
    line-height: 1.5;
    font-size: 0.75em;
    text-align: center;
}
.footerBaseline a {
	color: #ccc;
}
.footerContactSpace {
	background: rgb(194, 155, 116);
    min-height: 20em;
}
.footerContactSpace ul.sitenav {
	list-style: none;
    margin: 0;
    padding: 1em;
}
.footerContactSpace ul.sitenav li {
	display: block;
    padding: 0.125em 0;
}
.footerContactSpace ul.sitenav li a {
	display: block;
    background: rgba(255, 255, 255, 0.85);
    padding: 0.25em 1em;
    font-weight: bold;
    border-radius: 7px;
    color: #333;
	text-align: center;
}
.footerContactSpace ul.sitenav li a:hover {
	background: rgba(255, 255, 255, 1);
}
.footerContactSpace .contactnav {
	color: rgba(255,255,255,0.75);
    text-align: center;
    padding: 1em 0;
}
.footerContactSpace .contactnav h5 {
	color: #fff;
    margin: 2em 0 0;
}
.footerContactSpace .contactnav p a {
	color: rgba(255,255,255,0.75);
}
.immalinkinlog {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0.25+50,0.1+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=1 ); /* IE6-9 */
}

.floatingHead {
	
}
.floatingHead .leftIcon {
	float: left;
    font-size: 10vw;
    padding: 3vw;
	display: block;
}
.floatingHead a.rightIcon {
	float: right;
    font-size: 10vw;
    padding: 3vw;
	display: block;
}
.floatingHead a.centerHome {
	display: block;
    width: 50vw;
    margin: 0 auto;
    padding: 4vw;
}
.floatingHead a.centerHome img {
	width: 100%;
}
#mobileNav {
	font-size: 3.5vw;
}
#mobileNav ul {
	list-style: none;
    margin: 0;
    padding: 1em 0;
}
#mobileNav ul li {
	border-top: 2px solid #ccc;
}
#mobileNav ul li:first-child {
	border-top: 0 none;
}
#mobileNav ul li a {
	display: block;
    color: #f90;
    padding: 0.25em 0.25em 0.25em 0.5em;
    font-weight: bold;
}
.lightspans span {
	opacity: 0.5;
}


.desktopFloatHeader {
	position: fixed;
    z-index: 2;
    background: #000;
    width: 100%;
    box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	display: none;
}
body.scrolledDown .desktopFloatHeader {
	display: block;
	position: fixed;
}
.desktopFloatHeader .logo {
	float: left;
}
.desktopFloatHeader .logo a img {
	width: 18vw;
    margin-left: 1em;
    margin-top: 0.5em;
}
.desktopFloatHeader > ul {
	float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
.desktopFloatHeader > ul > li {
	display: block;
    float: left;
	position: relative;
	border-left: 2px solid #000;
}
.desktopFloatHeader > ul > li > a {
	display: block;
    padding: 0.5em 1.5em;
    font-size: 1.25vw;
    color: #eee;
    text-transform: uppercase;
}
.desktopFloatHeader > ul > li > ul {
	position: absolute;
    left: 0;
    top: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: 2.5px 5px 10px rgba(0,0,0,0.25);
    display: none;
}
.desktopFloatHeader > ul > li:hover > ul {
	display: block;
}
.desktopFloatHeader > ul > li > ul > li {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.desktopFloatHeader > ul > li > ul > li > a {
	white-space: nowrap;
    display: block;
    font-size: 1em;
    padding: 0.25em 1em;
    text-transform: uppercase;
    color: #000;
}
.desktopFloatHeader > ul > li:hover > a {
	background: #000;
	color: #feae02;
}
.desktopFloatHeader > ul > li > ul > li > a:hover {
	background: #111;
	color: #feae02;
}
.desktopFloatHeader > ul > li.high-powered > a {
	background: #b05d1a;
	color: #fff;
}
.desktopFloatHeader > ul > li.high-powered > a:hover {
	background: #333;
	color: #fff;
}
.desktopFloatHeader .mobileScrollUp {
	display: none;
    background: #ccc;
    padding: 0.75em 1.5em;
    font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width: 1200px) {
	.desktopFloatHeader .logo a img { width: 175px; }
	.desktopFloatHeader > ul > li > a { font-size: 14px; }
}
@media screen and (max-width: 767px) {
	.desktopFloatHeader {
		width: auto;
		border-radius: 0 0 1em 0;
		overflow: hidden;
		left: 0;
		text-align: left;
	}
	.desktopFloatHeader .mobileScrollUp {
		display: inline-block;
	}
	.desktopFloatHeader .logo, .desktopFloatHeader > ul, .desktopFloatHeader .clear { display: none; }
}
.formBlue-background.box-shadow {
	box-shadow: 0.125em 0.125em 0.5em rgba(0,0,0,0.5);
    border-radius: 7px;
    overflow: hidden;
}

header {
	position: relative;
    background: #111;
    color: #fff;
}
header .menuButton {
	width: 7vw;
    height: 7vw;
    padding: 0.5em;
    float: left;
    
    background-size: 70%;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 3vw;
    opacity: 0.25;
	cursor: pointer;
}
header .menuButton:hover {
	opacity: 0.5;
}
header .sitelogoX {
	width: 10vw;
    margin: 0 auto;
    padding: 1vw 0;
    text-align: center;
}
header .sitelogoX img {
	height: auto;
}
.srtPage_1 header .sitelogoX img {
    height: auto;
    width: 100%;
}

.desktopFloatHeader {
	background: #fff;
    position: relative;
	box-shadow: 0 1px 10px rgba(0,0,0,0.125);
}
.desktopFloatHeader .menuButton, .desktopFloatHeader .wigwamEmblem {
	width: 6vw;
    height: 5vw;
    padding: 0.5em;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 3.4vw;
}
.desktopFloatHeader .menuButton {
    float: left;
    
    background-size: 70%;
    opacity: 0.25;
	cursor: pointer;
}
.desktopFloatHeader .menuButton:hover {
	opacity: 0.5;
}
.desktopFloatHeader .wigwamEmblem {
    float: right;
    background-image: url(/images/wigwam-logo-bw.jpg);
    background-size: 75%;
    opacity: 0.5;
}
.desktopFloatHeader .sitelogoX {
	margin: 0 auto;
    padding: 0.5vw 0 0;
    height: 5vw;
    text-align: center;
}
.desktopFloatHeader .sitelogoX img {
	height: 100%;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.desktopFloatHeader .sitelogoX {
		height: 8vw;
	}
	header .menuButton, header .wigwamEmblem,
	.desktopFloatHeader .menuButton, .desktopFloatHeader .wigwamEmblem {
		width: 12vw;
		height: 10vw;
	}
}


#sb-site .overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    z-index: 5;
    display: none;
}
.sb-active #sb-site .overlay {
	display: block;
}
#slidebarNav {
	
}
#slidebarNav ul {
	list-style: none;
	display: block;
    margin: 0;
    padding: 0;
}
#slidebarNav ul li {
	list-style: none;
	display: block;
	margin: 0;
    padding: 0;
	border-bottom: 1px solid #444;
}
#slidebarNav ul li a {
	color: #999;
    display: block;
    padding: 0.25em 0.75em;
}
#slidebarNav ul li a:hover {
	background: #000;
	color: #fff;
}


.hero-home {
	background-image: url(/images/banner/yoga-sillo-desert.jpg);
	background-image: url(/images/banner/phoenix-sunrise-4.jpg);
	background-image: url(/images/banner/wigwam-golf-bw.jpg);
    min-height: 35vw;
    background-size: cover;
    background-position: center center;
	position: relative;
}
.hero-sub {
    min-height: 35vw;
    background-size: cover;
    background-position: center center;
	position: relative;
	margin-bottom: 3em;
}
.hero-sub .descriptive {
	position: absolute;
    right: 0;
    top: 50%;
    text-align: right;
    max-width: 40%;
	transform: translate(0,-50%);
}
.hero-sub .descriptive h1 {
	background: rgba(0,0,0,0.85);
    margin: 0;
    color: #fff;
    padding: 0.5em 1.25em;
    display: inline-block;
    font-weight: bold;
	font-family: 'Alfa Slab One';
    text-transform: uppercase;
}
.hero-sub .descriptive p {
	background: rgba(255,255,255,0.85);
    margin: 0;
    color: #000;
    padding: 0.5em 1.25em;
    display: inline-block;
    font-weight: 400;
}
.hero-sub .descriptive hr {
	width: 40vw;
    position: relative;
    margin: 0;
    border: 0 none;
    height: 3px;
    background: rgba(0,0,0,0);
}
.hero-home .dynamic {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0;
}
.hero-home .dynamic .descriptive {
	position: absolute;
    right: 0;
    top: 50%;
    text-align: right;
    max-width: 40%;
	transform: translate(0,-50%);
}
.hero-home .dynamic .descriptive h3 {
	background: rgba(0,0,0,0.85);
    margin: 0;
    color: #fff;
    padding: 0.5em 1.25em;
    display: inline-block;
    font-weight: bold;
	font-family: 'Alfa Slab One';
    text-transform: uppercase;
}
.hero-home .dynamic .descriptive p {
	background: rgba(255,255,255,0.85);
    margin: 0;
    color: #000;
    padding: 0.5em 1.25em;
    display: inline-block;
    font-weight: bold;
}

.hero-home .overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
.hero-home .cont {
	position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
	display: none;
}
.hero-home .cont h1 {
	color: #fff;
	font-family: 'Alfa Slab One';
}
.hero-home .cont h3 {
	color: #fff;
	font-family: 'Dancing Script';
}

.packages {
	background: #000;
}
.packages ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.packages ul li {
	display: block;
    float: left;
    width: 16.6665%;
    text-align: center;
}
.packages ul li a {
	line-height: 1.1;
    display: block;
    padding: 0.75em 0.5em;
    border-bottom: 0.5em solid #999;
}
.packages ul li a .top {
	display: block;
    font-size: 2em;
    color: #fff;
    font-family: 'Alfa Slab One';
    text-transform: uppercase;
}
.packages ul li a .bottom {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25em;
    color: #aaa;
}

.packages ul li a:hover {
	border-bottom: 0.5em solid #333;
    background: #eee;
}
.packages ul li a:hover .top {
	color: #f6ae70;
	color: #feae02;
	color: #222;
}
.packages ul li a:hover .bottom {
	color: #feae02;
	color: #222;
}

section {
	padding: 3em 0;
}
section h1, section h2, section h3, section h4, section h5 {
	font-family: 'Alfa Slab One';
}

.contactFooter {
	background: rgba(0,192,0,0.125);
    padding: 4em 0;
    border-top: 0.25em solid #fff;
    margin-top: 3em;
}
.contactFooter h2, .contactFooter p {
	text-align: center;
}
.contactFooter h2 {
	color: #248400;
}
.contactFooter .field {
	margin: 0 -10px;
}
.contactFooter .field input[type=text], .contactFooter .field textarea {
	width: 100%;
    margin: 5px 0;
    padding: 0.25em 0.5em;
    font-size: 1.125em;
}
.contactFooter .field textarea {
	height: 5.55em;
}
p.contactMethodRadios {
	margin: 0;
    padding: 0.25em 1em;
    text-align: center;
}
p.contactMethodRadios > span {
	
}
p.contactMethodRadios label {
	display: inline-block;
    padding: 0 0 0 1em;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}
p.contactMethodRadios input {
	
}

a.gotoProduct {
	display: block;
    text-align: center;
    padding: 1em;
}
a.gotoProduct .circle {
	padding: 1em;
	display: block;
}
a.gotoProduct .captionarian {
	font-family: 'Alfa Slab One', sans-serif;
    color: #070;
}


p.phones {
	font-size: 1.25em;
    line-height: 1.25;
	font-weight: 500;
	text-align: center;
}
#cleanSubmit {
	float: right;
    background: #248400;
    border: 0 none;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.25em 1em;
    margin: 5px 0;
}
#cleanSubmit:hover {
	background: #222;
	cursor: pointer;
}
.contactFooter .feelgood {
	line-height: 0;
    font-size: 0.85em;
}
.vitalFooter {
	padding: 4em 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.065);
}

.sitelogoX img.desklogo { display: block; margin: 0 auto; }
.sitelogoX img.mobilelogo { display: none; }

.reservbox {
	background: rgba(255,255,255,0.5);
    border: 5px solid #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
	padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 2em;
    margin-bottom: 1em;
}
.radiogroup label {
	display: block;
	font-weight: bold;
	border: 1px solid rgba(0,0,0,0);
    padding: 0.125em 0.5em 0;
    border-radius: 7px;
    cursor: pointer;
}
.radiogroup label:hover {
	border: 1px solid #ccc;
}
.reservbox h4 {
	margin: 1em 0;
    border-bottom: 5px solid #fff;
    padding: 0 0.5em 0.5em;
}
.reservbox input[type=text], .reservbox select {
	width: 60%;
    font-size: 1em;
    margin: 0.125em 0;
    padding: 0.25em;
    border: 1px solid #ccc;
    border-radius: 7px;
    background: #fff;
    box-shadow: inset 2px 2px 6px rgba(0,0,0,0.125);
}
.resNextPrev {
	text-align: center;
    margin: 3em 0 10em;
}
.resNextPrev a {
	background: #444;
    display: inline-block;
    color: #ddd;
    padding: 0.1em 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25em;
}
.resNextPrev a i.fa {
	color: #fff;
}
.resNextPrev a:hover {
	background: #467b1f;
	color: #fff;
}
.resNextPrev a.resPrevButton {
	border-radius: 5em 0 0 5em;
}
.resNextPrev a.resNextButton {
	border-radius: 0 5em 5em 0;
}
.resNextPrev > span {
	display: inline-block;
    color: #ccc;
    padding: 0 0.5em;
}
.sectionHeader {
	padding: 1em 0 0;
	margin: 2em 1em 0;
}
.sectionHeader h3 {
	text-align: center;
    margin: 0 0 1em;
    border-bottom: 5px solid #fff;
    padding: 0.25em 0;
}

.bulletSection {
	padding: 0 0 1em;
    margin: 0 1em 2em;
}
.bulletSection ul {
	list-style: none;
}
.bulletSection.columns {
	column-count: 3;
}
.bulletSection.columns ul {
	margin: 0;
    padding: 0 0 0 2em;
}
.bulletSection ul li {
	list-style: none;
}
.bulletSection ul li:before {
    content: "\f058";
    color: rgba(0,0,0,0.25);
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free';
    font-size: 1.5em;
    margin: -0.25em 0 -0.25em -1.5em;
    width: 1.4em;
}
.bulletSection h3 {
	text-align: center;
    margin: 0 0 1em;
    border-bottom: 5px solid #fff;
    padding: 0.25em 0;
}
.frostedWhiteBox {
	background: rgba(255,255,255,0.5);
    margin: 3em auto;
    padding: 1em 2em;
    border: 2.5px solid #fff;
    text-align: center;
}
.frostedWhiteBox h3 {
	margin: 0.5em 0;
}
.frostedWhiteBox p {
	
}
.frostedWhiteBox a {
	display: inline-block;
    background: #444;
    color: #ddd;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.5em 3em;
    border-radius: 5em;
    margin: 1em 0 0.5em;
}
.frostedWhiteBox a:hover {
	background: #467b1f;
	color: #fff;
}
.footerCirclePhoto {
	text-align: center;
    margin: 0 0 1em 0;
}
.footerCirclePhoto > div {
	width: 50%;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}
.footerUnderCircle {
	
}
.footerUnderCircle p {
	margin: 0;
    color: #777;
    font-weight: 200;
	line-height: 1.5;
	text-align: center;
}
.footerUnderCircle p a {
	text-transform: uppercase;
    font-weight: 700;
    color: #555;
}
.footerUnderCircle p a:hover {
	color: #467b1f;
	text-decoration: underline;
}


banner {
	background-image: url(/images/banner/supertrimmer.jpg);
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    background-size: cover;
    background-position: center center;
    position: relative;
}
banner content {
	width: 40%;
    position: absolute;
    top: 1em;
    left: 1em;
    color: #fff;
}
banner content h1 {
	color: #fff;
}
banner content p {
	color: #fff;
}
banner.light content, banner.light content h1, banner.light content p {
	color: #222;
}
banner a.gobutton {
	font-family: 'Alfa Slab One', serif;
    display: inline-block;
    background: #2b9c01;
    font-size: 1.5em;
    padding: 0.5em 1em;
    margin: 1em 0;
    border-radius: 3px;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.5);
    color: #fff;
}
banner a.gobutton:hover {
	background: #333;
}

.textCon {
	
}


@media screen and (min-width: 992px) {
	.hide-for-lg { display: none !important; }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.hide-for-md { display: none !important; }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
	.hide-for-sm { display: none !important; }
}
@media screen and (max-width: 575px) {
	.hide-for-xs { display: none !important; }
}



@media screen and (max-width: 1199px) {
	body { font-size: 14px; }
	.banner .content {
		font-size: 1vw;
	}
	.header .nav-lower .main-menu {
		font-size: 1.3vw;
	}
	.header .nav-lower .logo img {
		width: 24vw;
	}
	.header .nav-upper {
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 991px) {
	body { font-size: 12px; }
	.header .nav-lower .main-menu {
		font-size: 1.1vw;
	}
	.header .nav-lower .logo img {
		width: 21vw;
	}
}

.wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
	.wrapper {
		max-width: 1140px;
	}
}
@media (min-width: 992px) {
	.wrapper {
		max-width: 960px;
	}
}
@media (min-width: 768px) {
	.wrapper {
		max-width: 720px;
	}
}
@media (min-width: 576px) {
	.wrapper {
		max-width: 540px;
	}
}

@media screen and (max-width: 767px) {

	.wrapper {
		margin: 0;
		max-width: inherit;
		min-width: inherit;
		width: auto;
	}
	.quarter, .perc5, .perc10, .perc15, .perc20, .perc25, .half, .third, .thirds, .perc30, .perc33, .perc35, .perc40, .perc45, .perc50, .perc55, .twothird, .perc60, .perc66, .twothirds, .perc65, .perc70, .threequarter, .perc75, .perc80, .perc85, .perc90, .perc95 {
		float: none;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}


	.sitelogoX img.desklogo { display: none; }
	.sitelogoX img.mobilelogo { display: block; margin: 0 auto; }

	.bookButtonHolder {
		text-align: center;
		margin: 0;
	}
	.bookButtonHolder a {
		font-size: 4.65vw;
	}
	.bookButtonHolder a.contactButton {
		border-radius: 0 5em 5em 0;
		float: left;
		padding: 0.25em 1em 0.25em 0.5em;
	}
	.bookButtonHolder a.bookButton {
		border-radius: 5em 0 0 5em;
		float: right;
		padding: 0.25em 0.5em 0.25em 1em;
	}
	.bookButtonHolder > span, .bookButtonHolder a > span {
		display: none;
	}
	
	.sixPanel {
		display: none !important;
	}
	.sixPMobile {
		display: block;
	}
	
	body { font-size: 2.125vw; }
	.banner {
		padding-bottom: 75%;
	}
	.banner .content {
		font-size: 1.75vw;
		width: 100%;
	}
	.banner .slide video {
		top: 50%;
		width: 200%;
	}
	.feature-hover-box p.drop-button {
		margin: 1em;
	}
	.feature-hover-box p.drop-button a {
		display: block;
	}
	.testimonial-island .grouped {
		border-top: 2px solid #fff;
		border-left: 0 none;
	}
	.go-launch .centerizer {
		position: relative;
	}
	.go-launch img.arrowup {
		width: 25%;
	}
	.immalinkinlog {
		padding: 0;
	}
	.footerContactSpace ul.sitenav {
		padding: 0.5em;
	}
	.footerContactSpace ul.sitenav li a {
		padding: 0.25em;
		font-size: 0.9em;
	}
	.banner.smaller {
		padding-bottom: 35%;
	}
	.contactLeadForm .field.nestRight, .footerLeadForm .field.nestRight, .contactLeadForm .field.nestLeft, .footerLeadForm .field.nestLeft {
		float: none;
		width: auto;
		text-align: center;
	}
	.footerCTA1 p.socials {
		padding: 0 0 1em;
		font-size: 1.25em;
	}
	.contactLeadForm .orCall h2 { font-size: 2em; }
	
	#mobileHeader { display: block; }
	#desktopHeader { display: none; }
	.dual-columns {
		column-count: 1;
		column-gap: normal;
	}
	
	header .sitelogoX {
		height: 15vw;
		margin: 0 auto;
		padding: 2vw 0 2vw;
		text-align: center;
	}
	header .sitelogoX img.mobilelogo {
		margin: 0 auto;
	}
	
	.srtPage_1 header .sitelogoX {
		width: 50%;
		padding: 1vw 0;
	}
	header .menuButton, header .wigwamEmblem {
		width: 16vw;
		height: 15vw;
	}
	.sixPanel .sixpan {
		float: none;
		width: 100%;
		padding-bottom: 45%;
	}
	.sixPanel .sixpan a {
		background: rgba(0,0,0,0);
	}
	.sixPanel .sixpan a span {
		bottom: 0;
		transform: translate(0,0);
		font-size: 4.5vw;
		background: rgba(0,0,0,0.65);
		padding: 0.125em;
	}
	.sixPanel .sixoverlays .relative {
		padding-bottom: 3em;
		height: auto;
	}
	.sixPanel .sixoverlays .sixbanner {
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		padding-bottom: 50%;
	}
	.sixPanel .sixoverlays .details {
		position: relative;
		top: auto;
		width: 100%;
		height: auto;
		bottom: 0;
		z-index: 1;
		padding-top: 55%;
	}
	.sixPanel .sixoverlays .closeOverlay {
		font-size: 10vw;
		padding: 0.1em 0.15em;
		color: #000;
		background: #fff;
		border-radius: 50em;
		top: 10px;
		right: 10px;
		z-index: 5;
	}
	.sixPanel .sixoverlays a.learnMore, .sixPanel .sixoverlays a.learnMore i.fa {
		font-size: 7vw;
		z-index: 5;
	}
	.sixPanel .sixfader {
		padding-bottom: 275%;
	}
	.sixPanel.fitret .sixpan,
	.sixPanel.sparet .sixpan,
	.sixPanel.golfret .sixpan,
	.sixPanel.wlret .sixpan,
	.sixPanel.advret .sixpan,
	.sixPanel.silvret .sixpan {
		display: none;
	}
	.sixPanel .underThumbs .thumb {
		width: 33.3333332%;
		padding-bottom: 18%;
		border-bottom: 0px solid #fff;
	}
	.hero-sub {
		min-height: auto;
		background-size: 100% auto;
		background-position: top center;
		position: relative;
		background-repeat: no-repeat;
	}
	.hero-sub .descriptive {
		position: relative;
		right: 0;
		top: auto;
		text-align: right;
		max-width: inherit;
		transform: translate(0,0);
		padding-top: 40%;
	}
	.hero-sub .descriptive h1 {
		background: rgba(0,0,0,1);
		display: block;
		text-align: center;
		font-size: 7vw;
	}
	.hero-sub .descriptive p {
		background: rgba(255,255,255,1);
		display: block;
		text-align: center;
		font-size: 4vw;
	}
	.doublecards .card {
		width: auto;
		display: block;
		margin: 2em 0;
	}
	.doublecards {
		margin: 0em;
	}
	.doublecards .card.leftmargin, .doublecards .card.rightmargin {
		border-left: 0 none;
		border-right: 0 none;
	}
	.doublecards .card.textcard {
		padding: 2em 0.5em;
		text-align: center;
	}
	body.scrolledDown .desktopFloatHeader {
		width: 100%;
		z-index: 100;
		border-radius: 0;
	}
	.desktopFloatHeader .menuButton, .desktopFloatHeader .wigwamEmblem {
		width: 18vw;
		height: 15vw;
	}
	.desktopFloatHeader .sitelogoX {
		margin: 0 auto;
		padding: 1vw 0 0;
		height: 14vw;
		text-align: center;
	}
	
}
@media screen and (min-width: 768px) {
	#mobileHeader { display: none; }
	#desktopHeader { display: block; }
	
}
@media screen and (max-width: 576px) {
	body { font-size: 5vw; text-align: center; }
	.text-center { text-align: center !important; }
	.text-left { text-align: center !important; }
	.text-right { text-align: center !important; }
	.row img { width: 100%; }
	ul.check-points-right li, ul.check-points-left li { padding: 2vw 0 2vw 2.5em; text-align: left !important; }
	ul.check-points-right .twistcheck { right: auto; left: 0; }
	ul.check-points .twistcheck i.fa { font-size: 2em; }
	.banner.smaller { padding-bottom: 60%; }
	.banner .content { font-size: 2.5vw; }
	ul.faq {
		margin: 0;
	}
	ul.faq > li:before {
		display: block;
		font-size: 3em;
		margin-left: auto;
		width: auto;
	}
	ul.faq > li p.question {
		padding: 3em 0 0 0;
		margin: -4em 0 1em;
		line-height: 1.2;
	}
	.legend1header {
		background-position: 65%;
		padding-bottom: 100%;
		margin-bottom: -22vw;
	}
	.legend1header .headline {
		top: 0;
		width: 65%;
		transform: inherit;
		font-size: 3vw;
	}
}






















