:root {
 --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;
}

*, *:before, *:after {
    box-sizing: border-box;
}

svg, icon svg, svg[data-use] {
	height: 1em;
	width: 1em;
	fill: currentcolor;
}

html {
    -webkit-text-size-adjust: 100%;
   /* font-size: 1.125rem; */
    overflow-x: hidden;
}

#HeaderZone {
	position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    overflow: initial !important;	
}


img {
	transition: none !important
}

[data-src], [data-bg], [data-src].loading, [data-bg].loading, picture.loading img {
	filter: blur(3px);
	-webkit-filter: blur(3px);
	opacity: 0;
	transition: none !important;
}

main {
	padding-top: 0px !important;
	transition: none !important;
	overflow: hidden;
}

form {
    margin: 0;
    padding: 0;
    border: 0;
}

.main {
    max-width: 1546px;
    width: auto;
    margin: 0 auto;
    position: relative;
    padding-left: 3%;
    padding-right: 3%;
}

.flx {
	display: flex;
}


.center {
	justify-content: center;
}

.flx.wrap {
	flex-wrap: wrap;
}
.flx.spaced {
	justify-content: space-between;
}

.flx.middle {
	align-items: center;
}

.flx.spaced .third {
	width: 31.5%;
}
.flx.spaced .half {
	width: 48.25%;
}

.block {
	display: block;
}

.third {
	width: 33.33%;
}

.half {
	width: 50%;
}

.text_c {
	text-align: center;
}

.circle {
	border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #FA6625;
}

body {
	line-height: 1.6;
	background: none !important;
	font-family: 'Montserrat', verdana, sans-serif;
    overflow: initial !important;
	margin: 0 !important;
	padding: 0 !important;
}

h1, h2, h3, h4 {
	font-weight: 400;
	font-family: 'Montserrat', verdana, sans-serif !important;
}

h1, .content-style h2.look-like-h1 {
    font-size: 2.667em;
    color: #006B5B;
    text-transform: capitalize;
    font-weight: 700 !important;
    line-height: 0.953em;
    font-family: 'Crimson Text', serif;
    letter-spacing: 0;
}

a {
    text-decoration: none;
    color: #FA6625;
    transition: color .5s ease 0s;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    border: 0;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

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;
}


.rs-description {
	position: absolute;
	background-image: linear-gradient(to top, #056e5e,#01ac7f);
	left: 0;
	top: 50%;
	transform: translateY(28%);
	padding: 3.522em;
}

.rs-description > * {
    display: block;
    color: #FFFFFF;
}

.rs-description strong {
    font-size: 2.856vw;
}

.text-highlight.v1 {
    font-weight: 700;
    font-size: 1.333em;
    text-transform: none;
    text-align: left;
    position: relative;
    margin: 1.511em 0;
    line-height: 1.5;
    color: #006B5B;
    padding: .6em 0;
    font-family: 'Crimson Text', serif;
}

.full {
    position: relative;
    /*font-size: .9375vw; */
    font-size: 1rem;
}

.content-style {
	margin-left: auto;
	margin-right: auto;	
	padding-top: 3em;
	padding-bottom: 3em;
	line-height: 1.944;
}

.content-style > *:first-child {
    margin-top: 0;
}

.content-style h1 {
    margin-bottom: .25rem;
}

.content-style h1 + p, .content-style h2 + p, .content-style h3 + p, .content-style h4 + p {
    margin-top: .5em;
}

.content-area.v1 .main .content, .content-area.v1 .main .video {
    position: relative;
    width: 48%;
}

.content-area.v1 {
    padding: 5.556em 0;
    background-color: transparent !important;
}

.content-area.v3 {
	background-color: #F9F4EC !important;
}

.content-style p {
    margin: 1.5em 0;
}

.content-style h1 + h2, .content-style h2.look-like-h1 + h2 {
    margin-top: 0;
    margin-bottom: .4em;
}

.content-style h2 {
    color: #434343;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 400;
}

.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%);
}

.content-area.v1 .main {
	max-width: 93em;
	align-items: center;
	justify-content: space-between;
	margin-right: 0;
}

