/* General Styles */
body {
	font-size: 16px;
	font-family: 'PT Sans', arial, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.main {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 1440px;
}

.main:after {
	clear: both;
	content: '';
	display: block;
}

a {
	text-decoration: none;
	color: #00549E; /* $primary */
	transition: .5s ease;
}

a:hover {
	text-decoration: none;
	color: #388AD4;
}

.content a:hover {
	text-decoration: underline;
}

h1, h2 {
	font-family: 'Oswald', arial, sans-serif;
	font-weight: normal;
}

.house .slide .list-wrap h2 {
	font-family: 'Oswald', arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 32px;
	margin-top: 0;
	margin-right: 15%;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.btn {
	color: #00549E; /* $primary */
	text-transform: uppercase;
	font-family: 'Oswald', arial, sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.6em;
	text-align: center;
	background-color: #FFF203; /* $second */
	padding: 0.625em 1.25em;
	z-index: 5;
	border-top: solid 2px #00549e;
	border-bottom: solid 2px #00549e;
	margin: 0 auto;
	outline: none;
	box-shadow: inset 0 0 0 0 #1fbded;
	transition: box-shadow ease .5s;
}

.btn:hover {
	color: #FFFFFF; /* $white */
	box-shadow: inset 500px 0 0 0 #1fbded;
}

.content h3 {
	font-size: 1.25em;
	color: #00549E; /* $primary */
}

.content ul {
	list-style: disc;
	color: #00549E; /* $primary */
	padding: 0 0 0 1.5em;
}

.content ul li {
	line-height: 1.8em;
	margin-bottom: 1em;
}

.CallOut {
	background-color: #FFF42C;
	color: #00549E; /* $primary */
	font-weight: bold;
	padding: 1em 2em;
	border: solid 14px #FFFFFF; /* $white */
	background-image: url(/images/sparkle-new.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 90%;
	display: block;
}

.CallOut .normal-text {
	font-size: 16px;
	text-transform: none;
}

.CallOut strong {
	font-weight: bold;
	font-size: 1.2em;
}

.CallOut ul {
	margin-bottom: 1em;
}

.CallOut ul:after {
	clear: both;
	content: '';
	display: block;
}

.CallOut ul li {
	width: 50%;
	line-height: 1em;
	position: relative;
	list-style: none;
	padding: 1em 0 1em 3em;
	margin-bottom: 0;
}

.CallOut.long ul li {
	width: 100%;
}

.CallOut ul li strong {
	font-size: 1em;
}

.CallOut ul li:before {
	content: url(/images/sparkle.png);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.content p {
	color: #00549E; /* $primary */
	line-height: 1.8em;
	font-size: 1em;
}

form *,form *:before,form *:after {
	box-sizing: border-box;
}

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

html.boxsizing body {
	overflow-x: hidden;
}

.half {
	width: 50%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.table {
	display: table;
	table-layout: fixed;
	padding: 0;
	width: 100%;
	list-style: none;
	margin: 1em 0;
}

.table > * {
	display: table-row;
}

.table > * > * {
	display: table-cell;
	padding: 1%;
	margin: 0;
	vertical-align: middle;
	text-align: center;
}

strong.tilt {
	background-color: #FFF203;
	display: inline-block;
	text-transform: uppercase;
	color: #00549E; /* $primary */
	font-family: 'Oswald', arial, sans-serif;
	font-weight: 400;
	padding: 0;
	border: solid 4px #00549E; /* $primary */
	border-left: none;
	border-right: none;
	font-size: 2em;
	line-height: 1.75em;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: translate(0,1.5em) rotate(-90deg);
	-ms-transform: translate(0,1.5em) rotate(-90deg);
	transform: translate(0,1.5em) rotate(-90deg);
	height: 2em;
	width: 3em;
	margin: 0 -1em 0 0;
	text-align: center;
}

@-webkit-keyframes zoomIn {
	0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); }
	50% { opacity: 1; }
}

@-moz-keyframes zoomIn {
	0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
	50% { opacity: 1; }
}

@-o-keyframes zoomIn {
	0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
	50% { opacity: 1; }
}

@keyframes zoomIn {
	0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
	50% { opacity: 1; }
}

.content h1 {
	text-transform: uppercase;
	color: #1FBDED; /* $lightblue */
	font-size: 4.25em;
	margin: 0;
}

.content h2 {
	color: #00549E; /* $primary */
	text-transform: uppercase;
	font-size: 1.45em;
	letter-spacing: .05em;
}

.sub .main-area {
	background-color: #EDF1F4;
	border-top: solid 3px #00549E; /* $primary */
	padding: 3em 0 3.75em 0;
}

.sub.Testimonials .main-area {
	background-image: url(/images/TileBG.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	padding: 3em 0 0 0;
}

.sub.Get-an-Estimate .main-area {
	background-image: url(/images/estimatebg.jpg);
	background-repeat: no-repeat;
	border-top: none;
	background-size: cover;
	background-position: top center;
	padding: 3em 0 0 0;
}

.main-wrap {
	max-width: 1320px;
}

.main-wrap #MainZone {
	width: 68%;
	float: left;
}

.main-wrap #SideZone {
	float: right;
	width: 29%;
}

#ContactUsData iframe {
	width: 100% !important;
}

iframe[name='google_conversion_frame'] {
	display: none;
}
/* End General Styles */

/* Masthead */
#TopZone {
	height: 105px;
}

.masthead {
	position: fixed;
	top: 0;
	height: 105px;
	left: 0;
	z-index: 80;
	display: block;
	background-color: #FFFFFF; /* $white */
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	transition: all .5s ease;
	padding: 0 1.875em;
	font-size: .85vw;
}

.masthead.fixed {
	height: 80px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.12);
}

.cms-admin .masthead {
	position: relative;
}

.masthead .logo {
	display: block;
	float: left;
	position: relative;
	top: 50%;
	transition: .5s ease;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.masthead.fixed .logo {
	-webkit-transform: translateY(-40%) scale(.7,.7);
	-ms-transform: translateY(-40%) scale(.7,.7);
	transform: translateY(-40%) scale(.7,.7);
}

.masthead .top-number {
	font-family: 'Oswald', arial, sans-serif;
	color: #00549E; /* $primary */
	font-size: 2em;
	font-weight: 400;
	line-height: 1.625em;
	text-align: center;
	width: 20%;
	height: 105px;
	position: absolute;
	right: 0;
	top: 0;
	transition: .5s ease;
}

.masthead .top-number > * {
	transition: all ease .5s;
}

.masthead.fixed .top-number {
	height: 80px;
}

.masthead .top-number icon {
	background-color: #00549E; /* $primary */
	color: #FFFFFF; /* $white */
	display: inline-block;
	float: left;
	height: 100%;
	width: 30%;
	line-height: 95px;
	font-size: 1.5em;
	text-align: center;
}

.masthead.fixed .top-number icon {
	line-height: 70px;
}

.masthead .top-number span {
	background-color: #FFF203; /* $second */
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	width: 70%;
	letter-spacing: .05em;
	line-height: 1em;
	height: 100%;
	padding: .75em 0 0 0;
}

.masthead.fixed .top-number span {
	padding: .25em 0 0 0;
}

.masthead .top-number span b {
	display: block;
	letter-spacing: 0;
	font-size: .5em;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.625em;
}

.masthead .top-nav {
	bottom: .75em;
	position: absolute;
	width: 55%;
	display: block;
	left: 24%;
	margin-bottom: .5em;
	transition: .5s ease;
}

.masthead.fixed .top-nav {
	margin-bottom: 0;
}

.masthead .mobile-nav {
	display: none;
}

.masthead .top-nav ul {
	width: 100%;
}

.masthead .top-nav ul li {
	vertical-align: middle;
	width: 14.28%;
	display: block;
	float: left;
	text-align: center;
	position: relative;
}

.masthead .top-nav ul li > a {
	display: inline-block;
	text-align: center;
	color: #00549E;
	font-size: 1em;
	font-weight: bold;
	height: 64px;
	position: relative;
	line-height: 64px;
	transition: all .5s ease;
}

.masthead .top-nav ul li > a:hover {
	color: #1FBDED;
}

.masthead .top-nav ul li > a:before {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #FFF203; /* $second */
	position: absolute;
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
	transition: transform .6s ease;
}

.masthead .top-nav ul li > a:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	left: 0;
	background-color: #FFF203;
	position: absolute;
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
	transition: transform .6s ease;
	bottom: 0;
}

.masthead .top-nav ul li > a:hover:before, .masthead .top-nav ul li > a:hover:after {
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}
/* End Masthead */

/* Flyout Menu */
.top-nav div.iflylist {
	background-color: #00549E; /* $primary */
	color: #00549E; /* $primary */
	border: none;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	text-align: left;
	min-width: 225px;
	position: absolute;
	top: 100% !important;
	left: 0 !important;
	height: auto;
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	transition: transform .3s ease .2s;
}

.top-nav li:hover div.iflylist {
	transition: transform .3s ease 0s;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.top-nav div.iflylist .iflylist {
	display: none !important;
}

.top-nav div.iflylist div.iflylist {
	padding: 6px 0px;
}

.top-nav div.iflylist div.iflylist:before {
	display: none;
}

.top-nav div.ifly {
	background-color: #FFFFFF;
	border: none;
	border-top: solid 1px #ddd;
}

.top-nav div.ifly a {
	padding: 10px 25px;
	color: #00549E; /* $primary */
	min-width: 150px;
	line-height: 1.5em;
	border-bottom: none;
	margin-bottom: 0px;
	text-shadow: none;
}

.top-nav div.ifly a:hover {
	text-decoration: none;
}

.top-nav div.iflyOver {
}

.top-nav div.ifly a.iflyOver {
	color: #1FBDED; /* $lightblue */
}

.top-nav div.iflyRight {
	background-image: none;
}

.top-nav div.iflyRight>a:before {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	float: right;
	margin-right: -27px;
	font-size: 20px;
	display: none !important;
}
/* End Flyout Menu */

/* Home Ctas */
.cta-list {
	width: 66%;
	position: relative;
}

.cta-list li {
	width: 50%;
	display: block;
	float: left;
	border-left: solid 1px #edf1f4;
	position: relative;
}

.cta-list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 3.125em 0 0 0;
	transition: all ease .5s;
	position: relative;
}

