/*===COLORS=================================*/
.primary { background: #E86F64; } /*==Red==*/
.white { background: #fff; }
.whiteTxt, .whiteTxt a { color: #fff; }
.black { background: #111213; color: #fff; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
.blackTxt { color: #111213; }
.gray { background: #f0f0f0; }


/*===UTILITIES & GLOBAL ELEMENTS=================================*/
body.post-type-archive-egc_locations .loading-spinner i {
    font-size: max(75px, min(calc(40.15152px + 6.06061vw), 125px));
}
/* hide by default */
.locations-container .loading-spinner {
  display: none;
}

/* show only while loading */
.locations-container.loading .loading-spinner {
  display: block;
}
.skiplink {
	position: absolute;
    z-index: 99999;
    top: 0;
    right: 100%;
	background: #FFF;
	border: 2px solid #222;
	color: #222;
	text-decoration: none;
	padding: 20px 40px;
	font-size: 1em;
	font-weight: 700;
}
.skiplink:focus {
	right: auto;
}
.smoothing {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.caps {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline;
}
.overflow {
	overflow: hidden;
}
.relative {
	position: relative;
}
.parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 40vh;
	min-height: 500px;
}
.parallax.xTallParallax {
	height: 60vh;
	min-height: 600px;
}
.parallaxInner {
	height: 100%;
	min-height: 500px;
}
.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.borderFullRed {
	border: 6px solid #E86F64;
}
.borderFullBlack {
	border: 6px solid #111213;
}
.borderFullGray {
	border: 6px solid #f0f0f0;
}
.borderTop {
    border-top: 1px solid #1b98e0;
}
.borderBtm {
    border-bottom: 1px solid #1b98e0;
}
.alignright {
	float: right;
	margin: 0 0 1.25rem 1.25rem;
	max-width: 40%;
}
.alignleft {
	float: left;
	margin: 0 1.25rem 1.25rem 0;
	max-width: 40%;
}
.aligncenter {
	display: block;
	margin: 1.5rem auto;
	max-width: 80%;
}
.objectLeft {
	object-fit: cover;
	object-position: left;
}
.objectCenter {
	object-fit: cover;
	object-position: center;
}
.objectRight {
	object-fit: cover;
	object-position: right;
}
.flex-fill {
	flex: 1 1 auto;
}
html, body {
	font: normal 400 17px 'Open Sans', sans-serif;
	font-optical-sizing: auto;
	line-height: 1.65;
}
body {
	background: #fff;
	color: #111213;
}
#outer-container {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.container-wide {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
}
#mainContent {
	position: relative;
	padding-top: 127px;
}
@media (min-width: 992px) {
	#mainContent.landingPage {
		padding-top: 80px;
	}
}
#page-content {
	position: relative;
	background: #fff;
/*	padding-bottom: 4rem;*/
}
h1, h2, h3, h4 {
	font-family: 'DM Serif Display', serif;
	font-weight: 400;
	margin: 0;
	line-height: 1.5;
	letter-spacing: .05rem;
}
h1 {
	font-size: 2.75rem;
}
h2 {
	font-size: 2rem;
	margin-bottom: .75rem;
}
	.parallax h2 {
		font-size: 3rem;
	}
h3 {
	font-size: 1.3rem;
	margin-bottom: .75rem;
}
	h3.h3Lg {
		font-size: 1.6rem;
	}
.lgTxt {
	font-size: 1.2rem;
}
.mdTxt {
	font-size: 1.1rem;
}
.smTxt {
	font-size: 0.875rem;
}
.xsmTxt {
	font-size: 0.75rem;
}
p {
	margin-bottom: 1.755rem;
}
section p:last-child {
	margin-bottom: 0;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
small {
	font-size: 0.8rem;
}
address {
	line-height: 1.5;
}
img, video {
	max-width: 100%;
	height: auto;
}
a {
	color: #111213;
	/*transition: all .1s;*/
	text-decoration: underline;
}
	a:is(:hover,:focus) {
		color: #C05459;
	}
	.red a:is(:hover,:focus) {
		color: #fff;
	}
a.cta, span.cta, button.cta {
	-webkit-appearance: none;
	border: none;
	font: normal 500 1rem 'Open Sans', sans-serif;
	font-optical-sizing: auto;
	background: #E86F64;
	color: #111213;
	text-decoration: none;
	display: inline-block;
	padding: 0.45rem 1.4rem;
	line-height: normal;
	letter-spacing: .01rem;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
a.cta:is(:hover,:focus), button.cta:is(:hover,:focus) {
	background: #111213;
	color: #fff;
	/*transform: scale(1.05);*/
}
a.cta.ctaWhite {
	background: #fff;
	color: #111213;
}
a.cta.ctaWhite:is(:hover,:focus) {
	background: #E86F64;
	/*transform: scale(1.05);*/
}
a.cta.ctaRev{
	background: #111213;
	color: #fff;
}
a.cta.ctaRev:is(:hover,:focus) {
	background: #fff;
	color: #111213;
	/*transform: scale(1.05);*/
}
a.cta.ctaOutlineWht{
	background: none;
	color: #fff;
	border: 2px solid #fff;
}
a.cta.ctaOutlineWht:is(:hover,:focus) {
	background: #fff;
	color: #111213;
	/*transform: scale(1.05);*/
}
a.cta.ctaOutlineBlk{
	background: none;
	color: #111213;
	border: 2px solid #111213;
}
a.cta.ctaOutlineBlk:is(:hover,:focus) {
	background: #111213;
	color: #fff;
	/*transform: scale(1.05);*/
}
figcaption {
	font-style: italic;
	margin-top: .75rem;
	text-align: center;
	font-size: .9rem;
}
.videoContainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.pageHeader {
	color: #fff;
}
.bullet2col {
	columns: 2;
	column-gap: 3.75rem;
}
.bullet3col {
	columns: 3;
	column-gap: 40px;
}
.bullet4col {
	columns: 4;
	column-gap: 40px;
}
#page-content .bullet2col ul, #page-content .bullet3col ul, #page-content .bullet4col ul {
    break-inside: avoid;
    margin-bottom:0;
    padding-bottom: 1.5rem; /*Fix for Safari*/
}
#page-content .bullet2col li, #page-content .bullet3col li, #page-content .bullet4col li {
	break-inside: avoid;
	margin-bottom:0;
    padding-bottom: 1rem; /*Fix for Safari*/
}
#locBrandsList .bullet4col li {
	margin-bottom: 0;
    padding-bottom: .5rem;
}
#page-content ul {
	padding: 0;
	margin-left: 20px;
	margin-bottom: 1.5rem;
}
#page-content li {
	position: relative;
	padding-left: 0;
	margin-bottom: 1rem;
}

