/* Color Tokens */
:root {
	--contract-color: #000;
	--light: #efefef;
	 --g-trn-sp: 0; 
	 --g-trn-tf: 0; 
	 --main-bg: 0; 
	 --link-alt: 0; 
	 --full: 0; 
	 --grd-sp: 0; 
	 --grd-sp-sml: 0; 
	 --grd-sp-lrg: 0; 
	 --half: 0; 
	 --third: 0; 
	 --fourth: 0; 
	 --fifth: 0; 
	 --sixth: 0; 
	 --seventh: 0; 
	 --f-itm-s-amt: 0; 
	 --two-thirds: 0; 
	 --three-fourths: 0;
	 --two-fifths: 0; 
	 --three-fifths: 0; 
	 --four-fifths: 0; 
	 --rvw-str-dsp: 0;
  --g-trn-sp: 0;
  --g-trn-tf: 0;
  --primary: 0;
  --unnamed-font-style-normal: 0;
  --unnamed-font-weight-bold: 0;
  --unnamed-font-size-48: 0;
  --unnamed-line-spacing-52: 0;
  --unnamed-font-family-crimsontext-bold: 0;
  --unnamed-character-spacing--0-72: 0;
  --unnamed-color-ffffff: 0;
  --rvw-str-opc: 0;
  --inner-bg-alt: 0;
  --text-alt: 0;
  --secondary: 0;
  --buttons: 0;
  --accent-alt: 0;
  --inner-bg: 0;
  --primary-alt: 0;
  --black: 0;
  --text: 0;
  --link: 0;
  --accent: 0;
  --fnt-m: 0;
  --secondary-alt: 0;
  --btn-v1-bx-sdw-x: 0;
  --btn-v1-bx-sdw-y: 0;
  --btn-v1-bx-sdw-blr: 0;
  --main-bg-alt: 0;
}

.cms-fancy-loader {
	background-image:
		radial-gradient(circle,rgba(63,145,226,0.35),transparent 40%),
		url("../png/cba_loader_logo_2022.png") !important;
}

#help_center_widget_con {
	--scp-buttons: #FA6625;
	--scp-primary: #004E41;
}

#help_center_widget {
		--hcw-inner-bg-alt: #004E41;
}

.ta_c{
	text-align: center;
}

.primary {
	color: #006B5B; /* $primary */
}

.sub-primary {
	color: #00C08B; /* $subprimary */
}

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

.sub-secondary {
	color: #FCE200; /* $subsecondary */
}

.light {
	color: #FFFFFF; /* $white */
}

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

.dark {
	color: #000000; /* $dark */
}

.grey {
	color: #434343; /* $grey */
}

.lightgrey {
	color: #F9F4EC; /* $lightgrey */
}

.white {
	color: #FFFFFF; /* $white */
}

.red {
	color: #FA6625; /* $red */
}

.lime {
	color: #93D500; /* $lime */
}

/* End Color Tokens */

/* General Site Styles */

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

body {
/*	background: #FFFFFF; /* $white */
	margin: 0px;
	font-family: 'Montserrat', verdana, sans-serif;
/*	color: #434343; /* $grey */ 
	line-height: 1.6;
	/*overflow: hidden !important;*/
	overflow-y: initial !important;
}

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

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

main section {
	padding: 4.833em 0;
}

.full {
	position: relative;
	font-size: 1rem;
}

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

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

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

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

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

.site-map-page .site-map {
	padding: 4.833em 3%;
	max-width: 65em;
}

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

.site-map-page .site-map .list li a {
	color: #006B5B;
}

.no-touch .site-map-page .site-map .list li a:hover {
	color: #F3B22B;
}

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

.cms-icon-list svg {
	width: auto;
	height: auto;
}

icon svg, svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

icon > svg {
	pointer-events: none !important;
	font-size: 1em !important;
	width: 1em !important;
	height: 1em !important;
	position: static !important;
	font-family: inherit !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	fill: currentColor;
}

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

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

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

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

sup {
	font-size: .5em;
}

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

figure, picture {
	margin: 0;
}

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

.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 36.25%;
	height: 0;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.responsive-iframe {
	width: 700;
	height: 394px;
}

.vid-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.vid-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cms-wizard fieldset.cms-form .input-text > input, .cms-wizard fieldset.cms-form .input-text > textarea, .cms-wizard fieldset.cms-form .input-text > select {
	text-transform: none !important;
}

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

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

a.Content-Anchor {
	position: absolute;
}

