/*
Theme Name: Georgia N. Kezios
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 */
/*  < adaBtn >  */
.adaBtn{
	display: block !important;
	position: fixed;
	bottom: 5px;
	left: 5px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 9999;
	cursor: pointer;
}
.adaBtn > img{ width: 100%; height: auto; }
.adaBtn:hover > img{ margin-top: -40px; }
@media screen and (min-width: 768px){
	.adaBtn{
		width: 60px;
		height: 60px;
	}
	.adaBtn:hover > img{ margin-top: -61px; }
}
/*  </ adaBtn >  */
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", sans-serif;
	font-size: 16px;
	line-height: 1.67;
	color: #000;
	background: #fff;
}
a {color: #2577B6;}
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;
}
.sxn-wrap { max-width: 1600px; margin: 0 auto; }
.sxn-head {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 0 10px;
	justify-content: center;

	color: #FFF;
	font: normal 30px/1.2 "Libre Baskerville", serif;
	margin: 0 auto;
	padding: 0 0 15px;
	position: relative;
	text-align: center;
	z-index: 2;
}
.sxn-head em { color: #D4CFB7; font-family: "Red Hat Display", sans-serif; font-size: 20px; font-style: normal; text-transform: uppercase; }
.sidebar .sxn-head { font-size: 20px; gap: 0 9px; padding: 0 0 24px; }
.sidebar .sxn-head em { font-size: 18px; }
.sxn-button {
	border: 2px solid #D4CFB7;
	box-sizing: border-box;
	color: #FFF; cursor: pointer; display: block; font-family: "Red Hat Display", sans-serif; font-size: 16px; font-weight: 700; height: auto; line-height: 1.2; margin: 0 auto; max-width: 270px; padding: 13px 10px; text-align: center; text-transform: uppercase; transition: .5s; width: 100%;

	align-items: center; display: flex; justify-content: center;
}
	.sxn-button:hover {
		background: #D4CFB7;
		color: #000;
	}
@media screen and (min-width: 800px) {
	.sxn-head { align-items: flex-end; flex-direction: row; }
	.sxn-head em { padding: 0 0 3px; }
	.sidebar .sxn-head em { padding: 0 0 1px; }
}
@media screen and (min-width: 1120px) {
	.sxn-head { font-size: 40px; }
	.sxn-head em { font-size: 24px; padding: 0 0 5px; }
	.sidebar .sxn-head { font-size: 30px; }
	.sidebar .sxn-head em { padding: 0 0 4px; }
	.sxn-button { max-width: 324px; }
}
@media screen and (min-width: 1640px) {
	body { font-size: 18px; }
	.sxn-head { font-size: 60px; gap: 0 18px; }
	.sxn-head em { font-size: 30px; padding: 0 0 12px; }
	.sidebar .sxn-head { font-size: 50px; }
	.sidebar .sxn-head em { font-size: 20px; padding: 0 0 14px; }
}


/* Header zone */
.home #wrapper { overflow: hidden; }
#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: #000;
}
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 { padding: 0 20px; }

/* < top nav zone > */
/* 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;
	width: 100%;
}
nav.mm > ul > li > a {
	padding: 8px 10px;
	font-family: "Red Hat Display", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #2577B6; color: #fff;}
nav.mm ul ul {background: #fff; width: 180px; border: 0;}
nav.mm ul ul li:hover > a {background: #2577B6; color: #fff;}
nav.mm ul ul li {border-top: 1px solid #2577B6;}
nav.mm ul ul a {
	color: #000;
	font-family: "Red Hat Display", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	padding: 6px 10px;
	text-transform: none;
}
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: #11446A;} /*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 #0b2f4a;} /*modme*/
	#mm1 {border-left: 1px solid #0b2f4a;} /*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: #FFF; /*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: #000;
		    font: 15px/1 arial, sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			background: #2577B6; /*modme*/
			text-decoration: none;
			color: #FFF;
		}
			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: 1px solid #000;
    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: #000;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #4c4c4c;} /*modme*/
/* < end top nav zone /> */


