/*===COLORS=================================*/
.primary-dark { background: #524b64; }
.primary-lt { background: #e0dfe4; }
.secondary-dark { background: #524b64; }
.secondary-lt { background: #aaa3bd; }
.tertiary-dark { background: #1c142f; }
.white { background: #fff; }
.whiteTxt, .whiteTxt a { color: #fff; }
.red { background: #CC0000; }
.black { background: #1b1b1b; }
.purpleDarkTxt { color: #1c142f; }


/*===UTILITIES & GLOBAL ELEMENTS=================================*/
.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;
}
.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.borderTop {
    border-top: 1px solid #E1E5E6;
}
.borderBtm {
    border-bottom: 1px solid #E1E5E6;
}
.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%;
}
html, body {
	font: normal 400 18px 'DM Sans', sans-serif, sans-serif;
	line-height: 1.6;
}
body {
	background: #fff;
	color: #3E3E3E;
}
#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%;
}
#page-content {
	position: relative;
	background: #fff;
	padding-bottom: 3rem;
}
h1, h2, h3, h4 {
	font-family: 'Prata',sans-serif;
	font-weight: 400;
	margin: 0;
	line-height: 1.5;
}
h1 {
	font-size: 2.222rem;
}
h2 {
	font-size: 1.667rem;
	margin-bottom: 1rem;
	color: #726790;
}
	.primary-dark h2, .secondary-dark h2 {
		color: #fff;
	}
h3 {
	font-size: 1.3rem;
}
h4 {
	font-size: 1.2rem;
}
.lgTxt {
	font-size: 1.25rem;
}
.mdTxt {
	font-size: 1.125rem;
}
.smTxt {
	font-size: 0.875rem;
}
.xsmTxt {
	font-size: 0.75rem;
}
p {
	margin-bottom: 1.5rem;
}
section p:last-child {
	margin-bottom: 0;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
small {
	font-size: 0.8rem;
}
address {
	line-height: 1.5;
}
img, video {
	max-width: 100%;
	height: auto;
}
a {
	color: #726790;
	transition: all .25s;
	text-decoration: underline;
}
	a:hover, a:focus {
		color: #3E3E3E;
		text-decoration: none;
	}
a.cta, button.cta, span.cta, header.basic nav ul#main-menu li.cta a {
	-webkit-appearance: none;
	border: 2px solid #524b64;
	background: #524b64;
	color: #FFF;
	font: normal 400 1.05rem 'Prata',sans-serif;
	text-decoration: none;
	display: inline-block;
	padding: .6rem .85rem;
	line-height: normal;
	letter-spacing: .01rem;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
a.cta:hover, a.cta:focus, button.cta:hover, button.cta:focus, a:hover span.cta, a:focus span.cta {
	color: #524b64;
	background: #fff;
	border: 2px solid #524b64;
}
a.ctaRev, span.ctaRev {
	-webkit-appearance: none;
	border: 2px solid #524b64;
	background: #fff;
	color: #524b64;
	font: normal 400 1.05rem 'Prata',sans-serif;
	text-decoration: none;
	display: inline-block;
	padding: .6rem .85rem;
	line-height: normal;
	letter-spacing: .01rem;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
a.ctaRev:hover, a.ctaRev:focus, a:hover span.ctaRev, a:focus span.ctaRev {
	color: #fff;
	background: #524b64;
	border: 2px solid #524b64;
}
.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: 40px;
}
.bullet3col {
	columns: 3;
	column-gap: 40px;
}
#page-content ul {
	padding: 0;
	margin-left: 20px;
	margin-bottom: 1.5rem;
}
#page-content li {
	position: relative;
	padding-left: 0;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	a.cta, button.cta, a.ctaRev, span.ctaRev {
		font-size: .9rem;
	}
	h1 {
		font-size: 1.8rem;
		line-height: normal;
	}
	h2 {
		font-size: 1.5rem;
	}
	h3 {
		font-size: 1.25rem;
	}
}
@media (max-width: 767px) {
	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 {
		columns: 1;
	}
	.alignright, .alignleft {
		float: none;
		display: block;
		max-width: 60%;
		margin: 1.5rem auto;
	}
	.headerImage {
		height: auto;
		min-height: 22vh;
	}
}
@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 {
	max-height: 84px;
}
header.basic {
	width: 100%;
	z-index: 3;
	padding: 0;
}
header.basic nav ul li.no-click {
    cursor: pointer;
}
header.basic nav ul#main-menu {
	width: 100%;
	text-align: left;
}
header.basic nav ul li {
	margin: 0 5px;
}
header.basic nav ul#main-menu li a {
	font-weight: 400;
	font-size: 1rem;
	padding: .4rem;
	position: relative;
	color: #3E3E3E;
	text-decoration: none;
}
header.basic nav ul#main-menu li.hasDropdown a {
	padding-right: .15rem;
}
header.basic nav .hasDropdown span {
	font-size: .8rem;
	color: #3E3E3E;
	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: #726790;
}
header.basic nav ul#main-menu li.current-menu-item a {
	color: #726790;
}
header.basic nav ul#main-menu li.hasDropdown ul li.current-menu-item {
	background: #e0dfe4;
}
header.basic nav ul#main-menu li.navCTA a {
    padding: 0.6rem 1rem;
    color: #242240;
    text-decoration: none;
}
#headerCTA {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media (min-width: 992px) {
	header.basic nav {
		display: inline-block;
	}
	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: #726790;
	}
	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 {
		padding: .5rem .25rem;
	}
	#headerCTA {
		font-size: .9rem;
	}
}
@media (max-width: 991px) {
	header.basic .navButton span, header.basic .navButton span:before, header.basic .navButton span:after {
		background: #524b64;
	}
	header.basic.opened .navButton span:before, header.basic.opened .navButton span:after {
		background: #524b64;
	}
	#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: #524b64;
		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;
	}
	header.basic nav ul#main-menu li a {
		color: #fff;
		font-size: 1.15rem;
		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%;
	}
	header.basic nav .hasDropdown ul {
		width: 100%;
		top: 0;
		left: 0;
		background: #1c142f;
		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;
	}
	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: 240px;
	}
}


