/*
Theme Name: Leandros A. Vrionedes | Trip & Fall
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%;}
body.single .shareThisWrapper {margin: 0px 0 20px;}
.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;}
	.post_entry_mult .shareThisWrapper {margin: 0;}
	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; scroll-behavior: smooth;}
body {
	font-family: 'Lato', "Helvetica Neue", Helvetica, sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	line-height: 1.67;
	color: #000;
	background: #fff;
}
a {color: #7A97D0;}
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);
	background-color: #3F5C96;
}
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: 10px 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 15px 40px;
	transition: .4s;
	width: 100%;
	box-sizing: border-box;
}

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

#mainHeader {

}
#logo-main {
	display: block;
	width: 100%;
	max-width: 345px; /*modme*/
	margin: 0 auto;
	transition: .4s;
}

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

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

.hLanguage a {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 20px);
	line-height: 1;
	padding: 10px 20px;
	background-color: #F7D005;
	color: #000;
	text-transform: uppercase;
	white-space: nowrap;
	display: block;
}


nav.mm {
	text-align: center;
	position: relative;
	z-index: 100;
}
nav.mm > ul > li > a {
	padding: 10px 14px;
	font-size: 11px;
	color: #fff;
	font-family: 'Lato', "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1;
}

@media (min-width:1024px) {
	nav.mm > ul > li > a {
		padding: 10px 16px;
		font-size: 15px;
	}
}

@media (min-width:1120px) {
	nav.mm > ul > li > a {
		padding: 10px 20px;
		font-size: 16px;
	}
}

@media (min-width:1400px) {
	nav.mm > ul > li > a {
		padding: 10px 14px;
		font-size: 12px;
	}
}

@media (min-width:1500px) {
	nav.mm > ul > li > a {
		padding: 10px 16px;
		font-size: 14px;
	}
}

@media (min-width:1640px) {
	nav.mm > ul > li > a {
		padding: 10px 17px;
	}
}

@media (min-width:1700px) {
	nav.mm > ul > li > a {
		padding: 10px 16px;
		font-size: 17px;
	}
}

@media (min-width:1900px) {
	nav.mm > ul > li > a {
		padding: 10px 16px;
		font-size: 17px;
	}
}

nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #fff; color: #000;}
nav.mm ul ul {background: #fff; width: 180px;}
nav.mm ul ul li:hover > a {background: #F7D005; color: #000;}
nav.mm ul ul li {}
nav.mm ul ul a {
	color: black;
	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: #7A97D0;}
#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 #F7D005;}
	#mm1 {border-left: 1px solid #F7D005;}
	#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: #000; /*modme*/
		color: #fff;
		display: block;
		padding: 10px 10px;
		font-size: 16px;
	}
	.mmi ul a:hover {
		background: #fff;
	}
	@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: #3F5C96;
	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 'Lato', sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			background: #fff;
			color: #000;
			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: #7A97D0;
    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: 0 0 0; /*modme*/
	}
	
body.sticky_zone #logo-main {
	max-width: 250px;
}
	#persistentHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		transition: .4s;
	}

	body.sticky_zone 	#persistentHeader{
		background-color: #3F5C96;
	}

	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone #persistentHeader::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    max-width: 100%;
    width: 100%;
    opacity: .5;
    height: 25px;
    pointer-events: none;
    z-index: 10;
    background-image: linear-gradient(#000 0,hsla(0,0%,0%,.738) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
}
	body.sticky_zone .noSticky{ display: none; }

	#mhWrapper {
		padding: 15px 5%;
		flex-direction: row;
		flex-wrap: wrap;
	}

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

	#mainHeader {
		order: 1;
	}

	.hLanguage {
		order: 2;
	}

	nav.mm {
		order: 3;
	}

}

@media screen and (min-width: 1120px) {
	#mhWrapper {
		padding: 20px 5%;
	}

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

@media (min-width:1400px) {
	#mhWrapper {
		flex-wrap: nowrap;
	}
	#mainHeader {
		order: unset;
	}

	.hLanguage {
		order: unset;
	}

	nav.mm {
		order: unset;
	}
	#logo-main {
		max-width: 250px;
	}
}

@media (min-width:1640px) {
	#logo-main {
		max-width: 345px;
	}
	body.sticky_zone #mhWrapper {
		padding: 10px 0%;
	}
}

@media (min-width:1700px) {
	#mhWrapper {
		padding: 20px 0%;
	}
	
	.sxn-wrap {
		padding: 0;
	}
}


#homeslides {
	position: relative;
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('img/slides/main/700/1.webp');
	height: 315px;
	width: 100%;
	aspect-ratio: 2000/900;
}

#homeslides::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 2000/320;
	max-height: 215px;
	background-image: linear-gradient(#000 0,hsla(0,0%,0%,.738) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
	pointer-events: none;
	z-index: -1;
	opacity: 1;
}


#homeslides::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 2000/468;
	max-height: 468px;
	background-image: linear-gradient(0deg, #000 0,hsla(0,0%,0%,.738) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
	pointer-events: none;
	z-index: -1;
	opacity: 1;
}

@media (min-width:800px) {
	#homeslides {
		background-image: url('img/slides/main/1120/1.webp');
		height: 504px;
	}
}

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

.homeslide {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#homeslideImg1 {}
#homeslideImg2 {}
#homeslideImg3 {}
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
}
.slideBox {
	position: absolute;
	bottom: 30px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.slideHead {
	font-family: 'Lato', sans-serif;
	font-size: clamp(18px, 3vw, 45px);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	line-height: 1.2;
	text-wrap: balance;
}

.slideHead span {
	display: inline-block;
	margin: 0 auto;
	font-size: clamp(26px, 5vw, 90px);
	font-weight: bold;
	line-height: 1.2;
	position: relative;
}

.slideHead span::before {
	content: '';
	position: absolute;
	left: calc(-100vw - 14px);
	top: 9px;
	width: 100vw;
	height: 6px;
	border-top: 1px solid #F7D005;
	border-bottom: 1px solid #F7D005;
	box-sizing: border-box;
}

.slideHead span::after {
	content: '';
	position: absolute;
	right: calc(-100vw - 14px);
	top: 9px;
	width: 100vw;
	height: 6px;
	border-top: 1px solid #F7D005;
	border-bottom: 1px solid #F7D005;
	box-sizing: border-box;
}

.slideBody {}
.slideMore {}

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

@media (min-width:700px) {
		.subslide {
		height: 194px;
	}
}

@media (min-width:1120px) {
	.subslide {
		height: 209px;
	}
}

@media (min-width:1400px) {
	.subslide {
		height: 125px;
	}
}

@media (min-width:1640px) {
	.subslide {
		height: 158px;
	}
}


@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	.slideBox {
		bottom: 70px;
		padding: 15px;
	}
	.slideHead span::before {
		left: calc(-100vw - 18px);
		top: 14px;
		height: 11px;
		border-top: 2px solid #F7D005;
		border-bottom: 2px solid #F7D005;
	}
	
	.slideHead span::after {
		right: calc(-100vw - 18px);
		top: 14px;
		height: 11px;
		border-top: 2px solid #F7D005;
		border-bottom: 2px solid #F7D005;
	}
}