/* Header main zone */
#mainHeader {
	padding: 10px 0;
	transition: .5s;
	color: #fff;
}
	#logo-main {
		display: block;
		width: 297px;
		max-width: 100%; /*modme*/
		margin: 15px auto 0;
		transition: .5s;
	}
	#logo-main img {
		display: block; 
		width: 100%; 
		height: auto;
	}
	.mhWrap {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-direction: column;
		gap: 5px;
		line-height: 1.2;
		margin: 20px auto 0;
		transition: .5s;
		text-align: center;
	}
	.mhCTA {
		color: #FFF;
		display: block;
		font-size: 16px;
		line-height: 1.2;
		padding: 0 0 10px;

		align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 5px 10px; justify-content: center;
	}
	.mhCTA span { font-family: "Libre Baskerville", serif; font-size: 16px; font-style: italic; font-weight: 400; }
	.mhCTA a { color: #FFF; font-size: 26px; font-weight: 700; }
		.mhCTA a:hover { color: #FFF; text-decoration: underline; }
	.mhCallWrap {
		background: none;
		box-sizing: border-box;
		padding: 0;
		position: relative;
		text-transform: uppercase;
		z-index: 1;

		align-items: center;
		display: flex;
		flex-direction: row;
		gap: 10px 20px;
	}
		.mhCallWrap::before {
			background: #D4CFB7;
			border-radius: 4px;
			content: ''; height: 4px; left: 50%; margin: 0 0 0 14px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 4px; z-index: -1;
		}
	.mhItem {
		color: #D4CFB7;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.2;
		position: relative;
		padding: 0;
	}
@media screen and (min-width: 450px) {
	.mhCTA { flex-direction: row; gap: 10px; }
	.mhCallWrap { gap: 10px 30px; }
	.mhCallWrap::before { margin: 0 0 0 16px; }
	.mhItem { font-size: 16px; }
}
@media screen and (min-width: 800px) {
	#wrapper { padding: 0; }
	#persistentHeader{
		background: none; /*modme*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		transition: .5s;
	}
	#mhWrapper { padding: 0 20px 30px; }
	#mainHeader {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		min-height: auto;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 0 30px;
		position: relative;
		padding: 0; 
	}
	#logo-main { margin: 30px 0 0; }
	.mhRight { flex: 1; }
	.mhWrap {
		margin: 28px 0 0;
		position: absolute; 
		top: 0; 
		right: 0;
		align-items: flex-end;
	}
	.mhCTA { padding: 0; text-align: right; }

	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
	nav.mm {
		padding: 0;
		display: flex;
		justify-content: flex-end;
		align-items: stretch;
		position: relative;
		right: -10px;
		top: 20px;
		z-index: 1;
	}

	body.sticky_zone #persistentHeader { background: #000; box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25); }
	.sticky_zone #mainHeader { min-height: auto; gap: 0 10px; }
	.sticky_zone #logo-main { width: 237px; }
	.sticky_zone .mhWrap { margin: 23px 0 0; }
	.sticky_zone .mhCTA { font-size: 14px; }
}
@media screen and (min-width: 1120px) {
	#mhWrapper { padding: 0 20px 20px; }
	#mainHeader {
		flex-wrap: nowrap;
		flex-direction: row;
	}
	#logo-main {
		width: 327px;
		position: relative; 
		z-index: 1;
		margin: 29px 0 10px;
	}
	.mhWrap {
		align-items: center;
		flex-direction: row;
		gap: 10px 20px;
		position: static;
	}
	.mhCallWrap::before { border-radius: 7px; height: 7px; margin: 0 0 0 18px; width: 7px; }
	nav.mm { margin: 0; padding: 0; right: -6px; top: 0; width: auto; }
	nav.mm > ul > li > a  { padding: 8px; }

	.sticky_zone #logo-main { margin: 29px 0 10px; width: 277px; }
	.sticky_zone nav.mm::after { left: 0; }
}
@media screen and (min-width: 1400px) {
	#mhWrapper { max-width: 1600px; margin: 0 auto; }
	#logo-main { margin: 26px 0 10px; }
	.mhWrap { margin: 22px 0 10px; }
	.mhCallWrap { gap: 10px 41px; }
	.mhCallWrap::before { margin: 0 0 0 19px; }
	.mhItem { font-size: 18px; }
		.mhCTA span { font-size: 20px; }
		.mhCTA a { font-size: 30px; }
	nav.mm { right: -13px; }
	nav.mm > ul > li > a { font-size: 16px; padding: 8px 14px; }
	nav.mm ul ul a { font-size: 14px; }

	.sticky_zone #logo-main { margin: 36px 0 0; }
	.sticky_zone .mhWrap { margin: 22px 0 10px; }
	.sticky_zone .mhCallWrap::before { margin: 0 0 0 17px; }
	.sticky_zone .mhItem { font-size: 16px; }
	.sticky_zone .mhCTA span { font-size: 18px; }
	.sticky_zone .mhCTA a { font-size: 28px; }
	.sticky_zone nav.mm > ul > li > a { font-size: 16px; padding: 8px 10px; }
}
@media screen and (min-width: 1640px) {
	#logo-main { margin: 36px 0 10px; width: 497px; }
	.mhWrap { gap: 9px 38px; margin: 32px 0 10px; }
	.mhCallWrap { margin: 7px 0 0; }
		.mhCallWrap::before { margin: 0 0 0 23px; }
	.mhItem { font-size: 22px; }
	.mhCTA { font-size: 18px; gap: 10px 22px; padding: 3px 0 0; }
		.mhCTA span { font-size: 30px; }
		.mhCTA a { font-size: 38px; }
	nav.mm { right: -16px; }
		nav.mm > ul > li > a { padding: 11px 17px 10px; }

	.sticky_zone #logo-main { margin: 36px 0 10px; width: 437px; }
	.sticky_zone .mhWrap { margin: 32px 0 10px; }
	.sticky_zone .mhCallWrap { margin: 6px 0 0; }
	.sticky_zone .mhCallWrap::before { margin: 0 0 0 21px; }
	.sticky_zone .mhItem { font-size: 20px; }
	.sticky_zone .mhCTA { font-size: 16px; }
	.sticky_zone .mhCTA span { font-size: 28px; }
	.sticky_zone .mhCTA a { font-size: 36px; }
	.sticky_zone nav.mm > ul > li > a { padding: 11px 13px 10px; }
}


/* home slides */
.sxn-homeslides { position: relative; z-index: 1; }
#homeslides {
	position: relative;
	height: 278px;
}
.homeslide {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	opacity: 0;
}
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#homeslideImg1 { background-image: url(img/slides/home/800/1.webp); }
#homeslideImg2 { background-image: url(img/slides/home/800/2.webp); }
#homeslideImg3 { background-image: url(img/slides/home/800/3.webp); }
.slideContent {
	box-sizing: border-box;
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	top: 0;
	left: 0;
}
.slideContent::before {
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	bottom: 0;
	content: ''; height: 138px; left: 0; opacity: 0.76; position: absolute; width: 100%; z-index: -1;
}
.slideBox {
	background: rgb(0 0 0 / 60%);
	bottom: 0;
	box-sizing: border-box;
	opacity: 0;
	padding: 20px;
	position: relative;
	text-align: center;
	transition: all 500ms ease;
	width: 100%;
}
.slideTxtAnimate .slideBox {
	bottom: 0;
	opacity: 1;
}
.slideHead {
	font-family: "Libre Baskerville", serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	display: block;
	color: #FFF;
	padding: 0 0 10px;
	position: relative;
}
.slideHead small {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}
.slideBody { color: #D4CFB7; font-size: 18px; font-weight: 400; line-height: 1.2; padding: 0; text-transform: uppercase; }


/* sub slides */
.subslide {
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 187px;
	position: relative;
}
#subslide1 { background-image: url(img/slides/sub/800/1.webp); }
#subslide2 { background-image: url(img/slides/sub/800/2.webp); }
#subslide3 { background-image: url(img/slides/sub/800/3.webp); }
#subslide4 { background-image: url(img/slides/sub/800/4.webp); }
#subslide5 { background-image: url(img/slides/sub/800/5.webp); }
#subslide6 { background-image: url(img/slides/sub/800/6.webp); }
#subslide7 { background-image: url(img/slides/sub/800/7.webp); }
#subslide8 { background-image: url(img/slides/sub/800/8.webp); }
#subslide9 { background-image: url(img/slides/sub/800/9.webp); }
@media screen and (min-width: 400px) {
	.slideHead { display: inline-block; }
}
@media screen and (min-width: 600px) {
	#homeslides { height: 378px; }
	.slideContent { position: absolute; z-index: 1; }
	.slideHead { font-size: 40px; }

	.subslide { height: auto; padding: 15% 0; }
}
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	.sxn-homeslides::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 305px;
		background: rgb(0,0,0);
		background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(72,72,72,0) 100%);
		top: 0;
		left: 0;
		opacity: 0.86;
		z-index: 2;
	}
	#homeslides { height: 478px; }
	#homeslideImg1 { background-image: url(img/slides/home/1120/1.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/1120/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/1120/3.webp); }
	.slideContent { padding: 0 20px; }
	.slideContent::before { height: 238px; }
	.slideBox { background: none; padding: 20px 0 36px; }
	.slideHead { font-size: 50px; }
	.slideHead small { font-size: 30px; }
	.slideBody { font-size: 30px; }

	.subslide { padding: 19% 0; position: relative; z-index: 1; }
	.subslide::before {
		background: rgb(0,0,0);
		background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(72,72,72,0) 100%);
		position: absolute;
		content: '';
		width: 100%;
		height: 185px;
		top: 0;
		left: 0;
		opacity: 0.86;
		z-index: 2;
	}
	#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); }
}
@media screen and (min-width: 1120px) {
	#homeslides { height: 578px; }
	#homeslideImg1 { background-image: url(img/slides/home/2000/1.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/2000/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/2000/3.webp); }
	.slideContent::before { height: 338px; }
	.slideBox { max-width: 1600px; margin: 0 auto; padding: 20px 0 46px; }
	.slideHead { font-size: 70px; line-height: 1; padding: 0 0 15px; }
		.slideHead small { font-size: 40px; }
	.slideBody { font-size: 40px; }

	.subslide { padding: 16% 0; }
	.subslide::before { height: 205px; }
	#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); }
}
@media screen and (min-width: 1400px) {
	#homeslides { height: 678px; }

	.subslide::before { height: 305px; }
}
@media screen and (min-width: 1640px) {
	#homeslides { height: 878px; }
	.slideBox { padding: 20px 0 76px; }
	.slideHead { font-size: 100px; padding: 0 0 17px; }
	.slideHead small { font-size: 50px; }
	.slideBody { font-size: 50px; line-height: 1.1; }
}
#sync {height: 0; width: 0;}
.syncItem {position: relative; z-index: 0;}


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