/*===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=================================*/
#headerLgImgRt img {
	width: 100%;
	max-width: none;
}
#headerLgImgRt-Content {
	position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-60%);
    width: 100%;
    max-width: 550px;
}
#headerText {
	color: #fff;
}

@media (max-width: 1199px) {
	#headerLgImgRt-Content {
		position: static;
	    transform: none;
	    max-width: none;
	}
}
@media (max-width: 767px) {
	#headerLgImgRt img {
		width: 100%;
		height: 50vw;
		object-fit: cover;
		object-position: 100% 0;
	}
	#headerLgImgRt-Content br {
		display: none;
	}
}


/*===Flex Content=================================*/
.serviceBlocks a {
	text-decoration: none;
}
.serviceBlocks a:hover img {
	opacity: .8;
	transform: scale(1.03);
	transition: all .25s;
}
.textBoxFullBanner {
	background-size: cover;
	background-position: center;
}
.fullWidthImg img {
	width: 100%;
    max-width: none;
}
.faq2col {
	color: #fff;
}
.faqList {
	columns: 2;
	column-gap: 40px;
}
.faqList h3 {
	font-size: 1.25rem;
}
.fullBgTxt img {
	width: 100%;
	height: 40vw;
	object-fit: cover;
	object-position: 100% 0;
}
.fullBgTxt.fullBgTxtRight img {
	object-position: 0 0;
}
.fullBgTxtContent {
	background-size: cover;
	background-position: right center;
	position: relative;
	z-index: 2;
	color: #fff;
}
.fullBgTxtRight .fullBgTxtContent {
	background-position: left center;
}
.textLinkSidebar {
	font-size: 0.889rem;
}
.textLinkSidebar h3 {
	font-size: 1.1rem;
}
.textLinkSidebar a {
	color: #fff;
}
#page-content ul.docList li {
	list-style: none;
	position: relative;
	padding-left: 2rem;
}
#page-content ul.docList li:before {
	content: '\f15c';
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 1.25rem;
    color: #1c142f;
}

@media (max-width: 1199px) {
	.fullBgTxtContent {
		background-image: none!important;
	}
}
@media (max-width: 991px) {
	.faqList {
		columns: 1;
	}
}
@media (max-width: 767px) {
	.faqList h3 {
		font-size: 1.15rem;
	}
	/*.fullBgTxt img  {
		width: 100%;
		height: 40vw;
		object-fit: cover;
		object-position: 100% 0;
	}
	.fullBgTxt.fullBgTxtRight img  {
		object-position: 0 0;
	}*/
}