@media (max-width: 991px) {
	#mainContent {
		padding-top: 0;
	}
	a.cta, button.cta, a.ctaRev, span.ctaRev {
		font-size: 1rem;
	}
	h1, .parallax h2 {
		font-size: 2rem;
		line-height: normal;
	}
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.25rem;
	}
	.headerImage img {
		height: auto;
		/*min-height: 22vh;*/
		object-fit: cover;
		aspect-ratio: 16 /8;
	}
	.bullet4col {
		columns: 3;
	}
}
@media (max-width: 767px) {
	html, body {
		font-size: 19px;
	}
	h1 {
		font-size: 1.5rem;
		line-height: normal;
	}
	/*h2 {
		font-size: 1.4rem;
	}
	h3 {
		font-size: 1.2rem;
	}
	h4 {
		font-size: 1.1rem;
	}*/
	.bullet2col, .bullet3col, .bullet4col {
		columns: 1;
	}
	#page-content #locBrandsList ul.bullet4col {
		columns: 2;
		font-size: .85rem;
		padding: 0 20px;
	}
	#locBrandsList .bullet4col li {
		margin-bottom: .5rem;
	}
	.alignright, .alignleft {
		float: none;
		display: block;
		max-width: 60%;
		margin: 1.5rem auto;
	}
	.lgTxt {
		font-size: 1.15rem;
	}
}
@media (min-width: 576px) {
	.container-wide {
	    max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container-wide {
	    max-width: 900px;
	}
}
@media (min-width: 992px) {
	.container-wide {
	    max-width: 1100px;
	}
}
@media (min-width: 1200px) {
	.container-wide {
	    max-width: 1300px;
	}
	header .container-wide, #homeHeader .container-wide {
		max-width: 1500px;
	}
}


/*===HEADER=================================*/
#logo {
	width: 100%;
	max-width: 175px;
}
#headerCTA {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
header.basic {
	width: 100%;
	z-index: 3;
	padding: 0;
	background: #fff;
}
header.basic nav ul li.no-click {
    cursor: pointer;
}
header.basic nav ul#main-menu {
	width: 100%;
	text-align: center;
}
header.basic nav ul li {
	margin: 0 5px;
	position: relative;
}
header.basic nav ul#main-menu li a {
	font-size: .9rem;
	font-weight: 500;
	padding: .4rem;
	position: relative;
	color: #1E1E1E;
	text-decoration: none;
}

header.basic nav ul#main-menu li.hasDropdown a {
	padding-right: .15rem;
}
header.basic nav .hasDropdown span {
	font-size: .8rem;
	color: #1E1E1E;
	margin-left: 0;
}
header.basic nav .hasDropdown ul {
	width: 280px;
    background: #FFF;
    top: 38px;
    padding: 0;
    left: 0;
    z-index: 3;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 60%);
}
header.basic nav .hasDropdown ul li {
	padding: 0;
}
header.basic nav ul#main-menu li:hover > a, header.basic nav ul#main-menu li:focus > a, header.basic nav ul#main-menu li:hover span, header.basic nav ul#main-menu li:focus span {
	color: #c05459;
}
/*header.basic nav ul#main-menu li.current-menu-item a {
	color: #006494;
}*/
header.basic nav ul#main-menu li.current-menu-item:not(.navCTA) a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - .8rem);
	border-bottom: 3px solid #c05459;
}
header.basic nav ul#main-menu li.hasDropdown ul li.current-menu-item {
	background: rgba(148, 168, 150, 0.2);
}
header.basic nav ul#main-menu li.hasDropdown.current-menu-item ul li a:after, header.basic nav ul#main-menu li.hasDropdown ul li.current-menu-item a:after  {
	display: none;
}
header.basic nav ul#main-menu li.navCTA a {
    -webkit-appearance: none;
	border: 3px solid #c05459;
	font: normal 600 1rem 'Raleway', sans-serif;
	font-optical-sizing: auto;
	background: #c05459;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: .75rem 1.5rem;
	line-height: normal;
	letter-spacing: .01rem;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
header.basic nav ul#main-menu li.navCTA a:is(:hover,:focus) {
	background: #d27c18;
	border: 2px solid #d27c18;
	transform: scale(1.03);
}

@media (min-width: 992px) {
	header.basic {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9;
		padding: 0;
		transition: top 0.3s ease-in-out;
		box-shadow: 0 3px 5px rgba(0, 0, 0, .04);
	}
	header.basic nav ul#main-menu{
		font-size: 0;
	}
	header.basic nav ul#main-menu li {
		margin: 0 10px;
	}
	header.basic nav ul#main-menu li:not(:last-child):before {
		content: '';
		position: absolute;
		top: 50%;
		right: -10px;
		transform: translateY(-50%);
		border-left: 1px solid #111213;
		width: 1px;
		height: 60%;
	}
	header.basic nav ul li.hasDropdown ul li.hasDropdown span {
		position: absolute;
    	top: 4px;
		right: 2px;
		background: none!important;
	}
	header.basic nav ul#main-menu li.hasDropdown ul li a {
		display: block;
		font-size: .8rem;
		color: #3e3e3e;
		padding: 0.5rem 0.85rem ;
	}
	header.basic nav ul#main-menu li.hasDropdown ul li a:hover, header.basic nav ul#main-menu li.hasDropdown ul li a:focus {
		color: #c05459;
	}
	header.basic nav ul#main-menu li.hasDropdown ul li:not(:first-child) {
		border-top: 1px solid #efefef;
	}
}