@media screen and (min-width: 1120px) {
	.slideBox {
		bottom: 120px;
		padding: 20px;
	}
	.slideHead span::before {
		top: 25%;
	}
	
	.slideHead span::after {
		top: 25%;
	}
}

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

/* Results Zone */

.sxn-results {
	background-color: #000;
	background-image: url('img/results/results_bg.webp');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 10px 0 25px;
	position: relative;
	z-index: 5;
}

.consultBox {
	background-color: #F7D005;
	padding: 15px 15px 25px;
	box-sizing: border-box;
	max-width: 1270px;
	margin: -10px auto 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.consultBox .sxn-title {
	font-family: 'Lato', sans-serif;
	font-size: clamp(24px, 4vw, 45px);
	color: #000;
	text-align: center;
}

.consultBox .sxn-title a {
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}

.consultBox .sxn-title a:hover {
	text-decoration: underline;
}

.consultLink {
	display: inline-block;
	margin: 0 auto;
	padding: 15px 70px 15px 25px;
	background-color: #3F5C96;
	color: #fff;
	font-family: 'Lato', sans-serif;
	line-height: 1.2;
	font-size: clamp(20px, 4vw, 24px);
	position: relative;
	transition: .4s;
}

.consultLink:hover {
	background-color: #7A97D0;
}

.consultLink::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	width: 47px;
	height: 47px;
	background-color: #7A97D0;
	transition: .4s;
	pointer-events: none;
	z-index: 2;
}

.consultLink:hover::before {
	background-color: #3F5C96;
}

.consultLink::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 23px;
	width: 29px;
	height: 21px;
	background-image: url('img/icons/arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 3;
}

@media (min-width:800px) {
	.sxn-results {
		padding: 10px 0 30px;
	}
	.consultBox {
		padding: 25px 70px 35px;
		margin: -40px auto 30px;
	}
	.consultLink {
		padding: 20px 80px 20px 40px;
	}
}

@media (min-width:1120px) {
	.sxn-results {
		padding: 10px 0 35px;
	}
	.consultBox {
		padding: 35px 100px 45px;
		margin: -70px auto 35px;
	}
	.consultLink {
		padding: 25px 100px 25px 55px;
	}
}

/* Results Zone */

.resultsContain {
	position: relative;
	padding: 0px;
	box-sizing: border-box;
	max-width: 1270px;
	margin: 0 auto 20px;
}

.resultsBox {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.resultsAmt {
	font-family: 'Lato', sans-serif;
	font-size: clamp(36px, 4vw, 55px);
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	padding: 0;
}

.resultsTitle {
	font-family: 'Lato', sans-serif;
	font-size: clamp(28px, 4vw, 38px);
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	padding: 0;
}

.resultsLink {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	font-weight: bold;
	color: #7A97D0;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 0;
	transition: .4s;
}

.resultsLink:hover {
	color: #fff;
	text-decoration: underline;
}

.resultsNavContain {
	max-width: 200px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 25px auto 0;
}

.resultsNavButton {
	width: 77px;
	height: 77px;
	border: 2px solid #fff;
	position: relative;
	transition: .4s;
}

.resultsNavButton:hover {
	background-color: #fff;
}

.resultsNavButton::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 41px;
	height: 29px;
	background-color: #fff;
	mask-image: url('img/results/arrow.svg');
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-image: url('img/results/arrow.svg');
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	pointer-events: none;
	z-index: 2;
	transition: .4s;
}

.resultsNavButton:hover::before {
	background-color: #3F5C96;
}

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

.resultsPara {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	font-style: italic;
	color: #fff;
	line-height: 1.3;
	padding: 0;
	text-align: center;
}

@media (min-width:800px) {
	.resultsContain {
		padding: 0 100px;
	}
	.resultsNavContain {
		position: absolute;
		max-width: 104px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		flex-direction: column;
		gap: 15px;
	}
}

@media (min-width:1300px) {
	.resultsContain {
		padding: 0 200px;
	}
	.resultsNavContain {
		max-width: 200px;
		flex-direction: row;
	}
}

@media (min-width:1500px) {
	.resultsContain {
		padding: 0 250px 0 200px;
	}
}

@media (min-width:1640px) {
	.resultsContain {
		padding: 0 200px 0 200px;
	}
}

/* Results Sidebar Zone */