.hurricane.banner {
	padding: 2em;
	display: -ms-flexbox;
	display: flex;
	background-color: #095243;
	background-image: url(../jpg/dropdown-banner-image.jpg);
	background-size: cover;
	background-position: 50% 25%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.hurricaneheader {
	-ms-flex: 0 1 75%;
	flex: 0 1 75%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.hurricanelink {
	-ms-flex: 0 1 20%;
	flex: 0 1 20%;
	text-align: center;
	text-shadow: 1px 2px #000000;
}

.hurricane.banner .hurricanelink h3 {
	color: #FFFFFF;
	font-size: 3.3em;
}

h3.banner-cta {
	text-align: center;
	text-transform: uppercase;
	-ms-flex: 0 1 20%;
	flex: 0 1 20%;
	font-size: 2.5em;
	color: #F3B22B;
	padding: 0em 2em;
}

.hurricane.banner h3:not(.banner-cta) {
	font-size: 3em;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	color: #FFF;
}

.hurricaneharvey {
	position: relative;
}

.corp-home .hurricaneharvey {
	z-index: 2;
}

.hurricane.banner:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%; /* background-color: rgba(0, 0, 0, .8); */
	z-index: 50;
	top: 0;
	box-shadow: 0px 7px 20px 0px #000000;
}

.hurricane.banner h3 {
	color: #F3B22B;
	line-height: 1;
}

.hurricane.banner h4 {
	color: #FFF;
	font-size: 1.8em;
}

.hurricane.banner h3 span {
	color: #f3b22b;
	display: inline-block;
	font-size: 0.65em;
}

.RepairPalFrame {
	min-height: 17em;
}

.listen-reviews.corp-home.hide {
	display: none;
}

.cms-admin .listen-reviews.corp-home.hide {
	display: block;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.block {
	display: block;
}

/* End General Site Styles */

/* Title/H Styles */

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

h1, .content-style h2.look-like-h1, .look-like-h1 {
	font-size: 2.667em;
	color: #006B5B; /* $primary */
	text-transform: capitalize;
	font-weight: 700;
	line-height: 0.953em;
	font-family: 'Crimson Text', serif;
	letter-spacing: 0;
}

.content-style h1 {
	margin-bottom: .25rem;
}

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

section header h1 + h2, .content-style h2, h3, .look-like-h3 {
	font-size: 1.556rem;
	line-height: 1.5em;
	text-transform: none;
	font-weight: 400;
	color: #004C3D;
}

.content-style h2 {
	color: #434343; /* $grey */
	letter-spacing: .05em;
	text-transform: uppercase;
	font-weight: 400;
}

.content-style h3 {
	color: #006B5B; /* $primary */
	font-weight: bold;
	font-family: 'Crimson Text', serif;
}

.content-style h1 + h2, .content-style h2.look-like-h1 + h2 {
	margin-top: 0;
	margin-bottom: .4em;
}

section header h4 {
	font-size: 3.556em;
	color: #004C3D;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 0.953em;
	font-family: 'Crimson Text', serif;
}

h4 {
	font-size: 1.111rem;
}

.content-style h4 {
	font-size: 1.111rem;
	color: #636363;
	font-weight: 700;
}

section header {
	padding-bottom: 1.5em;
	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: #FA6625; /* $red */
	transition: color .5s ease 0s;
}

a:hover {
	text-decoration: none;
	color: #006B5B; /* $primary */
	outline: none;
}

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

.btn {
	display: inline-block;
	text-align: center;
	padding: 1em 2.3em;
	font-weight: 700;
	font-size: 1.111em;
	position: relative;
	box-shadow: 0 0.5rem 1em -0.25em rgba(0, 0, 0, 0.33);
	transition: transform .4s ease, color .4s ease, background-color .4s ease;
	cursor: pointer;
	transform: translateY(0);
	transform-origin: top center;
}

.no-touch .btn:hover {
	transform: translateY(.1rem);
}

.btn.small {
	font-size: .9em;
	padding: .7em 1.5em;
}

.btn.v1 {
	background-color: #FA6625; /* $red */
	color: #FFFFFF; /* $white */
	font-size: 0.889em;
}

.no-touch .btn.v1:hover, .btn.v1:focus {
	background-color: #006B5B; /* $primary */
	color: #FFFFFF; /* $white */
}

.btn.v2 {
	background-color: #006B5B;
	color: #FFFFFF; /* $white */
}

.no-touch .btn.v2:hover, .btn.v2:focus {
	background-color: #F5A800; /* $secondary */
	color: #006B5B; /* $primary */
}

.btn.v3 {
	background-color: #FFFFFF; /* $white */
	color: #006B5B; /* $primary */
}

.no-touch .btn.v3:hover, .btn.v3:focus {
	background-color: #006B5B; /* $primary */
	color: #FFFFFF; /* $white */
}

.btn.v3.red {
	background-color: #FFFFFF; /* $white */
	color: #FA6625; /* $red */
}

.no-touch .btn.v3.red:hover, .btn.v3.red:focus {
	color: #FFFFFF; /* $white */
	background-color: #FA6625; /* $red */
}

.btn.v3.red icon,
.btn.v3.red svg {
	color: #F5A800; /* $secondary */
}

.no-touch .btn.v3:hover icon, .btn.v3:focus icon
.no-touch .btn.v3:hover svg, .btn.v3:focus svg {
	color: #006B5B; /* $primary */
}

.btn.v4 {
	box-shadow: none;
	padding: 0;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	color: #006B5B; /* $primary */
	font-size: 0.889em;
}

.btn.v4:hover, .btn.v4:focus {
	color: #FA6625;
	cursor: pointer;
}

.btn.v4 icon ,
.btn.v4 svg {
	color: #FA6625; /* $red */
	margin-left: 0.35em;
}

.btn.v5{
	width: fit-content;
	display: flex;
	align-items: center;
	background: white;
	white-space: nowrap;
}
.btn.v5 svg{
	margin-right: .5em;
}
.btn.v5:hover,
.btn.v5:focus{
	background: #006B5B;
	color: white;
}

.btn.v6 {
	white-space: nowrap;
	box-shadow: none;
	padding: .65em 1.75em;
	width: fit-content;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	color: #004D41; /* $primary */
	font-size: 0.889em;
	border: 2px solid #004D41;
}
.btn.v6:hover{
	background: #004D41;
	color: #FFF;
}

.btn.v7{
	background-color: #006B5B;
    color: #FFFFFF;
}
.btn.v7:hover, 
.btn.v7:focus {
	cursor: pointer;
	color: #FFFFFF; /* $white */
	background-color: #FA6625; /* $red */
	text-decoration: underline;
}

/* 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: #FFFFFF; /* $white */
}

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

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

fieldset ul.ui-scroll, fieldset ul.ui-scroll ul {
	display: block;
}

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

.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: calc(50% - 0.8em);
}

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: 100%;
	display: block;
	transition: padding-bottom .5s ease 0s, max-height .5s ease 0s;
}

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, .input-text input[type="number"] {
	display: block;
	width: 100%;
	font-size: .994em;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.2;
	border-radius: 0;
	resize: none;
	box-shadow: none;
	border: solid 1px #E3CEA7;
	transition: border-color .35s ease;
	padding: 1.034em 1em;
	margin-bottom: .8em;
	background-color: #FAFAFA;
	text-transform: uppercase;
	color: #889AA7;
	-webkit-appearance: none;
}
.rightsize{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.input-text textarea {
	resize: none;
	min-height: 9.375em;
	color: #889AA7;
}

.input-text select {
	font-size: .994em;
	font-weight: 400;
	padding: 1.034em 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	text-transform: capitalize;
	color: #889AA7;
}

fieldset .icon.select:after,
fieldset svg {
	content: '\e964';
	font-family: 'icomoon-ult';
	position: absolute;
	top: 40%;
	right: 1em;
	font-size: 1em;
	transition: opacity .5s ease;
	opacity: 1;
	pointer-events: none;
	color: #F3B22B;
	transform: translateY(-40%);
}

fieldset > ul > li.select .input-text .angle-down,
fieldset > ul > li.select .input-text svg {
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	pointer-events: none;
	transition: opacity .4s ease;
}

fieldset > ul > li.select.invalid .angle-down, fieldset > ul > li.select.valid .angle-down {
	opacity: 0;
}

fieldset .icon.invalid.select:after, fieldset .icon.select.valid:after {
	opacity: 0;
}

fieldset .input-text select::-ms-expand {
	display: none;
}

.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 {
}

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

.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: #FFFFFF; /* $white */
	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: #F5A800; /* $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: left;
}