@media (max-width: 1199px) {
	header.basic nav ul li {
	    margin: 3px;
	}
	header.basic nav ul#main-menu li a {
		font-size: .8rem;
		padding: .5rem .25rem;
	}
}
@media (max-width: 991px) {
	#headerCTA {
		position: fixed;
		top: initial;
		right: initial;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 1rem;
		text-align: center;
		z-index: 9;
	}
	header.basic .navButton span, header.basic .navButton span:before, header.basic .navButton span:after {
		background: #123961;
	}
	header.basic.opened .navButton span:before, header.basic.opened .navButton span:after {
		background: #19253C;
	}
	#mobile-nav-group {
		position: relative;
	}
	header.basic .navButton {
		position: absolute;
	    top: 50%;
	    right: 2rem;
	    transform: translateY(-50%);
	}
	header.basic nav {
		border-top: none;
		display: block;
		background-color: #111213;
		width: 80%;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		z-index: 10;
		padding: 80px 0 0 0;
		-webkit-box-shadow: 3px 0px 20px 0px rgba(0,0,0,0.7); 
		box-shadow: 3px 0px 20px 0px rgba(0,0,0,0.7);
	}
	header.basic nav ul#main-menu {
		display: block;
	}
	header.basic nav ul li {
		display: block;
		text-align: left;
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #484848;
	}
	header.basic nav ul#main-menu li a {
		color: #fff;
		font: normal 600 1.25rem 'DM Serif Display', serif;
		letter-spacing: 0.03rem;
		display: block;
		padding: .8rem 0 .8rem 1.25rem;
		text-transform: none;
		text-decoration: none!important;
	}
	header.basic nav ul#main-menu li.navCTA {
		border:none;
		padding-top: 30px;
	}
	header.basic nav ul#main-menu li.navCTA a {
		display: inline-block;
		margin-left: 1.2rem;
		padding: 0.6rem 1.25rem;
    	color: #242240;
	}
	header.basic nav .hasDropdown:hover, basic nav .hasDropdown:focus, header.basic nav ul#main-menu li:hover > a, header.basic nav ul#main-menu li:focus > a, header.basic nav ul#main-menu li.hasDropdown:hover span, header.basic nav ul#main-menu li.hasDropdown:focus span, header.basic nav ul#main-menu li.hasDropdown ul li a:hover, header.basic nav ul#main-menu li.hasDropdown ul li a:focus {
		background: none;
		color: #fff;
	}
	header.basic.opened:after {
		content: '';
	    position: fixed;
	    top: 0;
	    left: 0;
	    background: rgba(255, 255, 255, 0.75);
	    width: 100%;
	    height: 100%;
	    z-index: 9;
	}
	header.basic nav .hasDropdown ul {
		width: 100%;
		top: 0;
		left: 0;
		background: #0a2846;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		z-index: 1;
	}
	header.basic nav .hasDropdown ul .hasDropdown ul {
		background: #376592;
	}
	header.basic nav .hasDropdown ul .hasDropdown ul .hasDropdown ul {
		background: #437AB1;
	}
	header.basic nav .hasDropdown ul li {
		text-align: left;
		border: none;
		margin: 0;
		padding: 0;
	}
	header.basic nav ul#main-menu li.hasDropdown ul li a {
	    text-transform: none;
	    text-align: left;
	    color: #fff;
	    padding: 0.75rem 0.75rem 0.75rem 2.1rem;
	    width: 100%;
	}
	header.basic nav ul#main-menu li.hasDropdown ul li a:before {
		content: '-';
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 1.25rem;
	}
	header.basic nav ul#main-menu li.hasDropdown ul li.hasDropdown ul li a {
		padding-left: 2.75rem;
	}
	header.basic nav ul#main-menu li.hasDropdown ul li.hasDropdown ul li a:before {
		content: '--';
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 1.4rem;
	}
	header.basic nav ul#main-menu li.hasDropdown ul li.hasDropdown ul li.hasDropdown ul li a {
	    padding-left: 3.25rem;
	}
	header.basic nav ul#main-menu li.hasDropdown ul li.hasDropdown ul li.hasDropdown ul li a:before {
	    content: '---';
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 1.75rem;
	}
	header.basic nav ul#main-menu li.hasDropdown span {
		top: 0;
	    right: 0;
	    font-size: .9rem;
	    color: #fff;
	    padding: 0.86rem 0.8rem;
	    margin-left: 0;
	}
	header.basic nav ul#main-menu li.hasDropdown:hover span, header.basic nav ul#main-menu li.hasDropdown:focus span {
		color: #fff;
	}
	header.basic nav ul#main-menu li.current-menu-item a {
		text-decoration: none;
		color: #fff;
	}
	header.basic nav ul#main-menu li.current-menu-item a:after {
		display: none;
	}
	nav ul li.menu-item-has-children a {
	    width: calc(100% - 2.75rem);
	}
}
@media (max-width: 767px) {
	header.basic nav {
		padding: 60px 0 0 0;
	}
	#logo {
	    max-width: 150px;
	}
}


/*===EMERGENCY BANNER=================================*/
#messageBanner {
	font-size: .9rem;
	font-weight: 600;
	color: #0F143D;
}
#messageBanner a {
	color: #0F143D;
	text-decoration: none;
}
#messageBanner.red, #messageBanner.black, #messageBanner.red a, #messageBanner.black a {
	color: #fff;
}

@media (max-width: 991px) {
	#messageBanner {
		font-size: .8rem;
	}
}


/*===Page Headers=================================*/
#headerText {
	color: #fff;
	background: #111213;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