.sxn-sbResults {
	padding: 30px 40px 30px;
	background-image: url(img/results/sidebar/results_sb_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	position: relative;
	margin: 0 0 50px;
}

.sxn-sbResults .sxn-title {
	font-family: 'Lato', sans-serif;
	font-size: clamp(34px, 4vw, 44px);
	color: #fff;
	padding: 0 0 30px;
	line-height: 1.2;
	text-align: center;
}

.sbResultsBox {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.sbResultsAmt {
	font-family: 'Lato', sans-serif;
	font-size: clamp(36px, 4vw, 55px);
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	padding: 0;
}

.sbResultsTitle {
	font-family: 'Lato', sans-serif;
	font-size: clamp(28px, 4vw, 38px);
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	padding: 0;
}

.sbResultsLink {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	font-weight: bold;
	color: #7A97D0;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 0;
	transition: .4s;
}

.sbResultsLink:hover {
	color: #fff;
	text-decoration: underline;
}

.sbResultsNavContain {
	max-width: 200px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 25px auto 40px;
}

.sbResultsNavButton {
	width: 77px;
	height: 77px;
	border: 2px solid #fff;
	position: relative;
	transition: .4s;
}

.sbResultsNavButton:hover {
	background-color: #fff;
}

.sbResultsNavButton::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 41px;
	height: 29px;
	background-color: #fff;
	mask-image: url('img/results/arrow.svg');
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-image: url('img/results/arrow.svg');
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	pointer-events: none;
	z-index: 2;
	transition: .4s;
}

.sbResultsNavButton:hover::before {
	background-color: #3F5C96;
}

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

.sbResultsPara {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	font-style: italic;
	color: #fff;
	line-height: 1.3;
	padding: 0;
	text-align: center;
}

/* Attorney Zone */

.sxn-attorney {
	padding: 50px 0 20px;
	background-color: #3F5C96;
	background-image: url('img/attorney/attorney_bg-sm.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 5;
	isolation: isolate;
	aspect-ratio: 661/665;
	max-height: 450px;
	width: 100%;
}

.sxn-attorney .sxn-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	height: 100%;
}

.sxn-attorney::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 450px;
	height: auto;
	aspect-ratio: 661/765;
	background-image: url('img/attorney/Vrionedes-Leandros.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	z-index: -1;
}

.sxn-attorney .attName {
	font-family: 'Lato', sans-serif;
	font-size: clamp(24px, 4vw, 30px);
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.4;
	padding: 10px 0 0px;
	text-align: center;
	background-color: #3F5C96;
	display: block;
	width: 100%;
	max-width: 400px;
}

.sxn-attorney .attTitle {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.4;
	padding: 0 0 10px;
	text-align: center;
	display: block;
	background-color: #3F5C96;
	width: 100%;
	max-width: 400px;
}

@media (min-width:800px) {
	.sxn-attorney {
		background-image: url('img/attorney/attorney_bg-md.webp');
	}
}

@media (min-width:1024px) {
	
	.sxn-attorney::before {
		left: 50%;
		transform: translateX(0%);
		width: 661px;
		max-width: 500px;
		height: auto;
		aspect-ratio: 661/765;
	}
	.sxn-attorney .sxn-wrap {
    align-items: flex-start;
		justify-content: center;
	}
	.sxn-attorney .attName {
		padding: 0 0 0 10%;
		background-color: transparent;
	}
	
	.sxn-attorney .attTitle {
		padding: 0 0 0 10%;
		background-color: transparent;
	}
}

@media (min-width:1500px) {
	.sxn-attorney {
		padding: 130px 0 150px;
		background-image: url('img/attorney/attorney_bg-lg.webp');
		max-height: unset;
		aspect-ratio: unset;
	}
	.sxn-attorney::before {
		max-width: 100%;
		transform: translateX(12%);
	}
	.sxn-attorney .sxn-wrap{
		align-items: flex-end;
	}
	
	.sxn-attorney .attName {
		padding: 0 35% 0 0;
	}
	
	.sxn-attorney .attTitle {
		padding: 0 35% 0 0;
	}
}

@media (min-width:1640px) {
	.sxn-attorney::before {
		transform: translateX(22%);
	}
}


@media (min-width:1800px) {
	.sxn-attorney::before {
		transform: translateX(26%);
	}
}

/* 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: 'Lato', "Helvetica Neue", Helvetica, sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	line-height: 1.67;
	color: #000;
}

.mcViewMore.active,.mcViewLess,.mcMoreContent {
	display: none;
	transition: .5s
}

.mcMoreContent.active {
	display: block
}

.mcViewLess.active {
	display: inline-block;
	transition: .5s
}

.mcViewBtnContain {
}

.mcViewBtnContain a {
	font-family: 'Lato', "Helvetica Neue", Helvetica, sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;
	text-transform: capitalize;
	line-height: 1;
	padding: 12px 60px;
	background-color: #3F5C96;
	transition: .4s;
	cursor: pointer
}

.article .mcViewBtnContain a:hover {
	background-color: #7A97D0;
	text-decoration: unset
}

	.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: 'Lato', Times, "Times New Roman", serif;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: clamp(32px, 4vw, 50px);
		padding: 0 0 20px 0;
	}
	.article h2 {
		font-size: clamp(24px, 4vw, 40px);
		padding: 0 0 15px 0;
	}
	.article h3 {
		font-size: clamp(18px, 4vw, 30px);
		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;
	}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
#sidebar {
	margin: 30px 0 0;
}

#crumbs {
	margin: 0 0 25px;
}


/* Content Area */
@media screen and (min-width: 1024px) {
	#sidebar {
		margin: 0 0 0;
	}
	#syncContent {z-index: 1;}
	#mainContent {
		padding: 0;
		width: calc(100% - 40px - 360px);
		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: 360px;
		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% - 70px - 440px);
	}
	#sidebar {
		max-width: 440px;
	}
}

/* Content Zone */

body:not(.home) .sxn-content {
 padding: 40px 0 30px;
}

.sxn-hMainbg {
	padding: 10px 0 340px;
	background-image: url('img/content/content-bg-sm.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
}

body.home .contentBox {
	background-color: #fff;
	margin: -20px 0 0;
	position: relative;
	z-index: 10;
	max-width: 1430px;
	box-sizing: border-box;
	padding: 25px 5% 20px;
	box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.60);
}

body.home .contentBox h1 {
	font-family: 'Lato', sans-serif;
	font-size: clamp(28px, 4vw, 60px);
	color: #000;
	line-height: 1.2;
	padding: 0 0 25px;
}

.contentContain {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
	gap: 20px 35px;
}

.contentVideo {
	flex-shrink: 0;
	width: 100%;
	max-width: 475px;
	aspect-ratio: 475/267;
	height: auto;
	position: relative;
	box-sizing: border-box;
	isolation: isolate;
	padding: 0;
}

.contentVideo a {
	display: block;
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.contentVideo a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	height: 100%;
	background-image: linear-gradient(90deg, #000 0,hsla(0,0%,0%,.738) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
	pointer-events: none;
	transition: .4s;
	z-index: 4;
}

.contentVideo:hover a::before {
	opacity: 0.82;
}

.contentVideo img {
	display: block;
	max-width: 100%;
	height: auto;
	aspect-ratio: 475/267;
	transition: .4s;
}


.contentVideo:hover img {
	filter: brightness(1.2);
}


.contentVideo::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(87px * .5);
	height: calc(87px * .5);
	background-color: #3F5C96;
	z-index: 5;
	transition: .4s;
	pointer-events: none;
}

.contentVideo:hover::before {
	background-color: #7A97D0;
}