.input-text ::-webkit-input-placeholder {
	font-weight: 400;
	color: #889AA7;
	font-size: .994em;
}

.input-text ::-moz-placeholder {
	font-weight: 400;
	color: #889AA7;
	font-size: .994em;
}

.input-text ::-ms-input-placeholder {
	font-weight: 400;
	color: #889AA7;
	font-size: .994em;
}

.input-text :-moz-placeholder {
	font-size: .994em;
	font-weight: 400;
	color: #889AA7;
}

.input-text select::-ms-expand {
	display: none;
}

fieldset .validation {
	position: absolute;
	top: 100%;
	z-index: 2;
	font-size: .8em;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
	transform: translateY(10%);
	transition: .25s;
	padding: .5em 1em;
	color: #F2F2F2;
	background-color: rgba(0,0,0,0.8);
	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); /* alpha($dark,80%) */
	bottom: 100%;
	right: 1em;
}

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

fieldset .input-text:after, fieldset .input-text:before,
fieldset .input-text svg {
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	font-family: 'icomoon-ult';
	opacity: 1;
	line-height: 1.6;
	transform: translateY(-50%);
	transition: opacity .5s ease 0s;
	pointer-events: none;
}

fieldset .input-text:before,
fieldset .input-text svg.invalid {
	content: '\e136'; /* Invalid Icon */
	color: #FF070B;
}

fieldset .invalid .input-text:before,
fieldset .invalid .input-text svg.invalid {
	opacity: 1;
}

fieldset  .input-text:after,
fieldset  .input-text svg.valid {
	content: '\e7bd'; /* Valid Icon */
	color: #22C022;
}

fieldset .valid .input-text:after,
fieldset .valid .input-text svg.valid {
	opacity: 1;
}

.manual {
	padding: 2em;
	background-color: #FFFFFF; /* $white */
	margin: 2em 0;
}

.manual .btn {
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
}

/* End General Form Styles */

#Content {
	margin:15em;
	margin-top:5em;
	margin-bottom:5em;
}

#Content > div {
	padding:1em;
}

.pntr_ev-none{
	pointer-events: none;
}

/* Slide Captcha */

div.cms-slide-captcha {
	font-size: 1em;
	padding: .7em 1em;
	border: none;
	font-family: inherit;
	color: #FFFFFF; /* $white */
	background-color: #006B5B; /* $primary */
	resize: none;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	max-width: 30em;
}

.cms-slide-captcha {
	position: relative;
	height: 2.6em;
	line-height: 1.2em;
}

.cms-slide-captcha .drag-handle {
	position: absolute;
	top: 0;
	left: 0;
	width: 2.6em;
	height: 2.6em;
	background: #F5A800; /* $secondary */
	border-radius: 0;
	cursor: ew-resize;
}

.cms-slide-captcha .drag-handle::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: solid .5em transparent;
	border-left: solid .5em #fff;
	border-bottom: solid .5em transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.5em;
	margin-left: -.1em;
}

.cms-slide-captcha span {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .160em;
	font-weight: 700;
	opacity: .5;
}

.cms-slide-captcha.enabled span {
	opacity: 1;
}

/* End Slide Captcha */

/* Date Picker - Styles */

.cms-popunder {
	position: absolute;
	width: 100%;
	height: auto;
	border: solid 1px #d4d9e1;
	background: #FFFFFF; /* $white */
	left: 0;
	top: 100%;
	padding: 0;
	margin: 0;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
	z-index: 1;
	animation: fade-in .3s forwards,slide-up-20 .3s;
}

.night .cms-popunder {
	border: none;
	background: #4e5561;
}

.cms-popunder:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: -.8em;
	margin: 0 0 0 -.35em;
	padding: 0;
	border-top: 0;
	border-left: solid 12px transparent;
	border-right: solid 12px transparent;
	border-bottom: solid 12px #c6cad2;
}