#headerContent {
	text-align: center;
}
@media (min-width: 992px) {
	#headerImg .headerImage img {
		width: 100%;
		max-width: none;
		height: 30vw;
        max-height: 550px;
        object-fit: cover;
        position: relative;
        z-index: 1;
	}
	#headerHome .headerImage img {
		width: 100%;
		max-width: none;
		height: 40vw;
        max-height: 700px;
        object-fit: cover;
        position: relative;
        z-index: 1;
	}
	#headerImg #headerContent {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 2;
	}
	#headerContent.objectLeftContent {
		text-align: right;
	}
	#headerContent.objectRightContent {
		text-align: left;
	}
	/*#headerHome #headerContent {
		position: absolute;
		top: 50%;
		left: 10%;
		transform: translateY(-50%);
		z-index: 2;
		color: #fff;
		text-align: left!important;
	}*/
	#headerImg #headerContent.objectLeftContent {
		left: initial;
		right: 0;
		width: 50%;
		transform: translateY(-50%);
	}
	#headerImg #headerContent.objectRightContent {
		left: 0;
		right: initial;
		width: 50%;
		transform: translateY(-50%);
	}
}
@media (max-width: 991px) {
	#headerText {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	#headerImg #headerContent, #headerHome #headerContent {
		position: static;
		transform: none;
		background: #111213;
		color: #fff;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
	}
}
@media (max-width: 767px) {
	#headerText {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}
}


/*===HOMEPAGE=================================*/
.home .offerBlock {
	border: none;
}
.homeSlideImg {
	position: relative;
	z-index: 1;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 96 / 37;
}
.homeSlideOffer {
	position: absolute;
	top: 50%;
	z-index: 2;
	padding: 2rem;
	width: 50%;
	background: #fff;
	border: 1px solid #111213;
	transform: translateY(-50%);
}
.homeSlideOffer.offerLeft {
	left: 2rem;
}
.homeSlideOffer.offerRight {
	right: 2rem;
}
body.home #page-content ul.slick-dots {
	left: initial;
	right: 1rem;
	width: auto;
}
#homeOfferSlider > .homeSlide:not(:first-child) {
    display: none;
}
@media (min-width: 1200px) {
	.home .mainOffer {
	    font-size: 3.25rem;
	}
	.homeSlideOffer {
		width: 100%;
		max-width: 600px;
	}
}
@media (max-width: 991px) {
	#homeOfferSlider {
		background: #111213;
	}
	.homeSlideOffer {
		position: static;
		width: 100%;
		background: #111213;
		color: #fff;
		border: none;
		transform: none;
		padding: 1.15rem;
	}
	.home .offerBlockTxt a:not(.cta) {
		color: #fff;
	}
	.home h2.mainOffer {
	    max-width: 600px;
	    margin: 0 auto;
	}
	a.offerPopTriggerHome {
		font-size: .8rem;
	}
	.home .offerBlock {
		border: none;
	}
}
@media (max-width: 767px) {
	body.home #page-content ul.slick-dots {
		text-align: right;
    	padding: 0 1rem;
	}
}