.contentVideo::after {
	content: '';
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: calc(54px * .5);
	height: calc(38px * .5);
	background-color: #fff;
	mask-image: url('img/content/arrow.svg');
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-image: url('img/content/arrow.svg');
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	z-index: 6;
	pointer-events: none;
}

@media (min-width:500px) {
	.contentVideo::before {
		width: 87px;
		height: 87px;
	}
	.contentVideo::after {
		left: 16px;
		width: 54px;
		height: 38px;
	}
}

@media (min-width:800px) {
	.sxn-hMainbg {
		background-image: url('img/content/content-bg-md.webp');
	}
	body:not(.home) .sxn-content {
		padding: 70px 0 60px;
	 }
}

@media (min-width:1024px) {
	.contentContain {
		align-items: flex-start;
		flex-direction: row;
	}
	.contentVideo {
		width: 100%;
		max-width: 300px;
	}
	
	.contentVideo::before {
		width: calc(87px * .75);
		height: calc(87px * .75);
	}
	.contentVideo::after {
		left: calc(16px * .75);
		width: calc(54px * .75);
		height: calc(38px * .75);
	}
}

@media (min-width:1120px) {
	.sxn-hMainbg {
		background-image: url('img/content/content-bg-lg.webp');
	}
	body.home .contentBox {
		background-color: #fff;
		margin: -80px 0 0;
		position: relative;
		z-index: 10;
		max-width: 1430px;
		box-sizing: border-box;
		padding: 85px 80px 40px 0;
		box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.60);
	}
	body.home .contentBox::after {
		content: '';
		position: absolute;
		top: 0;
		left: -50vw;
		height: 100%;
		width: 50vw;
		background-color: #fff;
		box-shadow: -60px 20px 40px rgba(0, 0, 0, 0.60);
		pointer-events: none;
		z-index: 4;
	}
	body:not(.home) .sxn-content {
		padding: 100px 0 90px;
	 }
}

@media (min-width:1400px) {
	.contentVideo {
		max-width: 475px;
	}
	.contentVideo::before {
		width: 87px;
		height: 87px;
	}
	.contentVideo::after {
		left: 16px;
		width: 54px;
		height: 38px;
	}
}

/* Accolades Zone */

.sxn-accolades {
	padding: 45px 0 35px;
	border-bottom: 2px solid #F7D005;
}

.accoContain {
	margin: 0 auto;
	max-width: 1100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px 30px;
}

.accoBox {
	max-width: 40%;
}

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

@media (min-width:800px) {
	.sxn-accolades {
		padding: 55px 0 45px;
	}
	.accoContain {
		gap: 20px 40px;
	}
}

@media (min-width:1200px) {
	.sxn-accolades {
		padding: 65px 0 55px;
	}
	.accoContain {
		gap: 20px 90px;
	}
	.accoBox {
		max-width: 100%;
	}
}

/* Testimonials Zone */

.sxn-test {
	padding: 30px 0 40px;
	overflow: hidden;
	color: #fff;
}

.sxn-test .sxn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px 75px;
}

.sxn-test .sxn-title {
	font-family: 'Lato', sans-serif;
	font-size: clamp(28px, 4vw, 44px);
	color: #fff;
	line-height: 1.2;
}

.testContain {
	position: relative;
	width: 100%;
}

.testBox {
	background-color: rgba(63, 92, 150, 0.6);
	padding: 20px 7% 130px;
	box-sizing: border-box;
	position: relative;
}

.testTitle {
	font-family: 'Lato', sans-serif;
	font-size: clamp(22px, 4vw, 32px);
	color: #fff;
	line-height: 1.4;
	padding: 0 0 20px;
}

.testDesc {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;
	line-height: 1.67;
	padding: 0 0 20px;
}

.testReadMore {
	color: #fff;
	text-transform: uppercase;
}

.testAuthor {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #F7D005;
	font-family: 'Lato', sans-serif;
	font-size: clamp(20px, 4vw, 26px);
	color: #3F5C96;
	line-height: 1;
	padding: 30px 25px 30px 100px;
	width: calc(100% - 7%);
	max-width: 300px;
	box-sizing: border-box;
}