#crumbs { font-size: 14px; margin: 0 0 20px; }
#contentArea { margin: 0 auto; overflow: hidden; }
#mainContent { 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: "Libre Baskerville", serif;
		color: #11446A;
		padding: 10px 0 20px 0;
	}
	.article h1 {
		font-size: 30px;
		padding: 0 0 20px;
	}
	.article h2 {
		font-size: 25px;
	}
	.article h3 {
		font-size: 20px;
	}
	.article h4 {
		font-size: 18px;
	}
	.article h5 {
		font-size: 18px;
	}
	.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;}
@media screen and (min-width: 1120px) {
	.article h1 { font-size: 40px; }
	.article h2 { font-size: 29px; }
	.article h3 { font-size: 22px; }
}
@media screen and (min-width: 1640px) {
	.article h1 { font-size: 50px; }
	.article h2 { font-size: 35px; }
	.article h3 { font-size: 25px; }
}


/* Sidebar zone */
#sidebar {
	display: flex;
	flex-direction: column;
	gap: 38px 0;
	margin: 30px auto 0;
	max-width: 400px;
}


/* Content Area */
.sxn-content {
	overflow: hidden;
	padding: 30px 20px;
	position: relative;
	z-index: 1;
}
.home .sxn-content {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 120% auto;
	padding: 30px 20px 171px;
}
.home .sxn-content.imgSet {
	background-image: url(img/content/bg-home.webp);
}
.home .article h1 { font-size: 40px; line-height: 1.1; padding: 0 0 25px; text-align: center; }
	.home .article h1 em { color: #000; display: block; font-family: "Red Hat Display", sans-serif; font-size: 25px; font-style: normal; padding: 2px 0 0; }

.mcContent {
  display: flex;
  flex-direction: column;
  gap: 0 56px;
  align-items: stretch;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	.sxn-content { padding: 40px; }
	.home .sxn-content { background-size: 100% auto; padding: 30px 40px 231px; }
	#mainContent { float: left; padding: 0; width: calc(100% - 40px - 300px); }
	.home #mainContent,
	.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 { float: right; margin: 0 auto; width: 300px; }
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
@media screen and (min-width: 1120px) {
	.sxn-content { padding: 60px; }
	.home .sxn-content { padding: 60px 60px 331px; }
	.home .article h1 { font-size: 70px; }
		.home .article h1 em { font-size: 35px; }

	.mcContent {
		align-items: flex-start;
		flex-direction: row;
	}
	.mcCont-col { flex: 1 1 0; }
}
@media screen and (min-width: 1400px) {
	#mainContent { width: calc(100% - 100px - 400px); }
	#sidebar { gap: 53px 0; width: 400px; }
}
@media screen and (min-width: 1640px) {
	.sxn-content { padding: 89px 60px 105px; }
	.home .sxn-content { padding: 83px 60px 431px; }
	.home .article h1 { font-size: 90px; padding: 0 0 45px; }
		.home .article h1 em { font-size: 45px; }
}


/* View More Content */
.mcViewToggle {
	background: transparent;
	border: 2px solid #D4CFB7;
	box-sizing: border-box;
	color: #000; cursor: pointer; display: block; font-size: 16px; font-weight: 700; height: auto; line-height: 1.2; margin: 16px auto 0; max-width: 270px; padding: 13px 10px; text-align: center; text-transform: uppercase; transition: .5s; width: 100%;

	align-items: center; display: flex; justify-content: center;
}
	.mcViewToggle:hover:hover {
		background: #D4CFB7;
		color: #000;
		text-decoration: none;
	}
.mcMore {display: none; transition: 5s;}
.mcMore.active {display: block;}
@media screen and (min-width: 1120px) {
	.mcViewToggle { margin: 30px auto 0; }
	.mcMore { margin: 30px 0 0; }
}


/* Areas zone */
.sxn-areas {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
	display: block; padding: 40px 20px 12px; position: relative; z-index: 2;
}
.sxn-areas.imgSet {
	background-image: url(img/areas/bg.webp);
}
.sxn-areas .sxn-head { padding: 0 0 36px; }

.areaList { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 29px 26px; justify-content: center; margin: 0 auto; }
.areaItem { max-width: 100%; position: relative; width: 416px; z-index: 1; }
.areaItem::before {
	background: #000;
	border-radius: 100%;
	box-sizing: border-box;
	bottom: -13px; content: ''; filter: blur(12px); height: 25px; left: 50%; opacity: 0.33; position: absolute; transform: translateX(-50%); width: 325px; z-index: -1;
}
	.areaImg { display: block; height: auto; overflow: hidden; position: relative; width: 100%; z-index: 1; }
	.areaImg::after {
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(173,173,173,0) 100%);
		bottom: 0; content: ''; height: 46px; left: 0; opacity: 0.30; position: absolute; width: 100%; z-index: 2;
	}
	.areaScale { display: block; height: auto; margin: 0 auto; max-width: 100%; transition: .5s; }
	.areaBox { background: #D4CFB7; box-sizing: border-box; display: block; padding: 0; position: relative; z-index: 1; }
	.areaTitle { box-sizing: border-box; color: #000; display: block; font-size: 16px; font-weight: 700; line-height: 1.2; max-width: 100%; overflow: hidden; padding: 12px 10px; text-align: center; text-transform: uppercase; }

.areaItem a:hover .areaScale { transform: scale(1.1); }
.areaItem a:hover .areaBox { background: #E9E7D9; }
.areaItem a:hover .areaTitle { color: #000; }
@media screen and (min-width: 376px) {
	.areaTitle span { box-sizing: border-box; display: inline-block; padding: 0 10px; position: relative; z-index: 2; }
		.areaTitle span::before, .areaTitle span::after {
			border-color: #ACA271;
			border-style: solid;
			box-sizing: border-box;
			bottom: -13px; content: ""; display: block; height: 34px; position: absolute; width: calc(100% + 1000px);
		}
		.areaTitle span::before {
			border-width: 2px 2px 0 2px;
			right: 100%;
		}
		.areaTitle span::after {
			border-width: 2px 2px 0 2px;
			left: 100%;
		}
	.areaTitle span strong { box-sizing: border-box; display: inline-block; padding: 0; position: relative; z-index: 3; }
		.areaTitle span strong::before, .areaTitle span strong::after {
			bottom: -12px; content: ""; display: block; height: 29px; opacity: 0.50; position: absolute; width: 100%;
		}
		.areaTitle span strong::before {
			background: linear-gradient(-270deg, rgba(212,207,183,0) 0%, rgba(172,162,113,1) 100%);
			margin: 0 14px 0 0; right: 100%;
		}
		.areaTitle span strong::after {
			background: linear-gradient(-90deg, rgba(212,207,183,0) 0%, rgba(172,162,113,1) 100%);
			left: 100%; margin: 0 0 0 14px;
		}
}
@media screen and (min-width: 700px) {
	.areaList { align-items: flex-start; flex-direction: row; }
}
@media screen and (min-width: 800px) {
	.sxn-areas { background-size: 150% auto; }
}
@media screen and (min-width: 1120px) {
	.sxn-areas { background-size: 100% auto; padding: 60px 20px 12px; }
	.areaItem { width: 516px; }
		.areaItem::before { width: 425px; }
	.areaTitle { font-size: 20px; }
		.areaTitle span { padding: 0 23px; }
		.areaTitle span strong::before, .areaTitle span strong::after { width: 138%; }
		.areaItem.areaItem1 .areaTitle span strong::before, .areaItem.areaItem1 .areaTitle span strong::after { width: 65%; }
		.areaItem.areaItem3 .areaTitle span strong::before, .areaItem.areaItem3 .areaTitle span strong::after { width: 8%; }
		.areaItem.areaItem4 .areaTitle span strong::before, .areaItem.areaItem4 .areaTitle span strong::after { width: 30%; }
		.areaTitle span strong::before { margin: 0 27px 0 0; }
		.areaTitle span strong::after { margin: 0 0 0 27px; }
}
@media screen and (min-width: 1640px) {
	.sxn-areas { padding: 79px 20px 12px; }
	.areaTitle { font-size: 22px; }
}


/* Areas sidebar */
.sbAreas { box-sizing: border-box; margin: 0 auto; max-width: 400px; width: 100%; z-index: 1; }
.sbAreas .sxn-head { color: #11446A; }
	.sbAreas .sxn-head em { color: #000; }

.sbAreaList { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 11px; justify-content: center; margin: 0 auto; }
.sbAreaItem { max-width: 100%; position: relative; width: 400px; z-index: 1; }
.sbAreaItem::before {
	background: #000;
	border-radius: 100%;
	box-sizing: border-box;
	bottom: -11px; content: ''; filter: blur(12px); height: 25px; left: 50%; opacity: 0.33; position: absolute; transform: translateX(-50%); width: 309px; z-index: -1;
}
	.sbAreaImg { display: block; height: auto; overflow: hidden; position: relative; width: 100%; z-index: 1; }
	.sbAreaImg::after {
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(173,173,173,0) 100%);
		bottom: 0; content: ''; height: 46px; left: 0; opacity: 0.30; position: absolute; width: 100%; z-index: 2;
	}
	.sbAreaScale { display: block; height: auto; margin: 0 auto; max-width: 100%; transition: .5s; }
	.sbAreaBox { background: #D4CFB7; box-sizing: border-box; display: block; padding: 0; position: relative; z-index: 1; }
	.sbAreaTitle { box-sizing: border-box; color: #000; display: block; font-size: 14px; font-weight: 700; line-height: 1.2; max-width: 100%; overflow: hidden; padding: 10px 10px 8px; text-align: center; text-transform: uppercase; }

.sbAreaItem a:hover .sbAreaScale { transform: scale(1.1); }
.sbAreaItem a:hover .sbAreaBox { background: #E9E7D9; }
.sbAreaItem a:hover .sbAreaTitle { color: #000; }
@media screen and (min-width: 400px) {
	.sbAreaTitle span { box-sizing: border-box; display: inline-block; padding: 0 10px; position: relative; z-index: 2; }
		.sbAreaTitle span::before, .sbAreaTitle span::after {
			border-color: #ACA271;
			border-style: solid;
			box-sizing: border-box;
			bottom: -13px; content: ""; display: block; height: 38px; position: absolute; width: calc(100% + 1000px);
		}
		.sbAreaTitle span::before {
			border-width: 2px 2px 0 2px;
			right: 100%;
		}
		.sbAreaTitle span::after {
			border-width: 2px 2px 0 2px;
			left: 100%;
		}
	.sbAreaTitle span strong { box-sizing: border-box; display: inline-block; padding: 0; position: relative; z-index: 3; }
		.sbAreaTitle span strong::before, .sbAreaTitle span strong::after {
			bottom: -12px; content: ""; display: block; height: 33px; opacity: 0.50; position: absolute; width: 138%;
		}
		.sbAreaItem.sbAreaItem1 .sbAreaTitle span strong::before, .sbAreaItem.sbAreaItem1 .sbAreaTitle span strong::after { width: 65%; }
		.sbAreaItem.sbAreaItem3 .sbAreaTitle span strong::before, .sbAreaItem.sbAreaItem3 .sbAreaTitle span strong::after { width: 8%; }
		.sbAreaItem.sbAreaItem4 .sbAreaTitle span strong::before, .sbAreaItem.sbAreaItem4 .sbAreaTitle span strong::after { width: 30%; }
		.sbAreaTitle span strong::before {
			background: linear-gradient(-270deg, rgba(212,207,183,0) 0%, rgba(172,162,113,1) 100%);
			margin: 0 14px 0 0; right: 100%;
		}
		.sbAreaTitle span strong::after {
			background: linear-gradient(-90deg, rgba(212,207,183,0) 0%, rgba(172,162,113,1) 100%);
			left: 100%; margin: 0 0 0 14px;
		}
}
@media screen and (min-width: 1640px) {
	.sbAreaTitle { font-size: 18px; }
	.sbAreaTitle span { padding: 0 23px; }
	.sbAreaTitle span strong::before { margin: 0 27px 0 0; }
	.sbAreaTitle span strong::after { margin: 0 0 0 27px; }
}


/* Testimonials zone */
.sxn-testimonials {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block; padding: 40px 20px; position: relative; z-index: 1;
}
.sxn-testimonials.imgSet {
	background-image: url(img/testimonials/bg.webp);
}
	.sxn-testimonials::before {
		background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
		content: ''; height: 55px; left: 0; opacity: 0.45; position: absolute; top: 0; width: 100%; z-index: 2;
	}
.sxn-testimonials .sxn-head { padding: 0 0 39px; }
.sxn-testimonials .sxn-button {
	border-color: #D4CFB7;
	color: #FFF;
	max-width: 324px;
}
	.sxn-testimonials .sxn-button:hover { background: #D4CFB7; color: #000; }
.hpTestBox {
	text-align: center;
	max-width: 440px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
	color: #FFF;
}
.hpTestBody { box-sizing: border-box; display: block; padding: 40px 0 16px; position: relative; }
.hpTestBody::before {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: '';
	height: 27px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 167px;
}
.hpTestBox.imgSet .hpTestBody::before {
	background-image: url(img/testimonials/5star.webp);
}
.hpTestMore {
	color: #D4CFB7;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.hpTestMore:hover { text-decoration: underline; }
.hpTestAuthor {
	color: #D4CFB7;
	display: block;
	font: 400 18px/1.2 "Libre Baskerville", serif;
	margin: 5px 0 0;
}
.hpNavCont {
	width: 350px;
	max-width: 100%;
	margin: 30px auto 0;
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.hpPrevNextSlide {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 200%;
	cursor: pointer; height: 57px; width: 27px;
}
.hpNavCont.imgSet .hpPrevNextSlide {
	background-image: url(img/icons/icon-arrTests.webp);
}
.hpPrevNextSlide.hpNextTest { transform: rotateY(180deg); }
.hpPrevNextSlide:hover { background-position: center bottom; }
@media screen and (min-width: 600px) {
	.hpTestBox { text-align: left; }
	.hpTestBody::before { left: 0; transform: none; }
	.hpNavCont {
		width: 428px;
		display: block;
		padding: 0 40px; 
	}
	.hpPrevNextSlide {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.hpPrevNextSlide.hpNextTest {
		left: auto;
		right: 0;
		transform: translateY(-50%) rotateY(180deg);
	}
}
@media screen and (min-width: 1120px) {
	.sxn-testimonials { padding: 60px 20px; }
	.hpTestBox { max-width: 100%; }
	.hpTestBody { padding: 54px 0 16px; }
	.hpTestBody::before { height: 34px; width: 207px; }
	.hpTestAuthor { font-size: 20px; }
	.hpNavCont { margin: 51px auto 0; }
}
@media screen and (min-width: 1640px) {
	.sxn-testimonials { padding: 81px 20px 87px; }
	.sxn-testimonials::before { height: 110px; }
	.hpTestTitle { font-size: 30px; }
	.hpTestMore { font-size: 16px; }
	.hpTestAuthor { font-size: 24px; }
}


/* Testimonials sidebar */
.sbTests {
	background-color: #135ca4;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	margin: 0 auto; max-width: 400px; overflow: hidden; padding: 30px 20px; width: 100%; z-index: 1;
}
.sbTests.imgSet {
	background-image: url(img/sidebar/bg-tests.webp);
}
.sbTests .sxn-button { margin: 15px auto 0; }
.sbTestBox {
	box-sizing: border-box;
	color: #FFF;
	display: block;
	margin: 14px auto 0;
	max-width: 100%;
	position: relative;
	text-align: left;
	z-index: 1;
}
.sbTestBody { font-size: 16px; padding: 40px 0 15px; position: relative; }
.sbTestBody::before {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	margin: 0 auto;
	position: absolute;
	content: '';
	width: 167px;
	height: 27px;
	border-top: 0;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
}
.sbTestBox.imgSet .sbTestBody::before {
	background-image: url(img/sidebar/icon-stars.webp);
}
.sbTestAuthor {
	color: #D4CFB7;
	font-family: "Libre Baskerville", serif;
	font-size: 18px;
	font-weight: 400;
	display: block;
	padding: 0;
	position: relative;
}
.sbTestMore {
	color: #D4CFB7;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}
.sbTestMore:hover { color: #FFF; text-decoration: underline; }
.sbNavCont {
	align-items: center;
	display: flex;
	flex-direction: row;
	height: 57px;
	gap: 0 30px;
	justify-content: center;
	margin: 20px auto 0;
	position: relative;
	width: 122px;
}
.sbPrevNextSlide {
	box-sizing: border-box;
	display: block;
	height: 57px;
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 2;
	transition: .5s;
	cursor: pointer;
	transform: translateY(-50%);
	width: 27px;
}
.sbPrevNextSlide::before {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	content: '';
	z-index: -1;
	width: 27px;
	height: 57px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.sbNavCont.imgSet .sbPrevNextSlide::before {
	background-image: url(img/icons/icon-arrTests.webp);
}
.sbNext.sbPrevNextSlide {
	left: auto;
	right: 20px;
	transform: rotateY(180deg) translateY(-50%);
}
.sbPrevNextSlide:hover::before { background-position: center bottom; }
@media screen and (min-width: 600px) {
	.sbTestBody::before { margin: 0; }
}
@media screen and (min-width: 800px) {
	.sbNavCont { margin: 33px auto 0; }
}
@media screen and (min-width: 1120px) {
	.sbTestBody { padding: 54px 0 15px; }
	.sbTestBody::before { height: 34px; width: 207px; }
	.sbTestAuthor { font-size: 20px; }
}
@media screen and (min-width: 1640px) {
	.sbTests { padding: 36px 26px 45px 26px; }
	.sbTests .sxn-head { padding: 0 0 32px; }
	.sbTestBox { margin: 0 auto; }
	.sbTestBody { font-size: 18px; }
	.sbTestMore { font-size: 16px; }
	.sbTestAuthor { font-size: 24px; }
}


/* Attorney zone */
.sxn-attorney {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 20px; position: relative; z-index: 1;
}
.sxn-attorney.imgSet {
	background-image: url(img/attorney/bg.webp);
}
.sxn-attorney .sxn-head { color: #11446A; }
.sxn-attorney .sxn-head em { color: #000; }
.attWrap { box-sizing: border-box; display: block; margin: 0 auto; max-width: 800px; }

.attImg { box-sizing: border-box; display: block; font-size: 0; margin: 0 auto; max-width: 234px; padding: 30px 0 0; }
.attImg.attHide { display: none; }
	.attBd { box-sizing: border-box; display: block; position: relative; z-index: 2; }
		.attBd::after {
			background: #000;
			border-radius: 100%;
			bottom: -13px;
			content: ''; filter: blur(12px); height: 25px; left: 50%; opacity: 0.33; position: absolute; transform: translateX(-50%); width: 90%; z-index: -1;
		}
	.attScale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
	.attTitle { color: #11446A; font-size: 20px; font-family: "Libre Baskerville", serif; font-weight: 400; line-height: 1.6; padding: 20px 0 0; text-align: center; }
		.attTitle em { color: #000; display: block; font-family: "Red Hat Display", sans-serif; font-style: normal; font-size: 16px; text-transform: uppercase; }

.attInner { box-sizing: border-box; display: block; }
	.attInfo { display: block; margin: 0 auto; max-width: 800px; padding: 0 0 30px; text-align: center; }
	.attBody { padding: 0 0 20px; }
	.attBtn {
		border: 2px solid #D4CFB7;
		box-sizing: border-box;
		color: #000; cursor: pointer; display: block; font-family: "Red Hat Display", sans-serif; font-size: 16px; font-weight: 700; height: auto; line-height: 1.2; margin: 0 auto; max-width: 270px; padding: 13px 10px; text-align: center; text-transform: uppercase; transition: .5s; width: 100%;

		align-items: center; display: flex; justify-content: center;
	}
	.attBtn:hover {
		background: #D4CFB7;
		color: #000;
	}

.attContact { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 20px; justify-content: center; }
	.attPhone { text-align: center; text-transform: uppercase; }
	.attHead { box-sizing: border-box; display: block; font-size: 16px; font-weight: 400; line-height: 1.2; padding: 0; }
	.attTel { color: #11446A; font-size: 28px; font-weight: 700; line-height: 1.3; text-decoration: none; }
	.attItem { max-width: 100%; text-align: center; width: 270px; }
	.attEmail {
		border: 2px solid #D4CFB7;
		box-sizing: border-box;
		color: #000; cursor: pointer; display: block; font-family: "Red Hat Display", sans-serif; font-size: 16px; font-weight: 700; height: auto; line-height: 1.2; margin: 0 auto; max-width: 270px; padding: 13px 10px; text-align: center; text-transform: uppercase; transition: .5s; width: 100%;

		align-items: center; display: flex; justify-content: center;
	}
		.attEmail:hover {
			background: #D4CFB7;
			color: #000;
		}
@media screen and (min-width: 700px) {
	.attContact { flex-direction: row; }
		.attPhone { align-items: center; display: flex; flex-direction: row; gap: 0 10px; justify-content: center; }
}
@media screen and (min-width: 800px) {
	.attInner { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 30px 20px; justify-content: center; }
	.attInfo { padding: 0; }
}
@media screen and (min-width: 840px) {
	.attWrap { max-width: 100%; }
}
@media screen and (min-width: 1120px) {
	.sxn-attorney { padding: 60px 20px; }

	.attInner { flex-direction: row; margin: 0 auto; max-width: 1224px; }

	.attImg { flex: 1 1 auto; order: 1; max-width: 304px; padding: 0; }
		.attImg.attShow { display: none; }
		.attImg.attHide { display: block; }
		.attTitle { font-size: 24px; }

	.attInfo { margin: 0; max-width: 100%; order: 0; width: 348px; }
		.attBody { text-align: left; }

	.attContact { flex-direction: column; order: 2; width: 348px; }
		.attTel { font-size: 32px; text-align: left; }
}
@media screen and (min-width: 1200px) {
	.attImg { max-width: 334px; }
}
@media screen and (min-width: 1400px) {
	.attInfo { width: 388px; }
	.attContact { width: 388px; }
}
@media screen and (min-width: 1640px) {
	.sxn-attorney {
		background-position: left top;
		background-size: auto;
		padding: 90px 20px 89px;
	}

	.attInner { justify-content: space-between; max-width: 1526px; }

	.attImg { max-width: 434px; }
	.attBd::after { width: 396px; }
		.attTitle { font-size: 30px; }
		.attTitle em { font-size: 18px; }

	.attInfo { padding: 0; width: 530px; }
		.attBody { padding: 0 0 33px; }

	.attContact { gap: 17px 20px; padding: 0; width: 438px; }
		.attPhone { gap: 0 16px; }
		.attHead { font-size: 18px; }
		.attTel { font-size: 38px; }

	.attItem { width: 354px; }
	.attEmail { max-width: 354px; }
}


/* Contact zone */
.sxn-contact {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block; padding: 40px 20px; position: relative; z-index: 1;
}
.sxn-contact.imgSet {
	background-image: url(img/contact/bg.webp);
}
	.sxn-contact::before {
		background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
		content: ''; height: 55px; left: 0; opacity: 0.30; position: absolute; top: 0; width: 100%; z-index: 2;
	}
.contactInner { box-sizing: border-box; display: block; }
.contactSide { margin: 0 auto; max-width: 100%; overflow: hidden; padding: 0 0 40px; width: 405px; }
	.contactImg { font-size: 0; margin: 0 auto; max-width: 100%; padding: 0; }
		.contactScale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
	.contactBox {
		box-sizing: border-box;
		color: #FFF; display: block; padding: 15px 20px 26px; position: relative; text-align: center; z-index: 1;
	}
	.contactBox::before, .contactBox::after { content: ''; position: absolute; }
		.contactBox::before {
			background: #408DD9;
			height: 100%; left: 0; top: 0; width: 100%; z-index: -1;
		}
		.contactBox::after {
			background: #000;
			border-radius: 100%;
			bottom: -13px;
			filter: blur(12px); height: 25px; left: 50%; opacity: 0.33; transform: translateX(-50%); width: 90%; z-index: -2;
		}
		.contactBody { padding: 0; }
.contactBlock { margin: 0 auto; max-width: 600px; }
@media screen and (min-width: 400px) {
	.contactSide { overflow: unset; }
}
@media screen and (min-width: 500px) {
	.contactBox::after { width: 100%; }
}
@media screen and (min-width: 800px) {
	.contactBlock { max-width: 800px; }
}
@media screen and (min-width: 1120px) {
	.sxn-contact { padding: 60px 20px; }
	.sxn-contact .sxn-head { padding: 0 0 53px; }
	.contactInner { align-items: flex-start; display: flex; flex-direction: row; gap: 30px 45px; }
	.contactBlock { margin: 0 auto; max-width: 100%; padding: 10px 0 0; width: calc(100% - 450px); }
	.contactSide { margin: 0; }
		.contactImg { margin: 0; }
}
@media screen and (min-width: 1400px) {
	.contactInner { gap: 30px 65px; }
	.contactBlock { width: calc(100% - 470px); }
}
@media screen and (min-width: 1640px) {
	.sxn-contact { padding: 73px 20px 92px; }
	.sxn-contact::before { height: 110px; }
	.contactInner { gap: 30px 91px; }
	.contactBlock { padding: 17px 0 0; width: calc(100% - 496px); }
}


/* Contact form */
.formBlockTop {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	margin: 0 0 30px;
}
.formBlockTop .formBlock { width: 100%; }
.formBlock { position: relative; z-index: 1; overflow: hidden; }
.formBlock label { color: #FFF; display: block; font-family: "Red Hat Display", sans-serif; font-size: 18px; font-weight: 400; padding: 0; }
.formInput { position: relative; border-bottom: 2px solid #d4cfb7; }
.formInput input,
.formInput textarea {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: #FFF;
	display: block;
	height: 37px;
	outline: none;
	padding: 1px 0;
	resize: none;
	width: 100%;
}
.formTextBlock { display: block; width: 100%; }
.cfItem { position: relative; padding: 5px 0; }
.formBlockBtm { margin: 0 0 30px; }
.formBlockSubmit {
	display: flex;
	gap: 20px 35px;
	align-items: center;
	flex-direction: column;
}
.formReqSubmit {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px 40px;
	max-width: 100%;
	width: 530px;
}
.formSubmitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 20px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.formRecaptcha { vertical-align: middle; height: 60px; margin: 0; }
.formSubmit {
	background: transparent;
	border: 2px solid #D4CFB7;
	color: #FFF;
	width: 100%;
	height: 56px;
	max-width: 251px;
	transition: .5s;
	position: relative;
	font: 16px/1 "Red Hat Display", sans-serif;
	z-index: 1;
	border-radius: 0;
	overflow: hidden;
}
.formSubmit input {
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.formInput input::placeholder, .formInput textarea::placeholder { color: #000; }
.formSubmit:hover::before { background-position: top right; }
.formSubmit:hover input { background: #D4CFB7; color: #000; }
.formReqBox {
	color: #FFF;
	max-width: 100%;
	padding: 0 0 15px;
	width: 100%;
}
.formReqBox span { display: block; font-size: 14px; font-weight: 700; margin: 0 0 6px; }
.formReqBox p {
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	line-height: 1.5;
}
@media screen and (min-width: 600px) {
	.formBlockTop { gap: 20px; margin: 0 0 25px; }
}
@media screen and (min-width: 1120px) {
	.formReqBox { margin: 0 auto; max-width: 864px; }
		.formReqBox p { padding: 3px 0 0; }
	.formBlockTop { flex-direction: row; gap: 42px; margin: 0 0 56px; }
	.formBlockBtm { margin: 0 0 33px; }
	.formBlockSubmit { align-items: flex-start; }
	.formReqSubmit { margin: 0 auto; width: 559px; }
	.formSubmitBox { gap: 20px 25px; }
	.formSubmit { max-width: 275px; }
}
@media screen and (min-width: 1640px) {
	.formBlock label { font-size: 20px; }
	.formInput input, .formInput textarea { font-size: 18px; }
	.formReqSubmit { flex-direction: row; justify-content: flex-start; }
	.formSubmitBox { justify-content: space-between; }
}


/* Contact sidebar */
.sbContact {
	background: #135ba3;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	margin: 0 auto; max-width: 400px; overflow: hidden; padding: 30px 20px; position: relative; width: 100%; z-index: 1;
}
.sbContact.imgSet {
	background-image: url(img/sidebar/bg-contact.webp);
}
	.sbContact::before {
		background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
		content: ''; height: 109px; left: 0; opacity: 0.30; position: absolute; top: 0; width: 100%; z-index: 2;
	}
.sbContact .sxn-head { line-height: 1.1; padding: 0 0 16px; }
	.sbContact .sxn-head em { display: block; padding: 0; }
.sbformBlockTop,
.sbformBlockBtm {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 27px 20px;
}
.sbformBlockTop { margin: 0 0 27px; }
.sbformBlockTop .sbformBlock { width: 100%; }
.sbformBlock label { color: #FFF; display: block; font-size: 18px; margin: 0 0 11px; }
.sbformInput { position: relative; border-bottom: 2px solid #d4cfb7; }
.sbformInput input,
.sbformInput textarea {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: #FFF;
	display: block;
	height: 37px;
	outline: none;
	padding: 1px 0;
	resize: none;
	width: 100%;
}
.sbformInput ::placeholder { color: #000; font-size: 16px; opacity: 1; }
.sbformTextBlock { display: block; width: 100%; }
.sbformSubmitBox {
	display: flex;
	flex-wrap: wrap;
	gap: 26px 15px;
	justify-content: center;
	width: 100%;
	max-width: 100%;
}
.sbformRecaptcha { vertical-align: middle; height: 60px; margin: 0 auto; max-width: 255px; }
.sbformSubmit {
	background: transparent;
	border: 2px solid #D4CFB7;
	color: #FFF;
	width: 100%;
	height: 56px;
	max-width: 275px;
	transition: .5s;
	position: relative;
	font: 16px/1 "Red Hat Display", sans-serif;
	z-index: 1;
	border-radius: 0;
	overflow: hidden;
}
.sbformSubmit input {
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.sbformSubmit:hover input { background: #D4CFB7; color: #000; }
.sbformReqBox {
	color: #FFF;
	max-width: 100%;
	width: 100%;
	margin: 19px 0 22px;
}
.sbformReqBox span {
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 0 0 13px;
}
.sbformReqBox p {
	flex: 1;
	font-size: 12px;
	line-height: 1.4;
	padding: 0;
}
@media screen and (min-width: 800px) {
	.sbformReqBox { display: block; flex-wrap: wrap; justify-content: space-between; max-width: 100%; }
}
@media screen and (min-width: 1120px) {
	.sbformReqBox { max-width: 100%; width: 100%; }
}
@media screen and (min-width: 1500px) {
	.sbformTextBlock { flex: 1; }
}
@media screen and (min-width: 1640px) {
	.sbContact { padding: 39px 34px 43px; }
	.sbformBlock label { font-size: 20px; }
}


/* Footer zone */
#mainFooter { clear: both; display: block; overflow: hidden; position: relative; width: 100%; z-index: 1; }
.mfInner {
	background-image: url(img/footer/bg-sm.webp);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	display: block; font-family: "Red Hat Display", sans-serif; margin: 0 auto; padding: 207px 0 0; position: relative; text-align: center; z-index: 1;
}
	.mfInner::before {
		background: linear-gradient(180deg, #000, rgba(173, 173, 173, 0));
		content: ''; height: 43px; left: 0; opacity: 0.30; position: absolute; top: 0; width: 100%; z-index: 2;
	}
.mfBgwrap {
	border-top: 7px solid #D4CFB7;
	box-sizing: border-box;
	display: block; margin: 0 auto; padding: 30px 20px; position: relative; z-index: 2;
}
	.mfBgwrap::before {
		background: rgba(0, 0, 0, 0.58);
		content: ''; height: 100%; left: -50%; position: absolute; top: 0; width: calc(100% + 2000px); z-index: -2;
	}
	.mfBgwrap::after {
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(173,173,173,0) 100%);
		content: ''; height: 42px; left: 0; opacity: 0.73; position: absolute; top: -49px; width: 100%; z-index: -1;
	}

.mfInfo { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 20px; justify-content: center; text-transform: uppercase; }
.mfMain { display: block; margin: 0 auto; max-width: 297px; padding: 0 0 30px; }
	.mfMain.mfHide { display: none; }
	.mfMainImg { display: block; height: auto; margin: 0 auto; max-width: 100%; }
.mfTitle { box-sizing: border-box; color: #D4CFB7; display: block; font-size: 16px; font-weight: 400; line-height: 1.2; padding: 0 0 10px; }
.mfLink { color: #FFF; font-size: 16px; font-weight: 700; line-height: 1.3; text-decoration: none; }
.mfPhone .mfLink { font-size: 28px; }
	.mfLink:hover { text-decoration: underline; }
.mfContact { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 20px; justify-content: center; }

.mfSocial { display: flex; align-items: center; gap: 5px 11px; flex-wrap: wrap; justify-content: center; }
	.mfSocial a {
		display: block;
		width: 28px;
		height: 28px;
		margin: 0;
		overflow: hidden;
		transition: 300ms;
	}
	.mfSocial img { width: 56px; height: auto; }
	.mfFacebook img { margin: 0 0 0 0; }
	.mfLinkedIn img { margin: 0 0 0 -28px; }
	.mfFacebook:hover img { margin: -28px 0 0 0; }
	.mfLinkedIn:hover img { margin: -28px 0 0 -28px; }

.fNav { padding: 0; text-align: center; }
	.fNav li {
		padding: 0;
		display: inline-block;
		list-style-type: none;
		list-style-position: outside;
		text-align: center;
		line-height: 1;
		font-size: 14px;
		font-family: "Red Hat Display", sans-serif;
		font-weight: 400;
	}
	.fNav li:after { content: '/'; color: #D4CFB7; }
	.fNav li:last-child:after { display: none; }
	.fNav a { padding: 5px 8px; color: #FFF; }
	.fNav a:hover { color: #FFF; text-decoration: underline; }
	.fNav li:first-child a { padding-left: 0; }
	.fNav li:last-child a { padding-right: 0; }
@media screen and (min-width: 600px) {
	.mfInfo { flex-direction: row; gap: 20px 60px; }
	.mfMain { order: 1; }
	.mfOffice { order: 0; }
	.mfContact { flex-direction: row; gap: 20px 30px; order: 2; }
}
@media screen and (min-width: 800px) {
	.mfInner {
		background-image: url(img/footer/bg.webp);
		background-position: center top;
	}
}
@media screen and (min-width: 1120px) {
	.mfInner { padding: 247px 0 0; }
	.mfBgwrap { padding: 44px 20px 45px; }
	.mfBgwrap::after { height: 83px; top: -90px; }

	.mfInfo { margin: 0 auto; max-width: 1120px; }
		.mfMain { flex: 1 1 auto; padding: 0; width: auto; }
		.mfMain.mfShow { display: none; }
		.mfMain.mfHide { display: block; }
	.mfPhone .mfLink { font-size: 32px; }
	.mfOffice { flex: 0 0 320px; }
	.mfContact { flex: 0 0 320px; }
}
@media screen and (min-width: 1200px) {
	.mfInfo { max-width: 1200px; }
	.mfTitle { padding: 0; }
	.mfLink { text-align: left; }
	.mfOffice { align-items: center; display: flex; flex-direction: row; flex: 0 0 370px; gap: 0 10px; justify-content: center; }
	.mfContact { flex: 0 0 370px; }
		.mfPhone { align-items: center; display: flex; flex-direction: row; gap: 0 10px; justify-content: center; }
}
@media screen and (min-width: 1400px) {
	.mfInfo { max-width: 1400px; }
	.mfMain { max-width: 327px; }
	.mfOffice { flex: 0 0 400px; }
	.mfContact { flex: 0 0 400px; }
}
@media screen and (min-width: 1640px) {
	.mfInner { padding: 347px 0 0; }
	.mfInfo { gap: 20px 0; justify-content: space-between; max-width: 1516px; }
	.mfMain { max-width: 427px; }
	.mfTitle { font-size: 18px; }
	.mfLink { font-size: 18px; }
	.mfPhone { gap: 0 16px; }
	.mfPhone .mfLink { font-size: 38px; }
	.mfOffice { flex: 0 0 507px; gap: 0 16px; }
	.mfContact { flex: 0 0 507px; gap: 20px 43px; }

	.mfSocial { gap: 0 21px; }
}


/* RESPONSIVE */
#ncBrandingWrapper {
	padding: 30px 20px;
	font-size: 0;
	text-align: center;
	background: #2577B6;
}
#ncBrandingWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px 29px;
	flex-wrap: wrap;
}
#ncBranding {
	overflow: hidden;
}
	#ncBranding, #ncBranding a {
		color: #FFF;
		font: 500 10px/1.3 "Inter", sans-serif;
		text-decoration: none;
	}
	#ncBranding a:hover {
		font-weight: 500;
		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 12px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: middle;
	}
	#ncBranding br {display: inline;}
}
@media screen and (min-width: 1640px) {
	#ncBrandingWrapper { padding: 53px 20px 49px; }
}
/* 	End Footer */


/* 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-repeat: no-repeat;
	background-position: center center;
}
.grdbBadge.imgSet {
	background-image: url(img/recaptcha-logo-48.png);
}
.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;
	}
}


/* Begins: Get More Posts - Ajax */
a#univ_load_more_posts {
	background-color: #CBA216;
	color: #fff;
	padding: 7px 20px;
	display: block;
	width: 200px;
	margin: 0 auto 0;
	text-align: center;    
}
a#univ_load_more_posts:hover {
	background-color: #DFB938;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}


/* Pagination - Single */
#pagination-single {
	margin: 10px 0;
	overflow: hidden;
}
#pagination-single a {
	text-decoration: none;
	font-weight: normal;
}
.pag-single-prev, .pag-single-next {
	box-sizing: border-box;    
}
.pag-single-prev {margin: 0 0 20px;}
@media screen and (min-width: 600px) {
	.pag-single-prev, .pag-single-next {
			width: 50%;
	}
	.pag-single-prev {
		padding: 0 30px 0 0;
	}
	.pag-single-next {
		padding: 0 0 0 30px;
	}
	.pag-single-prev {
		float: left;
	}	
	.pag-single-next {
		float: right;
	}	
}
/* Ends: Get More Posts - Ajax */


/* Blog Page */
.blog-sidebar {
	background: #0E588B;
  box-sizing: border-box;
	color: #FFF;
	display: block;
	overflow: hidden;
	padding: 20px;
  width: 100%;
}
.blog-sidebar .sxn-head { color: #FFF; }
.sbBox { border-top: 2px solid #FFF; display: block; padding: 14px 0 13px; }
.sbBox:last-child { padding: 14px 0 0; }
.blog-sidebar a:hover { text-decoration: underline; }
.blog-sidebar > ul {
	padding: 0 0 40px 20px;
	font-style: normal;
}
.blog-sidebar > ul li { padding: 0 0 10px; }
.blog-sidebar > ul li:last-child { padding: 0; }
.blog-sidebar > ul li a { color: #FFF; position: relative; }
.blog-sidebar > ul li a:hover { color: #C2B698; }
.blog-sidebar > ul li a::before { background: #FFF; border-radius: 6px; content: ""; height: 6px; left: -20px; position: absolute; top: 8px; width: 6px; }
.blog-sidebar > ul li a:hover::before { background: #C2B698; }
.blog-sidebar > ul > ul { padding: 0 0 0 20px; }
.blog-sidebar > ul:last-child { padding: 0 0 0 20px; }
@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;
	}
}
@media screen and (min-width: 1640px) {
	.blog-sidebar { padding: 38px 30px 40px; }
}


/* Blog zone */
.sbBlog { background: #F7F5F3; padding: 40px 0 30px; }
.sbBlog .sxn-head { border-bottom: 1px solid #B4B4B4; margin: 0 0 11px; padding: 0 20px 34px 20px; }
.sbBlogList { display: block; padding: 0 20px; }
	.sbBlogList li { padding: 0 0 5px; }
	.sbBlogList li:last-child { padding: 0; }
	.sbBlogList li a { background: #D6AC60; border-radius: 5px; color: #f9eedc; display: block; padding: 5px 5px 6px 35px; position: relative; }
	.sbBlogList li a:before {
		border-top: 2px solid #f9eedc;
		border-left: 2px solid #f9eedc;
		content: ''; height: 10px; left: 5px; margin: -10px 0 0 0; position: absolute; top: 50%; transform: rotateZ(135deg) translateY(-50%); width: 10px;
	}
	.sbBlogList li a:hover { background: #8C1717; color: #FFF; }
	.sbBlogList li a:hover:before { border-top: 2px solid #FFF; border-left: 2px solid #FFF; }
	.sbBlogList li ul.children { padding: 5px 0 0 15px; }
.sbBlogArchives { padding: 0 20px 40px 20px; }


/*  < youtube css >  */
.youtube-embed-cont {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
}
.youtube-embed-cont iframe, .youtube-embed-cont object, .youtube-embed-cont embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.article .youtube-embed-cont {
	margin: 0 auto 30px;
	width: 80%;
}
/*  </ youtube css >  */


/*  < youtube css + modal >  */
.youtube-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 99999999;
}
.ytContent {
  position: relative;
  max-width: 640px;
  max-height: 360px;
  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%);
}
.youtube-embed-cont {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-embed-cont iframe, .youtube-embed-cont object, .youtube-embed-cont embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.article .youtube-embed-cont {margin: 0 0 30px;}
/*  </ youtube css + modal >  */


/* Vimeo Video */
.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 */
.vimeo-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 99999999;
}
.vmContent {
	position: relative;
	max-width: 640px;
	max-height: 360px;
	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%);
}


@media screen and (min-width: 800px) {
	.post_entry_mult_right { padding: 0 0 0 170px; }
}


/* Sidebar - Recent Posts */
.sbRecentPostsList li {
	padding: 0 0 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;
	width: calc(100% - 40px);
}
.vfFailedFullNamelValidationPrompt,
.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedFullNamelValidation .vfFailedFullNamelValidationPrompt,
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}
@media screen and (min-width: 1120px){
	.vfActive {
		width: calc(100% - 40px);
		margin: 20px 0;
	}
}
/* Form Validation -- Ends */


/* Main Content subpage */
.mcFlex { display: flex; flex-direction: column; gap: 30px 20px; padding: 30px 0 0; width: 100%; }
.mcfBlock.mcfSide { margin: 0 auto; max-width: 260px; padding: 0; text-align: center; }
.mcImgScale { display: block; height: auto; max-width: 100%; }
.mcFlex h1 em { color: #000; display: block; font-family: "Red Hat Display", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; padding: 0; text-transform: uppercase; }
@media screen and (min-width: 1120px) {
	.mcFlex { flex-direction: row; gap: 20px 40px; }
	.mcfBlock { flex: 1; }
	.mcfBlock.mcfSide { flex: none; width: 37%; }
	.mcfBlock.mcfSide .mcImg { margin: 0; }
	.mcfBlock.mcfCont { padding: 31px 0 0; }
}
@media screen and (min-width: 1640px) {
	.mcFlex { gap: 20px 50px; }
	.mcfBlock.mcfSide { max-width: 434px; }
	.mcFlex h1 em { font-size: 18px; }
	.mcfBlock.mcfCont { padding: 29px 0 0; }
}


/* Results list */
.mcReslist {
	align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 20px; justify-content: center; padding: 27px 0 0;
}
.mcResItem { background: #0E588B; box-sizing: border-box; max-width: 100%; width: 320px; }
.mcResBox { box-sizing: border-box; color: #FFF; display: block; padding: 40px 30px; }
.mcResValue {
	display: block;
	font-size: 30px;
	font-weight: 400;
	font-family: "Libre Franklin", sans-serif;
	line-height: 1;
	position: relative;
	padding: 0 0 10px;
}
.mcResTitle {
	font-family: "Playfair Display", serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	padding: 0 0 22px;
}
@media screen and (min-width: 700px) {
	.mcReslist { align-items: flex-start; flex-direction: row; }
	.mcResItem { align-self: stretch; display: flex; justify-content: stretch; }
}
@media screen and (min-width: 1120px) {
	.mcResValue { font-size: 40px; }
	.mcResTitle { font-size: 20px; }
}
@media screen and (min-width: 1280px) {
	.mcResItem { width: 386px; }
}
@media screen and (min-width: 1640px) {
	.mcReslist { gap: 40px; }
	.mcResItem { width: 505px; }
	.mcResBox { padding: 51px 40px 32px; }
	.mcResValue { font-size: 50px; }
	.mcResTitle { font-size: 22px; }
}