/* General Site Styles */
html {
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif; /* @mainfont */
	line-height: 1.6em;
	transition: padding-top .2s ease 0s;
	color: #31251C; /* $dark */
	position: relative;
	font-weight: 400;
	overflow-x: hidden;
}

main section, .wide-zone section {
	padding: 4em 0;
	position: relative;
}

.main {
	max-width: 1536px;
	width: auto;
	margin: 0 auto;
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
}

.flex {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex.reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.no-flexbox .flex {
	display: table;
	width: 100%;
}

.no-flexbox .flex > * {
	display: table-cell;
}

.half {
	width: 48%;
}

.hide {
	display: none;
}

ul, ol {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

icon.next:before {
	content: '\e0ea' !important;
}

icon:not(:empty):before {
	display: none;
}

body > iframe {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

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

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

video {
	max-width: 100%;
	display: block;
}

sup {
	font-size: .5em;
}

.touch select {
	-webkit-appearance: none;
	appearance: none;
}

main, nav, aside, article, section, header, footer, video, form, figure, blockquote, fieldset {
	display: block;
}

body.cms-layout .cms-zone ul.zone-tab li {
	position: relative !important;
	opacity: 1 !important;
	float: none !important;
	overflow: visible !important;
}

body.cms-layout .cms-zone ul.zone-tab {
	overflow: visible !important;
	-webkit-column-gap: 0 !important;
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
	-webkit-column-count: auto !important;
	-moz-column-count: auto !important;
	column-count: auto !important;
}

div.ui-dialog div.jl-items {
	overflow: auto;
}

div.zone-editable {
	min-width: 150px;
}

body.cms-layout .cms-zone>[icobalt] {
	min-height: 20px;
}

.top-nav .ui-scroll {
	overflow: visible !important;
}

.sidebox {
	padding: 3.5em 2%;
}

.wide .content {
	margin: 3.5em 0;
}

.sidebox #MainZone {
	width: 70%;
	float: right;
	padding-left: 5%;
}

.landing .sidebox #MainZone {
	width: 60%;
	padding-left: 0;
	padding-right: 5%;
	float: left;
}

.sidebox .side-zone {
	width: 30%;
	float: left;
}

.landing .sidebox .side-zone {
	width: 40%;
	float: right;
}

input, textarea, select {
	margin: 0;
	padding: 0.75em;
	border: none;
	font-size: 0.925em;
	border-radius: 0;
	background-image: none;
	font-family: 'Raleway', sans-serif; /* @mainfont */
	resize: none;
	outline: none;
	font-weight: 400;
	font: inherit;
}
/* End General Site Styles */

/* Title & Header Styles */
h1, h2, h3, h4, h5, section header > strong, section header > a > strong {
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	line-height: 1.2;
	margin: 0;
	font-style: normal;
}

.dark h1, .dark .content-style h2.look-like-h1, section.dark header > *:first-child:not(a), section.dark header > a > *:first-child {
	color: #FFFFFF; /* $white */
}

section header > strong, section header > a > strong {
	display: block;
}

h1, .content-style h2.look-like-h1, section header > *:first-child:not(a), section header > a > *:first-child {
	font-weight: 300;
	font-size: 2.389em;
	color: #0845A2; /* $primary */
}

h1 strong, .content-style h2.look-like-h1 strong, section header > *:first-child:not(a) strong, section header > a > *:first-child strong {
	display: block;
	font-size: 1.75em;
	text-transform: uppercase;
	line-height: 1;
}

.content-style h1, .content-style h2.look-like-h1 {
	margin-bottom: .1em;
}

.content-style h2.look-like-h1 {
	margin-top: 0;
}

.content-style h2, .content-style h3, .content-style h4 {
	margin: 1em 0 .3em;
}

h2, h3, section header > *:nth-child(2):not(p), section header > a > *:nth-child(2):not(p) {
	font-size: 1.667em;
	color: #31251C; /* $dark */
	font-weight: 600;
	font-style: italic;
}

.dark h2,.dark h3, section.dark  header > *:nth-child(2):not(p), section.dark  header > a > *:nth-child(2):not(p), h2.white, h3.white {
	color: #FFFFFF;
}

h4 {
	font-size: 1.333em;
	font-weight: 600;
	color: #31251C; /* $dark */
}

.dark h4, h4.white {
	color: #FFFFFF;
}

main section header {
	padding-bottom: 2em;
	text-align: center;
}

section header > *:nth-child(2):not(p), section header > a > *:nth-child(2):not(p) {
	margin-top: .3em;
}

main section header p {
	margin-top: .4em;
}

main section header > *:last-child {
	margin-bottom: 0;
}

.content-style h1 + p, .content-style h2 + p, .content-style h3 + p, .content-style h4 + p {
	margin-top: .3em;
}
/* End Title & Header Styles */

/* Link & Btn Styles */
a {
	color: #E03636; /* $secondary */
	text-decoration: none;
	transition: color .4s ease 0s;
}

a:hover {
	color: #31251C; /* $dark */
}

a[href^=tel] {
	cursor: default;
}

button {
	border: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.btn {
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	font-size: 1em;
	display: inline-block;
	outline: none;
	border-radius: 5em;
	line-height: 1.4;
	padding: 0.5em 2em;
	cursor: pointer;
	text-align: center;
	font-weight: 500;
	letter-spacing: .2em;
}

.btn.v1 {
	background-color: #E03636; /* $secondary */
	color: #FFFFFF; /* $white */
	transition: background-color .4s ease 0s, color .4s ease 0s, border .4s ease 0s;
}

.btn.v1:not(.no-hover):hover, a:hover .btn.v1:not(.no-hover) {
	background-color: #0845A2; /* $primary */
	color: #FFFFFF; /* $white */
}

.btn.v2 {
	color: #FFFFFF; /* $white */
	background-color: #E03636; /* $secondary */
	transition: background-color .4s ease 0s, color .4s ease 0s, border .4s ease 0s;
}

.btn.v2:not(.no-hover):hover, a:hover .btn.v2:not(.no-hover) {
	background-color: #FFFFFF; /* $white */
	color: #31251C; /* $dark */
}

.btn.v3 {
	color: #FFFFFF; /* $white */
	background-color: transparent;
	border: solid 5px #FFFFFF; /* $white */
	transition: background-color .4s ease 0s, color .4s ease 0s, border .4s ease 0s;
}

.btn.v3:not(.no-hover):hover, a:hover .btn.v3:not(.no-hover) {
	background-color: #FFFFFF; /* $white */
	color: #0845A2; /* $primary */
}
/* End Link & Btn Styles */

/* General Content Styles */
.content-style {
	color: #37393C;
}

.dark .content-style {
	color: #FFFFFF; /* $white */
}

.content-style ul {
	margin: .7em auto;
}

.content-style li ul {
	margin-top: 0;
}

.content-style ul li {
	position: relative;
	padding: .1em 0 .1em 2em;
}

.content-style ul li:before {
	content: '\e0fd';
	font-family: 'icomoon-ult';
	font-size: .5em;
	position: absolute;
	left: 0;
	color: #FFFFFF;
	line-height: 2;
	background-color: #0845A2; /* $primary */
	border-radius: 100%;
	width: 2em;
	height: 2em;
	display: block;
	text-align: center;
	top: 1em;
}

.content-style img.float-right {
	display: block;
	float: right;
	max-width: 45%;
	height: auto !important;
	margin: 0 0 1em 1em;
}

.content-style img.float-left {
	display: block;
	float: left;
	max-width: 45%;
	height: auto !important;
	margin: 0 1em 1em 0;
}

.content-style img.no-float {
	display: block;
	max-width: 90%;
	height: auto !important;
	margin: 1em auto;
}
/* End General Content Styles */

/* Main - Simple CTA */
.simple-cta {
	padding: 3em 0;
	position: relative;
	background-image: url(../images/wide-cta-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-flexbox .simple-cta {
	text-align: center;
}

.simple-cta:before {
	display: block;
	content: '';
	position: absolute;
	left: 11%;
	bottom: 0;
	background-image: url(../images/wide-cta-repairman.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 150%;
	width: 12.889em;
	background-position: center bottom;
}

.simple-cta .flex {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.simple-cta .left {
	text-align: center;
	padding-left: 17%;
	position: relative;
}

.no-flexbox .simple-cta .left {
	float: none;
}

.simple-cta .left h2 {
	font-size: 3.3em;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 300;
}

.simple-cta .left .phone {
	letter-spacing: .165em;
	font-size: 2.222em;
	color: #FFFFFF; /* $white */
}

.simple-cta .split {
	position: relative;
	padding: 0 2em;
	line-height: 1;
}

.no-flexbox .simple-cta .split {
	display: none;
}

.simple-cta .split:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	height: 7em;
	top: 50%;
	margin-top: -3.5em;
	width: 1px;
	background-color: rgba(255,255,255,0.2);
}

.simple-cta .split em {
	color: #FFFFFF;
	display: block;
	padding: .35em 0 .5em;
	position: relative;
	font-size: 1.389em;
	font-style: normal;
}

.simple-cta .btn {
	padding-left: 4em;
	padding-right: 4em;
}
/* End Main - Simple CTA */

/* IE Fallbacks */
.no-flexbox .flex {
	display: table;
	width: 100%;
}

.no-flexbox .flex > * {
	display: table-cell;
}
/* End IE Fallbacks */

/* Scrolling Lists */
.container {
	position: relative;
	overflow: hidden;
}

.container ul {
	transition: transform 0.5s ease;
	width: 100%;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.no-flexbox .container ul {
	display: table;
}

.container li {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.no-flexbox .container li {
	display: table-cell;
}
/* End Scrolling Lists */

/* Responsive - 1536px */
@media screen and (max-width: 1536px) {
	html {
		font-size: 1.2vw;
	}

	.simple-cta:before {
		left: 0;
	}
}
/* End Responsive - 1536px */

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
	html {
		font-size: 1.6vw;
	}

	.main {
		padding-left: 1.25%;
		padding-right: 1.25%;
	}

	.sidebox #SideZone {
		width: 35%;
	}

	.sidebox #MainZone {
		width: 65%;
	}
}
/* End Responsive - 1120px */

/* Responsive - 875px */
@media screen and (max-width: 875px) {
	html {
		font-size: 2.05vw;
	}

	.sidebox #SideZone, .sidebox #MainZone, .landing .sidebox #SideZone, .landing .sidebox #MainZone {
		width: 100%;
		float: none;
		padding: 0;
	}

	.simple-cta:before {
		width: 8.8em;
	}

	.simple-cta .left h2 {
		font-size: 2em;
	}

	.simple-cta .left .phone {
		font-size: 1.5em;
	}

	.sidebox #SideZone {
		margin-top: 2.5em;
	}
}
/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */
@media screen and (max-width: 800px) {
}
/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */
@media screen and (max-width: 683px) {
	html {
		font-size: 2.635vw;
	}

	.simple-cta .flex {
		display: block;
		text-align: center;
	}

	.simple-cta .flex .left {
		float: none;
	}

	.simple-cta .split {
		display: none;
	}

	.simple-cta .btn {
		display: block;
		margin: 1em auto 0 11em;
		width: 60%;
	}
}
/* End Responsive - 683px */

/* Responsive - 532px */
@media screen and (max-width: 532px) {
	html {
		font-size: 3.383vw;
	}

	.main {
		padding-left: 2.25%;
		padding-right: 2.25%;
	}

	.simple-cta:before {
		display: none;
	}

	.simple-cta .left {
		padding-left: 0;
	}

	.simple-cta .btn {
		margin: 2em auto 0;
		width: auto;
		display: table;
		padding: .9em 2em;
	}
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
	html {
		font-size: 4.347vw;
	}

	.simple-cta .left h2 {
		font-size: 3em;
	}

	.simple-cta .left .phone {
		font-size: 1.7em;
	}

	main section, .wide-zone section {
		padding: 0em 0;
	}
}
/* End Responsive - 414px */

/* Responsive - 323px */
@media screen and (max-width: 323px) {
}
/* End Responsive - 323px */
