/*
Theme Name: Shalloway & Shalloway
Version: 100.0
Template: universal
*/

/* Universal Begins */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

i strong, em strong {font-style: italic;}
b em {font-weight: bold;}

header,nav,article,footer,section,aside,figure,figcaption{display:block}

a {outline: none;}

#nav-below {margin: 10px 0; overflow: hidden;}
.nav-previous, .nav-next {float: left; display: inline; width: 50%;}
.nav-next {float: right;text-align: right;}
.nav-previous a, .nav-next a {text-decoration: none;}

div.entry-meta {font-size: 90%;}
.post_entry_mult {
	border-bottom: 1px solid #999;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	.post_entry_mult_left {float: left; display: inline; width: 150px;}
	.post_entry_mult_right {padding-left: 160px;}
	div.post_entry_mult h2 {padding-bottom: 0; margin-bottom: 0;}
	.excerpt_meta {font-size: 80%; margin: 0 0 10px;}
	.postThumbSingle {display: block; margin: 0 0 10px;}
@media screen and (min-width: 450px) {
	.postThumbSingle {float: left; margin: 5px 10px 0 0;}
}
.tag-links {display: block;}
.google-map {height: 350px;margin: 0 0 25px; border: 1px solid #333;}
/* Universal Ends */

blockquote {padding: 0 0 0 30px; font-style: italic;}
strong {font-weight: bold;}
i, em {font-style: italic;}
i strong, em strong, strong i, strong em {font-weight: bold;}

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: 'Red Hat Display', "Helvetica Neue", Helvetica, sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	line-height: 1.67;
	color: #000;
	background: #fff;
}
a {color: #038E21;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
.animate__animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {opacity: 1;}
article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}

#wrapper {}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
#mhWrapper {
	max-width: 1600px;
	margin: 0 auto;
	/* padding: 35px 5% 30px; */
	padding: 15px 5% 10px;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	justify-content: center;
	flex-direction: row;
	gap: 10px 65px;
	transition: .4s;
	position: relative;
	isolation: isolate;
	flex-direction: column;
}

#mhWrapper::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 100%;
	background-color: rgba(15, 69, 26, 0.75);
	pointer-events: none;
	z-index: -1;
}

#mhWrapper::after {
    content: '';
    position: absolute;
    bottom: -133px;
		left: 50%;
		transform: translateX(-50%);
    width: 100vw;
    height: 133px;
    z-index: -1;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    pointer-events: none;
}


.sxn-wrap {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 5%;
}

#mainHeader {

}
	#logo-main {
		display: block;
		width: 100%;
		/* max-width: 606px; */
		max-width: 430px;
		margin: 0 auto;
	}
	#logo-main img {display: block; width: 100%; height: auto;}

.mhContact {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	/* gap: 15px; */
	gap: 5px;
}

.mhcQoute {
	display: block;
	font-family: 'Cabin', sans-serif;
	font-size: clamp(16px, 4vw, 20px);
	font-style: italic;
	color: #fff;
}

.mhcNumber {
	display: block;
	font-family: 'Cabin', sans-serif;
	font-size: clamp(22px, 4vw, 40px);
	color: #fff;
}

.mhcNumber:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.hSelect {
	padding: 0px 10px;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(14px, 4vw, 16px);
	position: relative;
	/* min-width: 230px; */
	min-width: 200px;
}

.mhcLanguage {
	position: relative;
	padding: 0 0 0 55px;
	margin: 0 auto 10px;
}

.mhcLanguage::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 47px;
	height: 48px;
	background-image: url('img/header/google_language.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (min-width:550px) {
	.mhContact {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 5px 15px;
	}
}

@media (min-width:800px) {

	#logo-main {
		max-width: 450px;
		transition: .4s;
	}
	body.sticky_zone #logo-main {
		max-width: 500px;
	}

}

@media (min-width:1120px) {


#mhWrapper {
	/* padding: 35px 5% 30px; */
	padding: 25px 5% 20px;
	justify-content: space-between;
	flex-direction: row;
}

.mhContact {
	max-width: 500px;
}

}

@media (min-width:1400px) {

#mhWrapper {
	padding: 35px 5% 30px;
}

.mhContact {
	max-width: unset;
}
}

@media (min-width:1500px) {

	#logo-main {
		max-width: 729px;
	}
}

/* Enable these next two lines to modify dropdown colors
html body nav.mm ul li:nth-child(2) ul {display: block; transform: scaleY(1); opacity: 1}
html body nav.mm ul li:nth-child(2) ul li:nth-child(2) > a {background-color: #5B9FC4;}
*/
nav.mm {
	text-align: center;
	position: relative;
	z-index: 100;
	padding: 15px 0;
	transition: .4s;
}

@media (min-width:800px) {
body.sticky_zone nav.mm {
	padding: 5px 0;
}

}

nav.mm > ul > li > a {
	padding: 10px 8px;
	font-size: 12px;
	color: #fff;
	font-family: 'Cabin', "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	border-radius: 4px;
}
nav.mm > ul > li:not(:last-child) > a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 2px;
	height: 60%;
	background-color: #A78640;
	transition: background-color 300ms linear;
}

@media (min-width:1024px) {

	nav.mm > ul > li > a {
		padding: 10px 12px;
		font-size: 14px;
	}
}

@media (min-width:1120px) {

	nav.mm > ul > li > a {
		padding: 10px 14px;
		font-size: 17px;
	}
}

@media (min-width:1300px) {

	nav.mm > ul > li > a {
		padding: 10px 16px;
		font-size: 18px;
	}
}

@media (min-width:1640px) {

	nav.mm > ul > li > a {
		padding: 10px 18px;
		font-size: 24px;
	}
}

nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li:not(:last-child) > a:hover::after {background-color: #fff;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #fff; color: #000;}
nav.mm ul ul {background: #C3A76B; width: 180px; color: #fff;}
nav.mm ul ul li:hover > a {background: #E1C68D;}
nav.mm ul ul li {}
nav.mm ul ul a {
	color: #fff;
	padding: 15px 10px;
	font-size: 14px;
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li {display: inline-block;}
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}

body.admin-bar #mmiWrapper {position: static;}
body.admin-bar.mob_menu #wrapper {padding: 0;}
body.mob_menu #wrapper {padding: 34px 0 0;}
body.mob_menu #wpadminbar {position: absolute;}
body.fsMenuOn #wpadminbar, body.fsMenuOn #contact-tab {display: none;}
#mmiWrapper, #mblSearchCont, nav.mm_mob {display: none;}
.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {display: block;}
.fsMenuOn #mmiWrapper {z-index: 1;}
#mmiWrapper, #closeMenu {background: #C3A76B;} /*modme*/
#mmiWrapper {box-shadow: 0 1px 10px rgba(0,0,0,0.7); position: fixed; top: 0; left: 0; width: 100%; z-index: 999;}
#mobMenuItems {
	height: 34px;
	text-align: center;
	font-size: 0;
	padding: 0;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	.mmi {
		height: 100%;
		display: inline-block;
		vertical-align: top;
		list-style-type: none;
		list-style-position: outside;
	}
	.mmi > a {
		font-size: 14px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		height: 100%;
		line-height: 34px;
		background-image: url(img/icons/menu-2019.png);
		background-repeat: no-repeat;
		text-indent: -222px;
		overflow: hidden;
		text-align: left;
	}
	#mm1 {width: 47px;}
	#mm2 {width: 47px;}
	#mm3 {width: 56px;}
	#mm4 {width: 42px;}
	#mm5 {width: 47px;}
	#mm6 {width: 46px;}
	.mmi a:hover {text-decoration: none;}
	.mmi {border-right: 1px solid #fff;} /*modme*/
	#mm1 {border-left: 1px solid #fff;} /*modme*/
	#mm1 > a {background-position: 15px 0;}
	#mm2 > a {background-position: 15px -34px;}
	#mm3 > a {background-position: 15px -68px;}
	#mm4 > a {background-position: 15px -102px;}
	#mm5 > a {background-position: 15px -136px;}
	#mm6 > a {background-position: 15px -170px;}
	/* Dropdown support */
	.mmi > ul {
		z-index: 1;
		width: 297px;
		left: -1px;
		display: none;
		position: absolute;
	}
	.mmi:hover ul {display: block;}
	.mmi ul li {
		border-top: 1px solid #333; /*modme*/
	}
	.mmi ul li:first-child {border: 0;}
	.mmi ul a {
		background: #666; /*modme*/
		color: #fff; /*modme*/
		display: block;
		padding: 10px 10px;
		font-size: 16px;
	}
	.mmi ul a:hover {
		background: #999; /*modme*/
	}
	@media screen and (min-width: 385px) {
		#mm6 {width: 110px;}
		#mm6 > a {
			padding: 0 0 0 47px;
			text-indent: 0;
		}
		.mmi > ul {width: 350px;}
	}
nav.mm_mob {
	position: absolute;
	padding: 54px 0 20px;
	left: 0;
	top: 0;
	width: 100%;
	background: #1A3716; /*modme*/
	z-index: 9999;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 0;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
		    padding: 5px 20px 4px 0;
		    color: #fff;
		    font: 15px/1 arial, sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			background: #676767; /*modme*/
			text-decoration: none;
		}
			nav.mm_mob ul a {padding-left: 20px;}
			nav.mm_mob ul ul a {padding-left: 40px;}
			nav.mm_mob ul ul ul a {padding-left: 60px;}
			nav.mm_mob ul ul li a {text-transform: none;}
#closeMenu {
	display: none;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-family: arial, sans-serif;
	color: #fff;
	z-index: 999999999;
	top: 0;
	right: 0;
	width: 100%;
	text-transform: uppercase;
	position: fixed;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
}
#closeMenu:hover {text-decoration: none; color: #ccc;}
body.fsMenuOn #menuWall {
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	content: "";
	width: 100%;
	height: 200%;
	left: 0;
	top: 0;
}
#mblSearch {
	max-width: 350px;
	padding: 0 20px 20px;
	overflow: hidden;
}
#mblsInput, #mblsSubmit {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	float: left;
	display: inline;
	box-sizing: border-box;
}
#mblsInput {
	box-sizing: border-box;
    padding: 0 16px;
    width: 70%;
    height: 32px;
    font: 14px/normal arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    border-radius: 4px 0 0 4px;
    outline: 0;
}
#mblsSubmit {
	cursor: pointer;
    width: 30%;
    height: 32px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    background: #C3A76B;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #7A807A;} /*modme*/

