/*
Theme Name: Edward Johnson &amp; Associates P.C.
Version: 100.0
Template: universal
*/

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

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

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

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

a {outline: none;}

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

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

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

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 1.67;
	color: #000;
	background: #fff;
}
a {color: #A42022;}
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 {
	color: #000;
	font: bold 24px/1.2 "Lato", sans-serif;
	margin: 0 auto;
	padding: 0 0 32px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
}
.sidebar .sxn-head { font-size: 24px; padding: 0 0 19px; }
.sxn-button {
	background: #A42022;
	box-sizing: border-box;
	color: #FFF; cursor: pointer; display: block; font-size: 16px; font-weight: 700; height: auto; line-height: 1.2; margin: 0 auto; max-width: 310px; padding: 18px 10px 20px; text-align: center; text-transform: uppercase; transition: .5s; width: 100%;

	align-items: center; display: flex; justify-content: center;
}
	.sxn-button:hover {
		background: #CC4141;
		color: #FFF;
	}
@media screen and (min-width: 800px) {
	.sxn-head { font-size: 34px; }
}
@media screen and (min-width: 1120px) {
	.sxn-head { font-size: 44px; }
	.sidebar .sxn-head { font-size: 28px; }
	.sxn-button { font-size: 18px; }
}
@media screen and (min-width: 1640px) {
	body { font-size: 18px; }
	.sxn-head { font-size: 54px; padding: 0 0 72px; }
	.sidebar .sxn-head { font-size: 34px; }
	.sxn-button { font-size: 20px; }
}


/* 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: #FFF;
}
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 {
	color: #000;
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	line-height: 1;
}

nav.mm > ul > li[class^='current'] > a,
nav.mm > ul > li[class*='current'] > a,
nav.mm ul ul .current-menu-item > a { 
	color: #A42022;
}
nav.mm > ul > li > a:hover { transition: background 300ms linear; }
nav.mm > ul > li > ul { top: 100%; }
nav.mm > ul > li:hover > a { color: #A42022; }
nav.mm ul ul { background: #fff; width: 180px; border: 0; }
nav.mm ul ul li:hover > a { background: #A42022; color: #FFF; }
nav.mm ul ul li { border-top: 1px solid #000; }
nav.mm ul ul a {
	color: #000;
	padding: 8px 10px;
	font-size: 16px;
	text-transform: none;
	line-height: 1.3;
	font-weight: 400;
}
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: #A52123;} /*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 #c06365;} /*modme*/
	#mm1 {border-left: 1px solid #c06365;} /*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: #CC4141; /*modme*/
			text-decoration: none;
			color: #FFF;
		}
			nav.mm_mob ul > li > a { font-weight: 700; }
			nav.mm_mob ul.sub-menu li > a { font-weight: 400; }
			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: #707070;} /*modme*/
/* < end top nav zone /> */


/* Header zone */
#mainHeader {
	padding: 30px 0;
	transition: .5s;
	color: #fff;
}
	#logo-main {
		display: block;
		width: 254px;
		max-width: 100%; /*modme*/
		margin: 0 auto 20px;
		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;
		font-size: 16px;
		line-height: 1.2;
		margin: 15px auto 0;
		transition: .5s;
		text-align: center;
		font-weight: 700;
		color: #000;
	}
	.mhCTA {
		display: block;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.2;
		padding: 5px 0 0;
		position: relative;
		z-index: 1;

		align-items: center;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 5px 10px;
	}
	.mhPhone {
		color: #000;
		font-size: 28px;
		font-weight: 700;
		line-height: 1.2;
		position: relative;
		padding: 0;
	}
	.mhPhone:hover { text-decoration: underline; }
@media screen and (min-width: 600px) {
	.mhWrap { flex-direction: row; gap: 0 28px; justify-content: center; }
	.mhCTA { align-items: flex-end; flex-direction: row; gap: 5px 30px; padding: 0; }
	.mhCTA::before {
		background: #000;
		content: ''; height: 36px; margin: 0; position: absolute; right: -16px; top: 50%; transform: translateY(-50%); width: 2px; z-index: -1;
	}
}
@media screen and (min-width: 800px) {
	#wrapper { padding: 100px 0 0; /*modme*/ }
	.home #wrapper { padding: 0; }
	#persistentHeader {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		transition: .5s;
	}
	#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: 20px 0; }
	.mhRight { flex: 1; }
	.mhWrap {
		gap: 0 38px;
		margin: 33px 0 20px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.mhCTA { padding: 0; }
	.mhCTA::before { right: -21px; }

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

	body.sticky_zone #persistentHeader { background: #FFF; 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 { margin: 20px 0; width: 204px; }
	.sticky_zone .mhWrap { margin: 28px 0 20px; }
	.sticky_zone .mhCTA { font-size: 16px; }
	.sticky_zone .mhPhone { font-size: 26px; }
}
@media screen and (min-width: 1120px) {
	#mainHeader { flex-direction: row; flex-wrap: nowrap; }
	#logo-main {
		position: relative;
		z-index: 1;
		margin: 30px 0;
		width: 354px;
	}
	.mhWrap {
		justify-content: flex-end;
		margin: 0;
		padding: 30px 0 0;
		position: static;
	}
	.mhCTA { font-size: 21px; margin: 0; padding: 0; }
	.mhPhone { font-size: 32px; }
	nav.mm { justify-content: flex-end; margin: 0; padding: 11px 0 0; width: auto; }
	nav.mm > ul > li > a  { font-size: 16px; padding: 8px 9px; }

	.sticky_zone #logo-main { margin: 20px 0; width: 304px; }
	.sticky_zone .mhWrap { margin: 0; padding: 13px 0 0; }
	.sticky_zone .mhCTA { font-size: 19px; }
	.sticky_zone .mhPhone { font-size: 30px; }
}
@media screen and (min-width: 1400px) {
	#wrapper { padding: 0; }
	#mhWrapper { max-width: 1600px; margin: 0 auto; }
	nav.mm > ul > li > a { font-size: 18px; padding: 8px 11px; }
	nav.mm ul ul a { font-size: 16px; }

	.sticky_zone nav.mm > ul > li > a { font-size: 16px; }
}
@media screen and (min-width: 1640px) {
	nav.mm { padding: 8px 0 0; }
	nav.mm > ul > li > a { font-size: 20px; padding: 9px 11px; }
	nav.mm ul ul a { font-size: 18px; }
	#logo-main { margin: 34px 0; }
	.mhWrap { gap: 0 46px; padding: 32px 0 0; }
	.mhCTA { font-size: 20px; gap: 5px 41px; }
	.mhCTA::before { height: 46px; right: -25px; }
	.mhPhone { font-size: 38px; }

	.sticky_zone #mainHeader { align-items: center; }
	.sticky_zone nav.mm > ul > li > a { font-size: 18px; }
	.sticky_zone #logo-main { margin: 24px 0; }
	.sticky_zone .mhWrap { padding: 8px 0 0; }
	.sticky_zone .mhCTA { font-size: 18px; }
	.sticky_zone .mhCTA::before { height: 36px; }
	.sticky_zone .mhPhone { font-size: 36px; }
}