.cta-list li figure {
	position: relative;
	margin: 0;
}

.cta-list li figure > img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0;
	transition: 0.3s;
	max-height: 330px;
}

.cta-list li figure figcaption {
	position: absolute;
	top: 0;
	z-index: 1;
	padding: 1em 0 0 0;
	width: 100%;
	height: 100%;
	max-height: 372px;
	text-align: center;
	font-size: 1em;
}

.cta-list li figure figcaption h2 {
	color: #00549E; /* $primary */
	font-family: 'Oswald', arial, sans-serif;
	font-size: 1.875em;
	font-weight: 400;
	line-height: 1.067em;
	text-align: left;
	text-transform: uppercase;
	transition: 0.3s;
	margin: 0 0 0 40%;
}

.cta-list li figure figcaption h2 span {
	display: block;
	color: #1FBDED; /* $lightblue */
}

.cta-list li figure figcaption p {
	color: #00549E; /* $primary */
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.778em;
	text-align: left;
	margin: 20px 2em 20px 40%;
}

.cta-list li figure figcaption span.btn {
	display: block;
	width: 90%;
	position: absolute;
	bottom: 1em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cta-list li svg, .cta-list li .cta-img {
	display: inline-block;
	position: absolute;
	float: left;
	margin: 0 auto;
	top: 20%;
	left: 1.875em;
	z-index: 10;
	width: 10.625em;
	height: 10.625em;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition: all ease .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cta-list li .cta-img {
	top: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.cta-list li svg path {
	fill: #0b59a0;
}

.sub .cta-section .coupon, .sub .cta-section .cta-list, .sub .cta-section .sub-form {
	float: left;
}

.sub .cta-list {
	width: 33%;
}

.sub .cta-list li {
	width: 100%;
}
/* End Home Ctas */

/* Taglines */
.tagline {
	background-color: #00549E; /* $primary */
}

.tagline h1 {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', arial, sans-serif;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: .5em;
	padding: 0.625em 0;
	font-size: 1em;
}
/* End Taglines */

/* Home Content */
.home-content {
	background-color: #EDF1F4;
	padding: 3.75em 0 1px 0;
}

.home-content .main > header {
	text-align: center;
	margin: 0 0 -2.35em;
}

.home-content .upper {
	border-top: solid 1px #c6d3d8;
	padding: 2em 0;
}

.home-content .upper header h2 {
	font-size: .9vw;
}

.home-content .upper header h2 .tilt {
	text-align: center;
	letter-spacing: .2em;
	border-left: none;
	border-right: none;
}

.home-content .upper header h2 span {
	display: inline-block;
	font-weight: 400;
	font-family: 'Oswald', arial, sans-serif;
}

.home-content .upper header h2 span.top {
	display: block;
	color: #00549E; /* $primary */
	font-size: 1.688em;
	text-transform: uppercase;
	line-height: 1em;
}

.home-content .upper header h2 .left-text span.top {
	text-align: right;
}

.home-content .upper header h2 span.bottom {
	color: #1FBDED; /* $lightblue */
	font-size: 4.25em;
	text-transform: uppercase;
	line-height: 1em;
}

.home-content .upper .left {
	padding: 3em 0 0 0;
	width: 45%;
}

.home-content .upper .right img {
	opacity: 0;
}

.home-content .upper .right.show img {
	-webkit-animation: zoomIn 1s ease backwards;
	animation: zoomIn 1s ease backwards;
	opacity: 1;
}

.home-content .lower ul li h3 {
	color: #00549E; /* $primary */
	font-family: 'Oswald', arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	font-size: 1.688em;
	margin-top: 0;
}

.home-content .lower ul li h3 span {
	display: block;
	font-size: 1.778em;
	color: #1FBDED; /* $lightblue */
	line-height: 1em;
}

.home-content .lower ul li div {
	color: #00549E; /* $primary */
	line-height: 1.8em;
}

.home-content .lower ul li {
	text-align: left;
	vertical-align: top;
	padding: 0;
	border-bottom: solid 1px #A2B3C3;
	border-top: solid 1px #A2B3C3;
}

.home-content .lower ul li.item1 {
	padding: 1.5em 2% 1.5em 0;
}

.home-content .lower ul li.item2 {
	padding: 1.5em 2%;
}

.home-content .lower ul li.item3 {
	padding: 1.5em 0 1.5em 2%;
}

.home-content .main > header h3 {
	color: #1FBDED; /* $lightblue */
	text-transform: uppercase;
	font-family: 'Oswald', arial, sans-serif;
	font-weight: 400;
	letter-spacing: .1em;
	display: inline-block;
	background-color: #EDF1F4;
	padding: 0 1em;
}

.home-content .main > header img {
	display: block;
	margin: 0 auto;
}
/* End Home Content */

/* Values Animation */
.values-animation {
	height: 39.625em;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 0;
	font-size: .85vw;
	overflow: hidden;
}

.values-animation header {
	position: absolute;
	left: 0;
	top: 3.438em;
	z-index: 5;
	background-color: rgba(31,189,237,0.9); /* alpha($lightblue,90%) */
	margin: 0;
	padding: 1em 2em .25em;
}

.values-animation header h2 {
	font-size: 1em;
	margin: 0;
}

.values-animation header h2 span {
	display: inline-block;
	font-family: 'Oswald', arial, sans-serif;
	font-weight: 400;
}

.values-animation header h2 > span > span {
	display: block;
	text-transform: uppercase;
	line-height: 1em;
}

.values-animation header h2 > span .big {
	color: #00549E; /* $primary */
	font-size: 4.25em;
}

.values-animation header h2 > span .small {
	color: #FFFFFF; /* $white */
	font-size: 1.688em;
}

.values-animation header h2 .left-text {
	text-align: right;
}

.value-statements {
	display: table;
	position: absolute;
	margin: 0 auto;
	z-index: 4;
	height: auto;
	width: 100%;
	max-width: 800px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-75%,0);
	-ms-transform: translate3d(-50%,-75%,0);
	transform: translate3d(-50%,-75%,0);
}

.value-statements li {
	display: table-cell;
	position: relative;
	float: left;
	width: 23%;
	height: 9.5vw;
	border-radius: 50%;
	background-color: #fff203;
	margin: 0 1%;
	border: solid 5px #0b59a0;
	font-family: 'Oswald', sans-serif;
	color: #00549e;
	font-size: 1.1em;
	font-weight: 400;
	text-align: center;
	padding: 2.1em .8em;
	opacity: 0;
}

.sub .value-statements li {
	opacity: 1;
}

.value-statements li span {
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.show .value-statements li.state1 {
	opacity: 1;
	-webkit-animation: zoomInUp 1s .5s ease backwards;
	animation: zoomInUp 1s .5s ease backwards;
}

.show .value-statements li.state2 {
	opacity: 1;
	-webkit-animation: zoomInUp 1s .75s ease backwards;
	animation: zoomInUp 1s .75s ease backwards;
}

.show .value-statements li.state3 {
	opacity: 1;
	-webkit-animation: zoomInUp 1s 1s ease backwards;
	animation: zoomInUp 1s 1s ease backwards;
}

.show .value-statements li.state4 {
	opacity: 1;
	-webkit-animation: zoomInUp 1s 1.25s ease backwards;
	animation: zoomInUp 1s 1.25s ease backwards;
}

@-webkit-keyframes zoomInUp {
	0% { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}

@-moz-keyframes zoomInUp {
	0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}

@-o-keyframes zoomInUp {
	0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}

@keyframes zoomInUp {
	0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}

.value-statements li i {
	display: block;
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	border-radius: 50%;
	background-color: #00549e;
	width: 2.75em;
	height: 2.75em;
	line-height: 2.75em;
	color: #fff203;
	-webkit-transform: translate3d(-50%,0,0);
	-ms-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
}

.values-animation .car {
	display: block;
	position: absolute;
	z-index: 2;
	width: 25%;
	height: auto;
	top: 65%;
	left: 50%;
	margin-left: -12%;
	opacity: 0;
}

.values-animation.show .car {
	opacity: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation: cruising 1s ease forwards, drive-off 1s 9s ease forwards;
	animation: cruising 1s ease forwards, drive-off 1s 9s ease forwards;
}

@-webkit-keyframes cruising {
	0% { -webkit-transform: translate3d(-280%,0,0); }
	100% { -webkit-transform: translate3d(0,0,0); }
}

@-moz-keyframes cruising {
	0% { transform: translate3d(-280%,0,0); }
	100% { transform: translate3d(0,0,0); }
}

@-o-keyframes cruising {
	0% { transform: translate3d(-280%,0,0); }
	100% { transform: translate3d(0,0,0); }
}

@keyframes cruising {
	0% { transform: translate3d(-280%,0,0); }
	100% { transform: translate3d(0,0,0); }
}

@-webkit-keyframes drive-off {
	0% { -webkit-transform: translate3d(0,0,0); }
	100% { -webkit-transform: translate3d(280%,0,0); }
}

@-moz-keyframes drive-off {
	0% { transform: translate3d(0,0,0); }
	100% { transform: translate3d(280%,0,0); }
}

@-o-keyframes drive-off {
	0% { transform: translate3d(0,0,0); }
	100% { transform: translate3d(280%,0,0); }
}

@keyframes drive-off {
	0% { transform: translate3d(0,0,0); }
	100% { transform: translate3d(280%,0,0); }
}

.values-animation.show .car2 {
	display: block;
	position: absolute;
	z-index: 4;
	width: 26%;
	height: auto;
	top: 65%;
	left: 50%;
	margin-left: -12%;
	opacity: 0;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation: cruise-in-right 1s 10s backwards;
	animation: cruise-in-right 1s 10s backwards;
}

@-webkit-keyframes cruise-in-right {
	0% { -webkit-transform: translate3d(280%,0,0); opacity: 1; }
	98% { -webkit-transform: translate3d(0,0,0); opacity: 1; }
	100% { -webkit-transform: translate3d(0,0,0); opacity: 0; }
}

@-moz-keyframes cruise-in-right {
	0% { transform: translate3d(280%,0,0); opacity: 1; }
	98% { transform: translate3d(0,0,0); opacity: 1; }
	100% { transform: translate3d(0,0,0); opacity: 0; }
}

@-o-keyframes cruise-in-right {
	0% { transform: translate3d(280%,0,0); opacity: 1; }
	98% { transform: translate3d(0,0,0); opacity: 1; }
	100% { transform: translate3d(0,0,0); opacity: 0; }
}

@keyframes cruise-in-right {
	0% { transform: translate3d(280%,0,0); opacity: 1; }
	98% { transform: translate3d(0,0,0); opacity: 1; }
	100% { transform: translate3d(0,0,0); opacity: 0; }
}

.values-animation.show .car-maids {
	position: absolute;
	z-index: 5;
	width: 26%;
	height: auto;
	top: 60%;
	left: 50%;
	margin-left: -11.2%;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation: fadeIn .8s ease 10.5s backwards;
	animation: fadeIn .8s ease 10.5s backwards;
}

.values-animation .car:before,
.values-animation .car2:before {
	content: '';
	display: block;
	position: absolute;
	width: 4vw;
	height: 4vw;
	background: url(/images/slides/wheel.png) no-repeat center;
	background-size: contain;
	left: 2.7vw;
	top: 5.5vw;
	-webkit-animation: wheelspin .8s linear infinite;
	animation: wheelspin .8s linear infinite;
	z-index: 10;
}

.values-animation.show .car2:before {
	left: 3.3vw;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation: wheelspin2 .5s 10s linear 2;
	animation: wheelspin2 .5s 10s linear 2;
	z-index: 10;
}

.values-animation .car:after,
.values-animation .car2:after {
	content: '';
	display: block;
	position: absolute;
	width: 4vw;
	height: 4vw;
	background: url(/images/slides/wheel.png) no-repeat center;
	background-size: contain;
	left: 17.5vw;
	top: 5.5vw;
	-webkit-animation: wheelspin .8s linear infinite;
	animation: wheelspin .8s linear infinite;
	z-index: 10;
}

.values-animation.show .car2:after {
	left: 18.7vw;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation: wheelspin2 .5s 10s linear 2;
	animation: wheelspin2 .5s 10s linear 2;
	z-index: 10;
}

@-webkit-keyframes wheelspin {
	0% { -webkit-transform: rotate3d(0,0,0,0); }
	100% { -webkit-transform: rotate3d(0,0,1,360deg); }
}

@-moz-keyframes wheelspin {
	0% { transform: rotate3d(0,0,0,0); }
	100% { transform: rotate3d(0,0,1,360deg); }
}

@-o-keyframes wheelspin {
	0% { transform: rotate3d(0,0,0,0); }
	100% { transform: rotate3d(0,0,1,360deg); }
}

@keyframes wheelspin {
	0% { transform: rotate3d(0,0,0,0); }
	100% { transform: rotate3d(0,0,1,360deg); }
}

@-webkit-keyframes wheelspin2 {
	0% { -webkit-transform: rotate3d(0,0,0,0); }
	100% { -webkit-transform: rotate3d(0,0,1,-360deg); }
}

@-moz-keyframes wheelspin2 {
	0% { transform: rotate3d(0,0,0,0); }
	100% { transform: rotate3d(0,0,1,-360deg); }
}

@-o-keyframes wheelspin2 {
	0% { transform: rotate3d(0,0,0,0); }
	100% { transform: rotate3d(0,0,1,-360deg); }
}

@keyframes wheelspin2 {
	0% { transform: rotate3d(0,0,0,0); }
	100% { transform: rotate3d(0,0,1,-360deg); }
}

.values-animation .car-maids a.btn {
	left: 50%;
	top: 100%;
	position: absolute;
	-webkit-transform: translate(-50%,-75%);
	-ms-transform: translate(-50%,-75%);
	transform: translate(-50%,-75%);
}

.values-background-1 {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	height: 100%;
	width: 200%;
	background: url(../images/Sky.png) repeat-x top;
	-webkit-animation: travel 150s linear infinite;
	animation: travel 150s linear infinite;
}

.values-background-2 {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 8.125em;
	height: 100%;
	width: 200%;
	background: url(../images/value-statements-bg-2.png) repeat-x top;
}

.values-animation.show .values-background-2 {
	-webkit-animation: travel 10s linear 1;
	animation: travel 10s linear 1;
}

.values-foreground-1 {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 8.125em;
	height: 100%;
	width: 200%;
	background: url(../images/valuestatements-forground.png) repeat-x top;
}

.values-animation.show .values-foreground-1 {
	-webkit-animation: travel 5s linear 2;
	animation: travel 5s linear 2;
}

@-webkit-keyframes travel {
	0% { -webkit-transform: translate3d(0,0,0); }
	100% { -webkit-transform: translate3d(-2000px,0,0); }
}

@-moz-keyframes travel {
	0% { transform: translate3d(0,0,0); }
	100% { transform: translate3d(-2000px,0,0); }
}

@-o-keyframes travel {
	0% { transform: translate3d(0,0,0); }
	100% { transform: translate3d(-2000px,0,0); }
}

@keyframes travel {
	0% { transform: translate3d(0,0,0); }
	100% { transform: translate3d(-2000px,0,0); }
}

#SubValues {
	min-height: 15px;
	text-align: center;
	background-image: url(/images/valuebg.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3em 0;
	height: 35.5em;
	position: relative;
	border-top: solid 5px #00549E; /* $primary */
}

.sub-values header h2 {
	font-size: 1em;
}

.sub-values header h2 span {
	display: inline-block;
	font-family: 'Oswald', arial, sans-serif;
	font-weight: 400;
}

.sub-values header h2 > span > span {
	display: block;
	text-transform: uppercase;
	line-height: 1em;
}

.sub-values header h2 > span .big {
	color: #00549E; /* $primary */
	font-size: 4.25em;
}

.sub-values header h2 > span .small {
	color: #1FBDED; /* $lightblue */
	font-size: 1.688em;
}

.sub-values header h2 .left-text {
	text-align: right;
}

.sub-values header h2 .right-text {
	text-align: left;
}

.sub-values .value-statements {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: auto;
	position: relative;
	left: auto;
	max-width: 1140px;
}

.sub-values .value-statements li {
	width: 20%;
	height: 12vw;
	margin: 0 2.5%;
	text-transform: uppercase;
}

.sub-values a.btn {
	display: block;
	margin: 2em auto 0;
	max-width: 320px;
}
/* End Values Animation */

/* Map */
.home-map {
	background-image: url(/images/map-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	border-top: solid 4px #00549E; /* $primary */
}

.home-map .map {
	position: relative;
	width: 50%;
}

.home-map .map .tab {
	position: relative;
	top: 1.5em;
	text-align: center;
	display: inline-block;
}

.home-map .map .tab span {
	display: block;
	text-transform: uppercase;
	color: #1FBDED; /* $lightblue */
	letter-spacing: .2em;
	font-family: 'Oswald', arial, sans-serif;
	font-size: 1.25em;
}

.home-map .map .tab .tab-inside {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 1em 3.5em;
	z-index: 2;
	background-color: #FFF203; /* $second */
}

.home-map .map .tab:after {
	position: absolute;
	content: '';
	bottom: 10px;
	right: 10px;
	left: auto;
	width: 100%;
	top: 80%;
	background: #000000;
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 0 15px 10px #777;
	z-index: 1;
}

.home-map .map-locations {
	height: 52.25em;
	background-color: rgba(11,89,160,0.9);
	width: 50%;
	position: relative;
}

.home-map .map-locations ul {
	width: 80%;
	margin: 0 auto;
	padding: 5em 0 0 2em;
}

.no-csscolumns .home-map .map-locations ul li {
	float: left;
	width: 50%;
}

.home-map .map-locations ul li {
	font-size: 1.25em;
	font-family: 'Oswald', arial, sans-serif;
	color: #FFFFFF; /* $white */
	text-transform: uppercase;
	position: relative;
	float: left;
	width: 50%;
}

.home-map .map-locations ul li a {
	color: #FFFFFF; /* $white */
	display: block;
	width: 100%;
	height: 100%;
}

.home-map .map-locations ul li span {
	display: block;
	padding: .4em 1em;
	transition: .5s ease;
}

.home-map .map-locations ul li a:hover span {
	background-color: #FFF203; /* $second */
	color: #00549E; /* $primary */
}

.home-map .map-locations .btn-wrap {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: auto;
	padding: 1em 0;
	background-color: rgba(0,0,0,0.1);
}

.home-map .map-locations .btn-wrap .btn {
	margin: 0 auto;
	display: block;
	width: 320px;
}

.sub-map header {
	text-transform: uppercase;
	font-family: 'Oswald', arial, sans-serif;
	margin: 0 0 2em;
}

.sub-map header h3 {
	color: #00549E; /* $primary */
	font-size: 2.5em;
	margin: 0;
	font-weight: 400;
	line-height: 1em;
}

.sub-map header h4 {
	color: #1FBDED; /* $lightblue */
	margin: 0;
	font-size: 3.1em;
	line-height: 1em;
	font-weight: 400;
}

.sub-map img {
	width: 100%;
	height: auto;
}
/* End Map */

/* Testimonial Feed */
#InfoModule {
	margin: 0;
}

.testimonials {
	background-color: #00549E; /* $primary */
	color: #FFFFFF; /* $white */
	padding: 4.375em;
}

.testimonials .testimonial-inside {
	max-width: 780px;
	width: 100%;
	float: right;
}

.testimonials header {
	padding: 0 0 1em;
	font-size: .8vw;
}

.testimonials header h2 {
	font-size: 1em;
	float: left;
	margin: 0;
}

.testimonials header h2 > span {
	display: inline-block;
}

.testimonials header h2 > span > span {
	display: block;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Oswald', arial, sans-serif;
}

.testimonials header h2 .big {
	font-size: 4.25em;
	color: #1FBDED; /* $lightblue */
}

.testimonials header h2 .small {
	font-size: 1.688em;
}

.testimonials header h2 .right-text {
	text-align: left;
}

.testimonials header h2 .left-text {
	text-align: right;
}

.testimonials header h3 {
	float: right;
	font-size: 1em;
	width: 45%;
	margin: 0;
}

.testimonials header h3 .graph {
	text-align: center;
	float: left;
	height: 5.5em;
	width: 5.5em;
	position: relative;
	border: solid 4px #fff;
	border-radius: 100%;
	margin: .5em 1em 0 0;
}

.testimonials header h3 .graph .circle1 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border: solid 4px #1FBDED; /* $lightblue */
	box-sizing: content-box;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.testimonials header h3 .graph .number {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 2.25em;
}

.testimonials header h3 span.yellow {
	color: #FFF203; /* $second */
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: left;
	display: block;
}

.testimonials header h3 span.yellow span {
	display: block;
}

.test-feed {
	border-top: solid 1px rgba(255,255,255,0.2);
}

.test-feed li {
	border-bottom: solid 1px rgba(255,255,255,0.2);
	padding: 1em 0 1em 6em;
	text-align: left;
	font-size: 1.25em;
	position: relative;
}

.test-feed li h4 {
	margin: 0;
	margin-left: -.8em;
}

.test-feed li div div {
	text-align: right;
	margin: 0;
	padding: 0;
}

.test-feed li div div span {
	color: #FFF203; /* $second */
}

.test-feed li:before {
	content: '“';
	float: left;
	color: #3376b1;
	font-size: 8em;
	font-family: Georgia, serif;
	position: absolute;
	left: 0;
	margin: 0;
	top: 0;
}

.test-feed li:after {
	content: '”';
	float: right;
	color: #3376b1;
	font-size: 8em;
	font-family: Georgia, serif;
	position: absolute;
	margin: 0;
	top: 0;
	right: -.4em;
}

.testimonials .btn {
	display: block;
	max-width: 320px;
	margin: 1em auto 0;
}

#SubTestimonials {
	min-height: 15px;
}

.sub .testimonials .main {
	max-width: 1140px;
}

.sub .testimonials header {
	font-size: 1.25em;
}

.sub .testimonials h2 {
	border-right: solid 8px #FFF203; /* $second */
	padding: 0 2em 0 0;
}
/* End Testimonial Feed */

/* Services List */
.services-section {
	background-color: #EDF1F4;
	position: relative;
}

.services-section > img {
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 1s ease 1s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	height: 28vw;
}

.services-section.show > img {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.services-section .content-focus {
	text-align: center;
	font-size: 1.688em;
	font-family: 'Oswald', arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #00549E; /* $primary */
	padding: 2em 0;
	border-bottom: solid 1px #A2B3C3;
}

.services-section header {
	float: left;
	width: 33%;
}

.services-section header h2 {
	font-size: 1em;
}

.services-section header h2 .tilt {
	text-align: center;
	letter-spacing: .1em;
	font-size: 1.5em;
	-webkit-transform: translate(0,1.75em) rotate(-90deg);
	-ms-transform: translate(0,1.75em) rotate(-90deg);
	transform: translate(0,1.75em) rotate(-90deg);
}

.services-section header h2 span {
	color: #1FBDED; /* $lightblue */
	font-size: 4.25em;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Oswald', arial, sans-serif;
}

.services {
	min-height: 35.75em;
}

.services-list {
	float: right;
	width: 60%;
	margin: 4em 0 0 0;
}

.services-list ul {
	position: relative;
	width: 100%;
}

.services-list ul li {
	width: 49%;
	float: left;
	position: relative;
	margin-bottom: 1.5em;
}

.services-list ul li.alt {
	float: right;
}

.services-list ul li a {
	position: relative;
	display: block;
	width: 100%;
	color: #00549E; /* $primary */
	font-family: 'Oswald', arial, sans-serif;
	font-weight: 400;
	font-size: 1.45em;
	text-transform: uppercase;
	height: 3.167em;
	line-height: 3.167em;
	padding: 0 0 0 3.75em;
}

.services-list ul li a span.yellow {
	position: absolute;
	top: 0;
	left: 0;
	width: 3.167em;
	height: 3.167em;
	background-color: #FFF203;
	text-align: center;
	border-radius: 50%;
	border: solid 2px #00549E;
	transition: .5s ease;
	z-index: 1;
}

.services-list ul li a span.yellow .static {
	width: 3em;
	height: 3em;
	position: relative;
	display: block;
	top: 0;
	left: 0;
}

.services-list ul li a span.yellow img {
	position: relative;
	top: 50%;
	display: block;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: 50%;
}

.services-list ul li a span.page-name {
	z-index: 3;
	position: relative;
	letter-spacing: .1em;
}

.services-list ul li a:hover {
	text-decoration: none;
}

.services-list ul li a:hover span.yellow {
	width: 100%;
	border-radius: 0;
}

.services-list a.btn {
	margin: 1.25em auto 0;
	display: block;
	width: 50%;
	min-width: 320px;
}
/* End Services List */

/* Coupon */
.coupon {
	cursor: pointer;
	display: block;
	position: relative;
	border-radius: 6px;
	background: #0b59a0 url(/images/Coupon-right.png) no-repeat right top;
	background-size: 97% 100%;
	width: 33.3%;
	height: 330px;
	float: right;
	margin: 2em 0 0 0;
}

.coupon img {
	display: block;
	position: absolute;
	height: 34.5vw;
	max-height: 330px;
	width: 44%;
}

.coupon span {
	position: relative;
	z-index: 1;
	display: block;
}

.coupon:hover > span {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation: hinge 2s 1s ease forwards;
	animation: hinge 2s 1s ease forwards;
}

.coupon .btn {
	position: relative;
	z-index: 0;
	top: 5em;
	width: 40%;
	font-size: 1em;
	line-height: 1.2em;
	display: inline-block;
	margin: 3.125em 0 0 0.625em;
	padding: 0.625em 0.313em 0.625em 3.750em;
	text-align: left;
}

.coupon .btn icon {
	margin: .55em;
	font-size: 1.5em;
	position: absolute;
	left: 0;
	top: 0;
}

.coupon .btn:hover icon {
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation: rotateIn 1s ease;
	animation: rotateIn 1s ease;
}

.scissors {
	position: absolute;
	z-index: 2;
	display: block;
	left: 40%;
	bottom: 0;
	width: 42px;
	height: 46px;
	transition: transform 1s linear;
}

.coupon:hover .scissors {
	-webkit-transform: translate3d(0,-17em,0);
	-ms-transform: translate3d(0,-17em,0);
	transform: translate3d(0,-17em,0);
}

.coupon:hover .scissors div {
	position: absolute;
	display: block;
	width: 42px;
	height: 46px;
	background: url(/images/Scissors1.png) no-repeat center;
	-webkit-animation: cut .3s ease 4;
	animation: cut .3s ease 4;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.coupon:hover .scissors span {
	position: absolute;
	display: block;
	width: 42px;
	height: 46px;
	background: url(/images/Scissors2.png) no-repeat center;
	-webkit-animation: cut2 .3s ease 4;
	animation: cut2 .3s ease 4;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes cut {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(-45deg); }
}

@-moz-keyframes cut {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-45deg); }
}

@-o-keyframes cut {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-45deg); }
}

@keyframes cut {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-45deg); }
}