@media screen and (min-width: 800px) {
	#wrapper {
			padding: 156px 0 0;
	}
	#persistentHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}

	body.sticky_zone #mhWrapper {
	padding: 15px 5% 10px;
	}

	#mhWrapper::before {
		background-color: rgba(15, 69, 26, 1);
		transition: .4s;
	}

	body.sticky_zone #mhWrapper::before {
		background-color: rgba(15, 69, 26, 1);

	}

	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
}
@media screen and (min-width: 1400px) {

	#wrapper {
			padding: 0 0;
	}

	#mhWrapper::before {
		background-color: rgba(15, 69, 26, 0.75);
	}
}

body .homeslides-container {
	overflow: clip;
	overflow-clip-margin: 40px;
}

#homeslides {
	position: relative;
	background-color: #000;
	height: auto;
	width: 100%;
	min-height: 300px;
	max-height: 300px;
	aspect-ratio: 2000/858;
	z-index: 2;
}

#homeslide1 {
	opacity: 1;
}

.homeslide::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
		/* aspect-ratio: 2000/317; */
		aspect-ratio: 2000/800;
		max-height: 150px;
    z-index: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    pointer-events: none;
}

.homeslide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
		/* aspect-ratio: 2000/317; */
		aspect-ratio: 2000/800;
		max-height: 150px;
    z-index: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    pointer-events: none;
}

.homeslide {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	isolation: isolate;
	background-color: #000;
}

.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	isolation: isolate;
}
#homeslideImg1 {
	background-image:url(img/slides/main/700/1.webp)
}

#homeslideImg2 {
	background-image:url(img/slides/main/700/2.webp)
}

#homeslideImg3 {
	background-image:url(img/slides/main/700/3.webp)
}

@media (min-width:600px) {
	.homeslide::before {
		aspect-ratio: 2000/600;
		max-height: 150px;
}

.homeslide::after {
		aspect-ratio: 2000/600;
		max-height: 150px;
}
}

@media (min-width: 800px) {
#homeslides {
	max-height: 480px;
}

#homeslideImg1 {
	background-image:url(img/slides/main/1120/1.webp)
}

#homeslideImg2 {
	background-image:url(img/slides/main/1120/2.webp)
}

#homeslideImg3 {
	background-image:url(img/slides/main/1120/3.webp)
}
	.homeslide::before {
		aspect-ratio: 2000/500;
		max-height: 250px;
}

.homeslide::after {
		aspect-ratio: 2000/500;
		max-height: 250px;
}
}

@media (min-width: 1120px) {
#homeslides {
	max-height: 858px;
}
#homeslideImg1 {
	background-image:url(img/slides/main/2000/1.webp)
}

#homeslideImg2 {
	background-image:url(img/slides/main/2000/2.webp)
}

#homeslideImg3 {
	background-image:url(img/slides/main/2000/3.webp)
}
}

@media (min-width:1300px) {

	.homeslide::before {
		aspect-ratio: 2000/400;
		max-height: 317px;
}

.homeslide::after {
		aspect-ratio: 2000/400;
		max-height: 317px;
}
}

.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
}

#homeslides .slideBox {
	opacity: 0;
}

#homeslides .swiper-slide-active .slideBox {
	opacity: 1;
}

.slideBox {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	/* bottom: -60px; */
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1480px;
	padding: 20px;
	box-sizing: border-box;
	z-index: 10;
	overflow: hidden;
}
.slideHead {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-family: 'Cabin', sans-serif;
	font-size: clamp(24px, 4vw, 60px);
	color: #000;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 10px;
	text-wrap: balance;
}
.slideHead span {
	font-family: 'Cabin', sans-serif;
	font-size: clamp(18px, 4vw, 35px);
	color: #000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 20%;
	line-height: 1.3;
	position: relative;
	text-wrap: balance;
}

.slideHead span::before {
	content: '';
	position: absolute;
	left: calc(-100vw - 20px);
	top: 50%;
	transform:translateY(-50%);
	height: 2px;
	width: 100vw;
	background-color: #8B8178;
	pointer-events: none;
	z-index: 15;
}

.slideHead span::after {
	content: '';
	position: absolute;
	right: calc(-100vw - 20px);
	top: 50%;
	transform:translateY(-50%);
	height: 2px;
	width: 100vw;
	background-color: #8B8178;
	pointer-events: none;
	z-index: 15;
}

.slideMore {
	display: inline-block;
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: bold;
	letter-spacing: 15%;
	font-size: clamp(12px, 2vw, 20px);
	border-radius: 8px;
	/* padding: 25px 130px; */
	padding: 10px 30px;
	text-transform: uppercase;
	background-color: #C3A76B;
	transition: background-color 300ms linear;
	text-align: center;
}

.slideMore:hover {
	background-color: #E1C68D;
}

.subslide {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	isolation: isolate;
	height: 217px;
}

.subslide::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
		aspect-ratio: 2000/80;
		max-height: 80px;
    z-index: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255, 0.25) 100%);
    pointer-events: none;
}

.subslide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
		aspect-ratio: 2000/80;
		max-height: 80px;
    z-index: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255, 0.25) 100%);
    pointer-events: none;
}

#subslide1 {background-image: url('img/slides/sub/700/1.webp');}
#subslide2 {background-image: url('img/slides/sub/700/2.webp');}
#subslide3 {background-image: url('img/slides/sub/700/3.webp');}
#subslide4 {background-image: url('img/slides/sub/700/4.webp');}
#subslide5 {background-image: url('img/slides/sub/700/5.webp');}
#subslide6 {background-image: url('img/slides/sub/700/6.webp');}
#subslide7 {background-image: url('img/slides/sub/700/7.webp');}
#subslide8 {background-image: url('img/slides/sub/700/8.webp');}
#subslide9 {background-image: url('img/slides/sub/700/9.webp');}
#subslide10 {background-image: url('img/slides/sub/700/10.webp');}
#subslide11 {background-image: url('img/slides/sub/700/11.webp');}

@media (min-width:700px) {
	#subslide1 {background-image: url('img/slides/sub/1120/1.webp');}
	#subslide2 {background-image: url('img/slides/sub/1120/2.webp');}
	#subslide3 {background-image: url('img/slides/sub/1120/3.webp');}
	#subslide4 {background-image: url('img/slides/sub/1120/4.webp');}
	#subslide5 {background-image: url('img/slides/sub/1120/5.webp');}
	#subslide6 {background-image: url('img/slides/sub/1120/6.webp');}
	#subslide7 {background-image: url('img/slides/sub/1120/7.webp');}
	#subslide8 {background-image: url('img/slides/sub/1120/8.webp');}
	#subslide9 {background-image: url('img/slides/sub/1120/9.webp');}
	#subslide10 {background-image: url('img/slides/sub/1120/10.webp');}
	#subslide11 {background-image: url('img/slides/sub/1120/11.webp');}
	.subslide {
		height: 347px;
	}
}
@media (min-width:1120px) {
	#subslide1 {background-image: url('img/slides/sub/2000/1.webp');}
	#subslide2 {background-image: url('img/slides/sub/2000/2.webp');}
	#subslide3 {background-image: url('img/slides/sub/2000/3.webp');}
	#subslide4 {background-image: url('img/slides/sub/2000/4.webp');}
	#subslide5 {background-image: url('img/slides/sub/2000/5.webp');}
	#subslide6 {background-image: url('img/slides/sub/2000/6.webp');}
	#subslide7 {background-image: url('img/slides/sub/2000/7.webp');}
	#subslide8 {background-image: url('img/slides/sub/2000/8.webp');}
	#subslide9 {background-image: url('img/slides/sub/2000/9.webp');}
	#subslide10 {background-image: url('img/slides/sub/2000/10.webp');}
	#subslide11 {background-image: url('img/slides/sub/2000/11.webp');}
	.subslide {
		height: 620px;
	}
}


@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}


.slideMore {
	/* padding: 25px 130px; */
	padding: 15px 50px;
}

.slideHead {
	margin: 0 0 30px;
}

.slideBox {
	bottom: -50px;
}
}

@media (min-width:1024px) {
.slideMore {
	/* padding: 25px 130px; */
	padding: 20px 80px;
}
}

@media (min-width:1120px) {
.slideBox {
	bottom: -60px;
}

.slideHead {
	margin: 0 0 50px;
}
}

@media screen and (min-width: 1300px) {

.slideMore {
	padding: 25px 130px;
}
}

#sync {height: 0; width: 0;}
.syncItem {position: relative; z-index: 0;}

/* AOP Zone */

