/* Color Tokens */

.primary {
	color: #FF0009; /* $primary */
}

.secondary {
	color: #D7D7D7; /* $secondary */
}

.tertiary {
	color: #FFF212; /* $tertiary */
}

.light {
	color: #FEFEFE; /* $light */
}

.dark {
	color: #201E1E; /* $dark */
}

/* End Color Tokens */

/* General Site Styles */

html {
	-webkit-text-size-adjust: 100%;
	font-size: 18px;
	overflow-x: hidden;
}

body {
	background: #FEFEFE; /* $light */
	margin: 0px;
	font-family: 'Muli', sans-serif;
	color: #201E1E; /* $dark */
	line-height: 1.6;
	overflow: hidden;
}

main {
	transition: padding-top .15s ease 0s;
}

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

main section {
	padding: 4.222em 0;
}

.full {
	position: relative;
	font-size: .9375vw;
}

html.no-canvas .full {
	width: 1800px;
}

.main {
	max-width: 1380px;
	width: auto;
	margin: 0 auto;
	position: relative;
	padding-left: 3%;
	padding-right: 3%;
}

.main.wider {
	max-width: 1480px;
}

.main.thin {
	max-width: 1080px;
}

.video-center-page .main.thin {
	display: none;
}

html.no-canvas .main {
	width: 1280px;
}

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

.site-map-page .site-map-list ul {
	list-style: disc;
	margin: 1em 0;
	padding-left: 2.5em;
}

.site-map-page .site-map-list li > ul {
	margin: 0;
}

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

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;
	column-count: auto !important;
	column-gap: 0 !important;
}

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

div#Signup-Div-side {
	text-align: center;
}

.sidepanelbtn {
	width: 100%;
	text-transform: uppercase;
}

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

sup {
	font-size: .5em;
}

main, nav, aside, article, section, header, footer, video {
	display: block;
}

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

/* End General Site Styles */

/* Title/H Styles */

h1, h2, h3, h4 {
	margin: 0;
	line-height: 1.2;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
}

h1, h2, .content-style h2.look-like-h1 {
	font-size: 1.6667rem;
	color: #201E1E; /* $dark */
}

.content-style h1 {
	color: #FF0009; /* $primary */
	text-transform: uppercase;
	font-size: 1.889em;
	font-weight: 300;
}

.content-style h2, .content-style h3, .content-style h4 {
	margin: 1rem 0 .2rem;
	text-transform: uppercase;
}

.content-style h2.look-like-h1 {
	margin-top: 0;
	font-size: 1.889em;
}

section header h1 + h2, .content-style h2, h3 {
	font-size: 1.444em;
	color: #818181; /* darken($secondary,40%) */
	line-height: 1.4;
}

h4 {
	font-size: 1.25rem;
	color: #FF0009; /* $primary */
}

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

section header h2 + h3, section header h1 + h2 {
	margin-top: 1.25rem;
	line-height: 1.2;
}

section header p {
	margin-top: 1rem;
}

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

/* End Title/H Styles */

/* Link & Button Styles */

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

a:hover {
	text-decoration: none;
	color: #201E1E; /* $dark */
	outline: none;
}

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

.btn {
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	padding: .65em 1em;
	font-size: 1em;
	line-height: 1.2;
	overflow: hidden;
	font-family: 'Muli';
}

.btn:focus {
	border: none;
}

.btn.v1 {
	background-color: #FF0009; /* $primary */
	color: #FEFEFE; /* $light */
	z-index: 1;
	transition: background-color .5s ease 0s;
}

.btn.v1:hover, a:hover .btn.v1 {
	background-color: #201E1E; /* $dark */
}

.btn.v2 {
	background-color: #FFF212; /* $tertiary */
	color: #201E1E; /* $dark */
	transition: background-color .5s ease 0s, color .5s ease 0s;
}

.btn.v2:hover, a:hover .btn.v2 {
	background-color: #201E1E; /* $dark */
	color: #FF0009; /* $primary */
}

.btn.light {
	background-color: #FF0009; /* $primary */
	transition: background-color .5s ease 0s, color .5s ease 0s;
}

.btn.light:hover {
	background-color: #FEFEFE; /* $light */
	color: #FF0009; /* $primary */
}

#ButtonZone .btn.v1 {
	display: block;
	padding: 1em 0;
	font-size: 1.3em;
	font-weight: 700;
}

/* End Link & Button Styles */