.testAuthor::after {
	content: '';
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 67px;
	height: 51px;
	background-image: url('img/testimonials/fall_icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}

.testNavContain {
	width: 174px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin: 20px auto;
}

.testNavButton {
	width: 77px;
	height: 77px;
	border: 2px solid #fff;
	box-sizing: border-box;
	transition: .4s;
	position: relative;
}

.testNavButton::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(270deg);
	width: 29px;
	height: 41px;
	background-color: #fff;
	mask-image: url('img/testimonials/arrow.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: url('img/testimonials/arrow.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	transition: .4s;
}

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

.testNavButton:hover::after {
	background-color: #3F5C96;
}

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

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

@media (min-width:1400px) {
	.sxn-test {
		padding: 70px 0 80px;
	}
	.sxn-test .sxn-wrap {
		align-items: flex-start;
		flex-direction: row;
	}
	.sxn-test .sxn-title {
		max-width: 240px;
	}
	.sxn-test .hpTest-container {
		max-height: 300px;
	}
	.testBox {
		padding: 50px 370px 50px 80px;
		/* max-height: 215px; */
	}
	.testAuthor {
		position: absolute;
		right: 0;
		bottom: unset;
		top: 50%;
		transform: translateY(-50%);
		background-color: #F7D005;
		font-family: 'Lato', sans-serif;
		font-size: clamp(20px, 4vw, 26px);
		color: #3F5C96;
		line-height: 1;
		padding: 40px 25px 40px 100px;
		width: calc(100% - 7%);
		max-width: 300px;
		box-sizing: border-box;
	}

	.testNavContain {
		position: absolute;
		left: -161px;
		top: 50%;
		transform: translateY(-10%);
		height: 168px;
		width: 77px;
		width: 174px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		margin: 0;
	}

	.testNavButton::after {
		transform: translate(-50%, -50%);
	}

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

@media (min-width:1640px) {
	.testNavContain {
		transform: translateY(-50%);
	}
	.sxn-test .hpTest-container {
		max-height: 600px;
	}
}

/* Sidebar Testimonial Zone */

.sxn-sbTest {
	padding: 30px 5% 25px;
	overflow: hidden;
	background-color: #000;
	background-image: url('img/testimonials/sidebar/test_sb_bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.sxn-sbTest .sxn-title {
	font-family: 'Lato', sans-serif;
	font-size: clamp(28px, 4vw, 42px);
	color: #fff;
	line-height: 1.2;
	padding: 0 0 30px;
	text-align: center;
}

.sbTestBox {
	background-color: rgba(63, 92, 150, 0.6);
	padding: 20px 7% 130px;
	box-sizing: border-box;
	position: relative;
}

.sbTestTitle {
	font-family: 'Lato', sans-serif;
	font-size: clamp(20px, 4vw, 24px);
	color: #fff;
	line-height: 1.4;
	padding: 0 0 20px;
}

.sbTestDesc {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;
	line-height: 1.77;
	padding: 0 0 20px;
}

.sbTestReadMore {
	color: #fff;
	text-transform: uppercase;
}

.sbTestAuthor {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #F7D005;
	font-family: 'Lato', sans-serif;
	font-size: clamp(20px, 4vw, 26px);
	color: #3F5C96;
	line-height: 1;
	padding: 30px 25px 30px 100px;
	width: calc(100% - 7%);
	max-width: 300px;
	box-sizing: border-box;
}

.sbTestAuthor::after {
	content: '';
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 67px;
	height: 51px;
	background-image: url('img/testimonials/fall_icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}

.sbTestNavContain {
	width: 174px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin: 20px auto;
}

.sbTestNavButton {
	width: 77px;
	height: 77px;
	border: 2px solid #fff;
	box-sizing: border-box;
	transition: .4s;
	position: relative;
}

.sbTestNavButton::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(270deg);
	width: 29px;
	height: 41px;
	background-color: #fff;
	mask-image: url('img/testimonials/arrow.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: url('img/testimonials/arrow.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	transition: .4s;
}

.sbNextTest::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.sbTestNavButton:hover::after {
	background-color: #3F5C96;
}

.sbTestNavButton:hover {
	background-color: #fff;
}

@media (min-width:700px) {
	.sxn-sbTest {
		padding: 30px 40px 25px;
	}
}

@media (min-width:1024px) {
	.sbTestAuthor {
		font-size: 18px;
	}
}

@media (min-width:1300px) {
	.sbTestAuthor {
		font-size: clamp(20px, 4vw, 26px);
	}
}

/* Contact Zone */

.sxn-contact {
	padding: 10px 0 75px;
	border-top: 2px solid #fff;
	background-image: url('img/contact/contact-bg-sm.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contactInner {
	margin: -390px 0 0 0;
	overflow: hidden;
	isolation: isolate;
}

.contactBox {
	max-width: 1430px;
	margin: 40px 0 40px auto;
	position: relative;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
	gap: 20px 65px;
	box-shadow: -23px 20px 20px rgba(0, 0, 0, 0.60);
}

.contactImgBox {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	/* flex-direction: column; */
	flex-direction: row;
	flex-shrink: 0;
	/* width: 425px; */
	position: relative;
	overflow: hidden;
}

.contactImgBox::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 28%;
	height: 100%;
	background-image: linear-gradient(270deg, #000 0,hsla(0,0%,0%,.738) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
	pointer-events: none;
	z-index: 2;
	opacity: 0.44;
}

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

.contactBox .contactInnerBox {
	width: 100%;
	/* padding: 50px 0 55px; */
	padding: 20px 5% 25px;
	box-sizing: border-box;
}

.contactInnerBox .sxn-title {
	font-family: 'Lato', sans-serif;
	font-size: clamp(32px, 4vw, 54px);
	color: #000;
	line-height: 1.3;
	padding: 0 0 10px;
	text-align: center;
}

.contactInnerBox .sxn-subtitle {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #000;
	line-height: 1.3;
	padding: 0 0 40px;
	text-align: center;
}

.formRow {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px 13px;
	margin: 0 0 13px;
}

.formRowPara p {
	font-family: 'Lato', sans-serif;
	font-size: clamp(11px, 4vw, 13px);
	color: #000;
	line-height: 1.7;
}

.formCol {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	position: relative;
}

.inputContain {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border: 2px solid #BEBEBE;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 0 15px;
}

.inputContainText {
	align-items: flex-start;
}

.formLabel {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 20px);
	color: #000;
	line-height: 1.3;
	white-space: nowrap;
	margin: 0 15px 0 0;
	position: relative;
}

.inputContainText .formLabel {
	margin: 15px 15px 0 0;
}

.formLabel::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 30px;
	background-color: #BEBEBE;
}

.formInput {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 20px);
	color: #000;
	line-height: 1.3;
	border: transparent;
	padding: 15px 10px 15px 10px;
}

.formInputText {
	resize: vertical;
}

.grSubmitBTNContain {
	display: block;
	margin: 20px auto 0;
	box-sizing: border-box;
	background-color: #3F5C96;
	color: #fff;
	font-family: 'Lato', sans-serif;
	line-height: 1.2;
	font-size: clamp(20px, 4vw, 24px);
	position: relative;
	transition: .4s;
	max-width: 280px;
}

.grSubmitBTNContain:hover {
	background-color: #7A97D0;
}

.grSubmitBTN {
	background-color: transparent;
	border: unset;
	color: #fff;
	font-family: 'Lato', sans-serif;
	line-height: 1.2;
	font-size: clamp(20px, 4vw, 24px);
	padding: 20px 70px 20px 25px;
	max-width: 280px;
	width: 100%;
	text-align: center;
}

.grSubmitBTNContain::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	width: 47px;
	height: 47px;
	background-color: #7A97D0;
	transition: .4s;
	pointer-events: none;
	z-index: 2;
}

.grSubmitBTNContain:hover::before {
	background-color: #3F5C96;
}

.grSubmitBTNContain::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 23px;
	width: 29px;
	height: 21px;
	background-image: url('img/icons/arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 3;
}

@media (min-width:800px) {
	.sxn-contact {
		scroll-margin-top: 500px;
		padding: 10px 0 125px;
		background-image: url('img/contact/contact-bg-md.webp');
	}
	
}

@media (min-width:1024px) {
	.contactBox::after {
		content: '';
		position: absolute;
		top: 0;
		right: -50vw;
		width: 50vw;
		height: 100%;
		background-color: #fff;
		box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.60);
		z-index: -1;
	}
	.formRow {
    flex-direction: row;
	}
	.contactBox .contactInnerBox {
    padding: 35px 5% 40px;
}
}

@media (min-width:1120px) {
	.sxn-contact {
		padding: 10px 0 185px;
		background-image: url('img/contact/contact-bg-lg.webp');
	}

	.grSubmitBTN {
    padding: 24px 80px 24px 40px;
		max-width: 380px;
	}

	.grSubmitBTNContain {
		max-width: 380px;
	}
}

@media (min-width:1500px) {
	.contactBox {
    flex-direction: row;
		align-items: flex-start;
	}
	.contactImgBox {
		flex-direction: column;
	}
	.contactBox .contactInnerBox {
    padding: 35px 0 40px;
}
}

/* Footer Zone */

#mainFooter {
	overflow-x: clip;
	overflow-clip-margin: 0px;
	background-image: url('img/footer/footer_bg-sm.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
}

body:not(.home) #mainFooter {
	margin: 98px 0 0;
	position: relative;
}

body:not(.home) #mainFooter::after {
	content: '';
	position: absolute;
	left: 0;
	top: -98px;
	width: 100%;
	height: 98px;
	background-image: url('img/footer/footerBef_bg-sm.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footerTop {
	padding: 30px 0;
}

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

.footerTop .sxn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px 30px;
}