.night .cms-popunder:before {
	border-bottom-color: #4e5561;
}

.cms-popunder:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: -.75em;
	margin: 0 0 0 -.35em;
	padding: 0;
	border-top: 0;
	border-left: solid 12px transparent;
	border-right: solid 12px transparent;
	border-bottom: solid 12px #ffffff;
	z-index: 2;
}

.night .cms-popunder:after {
	display: none;
}

.no-touch ::-webkit-inner-spin-button {
	display: none;
}

.no-touch ::-webkit-calendar-picker-indicator {
	display: none;
}

.no-touch ::-webkit-clear-button {
	display: none;
	-webkit-appearance: none;
}

div.cms-datepicker {
	position: absolute;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	font-size: .75em;
	font-weight: 300;
	z-index: 2;
}

div.cms-datepicker:before {
	left: 100px;
}

div.cms-datepicker:after {
	left: 100px;
}

div.cms-datepicker div.cms-date {
	display: none;
	position: relative;
	width: 50%;
	height: 100%;
	vertical-align: middle;
}

div.cms-datepicker div.cms-time {
	display: none;
	position: relative;
	width: 50%;
	height: 100%;
	vertical-align: middle;
	margin: 0;
	padding: 1em;
}

div.cms-datepicker.cms-d div.cms-date {
	display: inline-block;
}

div.cms-datepicker.cms-t div.cms-time {
	display: inline-block;
}

div.cms-datepicker.cms-d div.cms-time {
	width: 50%;
	border-left: solid 1px #d4d9e1;
}

.night div.cms-datepicker.cms-d div.cms-time {
	border-color: #3f444e;
}

div.cms-datepicker .cms-date-years {
	width: 100%;
	margin: 0;
	padding: 0 1em;
	position: relative;
	cursor: default;
}

_div.cms-datepicker .cms-date-years:before {
	content: '\e9a4';
	display: block;
	position: absolute;
	top: 1em;
	left: .55em;
	width: 1.5em;
	height: 1.5em;
	font-family: 'icomoon-ult';
	color: #C3C077;
}

_div.cms-datepicker .cms-date-years:after {
	content: '\e9e3';
	display: block;
	position: absolute;
	top: 1em;
	right: .55em;
	width: 1.5em;
	height: 1.5em;
	font-family: 'icomoon-ult';
	color: #C3C077;
}

div.cms-datepicker .cms-date-years ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 1% 0;
	overflow: hidden;
	white-space: nowrap;
}

div.cms-datepicker .cms-date-years li {
	display: inline-block;
	color: #889aa7;
	padding: 0 .25em;
	vertical-align: middle;
	margin: 0 !important;
	font-size: 1.125em;
}

.night div.cms-datepicker .cms-date-years li {
	color: #afbac1;
}

div.cms-datepicker .cms-date-years li.active {
	display: inline-block;
	color: #F5A800; /* $secondary */
	padding-top: 0;
	font-size: 2em;
	margin: 0 0 .25em 0;
}

.night div.cms-datepicker .cms-date-years li.active {
	color: #FFFFFF;
}

div.cms-datepicker ul.cms-date-months {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0 1em;
}

div.cms-datepicker ul.cms-date-months:after {
	content: '';
	display: block;
	clear: both;
}

div.cms-datepicker ul.cms-date-months li {
	width: 16.66%;
	float: left;
	text-transform: uppercase;
	text-align: center;
	padding: 1%;
	color: #889aa7;
	cursor: default;
	transition: .15s;
	margin: 0;
}

.night div.cms-datepicker ul.cms-date-months li {
	color: #afbac1;
}

div.cms-datepicker ul.cms-date-months li:hover {
	background-color: #eaedf1;
}

.night div.cms-datepicker ul.cms-date-months li:hover {
	background-color: #3f444e;
}

div.cms-datepicker ul.cms-date-months li.active {
	background-color: #F5A800; /* $secondary */
	color: #ffffff;
}

div.cms-datepicker ul.cms-date-days {
	width: 100%;
	list-style: none;
	margin: .5em 0;
	padding: 0 .5em;
}

div.cms-datepicker ul.cms-date-days:after {
	content: '';
	display: block;
	clear: both;
}

div.cms-datepicker ul.cms-date-days li {
	width: 14.28%;
	float: left;
	text-transform: uppercase;
	text-align: center;
	color: #889aa7;
	padding: 1%;
	cursor: default;
	transition: .15s;
	margin: 0;
}

.night div.cms-datepicker ul.cms-date-days li {
	color: #afbac1;
}

div.cms-datepicker ul.cms-date-days li:hover {
	background-color: #eaedf1;
}

.night div.cms-datepicker ul.cms-date-days li:hover {
	background-color: #3f444e;
}

div.cms-datepicker ul.cms-date-days li:empty,
.night div.cms-datepicker ul.cms-date-days li:empty {
	background-color: transparent;
}

div.cms-datepicker ul.cms-date-days.weekdays {
	background-color: #eaedf1;
}

.night div.cms-datepicker ul.cms-date-days.weekdays {
	background-color: #3f444e;
}

div.cms-datepicker ul.cms-date-days.weekdays li {
}

div.cms-datepicker ul.cms-date-days li.active {
	background-color: #F5A800; /* $secondary */
	color: #ffffff;
}

div.cms-datepicker div.cms-time time {
	margin-bottom: .8em;
	display: block;
	border: solid 1px #d4d9e1;
	color: #F5A800; /* $secondary */
	text-align: center;
	padding: 0;
	cursor: default;
	font-weight: 300;
	font-size: 2.1em;
}