.sxn-aop {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 80px 0 40px;
	/* background-image: url("img/aop/aop-bg.webp"); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: -40px 0 0;
	transition: .4s;
}

.sxn-aop[data-number-show="0"] {background-image: url('img/aop/asset_protection.webp');}
.sxn-aop[data-number-show="1"] {background-image: url('img/aop/veterans_benefits.webp');}
.sxn-aop[data-number-show="2"] {background-image: url('img/aop/settlement_consulting.webp');}
.sxn-aop[data-number-show="3"] {background-image: url('img/aop/special_needs_trusts.webp');}
.sxn-aop[data-number-show="4"] {background-image: url('img/aop/guardianship.webp');}
.sxn-aop[data-number-show="5"] {background-image: url('img/aop/estate_planning.webp');}
.sxn-aop[data-number-show="6"] {background-image: url('img/aop/fiduciary_services.webp');}
.sxn-aop[data-number-show="7"] {background-image: url('img/aop/trust_administration.webp');}

.sxn-aop::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 2000/312;
	max-height: 312px;
	pointer-events: none;
	z-index: -1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.sxn-aop::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 2000/184;
	max-height: 184px;
	pointer-events: none;
	z-index: -1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.sxn-aop .sxn-title {
	display: block;
	font-family: 'Cabin', sans-serif;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: bold;
	color: #fff;
	/* letter-spacing: 20%; */
	letter-spacing: 10%;
	text-transform: uppercase;
	margin: 0 0 20px;
	text-align: center;
	line-height: 1.3;
}

.aopOuterBox {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 0px 500px;
	padding: 30px 0;
	position: relative;
}

.aopContain {
	position: relative;
	isolation: isolate;
	/* padding: 30px 0; */
	padding: 0px 0;
	/* flex: 1 0 0; */
	max-width: 100%;
	width: 100%;
	/* flex-shrink: 0; */
}

.aopOuterBox::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	z-index: -1;
	pointer-events: none;
}

.aopTitle {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	transition: .4s;
	padding: 7px 10px;
	margin: 0 0 0 30px;
	/* white-space: nowrap; */
	box-sizing: border-box;
	position: relative;
}

.aopContain .aopTitle::before {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	transform: rotate(180deg);
	width: 40px;
	background-color: #C3A76B;
	background-image: url('img/aop/arrow.svg');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto;
	transition: .4s;
}

.aopTitle:hover {
	background-color: #C3A76B;
	color: #fff;
}

.aopTitle:hover::before {
	opacity: 1;
}

@media (min-width:800px) {

.sxn-aop {
	padding: 120px 0 70px;
}

.sxn-aop .sxn-title {
	margin: 0 0 40px;
}
}

@media (min-width:1024px) {


.aopOuterBox::before {
	display: none;
}

	.aopContain1::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40vw;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	z-index: -1;
	pointer-events: none;
}

.aopContain2::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40vw;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	z-index: -1;
	pointer-events: none;
}

.aopOuterBox {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;
	gap: 0px 100px;
	/* gap: 0px 500px; */
	padding: 30px 0;
	position: relative;
}

.aopContain {
	padding: 30px 0;
}

.aopContain1 .aopTitle {
	text-align: right;
}

.aopContain .aopTitle::before {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	right: unset;
	transform: rotate(180deg);
	width: 40px;
	background-color: #C3A76B;
	background-image: url('img/aop/arrow.svg');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto;
	transition: .4s;
}

.aopContain1 .aopTitle::before {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -40px;
	left: unset;
	transform: unset;
	width: 40px;
	background-color: #C3A76B;
	background-image: url('img/aop/arrow.svg');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto;
	transition: .4s;
}

.aopContain2 .aopTitle::before {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	transform: rotate(180deg);
	width: 40px;
	background-color: #C3A76B;
	background-image: url('img/aop/arrow.svg');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto;
	transition: .4s;
}

.aopTitle:hover::before {
	opacity: 1;
}

.aopTitle {
	padding: 7px 30px;
	margin: 0 10px;
}

}

@media (min-width:1120px) {

.sxn-aop {
	padding: 160px 0 130px;
}

.sxn-aop .sxn-title {
	margin: 0 0 55px;
	text-align: left;
	letter-spacing: 20%;
}

}

@media (min-width:1400px) {
.aopOuterBox {
	gap: 0px 250px;
}
}

@media (min-width:1640px) {
.aopOuterBox {
	gap: 0px 450px;
}
}

@media (min-width:1800px) {
.aopOuterBox {
	gap: 0px 500px;
}
}

/* Sidebar AOP Zone */

.sxn-sbAop {
	padding: 25px 0 35px;
	background-color: #1A3716;
	overflow: hidden;
	isolation: isolate;
	position: relative;
}

.sxn-sbAop::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 51px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
	opacity: 0.35;
	pointer-events: none;
	z-index: -1;
}

.sxn-sbAop::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('img/aop/sidebar/sidebar-bg.webp');
	opacity: 0.1;
	pointer-events: none;
	z-index: -2;
}

.sxn-sbAop .sxn-title {
	display: block;
	font-family: 'Cabin', sans-serif;
	font-size: clamp(26px, 4vw, 30px);
	color: #fff;
	font-weight: bold;
	letter-spacing: 20%;
	text-align: center;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.sbAopContain {
	border-top: 2px solid #C3A76B;
}

.sbAopBox a {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 30px;
	border-bottom: 2px solid #C3A76B;
	transition: .4s;
}

.sbAopBox a:hover {
	background-color: #C3A76B;
}

/* BELOW THE FOLD (BTF) BEGINS */

p {padding: 0 0 20px;}
li {list-style-type: none; list-style-position: outside;}
.topo {display: block; overflow: hidden;}
.topo img {display: block; width: 100%;}

#contentArea {
	margin: 0 auto;
	overflow: hidden;
}
#mainContent {
	font-family: 'Red Hat Display', "Helvetica Neue", Helvetica, sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	line-height: 1.67;
	color: #000;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		font-family: 'Cabin', Times, "Times New Roman", serif;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: clamp(28px, 4vw, 40px);
		padding: 0 0 20px 0;
	}
	.article h2 {
		font-size: clamp(24px, 4vw, 30px);
		color: #8B8178;
		padding: 0 0 15px 0;
	}
	.article h3 {
		font-size: clamp(20px, 4vw, 24px);
		color: #8B8178;
		padding: 0 0 15px 0;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
		max-width: 100%;
		height: auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}

#sidebar {
    max-width: 400px;
		max-width: 100%;
    margin: 40px auto 0;
}

.blog-sidebar {
    margin: 40px 0 0;
}

.blog-sidebar .blogTitle {
    font-size: clamp(24px,4vw,30px);
    margin: 0 0 15px;
    color: #2F652E;
    line-height: 1.5;
    font-family: 'Red Hat Display', sans-serif;
}

.blog-sidebar ul {
    margin: 0 0 20px
}

.blog-sidebar li {
    padding: 0 0 5px 10px
}

#crumbs {
    margin: 0 0 30px
}


/* Content Area */
@media screen and (min-width: 1024px) {
	#sidebar {
		margin: 0 0 0;
	}
	#syncContent {z-index: 1;}
	#mainContent {
		padding: 0;
		width: calc(100% - 50px - 300px);
		float: left;
	}
	.home #mainContent { float: none; width: 100%; }
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: auto;
	}
	.article .alignright {
		float: right;
		margin: 0 0 5px 15px;
	}
	.article .aligncenter {
		display: block;
		margin: 0 auto;
	}
	.article .alignleft {
		float: left;
		margin: 0 15px 5px 0;
	}
	#sidebar {
		max-width: 300px;
		width: 100%;
		float: right;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}

@media (min-width:1120px) {
	#mainContent {
		padding: 0;
		width: calc(100% - 80px - 400px);
	}
	#sidebar {
		max-width: 400px;
	}
}

/* Content Zone */

body.home .sxn-content {
	padding: 40px 0 min(100vw,485px);
	overflow: hidden;
	isolation: isolate;
	background-image: url("img/content/content-bg-sm.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.sxn-content {
	padding: 35px 0;
}

.sxn-content .sxn-wrap {
	padding: 0 20px;
}

body.home .sxn-content h1.sxn-title {
	text-align: center;
	font-family: 'Cabin', sans-serif;
	font-size: clamp(32px, 4vw, 55px);
	color: #000;
	padding: 0 0 20px;
	line-height: 1.2;
}

.contentContain {
	display: flex;
	/* align-items: flex-start; */
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
	gap: 30px 80px;
}

.contentImg {
	display: block;
	max-width: 400px;
	width: 100%;
	flex-shrink: 0;
	position: relative;
}

.contentImg img {
	display: block;
	max-width: 100%;
	height: auto;
}

.contentImgDesc {
	width: calc(100% - 56px);
	box-sizing: border-box;
	margin: -100px auto 0;
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	line-height: 1.44;
	color: #fff;
	padding: 15px 20px;
	background-color: #144517;
	text-align: center;
	position: relative;
	z-index: 2;
}

@media (min-width:800px) {
	.sxn-content .sxn-wrap {
		padding: 0 40px;
	}

body.home .sxn-content {
	padding:75px 0 465px;
	background-image: url("img/content/content-bg-md.webp");
}

body.home .sxn-content h1.sxn-title {
	padding: 0 0 40px;
}

.contentImgDesc {
	padding: 20px 25px;
}

.sxn-content {
	padding: 65px 0;
}
}

@media (min-width:1120px) {
	.sxn-content .sxn-wrap {
		padding: 0 60px;
	}

body.home .sxn-content {
	padding: 115px 0 465px;
	background-image: url("img/content/content-bg-lg.webp");
}

body.home .sxn-content h1.sxn-title {
	padding: 0 0 60px;
}

.contentImgDesc {
	padding: 25px 30px;
}

.sxn-content {
	padding: 95px 0;
}
}

@media (min-width:1300px) {

.contentContain {
	align-items: flex-start;
	flex-direction: row;
	gap: 30px;
}

}

@media (min-width:1640px) {

.contentContain {
	gap: 30px 80px;
}

}

/* Seminar Zone */

.sxn-seminar {
	padding: 40px 0 50px;
	overflow: clip;
	overflow-clip-margin: 40px;
	isolation: isolate;
	background-image: url("img/seminar/seminar-bg-sm.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 3;
}

.sxn-seminar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /* aspect-ratio: 2000/304; */
    aspect-ratio: 2000/904;
    max-height: 304px;
    pointer-events: none;
    z-index: -1;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.sxn-seminar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 2000/1500;
    /* max-height: 282px; */
    max-height: 200px;
    pointer-events: none;
    z-index: -1;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 75%, #FFFFFF 100%);
}

.sxn-seminar .sxn-title {
    display: block;
    font-family: 'Cabin', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: bold;
    color: #fff;
    letter-spacing: 20%;
    text-transform: uppercase;
    /* margin: 0 0 560px; */
    margin: 0 0 min(50vw,560px);
		text-align: center;
		line-height: 1.3;
}

.sxn-seminar .sxn-subtitle {
    display: block;
    font-family: 'Red Hat Display', sans-serif;
    font-size: clamp(16px, 4vw, 28px);
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
		text-align: center;
}

.seminarLink {
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 4vw, 20px);
	font-weight: bold;
	letter-spacing: 15%;
	border-radius: 8px;
	/* padding: 25px 130px; */
	padding: 15px 20px;
	white-space: nowrap;
	text-transform: uppercase;
	background-color: #C3A76B;
	transition: background-color 300ms linear;
	z-index: 2;
}