.mainstage .img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

picture.img-bg {
	display: block;
}

.mainstage .img-bg img {
    position: relative;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    min-width: calc(100% + 2px);
    min-height: calc(100% + 2px);
    transform: translate(-50%,-50%);
    pointer-events: none;
}


.ready .banner-area .info {
	opacity: 1;
}

.banner-area .info .title {
    text-align: left;
    padding: 0 5% 0 9.9%;
    width: 75%;
    position: relative;
}

.banner-area .info {
	position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner-area .img-bg img {
     object-fit: cover; 
}

h1, .content-style h2.look-like-h1 {
    font-size: 2.667em;
    color: #006B5B;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 0.953em;
    font-family: 'Crimson Text', serif !important;
    letter-spacing: 0;
}
.ADA-SkiptToContent.btn {
	position: absolute;
	z-index: 10;
	left: .25em;
	top: .25em;
	transform: translateY(-150%);
	border: none;
}

.header {
    opacity: 1;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    transition: transform .5s ease 0s;
    background-color: #FFFFFF;
    align-items: stretch;
    box-shadow: 0 0.1em 0.2em rgb(0 0 0 / 22%);
    backface-visibility: hidden;
    padding-left: 5%;
    width: 100%;
    height: 100% !important;
}

.header .top-nav > ul > li > a > span, .header .top-nav > ul > li > button > span {
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.header .left-side .mob-loc-finder > icon, .header .left-side .mob-loc-finder > svg {
    margin-right: .15em;
    vertical-align: middle;
    margin-top: -0.2em;
}
.header .top-nav > ul > li > a, .header .top-nav > ul > li > button {
    display: flex;
    font-size: 1.222em;
    text-align: center;
    padding: 0 .5em;
    width: 100%;
    opacity: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 700;
    height: 100%;
    letter-spacing: .100em;
    font-family: 'Crimson Text', Arial, sans-serif;
}

.sticky-zip-finder {
	opacity: 0;
	backface-visibility: hidden;
}
.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 rgb(0 0 0 / 33%);
    transition: transform .4s ease, color .4s ease, background-color .4s ease;
    cursor: pointer;
    transform: translateY(0);
    transform-origin: top center;
}
.btn.v1 {
    background-color: #FA6625;
    color: #FFFFFF;
    font-size: 0.889em;
}
.header .callout .btn {
	display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin: 0 auto;
    padding: .7em .4em;
    transition: all .4s ease 0s;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
}
.header .callout {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.header .callout .btn icon, .header .callout .btn svg {
	width: 18px;
	height: 18px;
	margin-right: .3em;
	margin-top: -0.15em;
}
.dd-nav {
	position: absolute;
	opacity: 0;
	padding: 2em 0;
}
.near-you-area {
	width: 25%;
	position: relative;
	background-color: #006B5B;
	z-index: 2;
}
.near-you-area header {
    padding-bottom: 0;
}
.near-you-area header > a {
    width: 100%;
    font-weight: 600;
    font-size: 1.389em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .10em;
    background-color: #F3B22B;
    color: #006B5B;
    background-color: #FFFFFF;
    padding: 0.286em 2.556rem;
    display: block;
    transition: background-color .4s ease 0s;
}

.near-you-area ul.location-data {
    padding: 0 !important;
}
.near-you-area ul.location-data li{
	padding: 1.15em 1.5em;
	margin-top: 0 !important;
}
.near-you-area ul.location-data li:not(.no-results):hover,
.near-you-area ul.location-data li:not(.no-results):focus{
	background-color: #00C08B; /* $subprimary */
	color: #FFFFFF; /* $light */
	transition: .2s ease;
}

.near-you-area .guess.show-guess {
	display: block;
}

.near-you-area .guess {
	background-color: #004C3D;
	font-size: .889em;
}

.near-you-area .top-search {
    text-align: center;
    padding: 0 0 .25em;
}

.near-you-area .top-search .input-box input {
    display: block;
    width: 100%;
    padding: .5em 1em;
    color: #636363;
    border: solid 3px #F3B22B;
    transition: border-color .4s ease 0s;
    border-radius: 0;
    margin-bottom: 1em;
    font-family: 'Montserrat', verdana, sans-serif;
}

.near-you-area .top-search label {
    color: #FFFFFF;
    display: block;
    margin-bottom: 0.7em;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 600;
}

.header .top-bar .little-nav {
    display: flex;
    height: 100%;
}
	
.header .left-side .logo-container {
	padding: .5em 0 0;
	width: 100%;
}
.header .left-side .logo-container .holder {
    position: relative;
    z-index: 1;
    transform: translate3d(0,0,0);
}
.header .left-side .logo-container img:nth-child(1) {
    width: 93px;
    height: 43px;
    margin-bottom: .25rem;
}
.header .left-side .logo-container img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}
.corp .rs-description span {
	text-transform: none;
}
.rs-description span {
	font-size: 1.467vw;
	letter-spacing: 0.21em;
}

.banner-area {
	background-color: transparent !important;
	padding: 0;
	height: 47.5em;
}

.mobile-trigger .menu-btn {
    width: 100%;
    transition: none !important;
    background: transparent;
}

.mobile-trigger .menu-btn .menu-bar {
	display: block;
	transition: none !important;
	height: 0.278em;
	border-radius: 0.222em;
}
.rs-awards-panel ul li p {
	margin: 0.5em 0 0.75em;
}

.shared-values ul li strong {
    color: #FFFFFF;
    font-size: 1.389em;
    font-weight: bold;
    line-height: 1.750em;
    font-family: 'Crimson Text', serif;
}

.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 rgb(138 138 138);
    border-bottom: 6px solid #F5A800;
    /*background-image: none !important;*/
}