@-webkit-keyframes cut2 {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(45deg); }
}

@-moz-keyframes cut2 {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(45deg); }
}

@-o-keyframes cut2 {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(45deg); }
}

@keyframes cut2 {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(45deg); }
}

@-webkit-keyframes hinge {
	0% { -webkit-animation-timing-function: ease-in-out; -webkit-transform-origin: top left; }
	20%, 60% { -webkit-animation-timing-function: ease-in-out; -webkit-transform-origin: top left; -webkit-transform: rotate3d(0, 0, 1, 80deg); }
	40%, 80% { -webkit-animation-timing-function: ease-in-out; -webkit-transform-origin: top left; -webkit-transform: rotate3d(0, 0, 1, 60deg); opacity: 1; }
	100% { -webkit-transform: translate3d(0, 700px, 0); opacity: 0; }
}

@-moz-keyframes hinge {
	0% { animation-timing-function: ease-in-out; transform-origin: top left; }
	20%, 60% { animation-timing-function: ease-in-out; transform-origin: top left; transform: rotate3d(0, 0, 1, 80deg); }
	40%, 80% { animation-timing-function: ease-in-out; transform-origin: top left; transform: rotate3d(0, 0, 1, 60deg); opacity: 1; }
	100% { transform: translate3d(0, 700px, 0); opacity: 0; }
}