/*===Flex Content=================================*/
.fullWidthImg img {
	width:100%;
}
.imageRows img {
	height: 100%;
	object-fit: cover;
}
.coloredBoxes .coloredBox:first-child .coloredBoxInner {
	border: 10px solid #77C4C4;
}
.coloredBoxes .coloredBox:nth-child(2) .coloredBoxInner {
	border: 10px solid #C35E63;
}
.coloredBoxes .coloredBox:nth-child(3) .coloredBoxInner {
	border: 10px solid #EF833C;
}
.coloredBoxInner {
	width: 100%;
	height: 100%;
}
.coloredBoxes .cta {
	font-size: 1rem;
}
.text3boxes strong {
	font-size: 1.2rem;
}
.text3boxes i {
	font-size: 3rem;
	color: #E86F64;
}
.text3boxes .text-center li {
	list-style: none;
}
.blackTextBoxes .blackTextBoxList a {
	text-decoration: none;
	color: #fff;
	transition: all .15s;
}
.blackTextBoxes .blackTextBoxList a:is(:hover,:focus) {
	box-shadow: 0px 0px 0px 5px rgba(232,111,100,0.75) inset;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(232,111,100,0.75) inset;
	-moz-box-shadow: 0px 0px 0px 5px rgba(232,111,100,0.75) inset;
	transform: scale(1.08);
}
.productBoxCard a {
	display: block;
	width: 100%;
	height: 100%;
	background: #111213;
}
.productBoxCard a img {
	object-fit: cover;
	aspect-ratio: 16 / 9;
	width: 100%;
	position: relative;
	z-index: 1;
}
.productBoxText {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
	width: calc(50% - 1.5rem);
	z-index: 2;
	color: #111213;
}
.productBoxText h2 {
	font-size: 1.7rem;
}
.faqContainer button {
	-webkit-appearance: none;
	width: 100%;
	border: none;
	background: #fff;
	padding: 0;
	text-align: left;
}
.faqContainer button h3 {
	padding-right: 2.5rem;
	margin-bottom: 0;
}
.faqContainer button span {
	position: absolute;
	top: 50%;
	right: .25rem;
	transform: translateY(-50%);
	color: #C35E63;
}
.ctaRepeater .cta:last-child {
	margin-right: 0!important;
}
a.youtubeImg {
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.youtubeImg i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #282828;
	font-size: 68px;
	opacity: 0.8;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	z-index: 1;
}
.youtubeImg:hover i {
	color: #ff0000;
	opacity: 1;
}
.youtubeImg i:after {
	content: '';
	position: absolute;
	background-color: #fff;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.videoGalleryOverlay a.close {
	position: absolute;
	background-color: #c40e03;
	top: -40px;
	right: 0;
	padding: 2px 14px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	text-decoration: none;
}
.videoGalleryOverlay {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
}
.videoGalleryOverlay .videoWrapper {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    max-width: 1280px;
    transform: translate(-50%, -50%);
}
.videoGalleryOverlay.videoPlay {
	opacity: 1;
	visibility: visible;
}
.videoGalleryOverlay.videoPlay .videoWrapper {
    display: block;
}
.home .iconImg {
	height: 70px;
}
.staffCommittee .staffPhoto {
	max-width: 200px;
}
.bioText {
    margin-bottom: 20px;
    padding: 15px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out; /* Smooth animation */
}
.bioText p {
    margin-top: 0;
    margin-bottom: 10px;
}
.bioText .truncated-text {
    display: inline;
}
.bioText .full-text-hidden {
    display: none;
}
.bioText button {
    background: none;
    color: #861657;
    border: none;
    padding: 0;
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
    margin-left: .75rem;
    transition: background-color 0.3s ease;
}
.bioText button:hover {
    background:none;
}
.splitTextImg img {
	position: relative;
	z-index: 2;
	width: 100%;
    object-fit: cover;
}
.splitTextImg .imgContainer {
	margin-bottom: 1.5rem;
}
.splitTextImg .imgContainer:after {
	content: '';
	position: absolute;
	bottom: -1.5rem;
	right: -1.5rem;
	background: #111213;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.splitTextImg .imgContainer.splitTextImgRed:after {
	background: #E86F64;
}
.splitTextImg .imgContainer.splitTextImgNone:after {
	display: none;
}
.splitTextImgL .imgContainer {
	margin-bottom: 0;
	margin-top: 1.5rem;
}
.splitTextImgL .imgContainer:after {
	bottom: initial;
	right: initial;
	top: -1.5rem;
	left: -1.5rem;
}
.brandLogo img {
	aspect-ratio: 16 / 9;
    display: block;
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}
.offerBlock {
	border: 1px solid #111213;
}
.offerBlock sup {
	font-family: 'Open Sans', sans-serif;
}
.offerBlock h2 sup {
	font-size: 40%;
    top: -.9rem;
}
.preOffer, .postOffer {
	font-family: 'DM Serif Display', sans-serif;
}
.preOffer {
	font-size: 1.55rem;
}
.postOffer {
	font-size: 1.25rem;
}
.mainOffer {
	font-size: 2.65rem;
	line-height: normal;
}
.offerBlockTxt a {
	text-decoration: none;
	color: #111213;
}
.offerBlockTxt a span.detailsLink {
	text-decoration: underline;
}
.offerImg {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.disclaimerTxt {
	font-size: .85rem;
}
.disclaimerTxt p {
	display: inline;
	margin-bottom: 0;
}
.dataTable {
	border-collapse: collapse;
	margin: 0 auto;
}
.dataTable, .dataTable th, .dataTable td {
  border: 1px solid #111213;
}
.dataTable th, .dataTable td {
	padding: .5rem .75rem;
}
.dataTable th {
	background: #abdcff;
}
.dataTable tr:nth-child(even) {
	background: #f0f0f0;
}
.disclaimerHidden {
  display: none;
}
.disclaimerReadMoreTxt {
	font-size: 12px;
}
.disclaimerReadMoreTxt p {
	margin-bottom: 17px;
}
button.disclaimerReadMore {
	background: none;
	border: none;
	color: #C05459;
	text-decoration: underline;
	padding: 0;
}
button.disclaimerReadMore:is(:hover,:focus) {
	color: #111213;
}

@media (min-width: 768px) {
	.productBoxCard a:is(:hover,:focus) img {
		transform: scale(1.02);
		transition: all 0.3s;
		-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25); 
		box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
	}
}

@media (max-width: 991px) {
	.fullWidthWtext {
		background: #111213!important;
		color: #fff;
	}
	.fullWidthWtext img {
		object-fit: cover;
		aspect-ratio: 16 / 8;
		max-height: 350px;
	}
	.mainOffer {
	    font-size: 2rem;
	}
	.preOffer {
	    font-size: 1.35rem;
	    line-height: 1.5;
	}
	.postOffer {
	    font-size: 1.05rem;
	}
}

@media (max-width: 767px) {
	.splitTextImg + .splitTextImg.white:before {
		content: '';
		width: 100px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		border-top: 1px solid #77C4C4;
	}
	.staffPhoto {
		max-width: 200px;
	}
	.productBoxText {
		left: 50%;
        right: initial;
        transform: translate(-50%, -50%);
        width: calc(100% - 2rem);
        color: #fff;
        z-index: 3;
        text-align: center;
	}
	.productBoxCard a img {
		opacity: .25;
		aspect-ratio: 16 /11;
	}
	.productBoxText h2 {
		font-size: 1.5rem;
	}
	.mainOffer {
	    font-size: 1.8rem;
	}
	.offerImg {
	    aspect-ratio: 16 / 9;
	}
}



/*===LOCATIONS ARCHIVE=================================*/
#map {
	aspect-ratio: 1 / 1;
    width: 100%;
}
#locationsMapLeft {
    aspect-ratio: 739.63 / 686.38;
	height: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow: hidden scroll;
	width: 100%;
}
a#mapCurrent {
	color: #111213;
	text-decoration: none;
}
a#mapCurrent:is(:hover,:focus) {
	text-decoration: underline;
}
#locSearchBtn {
	height: 47px;
    width: 47px;
    border: none;
    background: #111213;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.search-field-container input[type=text] {
	width: calc(100% - 47px);
}
#locSearchBtn:is(:hover,:focus) {
	background: #E86F64;
    color: #111213;
}
.locations-container article:not(:first-child) {
	border-top: 1px solid #111213;
	margin-top: 1rem;
	padding-top: 1rem;
}
.locations-container article a:not(.cta) {
	text-decoration: none;
	color: #111213;
}
.locations-container article a:not(.cta):is(:hover,:focus) {
	text-decoration: underline;
	color: #E86F64;
}
.locations-container article a h3 {
	font: normal 700 1.1rem 'Open Sans', sans-serif;
	margin-bottom: 0;
}
.locations-container address, .phone-numbers-container, .locationStatus {
	font-size: .95rem;
}
.locationStatus {
	font-weight: 700;
}
#location-markers .single-location .location-info-container {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}
#location-markers .single-location a.location-name {
	grid-column: 1 / -1;
}
.address-container {
    flex: 0 0 100%;
    width: 100%;
}
.location-ctas-container {
	grid-gap: .25ch;
    align-self: flex-start;
    display: grid;
    gap: .25ch;
    grid-template-columns: minmax(0, 1fr);
    text-align: right;
}
a.mapDirections {
	text-align: right;
	text-decoration: underline;
}
#map .location-info-container a:not(.cta) {
	text-decoration: none;
	color: #111213;
}
#map .location-info-container a:is(:hover,:focus):not(.cta) {
	text-decoration: underline;
	color: #C05459;
}
#map a.location-name h3 {
	font: normal 700 .9rem 'Open Sans', sans-serif;
	margin-bottom: .25rem;
}
#map .address-container, #map .locationStatus, #map .phone-numbers-container {
	font-size: .85rem!important;
	padding-bottom: .6rem;
}
#map .mapDirections, body.post-type-archive-locations button.hoursToggle {
	display: none;
}
#map a.cta {
	font-size: .85rem;
	margin-bottom: .15rem;
}
#map .location-ctas-container {
	text-align: left;
}