div.cms-datepicker div.cms-time h3 {
	margin: 0;
	padding: 0;
	color: #677580;
	font-weight: 400;
	font-size: 1.3em;
}

div.cms-datepicker div.cms-time-drag {
	height: 32px;
	position: relative;
	padding: 1% 0;
	margin: 0 10% 2% 10%;
}

div.cms-datepicker div.cms-time-drag:before {
	content: '1';
	display: block;
	position: absolute;
	top: 0;
	left: -1em;
	width: .75em;
	text-align: center;
	color: #889aa7;
}

div.cms-datepicker div.cms-time-drag:after {
	content: '12';
	display: block;
	position: absolute;
	right: -1em;
	width: .75em;
	text-align: center;
	color: #889aa7;
	top: 0;
}

div.cms-datepicker div.cms-time-drag ul {
	list-style: none;
	margin: 0 5px;
	padding: 0;
	width: calc(100% - 10px);
	height: 12px;
	position: relative;
	border-left: solid 1px #d4d9e1;
}

div.cms-datepicker div.cms-time-drag ul:after {
	content: '';
	display: block;
	width: calc(100% - 1px);
	height: 4px;
	background: #d4d9e1;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

div.cms-datepicker div.cms-time-drag li {
	float: left;
	height: 100%;
	width: 9.09%;
	border-right: solid 1px #d4d9e1;
}

div.cms-datepicker div.cms-time-drag span {
	position: absolute !important;
	display: block;
	left: 0;
	top: 5% !important;
	background-color: #F5A800; /* $secondary */
	border-radius: 50%;
	width: 1em;
	height: 1em;
}

div.cms-datepicker div.cms-time-drag.minutes li {
	width: 25%;
}

div.cms-datepicker div.cms-time-drag.minutes:before {
	content: '0';
}

div.cms-datepicker div.cms-time-drag.minutes:after {
	content: '59';
}

div.cms-datepicker ul.cms-time-ampm {
	list-style: none;
	margin: 0 auto;
	padding: 0 0 1.75em 0;
	width: 80%;
}

div.cms-datepicker ul.cms-time-ampm:after {
	content: '';
	display: block;
	clear: both;
}

div.cms-datepicker ul.cms-time-ampm li {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
	text-align: center;
}

div.cms-datepicker ul.cms-time-ampm li input {
	display: none;
}

div.cms-datepicker ul.cms-time-ampm li label {
	color: #677580;
	font-size: 1.1em;
	font-weight: 400;
}

div.cms-datepicker ul.cms-time-ampm li label.cms-replace {
	margin: 0 auto!important;
}

.night div.cms-datepicker ul.cms-time-ampm li label {
	color: #afbac1;
}

div.cms-datepicker .cms-time p {
	margin: 0;
	padding: 0;
	color: #889aa7;
	font-size: 1.25em;
}

.night div.cms-datepicker .cms-time p {
	color: #afbac1;
}

div.cms-datepicker .cms-date-footer {
	border-top: solid 1px #d4d9e1;
	background: #fff;
	padding: 1.5%;
	min-height: 3em;
	position: relative;
	width: 100%;
}

.night div.cms-datepicker .cms-date-footer {
	border-color: #3f444e;
	background: #4e5561;
}

div.cms-datepicker .cms-date-footer a {
	color: #F5A800; /* $secondary */
	text-decoration: none;
	position: absolute;
	left: 1em;
	display: none;
	font-size: 1.15em;
	top: auto;
	bottom: auto;
	text-transform: uppercase;
	font-weight: 700;
	transition: color .4s ease 0s;
}

.no-touch div.cms-datepicker .cms-date-footer a:hover {
	color: #006B5B; /* $primary */
}

div.cms-datepicker .cms-date-footer a.cms-simple {
	display: block;
}

div.cms-datepicker .cms-date-footer a.right {
	left: auto;
	right: 18px;
	float: none;
}

div.cms-datepicker .cms-date-footer button {
	display: none;
	margin: 0 auto;
}

div.cms-datepicker.cms-t .cms-date-footer button, div.cms-datepicker.cms-t.cms-d .cms-date-footer a.cms-simple, div.cms-datepicker.cms-t .cms-date-footer a.cms-simple.right {
	display: block;
	color: #006B5B; /* $primary */
	transition: color .4s ease, background-color .4s ease;
	font-size: 1.3em;
	padding: 1% 3%;
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
	border: solid .15em #F5A800; /* $secondary */
	background-color: transparent;
	text-transform: capitalize;
}

div.cms-datepicker.cms-t .cms-date-footer button:hover, div.cms-datepicker.cms-t.cms-d .cms-date-footer a.cms-simple:hover, div.cms-datepicker.cms-t .cms-date-footer a.cms-simple.right:hover {
	color: #FFFFFF; /* $white */
	background-color: #006B5B; /* $primary */
}

div.cms-datepicker.cms-t .cms-date-footer a.cms-simple {
	display: none;
}

/* End Date Picker - Styles */

/* General Content Styles */

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

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;
	font-size: .889em;
	font-weight: 400;
	line-height: 1.750em;
}

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

/* End General Content Styles */

/* Scrolling List Nav */