@-o-keyframes hinge {
	0% { animation-timing-function: ease-in-out; transform-origin: top left; }
	20%, 60% { animation-timing-function: ease-in-out; transform-origin: top left; transform: rotate3d(0, 0, 1, 80deg); }
	40%, 80% { animation-timing-function: ease-in-out; transform-origin: top left; transform: rotate3d(0, 0, 1, 60deg); opacity: 1; }
	100% { transform: translate3d(0, 700px, 0); opacity: 0; }
}

@keyframes hinge {
	0% { animation-timing-function: ease-in-out; transform-origin: top left; }
	20%, 60% { animation-timing-function: ease-in-out; transform-origin: top left; transform: rotate3d(0, 0, 1, 80deg); }
	40%, 80% { animation-timing-function: ease-in-out; transform-origin: top left; transform: rotate3d(0, 0, 1, 60deg); opacity: 1; }
	100% { transform: translate3d(0, 700px, 0); opacity: 0; }
}
/* End Coupon */

/* House Infographic */
.house-wrap {
	background-color: #A2B3C3;
	overflow: hidden;
}

.house-wrap.sub {
	background-color: #edf1f4;
	background-image: url(/images/content-img-1.png);
	background-repeat: no-repeat;
	background-position: 100% 80%;
	background-size: 40%;
	border-top: solid 3px #00549E; /* $primary */
}