.seminarLink:hover {
    background-color: #E1C68D;
}

@media (min-width:800px) {

.sxn-seminar {
	padding: 70px 0 60px;
	background-image: url("img/seminar/seminar-bg-md.webp");
}

.sxn-seminar::before {
    aspect-ratio: 2000/304;
}

.seminarLink {
	/* padding: 25px 130px; */
	padding: 20px 70px;
	bottom: -35px;
}
}

@media (min-width:1120px) {

.sxn-seminar {
	padding: 100px 0 70px;
	background-image: url("img/seminar/seminar-bg-lg.webp");
}

.sxn-seminar .sxn-title {
		text-align: left;
		line-height: 1.6;
}

.seminarLink {
	/* padding: 25px 130px; */
	padding: 25px 190px;
	bottom: -40px;
}


.sxn-seminar::after {
    aspect-ratio: 2000/282;
    max-height: 282px;
}

}

/* Testimonials Zone */

.sxn-test {
	padding: 60px 0 30px;
	overflow: hidden;
	isolation: isolate;
	background-image: url("img/testimonials/test-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.sxn-test::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 2000/148;
    max-height: 148px;
    pointer-events: none;
    z-index: -1;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
		opacity: 0.25;
}

.sxn-test .sxn-title {
    display: block;
    font-family: 'Cabin', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: bold;
    color: #000;
    letter-spacing: 20%;
    text-transform: uppercase;
		text-align: center;
    margin: 0 0 20px;
		line-height: 1.3;
}

.testContain {
	max-width: 1320px;
	/* margin: 0 auto 55px; */
	margin: 0 auto 155px;
	position: relative;
}

.testBox {
	background-color: #fff;
	/* padding: 40px 70px; */
	padding: 30px 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 20px;
	/* margin: 20px 30px 20px 0; */
	margin: 20px 0 20px 0;
	box-shadow: 10px 0 15px 0px rgba(0, 0, 0, 0.15);
	transition: background-color 300ms linear;
}

.swiper-slide-active .testBox {
	background-color: #144517;
	/* margin: 20px 0 20px 30px; */
	margin: 20px 0 20px 0;
	box-shadow: -10px 0 15px 0px rgba(0, 0, 0, 0.15);
}

.testQuote {
	display: block;
	max-width: 100%;
	width: calc(112px / 1.5);
	height: calc(94px / 1.5);
	background-color: #000;
	mask-image: url("img/testimonials/quote.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	transition: all 300ms linear;
}

.swiper-slide-active .testQuote {
	background-color: #fff;
}

.testTitle {
	font-family: 'Red Hat Display', sans-serif;
	color: #000;
	font-size: clamp(24px, 4vw, 30px);
	line-height: 1.16;
	text-align: center;
	transition: all 300ms linear;
}

.swiper-slide-active .testTitle {
	color: #fff;
}

.testDesc {
	font-family: 'Red Hat Display', sans-serif;
	color: #000;
	font-size: clamp(16px, 4vw, 18px);
	line-height: 1.67;
	text-align: center;
	transition: all 300ms linear;
}

.swiper-slide-active .testDesc {
	color: #fff;
}

.testAuth {
	font-family: 'Red Hat Display', sans-serif;
	color: #000;
	font-size: clamp(20px, 4vw, 22px);
	line-height: 1.67;
	text-align: center;
	font-weight: bold;
	transition: all 300ms linear;
}

.swiper-slide-active .testAuth {
	color: #fff;
}

.testNavContain {
	position: absolute;
	left: 50%;
	/* top: 50%; */
	bottom: -100px;
	/* transform: translate(-50%, -50%); */
	transform: translateX(-50%);
	/* width: calc(100% + 140px); */
	width: 300px;
	display: flex;
	align-items: center;
	z-index: 10;
	pointer-events: none;
	/* justify-content: space-between; */
	justify-content: center;
	gap: 20px;
}

.testNavButton {
	display: block;
	position: relative;
	/* width: 84px; */
	width: 84px;
	/* height: 270px; */
	height: 80px;
	background-color: #C3A76B;
	transition: background-color 300ms linear;
	border-radius: 8px;
	pointer-events: all;
}

.testNavButton::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 67px;
	height: 42px;
	background-image: url("img/testimonials/arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.hpNextTest::before {
	transform: translate(-50%, -50%) rotate(180deg);
}

.testNavButton:hover {
	background-color: #E1C68D;
}

.testLink {
	display: flex;
	align-items: center;
	justify-content: center;
}

.testLinkButton {
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: bold;
	letter-spacing: 15%;
	border-radius: 8px;
	font-size: clamp(14px, 4vw, 20px);
	padding: 15px 20px;
	text-transform: uppercase;
	background-color: #C3A76B;
	transition: background-color 300ms linear;
	z-index: 2;
	text-align: center;
}

.testLinkButton:hover {
    background-color: #E1C68D;
}

@media (min-width:550px) {

.testLinkButton {
	padding: 20px 50px;
}

}

@media (min-width:800px) {
.sxn-test {
	padding: 90px 0 60px;
}

.sxn-test .sxn-title {
    margin: 0 0 45px;
}

.testLinkButton {
	padding: 20px 70px;
}

}

@media (min-width:1120px) {

.sxn-test {
	padding: 150px 0 100px;
}

.sxn-test .sxn-title {
    margin: 0 0 70px;
		line-height: 1.6;
}

.testLinkButton {
	padding: 25px 130px;
}

.testQuote {
	width: 112px;
	height: 94px;
}
.testBox {
	padding: 40px 70px;
	margin: 20px 30px 20px 0;
}

.swiper-slide-active .testBox {
	margin: 20px 0 20px 30px;
}

.testNavContain {
	top: 50%;
	bottom: unset;
	transform: translate(-50%, -50%);
	width: calc(100% + 50px);
	justify-content: space-between;
}

.testNavButton {
	width: 84px;
	height: 270px;
}

.testContain {
	margin: 0 auto 55px;
}

}

@media (min-width:1600px) {

.testNavContain {
	width: calc(100% + 140px);
}

}

/* FAQ Zone */

.sxn-faq {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: 40px 0 40px;
	background-color: #12471C;
}

.sxn-faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 2000/51;
    max-height: 51px;
    pointer-events: none;
    z-index: -1;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.sxn-faq::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('img/faq/faq-bg-sm.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	z-index: -2;
	opacity: 0.1;
}

.sxn-faq .sxn-title {
    display: block;
    font-family: 'Cabin', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: bold;
    color: #fff;
    letter-spacing: 20%;
    text-transform: uppercase;
		text-align: center;
    margin: 0 0 25px;
		line-height: 1.3;
}

.faqVideoImgContain {
	background-color: #000;
	position: relative;
	margin: 0 auto 25px;
	max-width: 510px;
}

.faqVideoImgContain::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    width: 80%;
    aspect-ratio: 393/95;
		border-radius: 100%;
		background-color: #000;
		pointer-events: none;
		filter: blur(20px);
		opacity: 0.2;
    z-index: -1;
}

.faqVideoImgContain::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(88px / 2);
	height: calc(88px / 2);
	background-color: #000;
	background-image: url('img/faq/play.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	pointer-events: none;
	z-index: 2;
	border-radius: 100%;
	transition: .4s;
}

.faqBox:hover .faqVideoImgContain::before {
	background-color: #C3A76B;
}

.faqVideoImg {
	display: block;
	max-width: 100%;
	height: auto;
	opacity: 0.65;
	transition: .4s;
}

.faqBox:hover .faqVideoImg {
	opacity: 1;
}

.faqDesc {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	font-weight: bold;
	color: #fff;
	padding: 0 10%;
	text-align: center;
}

.faqBox:hover .faqDesc {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
}

.faqNavContain {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin: 30px 0 50px;
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.faqNavContain::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg,rgba(195, 167, 107, 1) 0%, rgba(195, 167, 107, 1) calc(50% - 290px), rgba(195, 167, 107, 0) calc(50% - 290px), rgba(195, 167, 107, 0) calc(50% + 290px), rgba(195, 167, 107, 1) calc(50% + 290px), rgba(195, 167, 107, 1) 100%);
	pointer-events: none;
	z-index: -1;
}

.faqNavButton {
	background-color: #C3A76B;
	display: block;
	width: 240px;
	height: 72px;
	position: relative;
	transition: .4s;
	border-radius: 8px;
}

.faqNavButton::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 42px;
	background-image: url('img/faq/arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 2;
}

.hpNextFaq::before {
	transform: translate(-50%, -50%) rotate(180deg);
}

.faqNavButton:hover {
    background-color: #E1C68D;
}

.faqLink {
	display: flex;
	align-items: center;
	justify-content: center;
}