/* Home slides zone */
.hsWrap {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
  z-index: 1;
}
.homeslides-container {	position: relative; z-index: 1; }
#homeslides {
	height: 331px;
	position: relative;
}
.homeslide {
	background-image: url(img/slides/home/800/homeslide-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.slideContent {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	max-width: 1600px;
	position: relative;
	width: 100%;
}
.slideBox {
	align-items: flex-start;
	bottom: 0;
	box-sizing: border-box;
	color: #FFF;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
}
	.slideBox::before {
		background-image: url(img/slides/img-edward-johnson.webp);
		background-position: left top;
		background-repeat: no-repeat;
		background-size: auto 100%;
		bottom: 0; content: ''; height: 302px; position: absolute; right: 0; width: 279px;
	}
.slideInner {
	background: rgb(0 0 0 / 55%);
	box-sizing: border-box;
	display: block; padding: 20px; position: relative; width: 100%; z-index: 3;
}
.slideHead {
	display: block;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px;
	position: relative;
	text-align: left;
	text-shadow: 0px 24px 24px rgba(0, 0, 0, .16);
}
.slideHead br { display: none; }
.slideBody {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
	position: relative;
	text-align: left;
	text-shadow: 0px 24px 24px rgba(0, 0, 0, .16);
}
.slideBody em { display: block; font-size: 16px; font-style: normal; font-weight: 700; }

/* sub slides */
.subslide {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: none; padding: 17.4% 0; position: relative; z-index: 1;
}
#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);}
#subslide10 {background-image: url(img/slides/sub/800/10.webp);}
#subslide11 {background-image: url(img/slides/sub/800/11.webp);}
#subslide12 {background-image: url(img/slides/sub/800/12.webp);}
#subslide13 {background-image: url(img/slides/sub/800/13.webp);}
#subslide14 {background-image: url(img/slides/sub/800/14.webp);}
#subslide15 {background-image: url(img/slides/sub/800/15.webp);}
#subslide16 {background-image: url(img/slides/sub/800/16.webp);}
#subslide17 {background-image: url(img/slides/sub/800/17.webp);}
#subslide18 {background-image: url(img/slides/sub/800/18.webp);}
#subslide19 {background-image: url(img/slides/sub/800/19.webp);}
#subslide20 {background-image: url(img/slides/sub/800/20.webp);}
.subslide.subslide-single {
	background-image: url(img/slides/sub/800/20.webp);
	/* padding: 17.4% 0 9.6%; */
}

.subslide-btns { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 23px; justify-content: center; }
	.sxn-button.subslide-btnA,
	.sxn-button.subslide-btnB {
		max-width: 100%; width: 360px;
	}
	.sxn-button.subslide-btnB {
		background: #FFF;
		color: #000;
	}
	.sxn-button.subslide-btnB:hover {
		background: #000;
		color: #FFF;
	}
@media screen and (min-width: 600px) {
	.slideBox { padding: 30px 20px; }
	.slideInner { background: none; width: auto; }
	.slideHead br { display: block; }
}
@media screen and (min-width: 700px) {
	.slideBox { align-items: flex-end; padding: 30px 20px 40px; }
	.slideInner { box-sizing: border-box; display: block; padding: 0 280px 0 0; }
	.slideHead { font-size: 25px; text-align: center; }
	.slideBody { font-size: 22px; text-align: right; }
	.slideBody em { font-size: 18px; padding: 0 15px 0 0; }
}
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides { height: 464px; }
	.homeslide {
		background-image: url(img/slides/home/1120/homeslide-bg.webp);
	}
	.slideHead { font-size: 30px; padding: 0 0 35px; }
	#homeslide2 .slideHead { padding: 0 0 22px; }

	.subslide { display: block; padding: 16.4% 0; }
	#subslide1 {background-image: url(img/slides/sub/1120/1.webp);}
	#subslide2 {background-image: url(img/slides/sub/1120/2.webp);}
	#subslide3 {background-image: url(img/slides/sub/1120/3.webp);}
	#subslide4 {background-image: url(img/slides/sub/1120/4.webp);}
	#subslide5 {background-image: url(img/slides/sub/1120/5.webp);}
	#subslide6 {background-image: url(img/slides/sub/1120/6.webp);}
	#subslide7 {background-image: url(img/slides/sub/1120/7.webp);}
	#subslide8 {background-image: url(img/slides/sub/1120/8.webp);}
	#subslide9 {background-image: url(img/slides/sub/1120/9.webp);}
	#subslide10 {background-image: url(img/slides/sub/1120/10.webp);}
	#subslide11 {background-image: url(img/slides/sub/1120/11.webp);}
	#subslide12 {background-image: url(img/slides/sub/1120/12.webp);}
	#subslide13 {background-image: url(img/slides/sub/1120/13.webp);}
	#subslide14 {background-image: url(img/slides/sub/1120/14.webp);}
	#subslide15 {background-image: url(img/slides/sub/1120/15.webp);}
	#subslide16 {background-image: url(img/slides/sub/1120/16.webp);}
	#subslide17 {background-image: url(img/slides/sub/1120/17.webp);}
	#subslide18 {background-image: url(img/slides/sub/1120/18.webp);}
	#subslide19 {background-image: url(img/slides/sub/1120/19.webp);}
	#subslide20 {background-image: url(img/slides/sub/1120/20.webp);}
	.subslide.subslide-single {
		background-image: url(img/slides/sub/1120/20.webp);
		/* padding: 16.4% 0 8.6%; */
	}
	.subslide-btns { bottom: 14.6%; left: 50%; position: absolute; transform: translateX(-50%); }
}
@media screen and (min-width: 1120px) {
	#homeslides { height: 564px; }
	.homeslide { background-image: url(img/slides/home/2000/homeslide-bg.webp); }
	.slideBox { padding: 30px 20px 50px; }
	.slideBox::before { height: 406px; width: 375px; }
	.slideInner { padding: 0 400px 0 0; }
	.slideHead { font-size: 40px; padding: 0 0 54px; }
	#homeslide2 .slideHead { padding: 0 0 34px; }
	.slideBody { font-size: 29px; }
	.slideBody em { font-size: 21px; padding: 0 29px 0 0; }

	.subslide { padding: 13.4% 0; }
	#subslide1 { background-image: url(img/slides/sub/2000/1.webp); }
	#subslide2 {background-image: url(img/slides/sub/2000/2.webp);}
	#subslide3 {background-image: url(img/slides/sub/2000/3.webp);}
	#subslide4 {background-image: url(img/slides/sub/2000/4.webp);}
	#subslide5 {background-image: url(img/slides/sub/2000/5.webp);}
	#subslide6 {background-image: url(img/slides/sub/2000/6.webp);}
	#subslide7 {background-image: url(img/slides/sub/2000/7.webp);}
	#subslide8 {background-image: url(img/slides/sub/2000/8.webp);}
	#subslide9 {background-image: url(img/slides/sub/2000/9.webp);}
	#subslide10 {background-image: url(img/slides/sub/2000/10.webp);}
	#subslide11 {background-image: url(img/slides/sub/2000/11.webp);}
	#subslide12 {background-image: url(img/slides/sub/2000/12.webp);}
	#subslide13 {background-image: url(img/slides/sub/2000/13.webp);}
	#subslide14 {background-image: url(img/slides/sub/2000/14.webp);}
	#subslide15 {background-image: url(img/slides/sub/2000/15.webp);}
	#subslide16 {background-image: url(img/slides/sub/2000/16.webp);}
	#subslide17 {background-image: url(img/slides/sub/2000/17.webp);}
	#subslide18 {background-image: url(img/slides/sub/2000/18.webp);}
	#subslide19 {background-image: url(img/slides/sub/2000/19.webp);}
	#subslide20 {background-image: url(img/slides/sub/2000/20.webp);}
	.subslide.subslide-single {
		background-image: url(img/slides/sub/2000/20.webp);
		/* padding: 13.4% 0 5.6%; */
	}
	.subslide-btns { bottom: 20.6%; }
	.sxn-button.subslide-btnA,
	.sxn-button.subslide-btnB { width: 460px; }
}
@media screen and (min-width: 1400px) {
	#homeslides { height: 630px; }
	.slideBox { padding: 30px 20px 65px; }
	.slideHead { font-size: 55px; }
	#homeslide2 .slideHead { padding: 0 0 24px; }
	.subslide { padding: 15.4% 0; }
	/* .subslide.subslide-single { padding: 15.4% 0 7.6%; } */
}
@media screen and (min-width: 1640px) {
	#homeslides { height: 830px; }
	.slideBox { left: 50%; padding: 30px 0 65px; transform: translateX(-50%); }
	.slideBox::before { height: 653px; width: 603px; }
	.slideInner { padding: 0 566px 0 0; }
	.slideHead { font-size: 70px; padding: 0 0 134px; }
	#homeslide2 .slideHead { padding: 0 0 83px; }
	.slideBody { font-size: 35px; padding: 0 65px 0 0; }
	.slideBody em { font-size: 25px; padding: 0 37px 0 0; }

	.subslide-btns { bottom: 24.7%; }
}
#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 16px;}
	.article li ul, .article li ol {padding: 0 0 0 16px;}
	.article li {list-style-position: outside;}
	/* .article ul li {list-style-type: disc;} */
	.article ul li { list-style: none; position: relative; padding: 0 0 0 15px; }
	.article ul li::before {
		background: #A42022;
		border-radius: 8px;
		content: ''; height: 8px; left: 0; position: absolute; top: 10px; width: 8px;
	}
	.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: 700;
		font-family: "Lato", sans-serif;
		color: #A42022;
		padding: 10px 0 20px 0;
	}
	.article h1 {
		font-size: 26px;
		padding: 0 0 20px;
	}
	.article h1:not(:first-child) {
		margin: 30px 0;
	}
	.article h2 {
		color: #000;
		font-size: 20px;
	}
	.article h2 span { font-weight: 400; }
	.article h2 em {
		color: #000;
		display: block;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.2;
		padding: 0 0 10px;
	}
	.article h3 {
		font-size: 18px;
	}
	.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: 44px; }
	.article h2 { font-size: 24px; }
	.article h3 { font-size: 20px; }
}
@media screen and (min-width: 1640px) {
	.article h1 { font-size: 54px; }
	.article h2 { font-size: 30px; }
	.article h3 { font-size: 22px; }
}


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