.house-wrap header {
	text-align: center;
	background-image: url(/images/shade.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1400px;
	padding: 2.5em 0;
}

.house-wrap header h2 {
	font-size: 1em;
	margin: 0;
}

.house-wrap header h2 span {
	color: #1FBDED; /* $lightblue */
	text-transform: uppercase;
	font-family: 'Oswald', arial, sans-serif;
	font-size: 5.875em;
	font-weight: 400;
	text-shadow: 0 -1px #FFF;
}

.house-wrap header h2 .tilt {
	font-size: 1.8em;
	margin: 0 -.85em 0 .25em;
}

.house-wrap header h3 {
	margin: 0;
	text-transform: uppercase;
	color: #00549E; /* $primary */
	font-family: 'Oswald', arial, sans-serif;
	font-weight: 400;
	font-size: 1.625em;
}

.house {
	height: 40vw;
	width: 100%;
	position: relative;
	font-size: .85vw;
}

.sub .house {
	height: 30vw;
}

.sub .house .main {
	height: 100%;
	max-width: 100%;
	width: 90%;
}

.house:after {
	content: '';
	display: block;
	clear: both;
}

.house .slide {
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
}

.house .slide .slide-wrap {
	background-color: #FFFFFF; /* $white */
	width: 55%;
	opacity: 1;
	height: 100%;
}

.house .slide .slide-wrap .header {
	background-color: #1FBDED; /* $lightblue */
	font-size: 2.5em;
	font-family: 'Oswald', arial, sans-serif;
	text-transform: uppercase;
	padding: .25em 0 .25em 2em;
	border-top: solid 2px #00549E; /* $primary */
	border-bottom: solid 2px #00549E; /* $primary */
	color: #00549E; /* $primary */
}

.house .slide .list-wrap {
	background-color: #00549E;
	width: 20%;
	height: 100%;
	padding: 2em;
	z-index: 2;
	font-size: 1em;
	display: block;
	position: absolute;
}

.sub .house .slide .list {
	background-color: transparent;
	position: relative;
	margin: 0 auto;
	color: #00549E; /* $primary */
	font-family: 'Oswald', arial, sans-serif;
	width: 90%;
	padding: 3em 0 0 0;
}

.sub .house .slide .list:after {
	clear: both;
	content: '';
	display: block;
}

.house .slide .list li {
	color: #FFFFFF; /* $white */
	margin: 1.25em 0;
	font-size: 1.25em;
	line-height: 1em;
}

.sub .house .slide .list li {
	float: left;
	width: 45%;
	clear: left;
	color: #00549E; /* $primary */
	text-transform: uppercase;
	margin: .75em 0;
	font-size: 1.25em;
	line-height: 1em;
	position: relative;
	padding: 0 0 0 2em;
}

.sub .house .slide .list li:nth-child(2n) {
	float: right;
	clear: right;
}

.house .slide .list li span {
	color: #FFF203; /* $second */
	margin: -.33em .5em .5em 0;
	float: left;
	font-size: .8em;
	padding: .2em;
	width: 2em;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	border-radius: 50%;
	border: solid 3px #FFF203; /* $second */
}

.sub .house .slide .list li span {
	color: #00549E; /* $primary */
	margin: 0 1em 0 0;
	border: none;
	font-size: 1em;
	padding: 0;
	width: auto;
	position: absolute;
	left: 0;
}

.house .slide .list-wrap a.btn {
	color: #00549E; /* $primary */
	width: 100%;
	display: block;
}

.house .house-nav {
	position: absolute;
	bottom: 0;
	background-color: #FFF203; /* $second */
	width: 100%;
	z-index: 5;
	overflow: hidden;
	height: 20%;
}

.sub .house .house-nav {
	border-top: solid 3px #00549E; /* $primary */
}

.house .house-nav a {
	width: 25%;
	display: block;
	float: left;
	padding: 0 0 .2em 5.5em;
	font-size: 1.5em;
	color: #00549E; /* $primary */
	font-family: 'Oswald', arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	position: relative;
	border-bottom: solid 1px #00549E; /* $primary */
	border-right: solid 1px #00549E; /* $primary */
	background-color: #FFF203; /* $second */
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	box-shadow: inset 0 0 0 #0160a5;
	height: 100%;
}

.house .house-nav a:hover, .house .house-nav a.active {
	box-shadow: inset -500px 0 0 #20bcec;
}

.house .house-nav a span {
	position: relative;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.house .house-nav a span em {
	font-style: normal;
	font-size: .75em;
	float: right;
	margin: 3.5em 2em 0 0;
}

.house .house-nav a icon {
	width: auto;
	display: inline-block;
	font-size: 2.5em;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
}

.house .house-nav a:nth-child(3) icon {
	font-size: 1.5em;
}

.house .house-nav a:hover span, .house .house-nav a.active span {
	color: #FFFFFF; /* $white */
}
/* End House Infographic */

/* Excellence Section */
.excellence {
	height: auto;
	position: relative;
	text-align: center;
	border-top: solid 5px #00549E; /* $primary */
	padding: 3em 0 0;
}

.sub .excellence {
	padding: 2em 0 1em;
}

.excellence h2 {
	font-size: 1em;
}

.excellence h2 .left-text {
	color: #1FBDED; /* $lightblue */
	font-family: 'Oswald',arial, sans-serif;
	text-transform: uppercase;
	font-size: 6.375em;
	font-weight: 400;
	line-height: 1em;
	display: inline-block;
}

.excellence h2 .right-text {
	display: inline-block;
	text-align: left;
}

.excellence h2 .right-text span {
	display: block;
	font-family: 'Oswald', arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1em;
}

.excellence h2 .right-text .top {
	color: #00549E; /* $primary */
	font-size: 1.688em;
}

.excellence h2 .right-text .bottom {
	color: #1FBDED; /* $lightblue */
	font-size: 4.25em;
}
/* End Excellence Section */

/* Expanding Contact Form */
.contact-form {
	width: 100%;
	max-width: 800px;
	height: 0px;
	position: relative;
	margin: 8em auto 11em;
	transition: all ease .8s;
	display: block;
	overflow: hidden;
}

.contact-form input, .contact-form select, .contact-form textarea {
	width: 49%;
	float: left;
	border: solid 2px #1FBDED; /* $lightblue */
	border-radius: 10px;
	outline: none;
	box-shadow: none;
	margin: 0 0 1.25em 0;
	height: 2.5em;
	display: inline-block;
	color: #00549E; /* $primary */
	padding-left: 0.938em;
	background-color: #EDF1F4;
	transition: all ease .5s;
	clear: left;
	font-size: 1em;
}

.contact-form select {
	float: right;
	clear: right;
}

.contact-form input.alt, .contact-form select.alt, .contact-form textarea.alt {
	float: right;
	clear: right;
}

.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
	border: solid 4px #FFF203; /* $second */
	background-color: #FFFFFF; /* $white */
}

.contact-form input.email {
	width: 49%;
	float: left;
}

.contact-form a.btn {
	width: 40%;
	display: block;
}

.show .contact-form, .estimate .contact-form {
	height: 25.625em;
	margin: 3em auto 11em;
	transition: all ease .8s;
	overflow: hidden;
	max-width: 1080px;
}

.fight-dirt {
	background-image: url(/images/form-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	text-align: center;
	overflow: hidden;
}

.fight-dirt.estimate {
	background-image: none;
}

body.Contact-Us .fight-dirt.estimate {
	border-bottom: solid 3px #00549E; /* $primary */
}

.fight-dirt .main {
	padding: 5em 0;
}

.fight-dirt h2 {
	color: #FEFEFE;
	font-family: 'Oswald', arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1em;
	margin: 0;
}

.fight-dirt.estimate h2 {
	color: #00549E; /* $primary */
}

.fight-dirt h2 span {
	color: #1FBDED; /* $lightblue */
}

.fight-dirt h2 span strong {
	color: #1FBDED; /* $lightblue */
	font-weight: 400;
}

.fight-dirt .contact-form-maids {
	position: absolute;
	left: 50%;
	bottom: -.5em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0;
}

.fight-dirt .contact-form-maids img {
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
}

.fight-dirt a.btn.contactbtn {
	position: absolute;
	z-index: 2;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.fight-dirt a.btn.contactbtn.hide, .fight-dirt.show a.btn.contactbtn.start {
	opacity: 0;
	z-index: -2;
}

.fight-dirt.show a.btn.contactbtn.hide, .fight-dirt a.btn.contactbtn.start {
	opacity: 1;
	z-index: 2;
}

id='MobilePhoneMumber' {
	display: none;
}
/* End Expanding Contact Form */

/* Sub Form */
.sub-form {
	width: 33%;
	float: right;
	padding: 3.125em 0 0 0;
}

.sub-form.variation {
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.sub-form h2 {
	text-transform: uppercase;
	color: #00549E; /* $primary */
	margin: .25em 0;
	font-size: 1.875em;
	text-align: center;
}

.sub-form h2 span {
	color: #1FBDED; /* $lightblue */
}

.sub-form h3 {
	font-size: 2.5rem;
	font-family: 'Oswald', arial, sans-serif;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

.sub-form.variation a {
	display: block;
	border-top: 2px solid #00549E;
	border-bottom: 2px solid #00549E;
	font-size: 2rem;
	font-family: 'Oswald', arial, sans-serif;
	text-align: center;
	padding: .2em 0;
	_background-color: #FFF203;
}

.sub-form input, .sub-form select {
	background-color: #EDF1F4;
	border: none;
	border-top: solid 2px #1FBDED;
	font-family: 'PT Sans', arial, sans-serif;
	color: #00549E;
	font-size: 1.125em;
	width: 100%;
	margin: 0 0 4px;
	padding: .35em 10px;
}

.sub-form textarea {
	height: 5.4em;
	background-color: #EDF1F4;
	border: none;
	border-top: solid 2px #1FBDED; /* $lightblue */
	width: 100%;
	resize: none;
	overflow: hidden;
	font-family: 'PT Sans', arial, sans-serif;
	font-size: 1.125em;
	color: #00549E; /* $primary */
	padding: .5em 10px;
}

.sub-form input.short {
	width: 49.5%;
}

.sub-form a.btn {
	display: block;
	margin: 5px 0 0 0;
}
/* End Sub Form */

/* Footer */
.footer-info {
}

.footer-info .upper {
	background-color: #FFFFFF; /* $white */
	padding: 2.313em 0 0 0;
}

.footer-info .upper .footer-social {
	float: right;
	width: 25%;
	background-color: #EDF1F4;
	padding: 1.5em 5.25% .5em 5.25%;
	position: relative;
}

.footer-info .upper .footer-social header {
	color: #00549E; /* $primary */
	font-family: 'Oswald', arial, sans-serif;
	font-size: 1.688em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 1em 0;
}

.footer-info .upper .footer-social .social {
	float: left;
	width: 5.875em;
	clear: left;
	text-align: center;
	height: 5.875em;
	margin: 0 0 1.25em 0;
}

.footer-info .upper .footer-social .social.alt {
	float: right;
	clear: right;
}

.footer-info .upper .footer-social .social a {
	display: block;
	background-color: #FFFFFF; /* $white */
	height: 100%;
	width: 100%;
	font-size: 2em;
	line-height: 3em;
	color: #388ad4;
	border: solid 3px transparent;
}

.footer-info .upper .footer-social .social a:hover {
	background-color: #00549E; /* $primary */
	color: #1FBDED !important; /* $lightblue */
	border-color: #FFF203; /* $second */
}

.footer-info .upper .footer-social .social.item2 a {
	color: #26A6D0;
}

.footer-info .upper .footer-social .social.item3 a {
	color: #ce4b4b;
}

.footer-info .upper .footer-social .social.item4 a {
	color: #b23030;
}

.footer-info .upper .footer-links {
	float: right;
	width: 50%;
	padding: 1em 1em 0 2em;
}

.footer-info .upper .footer-links ul {
	float: left;
	width: 100%;
}

.footer-info .upper .footer-links ul li {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.footer-info .upper .footer-links ul li a {
	color: #00549E; /* $primary */
	text-transform: uppercase;
	font-family: 'Oswald', arial, sans-serif;
	font-size: 1.125em;
	border-bottom: solid 2px #EDF1F4;
	display: block;
	padding: 1em 0;
}

.footer-info .upper .footer-links ul li a:hover {
	color: #1FBDED; /* $lightblue */
}

.footer-info .upper .schema {
	float: left;
	width: 25%;
	padding-bottom: 8em;
	color: #00549E; /* $primary */
	line-height: 1.5em;
}

.footer-info .upper .schema .footer-logo {
	display: block;
	margin: 0 0 1em 0;
}

.footer-info .upper .schema .map-link {
	background-color: #FFF203;
	color: #00549E; /* $primary */
	font-weight: bold;
	display: inline-block;
	margin: .5em 0 .5em 0;
	padding: .25em .5em;
}

.footer-info .upper .schema .map-link:hover {
	background-color: #1FBDED; /* $lightblue */
	color: #FFFFFF; /* $white */
}

.footer-info .upper .schema .map-link icon {
	margin: 0 .5em 0 0;
}

.footer-info .upper .schema .phone-link {
	margin: 1em 0 0 0;
	display: inline-block;
	background-color: #FFF203; /* $second */
}

.footer-info .upper .schema .phone-link .wrap {
	background-color: #00549E;
	display: inline-block;
	height: 100%;
	padding: .5em 1em;
	color: #FFFFFF; /* $white */
	font-weight: bold;
	font-size: 1em;
}

.footer-info .upper .schema .phone-link .wrap icon {
	margin: 0 .5em 0 0;
}

.footer-info .upper .schema .phone-link .number {
	color: #00549E; /* $primary */
	font-family: 'Oswald', arial, sans-serif;
	font-size: 1.375em;
	padding: .35em .75em 0;
	display: inline-block;
	float: right;
}

.footer-info .lower {
	background-color: #00549E; /* $primary */
	padding: 3em 0 5em 0;
}

.footer-info .lower .sdlogo {
	float: right;
}

.footer-info .lower .web-info {
	float: left;
	position: relative;
	width: 50%;
	color: #FFFFFF; /* $white */
	font-size: 1em;
	padding: 2em 0 0 0;
}

.footer-info .lower .web-info img {
	position: absolute;
	top: -10em;
	left: 0;
}

.footer-info .lower .web-info a {
	color: #FFF203; /* $second */
}
/* End Footer */

/* JumpMenu */
.jumpmenu {
	overflow: hidden;
	position: fixed;
	right: 30px;
	bottom: -380px;
	width: 180px;
	height: 450px;
	background-color: #00549e;
	text-align: center;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	transition: all ease .5s;
	z-index: 50;
}

.cms-edit-layout .jumpmenu {
	position: relative;
	left: 0;
	right: auto;
	top: 0;
}

.jumpmenu:hover {
	bottom: 0;
	-webkit-animation: none;
	animation: none;
}

.jumpmenu header {
	text-align: center;
	color: #FFFFFF; /* $white */
	margin: 0 auto;
	padding: 20px 5px 0 5px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: inset 0 66px 0 #1fbded;
	width: 100%;
}

.jumpmenu header icon {
	color: #00638f;
	font-size: 16px;
	display: block;
	height: 20px;
	width: 20px;
	position: relative;
	margin: 0px auto 0 auto;
	text-transform: uppercase;
	transition: all ease .5s;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.jumpmenu:hover icon {
	color: #95d600;
}

.jumpmenu .navigation {
	margin-top: 1em;
}

.navigation li {
	color: #fff;
	text-align: center;
	width: 20px;
	height: 20px;
	margin: 8px auto;
	padding: 0;
	transition: all ease .5s;
	display: block;
}

.jumpmenu .navigation li {
	margin: 0 auto 24px auto;
}

.navigation li span {
	overflow: hidden;
	color: #fff203;
	line-height: 1.8em;
	display: block;
	position: absolute;
	right: 15px;
	text-align: center;
	width: 80%;
	height: 20px;
	font-weight: 700;
	transition: all ease .5s;
	opacity: 0;
	font-size: 13px;
}

.jumpmenu .navigation li span {
	right: 10px;
	width: 160px;
	opacity: 1;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px rgba(255,255,255,.2);
}

.navigation li:hover span {
	cursor: pointer;
	background: #fff203;
	color: #00549e;
}
/* End JumpMenu */

.info-module .mom {
	background-color: #EDF1F4;
	background-image: url(/images/card1-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 2em 3em 3em;
}

.info-module .mom img {
	display: block;
	margin: 0 0 1em 0;
}

.info-module .mom div {
	text-align: left;
	font-size: 2.5em;
	border-top: solid 1px #FFFFFF; /* $white */
	font-weight: bold;
	color: #00549E; /* $primary */
	padding: .75em 0 0 0;
}

.info-module .mom div span {
	color: #1FBDED; /* $lightblue */
	margin-right: 1em;
}

.info-module .mom div .btn {
	font-size: 1.25rem;
}

.Site-Map .content ul li {
	line-height: normal;
	margin: 0;
}

/* Thank You */
.thank-you {
	background-color: #FFF203; /* $second */
	padding: 2em 5%;
	background-image: url(/images/back-shine.jpg);
	background-size: 100%;
	background-position: 0 60%;
}

.thank-you:after {
	clear: both;
	display: block;
	content: '';
}

.thank-you img {
	float: right;
	width: 40%;
}

.thank-you div {
	width: 55%;
	text-align: center;
}

.thank-you h3 {
	font-size: 2em;
}
/* End Thank You */

/* Blog System Styles */
.blog-sys {
	border-bottom: 2px solid #1FBDED; /* $lightblue */
	background-color: rgba(255,255,255,0.5); /* alpha($white,50%) */
	padding: 1em;
}

.sidemenu h2 {
	color: #00549E; /* $primary */
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	margin: .25em 0;
	font-size: 3.25em;
}

h2.blogname {
	margin-top: 0;
}

.sidemenu .list {
	margin-bottom: 3em;
}

.sidemenu .list li {
	margin: 0 0 3px 0;
}

.sidemenu .list li a {
	position: relative;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-family: 'Oswald', arial, sans-serif;
	background-color: #00549E;
	color: #FFFFFF;
	border-top: solid 2px #00549E;
	border-bottom: solid 2px #00549E;
	font-size: 1.4em;
	line-height: 1em;
	padding: .5em .25em;
}

.sidemenu .list li a:hover {
	background-color: #FFF203; /* $second */
	color: #00549E; /* $primary */
}

.sidemenu .list li .list {
	margin: 3px 0;
}

.blog h1 {
	line-height: 1.3em;
}
/* End Blog System Styles */

/* Testimonial Scroller */
.scroll-container {
	position: relative;
	overflow: hidden;
	border-top: solid 1px rgba(255,255,255,0.2);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

.scroll-container ul {
	display: table;
	width: 100%;
	transition: margin-left .5s;
}

.scroll-container .total1 li {
	width: 100%;
}

.scroll-container .total2 li {
	width: 100%;
}

.scroll-container .total3 li {
	width: 100%;
}

.scroll-container li {
	display: table-cell;
	padding: 2em 0 2em;
	vertical-align: top;
	position: relative;
}

.scroll-container li:before {
	content: '“';
	float: left;
	color: #3376B1;
	font-size: 10em;
	font-family: Georgia, serif;
	position: absolute;
	left: 0;
	margin: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.scroll-container li h4 {
	color: #FFFFFF; /* $white */
	font-weight: bold;
	font-size: 1.75em;
	margin: 0;
	padding: 0 0 0 4em;
}

.scroll-container img {
	padding-bottom: .75em;
	margin: 0 auto;
}

.scroll-container p {
	transition: color .5s;
}

.scroll-container a:hover p {
	color: #4592D8;
}

.scroll-container .scroll-nav {
	display: none;
}

.scroll-container li div {
	float: right;
	font-size: 1.25em;
}

.scroll-container li div span {
	color: #FFF203; /* $second */
}

.content-scroll.active .scroll-nav {
	display: block;
	position: absolute;
	width: 110%;
	top: 50%;
	left: -5%;
}

.content-scroll .scroll-nav .left-icon {
	float: left;
	color: #1FBDED;
}

.content-scroll .scroll-nav .right-icon {
	float: right;
	color: #1FBDED;
}

.content-scroll .scroll-nav span {
	font-size: 2.5em;
	display: block;
	line-height: 0;
	cursor: pointer;
}

.content-scroll .scroll-nav span:after {
	transition: .5s;
	display: block;
}

.content-scroll .scroll-nav span:hover:after {
	color: #4592D8;
}
/* End Testimonial Scroller */

/* Side Nav */
.side-nav {
}

.side-nav header {
	color: #1FBDED; /* $lightblue */
	text-transform: uppercase;
	font-family: 'Oswald', arial, sans-serif;
}

.side-nav header h2 {
	font-weight: 400;
	font-size: 3.25em;
	line-height: 1em;
	text-align: center;
	margin: 0;
}

.side-nav header.Locations-We-Serve h2 {
	font-size: 2.75em;
}

.side-nav ul {
	margin: 1em 0 2em;
}

.side-nav ul li {
	margin: 0 0 3px 0;
}

.side-nav ul li a {
	position: relative;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-family: 'Oswald', arial, sans-serif;
	background-color: #00549E; /* $primary */
	color: #FFFFFF; /* $white */
	border-top: solid 2px #00549E; /* $primary */
	border-bottom: solid 2px #00549E; /* $primary */
	font-size: 1.4em;
	line-height: 1em;
	padding: .5em .25em;
}

.side-nav ul li a:hover, .side-nav ul li.selected a {
	background-color: #FFF203;
	color: #00549E;
}
/* End Side Nav */

/* Subpage Banner Content */
.sbc {
	height: 21.75em;
	position: relative;
	background-color: #EDF1F4;
	border-bottom: solid 3px #dbdee2;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
}

.sbc img {
	position: absolute;
	width: 100%;
	height: 100% !important;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(/images/banners/SubSlides.jpg);
}

.sbc .main {
	height: 100%;
	padding: 0.5em 2%;
}

.sbc-text {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sbc-text h2 {
	font-size: 4em;
	text-transform: uppercase;
	color: #FFFFFF; /* $white */
	text-shadow: 0 0 20px black;
	background-color: rgba(0,84,158,0.76); /* alpha($primary,76%) */
	padding: 0 .5em;
}

.sbc-text h2:before {
	content: '';
	width: 150%;
	height: 300%;
	display: block;
	position: absolute;
	top: 0;
}
/* End Subpage Banner Content */

/* Mobile Menu */
html.boxsizing body {
	overflow-x: hidden;
}

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: #00549E; /* $primary */
	text-align: left;
	top: 100%!important;
	z-index: 99;
}

#Masthead>div>div.imenupanel {
	position: fixed;
	z-index: 99;
}

div.imenupanel div.imenu {
	width: 100% !important;
}

div.imenuitem {
	color: #fff;
	font-size: 15px;
	border-bottom: solid 1px #1FBDED; /* $lightblue */
	overflow: hidden;
}

div.imenuitem.iright:before {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	float: right;
	font-size: 20px;
	color: #fff;
	padding-left: 5%;
	z-index: 10;
	line-height: 39px;
}

div.imenuitem a {
	color: #fff;
	display: block;
	padding: 12px 15px;
	text-align: left;
}

div.imenu {
	position: absolute;
	top: 0px !important;
	width: 100% !important;
}

.masthead .top-nav ul li > a.mob-call {
	display: none;
}
/* End Mobile Menu */

/* 2560px Responsive (iMac 27') */
@media (max-device-width: 2560px) and (min-device-width: 1921px) {
	.masthead .top-number span {
		padding: 0.2em 0 0 0;
	}

	.masthead.fixed .top-number span {
		padding: 0;
	}

	_.home-content .upper header h2 {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.home-content .upper header h2 .left-text {
		-webkit-flex: 0 1 40%;
		-ms-flex: 0 1 40%;
		flex: 0 1 40%;
	}

	.home-content .upper header h2 .tilt {
		-webkit-flex: 0 1 18%;
		-ms-flex: 0 1 18%;
		flex: 0 1 18%;
	}

	.home-content .upper header h2 .right-text {
		-webkit-flex: 0 1 40%;
		-ms-flex: 0 1 40%;
		flex: 0 1 40%;
	}

	_.home-content .upper header h2 span.top {
		font-size: 1.488em;
	}

	.home-content .upper header h2 span.bottom {
		font-size: 3.25em;
	}

	.values-animation {
		height: 30.625em;
	}

	_.values-animation .car-maids a.btn {
		-webkit-transform: translate(-50%, 5%);
		-ms-transform: translate(-50%, 5%);
		transform: translate(-50%, 5%);
	}

	.values-animation .car:before, .values-animation .car2:before {
		width: 3vw;
		height: 3vw;
		top: 4vw;
		left: 2vw;
	}

	.values-animation .car:after, .values-animation .car2:after {
		width: 3vw;
		height: 3vw;
		left: 13.4vw;
		top: 4.1vw;
	}

	.value-statements {
		max-width: 1140px;
	}
}
/* End 2560px Responsive (iMac 27') */

/* 1440px Responsive */
@media (max-width:1440px) {
	body {
		font-size: 1vw;
	}

	.home-content .upper {
		padding: 2em 2%;
	}

	.home-content .lower.table {
		width: 96%;
		margin: 1em auto;
	}

	.cta-list li figure > img {
		max-height: 20.625em;
	}

	.cta-list li figure figcaption {
		max-height: 20.625em;
	}

	.coupon, .coupon img {
		height: 20.625em;
	}

	.services-list ul li a span.yellow img {
		width: 50%;
	}

	.info-module .mom div {
		font-size: 2.25em;
	}

	.info-module .mom div .btn {
		font-size: .5em;
		display: block;
	}

	.fight-dirt .contact-form-maids {
		width: 40%;
	}

	.footer-info .upper {
		padding: 2.313em 2% 0 2%;
	}

	.footer-info .lower {
		padding: 3em 2% 3em 2%;
	}

	.sub .house .slide .list li {
		line-height: 1.5em;
	}
}
/* End 1440px Responsive */

/* 1200px Responsive */
@media (max-width:1200px) {
	.info-module .mom img {
		width: 40%;
	}

	.masthead .top-number span {
		padding: 1.5em 0 0 0;
	}

	.masthead.fixed .top-number span {
		padding: 1em 0 0 0;
	}

	.footer-info .lower .web-info img {
		width: 50%;
	}

	.CallOut ul li:before {
		left: -5%;
	}

	.masthead .top-nav {
		margin-left: 4%;
	}

	.masthead .top-nav ul {
		width: 95%;
	}

	.blog-sys .content {
		font-size: 1.5vw;
	}
}
/* End 1200px Responsive */

/* 1000px Responsive */
@media (max-width:1000px) {
	body {
		font-size: 1.25vw;
	}

	#TopZone {
		height: 155px;
	}

	.masthead {
		font-size: 1.25vw;
		box-shadow: none;
	}

	.masthead .top-nav {
		width: 100%;
		left: 0;
		top: 100%;
		bottom: auto;
		background-color: #EDF1F4;
		box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
		margin-left: 4%;
		margin: 0;
	}

	.masthead .top-number {
		width: 30%;
	}

	.masthead .top-nav ul li > a {
		height: 50px;
		line-height: 50px;
	}

	.cta-list li svg, .cta-list li .cta-img {
		width: 8.625em;
		height: 8.625em;
	}

	.cta-list li .cta-img img {
		width: 80%;
	}

	.home-content .upper header h2 {
		font-size: .9em;
	}

	.values-animation {
		font-size: 1.5vw;
	}

	.value-statements {
		-webkit-transform: translate3d(-50%,-50%,0);
		-ms-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}

	.value-statements li {
		height: 20vw;
	}

	.values-animation .car {
		display: none;
	}

	.values-animation.show .car {
		display: none;
		-webkit-animation: none;
		animation: none;
	}

	.values-animation.show .car2 {
		display: none;
		-webkit-animation: none;
		animation: none;
		margin-left: 0;
		opacity: 1;
	}

	.values-animation.show .car2:before {
		display: none;
	}

	.values-animation.show .car2:after {
		display: none;
	}

	.values-animation.show .values-foreground-1 {
		-webkit-animation: none;
		animation: none;
	}

	.values-animation.show .values-background-2 {
		-webkit-animation: none;
		animation: none;
	}

	.values-background-1 {
		background-size: 100%;
	}

	.values-background-2 {
		background-size: 100%;
	}

	.values-foreground-1 {
		background-size: 100%;
	}

	.values-animation.show .car-maids {
		width: 40%;
		-webkit-animation: none;
		animation: none;
		margin-left: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.footer-info .upper .footer-social {
		float: none;
		width: auto;
		text-align: center;
	}

	.footer-info .upper .footer-social:after {
		clear: both;
		content: '';
		display: block;
	}

	.footer-info .upper .footer-social .social {
		margin: 0 1% 1.25em;
		display: inline-block;
		float: none;
		clear: none;
	}

	.footer-info .upper .footer-social .social.alt {
		float: none;
		clear: none;
	}

	.footer-info .lower .web-info img {
		top: -19em;
		right: 0;
		left: auto;
	}

	.house {
		height: 44vw;
	}

	.house .house-nav a span em {
		display: none;
	}

	.house .slide .list-wrap h2 {
		margin-right: 0;
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media (max-width:800px) {
	body {
		font-size: 1.75vw;
	}

	.masthead {
		font-size: 1.75vw;
	}

	.masthead .top-number {
		width: 40%;
	}

	.masthead .top-number span {
		padding: 1em 0 0 0;
	}

	.masthead.fixed .top-number span {
		padding: .5em 0 0 0;
	}

	.masthead .top-nav ul {
		text-align: center;
	}

	.masthead .top-nav ul li {
		padding: 0 1.3%;
		width: auto;
		display: inline-block;
		float: none;
	}

	.cta-list {
		width: 100%;
	}

	.cta-list:after {
		content: '';
		display: block;
		clear: both;
	}

	.coupon {
		max-width: 40em;
		width: 100%;
		float: none;
		clear: both;
		margin: 2em auto 0;
	}

	.coupons-list .coupon .right .add-info span {
		line-height: 1.3em !important;
	}

	.home-content .upper .left {
		width: 100%;
		float: none;
		line-height: 1em;
	}

	.home-content .upper .right {
		width: 92%;
	}

	.home-content .lower.table {
		display: block;
	}

	.home-content .lower.table > ul {
		display: block;
	}

	.fight-dirt .contact-form-maids {
		width: 70%;
	}

	.footer-info .upper .schema {
		width: 50%;
	}

	.footer-info .upper .footer-links ul li {
		width: 100%;
		float: none;
		margin: 0 0 0 0;
	}

	.home-content .lower.table > ul > li {
		display: block;
		width: 100%;
	}

	.services-section.show > img {
		display: none;
	}

	.services-section header {
		float: none;
		width: 100%;
		text-align: center;
	}

	.services-list {
		float: none;
		width: 90%;
		margin: 4em auto 0;
	}

	.home-map {
		display: none;
	}

	.home-map .map {
		position: absolute;
		width: 100%;
	}

	.home-map .map .tab {
		display: block;
	}

	.home-map .map-locations {
		height: 56.25em;
		width: 100%;
		padding-top: 8em;
	}

	#InfoModule {
		display: block;
	}

	#InfoModule > * {
		display: block;
	}

	.testimonials header {
		font-size: 1.7vw;
	}

	.sub .testimonials header {
		font-size: 1.6vw;
	}

	.testimonials:after {
		clear: both;
		content: '';
		display: block;
	}

	.info-module .mom div {
		font-size: 2.5em;
	}

	.house-wrap header h2 {
		font-size: .65em;
	}

	#InfoModule > * > * {
		display: block;
		width: 100%;
	}

	#JumpMenu {
		display: none;
	}

	#HouseWrap, .house-wrap.sub {
		display: none;
	}

	.sub-form {
		display: none;
	}

	.main-wrap #MainZone {
		width: 100%;
		float: none;
		padding: 0 2%;
	}

	.main-wrap #SideZone {
		float: none;
		width: 100%;
	}

	.side-nav {
		width: 100%;
		float: left;
		margin: 0;
	}

	.side-nav header {
		padding: 2.25em 0 1em;
	}

	.sub-map {
		float: none;
		width: 50%;
		margin: 0 auto;
		text-align: center;
	}

	#SubValues {
		height: auto;
	}

	.sub-values .value-statements li {
		width: 50%;
		height: 19vw;
		margin: 0 0 2em;
	}

	.footer-info .lower .web-info img {
		right: auto;
		left: 0;
		top: -10em;
	}

	.values-animation header {
		top: 0;
	}

	.value-statements {
		top: 39%;
	}

	.blog-sys .content {
		font-size: 2vw;
	}
}
/* End 800px Responsive */

/* 600px Responsive */
@media (max-width:600px) {
	body {
		font-size: 2.5vw;
	}

	.footer-info .upper .footer-social .social {
		width: 3.5em;
		height: 3.5em;
	}

	.footer-info .upper .footer-social .social a {
		display: block;
		background-color: #FFFFFF; /* $white */
		height: 100%;
		width: 100%;
		font-size: 1em;
		line-height: 2em;
		color: #388ad4;
		border: solid 3px transparent;
		padding-top: 25%;
	}

	.footer-info .upper .footer-social .social a:hover {
		background-color: #00549E; /* $primary */
		color: #1FBDED !important; /* $lightblue */
		border-color: #FFF203; /* $second */
	}

	.home-content, .content {
		font-size: 16px;
	}

	.content h1 {
		font-size: 2.5em;
		line-height: 1.25em;
		display: block;
	}

	.content h2 {
	}

	#TopZone {
		height: auto;
	}

	.masthead {
		position: relative;
		height: auto;
		padding: 0;
	}

	.masthead.fixed {
		height: auto;
	}

	.masthead .logo {
		float: none;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		transition: none;
		margin: 0 auto;
		-webkit-transform-origin: none;
		-ms-transform-origin: none;
		transform-origin: none;
	}

	.masthead .top-number {
		display: none;
	}

	.masthead .top-nav {
		position: relative;
		top: auto;
		margin: 2em 0 0 0;
	}

	.masthead .top-nav:after {
		clear: both;
		content: '';
		display: block;
	}

	.masthead .desktop-nav {
		display: none;
	}

	.masthead .mobile-nav {
		display: block;
	}

	.masthead .top-nav ul li {
		width: 25%;
		position: static;
		display: block;
		float: left;
		padding: 0;
	}

	.masthead .top-nav ul li > a {
		font-size: 3em;
		display: block;
	}

	.values-background-1 {
		-webkit-animation: none;
		animation: none;
	}

	.values-animation {
		font-size: 2.5vw;
		height: auto;
	}

	.values-animation header {
		position: relative;
		top: 0;
		width: 100%;
		display: block;
		text-align: center;
	}

	.values-animation header h2 span.right-text {
		text-align: left;
	}

	.value-statements {
		display: block;
		position: relative;
		top: auto;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 2em 0 0 0;
	}

	.value-statements:after {
		clear: both;
		content: '';
		display: block;
	}

	.value-statements li {
		width: 50%;
		margin: 0 0 1em;
		display: block;
	}

	.values-animation.show .car-maids {
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: auto;
		left: auto;
		margin: 0 auto 2em;
		position: relative;
		text-align: center;
	}

	.values-foreground-1, .values-background-1, .values-background-2 {
		background-size: cover;
		width: 100%;
	}

	.fight-dirt .contact-form-maids {
		width: 100%;
	}

	.masthead .top-nav ul li > a span {
		display: none;
	}

	.cta-list li figure > img {
		height: 18em;
	}

	.cta-list li .cta-img {
		font-size: 1.5em;
		top: 0;
	}

	.cta-list li figure figcaption p {
		margin-top: 10px;
		line-height: 1.5em;
		font-size: 1.4em;
	}

	.home-content {
		padding-top: 1em;
	}

	.home-content .upper header h2 {
		font-size: 2.5vw;
	}

	.services-list ul li, .services-list ul li.alt {
		width: 100%;
		float: none;
	}

	.services-list ul li a span.yellow {
		width: 100%;
		border-radius: 0;
	}

	.services-list a.btn {
		display: none;
	}

	.testimonials header {
		font-size: 3vw;
	}

	.sub .testimonials header {
		font-size: 3vw;
	}

	.sub .testimonials h2 {
		padding: 0;
		border-right: none;
	}

	.testimonials header h2, .testimonials header h3 {
		float: none;
		width: 100%;
	}

	.scroll-container li:before {
		-webkit-transform: translateY(10%);
		-ms-transform: translateY(10%);
		transform: translateY(10%);
		top: 0;
	}

	.info-module .mom div {
		text-align: center;
	}

	.info-module .mom div span {
		margin-right: 0;
	}

	.info-module .mom img {
		margin: 0 auto 1em;
	}

	.cta-list li {
		width: 100%;
		float: none;
	}

	.cta-list li svg {
		font-size: 1.5em;
		top: 35%;
	}

	.cta-list li .cta-img img {
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
		-webkit-transform: scale(.5,.5);
		-ms-transform: scale(.5,.5);
		transform: scale(.5,.5);
	}

	.side-nav,.sub-map {
		width: 100%;
		float: none;
	}

	.side-nav header {
		top: 10%;
	}

	.sub-map header {
		text-align: center;
	}

	.sub-map img {
		max-width: 320px;
		margin: 0 auto;
		display: block;
	}

	.sbc-text {
		text-align: center;
		width: 100%;
	}

	.CallOut {
		background-image: none;
		padding: 1em;
	}

	.CallOut ul {
		margin: 0 0 1em 0;
		padding: 0;
	}

	.CallOut ul li {
		width: 100%;
		float: none;
		padding: 1em 0 1em 2em;
	}

	.CallOut ul li:before {
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
		-webkit-transform: translateY(-50%) scale(.5,.5);
		-ms-transform: translateY(-50%) scale(.5,.5);
		transform: translateY(-50%) scale(.5,.5);
		left: 0;
	}

	.content-scroll.active .scroll-nav {
		width: 125%;
		left: -12.5%;
		top: 60%;
	}

	.fight-dirt h2 {
		width: 90%;
		margin: 0px auto;
	}

	.fight-dirt.estimate .main {
		padding: 1em 0;
	}

	.fight-dirt.estimate h2 span {
		color: #00549E; /* $primary */
	}

	.value-statements li span {
		top: auto;
		-webkit-transform: translate3d(0,-20%,0);
		-ms-transform: translate3d(0,-20%,0);
		transform: translate3d(0,-20%,0);
	}

	.footer-info .upper .footer-links ul li {
		text-align: center;
		line-height: 0.7em;
		font-size: 0.8em;
	}

	.landing-contact .wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.mobile-number {
		display: block;
		position: relative;
		text-align: center;
		margin: 0 auto;
		font-size: 3em;
		font-family: 'Oswald', arial, sans-serif;
		padding: 0;
	}

	.coupon {
		margin: 0 auto;
	}

	.landing-contact .wrap div {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}

	.landing-contact .wrap div a:not(.btn) {
		color: #FFFFFF !important;
	}

	.blue-form .two .input-wrap, .blue-form .three .input-wrap {
		width: 100% !important;
		float: none !important;
	}

	.blue-form .three .input-wrap.alt {
		margin: 0 0 2em !important;
	}

	.cta-list {
		float: none !important;
		width: 100% !important;
		position: relative;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.cta-list li {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

@media (max-width:500px) {
	body {
	}

	.footer-info {
		font-size: 2em;
	}

	.footer-info .upper .footer-links {
		float: none;
		width: 100%;
		padding: 1em 1em 0 1em;
	}

	.footer-info .upper .schema {
		width: 100%;
		text-align: center;
		margin-top: 2em;
	}

	.footer-info .lower .web-info {
		width: 90%;
		float: none;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		font-size: .8em;
	}

	.footer-info .lower .web-info img {
		width: 100%;
	}

	.footer-info .lower .sdlogo {
		margin: 2em 0 0;
		float: none;
		text-align: center;
		display: block;
	}

	.home-content .upper .left {
		padding: 0;
	}

	iframe[name='google_conversion_frame'] {
		display: none;
	}

	.sub-form {
		width: 100%;
		margin-bottom: 2em;
	}

	.fight-dirt .contact-form-maids img {
		-webkit-transform: translateY(43%);
		-ms-transform: translateY(43%);
		transform: translateY(43%);
	}

	.contact-form input, .contact-form select, .contact-form textarea {
		width: 100%;
		float: none;
	}

	.contact-form input.email {
		width: 100%;
		float: none;
	}

	.show .contact-form, .estimate .contact-form {
		height: 47em;
	}
}
/* End 600px Responsive */

/* 400px Responsive */
@media (max-width: 400px) {
	.blog-sys .content {
		font-size: 4.5vw;
	}

	.sub .cta-list {
		width: 100%;
	}

	.contact-form input, .contact-form select, .contact-form textarea {
		width: 95%;
		display: block;
		margin: .5em auto;
		float: none;
	}

	.contact-form input.alt, .contact-form select.alt, .contact-form textarea.alt {
		float: none;
	}

	.contact-form input.email {
		width: 95%;
	}

	.contact-form a.btn {
		width: 95%;
	}

	.show .contact-form, .estimate .contact-form {
		margin: 0 auto 14em;
		height: 100%;
	}

	.Contact-Us .show .contact-form, .estimate .contact-form {
		margin: 0 auto 25em;
	}
}
/* End 400px Responsive */

.masthead .top-nav ul li > a > icon {
	position: relative;
}

.masthead .top-nav ul li > a > icon:before {
	position: absolute;
}