.faqLinkButton {
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: bold;
	letter-spacing: 15%;
	font-size: clamp(14px, 4vw, 20px);
	border-radius: 8px;
	padding: 15px 30px;
	text-transform: uppercase;
	background-color: #C3A76B;
	transition: background-color 300ms linear;
	z-index: 2;
}

.faqLinkButton:hover {
    background-color: #E1C68D;
}

@media (min-width:550px) {

.faqVideoImgContain::before {
	width: 88px;
	height: 88px;
	background-size: auto;
}

}

@media (min-width:800px) {

.sxn-faq {
	padding: 60px 0 60px;
}

.sxn-faq::after {
	background-image: url('img/faq/faq-bg-md.webp');
}

.sxn-faq .sxn-title {
    margin: 0 0 45px;
}

}

@media (min-width:1120px) {

.sxn-faq {
	padding: 90px 0 80px;
}

.sxn-faq::after {
	background-image: url('img/faq/faq-bg-lg.webp');
}

.sxn-faq .sxn-title {
    margin: 0 0 65px;
		line-height: 1.6;
}

.faqLinkButton {
	padding: 25px 130px;
}

}

/* Team Zone */

.sxn-team {
	overflow: hidden;
	padding: 40px 0 40px;
	isolation: isolate;
	background-image: url("img/team/team-bg-sm.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	position: relative;
}

.sxn-team::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 2000/31;
    max-height: 31px;
    pointer-events: none;
    z-index: -1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
	opacity: 0.5;
}

.sxn-team::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 2000/77;
    max-height: 77px;
    pointer-events: none;
    z-index: -1;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
		opacity: 0.5;
}

.sxn-team .sxn-title {
    display: block;
    font-family: 'Cabin', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: bold;
    color: #000;
    letter-spacing: 20%;
    text-transform: uppercase;
		text-align: center;
		line-height: 1.3;
    margin: 0 0 20px;
}

.teamContain {
	display: flex;
	/* align-items: flex-start; */
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 30px 35px;
}

.teamBox {
	width: 100%;
	max-width: 200px;
}

.teamImg {
	max-width: 200px;
	width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
	transition: .4s;
}

.teamLink:hover .teamImg {
	filter: brightness(125%);
}

.teamImgBox {
	padding: 0 0 30px;
	position: relative;
}

.teamImgBox::after {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #1A3716;
	transition: .4s;
}

.teamLink:hover .teamImgBox::after {
	background-color: #C3A76B;
}

.teamName {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	color: #000;
	font-size: clamp(16px, 4vw, 18px);
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px;
}

.teamLink:hover .teamName {
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
}

.teamTitle {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	color: #000;
	font-size: clamp(16px, 4vw, 18px);
	text-align: center;
}

@media (min-width:800px) {

.sxn-team {
	padding: 65px 0 65px;
	background-image: url("img/team/team-bg-md.webp");
}

.sxn-team .sxn-title {
    margin: 0 0 40px;
}

.teamContain {
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

.teamBox0 {
	padding: 0 30%;
}

}

@media (min-width:1120px) {

.sxn-team {
	padding: 95px 0 95px;
	background-image: url("img/team/team-bg-lg.webp");
}

.sxn-team .sxn-title {
    margin: 0 0 60px;
		line-height: 1.6;
}

}

@media (min-width:1200px) {
.teamBox0 {
	padding: 0;
}
}

/* Team Zone Subpage Zone */

.article .spAttTitle {
	text-align: center;
	padding: 0 0 30px;
}

.article .spAtt {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	list-style: none;
	gap: 30px;
	flex-wrap: wrap;
	padding: 0;
	max-width: 1300px;
	margin: 0 auto 20px;
}

.article .spAttBox {
	list-style: none;
	max-width: 200px;
}

.spAttImgContain {
	margin: 0 0 15px;
}

.spAttImgContain img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 250px;
	object-fit: cover;
}

.spAttTextContain {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px;
	flex-direction: column;
}

.spAttName {
    display: block;
    font-family: 'Red Hat Display', sans-serif;
    color: #000;
    font-size: clamp(16px, 4vw, 18px);
    font-weight: bold;
    text-align: center;
    margin: 0 0 5px;
}

.spAttTitle {
    display: block;
    font-family: 'Red Hat Display', sans-serif;
    color: #000;
    font-size: clamp(16px, 4vw, 18px);
    text-align: center;
}

/* Accolades Zone */

.sxn-acco {
	padding: 40px 0 45px;
}

.sxn-acco .sxn-title {
    display: block;
    font-family: 'Cabin', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: bold;
    color: #000;
    letter-spacing: 10%;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px;
		line-height: 1.2;
}

.accoBox {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
	position: relative;
}

.accoDesc {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(14px, 4vw, 16px);
	color: #000;
	padding: 20px;
	width: 700px;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 8px;
	background-color: #fff;
	opacity: 0;
	transition: opacity .4s;
	z-index: 20;
	pointer-events: none;
	height: 0;
}

.accoBox:hover .accoDesc {
	opacity: 1;
	pointer-events: all;
	height: auto;
}

.accoImg {
	display: block;
	max-width: 100%;
	height: auto;
}

.accoContain {
    max-width: 1240px;
    margin: 0 auto -500px;
    position: relative;
}

.accoContain .hpAcco-container {
	padding: 0 0 650px;
}

.accoNavContain {
    position: absolute;
    left: 50%;
    /* top: 50%; */
		bottom: 480px;
    /* transform: translate(-50%, -50%); */
    transform: translateX(-50%);
    width: calc(100% + 360px);
    width: 300px;
    display: flex;
    align-items: center;
    z-index: 1;
    pointer-events: none;
    /* justify-content: space-between; */
    justify-content: center;
		gap: 20px;
		opacity: 0;
		transition: .4s;
}

.accoNavContain.active {
		opacity: 1;
}

.accoNavButton {
	background-color: #C3A76B;
	display: block;
	width: 85px;
	height: 138px;
	position: relative;
	transition: .4s;
	border-radius: 8px;
	pointer-events: all;
	cursor: pointer;
}

.accoNavButton::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 42px;
	background-image: url('img/accolades/arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 2;
}

.hpNextAcco::before {
	transform: translate(-50%, -50%) rotate(180deg);
}

.accoNavButton:hover {
    background-color: #E1C68D;
}

@media (min-width:500px) {
	.swiper-slide-active .accoDesc {
		left: 0%;
		transform: translateX(0%);
		width: 400px;
		max-width: unset;
	}
	.swiper-slide-next .accoDesc {
		left: unset;
		right: 0;
		transform: translateX(0%);
		width: 400px;
		max-width: unset;
	}
}

@media (min-width:700px) {
	.swiper-slide-active .accoDesc {
		left: 0%;
		transform: translateX(0%);
		width: 400px;
		max-width: unset;
	}

	.swiper-slide-next .accoDesc {
		left: 50%;
		right: unset;
		transform: translateX(-50%);
		width: 400px;
		max-width: unset;
	}

	.swiper-slide-next + .swiper-slide .accoDesc {
		left: unset;
		right: 0;
		transform: translateX(0%);
		width: 400px;
		max-width: unset;
	}
}

@media (min-width:800px) {

.sxn-acco {
	padding: 60px 0 65px;
}

.sxn-acco .sxn-title {
    margin: 0 0 60px;
}

}

@media (min-width:1024px) {
	.swiper-slide-active .accoDesc {
		left: 0%;
		transform: translateX(0%);
		width: 600px;
		max-width: unset;
	}

	.swiper-slide-next .accoDesc {
		left: 50%;
		right: unset;
		transform: translateX(-50%);
		width: 600px;
		max-width: unset;
	}

	.swiper-slide-next + .swiper-slide .accoDesc {
		left: 50%;
		right: unset;
		transform: translateX(-50%);
		width: 600px;
		max-width: unset;
	}

	.swiper-slide-next + .swiper-slide + .swiper-slide .accoDesc {
		left: unset;
		right: 0;
		transform: translateX(0%);
		width: 600px;
		max-width: unset;
	}
}

@media (min-width:1120px) {

.sxn-acco {
	padding: 90px 0 95px;
}

.sxn-acco .sxn-title {
    margin: 0 0 80px;
		line-height: 1.6;
    letter-spacing: 20%;
}

}

@media (min-width:1300px) {
	.swiper-slide-active .accoDesc {
		left: 0%;
		transform: translateX(0%);
		width: 700;
		max-width: unset;
	}

	.swiper-slide-next .accoDesc {
		left: 50%;
		right: unset;
		transform: translateX(-50%);
		width: 700;
		max-width: unset;
	}

	.swiper-slide-next + .swiper-slide .accoDesc {
		left: 50%;
		right: unset;
		transform: translateX(-50%);
		width: 700;
		max-width: unset;
	}

	.swiper-slide-next + .swiper-slide + .swiper-slide .accoDesc {
		left: 50%;
		right: unset;
		transform: translateX(-50%);
		width: 700;
		max-width: unset;
	}

	.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide .accoDesc {
		left: unset;
		right: 0;
		transform: translateX(0%);
		width: 700;
		max-width: unset;
	}
}

@media (min-width:1500px) {

.accoContain {
    margin: 0 auto -600px;
}

.accoNavContain {
    top: 10px;
		bottom: unset;
    transform: translateX(-50%);
    width: calc(100% + 180px);
    justify-content: space-between;
		opacity: 1;
}

}

@media (min-width:1640px) {

.accoNavContain {
    width: calc(100% + 360px);
}

}

/* Contact Zone */

.sxn-contact {
	overflow: hidden;
	isolation: isolate;
	position: relative;
	padding: 35px 0 35px;
	background-color: #1A3716;
}

.sxn-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 2000/51;
    max-height: 51px;
    pointer-events: none;
    z-index: -1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    opacity: 0.5;
}