@media (max-width: 991px) {
	#map {
		aspect-ratio: 16 / 9;
	}
}
@media (max-width: 767px) {
	#map {
		aspect-ratio: 1 / 1;
	}
	#location-markers .single-location .location-info-container {
		display: block;
	}
	#location-markers .location-ctas-container, #location-markers a.mapDirections {
		text-align: left;
	}
	#map a.location-name h3 {
		font-size: .85rem;
	}
	.gm-style .gm-style-iw-c {
		max-height: 280px!important;
		text-align: center!important;
	}
	.gm-style-iw-c .location-ctas-container {
		text-align: center!important;
	}
	#map .address-container, #map .locationStatus, #map .phone-numbers-container {
	    font-size: .8rem !important;
	    padding-bottom: .5rem;
	}
	#map .location-info-container a:not(.cta){
		outline: none;
	}
}

/*===SINGLE LOCATIONS=================================*/
.geolocator-shortcode a:not(.cta) {
	font-size: 1.2rem;
	color: #111213;
	text-decoration: none;
}
.geolocator-shortcode a:not(.cta) strong {
	display: block;
}
.geolocator-shortcode a:not(.cta):is(:hover,:focus) {
	color: #C05459;
	text-decoration: underline;
}
#locationHeader h2 {
	font: normal 700 1rem 'Open Sans', sans-serif;
	margin-bottom: .5rem;
}
.locationContact a {
	color: #111213;
	text-decoration: none;
}
.locationContact a:is(:hover,:focus) {
	color: #C05459;
	text-decoration: underline;
}
.storeBadge {
    display: inline-block;
    font-size: .95rem;
    padding: .25rem .45rem;
	border-radius: 4px;
	background: #3d598a;
    color: #fff;
    margin-bottom: .25rem;
}
	#location-markers .storeBadge {
		font-size: .75rem;
		margin-top: .25rem;
	}
.storeBadge.tempClosed {
	background: #ffc107;
    color: #111213;
}
.storeBadge.permClosed {
	background: #D33636;
}
button.hoursToggle {
	-webkit-appearance: none;
	border: none;
	background: none;
	font-size: .9rem;
	color: #204391;
}
#locationHoursGroup {
	font-size: 0.889rem;
}
.hoursToggle i.rotateArrow{
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.hoursToggle i {
  transition: transform 0.3s ease;
}
.single-locations .corpOffer a.cta {
	display: none;
}
#locServices img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 16 / 9;
}
#locInsurance li, #locAbout li, #locDocContent li {
	list-style: none;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	line-height: 2;
}
#locInsurance li:not(:first-child), #locAbout li:not(:first-child), #locDocContent li:not(:first-child) {
	padding-left: 1.5rem;
}
#locInsurance li:not(:first-child):before, #locAbout li:not(:first-child):before, #locDocContent li:not(:first-child):before {
	content: '|';
	position: absolute;
	top: 0;
	left: .25rem;
	opacity: .35;
}
#locDoctor .imgContainer {
	max-width: 400px;
}
#drSlider img {
	aspect-ratio: 1.15 / 1;
    object-fit: cover;
}
#page-content #locDoctor ul.slick-dots {
	bottom: -2rem;
}
.storeImg img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 18 / 7;
}
.storeImgSplit img {
	object-fit: cover;
	height: 100%;
	aspect-ratio: 3 / 4;
}
#brandSlider .slick-prev {
    left: -.5rem;
}
#brandSlider .slick-next {
    right: -.5rem;
}
.emailFormPop h2 {
	font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
}
#emailModalSubscribe .gform_wrapper {
	font-size: 0;
}
#emailModalSubscribe .gform-body {
	display: inline-block;
    width: 75%;
    text-align: left;
}
#emailModalSubscribe .gform-footer {
	display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 25%;
}
#emailModalSubscribe .gform_footer input[type=submit] {
	width: 100%;
	text-align: center;
}
#emailModalSubscribe .gform_footer input[type=submit]:is(:focus, :hover) {
	background: #fff;
	color: #111213;
}
#emailModalSubscribe .gform_description {
	display: none;
}
#emailModalSubscribe .gform-theme--framework .gform_validation_errors {
    margin-bottom: 5px;
    border-color: #d7310c;
    padding: 5px;
}
#emailModalSubscribe .gform_submission_error, #emailModalSubscribe .gfield_validation_message {
	color: #d7310c;
}
#emailModalSubscribe .gform_confirmation_message {
    color: #c05459;
}
body #emailModalSubscribe .gform-theme.gform-theme--foundation.gform-theme--framework.gform_wrapper .gform_footer input[type=submit]:is(:hover,:focus) {
	background: #111213;
	color: #fff;
}
/*iframe.vpContainer {
    aspect-ratio: 17 / 12;
    display: block;
    height: auto;
    min-height: min(675px, 95vh);
    padding: 0;
    width: 100vw;
    position: relative;
    max-width: calc(100% - 30px);
}*/
@media (min-width: 992px) {
	.aboutStore {
		columns: 2;
		column-gap: 3.75rem;
	}
	/*iframe.vpContainer {
		max-width: 960px;
	}*/
}
@media (max-width: 767px) {
	.single-locations h1 {
		font-size: 1.3rem;
        padding: 0px 12px;
        letter-spacing: 0.02rem;
	}
	#locationHeader {
		font-size: .85rem;
	}
	#locationHeader h2{
		margin-bottom: .25rem;
		font-size: .85rem;
	}
	#emailModalSubscribe .gform-body {
	    display: block;
	    width: 100%;
	}
	#emailModalSubscribe .gform-footer {
	    display: block;
	    margin: 10px auto;
	    width: 45%;
	}
	.emailFormPop small {
		font-size: 12px;
	}
}