/*===Doctors=================================*/
.post-type-archive-doctors #page-content {
	padding-bottom: 0;
}
.doctor h2 {
	font: normal 600 1.222rem 'DM Sans', sans-serif, sans-serif;
	line-height: 1.5;
}
.drTitle {
	font: normal 600 1.15rem 'DM Sans', sans-serif, sans-serif;
}
.doctor img {
	width: 100%;
	max-width: 300px;
}
.doctor a, .doctor a h2 {
	text-decoration: none;
	color: #1c142f;
}
.doctor a:hover img {
	opacity: .8;
	transform: scale(1.03);
	transition: all .25s;
}
@media (max-width: 991px) {
	.doctor h2 {
		font-size: 1.1rem;
	}
}


/*===Services=================================*/
#servicesArchiveHeader {
	background-size: cover;
	background-position: center bottom;
}
#servicesArchiveContent {
	margin-bottom: -3rem;
	color: #fff;
}
#servicesArchiveList a:hover img {
	opacity: .8;
	transform: scale(1.03);
	transition: all .25s;
}
#servicesHeader img {
	width: 100%;
	max-width: none;
	z-index: 1;
}
#servicesHeaderContent {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

@media (max-width: 1199px) {
	#servicesHeaderContent {
		position: static;
		transform: none;
		color: #fff;
	}
}
@media (max-width: 991px) {
	#servicesArchiveHeader {
		background-image: none!important;
	}
	#servicesArchiveHeader img {
		width: 100%;
		height: 20vw;
		object-fit: cover;
		object-position: 0 0;
	}
	#servicesArchiveContent {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	#servicesHeader img  {
		width: 100%;
		height: 40vw;
		object-fit: cover;
		object-position: 100% 0;
	}
	#servicesHeader.servicesRight img  {
		object-position: 0 0;
	}
}


/*===Sitemap=================================*/
#sitemapNav {
	column-count: 2;
	column-gap: 2rem;
}
#sitemapNav li.menu-item-has-children {
	break-inside: avoid;
}
#sitemapNav li.menu-item-has-children li a {
	font-size: 1rem;
}

@media (max-width: 767px) {
	#sitemapNav {
		column-count: 1;
	}
}