.sxn-contact::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('img/contact/contact-bg-sm.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	z-index: -2;
	opacity: 0.1;
}

.sxn-contact .sxn-title {
    display: block;
    font-family: 'Cabin', sans-serif;
    font-size: clamp(30px, 4vw, 45px);
    color: #fff;
    text-align: center;
    margin: 0 auto 25px;
		max-width: 1100px;
		line-height: 1.2;
}

.contactContain {
	display: flex;
	/* align-items: flex-start; */
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 30px 75px;
}

.formTitle {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(18px, 4vw, 24px);
	color: #fff;
	font-style: italic;
	line-height: 1.4;
	padding: 0 0 30px;
}

.formSubTitle {
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;
	line-height: 1.67;
	padding: 0 0 30px;
}

.formRow3 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 22px;
	margin: 0 0 22px;
	width: 100%;
	box-sizing: border-box;
}

.formCol3 {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.formInput3 input,.formInput3 textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 18px 20px;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #000;
}

.formInput3 textarea {
	min-height: 120px;
	resize: vertical;
}

.formInput3 input::placeholder,.formInput3 textarea::placeholder {
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #000;
}

.formMid3 {
	margin: 0 auto 25px;
	max-width: 910px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

.formReq3 {
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(14px, 4vw, 16px);
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 48px;
}

.formCheckBox3 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 15px;
}

.formCheckBox3 label {
	font-family: 'Red Hat Display', sans-serif;
	color: #fff;
	line-height: 1.375;
	font-size: 15px;
}

.ficb3 {
	appearance: none;
	width: 33px;
	height: 33px;
	border: 3px solid #946E1E;
	display: grid;
	margin: 4px 0 0;
	flex-shrink: 0;
  place-content: center;
}

.ficb3[type="checkbox"]::before {
  content: "";
  width: 19px;
  height: 19px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #946E1E;
}

.ficb3[type="checkbox"]:checked::before {
  transform: scale(1);
}

.formCbox .cfRequiredMark:before {
	display: none !important
}

.formtick {
	cursor: pointer;
}

.formtick.validationError {
	box-shadow: 0 0 5px 4px red;
}

.formSubmit3 {
	align-items: center;
}

.contactImg {
	display: block;
	max-width: 400px;
	width: 100%;
	flex-shrink: 0;
	position: relative;
}

.contactImg img {
	display: block;
	max-width: 100%;
	height: auto;
}

.contactImgDesc {
	width: calc(100% - 56px);
	box-sizing: border-box;
	margin: -100px auto 0;
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	line-height: 1.44;
	color: #fff;
	padding: 15px 20px;
	background-color: #C3A76B;
	text-align: center;
	position: relative;
	z-index: 2;
}

.contactForm .grSubmitBTN {
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: bold;
	letter-spacing: 15%;
	font-size: clamp(14px, 4vw, 20px);
	border-radius: 8px;
	padding: 15px 30px;
	text-transform: uppercase;
	background-color: #C3A76B;
	transition: background-color 300ms linear;
	z-index: 2;
	border: unset;
	border-radius: 8px;
	transition: .4s;
}

.contactForm .grSubmitBTN:hover {
	background-color: #E1C68D;
}

@media (min-width:800px) {

.sxn-contact {
	padding: 60px 0 65px;
}

.sxn-contact::after {
	background-image: url('img/contact/contact-bg-md.webp');
}

.sxn-contact .sxn-title {
    margin: 0 auto 35px;
}
.contactImgDesc {
	padding: 20px 25px;
}
}

@media (min-width:1024px) {

}

@media (min-width:1120px) {

.sxn-contact {
	padding: 90px 0 105px;
}

.sxn-contact::after {
	background-image: url('img/contact/contact-bg-lg.webp');
}

.sxn-contact .sxn-title {
    margin: 0 auto 45px;
}
.contactImgDesc {
	padding: 25px 30px;
}
	.contactForm .grSubmitBTN {
    padding: 25px 130px;
}

.contactContain {
	align-items: flex-start;
	flex-direction: row;
	/* gap: 30px 75px; */
	gap: 30px 35px;
}
}

@media (min-width:1300px) {

.formRow3 {
	flex-direction: row;
}

}

@media (min-width:1640px) {

.contactContain {
	gap: 30px 75px;
}

}

/* Sidebar Contact Zone */

.sxn-sbContact {
	padding: 25px 22px 35px;
	background-color: #1A3716;
	overflow: hidden;
	isolation: isolate;
	position: relative;
	margin: 0 0 60px;
}

.sxn-sbContact::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 51px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
	opacity: 0.35;
	pointer-events: none;
	z-index: -1;
}

.sxn-sbContact::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('img/contact/sidebar/sidebar-bg.webp');
	opacity: 0.1;
	pointer-events: none;
	z-index: -2;
}

.sxn-sbContact .sxn-title {
	display: block;
	font-family: 'Cabin', sans-serif;
	font-size: clamp(26px, 4vw, 30px);
	color: #fff;
	text-align: center;
	margin: 0 10px 20px;
	line-height: 1.2;
}

.formRow4 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
	margin: 0 0 15px;
	width: 100%;
	box-sizing: border-box;
}

.formCol4 {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.formInput4 input,.formInput4 textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 10px 20px;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #000;
}

.formInput4 textarea {
	min-height: 120px;
	resize: vertical;
}

.formInput4 input::placeholder,.formInput4 textarea::placeholder {
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #000;
}

.formMid4 {
	margin: 0 auto 25px;
	max-width: 910px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

.formReq4 {
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(14px, 4vw, 16px);
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 48px;
}

.formCheckBox4 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 15px;
}

.formCheckBox4 label {
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(14px, 4vw, 16px);
	color: #fff;
	line-height: 1.375;
}

.ficb4 {
	appearance: none;
	width: 33px;
	height: 33px;
	border: 3px solid #946E1E;
	display: grid;
	margin: 4px 0 0;
	flex-shrink: 0;
  place-content: center;
}

.ficb4[type="checkbox"]::before {
  content: "";
  width: 19px;
  height: 19px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #946E1E;
}

.ficb4[type="checkbox"]:checked::before {
  transform: scale(1);
}

.formSubmit4 {
	align-items: center;
	gap: 25px;
}

.formButton4 .grSubmitBTN {
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: bold;
	letter-spacing: 15%;
	font-size: clamp(14px, 4vw, 20px);
	border-radius: 8px;
	padding: 25px 70px;
	width: 100%;
	text-transform: uppercase;
	background-color: #C3A76B;
	transition: background-color 300ms linear;
	z-index: 2;
	border: unset;
	border-radius: 8px;
	transition: .4s;
}

.formButton4 .grSubmitBTN:hover {
	background-color: #E1C68D;
}

/* Footer Zone */

#mainFooter {
	overflow: hidden;
}

.footerTop {
	position: relative;
	background-image: url('img/footer/footerTop-bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	aspect-ratio: 2000/524;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	isolation: isolate;
}

.footerTop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 2000/51;
    max-height: 51px;
    pointer-events: none;
    z-index: -1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    opacity: 0.5;
}

.footerInfo {
	background-color: rgba(0, 0, 0, 0.55);
	width: 100%;
}

.ftiBox {
	display: flex;
	padding: 50px 0;
	/* align-items: flex-start; */
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 30px 90px;
}

.ftiLogo {
	order: -1;
	flex-shrink: 0;
	max-width: 100%;
	width: 606px;
}

#logo-main-footer img{
	display: block;
	max-width: 100%;
	height: auto;
}

.ftiAddress {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	font-family: 'Cabin', sans-serif;
	font-size: clamp(14px, 4vw, 20px);
	color: #C3A76B;
	text-transform: uppercase;
}

.ftiAddress a {
	color: #fff;
	text-transform: none;
}

.ftiAddress a:hover {
	text-decoration: underline;
}

.ftiContact {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-width: 395px;
	gap: 5px;
	margin: 10px 0 0;
}

.ftiPhone {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	font-family: 'Cabin', sans-serif;
	font-size: clamp(14px, 4vw, 20px);
	color: #C3A76B;
	text-transform: uppercase;
	line-height: 0.8;
}

.ftiPhone a {
	color: #fff;
	text-transform: none;
	font-size: clamp(20px, 4vw, 35px);
}

.ftiPhone a:hover {
	text-decoration: underline;
}
.ftiFax {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	font-family: 'Cabin', sans-serif;
	font-size: clamp(14px, 4vw, 20px);
	color: #C3A76B;
	text-transform: uppercase;
}

.ftiFax a {
	color: #fff;
	text-transform: none;
}

.footerBot {
	background-color: #000;
	padding: 40px 0;
}

.fbBox {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 30px 130px;
}

.fbSocial {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.fbsButton {
	display: block;
	width: 51px;
	height: 51px;
	border-radius: 8px;
	background-color: #C3A76B;
	transition: .4s;
	position: relative;
}

.fbsButton:hover {
	background-color: #E1C68D;
}

.fbsButton a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
.fbsButton a.fbsbfb {background-image: url('img/footer/fb.svg');}
.fbsButton a.fbsbli {background-image: url('img/footer/li.svg');}
.fbsButton a.fbsbyt {background-image: url('img/footer/yt.svg');}

.fNav {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.fNav li {
    padding: 5px 10px;
    display: block;
    list-style-type: none;
    position: relative;
    list-style-position: outside
}

.fNav a {
    font-family: 'Red Hat Display',sans-serif;
    font-size: clamp(11px,4vw,12px);
    color: #fff;
    text-transform: capitalize
}

.fNav a:hover {
    text-decoration: underline
}

.fNav li:not(:first-child)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 1px;
    height: 12px;
    background-color: #C3A76B;
    pointer-events: none
}
#ncBrandingWrapper {
	order: 1;
	font-size: 0;
	text-align: center;
}

@media (min-width:800px) {

}