.ftNumber {
	width: 100%;
	max-width: 500px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px 30px;
}

.ftNumber p {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 20px);
	color: #7A97D0;
	padding: 0;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.ftNumber p a {
	font-family: 'Lato', sans-serif;
	font-size: clamp(24px, 4vw, 34px);
	color: #fff;
	padding: 0;
	line-height: 1.2;
	text-transform: initial;
	text-align: center;
	font-weight: 400;
}

.ftNumber p a:hover {
	text-decoration: underline;
}

.footerLogo {
	order: -1;
}

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

.ftEmail {
	width: 100%;
	max-width: 500px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px 30px;
}

.ftEmail p {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 20px);
	color: #7A97D0;
	padding: 0;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.ftEmail p a {
	font-family: 'Lato', sans-serif;
	font-size: clamp(24px, 4vw, 34px);
	color: #fff;
	padding: 0;
	line-height: 1.2;
	text-transform: initial;
	text-align: center;
	font-weight: 400;
}

.ftEmail p a:hover {
	text-decoration: underline;
}

.footerSoc {
	position: relative;
	padding: 45px 0 100px;
	isolation: isolate;
}

.footerSoc::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #3F5C96;
	z-index: -1;
	opacity: 0.8;
	pointer-events: none;
}

.fsContain {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 55px;
}

.fsocBox {
	height: 38px;
	width: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fsocBoxInner {
	display: block;
	background-color: #fff;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	transition: .4s;
}

.fsocBoxInner:hover {
	background-color: #7A97D0;
}

.fsocBoxInner.fb {mask-image: url('img/footer/fb.svg'); -webkit-mask-image: url('img/footer/fb.svg');width: 18px; height: 38px;}
.fsocBoxInner.li {mask-image: url('img/footer/li.svg'); -webkit-mask-image: url('img/footer/li.svg');width: 33px; height: 33px;}
.fsocBoxInner.yt {mask-image: url('img/footer/yt.svg'); -webkit-mask-image: url('img/footer/yt.svg');width: 46px; height: 32px;}
.fsocBoxInner.av {mask-image: url('img/footer/av.svg'); -webkit-mask-image: url('img/footer/av.svg');width: 33px; height: 31px;}
.fsocBoxInner.yp {mask-image: url('img/footer/yp.svg'); -webkit-mask-image: url('img/footer/yp.svg');width: 31px; height: 39px;}

.footerLoc {
	margin: -56px 0 0;
	position: relative;
	isolation: isolate;
	z-index: 5;
}

.flContain {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 20px 25px;
}

.flcBox {
	width: 100%;
	max-width: 100%;
	margin: 0 0 30px;
	/* margin: 0 0 60px; */
}

.fLocImg {
	display: block;
	position: relative;
	border: 4px solid #F7D005;
	/* border: 8px solid #F7D005; */
	box-sizing: border-box;
	width: 100%;
	/* aspect-ratio: 788/145; */
	aspect-ratio: 788/245;
	margin: 0 0 30px;
	transition: .4s;
}

.fLocImg:hover {
	/* border: 8px solid #fff; */
	border: 4px solid #fff;
}

.fLocImg::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* top: -40px; */
	top: -20px;
	/* height: 123px; */
	/* width: 123px; */
	height: calc(123px * .5);
	width: calc(123px * .5);
	/* border: 13px solid #F7D005; */
	border: 4px solid #F7D005;
	border-radius: 100%;
	box-sizing: border-box;
	background-color: #000;
	pointer-events: none;
	transition: .4s;
	z-index: 3;
}

.fLocImg:hover::before {
	/* border: 13px solid #fff; */
	border: 4px solid #fff;
}

.fLocImg::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -8px;
	/* top: -43px; */
	height: calc(66px * 0.5);
	width: calc(66px * 0.5);
	background-image: url('img/footer/logo-icon.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 4;
}

.fLocImgInner::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* top: 42px; */
	top: 35px;
	height: calc(45px * 0.5);
	width: calc(42px * 0.5);
	background-color: #F7D005;
	pointer-events: none;
	z-index: 1;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	transition: .4s;
}

.fLocImg:hover .fLocImgInner::before {
	background-color: #fff;
}

.fLocImgInner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.fLocImg img {
	display: block;
	max-width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/* width: 788px; */
	/* aspect-ratio: 788/145; */
	aspect-ratio: 788/245;
	object-fit: cover;
	z-index: -1;
	transition: .4s;
}

.fLocImg:hover img {
	transform: translate(-50%, -50%) scale(1.2);
}

.fLocCity {    
	font-family: 'Lato', sans-serif;
	font-size: clamp(24px, 4vw, 34px);
	color: #fff;
	padding: 0 0 10px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.fLocAdd {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 20px);
	color: #7A97D0;
	padding: 0;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.fLocAdd a {
	color: #7A97D0; 
	transition: .4s;
}

.fLocAdd a:hover {
	color: #fff;
	text-decoration: underline;
}

.faaTitleContain {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 35px 0 20px;
}

.footerAttAd .sxn-title {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: clamp(18px, 4vw, 24px);
	position: relative;
	color: #fff;	
	text-transform: uppercase;
	padding: 0;
}

.footerAttAd .sxn-title::before {
	content: '';
	position: absolute;
	left: calc(-100vw - 25px);
	top: 50%;
	transform: translateY(-50%);
	width: 100vw;
	height: 2px;
	background-color: #F7D005;
	pointer-events: none;
}


.footerAttAd .sxn-title::after {
	content: '';
	position: absolute;
	right: calc(-100vw - 25px);
	top: 50%;
	transform: translateY(-50%);
	width: 100vw;
	height: 2px;
	background-color: #F7D005;
	pointer-events: none;
}

.faaContain {
	display: flex;
	/* align-items: flex-start; */
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px 85px;
	margin: 0 0 40px;
}

.faaImg {
	flex-shrink: 0;
	width: 204px;
	cursor: pointer;
}

.faaImg img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 0 20px;
}