.values-area-corp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border-bottom: solid 0.333em #F5A800;
    background-color: #004D40;
}

.values-area-corp .values-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.values-area-corp .values-image {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 58.3%;
    margin: 0;
    position: relative;
    min-height: 51.611em;
}

.testimonial-area .container {
    overflow: hidden;
    position: relative;
    padding-bottom: 1em;
    padding: 2.611em 0 0;
    max-width: 53.222em;
    background-color: #FFFFFF;
    box-shadow: 0 1.111em 1.667em rgb(0 0 0 / 10%);
}

.testimonial-area .btn {
    display: table;
    margin: 2em auto 0;
}

.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%);
}

.back-to-top icon, .back-to-top svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-55%);
    color: #FFFFFF;
    font-size: 1.9em;
}

.bottom-border {
	border-bottom: 6px solid orange;
}

[data-role='container'] {
	position: relative;
	overflow: hidden;
}

[data-role='container'] [data-role="list"] {
	transition: transform 0.5s ease, margin 0.5s ease;
	display: flex;
	align-items: center;
}

[data-role='container'] [data-role="item"] {
	flex: 0 0 auto;
}

.carousel.v2 [data-role='container'] [data-role="item"] {
	flex: 0 0 auto;
	display: flex;
	transition: opacity .6s ease;
}

.faq-review .el-panel, .el-panel.flex {
    display: none;
    visibility: hidden;
}

/* Content */
.content-area.v1 {
	padding-top: 0;
	padding-bottom: 0;
}

section header h1 + h2, .content-style h2, h3, .look-like-h3 {
    font-size: 1.556rem;
    line-height: 1.5em;
}

.content-style h2 {
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 400;
}

.content-style p {
    margin: 1.5em 0;
    font-size: .889em;
    font-weight: 400;
    line-height: 1.750em;
}
/* Endd Content */