.scrolling-list-nav {
	display: none;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.active .scrolling-list-nav {
	display: -ms-flexbox;
	display: flex;
}

.no-flexbox .active .scrolling-list-nav {
	display: block;
}

.no-flexbox .active .scrolling-list-nav:after {
	content: ' ';
	display: block;
	clear: both;
}

.scrolling-list-nav span {
	cursor: pointer;
	color: #000000; /* $dark */
	position: relative;
	display: inline-block;
	transition: color .4s ease 0s, opacity .4s ease 0s;
	font-size: 1.111em;
	border-radius: 100%;
	padding: .4em;
}

.scrolling-list-thumbs {
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-ms-flex-pack: center;
	justify-content: center;
}

.scrolling-list-thumbs span {
	display: block;
	width: 0.833em;
	height: 0.833em;
	background-color: #FFFFFF; /* $white */
	border-radius: 100%;
	cursor: pointer;
	transition: background-color .5s ease 0s;
	margin: 0 .5em;
}

.scrolling-list-thumbs span.active {
	background-color: #FA6625; /* $red */
}

.no-touch .scrolling-list-thumbs span:hover {
	background-color: #006B5B; /* $primary */
}

.scrolling-list-nav span:before {
	content: '\e9e3';
	font-family: 'icomoon-ult';
	display: block;
	line-height: 1;
}

.no-flexbox .active .scrolling-list-nav span.next {
	float: right;
}

.no-flexbox .active .scrolling-list-nav span.prev {
	float: left;
}

.scrolling-list-nav span.next:before {
}

.scrolling-list-nav span.prev:before {
	transform: rotate(180deg);
	transform-origin: center;
}

.end .scrolling-list-nav span.next {
	opacity: .5;
	pointer-events: none;
}

.start .scrolling-list-nav span.prev {
	opacity: .5;
	pointer-events: none;
}

/* End Scrolling List Nav */

/* IE8 Popup */

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

.modal.show {
	display: block;
}

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

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

.modal .container {
	position: absolute;
	background-color: #FFFFFF; /* $white */
	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: #006B5B; /* $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 */

/* Sub Layout For Fixed SideNav */

.side-fixed main > section,  .side-fixed main > div, .side-fixed > footer {
	width: 100% !important;
}

.cms-admin.side-fixed .footer, .cms-admin.side-fixed .sf-footer {
	width: 80%;
}

.side-fixed .subpage-layout {
	padding: 10em 5% 4.833em;
}

.side-fixed:not(.cms-admin) .subpage-layout.hide {
	display: none;
}

.subpage-layout .wrapper {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
}

.cms-admin .subpage-layout .wrapper > * {
	min-height: 25px;
	min-width: 25px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.cms-admin .subpage-layout .wrapper > .two-thirds {
	width: 60%;
}

.cms-admin .subpage-layout .wrapper > .third {
	width: 35%;
}

.side-fixed .subpage-layout .wrapper .two-thirds {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-left: 5%;
}

.side-fixed .subpage-layout .wrapper .third {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.side-fixed .subpage-layout .wrapper .third > *:first-child {
	margin: 0;
}

/* End Sub Layout For Fixed SideNav */

/* CMS Fix */

.cms-editing .cms-content-zone > .cms-edit-panel {
	z-index: 99;
}

/* End CMS Fix */

/* Back to Top */

.back-to-top {
	text-align: right;
	cursor: pointer;
	position: fixed;
	width: 4.167em;
	height: 4.167em;
	z-index: 93;
	right: 1%;
	bottom: 1%;
	border-radius: 3em;
	background-color: rgba(0,0,0,0.2);
	transition: transform .4s ease 0s, opacity .4s ease 0s, background-color .4s ease 0s;
	opacity: 0;
	transform: translateY(150%);
}

.cms-edit-layout .back-to-top {
	position: relative;
	width: 100%;
	height: 5em;
	background-color: #006B5B; /* $primary */
	opacity: 1;
}

.back-to-top.show {
	opacity: 1;
	transform: translateX(0);
}

.no-touch .back-to-top:hover {
	background-color: #004D41;
}

.back-to-top icon,
.back-to-top svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-55%);
	color: #FFFFFF; /* $white */
	font-size: 1.9em;
}

/* End Back to Top */

/* Video Pop Up Styles */

.video.relative {
	position: relative;
}

.content-area .vid-pop-btn.open-btn img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
	height: 26.444rem;
	position: relative;
	margin: 0 auto;
	margin-top: 2em;
	box-shadow: 0px 0px 28px 2px rgba(138,138,138,1);
	border-bottom: 6px solid #F5A800; /* $secondary */
	background-image: url(../png/screenshot_10.png);
}

.landing.content-area .vid-pop-btn.open-btn img {
	background-image: url(../png/video-cover-landing.png);
	height: 27.5em;
}

.content-area .vid-pop-btn.open-btn icon,
.content-area .vid-pop-btn.open-btn svg {
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	width: 4rem;
	height: 4rem;
	background-color: #FA6625; /* $red */
	border-radius: 100%;
	transition: background-color .5s ease 0s;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.content-area .vid-pop-btn.open-btn icon svg,
.content-area .vid-pop-btn.open-btn svg {
	font-size: 2em;
	position: absolute;
	left: 57.4%;
	top: 23.3%;
	transform: translateX(-50%);
}

html:not([class*='cms-']) .ui-dialog {
	width: 55em;
	max-width: calc(100% - 3em);
	font-size: 1em;
	border-radius: 0;
	_transform: translateY(10em);
}

/* End Video Pop Up Styles */

/* Video Section */

.video-section {
	margin: auto;
}

.video-section .video-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-section .video {
	width: 42vw;
	height: auto;
	margin: 1em;
}

/* End Video Section */

/* Reskin 2020 */

.rs-hide {
}

.cms-admin .rs-hide {
}

.rs-will-hide {
	display: none!important;
}

.cms-admin .rs-will-hide {
	display: block!important;
}

/* End Reskin 2020 */

/* Helper Classes */

.text-center {
	text-align: center;
}

figure.img-bg, picture.img-bg {
	width: 100%;
	height: 100%;
	display: block;
}

figure.img-bg img, picture.img-bg img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	transform: none;
}

.corona-bar {
	background-color: #006B5B; /* $primary */
	text-align: center;
	padding: .5em 0;
}

#MadisonCoronaBar .corona-bar {
	background-color: #fa6625;
}