.faaImg p {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;	
	text-transform: uppercase;
	padding: 0;
	text-align: center;
}

.faaDesc {
	font-family: 'Lato', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #7A97D0;
	line-height: 1.67;	
}

.faaDesc p {
	padding: 0 0 30px;
}

.footerBot {
	background-color: #3F5C96;
	padding: 35px 0;
}

.footerBot .sxn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px 25px;
}

.fNav {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
	.fNav li {
		padding: 0 10px;
		display: block;
		list-style-type: none;
		list-style-position: outside;
		position: relative;
	}

	.fNav li:not(:first-child)::after {
    content: '/';
    position: absolute;
    left: -3px;
    top: 0px;
		font-family: 'Lato', sans-serif;
		font-size: clamp(16px, 4vw, 18px);
		color: #fff;
    pointer-events: none;
}

	.fNav a {
		font-family: 'Lato' sans-serif;
		font-size: clamp(14px, 4vw, 16px);
		color: #fff;
	}
	.fNav a:hover {
		text-decoration: underline;
	}

@media (min-width:600px) {
	.fLocImg::before {
    top: -40px;
    height: 123px;
    width: 123px;
    border: 8px solid #F7D005;
}
.fLocImg:hover::before {
	border: 8px solid #fff;
}
.fLocImg::after {
	top: -17px;
	height: 66px;
	width: 66px;
}
.fLocImgInner::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 72px;
	height: 45px;
	width: 42px;
	background-color: #F7D005;
	pointer-events: none;
	z-index: 1;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	transition: .4s;
}
.footerLoc {
	margin: -25px 0 0;
}
}

@media (min-width:800px) {
	#mainFooter {
		background-image: url('img/footer/footer_bg-md.webp');
	}
	body:not(.home) #mainFooter::after {
		background-image: url('img/footer/footerBef_bg-md.webp');
	}
	.footerTop {
		padding: 40px 0;
	}
	body:not(.home) #mainFooter {
		margin: 156px 0 0;
	}

	body:not(.home) #mainFooter::after {
		top: -156px;
		height: 156px;
	}
	.ftNumber {
		flex-direction: row;
	}
	.footerLoc {
		margin: -30px 0 0;
	}
	.flcBox {
		margin: 0 0 45px;
	}
	.fLocImg {
		border: 6px solid #F7D005;
    aspect-ratio: 788/200;
}

.fLocImg:hover {
	border: 6px solid #fff;
}
.fLocImg img {
	aspect-ratio: 788/200;
	width: 100%;
}
}

@media (min-width:1024px) {
	.footerBot .sxn-wrap {
		flex-direction: row;
	}
	.fLocImg {
		border: 8px solid #F7D005;
    aspect-ratio: 788/145;
}

.fLocImg:hover {
	border: 8px solid #fff;
}

.fLocImg img {
	aspect-ratio: 788/145;
}
}

@media screen and (min-width: 1120px) {
	#mainFooter {
		background-image: url('img/footer/footer_bg-lg.webp');
	}
	body:not(.home) #mainFooter::after {
		background-image: url('img/footer/footerBef_bg-lg.webp');
	}
	
	body:not(.home) #mainFooter {
		margin: 280px 0 0;
	}

	body:not(.home) #mainFooter::after {
		top: -280px;
		height: 280px;
	}
	.footerTop {
		padding: 45px 0;
	}
}

@media (min-width:1200px) {
	.footerLogo {
    order: unset;
		flex-shrink: 0;
		width: 300px;
	}

	.ftNumber {
    flex-direction: column;
	}
	
	.ftNumber, .ftEmail {
		max-width: 400px;
	}

	.footerTop .sxn-wrap {
		flex-direction: row;
	}
	
	.flContain {
		flex-direction: row;
	}

	.faaContain {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    /* gap: 20px 85px; */
    gap: 20px 45px;
}

.flcBox {
	margin: 0 0;
}

.fLocImg {
	border: 4px solid #F7D005;
	aspect-ratio: 788/245;
}

.fLocImg img {
	aspect-ratio: 788/245;
}

}

@media (min-width:1400px) {
	.footerLogo {
    width: 345px;
}
.footerLoc {
	margin: -66px 0 0;
}
.fLocImg {
	border: 8px solid #F7D005;
}

.fLocImg:hover {
	border: 8px solid #fff;
}
}

@media (min-width:1640px) {
	.fLocImg {
    aspect-ratio: 788/145;
}
.fLocImg img {
	aspect-ratio: 788/145;
}
.fLocImg::before {
	top: -66px;
	border: 13px solid #F7D005;
}

.fLocImg:hover::before {
	border: 13px solid #fff;
}

.fLocImg::after {
	top: -40px;
}
.fLocImgInner::before {
	top: 45px;
}
.ftNumber {
	flex-direction: row;
}
.ftNumber, .ftEmail {
	max-width: 500px;
}
}

/* RESPONSIVE */
#ncBrandingWrapper {
	padding: 0px 20px 0px;
	font-size: 0;
	text-align: center;
}
#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: 13px;
	padding: 15px 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;
    }
}
*/