@media (min-width:1024px) {

.fbBox {
	flex-direction: row;
	gap: 30px 50px;
}
#ncBrandingWrapper {
	order: 0;
}

}

@media (min-width:1120px) {

.fbBox {
	gap: 30px 80px;
}

	.fbSocial, .fNav {
		width: 340px
	}

}

@media (min-width:1300px) {
.fbBox {
	gap: 30px 130px;
}
}

@media (min-width:1400px) {
	.ftiBox {
    align-items: flex-start;
    flex-direction: row;
		flex-wrap: wrap;
}

.ftiLogo {
	padding: 0 30%;
}

}

@media (min-width:1640px) {

.ftiLogo {
	padding: 0;
	order: unset;
}
	.ftiBox {
		flex-wrap: nowrap;
		gap: 30px 20px;
}

}

@media (min-width:1740px) {
	.ftiBox {
		gap: 30px 90px;
}

}

/* RESPONSIVE */
#ncBranding {
	overflow: hidden;
}
	#ncBranding, #ncBranding a {
		color: #fff;
		font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#ncBranding a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	#logo-nextclient {
		display: block;
		margin: 0 auto 15px;
	}
	#ncBranding p {
		padding: 0;
		max-width: 320px; /*modme*/
		margin: 0 auto;
	}
	#ncBranding br {display: none;}
@media screen and (min-width: 600px) {
	#ncBranding {
		display: inline-block;
	}
	#logo-nextclient {
		display: inline-block;;
		margin: 0;
		vertical-align: middle;
	}
	#ncBranding p {
		display: inline-block;;
		margin: 0 0 0 10px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: middle;
	}
	#ncBranding br {display: inline;}
}

/* Search Page */
#univ_search_form {margin: 0 0 20px;}
#univ_search_field {
	display: inline-block;
	box-sizing: border-box;
	width: 160px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	color: #000;
	background-color: #fff;
}
#univ_search_submit {
	height: 36px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: #333;
	color: #fff;
}
#univ_search_submit:hover {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

/* Contact Form Styling */
input[type=submit] {cursor: pointer; -webkit-appearance: none;border-radius: 0;}
.nc_form {
	background-color: #f0f0f0;
	padding: 20px 10px;
	margin: 0 0 15px;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #333333;
	min-width: 255px;
}
.nc_form .form-part{margin: 0 0 10px;}
.nc_form .req {color: #F71704;}
.nc_form .groupLegend{
	font-size: 18px;
	margin: 0 0 5px;
}
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {display: block; width: 100%; padding: 0; box-sizing: border-box; }
	.nc_form input, .nc_form textarea {background: #fff; color: #000;}
	.nc_form input::placeholder, .nc_form textarea::placeholder {color: gray;}
	.nc_form input, .nc_form textarea, .nc_form .captcha-container {
		border: 1px solid #999;
		border-radius: 3px;
	}
	.nc_form label {margin: 0 0 5px;}
	.nc_form input, .nc_form textarea, .nc_form select {
		margin: 0 0 10px;
		padding: 10px 10px;
	}
	.nc_form textarea {height:60px;}
	.nc_form .captcha-container {padding: 0;width: 100%;}

.nc_form input.hidden {display:none;}
.nc_form input.submit-button {
	cursor:pointer;
	margin: 1em 0;
	padding: 10px 10px;
	width:auto;
	height:auto;
	background:#555;
	color:#fff;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 0;
}
	.nc_form input.submit-button:hover {background:#777;}
.nc_form input.error {border-color:#f00;}
.nc_form label.error {color: #f00;}
.ncfDisclaimer {
	font-size: 80%;
	margin: 0 0 15px;
	padding: 10px 0 0;
}
	.ncfDisclaimer span {
		display: block;
		font-weight: bold;
		font-size: 125%;
	}
		.ncfDisclaimer span.req {display: inline; font-size: 80%;}
	.ncfDisclaimer input {
		display: inline;
		width: 10px;
		height: 10px;
		margin: 0 5px 0 0;
	}
	.ncfDisclaimer label {display: inline;}
.nc_form .captcha-wrapper {}
	.nc_form .captcha-wrapper input {max-width: 200px;}
	.nc_form .captcha-container {
		background: #fff;
		border: 1px solid #333;
		margin: 0 0 4px;
		text-align: center;
		max-width: 200px;
	}
	.nc_form .captcha-image {
		cursor: pointer;
		display: block;
		width: 100%;
	}
	.nc_form .checkbox,
	.nc_form .radio{ margin: 0 auto 10px; }
	.nc_form .checkbox input,
	.nc_form .checkbox label,
	.nc_form .radio input,
	.nc_form .radio label {
		display: inline;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
	}
	.nc_form .checkbox label,
	.nc_form .radio label{ margin: 0 15px 0 2px; }

.nc_form .inlineSelect select{display: inline; width: auto;}
.nc_form .inlineSelectGroup{ display: inline-block; margin: 0 10px 0 0; }
.nc_form .inlineSelectGroup select{margin: 0;}
.nc_form .inlineSelectGroup label{ font-size: 0.85rem; }


@media screen and (min-width: 600px){
	.nc_form{ padding: 20px 15px; }
}

/* reCAPTCHA v2 invisible */
.grecaptcha-badge {visibility: hidden;}
.grDisclaimerBox {
	background-color: #4a90e2;
	overflow: hidden;
	height: 60px;
	width: 255px;
}
.nc_form .grDisclaimerBox {
    box-shadow: rgba(0,0,0,0.75) 0px 0px 5px;
	margin: 0 0 20px;
}
.grDisclaimerBoxNarrow {width: 180px;}
.grDisclaimerBoxNarrow .grdbBadge {display: none;}
.grdbBadge {
	float: left;
	width: 70px;
	height: 100%;
	background-color: #fff;
	background-image: url(img/recaptcha-logo-48.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.grdbText {
	float: left;
	color: #fff;
	width: 185px;
	box-sizing: border-box;
	font-family: Roboto, helvetica, arial, sans-serif;
	font-size: 11px;
	padding: 19px 15px 0;
	line-height: 1;
}
.grdbHead {
	display: block;
	margin: 0 0 5px;
}
.grdbLinks a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
.grdbLinks a:hover {text-decoration: underline;}
.grdbSep {font-size: 8px;}
/* reCAPTCHA v2 invisible */

/* Contact Form - Custom */

/* Contact Form Styling Ends */

/* Blog Page */
@media screen and (max-width: 700px) {
	.post_entry_mult_left, .post_entry_mult_right {
		float: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.postThumbMult {
		display: block;
		width: 80%;
		max-width: 150px;
		margin: 0 auto 0.5em;
	}
}


/*  < animate.css >  */
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}
.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@media print, (prefers-reduced-motion: reduce) {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}

	.animate__animated[class*='Out'] {
		opacity: 0;
	}
}

/*  < animations - fadeIns >  */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInTopLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInTopLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInTopRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInBottomLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInBottomRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight;
}
/*  </ animations - fadeIns >  */

/* Featured Image */
.dskFiMult {
	max-width: 100%;
}

.dskFiSingle {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}
@media screen and (min-width: 500px) {
	.dskFiSingle.dskFiLeft {
		float: left;
		margin: 0 10px 10px 0;
	}
	.dskFiSingle.dskFiRight {
		float: right;
		margin: 0 0 10px 10px;
	}
}

/* Chat Buttons Fix - font too big at 320px */
/*
@media screen and (max-width: 360px) {
    body .ccl-split-bar-item {
        font-size: 20px !important;
    }
}
*/

/* Form Validation -- Begins */
form input[type=text].validationError,
form textarea.validationError,
form select.validationError,
form .validationError::placeholder {
    background-color: red !important;
    color: #fff !important;
}
form .validationError:-moz-placeholder,
form .validationError::-moz-placeholder {
	opacity: 1;
}

input[type=checkbox].validationError {
    position:relative
}

.cfRequiredMark {
	position: relative;
	font-size: 0;
}
input[type=radio].validationError + .cfRequiredMark:before,
input[type=checkbox].validationError  + .cfRequiredMark:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: -26px;
	top: -11px;
	background-color: red;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	opacity: 1;
	box-shadow: 1px 1px 3px red;
}

.validationFeedback {
    display: none;
    text-align: center;
    background-color: #f5770c;
    color: #000;
    padding: 20px 20px 0;
    margin:0 auto 20px
}

.vfActive {
    display: block
}

.vfFailedFullNamelValidationPrompt,
.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedFullNamelValidation .vfFailedFullNamelValidationPrompt,
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}
/* Form Validation -- Ends */

nav.mm > ul > li.topLevelInactive > a{ cursor: default; position: relative;}

/*  < navmm_scrollable v1.3 >  */
nav.mm_mob .navmm_scrollable .menu_more_indicator {
	display: none;
}
@media screen and (min-width: 800px) {
	nav.mm .navmm_scrollable .navmm_scroll_menu {
		z-index: 999;
		position: absolute;
		top: 100%;
		left: 0;
		width: 310px; /* modme */
/* 		background: #4B91E2; */ /* modme */
		transform-origin: top;
		-moz-transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		opacity: 0;
		transition: 300ms;
	}
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu {
		-moz-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}
	nav.mm .navmm_scrollable .navmm_scroll_menu > ul {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		max-height: calc( 85vh - 140px );
		overflow-y: auto;
	}
/*	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu > ul {
		max-height: calc( 20rem - 140px );
	} */
	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu {
		left: 100%;
		top: 0;
	}
	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu ul {
		left: 0;
	}
	nav.mm .navmm_scrollable .navmm_scroll_menu > ul {
		-moz-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}
	nav.mm .navmm_scrollable .menu_more_indicator {
		box-sizing: border-box;
		display: none;
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator {
		display: block;
		height: 42px;
		padding: 4px 8px;
		font-size: 18px;
		color: #fff;
		width: 100%;
		line-height: 1;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		text-transform: uppercase;
		background: transparent;
		border: 1px solid #000;
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator.js_inactive {
		display: none;
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator.js_scroll_inactive {
		display: none;
	}
	nav.mm .navmm_scrollable .menu_more_indicator .menu_more_indicator_label {
		display: inline-block;
		padding: 1px 0 0;
		vertical-align: middle;
	}
	nav.mm .navmm_scrollable .menu_more_indicator_icon {
		display: inline-block;
		margin: 0 0 0 10px;
		width: 19px;
		height: 31px;
		vertical-align: middle;
		background-image: url(img/mouse-scroll-animation.png);
	}
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu > ul ul {
		opacity: 1;
		position: relative;
		top: 0;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 100%;
		border-left: 0;
		border-bottom: 0;
		transform: scaleY(1);
	}
/*
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu > ul > li > ul {
		margin: 0 0 0 20px;
		width: calc( 100% - 21px );
	}
 */
}
/*  </ navmm_scrollable v1.3 >  */

nav.mm .navmm_scrollable .navmm_scroll_menu ul {top: 0;}
nav.mm .navmm_scrollable .navmm_scroll_menu ul ul {padding: 0;}
nav.mm .navmm_scrollable .navmm_scroll_menu ul ul,
nav.mm .navmm_scrollable:hover .menu_more_indicator,
nav.mm .navmm_scrollable ul li:hover > a {background: #C3A76B;} /* modme to match ul bg color */
nav.mm .navmm_scrollable ul li:hover > a:hover {background: #E1C68D;} /* modme to match hover bg color */
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul a {padding-left: 30px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul a {padding-left: 60px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul ul a {padding-left: 90px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul ul ul a {padding-left: 120px;}

/*  < mc_gallery >  */
	.mc_gallery {
		padding: 0 0 20px;
		max-width: 770px;
		margin: 0 auto;
	}
	.mc_gallery .block_full {
		position: relative;
	}
	.mc_gallery ul {
		padding: 0;
	}
	.mc_gallery .item_full {
	}
	.mc_gallery .item_full li {
		display: inline-block;
	}
	.mc_gallery .item_full li img {
		display: block;
		width: 100%;
		height: auto;
	}
	/*  < element_arrows >  */
	.mc_gallery .block_full .element_arrows {
		z-index: 2;
		position: absolute;
		top: 0;
		bottom: 0;
		opacity: 0;
		padding: 0;
		width: auto;
		font-size: 0;
		text-align: center;
		transition: all 250ms ease;
	}
	.mc_gallery .block_full:hover .element_arrows {
		opacity: 1;
	}
	.mc_gallery .block_full .element_arrows_prev {
		left: 0;
	}
	.mc_gallery .block_full .element_arrows_next {
		right: 0;
	}
	.mc_gallery .block_full .element_arrows a {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: perspective(1px) translateY(-50%);

		box-sizing: border-box;
		display: inline-block;
		padding: 20px 10px 20px;
		background: #000;
		background: rgba( 0, 0, 0, 0.64 );
	}
	.mc_gallery .block_full .element_arrows_prev a {
		border-radius: 0 8px 8px 0;
	}
	.mc_gallery .block_full .element_arrows_next a {
		border-radius: 8px 0 0 8px;
	}
	.mc_gallery .block_full .element_arrows a span {
		display: block;
		width: 30px;
		height: 43px;
		overflow: hidden;
	}
	.mc_gallery .block_full .element_arrows a img {
		display: block;
		width: 400%;
	}
	.mc_gallery .block_full .element_arrows a.next_slide img { margin: 0 0 0 -100%; }
	.mc_gallery .block_full .element_arrows a.prev_slide:hover img { margin: 0 0 0 -200%; }
	.mc_gallery .block_full .element_arrows a.next_slide:hover img { margin: 0 0 0 -300%; }
	/*  </ element_arrows >  */

	.mc_gallery .block_thumb {
		position: relative;
	}
	.mc_gallery .item_thumb {}
	.mc_gallery .item_thumb li {
		opacity: 0.35;
		transition: all 250ms ease;
		display: inline-block;
	}
	.mc_gallery .item_thumb li:hover,
	.mc_gallery .item_thumb .slick-current {
		opacity: 1;
	}
	.mc_gallery .item_thumb .item {
		border-right: 1px solid #fff;
	}
	.mc_gallery .item_thumb .item img {}
	/*  < element_arrows >  */
	.mc_gallery .block_thumb .element_arrows {
		z-index: 2;
		position: absolute;
		top: 0;
		bottom: 0;
		opacity: 0;
		padding: 0;
		width: auto;
		font-size: 0;
		text-align: center;
		transition: all 250ms ease;
	}
	.mc_gallery .block_thumb:hover .element_arrows {
		opacity: 1;
	}
	.mc_gallery .block_thumb .element_arrows_prev {
		left: 0;
	}
	.mc_gallery .block_thumb .element_arrows_next {
		right: 0;
	}
	.mc_gallery .block_thumb .element_arrows a {
		box-sizing: border-box;
		display: inline-block;
		padding: 10px 9px 10px;
		height: 100%;
		background: #000;
		background: rgba( 0, 0, 0, 0.64 );
	}
	.mc_gallery .block_thumb .element_arrows a span {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: perspective(1px) translateY(-50%);
		display: block;
		width: 34px;
		height: 34px;
		overflow: hidden;
	}
	.mc_gallery .block_thumb .element_arrows a img {
		display: block;
		width: 400%;
	}
	.mc_gallery .block_thumb .element_arrows a.next_slide img { margin: 0 0 0 -100%; }
	.mc_gallery .block_thumb .element_arrows a.prev_slide:hover img { margin: 0 0 0 -200%; }
	.mc_gallery .block_thumb .element_arrows a.next_slide:hover img { margin: 0 0 0 -300%; }
	/*  </ element_arrows >  */
	@media screen and (min-width: 1120px) {
		.mc_gallery .block_full .element_arrows a {
			padding: 40px 19px 40px;
		}
	}
	@media screen and (min-width: 1640px) {
		.mc_gallery .block_full .element_arrows a {
			padding: 77px 19px 77px;
		}
	}
	/*  </ mc_gallery >  */

	/*Newsletters*/
/* Newsletter Styling */
#nl-container {
	overflow: hidden;
}
#nl-pageTitle {
	border-bottom: 1px solid #000;
}
#nl-sidebar {
	width: 30%;
	float: left;
	display: inline;
	font-size: 0.9em;
	line-height: 1.3;
}
	ul#nl-articles, ul#nl-newslinks {
		margin: 0;
		padding: 0;
	}
	#nl-articles li, #nl-newslinks li {
		border-bottom: 1px solid #000;
		display: block;
	}
		#nl-articles li.nl-last-item, #nl-newslinks li.nl-last-item {
			border-bottom: 0;
		}
		#nl-articles li {
			padding: 0 0 0.8em;
			margin: 0 0 0.8em;
		}
		#nl-newslinks li {
			padding: 0 0 0.4em;
			margin: 0 0 0.5em;
		}
		#newslinkHeader {
			color: #000;
			font-size: 1.3em;
			font-weight: bold;
			margin: 0 0 0.6em;
		}
		a.nl-article-headline {
			font-weight: bold;
			display: block;
			text-decoration: none;
			margin: 0 0 0.3em;
		}
		a.nl-article-headline:hover {
			text-decoration: underline;
		}
		.nl-excerpt {

		}
#nl-mainContent {
	width: 65%;
	float: right;
	display: inline;
}
#nl-copyright {
	font-size: 0.8em;
	text-align: center;
	padding: 1em 0 1.5em;
}
body.nl-page #sidebar {
	display: none;
}
body.nl-page #mainContent {
	float: none;
	display: block;
	width: auto;
}