.corona-bar a {
	color: white;
	transition: text-decoration .5s;
}

.corona-bar a:hover {
	text-decoration: underline;
}

.banner-area .temp-banner {
	position: absolute;
	right: 0;
	bottom: 15em;
	padding: 1em 3em;
	background-color: #006B5B;
	z-index: 2;
	display_: none;
}

.banner-area .temp-banner p {
	color: #FFFFFF;
}

.cke_image_resizer, .cke_widget_drag_handler_container {
	display: none!important;
}

/* End Helper Classes */
.three-step-info .main{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.three-step-info img{
	width: 200px;
	height: 200px;
	margin-bottom: 2em;
}
.three-step-info .content{
	justify-content: center;
	text-align: left;
}
.three-step-info .content .third:nth-child(2),
.three-step-info .content .third:nth-child(4),
.three-step-info .content .third:nth-child(5){
	margin: 0 1.5%;
}
.three-step-info .content .third:nth-child(4),
.three-step-info .content .third:nth-child(5){
	margin-top: 1em
}
.three-step-info a.btn{
	margin-top: 2.5em;
}


.what-to-expect a{
	height: fit-content;
}

.what-to-expect .content-area h3{
	margin-top: 0;
	font-family: 'Crimson Text', serif !important;
	font-weight: 900;
	font-size: 1.9rem;
}
.what-to-expect .content-area p{
	font-size: 1em;
	font-weight: bold;
}

.top-bottom-padding {
	padding-top: 2em;
	padding-bottom: 2em;
}

.bottom-border {
	border-bottom: 6px solid orange;
}
.pad_t-0{
	padding-top: 0;
}
.pd_b-0{
	padding-bottom: 0;
}

/* FB */
.three-step-info.fb .content{
	display: flex;
	flex-wrap: wrap;
}
.three-step-info.fb .content .third{
	max-width: 32%;
}

/* 1921px MIN-WIDTH Responsive */

@media screen and (min-width:1921px) {
	html {
		/*font-size: 18px; */
	}

	.full {
		font-size: 1em;
	}

	.main {
		max-width: 90.889em;
	}

	.main.thin {
		max-width: 70.667em;
	}

	.footer .footer-bottom .association-logos-list li img, .accolades ul li img {
		min-height: 2.444em !important;
	}

	.map-section.v2 .search-results .main-wide {
		max-width: 76.111em !important;
	}

	.header .left-side .logo-container img:nth-child(2) {
		width: 12.222em !important;
	}
}

/* End 1921px MIN-WIDTH Responsive */

/* 1000px MIN-WIDTH Responsive */

@media screen and (min-width:1000px) {
	.mbl {
		display:none!important;
	}
}

/* 1600px Responsive */

@media screen and (max-width:1600px) {
	.full {
		font-size: 1em;
	}

	html {
		/*font-size: .9224vw; */
	}

	.content-style p {
		font-size: 1.2em;
	}

	h3.banner-cta {
		padding: 0em 1.5em;
	}

	.RepairPalFrame {
		min-height: 21.5em;
	}

	.what-to-expect p{
		font-size: .889em;
	}
}

/* End 1600px Responsive */

/* 1300px Responsive */

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

	main section {
		padding: 3em 0;
	}

	section header h4, h1, .content-style h2.look-like-h1 {
		font-size: 2.75em;
	}

	.side-fixed main > section, .side-fixed main > div, .side-fixed > footer {
		width: 72%;
	}

	.side-fixed .subpage-layout {
		padding: 8em 5% 3em;
	}

	.site-map-page .site-map {
		padding: 3em 3%;
	}

	.what-to-expect .content-area {
		width: fit-content;
		margin: auto
	}
	.what-to-expect .flx_spc-bet{
		flex-direction: column;
		margin-right: 4em;
	}
	.what-to-expect .flx.content-area.v2 {
		align-items: center;
	}
}

/* End 1300px Responsive */