/* Content Area */
.sxn-content {
	overflow: hidden;
	padding: 40px 20px;
	position: relative;
	z-index: 1;
}
.home .article h1 { font-size: 34px; padding: 0 0 34px; text-align: center; }
.home .article h1 br { display: none; }

.mcHome { box-sizing: border-box; display: block; margin: 0 auto; max-width: 100%; }
	.mcHome-side { box-sizing: border-box; display: block; margin: 0 auto; max-width: 100%; padding: 0 0 30px; width: 323px; }
	.mcHome-img {
		background: #000;
		box-sizing: border-box;
		display: block; margin: 0; padding: 32px 20px; position: relative; text-align: center; z-index: 1;
	}
	.mcHome-img::before {
		background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
		content: ''; height: 100%; left: 0; opacity: 0.71; position: absolute; top: 0; width: 100%; z-index: 2;
	}
	.mcHome-scale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
	.mcHome-ttl { color: #FFF; display: block; font-size: 20px; font-weight: 700; line-height: 1.3; padding: 0 0 88px; position: relative; z-index: 2; }
	.mcHome-btns {
		align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 23px 20px; justify-content: center;
		position: relative; z-index: 2;
	}
	.mcHome-item { max-width: 100%; padding: 0; width: 310px; }
	.sxn-button.mcHome-btnA {
		background: #FFF;
		color: #000;
	}
	.sxn-button.mcHome-btnA:hover {
		background: #4C4C4C;
		color: #FFF;
	}
	.sxn-button.mcHome-btnA:hover,
	.sxn-button.mcHome-btnB:hover { text-decoration: none; }
	.mcHome-intro {
		background: #A42022;
		color: #FFF; padding: 20px; text-align: center;
	}
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	.sxn-content { padding: 40px; }
	.home .article h1 { font-size: 44px; }
	#mainContent { float: left; padding: 0; width: calc(100% - 40px - 300px); }
	.home #mainContent,
	.fwEntry #mainContent { float: none; margin: 0 auto; width: 100%; }
	.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;}

	.home .article h1 br { display: block; }
}
@media screen and (min-width: 1120px) {
	.sxn-content { padding: 60px; }
	.home .article h1 { font-size: 54px; }

	.mcHome { align-items: flex-start; display: flex; flex-direction: row; gap: 0 57px; justify-content: space-between; }
		.mcHome-side { margin: 0; padding: 0; }
			.mcHome-ttl { font-size: 24px; }
		.mcHome-cont { margin: 0; padding: 0; width: calc(100% - 380px); }
}
@media screen and (min-width: 1400px) {
	#mainContent { width: calc(100% - 72px - 430px); }
	#sidebar { gap: 67px 0; width: 430px; }
}
@media screen and (min-width: 1640px) {
	.sxn-content { padding: 106px 60px 112px; }
	.home .sxn-content { padding: 94px 60px 101px; }
	.home .article h1 { font-size: 64px; padding: 0 0 68px; }

	.mcHome { gap: 0 67px; }
		.mcHome-side { width: 423px; }
			.mcHome-img { padding: 32px 20px 70px; }
			.mcHome-ttl { font-size: 30px; }
		.mcHome-intro { padding: 28px 20px; }
		.mcHome-cont { width: calc(100% - 490px); }
}


/* View more toggle */
.mcViewToggle {
	background: #A42022;
	box-sizing: border-box;
	color: #FFF; cursor: pointer; display: block; font-size: 18px; font-weight: 700; height: auto; line-height: 1.2; margin: 10px auto 0; max-width: 310px; padding: 19px 10px; text-align: center; text-transform: uppercase; transition: .5s; width: 100%;

	align-items: center; display: flex; justify-content: center;
}
	.mcViewToggle:hover:hover {
		background: #CC4141;
		color: #FFF;
		text-decoration: none;
	}
.mcMore { display: none; transition: 5s; }
.mcMore.active { display: block; }
@media screen and (min-width: 900px) {
	.mcViewToggle { margin: 10px 0 0; }
}
@media screen and (min-width: 1640px) {
	.mcViewToggle { font-size: 20px; }
}