@media screen and (max-width: 1200px) {
	.mainstage .info .btn {
	    font-size: 1.111rem;
	}
}
@media screen and (max-width: 1000px) {
	.content-area.v1 .main .content, .content-area.v1 .main .video {
	    width: 100%;
	}
	.content-area.v1, .content-area.v2 {
    	padding: 2.5em 0;
	}
	.content-area.v1 .main {
	    display: block;
	    padding-right: 3%;
	}
	
	.header .left-side, .header .right-side {
		_width: 50%;
	}
	
	.header .left-side .mob-logo {
		width: 50%;
		justify-content: center;
		align-items: center;
		display: flex;
		padding: .5em 0;
	}
	.header .left-side .logo-container {
	    display: none;
	}
	.mainstage .img-bg {
		display: none !important;
	}
	.near-you-area {
	    width: 93%;
	    margin: 0 auto;
	    opacity: 1; 
	    transform: none;
	    height: auto;
	}
	
	.near-you-area .top-search .input-box input {
	    width: 70%;
	    margin-bottom: 0;
	    padding: 0.9em 1em;
	}
	.near-you-area .top-search .input-box .btn {
	    width: 25%;
	    margin: 0;
	    display: inline-block;
	    min-width: 0;
	}
	.mainstage .info {
		position: relative;
		padding: 1.5em 3%;
	}
	.mainstage picture .img-bg img {
		object-fit: contain;
	}
	.banner-area .info {
		display: block;
	}
	.rs-description {
	    position: relative;
	    top: auto;
	    transform: none;
	    padding: 2em 3%;
	    text-align: center;
	}
	.content-area.v1 .main {
	    display: block;
	    padding-right: 3%;
	}
	.content-style p {
	    font-size: 1em;
	}
	
	.near-you-area .top-search label > span {
		font-weight: normal !important;
	}
}
@media screen and (max-width: 800px) {
	.rs-awards-panel ul {
		display: block;
		padding: 0 3%;
	}
	.rs-awards-panel p {
		font-size: small !important;
	}
	.mainstage.banner-area .info {
	    position: relative;
	    font-size: 1em;
	}
	
    #BannerAreaHomeNew > div.rs-description > span {
        font-size: 1em;
    }
}

@media screen and (max-width: 650px) {
	.near-you-area .top-search .input-box .btn {
		padding: .7em 1em;
	}
	section header h4, h1, .content-style h2.look-like-h1 {
	    font-size: 2.111rem;
	}

	.values-area-corp .shared-values ul li {
	    width: 100%;
	    margin-top: 0;
	    padding-left: 7.667em;
	}
	
    #BannerAreaHomeNew > div.rs-description > span {
        font-size: .8em;
    }
}

@media screen and (max-width: 550px) {
	h1 + h2, .content-style h2, h3 {
    	font-size: 1.2rem;
	}
	
	.text-highlight.v1, .text-highlight.v2, .text-highlight.v4 {
    	font-size: 1.111rem;
	}
	.mainstage .img-bg {
		height: 14.778em;
	}
	.mainstage picture {
		display: none !important;
	}
	.mainstage .info p {
		display: none;
	}
	.rs-description {
		padding: 1em 3%;
	}
	.rs-description span {
	    font-size: 0.867em;
	}
	.rs-description strong {
    	font-size: 2.856vw;
	}
	.content-style > *:first-child {
	    margin-top: 0;
	}
	.content-style h1 {
    margin-bottom: .35em;
	}
	.content-style p {
	    font-size: 1.056em;
	    line-height: 1.7em;
	}
	.near-you-area header.localized, .near-you-area header > a {
	    font-size: 4vw;
	    padding: 0.286em 1em;
	}
}

@media screen and (max-width: 450px) {
	h4, h1, .content-style h2.look-like-h1 {
	    font-size: 2rem;
	    line-height: 1.1em;
	}
	.header .left-side .mob-logo img {
	    _max-height: 4.5em;
	    _min-height: 4.5em;
	}
}
@media screen and (max-width: 400px) {
	html {
		font-size: 3.9vw;
	}
	.shared-values ul li icon, .shared-values ul li svg {
	    left: 0;
	    font-size: 1.5em;
	}
	.near-you-area .location-data {
	    padding: 1.5em 7% 2em;
	}
}
@media only screen and (min-width: 359px) and (max-width: 360px) {
	picture.pg-sd-hide, img.pg-sd-hide, .pg-sd-hide picture, .pg-sd-hide img {
		display: none !important;
	}
	
}