/* 1000px Responsive */

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

	main section {
		padding: 2.5em 0;
	}

	.back-to-top {
		display: none;
	}

	.icon-shuttle-icon:before {
		position: relative !important;
		font-size: .8rem !important;
		top: -0.34em !important;
	}

	section header h4, h1, .content-style h2.look-like-h1 {
		font-size: 2.5em;
	}

	.subpage-layout .wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.side-fixed .subpage-layout .wrapper .third {
		width: 100%;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-ms-flex-order: 1;
		order: 1;
	}

	.side-fixed .subpage-layout .wrapper .two-thirds {
		width: 100%;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.side-fixed .subpage-layout .wrapper .third > *:first-child {
		margin-top: 1.5em;
	}

	.side-fixed .subpage-layout {
		padding: 8em 5% 2.5em;
	}

	.side-fixed main > section, .side-fixed main > div, .side-fixed > footer {
		width: 100%;
	}

	.site-map-page .site-map {
		padding: 2.5em 3%;
	}

	h3.banner-cta {
		font-size: 2em;
		padding: 0em 1em 0em .5em;
	}

	.hurricane.banner h3:not(.banner-cta) {
		font-size: 2em;
	}

	.hurricane.banner h4 {
		font-size: 1.2em;
	}

	section.LocalLanding-Coupon {
		padding: 0em 0em 2em 0em;
	}
	
	.content-area .vid-pop-btn.open-btn img{
		height: auto !important;
	}

	.three-step-info .flx.main{
		flex-direction: row;
	}
	.three-step-info .img-container picture{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.three-step-info img{
		width: 250px;
		height: 250px;
	}
	
	.dsk {
		display:none!important;
	}

	.three-step-info.fb .content .third{
		max-width: 48%;
		width: 49%;
		margin-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: 1rem;
	}

	h4, .content-style h4 {
		font-size: 1rem;
	}

	.mm-open main {
		pointer-events: none;
	}

	.side-fixed .subpage-layout {
		padding: 7em 3% 2.5em;
	}

	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 {
		padding-bottom: 0;
	}

	.hurricane.banner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.hurricaneheader {
		margin-bottom: .5em;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.hurricaneheader h3 {
		-ms-flex: 0 1 100% !important;
		flex: 0 1 100% !important;
	}

	h3.banner-cta {
		font-size: 1.7em;
		text-align: left;
		margin: 0em 0em .5em .3em;
		padding: 0;
	}

	.hurricane.banner h3:not(.banner-cta) {
		font-size: 1.5em;
	}

	.hurricane.banner .hurricaneheader h3:not(.banner-cta) {
		margin-left: .3em;
	}

	.banner-area .temp-banner {
		position: unset;
		text-align: center;
	}

	.local .banner-area .temp-banner {
		position: relative;
		bottom: 0;
	}

	.corp-home .banner-area .rs-hide .img-bg {
		display: none;
	}
	
	.iframe-container {
		padding-bottom: 56.25%;
		
	}
	
	.responsive-iframe {
		height: 400px;
		width: 100%;
	}
	.three-step-info .flx.main{
		flex-direction: column;
	}
	.three-step-info .flx.main .content {
		padding: 2em 2em 0;
	}
	.three-step-info .flx.main .half,
	.three-step-info .flx.main .third {
		width: 100%
	}
	.three-step-info .flx.main a{
		margin-top: 1.5em;
	}
	.what-to-expect .content-area {
		flex-direction: column;
	}
	.what-to-expect .content-area .flx_spc-bet {
		margin: 0;
		margin-bottom: 2em;
	}
	.three-step-info .content {
		justify-content: space-around;
	}
	.three-step-info .content .third{
		width: 48%;
	}
	.three-step-info .content .third:nth-child(2),
	.three-step-info .content .third:nth-child(4),
	.three-step-info .content .third:nth-child(5){
		margin: 0;
	}
	.three-step-info.fb .content .third{
		max-width: 100%;
		width: 100%;
		margin-bottom: 2em;
	}
}

/* End 800px Responsive */

/* 650px Responsive */

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

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

	section header h4, h1, .content-style h2.look-like-h1 {
		font-size: 2.111rem;
	}

	fieldset ul .half {
		width: 100%;
	}

	h3.banner-cta {
		font-size: 1.5em;
	}

	.RepairPalFrame {
		min-height: 31em;
	}

	.ADA-SkipToContent.btn {
		display: none;
	}
	.three-step-info img {
	    width: 150px;
	    height: 150px;
	}
	.three-step-info .content .third{
		width: 100%;
	}
}

/* End 650px Responsive */

/* 550px Responsive */

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

	.content-style h1 + h2 {
		margin-bottom: .65em;
	}

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

	.content-style h1 {
		margin-bottom: .35em;
	}

	.content-style p {
		font-size: 1.056em;
		line-height: 1.7em;
	}

	.back-to-top icon,
	.back-to-top svg {
		font-size: 1.65em;
	}

	div.cms-slide-captcha {
		max-width: 100%;
		width: 100%;
	}

	.contact-page .contact-form .btn-con {
		margin-top: 1em;
	}

	.hurricane.banner .hurricaneheader h3:not(.banner-cta) {
		font-size: 1.3em;
	}

	.hurricane.banner h4 {
		font-size: 1em;
	}

	h3.banner-cta {
		font-size: 1.2em;
	}

	.content-area .vid-pop-btn.open-btn {
		height: 17.444rem;
	}
}

/* End 550px Responsive */

/* 500px Responsive */

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

	.side-fixed .subpage-layout {
		padding: 3.5em 3% 2.5em;
	}

	.hurricane.banner h3 {
		font-size: 1.2rem;
	}

	.hurricane.banner .hurricaneheader h3:not(.banner-cta) {
		font-size: 1.1em;
		margin-left: 0;
	}

	.hurricane.banner .hurricanelink h3 {
		font-size: 1.1em;
	}

	.hurricane.banner h4 {
		font-size: .8em;
		margin-top: 1em;
	}

	h3.banner-cta {
		font-size: 1.1em;
		margin: 0em 0em .5em 0em;
	}
	
	.responsive-iframe {
		height: 200px;
	}
}

/* End 500px Responsive */

/* 450px Responsive */

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

	section header h4, h1, .content-style h2.look-like-h1 {
		font-size: 2rem;
		line-height: 1.1em;
	}

	.hurricane.banner h3 {
		font-size: .85em;
	}

	.RepairPalFrame {
		min-height: 33em;
	}
}

/* End 450px Responsive */

/* 400px Responsive */

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

	.hurricane.banner .hurricaneheader h3:not(.banner-cta) {
		font-size: 1em;
	}

	main section {
		padding: 2em 0;
	}

	section header {
		padding-bottom: 1em;
	}

	.hurricane.banner h3 {
		font-size: .8em;
	}

	.hurricane.banner h4 {
		font-size: .7em;
	}
}

/* End 400px Responsive */

/* 350px Responsive */

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

/* End 350px Responsive */

/* 550px Height & Landscape Responsive */

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

/* End 550px Height & Landscape Responsive */

body[data-location='25711']  .local-banner-area .info-box .btn {
}