/* General Form Styles */

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.form-box.gray-bg {
	text-align: center;
	padding: 2.5em 8%;
	background-color: #E6E6E6; /* darken($light,5%) */
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

fieldset > ul > li {
	padding-bottom: .8em;
	position: relative;
}

.no-flexbox fieldset > ul > li:not(.full) {
	display: block;
	float: left;
}

fieldset ul .fit {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

fieldset ul .fit + .fit {
	margin-left: 2%;
}

fieldset ul .fourth {
	width: 24%;
}

fieldset ul .third {
	width: 32%;
}

fieldset ul .half {
	width: 49%;
}

fieldset ul .full {
	width: 100%;
	font-size: inherit;
	padding-left: 0;
	padding-right: 0;
}

fieldset ul li.ui-conditional-panel, fieldset ul li.hide {
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
	max-height: 0;
	transition: padding-bottom .5s ease 0s, max-height .5s ease 0s;
	display: block !important;
}

fieldset ul li.ui-conditional-panel.active:not(.hide), fieldset ul li.hide.show:not(.ui-conditional-panel), fieldset ul li.ui-conditional-panel.active.show {
	max-height: 7em;
	padding-bottom: .8em;
}

fieldset ul li.ui-conditional-panel.active.invalid:not(.hide), fieldset ul li.hide.show.invalid:not(.ui-conditional-panel), fieldset ul li.ui-conditional-panel.active.show.invalid {
	overflow: visible;
}

.input-text {
	position: relative;
}

fieldset li > label {
	display: block;
	position: relative;
	margin-bottom: .25em;
}

fieldset li > label.hide {
	display: none;
}

fieldset li > label small {
	display: block;
	line-height: 1;
}

.input-text input[type='text'], .input-text input[type='month'], .input-text input[type='email'], .input-text input[type='tel'], .input-text input[type='datetime'], .input-text input[type='datetime-local'], .input-text textarea, .input-text select, .zip-search-input {
	display: block;
	border: solid 1px #DBDBDB;
	background-color: #201E1E; /* $dark */
	padding: .5em;
	color: #D7D7D7; /* $secondary */
	transition: border-color .4s ease;
	width: 100%;
	box-shadow: none;
	border-radius: 0.25em;
}

.input-text textarea {
	resize: none;
	min-height: 9.375em;
}

.input-text select {
	padding: .55em .5em .5em;
}

.touch .input-text select {
	appearance: none;
	-webkit-appearance: none;
	-mox-appearance: none;
}

.input-text input[type='month'] {
	padding: .45em .5em;
}

.input-text input:focus, .input-text select:focus, .input-text textarea:focus, .zip-search-input:focus {
	border-color: #FFF212; /* $tertiary */
}

.input-text.check-box {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.input-text.check-box label:not(.check-replace) {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.input-text.check-box input {
	width: 1.5em;
	height: 1.5em;
	margin: 0;
	padding: 0;
	position: absolute;
	opacity: 0;
}

.input-text.check-box .check-replace {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background-color: #FEFEFE; /* $light */
	border: solid 1px #DBDBDB;
	margin-right: .75em;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	border-radius: .2em;
}

.input-text.check-box .check-replace:before {
	content: '\e132';
	font-family: 'icomoon-ult';
	color: #D7D7D7; /* $secondary */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: opacity .4s ease 0s;
}

.input-text.check-box input:checked + .check-replace:before {
	opacity: 1;
}

.input-text select option {
	text-transform: none;
	text-align: center;
}

.input-text ::-webkit-input-placeholder {
	color: #D7D7D7; /* $secondary */
}

.input-text :-moz-placeholder {
	color: #D7D7D7; /* $secondary */
	opacity: 1;
}

.input-text ::-ms-input-placeholder {
	color: #D7D7D7; /* $secondary */
}

fieldset .validation {
	position: absolute;
	padding: .5em 1em;
	background-color: rgba(0,0,0,0.8);
	top: 100%;
	z-index: 2;
	color: #FEFEFE;
	font-size: .8em;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10%);
	transition: .25s;
	white-space: nowrap;
	display: block;
	right: 0;
}

fieldset .invalid .validation {
	opacity: 1;
	transform: translate(0);
	visibility: visible;
}

fieldset .validation:before {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-left: solid .5em transparent;
	border-right: solid .5em transparent;
	border-bottom: solid .5em rgba(0,0,0,0.8);
	bottom: 100%;
	right: 1em;
}

.agent-login-page fieldset ul {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.agent-login-page fieldset ul LI {
	padding-right: 1EM;
}

/* End General Form Styles */

/* General Content Styles */

.content-style {
	line-height: 1.8;
}

html:not(.cms-editing) body:not(.cms-admin) .content-style:empty {
	display: none;
}

.main.content-style > *:first-child {
	margin-top: 0;
}

.main.content-style > *:last-child, .box .content-style > *:last-child {
	margin-bottom: 0;
}

.content-style h1 + p, .content-style h2 + p, .content-style h3 + p, .content-style h4 + p {
	margin-top: .5em;
}

.content-style p {
	margin: 1.5em 0;
}

p.list-title {
	margin: 1.5em 0 .5em;
	font-weight: 600;
}

/* End General Content Styles */

/* Skip To Content Styles */

.ADA-SkipToContent.btn {
	position: absolute;
	z-index: 10 !important;
	left: .25em;
	top: .25em;
	transform: translateY(-150%);
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.8);
	border: none;
}

.ADA-SkipToContent.btn:active, .ADA-SkipToContent.btn:focus, .ADA-SkipToContent.btn:hover {
	transition: .25s ease 0s;
	transform: translateY(0%);
}

a.Content-Anchor {
	position: absolute;
}

@media screen and (max-width:650px) {
	.ADA-SkipToContent.btn {
		display: none;
	}
}

/* End Skip To Content Styles */

/* IE8 Popup */

.modal {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.modal.show {
	display: block;
}

.cms-active-only .modal {
	display: block;
	position: relative;
}

.modal .bg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #201E1E;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.modal .container {
	position: absolute;
	background-color: #FEFEFE; /* $light */
	width: 50%;
	left: 25%;
	top: 25%;
	padding: 4em 3em;
	text-align: center;
}

.modal .container .modal-btn {
	position: absolute;
	font-size: 1.75em;
	top: .25em;
	right: .5em;
	cursor: pointer;
	line-height: 1;
}

.modal .container .modal-btn:hover {
	color: #FF0009; /* $primary */
}

.modal .container .content {
}

.modal .container .content .icon {
	font-size: 3.5em;
	margin: 0;
	line-height: 1;
}

.modal .container .content p {
	font-size: 1.333em;
}

.modal .container .content .btn {
}

/* End IE8 Popup */

/* 1500px Responsive */

@media screen and (max-width:1500px) {
	.full {
		font-size: 1.1vw;
	}
}

/* End 1500px Responsive */

/* 1300px Responsive */

@media screen and (max-width:1300px) {
	.full {
		font-size: 1.4vw;
	}
}

/* End 1300px Responsive */

/* 1280px Responsive */

@media screen and (max-width:1280px) {
	html {
		font-size: 1.4vw;
	}

	.full {
		font-size: 1em;
	}
}

/* End 1280px Responsive */

/* 1000px Responsive */

@media screen and (max-width:1000px) {
	html {
		font-size: 1.7vw;
	}

	main section {
		padding: 3.5em 0;
	}

	section header {
		padding-bottom: 2em;
	}
}

/* End 1000px Responsive */

/* 800px Responsive */

@media screen and (max-width:800px) {
	html {
		font-size: 2.123vw;
	}

	.content-style h2, .content-style h3, .content-style h4 {
		margin-top: 1.2rem;
	}
}

/* End 800px Responsive */

/* 650px Responsive */

@media screen and (max-width:650px) {
	html {
		font-size: 2.47vw;
	}

	main section {
		padding: 2.75em 0;
	}

	section header {
		padding-bottom: 1.5em;
	}

	.schedule-form .form-box {
		padding: 5% 3%;
	}
}

/* End 650px Responsive */

/* 550px Responsive */

@media screen and (max-width:550px) {
	html {
		font-size: 2.92vw;
	}

	h1, h2, .content-style h2.look-like-h1 {
		font-size: 1.4rem;
	}

	section header h1 + h2, .content-style h2, h3 {
		font-size: 1.2rem;
	}
}

/* End 550px Responsive */

/* 500px Responsive */

@media screen and (max-width:500px) {
	html {
		font-size: 3.2vw;
	}

	fieldset ul .half {
		width: 100%;
	}
}

/* End 500px Responsive */

/* 450px Responsive */

@media screen and (max-width:450px) {
	html {
		font-size: 3.5vw;
	}
}

/* End 450px Responsive */

/* 400px Responsive */

@media screen and (max-width:400px) {
	html {
		font-size: 4vw;
	}

	main section {
		padding: 2em 0;
	}

	section header {
		padding-bottom: 1em;
	}
}

/* End 400px Responsive */

/* 350px Responsive */

@media screen and (max-width:350px) {
	html {
		font-size: 4.3vw;
	}
}

/* End 350px Responsive */

/* 550px Height & Landscape Responsive */

@media (orientation: landscape) and (max-height: 550px) {
	#HeaderZone {
		position: absolute !important;
	}
}

/* End 550px Height & Landscape Responsive */

.nopoint {
	pointer-events: none;
	border-color: transparent !important;
}

.nopoint:focus {
	border-color: transparent !important;
}



.btn2 {
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	padding: .65em 1em;
	font-size: 0.8em;
	line-height: 1.2;
	overflow: hidden;
	font-family: 'Muli';
	border-radius: 0.25rem;
	width:110px
}

.btn2:focus {
	border: none;
}

.btn2 img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border-radius: 100%;
}

.btn2.v12 {
	background-color: #FF0009; /* $primary */
	color: #FEFEFE; /* $light */
	z-index: 0;
	transition: background-color .5s ease 0s;
}

.btn2.v12:hover, a:hover .btn2.v12 {
	background-color: #201E1E; /* $dark */
}