/*===SLICK SLIDER=================================*/
#page-content ul.slick-dots {
	margin: 0;
	bottom: -2rem;
}
.slick-dots {
	background: #949494 button;
}
.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 {
	background-color: rgba(25,37,60,0.8);
	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 {
	opacity: 1;
	visibility: visible;
}
.formWrapper .formPop {
	display: none;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 500px;
/*	height: 100%;*/
	max-height: 480px;
	padding: 35px 20px 20px 20px;
	overflow-y: scroll;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.formWrapper.open .formPop {
	display: block;
}
.formWrapper .formPop a.close {
	display: none;
	position: absolute;
	background-color: #506D8D;
	top: 0;
    right: 0;
    padding: 4px 10px;
    color: #fff;
    font-size: .8rem;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
.formWrapper.open .formPop .close {
	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;
}
.formWrapper .formPop a.close:hover, .formWrapper .formPop a.close:focus {
	background-color: #211F21;
}

@media (min-height: 900px) {
	.formWrapper .formPop {
		max-height: 850px;
	}
}


/*===FORMS=================================*/
#formPage h1 {
	font-size: 1.8rem;
}
#formPage h2 {
	font-size: 1.111rem;
}
.googleMap iframe {
	width: 100%;
	height: 350px;
	border: none;
}
.formContainer {
	background-color: #FAF8F4;
	background-size: cover;
	background-position: center;
	-webkit-box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.2); 
	box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.2);
}
.formTitle {
	line-height: normal;
}
.formEmbed .col-12 {
	padding: 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6B747D;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6B747D;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #6B747D;
}
form p {
	margin-bottom: 0;
}
label {
	display: block;
	margin-bottom: .25rem;
	font-weight: 600;
}
.wpcf7 span + br, .wpcf7 label + br, .wpcf7 select + br, .wpcf7 small + br {
	display: none;
}
div[data-class="wpcf7cf_group"] {
	width: 100%;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="url"], textarea {
	width: 100%;
	border: 1px solid #E1E5E6;
	border-radius: 0;
	background: #fff;
	margin-bottom: 14px;
	padding: 10px 12px!important;
	font: normal 400 1rem proxima-nova, sans-serif;
	color: #3E3E3E;
	position: relative;
	-webkit-appearance: none;
}
#emailSignup input[type="email"] {
	background: #FAF9F8;
}
textarea {
	height: 150px;
}
select {
	-webkit-appearance: menulist;
    border: none;
    height: 45px;
    color: #3E3E3E;
	border: 1px solid #E1E5E6;
    border-radius: 0;
	background:  #fff;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
	background:  #fff;
	border: 1px solid #3E3E3E;
}
button[type="submit"] {
	-webkit-appearance: none;
	border: 1px solid #0F143D;
	border-radius: 22px;
	background: #0F143D;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
	display: inline-block;
	padding: .6rem 1.2rem;
	line-height: normal;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
button[type="submit"]:hover {
	background: #fff;
	color: #242240;
}
#resumeUpload {
	background: #fff;
	margin-bottom: 14px;
}
#resumeUpload .wpcf7-form-control-wrap {
	display: block;
}
#resumeUpload input[type="file"] {
	display: block;
	width: 100%;
	padding: 2rem 1rem;
	border: 1px dashed #E1E5E6;
}
#resumeUpload input[type="file"]:focus {
	border: 1px solid #3E3E3E;
}
.field_sublabel_below {
	font-size: .75rem;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    background: rgb(251 239 238);
    border: 1px solid #D17063;
}
span.wpcf7-not-valid-tip {
	position: relative;
    color: #a51002;
    font-size: .75rem;
    font-weight: 500;
    display: block;
    margin-top: -12px;
    margin-bottom: 10px;
    padding: 0 10px!important;
    background: none!important;
    border:none!important;
    -webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.wpcf7 span.wpcf7-not-valid-tip:after {
	content: '\f06a';
    position: absolute;
    bottom: 20px;
    right: 4px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 1rem;
    color: #a51002;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	color: #FFF;
    background: #a51002;
    font-size: 1rem;
    font-weight: normal;
    display: block;
    border:none;
    text-align: center;
    padding: 10px;
    -webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.wpcf7 .wpcf7-response-output {
	color: #fff;
}
div.wpcf7-mail-sent-ok {
    background: #1D3A6C;
    color: #FFF;
    border: none;
    padding: 20px;
    font-size: 1.5em;
    line-height: 1.45em;
    margin: 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
    color: #1E1F21;
    font: 700 1.25rem mencken-std,sans-serif;
    line-height: 1.5;
    padding: 2.5rem 2rem;
    text-align: center;
    margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border: 2px solid #a51002;
    color: #a51002;
    text-align: center;
    font-size: .85rem;
    padding: .5rem;
}
#emailSignup .wpcf7 form.invalid .wpcf7-response-output {
	display: none!important;
}
#emailSignup .wpcf7 form.invalid span.wpcf7-not-valid-tip {
	position: absolute;
	padding-left: 20px!important;
}
#emailSignup .wpcf7 form.invalid span.wpcf7-not-valid-tip:after {
    bottom: -3px;
    left: 0;
    right: initial;
}

@media (max-width: 991px) {
	#formPage h1 {
		font-size: 1.5rem;
		line-height: normal;
	}
	textarea {
		height: 160px;
	}
	.wpcf7 form.sent .wpcf7-response-output {
	    font-size: 1.2em;
	    padding: 2rem;
	}
}


/*===FOOTER=================================*/
#stickyBar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: .75rem;
	text-align: center;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 1.2rem;
}
#stickyBar a {
	color: #fff;
	text-decoration: none;
}
footer {
	font-size: 0.889rem;
}
footer, footer a, footer a:hover {
	color: #fff;
}
footer a.cta, footer a.cta:hover, footer a.cta:focus {
	border: 2px solid #fff;
}
footer h2 {
	font-size: 1.111rem;
}
a.footerPhone {
	text-decoration: none;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer nav li {
	display: inline-block;
	position: relative;
}
footer nav li:not(:first-child) {
	padding-left: 1rem;
	margin-left: 1rem;
}
footer nav li:not(:first-child):before {
	content: '|';
	position: absolute;
	top: 0;
	left: -.25rem;
	color: #89939d;
}
#footerSocial a i {
	font-size: 1.5rem;
}

@media (max-width: 991px) {
	#textUnderCta br {
		display: none;
	}
}
@media (max-width: 767px) {
	footer {
		font-size: 0.8rem;
	}
}


/*===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;
}