/* Newsletter - Custom */

h1#nl-pageTitle {
	margin: 0 0 20px 0;
}
h2#nl-articleTitle {
}

/* Newsletter Styling Ends */

/* mcSeminars */
.mcSeminars {
	padding: 20px 20px 15px 20px;
	border: 1px solid #472d14;
	margin: 0 auto 20px;
	background-color: rgba(0, 0, 0, .05);
	display: none;
}
.mcSeminars.active { display: block; }
.mcSeminarHead {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	padding: 0 0 10px;
}
.article ul.mcSeminarList {
	padding: 0;
	margin: 0 0 20px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0 30px;
}
.article ul.mcSeminarList li {
	font-size: 18px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.mcSeminarsButton {
	display: block;
	color: #fff;
	max-width: 347px;
	margin: 0px auto;
	transition: .3s;
	-webkit-transition: .3s;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 20px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 7px;
	background: #C3A76B;
	cursor: pointer;
	text-decoration: none;
	margin: 30px auto;
}
.mcSeminarsButton:hover {background: #E1C68D;}

@media screen and (min-width: 900px) {
	.mcSeminars {
		max-width: 1000px;
	}
	.article ul.mcSeminarList {
		flex-direction: row;
		align-items: flex-start;
	}
}
@media screen and (min-width: 1120px) {
	.article ul.mcSeminarList li { font-size: 20px; }
}
@media screen and (min-width: 1640px) {
	.article ul.mcSeminarList li { font-size: 22px; }
	.mcSeminarsButton { font-size: 20px; }
}

.programsList {
	padding: 20px 20px 15px 20px !important;
	border: 1px solid #472d14;
	margin: 0 auto 20px;
	background-color: rgba(0, 0, 0, .05);
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: center;
	text-align: center;gap: 10px 32px;
}
.programsList li{
	list-style-type: none !important;
	font-size: 17px;
}
.programsList li.plTitle {
	width: 100%;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	padding: 0;
}
@media screen and (min-width: 1120px) {
	.programsList li {
		font-size: 22px
	}
}