/*  < 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: #7A97D0;} /* modme to match ul bg color */
nav.mm .navmm_scrollable ul li:hover > a:hover {background: #3F5C96; color: #fff;} /* 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;}

/*	< Vimeo Modal >	 */
.vimeo-modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.93);
	z-index: 99999999;
}
.vmContent{
	position: relative;
	max-width: 960px;
	max-height: 540px;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.vmContent:after{
	content: 'X';
	color: #FFF;
	width: 30px;
	font-weight: bold;
	height: 30px;
	font-size: 16px;
	border-radius: 50%;
	position: absolute;
	padding: 3px;
	top: -25px;
	right: -33px;
	text-align: center;
	border: 2px solid #FFF;
	cursor: pointer;
}
.vimeo-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.vimeo-embed-cont iframe,
.vimeo-embed-cont object,
.vimeo-embed-cont embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vimeo-embed-cont iframe{border:0;}
.article .vimeo-embed-cont {margin: 0 0 30px;}
/*  </ Vimeo Modal >  */

/*************** sxn CONTACT FORM *************************/
.sxn_hpContact {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(img/contact-form/bg.webp);
	color:#fff;
	margin: 0 0 50px;
}

.sxn_hpContact .maxWrapper > p {
	margin:0 0 0 0;
	padding: 0;
}
.sxn_hpContact .home_titleWrapper {
	margin: 0 0 30px 0;
}
.sxn_hpContact > div {
	background-color: rgba(0,0,0,.75);
	padding:90px 20px;
}
.sxn_hpContact h2 {
	color:#FFF;
	margin: 0 0 25px 0;
}
input:focus,
textarea:focus {
	outline: none;
	border:1px solid rgba(0,0,0,0);
	box-shadow: 0 0 10px #295e96;
}
.inputWrapper {
	position: relative;
}
.inputWrapper input[type=text],
.inputWrapper textarea {
	background: rgba(0,0,0,0.5);
	border: 2px solid #FFF;
	border-radius: 4px;
	border-top: 0;
	display: block;
	width: 100%;
	padding:8px 10px;
	color:#FFF;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
}
.inputWrapper textarea {
	height:100px;
}
.inputWrapper label {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	text-align: center;
	display: block;
	overflow: hidden;
	font-family: 'Lato', sans-serif;
	margin: 0 auto;
	bottom: -17px;
	line-height: 1.4;
}
.inputWrapper label span {
	display:inline-block;
	position: relative;
}
.inputWrapper label span:before,
.inputWrapper label span:after {
	content: '';
	position: absolute;
	display: inline-block;
	height: 2px;
	width: 100vw;
	color: #fff;
	border-top: 2px solid #FFF;
	box-sizing: border-box;
	transform: translateY(14px);
	right: -101vw;
}
.inputWrapper label span:before {
	right: initial;
	left: -101vw;
}
.sidebar .inputWrapper label {
	bottom: -13px;
	line-height: 1.4;
	border-radius: 10px;
	width: 98.5%;
}
.sxn_cForm .sxn_cForm_inputs > div {
	display: block;
	margin:0 0 10px 0;
	flex-basis: 100%;
}
.sxn_cForm .sxn_cForm_inputs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 22px;
}
.sxn_cForm .sxn_cForm_inputs.cForm_half > div {
	display: block;
	margin:0 0 10px 0;
	flex-basis: 100%;
}
.sxn_cForm_textarea > div {
	flex-basis: 100%;
}
.cForm_required p {
	text-align: center;
	font-size: 11px;
	margin: 20px 0 20px 0;
}
.cForm_submitWrap {
	text-align: center;
}
.cForm_submitWrap > div {
	margin:40px 12px 0 12px;
	padding:0 10px 0 10px;
	vertical-align: middle;
	display: inline-flex;
}
.cForm_submit {
	width:275px;
	box-sizing: border-box;
}
.cForm_submit input {
	display: flex;
	height: 60px;
	width:100%;
	align-items: center;
	justify-content: center;
	background-color: #3e5c94;
	border-radius: 5px;
	color:#FFF;
	border:0;
	overflow: hidden;
	cursor: pointer;
	font-size: 40px;
	font-style: italic;
	font-family: 'Lato', serif;
	font-weight: 400;
	padding:0 20px;
}
.cForm_submit input:hover {
	background-color: #FFF;
	color:#3e5c94;
}
@media screen and (min-width:500px) {
	.sxn_footer .hp_freeConsult p a {
		padding:0 10px;
	}
}
@media screen and (min-width:800px) {
	.cForm_submitWrap > div {
		margin: 0 12px 0 12px;
	}
	.cForm_submit {
		margin: 0;
	}
	.sxn_cForm .sxn_cForm_inputs > div {
		display: block;
		margin: 0 0 10px 0;
		flex-basis: 24%;
	}
	.sxn_cForm .sxn_cForm_inputs.cForm_half > div {
		display: block;
		margin: 0 0 10px 0;
		flex-basis: 49.26%;
	}
	.sxn_cForm .sxn_cForm_textarea > div {
		width: 100%;
		flex-basis: 100%;
	}
}

.page-id-69512 .inputWrapper input[type=text],
.page-id-69512 .inputWrapper textarea {
	border-color: #000;
	background-color: #FFF;
	color:#000;
}
.page-id-69512 .inputWrapper label span:before,
.page-id-69512 .inputWrapper label span:after {
	border-color: #000;
}
.page-id-69512 h1,
.page-id-69512 p {
	text-align: center;
}

.sidebar .cForm_submitWrap > div {
	display: block;
	margin:0 auto;
	padding: 0;
}
.sidebar .cForm_submit {
	max-width: 260px;
	width: 100%;
	margin: 0 auto;
}
.sidebar .areasBody h2:after {
	content: '';
	position: absolute;
	left:0;
	bottom: -48px;
	height: 48px;
	width: 100%;
	background: url(img/practice-areas/backgrounds/title-shadow.png) center center no-repeat;
	background-size: 100% 100%;
}
.sidebar .areasBody h2 {
	font-size: 30px;
	line-height: 1.2;
}
.sidebar .claimWrapper > div p {
	font-size: 32px;
}
.sidebar .sxn_cForm .sxn_cForm_inputs > div {
	flex-basis: 100%;
}
.sidebar form input[type=submit] {
	margin: 15px 0 0 0;
}
.sidebar .sxn_hpContact > div {
	padding: 30px 20px;
}
.sidebar .sxn_hpContact h2 {
	margin:0;
}
.sidebar .sxn_cForm .sxn_cForm_inputs > div {
	margin: 0;
}
.sidebar .sxn_cForm .sxn_cForm_inputs > div:last-of-type {
	margin:0;
}
.sidebar .cForm_required p {
	padding:0;
}
.sidebar .areasList br {
	display: none;
}
.sidebar .sxn_claim {
	padding:0;
	margin:0 0 40px 0;
}
.sidebar .claimWrapper p {
	padding:0;
}
.sidebar .grDisclaimerBox {
	margin:0 auto;
}
.sidebar .sxn_hpContact h2 {
	font-size: 32px;
}
.sidebar .inputWrapper label span {
	font-size: 18px;
}

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

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