/*===SLICK SLIDER=================================*/
#page-content ul.slick-dots {
	margin: 0;
	bottom: -2rem;
}
/*.slick-dots {
	background: #949494;
}*/
.slick-dots li.slick-active button {
	background: #4e79a9;
}
.slickPlay, .slickPause {
	cursor: pointer;
	color: #757575;
	font-size: 1.2rem;
	background: none;
	border: none;
}
.slick-arrow {
    color: #919191;
    font-size: 1.5rem;
    padding: 0.75rem;
}
.slick-prev {
    left: -1.25rem;
}
.slick-next {
    right: -1.25rem;
}
.slickPlay:hover, .slickPause:hover, .slick-arrow:hover, .slick-arrow:hover {
	color: #506D8D;
}
.slick-prev:hover, .slick-prev:focus {
    left: -1.5rem;
}
.slick-next:hover, .slick-next:focus {
    right: -1.5rem;
}

@media (max-width: 767px) {
	#page-content ul.slick-dots {
		position: static;
	}
}


/*===MODALS=================================*/
.formWrapper, .disclaimerWrapper, .vpFormWrapper, .emailFormWrapper {
	background-color: rgba(17,18,19,0.9);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.formWrapper.open, .disclaimerWrapper.open, .vpFormWrapper.open, .emailFormWrapper.open {
	opacity: 1;
	visibility: visible;
}
.formWrapper .formPop, .disclaimerWrapper .disclaimerPop, .vpFormWrapper .vpFormPop, .emailFormWrapper .emailFormPop {
	display: none;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 500px;
/*	height: 100%;*/
	max-height: 480px;
	padding: 45px 20px 20px 20px;
	overflow-y: scroll;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.vpFormWrapper .vpFormPop {
	background: none;
    padding: 0;
    width: 90%;
    height: 90%;
    max-width: none;
    max-height: none;
    overflow: initial;
}
.vpFormWrapper .vpFormPop iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.emailFormWrapper .emailFormPop {
	max-width: 650px;
}
.disclaimerWrapper .disclaimerPop {
	max-width: 650px;
}
.formWrapper.open .formPop, .disclaimerWrapper.open .disclaimerPop, .vpFormWrapper.open .vpFormPop, .emailFormWrapper.open .emailFormPop {
	display: block;
}
.formWrapper .formPop a.close {
	display: none;
	position: absolute;
	background-color: #111213;
	top: 0;
    right: 0;
    padding: 4px 10px;
    color: #fff;
    font-size: .8rem;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
.emailFormWrapper .emailFormPop button.modalClose {
	display: none;
	position: absolute;
	top: 0;
    right: 0;
	border: none;
	color: #fff;
	background-color: #111213;
	font-size: 1rem;
	display: inline-block;
	padding: .35rem 1rem;
}
.vpFormWrapper .vpFormPop button.modalClose {
	display: none;
	position: absolute;
	top: -24px;
    right: 0;
	border: none;
	color: #111213;
	background-color: #E86F64;
	font-size: 1rem;
	display: inline-block;
	padding: .35rem 1rem;
}
.formWrapper.open .formPop .close, .vpFormWrapper.open .vpFormPop button.modalClose, .emailFormWrapper.open .emailFormPop button.modalClose {
	display: block;
}
.formWrapper .formPop a.back {
	position: absolute;
	background-color: #646464;
	top: 0;
    left: 0;
    padding: 4px 10px;
    color: #fff;
    font-size: .8rem;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
.disclaimerPop button.modalClose {
	border: 1px solid #113213;
	color: #113213;
	background: none;
	font-size: .85rem;
	display: inline-block;
	padding: .25rem .4rem;
	margin-top: .75rem;
}
.formWrapper .formPop a.close:hover, .formWrapper .formPop a.close:focus {
	background-color: #211F21;
}

@media (min-height: 900px) {
	.formWrapper .formPop, .disclaimerWrapper .disclaimerPop {
		max-height: 850px;
	}
}
@media (min-height: 767px) {
	.vpFormWrapper .vpFormPop button.modalClose {
		top: -28px;
	}
}


/*===FORMS=================================*/
.gform-theme--foundation .gform_fields {
	row-gap: 1.25rem!important;
}
label.gfield_label {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
body .gform-theme.gform-theme--foundation.gform-theme--framework.gform_wrapper .gform_footer input[type=submit] {
	-webkit-appearance: none;
	border: none;
	font: normal 500 1rem 'Open Sans', sans-serif;
	font-optical-sizing: auto;
	background: #E86F64;
	color: #111213;
	text-decoration: none;
	display: inline-block;
	padding: 0.45rem 1.4rem;
	line-height: normal;
	letter-spacing: .01rem;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body .gform-theme.gform-theme--foundation.gform-theme--framework.gform_wrapper .gform_footer input[type=submit]:is(:hover,:focus) {
	background: #111213;
	color: #fff;
	/*transform: scale(1.05);*/
}
body .gform-theme.gform-theme--foundation.gform-theme--framework.gform_wrapper .gform_confirmation_message {
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
	color: #111213;
    border: 4px solid #e86f64;
    width: fit-content;
    margin: 0 auto;
    padding: 2rem;
}
.gfield input:not([type="submit"]), .gfield textarea {
	background: #fff!important;
	border: 1px solid #111213!important;
	/*box-shadow: none!important;*/
	font-size: .95rem !important;
    padding: .6rem .5rem !important;
    color: #111213 !important;
    /*-webkit-box-shadow: 0px 1px 4px 0px rgb(18 25 97 / 8%);
    -moz-box-shadow: 0px 1px 4px 0px rgba(18,25,97,0.8);
    box-shadow: 0px 1px 4px 0px rgb(18 25 97 / 8%);*/
}
.gfield input:not([type="submit"]):focus, .gfield textarea:focus {
	border: 1px solid #123961!important;
}
.gfield select.gfield_select {
	font-size: .95rem !important;
}
.gfield input[type="file"] {
	height: auto!important;
}
body .gform_wrapper ::placeholder, body .gform_wrapper ::-webkit-input-placeholder, body .gform_wrapper input[placeholder] {
  color: #111213;
}
.gform-theme--framework .gf_progressbar .percentbar_blue {
	background-color: #05853E!important;
}
.gfield_required {
	position:absolute!important;
	left:-10000px!important;
	top:auto!important;
	width:1px!important;
	height:1px!important;
	overflow:hidden!important;
}
section p.gform_required_legend {
	font-size: .8rem!important;
	margin-bottom: .5rem!important;
	text-align: right;

}
section p.gform_required_legend .gfield_required {
	position: static!important;
	width: initial!important;
	height: initial!important;
	color: #111213!important;
}
.gform-theme--foundation #gform_fields_1 {
	grid-row-gap: 30px !important;
}
@media (max-width: 767px) {
	.gform-theme--foundation #gform_fields_1 {
		grid-row-gap: 20px !important;
	}
}


/*===FOOTER=================================*/
#footerLogo {
	max-width: 300px;
}
footer h2 {
	font-size: 1.15rem;
	font-weight: 400;
	margin-bottom: 0;
}
footer nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
footer nav li {
	list-style: none;
	display: block;
	margin-bottom: .25rem;
}
footer nav#footerNav li {
	display: block;
	margin: 7px 0;
}
footer nav li a {
	font-size: .9rem;
	font-weight: 500;
	line-height: 1.75;
	text-decoration: none;
}
footer nav li a:is(:focus,:hover) {
	color: #fff;
	text-decoration: underline;
}
#footerCopyright {
	font-size: .7rem;
	font-weight: 500;
	line-height: 1.75;
}
#footerSocial a {
	font-size: 1.5rem;
}
#footerSocial a:is(:focus,:hover) {
	color: #77C4C4;
}
#footerPolicies {
	font-size: .8rem;
}
#footerPolicies nav {
	display: inline-block;
	font-size: 0;
}
#footerPolicies nav li {
	display: inline-block;
	margin: 0 .5rem;
}
#footerPolicies nav li a {
	font-size: .8rem;
}
#footerSubscribe .gform_wrapper {
	font-size: 0;
}
#footerSubscribe .gform-body {
	display: inline-block;
    width: 75%;
    text-align: left;
}
#footerSubscribe .gform-footer {
	display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 25%;
}
#footerSubscribe .gform_footer input[type=submit] {
	width: 100%;
	text-align: center;
}
#footerSubscribe .gform_footer input[type=submit]:is(:focus, :hover) {
	background: #fff;
	color: #111213;
}
#footerSubscribe .gform_description {
	display: none;
}
#footerSubscribe .gform-theme--framework .gform_validation_errors {
    margin-bottom: 5px;
    border-color: #FD390D;
    padding: 5px;
}
#footerSubscribe .gform_submission_error, #footerSubscribe .gfield_validation_message {
	color: #FD390D;
}
#footerSubscribe .gform_confirmation_message {
	color: #64dd44;
}