/* Areas zone */
.sxn-areas {
	padding: 40px 0 0;
	position: relative;
	z-index: 1;
}
.sxn-areas::before {
	background-image: url(img/areas/bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: ''; height: 223px; left: 0; position: absolute; top: 0; width: 100%;
}
.hpArea {
	padding: 0 60px;
	margin: 0 auto;
	box-sizing: border-box;
}
.hpArea-slide {
	display: flex;
	justify-content: center;
}
.hpAreaUrl { clear: both; color: #FFF; cursor: pointer; display: block; overflow: hidden; position: relative; z-index: 1; }
.hpAreaUrl::before {
	border-color: #FFF;
	border-style: solid;
	border-width: 2px;
	box-sizing: border-box;
	content: ''; height: calc(100% - 22px); left: 11px; position: absolute; top: 11px; width: calc(100% - 22px); z-index: 4;
}
.hpAreaBox {
	box-sizing: border-box;
	clear: both;
	display: block;
	height: 100%;
	max-width: 328px;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.hpAreaImg {
	display: block;
	width: 100%;
	height: auto;
	background: #000;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.hpAreaScale {
	display: block;
	width: 100%;
	height: auto;
	opacity: 40%;
	position: relative;
	top: 0;
	transition: .5s;
}
.hpAreaContbox {
	align-items: center;
	background: #A52123;
	bottom: 0;
	box-sizing: border-box;
	display: flex; justify-content: center;
	left: 0; padding: 16px 10px 30px; position: absolute; width: 100%; z-index: 3;
}
.hpAreaTitle {
	box-sizing: border-box;
	display: block;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	width: 100%;
}
.hpAreaTitle::before {
	background: #FFF;
	content: ''; height: 4px; left: 50%; position: absolute; top: -10px; transform: translateX(-50%); width: calc(100% - 34px);
}

.hpAreaBox:hover { color: #FFF; }
.hpAreaUrl:hover .hpAreaScale { opacity: 1; }
.hpAreaUrl:hover .hpAreaContbox { background: #CC4141; }
.hpArea-slide.swiper-slide-active .hpAreaImg { overflow: visible; }
.hpArea-slide.swiper-slide-active .hpAreaScale { top: 0; }

.hpAreaPNSlide {
	width: 76px;
	height: 100%;
	background: #A42022;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transition: .5s;
	cursor: pointer;
	transform: translateY(-50%) scale(0.6);
}
.hpAreaPNSlide::before {
	position: absolute;
	content: '';
	z-index: -1;
	width: 31px;
	height: 57px;
	background: url(img/areas/arrow-slider.webp) no-repeat center top;
	background-size: 100% auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.hpAreaNext.hpAreaPNSlide {
	left: auto;
	right: 0;
	transform: rotateY(180deg) translateY(-50%) scale(0.6);
}
.hpAreaPNSlide:hover { background: #CC4141; }
@media screen and (min-width: 600px) {
	.hpArea { padding: 0 60px; }
}
@media screen and (min-width: 900px) {
	.hpAreas-outer { margin: 0 auto; max-width: 874px; }
	.hpArea-container { margin: 0 auto; max-width: 740px; }
}
@media screen and (min-width: 1120px) {
	.sxn-areas { padding: 62px 0 0; }
	.hpArea-outer { margin: 0 auto; max-width: 1094px; }
	.hpArea-container { max-width: 940px; }
	.hpAreaBox { max-width: 428px; }
	.hpArea-slide.swiper-slide-active .hpAreaImg { overflow: hidden; }
	.hpArea-slide.swiper-slide-active .hpAreaScale { top: 0; }
	.hpAreaBox:hover .hpAreaImg { overflow: visible; }
	.hpAreaBox:hover .hpAreaScale { opacity: 1; top: 0; }
}
@media screen and (min-width: 1440px) {
	.sxn-areas::before { height: 323px; }
	.hpArea { padding: 0 100px; }
	.hpArea-outer { max-width: 1400px; }
	.hpArea-container { max-width: 1140px; }
	.hpAreaPNSlide { transform: translateY(-50%) scale(1.0); left: 20px;}
	.hpAreaNext.hpAreaPNSlide { transform: rotateY(180deg) translateY(-50%) scale(1.0); right: 20px; }
}
@media screen and (min-width: 1640px) {
	.sxn-areas::before { height: 423px; }
	.hpArea-outer {
		max-width: 1600px;
		position: relative;
	}
	.hpArea-container { max-width: 1240px; }
	.hpAreaImg { height: 438px; }
	.hpAreaContbox { padding: 21px 10px 41px; }
	.hpAreaTitle { font-size: 35px; }
	.hpAreaPNSlide { left: 0;}
	.hpAreaNext.hpAreaPNSlide { right: 0; }
}
@media screen and (min-width: 1800px) {
	.hpArea-container { max-width: 1340px; }
}


/* Areas sidebar */
.sbAreas { box-sizing: border-box; display: block; margin: 0 auto; max-width: 430px; overflow: hidden; width: 100%; z-index: 1; }
.sbAreaList { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 9px 0; justify-content: center; }
.sbAreaItem { box-sizing: border-box; display: block; max-width: 100%; position: relative; width: 430px; z-index: 1; }
.sbAreaUrl { clear: both; color: #FFF; cursor: pointer; display: block; overflow: hidden; position: relative; z-index: 1; }
.sbAreaUrl::before {
	border-color: #FFF;
	border-style: solid;
	border-width: 2px;
	box-sizing: border-box;
	content: ''; height: calc(100% - 22px); left: 11px; position: absolute; top: 11px; width: calc(100% - 22px); z-index: 4;
}
.sbAreaBox {
	box-sizing: border-box;
	clear: both;
	display: block;
	height: 100%;
	max-width: 430px;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.sbAreaImg {
	display: block;
	width: 100%;
	height: auto;
	background: #000;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.sbAreaScale {
	display: block;
	width: 100%;
	height: auto;
	opacity: 40%;
	position: relative;
	top: 0;
	transition: .5s;
}
.sbAreaContbox {
	align-items: center;
	background: #A52123;
	bottom: 0;
	box-sizing: border-box;
	display: flex; justify-content: center; padding: 24px 10px; position: relative; width: 100%;
	/* left: 0; padding: 8px 10px 23px; position: absolute; width: 100%; z-index: 3; */
}
.sbAreaTitle {
	box-sizing: border-box;
	display: block;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	width: 100%;
}
.sbAreaTitle::before {
	background: #FFF;
	content: ''; height: 4px; left: 50%; position: absolute; top: -8px; transform: translateX(-50%); width: calc(100% - 32px);
}

.sbAreaBox:hover { color: #FFF; }
.sbAreaUrl:hover .sbAreaScale { opacity: 1; }
.sbAreaUrl:hover .sbAreaContbox { background: #CC4141; }
@media screen and (min-width: 1120px) {
	.sbAreaTitle { font-size: 21px; }
}
@media screen and (min-width: 1640px) {
	.sbAreaTitle { font-size: 25px; }
}


/* Results zone */
.sxn-results {
	background-image: url(img/results/bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block; padding: 40px 20px; position: relative; z-index: 1;
}
.sxn-results .sxn-head { color: #FFF; }
.hpResults { box-sizing: border-box; display: block; margin: 0 auto; max-width: 390px; padding: 0; position: relative; z-index: 1; }
.resultBox {
	background: #A42022;
	box-sizing: border-box;
	color: #FFF;
	display: block;
	font-weight: 700;
	margin: 0 auto;
	padding: 8px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.resultBd {
	border: 2px solid #FFF;
	box-sizing: border-box;
	display: block; padding: 30px 20px;
}
.resultLabel { display: block; font-size: 20px; line-height: 1.2; margin: 0 auto 19px; padding: 0 0 29px; position: relative; }
.resultLabel::before {
	background: #FFF;
	bottom: 0; content: ''; height: 3px; left: 0; margin: 0 auto; position: absolute; right: 0; width: 125px;
}
.resultType { font-size: 16px; }
@media screen and (min-width: 800px) {
	.hpResults { max-width: 793px; }
}
@media screen and (min-width: 1120px) {
	.sxn-results { padding: 60px 20px; }
	.hpResults { max-width: 1196px; }
	.resultLabel { font-size: 24px; }
	.resultType { font-size: 18px; }
}
@media screen and (min-width: 1400px) {
	.hpResults { max-width: 1600px; }
}
@media screen and (min-width: 1640px) {
	.sxn-results { padding: 82px 20px 75px; }
	.resultBd { padding: 45px 20px 40px; }
	.resultLabel { font-size: 30px; }
	.resultType { font-size: 20px; }
}


/* Results Prev/Next */
.resultsNav,
.sbResultsNav {
	display: flex;
	gap: 0 58px;
	justify-content: center;
	margin: 25px auto 0;
	padding: 14px 0;
	position: relative;
}
.sbResultsNav { margin: 19px auto 0; }
.resultsNav::before,
.sbResultsNav::before {
	background: #FFF;
	content: ''; height: 3px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 63px;
}
.prevNextResSlide,
.sbPrevNextResSlide {
	display: block;
	position: relative;
	z-index: 1;
	width: 32px;
	height: 57px;
	top: 0;
	left: 0;
	transition: .5s;
	box-sizing: border-box;
	cursor: pointer;
}
.prevNextResSlide::before,
.sbPrevNextResSlide::before {
	background-image: url(img/icons/icon-arr.webp);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	content: '';
	width: 32px;
	height: 57px;
	top: 0;
	left: 0;
}
.prevNextResSlide.prevResults,
.sbPrevNextResSlide.sbPrevResults { left: 0; }

.prevNextResSlide.nextResults,
.sbPrevNextResSlide.sbNextResults { transform: rotateY(190deg); left: auto; right: 0; }

.prevNextResSlide:hover::before,
.sbPrevNextResSlide:hover::before { background-position: left bottom; }
@media screen and (min-width: 500px) {
	.resultsNav,
	.sbResultsNav { overflow: hidden; }
}


/* Results sidebar */
.sbResults {
	background-image: url(img/sidebar/bg-results.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box; color: #FFF; display: block; margin: 0 auto; max-width: 430px; overflow: hidden; padding: 46px 24px 41px; width: 100%; z-index: 1;
}
.sbResults .sxn-head { color: #FFF; padding: 0 0 34px; }
.sbResults-inner { box-sizing: border-box; display: block; margin: 0 auto; max-width: 390px; padding: 0; position: relative; z-index: 1; }
.sbResultBox {
	background: #A42022;
	box-sizing: border-box;
	color: #FFF;
	display: block;
	font-weight: 700;
	margin: 0 auto;
	padding: 8px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.sbResultBd {
	border: 2px solid #FFF;
	box-sizing: border-box;
	display: block; padding: 30px 20px;
}
.sbResultLabel { display: block; font-size: 20px; line-height: 1.2; margin: 0 auto 21px; padding: 0 0 29px; position: relative; }
.sbResultLabel::before {
	background: #FFF;
	bottom: 0; content: ''; height: 3px; left: 0; margin: 0 auto; position: absolute; right: 0; width: 125px;
}
.sbResultType { font-size: 16px; }
@media screen and (min-width: 1120px) {
	.sbResultLabel { font-size: 24px; }
	.sbResultType { font-size: 18px; }
}
@media screen and (min-width: 1640px) {
	.sbResultBd { padding: 44px 20px 47px; }
	.sbResultLabel { font-size: 30px; }
	.sbResultType { font-size: 20px; }
}


/* Testimonials zone */
.sxn-tests {
	padding: 40px 0;
	position: relative;
	z-index: 1;
}
.hpTests {
	padding: 0 60px;
	margin: 0 auto;
	box-sizing: border-box;
}
.hpTest-slide {
	display: flex;
	justify-content: center;
}
.hpTestBox {
	border: 2px solid #A42022;
	box-sizing: border-box;
	max-width: 259px;
	position: relative;
	z-index: 1;
	padding: 30px 20px;
}
.hpTestAuthor {
	color: #A42022;
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 40px 0 33px;
	position: relative;
	width: 100%;
}
.hpTestAuthor::before {
	background-image: url(img/testimonials/icon-5star.webp);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	content: ''; height: 34px; left: 0; margin: 0 auto; position: absolute; top: 0; width: 180px;
}
.hpTestTitle {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 19px;
}
.hpTestBody { font-size: 16px; padding: 20px 0; }
.hpTestMore {
	color: #A42022;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	white-space: nowrap;
}
.hpTestMore:hover { text-decoration: underline; }
.hpPrevNextSlide {
	width: 76px;
	height: 100%;
	background: #A42022;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transition: .5s;
	cursor: pointer;
	transform: translateY(-50%) scale(0.6);
}
.hpPrevNextSlide::before {
	position: absolute;
	content: '';
	z-index: -1;
	width: 31px;
	height: 57px;
	background: url(img/testimonials/arrow-slider.webp) no-repeat center top;
	background-size: 100% auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.hpNext.hpPrevNextSlide {
	left: auto;
	right: 0;
	transform: rotateY(180deg) translateY(-50%) scale(0.6);
}
.hpPrevNextSlide:hover { background: #CC4141; }
@media screen and (min-width: 600px) {
	.hpTests { padding: 0 60px; }
	.hpTestBox { max-width: 359px; min-height: 300px; }
	.hpTestAuthor { padding: 0; }
	.hpTestAuthor::before { left: auto; right: 0; top: 50%; transform: translateY(-50%); }
	.hpTestTitle { padding: 33px 0 19px; }
}
@media screen and (min-width: 900px) {
	.hpTests-outer { margin: 0 auto; max-width: 874px; }
	.hpTests-container { margin: 0 auto; max-width: 740px; }
}
@media screen and (min-width: 1120px) {
	.sxn-tests { padding: 60px 0; }
	.hpTests-outer { max-width: 1094px; }
	.hpTests-container { max-width: 940px; }
	.hpTestBox { max-width: 459px; min-height: 278px; }
	.hpTestAuthor { font-size: 34px; }
	.hpTestTitle { font-size: 24px; }
}
@media screen and (min-width: 1440px) {
	.hpTests { padding: 0 100px; }
	.hpTests-outer { max-width: 1400px; }
	.hpTests-container { max-width: 1140px; }
	.hpTestBox { max-width: 559px; min-height: 252px; }
	.hpPrevNextSlide { transform: translateY(-50%) scale(1.0); left: 20px;}
	.hpNext.hpPrevNextSlide { transform: rotateY(180deg) translateY(-50%) scale(1.0); right: 20px; }
}
@media screen and (min-width: 1640px) {
	.sxn-tests { padding: 78px 0 101px; }
	.hpTests-outer {
		max-width: 1600px;
		position: relative;
	}
	.hpTests-container { max-width: 1240px; }
	.hpTestBox { max-width: 609px; min-height: 276px; padding: 39px 42px 25px; }
	.hpTestAuthor { font-size: 40px; }
	.hpTestTitle { font-size: 30px; }
	.hpTestBody { font-size: 18px; }
	.hpPrevNextSlide { left: 0;}
	.hpNext.hpPrevNextSlide { right: 0; }
}
@media screen and (min-width: 1800px) {
	.hpTests-container { max-width: 1340px; }
	.hpTestBox { max-width: 659px; }
}


/* Attorney zone */
.sxn-attorney {
	background-image: url(img/attorney/bg-v2.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block; padding: 40px 20px; position: relative; z-index: 1;
}
.sxn-attorney .sxn-head { color: #FFF; padding: 0 0 29px; }
.sxn-attorney .sxn-button { margin: 23px auto 0; }

.attBox {
	box-sizing: border-box;
	color: #FFF; display: block; margin: 0 auto; max-width: 800px; padding: 0;
}
.attSide { margin: 0 auto; max-width: 100%; padding: 0; position: relative; width: 323px; z-index: 2; }
	.attImg {
		box-sizing: border-box;
		display: block; margin: 0 auto; padding: 0;
	}
	.attScale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
.attCont { margin: 40px auto 0; padding: 0; position: relative; width: 100%; z-index: 1; }
@media screen and (min-width: 1120px) {
	.sxn-attorney { padding: 59px 20px 48px; }
	.sxn-attorney .sxn-head { font-size: 40px; text-align: left; }
	.sxn-attorney .sxn-button { margin: 23px 0 0; }
	.attBox { align-items: flex-start; display: flex; flex-direction: row; gap: 40px; justify-content: space-between; max-width: 100%; }
	.attSide { margin: 0; }
		.attImg { margin: 0; }
	.attCont { margin: 0; width: calc(100% - 363px); }
		.attBody { box-sizing: border-box; display: block; margin: 0; max-width: 919px; }
}
@media screen and (min-width: 1400px) {
	.attBox { gap: 40px 67px; }
	.attSide { width: 423px; }
	.attCont { padding: 28px 0 0; width: calc(100% - 490px); }
}
@media screen and (min-width: 1640px) {
	.sxn-attorney .sxn-head { font-size: 54px; }
}


/* Badges zone */
.sxn-badges { padding: 30px 20px; position: relative; z-index: 1; }
.sxn-badges .sxn-wrap { max-width: 1048px; margin: 0 auto; overflow: hidden; }
.sxn-badges .badges-wrapper.swiper-wrapper { align-items: center; }
.sxn-badges .badge-slide.swiper-slide { text-align: center; width: auto; }
.badgeImg { display: block; height: auto; margin: 0 auto; width: 100%; }
@media screen and (min-width: 1400px) {
	.sxn-badges .badges-container { transform: scale(1); }
	.badgeImg { width: 100%; }
}
@media screen and (min-width: 1640px) {
	.sxn-badges { padding: 64px 20px 67px; }
}


/* Contact zone */
.sxn-contact {
	background-image: url(img/contact/bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden; padding: 105px 20px; position: relative; z-index: 1;
}
.sxn-contact .sxn-head { color: #FFF; padding: 0 0 32px; }
.sxn-contact .sxn-head br { display: none; }
.contactWrap {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 800px; padding: 30px 0; position: relative; z-index: 2;
}
	.contactWrap::before {
		background: rgb(0 0 0 / 84%);
		content: ''; height: 100%; left: -50%; position: absolute; top: 0; width: calc(100% + 2000px); z-index: -1;
	}
.contactIntro { color: #FFF; margin: 0 auto; max-width: 1110px; padding: 0 0 33px; text-align: center; }
@media screen and (min-width: 500px) {
	.sxn-contact .sxn-head br { display: block; }
}
@media screen and (min-width: 1120px) {
	.contactWrap { max-width: 100%; padding: 60px 0; }
	.contactIntro { padding: 0 0 43px; }
}
@media screen and (min-width: 1640px) {
	.contactWrap { padding: 84px 0 96px; }
	.contactIntro { padding: 0 0 53px; }
}


/* Contact form */
.formBlockTop {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	margin: 0 0 20px;
}
.formBlockTop .formBlock { width: 100%; }
.formBlock { position: relative; z-index: 1; overflow: hidden; }
.formBlock label { color: #FFF; display: block; font-family: "Playfair Display", serif; font-size: 18px; padding: 0; }
.formInput { box-sizing: border-box; position: relative; }
.formInput::before {
	background: #FFF;
	content: ''; height: 8px; position: absolute; right: 7px; top: 7px; width: 8px;
}
.formInput input,
.formInput textarea {
	background: transparent;
	border: 2px solid #FFF;
	box-sizing: border-box;
	color: #FFF;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	height: 69px;
	outline: none;
	padding: 10px 15px;
	resize: none;
	width: 100%;
}
.formInput textarea { padding: 22px 15px 10px; }
.formTextBlock { display: block; width: 100%; }
.cfItem { position: relative; padding: 0; }
.formBlockBtm { margin: 0 0 20px; }
.formBlockSubmit {
	box-sizing: border-box;
	display: flex;
	gap: 20px 35px;
	align-items: center;
	flex-direction: column;
	padding: 0;
	position: relative;
	z-index: 1;
}
.formReqSubmit {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px 40px;
	margin: 0 auto;
	max-width: 100%;
	width: 516px;
}
.formSubmitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 13px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.formRecaptcha { vertical-align: middle; height: 60px; margin: 0; }
.formSubmit {
	background: #A42022;
	border: none;
	color: #FFF;
	width: 100%;
	height: 60px;
	max-width: 255px;
	transition: .5s;
	position: relative;
	font: 18px/1 "Lato", 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;
	padding: 0;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.formInput input::placeholder, .formInput textarea::placeholder { color: #FFF; }
.formSubmit:hover::before { background-position: top right; }
.formSubmit:hover input { background: #CC4141; color: #FFF; }
.formReqBox {
	color: #FFF;
	max-width: 100%;
	width: 100%;
	flex: 1;
	font-size: 14px;
	font-weight: 400;
	padding: 0 0 17px;
}
.formReqBox span { box-sizing: border-box; display: block; margin: 0; padding: 0 0 0 15px; position: relative; }
.formReqBox span::before {
	background: #FFF;
	content: ''; height: 8px; left: 0; position: absolute; top: 50%; transform: translateY(-50%); width: 8px;
}
.formReqBox p {
	flex: 1;
	padding: 10px 0 0;
}
.formReqBox p br { display: none; }
.formGroup { align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; gap: 16px; justify-content: flex-start; }
	.formGroup input { cursor: pointer; display: none; height: initial; margin: 0; padding: 0; width: initial; }
	.formGroup label { cursor: pointer; position: relative; }
	.formGroup label::before {
		content: '';
		-webkit-appearance: none;
		background-color: transparent;
		border: 2px solid #E7A02D;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
		padding: 11px;
		display: inline-block;
		position: relative;
		vertical-align: middle;
		cursor: pointer;
		margin: 0;
	}
	.formGroup label small { display: block; font-size: 14px; margin: -33px 0 0 0; padding: 0 0 0 42px; }
	.formGroup input:checked + label:after {
		content: '';
		display: block;
		position: absolute;
		top: 3px;
		left: 9px;
		width: 6px;
		height: 14px;
		border: solid #FFF;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
	}
@media screen and (min-width: 1120px) {
	.formInput input, .formInput textarea { height: 79px; font-size: 18px; padding: 10px 20px; }
	.formInput textarea { padding: 26px 20px 10px; }
	.formReqBox { align-items: flex-start; display: flex; gap: 0 35px; justify-content: center; margin: 0 auto; max-width: 860px; }
		.formReqBox span { margin: 0; }
		.formReqBox p { padding: 0; }
	.formBlockTop { flex-direction: row; gap: 37px 35px; margin: 0 0 37px; }
	.formBlock label { font-size: 20px; }
	.formBlockBtm { margin: 0 0 26px; }
	.formReqBox p br { display: block; }
	.formBlockSubmit { align-items: flex-start; }
	.formReqSubmit { width: 591px; }
	.formSubmitBox { gap: 20px 26px; }
	.formSubmit { max-width: 310px; }
}
@media screen and (min-width: 1640px) {
	.formInput input, .formInput textarea { font-size: 20px; height: 89px; padding: 10px 27px; }
	.formInput textarea { padding: 30px 27px 10px; }
	.formBlock label { font-size: 24px; }
	.formReqBox { padding: 0 0 21px; }
	.formReqSubmit { flex-direction: row; justify-content: flex-start; }
	.formSubmitBox { justify-content: flex-start; }
	.formSubmit { font-size: 20px; }
}


/* Footer zone */
#mainFooter {
	box-sizing: border-box;
	clear: both; display: block; overflow: hidden; padding: 0; position: relative; z-index: 1;
}
.mfTop { box-sizing: border-box; display: block; height: 224px; position: relative; z-index: 1; }
	.mfTop::before, .mfTop::after { content: ''; position: absolute; }
	.mfTop::before {
		background: rgb(0,0,0);
		background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		-webkit-background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		bottom: 0; content: ''; height: 105px; left: 0; opacity: 60%; position: absolute; width: 100%;
		z-index: -1;
	}
	.mfTop::after {
		background-image: var(--bg-image);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%; inset: 0; left: 0; top: 0; width: 100%; z-index: -2;
	}

.mfBd { box-sizing: border-box; display: block; margin: 0 auto; max-width: 1600px; position: relative; z-index: 2; }
	.mfBd::before, .mfBd::after { content: ''; position: absolute; }
	.mfBd::before {
		background: #FFF;
		height: 100%; left: 0; top: 0; width: 100%; z-index: -1;
	}
	.mfBd::after {
		background: #000;
		filter: blur(12px); opacity: 0.14; height: 100%; left: 0; top: 10px; width: 100%; z-index: -2;
	}
.mfInner {
	background: #FFF;
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 1600px; padding: 30px 20px; text-align: center;
}
.mfInfo {
	align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 20px; justify-content: center;
	margin: 0 auto; max-width: 1350px;
}
.mfMain { display: block; margin: 0 auto; max-width: 354px; order: 0; padding: 0 0 30px; }
	.mfMain.mfHide { display: none; }
	.mfMainImg { display: block; height: auto; margin: 0 auto; max-width: 100%; }
.mfLeft { order: 2; }
.mfRight { order: 1; }

.mfTitle { font-size: 18px; font-weight: 700; line-height: 1.2; padding: 5px 0 10px 0; }
.mfSocial { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; }
	.mfSocial a {
		display: block;
		width: 34px;
		height: 34px;
		margin: 0;
		overflow: hidden;
		transition: 300ms;
	}
	.mfSocial img { width: 136px; height: auto; }
	.mfFacebook img { margin: 0 0 0 0; }
	.mfInstagram img { margin: 0 0 0 -34px; }
	.mfX img { margin: 0 0 0 -68px; }
	.mfLinkedIn img { margin: 0 0 0 -102px; }
	.mfYoutube img { margin: 0 0 0 0; }
	.mfFacebook:hover img { margin: -34px 0 0 0; }
	.mfInstagram:hover img { margin: -34px 0 0 -34px; }
	.mfX:hover img { margin: -34px 0 0 -68px; }
	.mfLinkedIn:hover img { margin: -34px 0 0 -102px; }
	.mfYoutube:hover img { margin: -34px 0 0 0; }

	.mfSocial .mfYoutube { width: 41px; height: 34px; }
	.mfSocial .mfYoutube img { width: 41px; height: auto; }

.mfCall {
	align-items: center; display: flex; flex-direction: column; gap: 10px; justify-content: center;
	font-weight: 700; line-height: 1.2;
}
	.mfCall span { font-size: 18px; }
	.mfCall a { color: #000; font-size: 28px; }
	.mfCall a:hover { text-decoration: underline; }

.mfOffices { box-sizing: border-box; display: block; margin: 0 auto; padding: 0; }
.mfBox {
	background-color: #000;
	box-sizing: border-box;
	align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 40px 12px; justify-content: center;
	color: #FFF; padding: 30px 20px;
}
	.mfItem { color: #FFF; max-width: 100%; padding: 86px 0 0; position: relative; text-align: center; width: 308px; z-index: 1; }
	.mfItem::before {
		background-image: url(img/footer/img-pin.webp);
		background-position: left top;
		background-repeat: no-repeat;
		background-size: cover;
		box-sizing: border-box;
		content: ''; display: block; height: 73px; left: 50%; position: absolute; top: 0; transform: translateX(-50%); width: 49px; z-index: -1;
	}
	.mfItem:hover::before { background-position: right top; }
	.mfHead { font-size: 20px; line-height: 1.2; font-weight: 700; padding: 0 0 8px; }
	.mfAddress { display: block; font-size: 18px; }
	.mfItem:hover .mfAddress { text-decoration: underline; }
@media screen and (min-width: 400px) {
	.mfSocialWrap { align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 0 30px; justify-content: center; padding: 0; position: relative; z-index: 1; }
	.mfSocialWrap::before {
		background: #000;
		content: ''; height: 46px; left: 87px; position: absolute; top: 50%; transform: translateY(-50%); width: 2px; z-index: -1;
	}
	.mfTitle { padding: 0; }

	.mfCall { flex-direction: row; gap: 0 30px; position: relative; z-index: 1; }
	.mfCall::before {
		background: #000;
		content: ''; height: 46px; left: 103px; position: absolute; top: 50%; transform: translateY(-50%); width: 2px; z-index: -1;
	}
	.mfCall span { padding: 0; }
	.mfCall a { left: 10px; position: relative; }
}
@media screen and (min-width: 700px) {
	.mfBox { align-items: flex-start; flex-direction: row; }
}
@media screen and (min-width: 800px) {
	.mfInfo { flex-direction: row; gap: 20px 60px; }
	.mfMain { order: 1; }
	.mfLeft { order: 0; }
	.mfRight { order: 2; }
}
@media screen and (min-width: 1120px) {
	.mfTop { height: 324px; }

	.mfMain { flex: 1 1 auto; max-width: 254px; padding: 0; width: auto; }
		.mfMain.mfShow { display: none; }
		.mfMain.mfHide { display: block; }
	.mfLeft { flex: 0 0 330px; }
	.mfRight { flex: 0 0 330px; }

	.mfSocialWrap { justify-content: flex-start; }

	.mfCall { justify-content: flex-end; }
	.mfCall::before { left: 106px; }
	.mfCall a { font-size: 32px; left: 5px; }

	.mfHead { font-size: 22px; }
}
@media screen and (min-width: 1400px) {
	.mfMain { max-width: 354px; }
	.mfLeft { flex: 0 0 390px; }
	.mfRight { flex: 0 0 390px; }

	.mfSocialWrap { gap: 0 43px; }
	.mfSocialWrap::before { left: 96px; }

	.mfCall { gap: 0 48px; }
	.mfCall::before { left: 157px; }
	.mfCall a { left: 0; }
}
@media screen and (min-width: 1640px) {
	.mfTop { height: 424px; }

	.mfInner { padding: 56px 20px 58px; }
	.mfInfo { gap: 20px 0; justify-content: space-between; }

	.mfSocialWrap::before { left: 101px; }
	.mfTitle { font-size: 20px; }

	.mfCall::before { left: 118px; }
	.mfCall span { font-size: 20px; }
	.mfCall a { font-size: 38px; }

	.mfBox { padding: 49px 20px; }
	.mfHead { font-size: 26px; }
	.mfAddress { font-size: 20px; }
}


/* Footer Branding */
#flmBrandingWrapper {
	background: #FFF;
	color: #000;
	font-size: 16px;
	padding: 30px 20px;
	text-align: center;
}
#flmBranding { display: inline-block; overflow: hidden; padding: 0 0 20px; width: 100%; }
#flmBranding,
#flmBranding a {
	color: #000;
	font: normal 12px/1.67 "Lato", sans-serif;
	text-decoration: none;
}
#flmBranding a:hover { font-weight: normal; text-decoration: underline; }
#flmBranding p {
	font-size: 10px;
	margin: auto;
	padding: 12px 0 0;
	max-width: 320px; /*modme*/
	text-align: center;
}
#mmBranding br {display: none;}
.mfDisclaimer { padding: 0 0 16px; }
.mfCopyright, .fNav { display: inline-block; }
.fNav {	padding: 0; }
	.fNav li {
		padding: 0;
		display: inline-block;
		list-style-type: none;
		list-style-position: outside;
	}
	.fNav a { color: #000; padding: 0 5px; }
	.fNav a:hover { text-decoration: underline;	}
	.fNav li::after { content: '|'; }
	.fNav li:last-child::after { content: none;	}
.mfImg a { filter: grayscale(1); opacity: .5; transition: .5s; }
	.mfImg a:hover { filter: none; opacity: 1; }
	.mfImg img { display: block; height: auto; margin: 0 auto; width: 175px; }
@media screen and (min-width: 600px) {
	#flmBranding { display: block; margin: 0 auto; max-width: 782px; }
	#flmBranding p {
		display: inline-block;
		margin: 0 0 0 21px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: bottom;
	}
	#flmBranding br {display: inline;}
}
@media screen and (min-width: 1120px) {
	.flmBrandingCont { align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0 35px; justify-content: space-between; margin: 0 auto; max-width: 1049px; }
	#flmBranding { max-width: 100%; padding: 0; text-align: left; }
}
@media screen and (min-width: 1640px) {
	#flmBrandingWrapper { padding: 60px 20px 66px; }
	.flmBrandingCont { align-items: flex-start; gap: 0 80px; }
}
/* 	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-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 20px 20px 0;
	}
	.dskFiSingle.dskFiRight {
		float: right;
		margin: 0 0 20px 20px;
	}
}


/* 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: #1A1A1A;
  box-sizing: border-box;
	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: #daa5a6; }
.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: #daa5a6; }
.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-sidebar > ul li a::before { top: 10px; }
}


/* 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;
}
.vfFailedFullNamelValidationPrompt,
.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedFullNamelValidation .vfFailedFullNamelValidationPrompt,
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}
/* 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: 220px; padding: 0; text-align: center; }
.mcImgScale { display: block; height: auto; max-width: 100%; }
.mcFlex h1 em { color: #000; display: block; font-size: 16px; font-style: italic; font-weight: 400; padding: 0; }
@media screen and (min-width: 1120px) {
	.mcFlex { flex-direction: row; gap: 20px 40px; }
	.mcfBlock { flex: 1; }
	.mcfBlock.mcfSide { flex: none; max-width: 260px; width: 37%; }
	.mcfBlock.mcfSide .mcImg { margin: 0; }
}
@media screen and (min-width: 1640px) {
	.mcfBlock.mcfSide { max-width: 323px; }
	.mcFlex { gap: 20px 50px; }
	.mcFlex h1 em { font-size: 18px; }
}


/* MC contact subpage */
.mcContact { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 0 20px; justify-content: center; padding: 0 0 20px; text-align: center; }
.mcContact-item { max-width: 100%; width: 200px; }
@media screen and (min-width: 700px) {
	.mcContact { flex-direction: row; }
	.mcContact-item { width: 250px; }
}


/* MC home boxes */
.mcBoxes { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 26px; justify-content: center; padding: 0 0 50px; }
.mcBoxes.mcBoxes-sub { padding: 30px 0 50px; }
.mcBoxes .sxn-button:hover { text-decoration: none; }
.mcBox {
	border: 1px solid #000;
	box-sizing: border-box;
	display: block; max-width: 100%; padding: 20px; width: 294px;
}
.mcBox-img {
	box-sizing: border-box;
	display: block; padding: 0 0 20px;
}
.mcBox-scale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
@media screen and (min-width: 700px) {
	.mcBoxes { align-items: flex-start; flex-direction: row; }
	.mcBox { align-self: stretch; display: flex; flex-direction: column; justify-content: stretch; }
}
@media screen and (min-width: 1200px) {
	.mcBox { width: 334px; }
	.mcBoxes.mcBoxes-sub .mcBox { width: 294px; }
}
@media screen and (min-width: 1400px) {
	.mcBox { width: 434px; }
	.mcBoxes.mcBoxes-sub .mcBox { width: 334px; }
}
@media screen and (min-width: 1640px) {
	.mcBox { width: 538px; }
	.mcBoxes.mcBoxes-sub .mcBox { width: 420px; }
}


/* MC Inner 1 */
.mcInner1 {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 100%; padding: 0 0 40px;
}
.mcInner1 .sxn-button:hover { text-decoration: none; }
.mcInner1-side { margin: 0 auto; max-width: 100%; padding: 0; position: relative; width: 528px; z-index: 2; }
	.mcInner1-img {
		box-sizing: border-box;
		display: block; margin: 0 auto; padding: 0;
	}
	.mcInner1-scale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
.mcInner1-cont { margin: 20px auto 0; padding: 0; position: relative; width: 100%; z-index: 1; }

body:not(.home) #contentArea {
	overflow: unset;
}
.mcInner1.dark {
	align-items: center; gap: 20px;
	background-image: url(img/slides/home/1120/homeslide-bg.webp); 
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px; color: #fff;
	margin: 20px -20px;
	width: calc(100% + 40px);
	max-width: unset;
	
}
.mcInner1.dark h2, 
.mcInner1.dark h3, 
.mcInner1.dark h2 em,
.mcInner1.dark .mcSmall { color: inherit; }
.mcInner1.dark .mcInner1-side > p a,
.mcInner1.dark .mcInner1-cont > p a { color: #FF3639; }

@media screen and (min-width: 800px) {
	.mcInner1.dark { 
		width: 100%;
		margin: 20px auto 40px; 
	}
}
@media screen and (min-width: 1200px) {
	.mcInner1 { align-items: flex-start; display: flex; flex-direction: row; gap: 40px; justify-content: space-between; max-width: 100%; }
	.mcInner1-side, .mcInner1-img, .mcInner1-scale { margin: 0; }
	.mcInner1-side { width: 320px; }
	.mcInner1-cont { margin: 0; width: calc(100% - 360px); }
	.mcInner1.dark .mcInner1-cont { margin: 0; width: calc(100% - 320px); }
}
@media screen and (min-width: 1640px) {
	.mcInner1 { gap: 40px 50px; }
	.mcInner1-side { width: 528px; }
	.mcInner1-cont { width: calc(100% - 578px); }
}


/* MC Inner 2 */
.mcInner2 {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 100%; padding: 0 0 40px;
}
.mcInner2 .sxn-button:hover { text-decoration: none; }
.mcInner2-cont { margin: 40px auto 0; padding: 0; position: relative; width: 100%; z-index: 1; }
.mcInner2-side { margin: 0 auto; max-width: 100%; padding: 0; position: relative; width: 528px; z-index: 2; }
	.mcInner2-img {
		box-sizing: border-box;
		display: block; margin: 0 auto; padding: 0;
	}
	.mcInner2-scale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
@media screen and (min-width: 1200px) {
	.mcInner2 { align-items: flex-start; display: flex; flex-direction: row; gap: 40px; justify-content: space-between; max-width: 100%; }
		.mcInner2-cont { margin: 0; width: calc(100% - 360px); }
		.mcInner2-side, .mcInner2-img, .mcInner2-scale { margin: 0; }
		.mcInner2-side { width: 320px; }
}
@media screen and (min-width: 1640px) {
	.mcInner2 { gap: 40px 50px; }
		.mcInner2-cont { width: calc(100% - 578px); }
		.mcInner2-side { width: 528px; }
}


/* MC Buttons */
.mcBtns { align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; gap: 14px; justify-content: center; padding: 0 0 20px; }
.mcBtns.mcBtns-mobLeft {justify-content: flex-start;}
.mcBtns .sxn-button,
.mcCol3.mcCol3-btns .sxn-button.mcBtn-call { border-radius: 0; font-size: 16px; font-weight: 700; text-transform: uppercase; margin: 0; max-width: 250px; padding: 18px 20px; }
.mcBtns .sxn-button.large,
.mcCol3.mcCol3-btns .sxn-button.mcBtn-call.large { max-width: 254px; }
.mcCol3.mcCol3-btns .sxn-button.mcBtn-call.large:hover { text-decoration: none; }
.mcBtns .sxn-button:hover { text-decoration: none; }
.mcBtns > p { width: 100%; max-width: 250px; }
.mcBtns > p:empty { display: none; }
.sxn-button.mcBtn-call { /* cursor: default; pointer-events: none; */ cursor: pointer; }
.sxn-button.mcBtn-free { background: #000; }
	.sxn-button.mcBtn-free:hover { background: #9d9d9d; }

.mcCol3.mcCol3-btns .mcBtns { padding: 0; }
.mcCol3.mcCol3-btns .sxn-button.mcBtn-call { margin: 0 auto; }
@media screen and (min-width: 1200px) {
	.mcBtns { justify-content: flex-start; }
	.mcBtns.mcBtns-center  {justify-content: center;}
}


/* MC Attorney */
.mcAtt {
	box-sizing: border-box;
	display: block; margin: 0 auto; max-width: 100%; padding: 0 0 50px;
}
.mcAtt h3 { border-bottom: 2px solid #b60000; color: #000; margin: 0 0 20px; padding: 0 0 20px 0; }
.mcAtt h4 { color: #000; }
.mcAtt .sxn-button:hover { text-decoration: none; }
.mcAtt-side { margin: 0 auto; max-width: 100%; padding: 0; position: relative; width: 528px; z-index: 2; }
.mcAtt-side p {padding: 30px;   background-color: rgba(33, 33, 33, 0.83);   display: block;   color: #fff;   margin: 0 0 -100px;   position: relative;   top: -100px;}
.mcAtt-side p span {display: block;   text-align: right;   margin: 0 0 10px;   font-style: italic;}
.mcAtt-side p svg {width: 2rem;   height: 2rem;   display: block;   margin: 0 0 10px;   fill: #fff;}
	.mcAtt-img {
		box-sizing: border-box;
		display: block; margin: 0 auto; padding: 0;
	}
	.mcAtt-scale { display: block; height: auto; margin: 0 auto; max-width: 100%; }
.mcAtt-cont { margin: 40px auto 0; padding: 0; position: relative; width: 100%; z-index: 1; }
@media screen and (min-width: 1200px) {
	.mcAtt { align-items: flex-start; display: flex; flex-direction: row; gap: 40px; justify-content: space-between; max-width: 100%; }
	.mcAtt .sxn-button { margin: 0; }
	.mcAtt-side, .mcAtt-img, .mcAtt-scale { margin: 0; }
	.mcAtt-side { width: 320px; }
	.mcAtt-cont { margin: 0; width: calc(100% - 360px); }
	.mcAtt.odd { flex-direction: row-reverse;}
}
@media screen and (min-width: 1640px) {
	.mcAtt { gap: 40px 50px; }
	.mcAtt-side { width: 470px; }
	.mcAtt-cont { width: calc(100% - 520px); }
}


/* MC Column 2 */
.mcCol2 { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 10px; justify-content: center; padding: 0 0 40px; }
.mcCol2-item { max-width: 100%; }
.mcCol2 .mcBtns { justify-content: center; }
@media screen and (min-width: 1120px) {
	.mcCol2 { align-items: flex-start; flex-direction: row; gap: 30px 50px; }
	.mcCol2-item { flex: 1; width: calc((100% - 50px) / 2); }
}


/* MC Column 3 */
.mcCol3 { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 30px; justify-content: center; padding: 0 0 40px; }
.mcCol3-item { max-width: 100%; text-align: center; width: 320px; }
.mcCol3 .mcBtns { justify-content: center; }
@media screen and (min-width: 700px) {
	.mcCol3 { align-items: flex-start; flex-direction: row; }
}
@media screen and (min-width: 1120px) {
	.mcCol3-item { width: 342px; }
}


/* MC Bg pad */
.mcBgpad {
	background: #000;
	box-sizing: border-box;
	color: #FFF; display: block; margin: 10px auto 20px; padding: 20px 20px 10px; text-align: center;
}
.mcBgpad h2, .mcBgpad h1 { color: #FFF; }
.mcBgpad .sxn-button { cursor: pointer; font-size: 16px; font-weight: 700; margin: 10px auto 0; max-width: 250px; padding: 10px 10px 12px; text-transform: uppercase; }
.mcBgpad .sxn-button:hover { text-decoration: none; }


/* MC Text center */
.mcTxtc { box-sizing: border-box; display: block; text-align: center; }


.gb-image, .is-style-default, .img-fluid, .mcContimg { display: block; height: auto; margin: 0 auto; max-width: 100%; }
.mcYt { height: 0; overflow: hidden; margin: 0 -20px 40px; padding-bottom: 56.25%; position: relative; width: calc(100% + 40px); }
.mcYt iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
@media screen and (min-width: 800px) {
	.mcYt { margin: 0 auto 40px; width: 100%; }
}
.mcCenter { text-align: center; }
.mcSmall { color: initial; display: block; font-size: 60%; margin: 0 0 10px; text-transform: uppercase; }


/* MC Featured Floating image */
.mcFloat-img {margin: 0 0 20px; max-width: 528px; width: 100%; display: block;}
@media screen and (min-width: 1200px) {
	.mcFloat-img {margin: 0 0 30px 30px; float: right;}
}


/* MC Testimonial section */
.mcTestimonials {padding: 20px;color: #fff;text-align: center; margin: 20px 0}
.mcTestimonials h3 {color: #fff}
.mcTestimonials ul{padding: 0;}
.mcTestimonials ul li{padding: 0;list-style: none;margin: 20px 0;}
.mcTestimonials ul li p{font-style: italic;padding: 0;color: #b2b2b2;max-width: 90%;margin: 0 auto;}
.mcTestimonials ul li h3{padding: 0; color: #A42022;}
.mcTestimonials ul li:before {display: none}
.mcTestimonials ul li img{margin: 20px 0 0;}


/* MC Icon, Bullet List */
.mcIlist {padding: 0 !important;   display: flex;   flex-wrap: wrap;   gap: 20px;   justify-content: space-between; margin: 0 0 30px}
.mcIlist li{padding: 20px !important;   text-align: center;   width: 100%;   border: 1px solid #000;}
.mcIlist li p{padding: 0;}
.mcIlist li:before{ display: none}

.mcBulletlist {padding: 0 !important;   display: flex;   justify-content: space-between;   flex-wrap: wrap;   gap: 20px;   margin: 0 0 30px;}
.mcBulletlist li{padding: 20px !important;   width: 100%;   border: 1px solid #000;}
.mcBulletlist li:before {display: none}
.mcBulletlist li svg{font-size: 50px;}
.mcBulletlist li p{padding: 0;}
@media screen and (min-width: 1200px)  {
	.mcIlist li {width: calc(50% - 53px);}
	.mcBulletlist li {width: calc(50% - 53px); }
}


/* MC Center alignment and MC Greybg */
.msCenter {text-align: center;   margin: 0 0 20px;}
.msCenter h2 {font-size: 20px;   padding: 0;}
.msCenter h2 big {font-size: 30px; text-transform: uppercase;}
.msCenter h3 {font-size: 30px;}
.msCenter h4{font-size: 23px;}
.red-line {background: #cb4040;   width: 100%;   height: 2px;}
.mcGbg {background: #000;   color: #fff;   text-align: center;   padding: 30px; margin: 0 0 20px;}
.mcGbg h1 {text-wrap: balance;}
.mcGbg ul{padding: 0;}
.mcGbg ul li{padding: 0;   display: inline-block;   font-size: 0;   margin: 5px;}
.mcGbg ul li:before {display: none;}
.mcGbg ul li a svg{fill: currentColor; width: 30px;   height: 30px;}
.mcGbg ul li:nth-child(2) a {color: #0866ff}
.mcGbg ul li:nth-child(3) a {color: #1da1f2}
.mcGbg ul li:nth-child(4) a {color: #ef0074}
.mcGbg ul li:nth-child(4) a {color: #0d66c2}
.mcGbg ul li:nth-child(5) a {color:#ff0000}
.noImg img {display: none}


/* MC Img Position */
.imgPcenter { box-sizing: border-box; display: block; margin: 0 auto; padding: 0 0 20px; }
.imgPcenter img { margin: 0 auto; }
.page-id-1477 .dskFiSingle.dskFiLeft { display: none; }
.mc-tcenter { text-align: center; }