@media (max-width: 991px) {
	footer h2, #footerSocial a {
		font-size: 1.15rem;
	}
	#footerPolicies {
		padding-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	#footerSubscribe .gform-body {
		display: block;
	    width: 100%;
	}
	#footerSubscribe .gform-footer {
		display: block;
	    width: 100%;
	}
}


/*===ANIMATION=================================*/
.fancyAnimationSlideDown {
	opacity: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	transition-delay: 250ms;
}
.fancyAnimationSlideDown.run {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fancyAnimationSlideUp {
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	transition-delay: 250ms;
}
.fancyAnimationSlideUp.run {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fancyAnimationSlideLeft {
	opacity: 0;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	transition-delay: 250ms;
}
.fancyAnimationSlideLeft.run {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fancyAnimationSlideLeftSlow {
	opacity: 0;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	transition-delay: 250ms;
}
.fancyAnimationSlideLeftSlow.run {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fancyAnimationSlideRight {
	opacity: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	transition-delay: 250ms;
}
.fancyAnimationSlideRight.run {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fancyAnimationPop {
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.4s cubic-bezier(.17,.67,.34,1.52);
	transition: all 0.4s cubic-bezier(.17,.67,.34,1.52);
	transition-delay: 250ms;
}
.fancyAnimationPop.run {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.fancyAnimationFade {
	opacity: 0;
	transition: all 0.4s;
	transition-delay: 250ms;
}
.fancyAnimationFade.run {
	opacity: 1;
}
.delay500 {
  transition-delay: 500ms;
}
.delay750 {
  transition-delay: 750ms;
}
.delay1000 {
  transition-delay: 1000ms;
}
.delay1500 {
  transition-delay: 1500ms;
}
.delay2000 {
  transition-delay: 2000ms;
}
.delay2500 {
  transition-delay: 2000ms;
}
.delay3000 {
  transition-delay: 2000ms;
}