/*
Theme Name: The Law Office of Sean A. McNicholas, P.C.
Version: 100.0
Template: universal_mm
*/

/* 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: "DM Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	background: #fff;
}
a {color: #3131E6;}
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;
}
#crumbs {
  font-size: 14px;
  margin: 0 0 20px;
}
.sxn-wrap {
	max-width: 1600px;
	margin: 0 auto;
}
.sxn-head {
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
}
@media screen and (min-width: 1640px) {
	body { font-size: 18px; }
	.sxn-head { font-size: 30px; }
}
#wrapper {}
#persistentHeader {
	background-color: #000080;
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
#mhWrapper {
	max-width: 1600px;
	margin: 0 auto;
}
#mainHeader {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
}
	#logo-main {
		display: block;
		width: 100%;
		max-width: 360px; /*modme*/
		margin: 0 auto;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhCTA {
		background: #ffce1b;
		box-sizing: border-box;
		border-radius: 8px;
		color: #000;
		font-size: 18px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 0 15px;
		padding: 5px 15px;
		text-transform: uppercase;
		transition: 0.4s;
	}
	.mhCTA strong { font-weight:600; padding: 1px 0 0; }
	.mhCTA span { 
		font-size: 24px;
		padding: 0 0 0 32px;
		transition: 0.4s;
		position: relative;
	}
	.mhCTA span:before {
		content: '';
		position: absolute;
		background-image: url(img/icons/phone.webp);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: auto;
		width: 28px;
		height: 49px;
		left: 0;
		top: 50%;
		transform: translateY(-50%) scale(0.7);
	}
    .mhCTA:hover { background-color: #FFDE64; }
/* 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: absolute;
	bottom: 0;
	left: 50%;
	padding: 0 0 8px;
	transform: translateX(-50%);
	width: 100%;
	z-index: 100;
}
nav.mm > ul > li > a {
	border-radius: 4px;
	padding: 10px 12px;
	font-size: 14px;
	color: #fff;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li.menu-item-has-children > a { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } 
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a { background: #FFCE1B; color:#000; }
nav.mm ul ul { background: #FFCE1B; width: 190px; }
nav.mm ul ul li:hover > a { background: #FFDE64; }
nav.mm ul ul li {border-top: 1px solid #fff;}
nav.mm ul ul a {
	color: #000;
	padding: 12px 10px;
	font-size: 14px;
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li {display: inline-block;}
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}

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

@media screen and (min-width: 800px) {
	#wrapper {
			padding: 0; /*modme*/
	}
	#mhWrapper { position:relative; }
	#mainHeader { flex-direction:row; justify-content:space-between; padding: 13px 20px 55px 20px; }
	#persistentHeader{
		background: transparent; /*modme*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	#logo-main { margin:0; }
	.mhRight { display:flex; align-items: flex-end; flex-direction:column; }
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
	body.sticky_zone #persistentHeader { background-color: #000080; }
	body.sticky_zone .mhCTA { font-size: 16px; }
	body.sticky_zone .mhCTA span { font-size: 20px; }
}
@media screen and (min-width: 1100px) {
	#mainHeader { padding: 20px; align-items: flex-start; }
	nav.mm { position:relative; text-align: right; bottom: -10px; padding:0; }
}
@media screen and (min-width: 1300px) {
	#logo-main { max-width: 450px; padding: 15px 0 0; transition:0.4s; }
	.mhCTA { padding: 12px 25px; transition:0.4s }
	nav.mm > ul > li > a { font-size: 16px; }
	body.sticky_zone #logo-main { max-width: 350px; }
	body.sticky_zone .mhCTA { padding: 8px 20px; }
}
@media screen and (min-width: 1640px) {
	#mainHeader { padding: 13px 20px 30px 0; }
	#logo-main { max-width: 619px; padding: 30px 0 0; }
	.mhCTA { font-size: 20px; padding: 15px 25px; }
	.mhCTA span { font-size: 30px; padding: 0 0 0 40px; }
	.mhCTA span:before { transform: translateY(-50%) scale(1); transition:0.4s; }
	nav.mm { bottom: -20px; }
	nav.mm > ul > li > a { font-size: 18px; transition: 0.4s; }
	nav.mm ul ul { width: 218px; }
	nav.mm ul ul a { font-size: 16px; padding: 15px 10px; }
	body.sticky_zone #logo-main { max-width: 400px; padding: 10px 0 0; }
	body.sticky_zone .mhCTA span { padding: 0 0 0 32px; }
	body.sticky_zone .mhCTA span:before { transform: translateY(-50%) scale(0.7); }
	body.sticky_zone nav.mm > ul > li > a { font-size: 16px;}
	body.sticky_zone nav.mm ul ul a { font-size: 14px; padding: 12px 10px; }
}
.hsWrap { position: relative; overflow:hidden; }
#homeslides {
	position: relative;
	overflow: hidden;
	height: 320px;
	padding: 0;
}
.homeslide {
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.homeslideImg {
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
#homeslideImg1 { background-image: url(img/slides/home/800/1-v2.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;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 9;
}
.slideContent:before {
	content: '';
	position: absolute;
	background: linear-gradient(90deg,rgba(0, 0, 49, 1) 0%, rgba(0, 0, 128, 0) 100%);
	width: 60%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.slideContent:after {
	content: '';
	position: absolute;
	background: linear-gradient(90deg,rgba(0, 0, 128, 0) 0%, rgba(0, 0, 49, 1) 100%);
	width: 35%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
}
.slideInner {
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: relative;
}
.slideInner:before {
	content: '';
	position: absolute;
	background: linear-gradient(0deg,rgba(0, 0, 128, 0) 0%, rgba(1, 1, 71, 1) 100%);
	width: calc(100% + 2000px);
	height: 30%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.slideInner:after {
	content: '';
	position: absolute;
	background: linear-gradient(0deg,rgba(1, 1, 71, 1) 0%, rgba(0, 0, 128, 0) 100%);
	width: calc(100% + 2000px);
	height: 60%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.slideBox {
	opacity: 0;
	position: relative;
	width: auto;
	top: 130px;
	padding: 0 20px;
	transition: all 500ms ease;
	z-index: 9;
}
#homeslide1 .slideBox {
	padding: 0 80px 0 20px;
}
#homeslide1 .slideBox:before {
	content: '';
	position: absolute;
	background-image: url(img/slides/home/atty-portrait-v2.webp);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto 40%;
	width: 571px;
	height: 658px;
	right: -70px;
	bottom: -140px;
	z-index: -1;
}
.slideTxtAnimate .slideBox{
	opacity: 1;
}
.slideHead {
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
}
.slideHead span {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 1.1;
	padding: 0 0 8px;
	text-transform: none;
}
#homeslide2 .slideHead span { padding:0; }
.slideHead br { display: none }

.subslide {
	background-position: center top; 
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.subslide:before {
	content: '';
	position: absolute;
	background: linear-gradient(90deg,rgba(0, 0, 49, 1) 0%, rgba(0, 0, 128, 0) 100%);
	width: 60%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.subslide:after {
	content: '';
	position: absolute;
	background: linear-gradient(90deg,rgba(0, 0, 128, 0) 0%, rgba(0, 0, 49, 1) 100%);
	width: 35%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
}
.subslideInner:before {
	content: '';
	position: absolute;
	background: linear-gradient(0deg,rgba(0, 0, 128, 0) 0%, rgba(1, 1, 71, 1) 100%);
	width: 100%;
	height: 60%;
	top: 0;
	left: 0;
}
.subslideInner:after {
	content: '';
	position: absolute;
	background: linear-gradient(0deg,rgba(1, 1, 71, 0.4) 0%, rgba(0, 0, 128, 0) 100%);
	width: 100%;
	height: 30%;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#subslide1 {background-image: url(img/slides/sub/800/1-v2.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);}

@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides { height: 450px; }
	#homeslideImg1 { background-image: url(img/slides/home/1120/1-v2.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/1120/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/1120/3.webp); }
	.slideBox { top: 220px; }
	#homeslide1 .slideBox::before { background-size: auto 50%; bottom: -180px; right:20px; }
	.slideHead { font-size:18px; }
	.slideHead span { font-size: 30px; }
	.slideHead br { display: block; }
	.subslide { min-height: 300px; }
	#subslide1 { background-image: url(img/slides/sub/1120/1-v2.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);}
}

@media screen and (min-width: 1120px) {
	#homeslides { height: 630px; }
	#homeslideImg1 { background-image: url(img/slides/home/2000/1-v2.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/2000/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/2000/3.webp); }
	.slideBox { top: 290px; }
	#homeslide1 .slideBox::before { background-size: auto 75%; bottom: -250px; }
	.slideHead { font-size:25px; }
	.slideHead span { font-size: 50px; }
	.subslide { min-height: 400px; }
	#subslide1 { background-image: url(img/slides/sub/2000/1-v2.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);}
}
@media screen and (min-width: 1640px) {
	#homeslides { height: 800px; }
	.slideHead { font-size:40px; }
	.slideHead span { font-size: 80px; padding:0 0 20px; }
	.slideBox { top: 360px; }
	#homeslide1 .slideBox::before { background-size: auto 100%; bottom: -290px; }
	.subslide { min-height: 560px; }
}
#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%;}

.sxn-content { padding: 20px; }
#contentArea {
	margin: 0 auto;
	overflow:hidden; 
}
#mainContent {
	font-family: 'DM Sans', "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	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.3;
		font-weight: normal;
		font-family: 'Playfair Display', Times, "Times New Roman", serif;
		color: #000;
		padding: 0 0 10px 0;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
	}
	.home .article h1 { 
		font-size: 30px;
		padding: 0 0 40px;
		margin: 0 0 20px;
		text-align: center;
		position: relative;
	}
	.home .article h1:after {
		content: '';
		position: absolute;
		background-image: url(img/content/divider.webp);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: auto 15px;
		width: 464px;
		height: 20px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.article h2 {
		font-size: 22px;
		padding: 0 0 15px 0;
	}
	.article h3 {
		font-size: 20px;
	}
	.article h4 {
		font-size: 18px;
		font-style: italic;
	}
	.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;
	}
	.mcSide {
	  position: relative;
	  left: 0;
	  width: 100%;
	  max-width: 280px;
    margin: 0 auto 50px;
	}
  .mcSide img {
	  display: block;
	  width: 100%;
	  height: auto;
	}
    .mcSidetext {
    	position: absolute;
    	bottom: -30px;
    	left: 0;
    	display: block;
    	font-family: 'Playfair Display', serif;
    	color: #fff;
    	padding: 20px 30px;
    	z-index: 1;
    }
    .mcSidetext:before {
    	content: '';
    	position: absolute;
    	background-color: #3131E4;
    	width: calc(100% - 20px);
    	height: 100%;
    	left: 50%;
    	top: 0;
    	transform: translateX(-50%);
    	z-index: -1;
    }
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
	a.mcViewToggle {
	  display: block;
	  box-sizing: border-box;
	  border-radius: 8px;
	  background: #FFCE1B;
	  color: #000;
	  font-weight: 600;
	  padding: 18px 20px;
	  text-align: center;
	  line-height: 1;
	  max-width: 280px;
	  width: 100%;
	  margin: 20px auto 0;
	  text-transform: uppercase;
	  position: relative;
	  transition: 0.4s;
	  cursor: pointer;
	}
	a.mcViewToggle:hover { background: #FFDE64; text-decoration: none; }
  .mcMore { display: none; transition: 5s;}
	.mcMore.active {display: block;}

@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	.sxn-content { padding: 40px; }
	#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;
	}
	
}
@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: 1100px) {
	.home #mainContent { position: relative; }
	.mcSide { margin: 0; position: absolute; }	
	.mcBlock { padding: 0 0 0 320px; }
}
@media screen and (min-width: 1120px) {
  .sxn-content { padding: 60px; }
  .home .sxn-content { padding: 80px 60px 100px;}
	.article h1 { font-size: 35px; }
	.home .article h1 { font-size: 40px; padding: 0 0 50px; margin: 0 0 50px; }
	.home .article h1:after { background-size: auto 100%; }
	.article h2 { font-size: 28px; }
}
@media screen and (min-width: 1350px) {
	.mcSide { max-width: 350px; }	
	.mcSidetext { font-size: 20px; padding: 30px 45px; line-height: 1.5; bottom: -65px; }
		.mcSidetext::before { width: calc(100% - 40px); }
	.mcBlock { padding: 0 0 0 400px; }
}
@media screen and (min-width: 1640px) {
	.home .sxn-content { padding: 100px 60px 140px; }
		#mainContent { font-size: 18px; line-height: 1.7; width: calc(100% - 100px - 400px);  }
		.article h1 { font-size: 55px; padding: 0 0 25px; }
    .home .article h1 { font-size: 70px; }
    .article h2 { font-size: 35px; padding: 0 0 20px;}
		.article h3 { font-size: 25px; }
		.article h4 { font-size: 22px; }
		.article h5 { font-size: 20px; }
		.mcSide { max-width: 400px;  }
		.mcSidetext { font-size: 25px; padding: 40px 55px; bottom: -75px; }
		.mcBlock { padding: 0 0 0 475px; }
		a.mcViewToggle { font-size: 20px; max-width: 343px; padding: 20px; margin: 30px auto 0; }
}

/* Sidebar */
#sidebar { 
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	margin: 0 auto;
	max-width: 400px;
	padding: 30px 0 0 0; 
}
.sbHead {
	font-size: 25px;
	line-height: 1.2; 
	text-transform: uppercase;
	text-align: center;
}

@media screen and (min-width: 800px) {
	#sidebar {
		float: right;
		padding: 0;
		width: 300px;
	}
}
@media screen and (min-width: 1640px) {
	#sidebar { gap: 60px 0; width: 400px; }
	.sbHead { font-size: 30px;}
}

/* Sidebar Form */
.sbForm {
	border: 3px solid #FFCE1B;
	background-color: #000080;
	color: #fff;
	padding: 30px 20px;
}
.sideForm { margin: 30px 0 0; }
.sideForm .formBlock { 
	margin: 10px 0;
	width: 100%;  
}
.sideForm .formInput {
	background: #F1F1F1;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.sideForm .fInput2 { background: #DDDCDC; }
.sideForm .fInput3 { background: #B8B8B8; }
.sideForm .formInput input,
.sideForm .formInput textarea {
	background: none;
	display: block;
	font-size: 18px;
	color: #000;
	width: 100%;
	outline: none;
	height: 50px;
	resize: none;
	border: 0;
	box-sizing: border-box;
	padding: 10px 14px;
}
.sideForm .formInput textarea { padding: 12px 14px; }
.sideForm .formInput input::placeholder,
.sideForm .formInput textarea::placeholder { color:#000; }
.sideForm .formTextBlock { 
	display: block; 
	width: 100%; 
}
.sideForm  .grDisclaimerBox { height: 65px; }
.sideForm .formSubmitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px 0;
	width: 100%;
}
.sideForm .formSubmit {
   width: 100%;
   height: 65px;
   transition: .5s;
   position: relative;
   z-index: 1;
}
.sideForm .formSubmit input {
	width: 100%;
	height: 100%;
	outline: 0;
	display: block;
	cursor: pointer;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	border: 0;
	border-radius: 8px;	
	background: #FFCE1B;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: .5s;
}
.sideForm .formSubmit:hover input {
	background: #FFDE64;
}
.sideForm .formReqBox {
  display:flex;
  flex-direction:column;
  gap: 20px;
  margin: 22px 0;
}
.sbForm .checkbox-text { font-size:12px; text-align: left;}

@media screen and (min-width: 1640px) {
	.sbForm { padding: 30px 28px 45px; }
	.sideForm .formInput input,
	.sideForm .formInput textarea { font-size: 20px; }
	.sideForm .formSubmit { height: 73px; }
	.sideForm .formSubmit input { font-size: 20px; }
	.sideForm .grDisclaimerBox { height: 73px; width: 320px; }
  .sideForm .grdbText { width: 200px; padding: 20px 20px 0; }
  .sideForm .grdbBadge { width: 85px; }
}
/* Sidebar Areas */
.sbAreas {
	border: 3px solid #FFCE1B;
	background-color: #000080;
	color: #fff;
	padding: 30px 20px;
}
.sbAreasList { margin: 25px 0 0; }
.sbAreasItem { margin: 8px 0; }
.sbAreasItem a {
	display: block;
	background-color: #FFCE1B;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	padding: 9px 20px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.4s;
}
.sbAreasItem a:hover { background-color: #FFDE64 }

@media screen and (min-width: 1640px) {
	.sbAreas { padding: 30px 28px 40px; }
		.sbAreasItem { margin: 12px 0; }
		.sbAreasItem a { font-size: 20px; }
}

/* Testimonial Zone */
.sxn-testimonials {
	padding: 40px 20px;
}
.sxn-testimonials img {
	display: block;
	width: 100%;
	height: auto;
	margin: 30px 0 0;
}
.sxn-testimonials .ti-widget.ti-goog .ti-reviews-container-wrapper {
   justify-content: center;
}
.sxn-testimonials .ti-widget.ti-goog .ti-controls .ti-next, 
.sxn-testimonials .ti-widget.ti-goog .ti-controls .ti-prev {
	background-color: #3131E4; outline-color: transparent;
}
.sxn-testimonials .ti-widget.ti-goog .ti-controls .ti-next::before,
.sxn-testimonials .ti-widget.ti-goog .ti-controls .ti-prev::before {
	border-color: #fff;
}
.sxn-testimonials .ti-widget.ti-goog .ti-controls .ti-next:hover, 
.sxn-testimonials .ti-widget.ti-goog .ti-controls .ti-prev:hover {
	background-color: #6363FF;
}
.sxn-testimonials .ti-widget.ti-goog .ti-controls .ti-next:hover,
.sxn-testimonials .ti-widget.ti-goog .ti-controls .ti-next:focus,
.sxn-testimonials .ti-widget.ti-goog .ti-controls .ti-prev:hover,
.sxn-testimonials .ti-widget.ti-goog .ti-controls .ti-prev:focus {
    cursor: pointer;
    background-color: #6363FF !important;
    outline-color: transparent !important;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
}
.testWrap { margin: 40px 0 0; }

@media screen and (min-width: 1120px) {
	.sxn-testimonials { padding: 60px 20px; }
}

/* Areas Zone */
.sxn-areas {
	background-color: #000080;
	color: #fff;
	padding: 40px 20px;
}
.sxn-areas .sxn-wrap { max-width: 1456px; }
.areasList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 30px 0 0;
}
.areasItem { width: 350px; }
.areasItem a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #ffce1b;
	color: #000;
	padding: 10px 20px;
	width: 100%;
	height: 70px;
	transition: 0.4s;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}
.areasItem a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  width: 39px;
  height: 45px;
  background-size: 453px 45px;
  background-position: 0 0;
  background-image: url(img/areas/areas-icons.webp);
  z-index: 2;
}
.areasItem.aiMis a:before { width: 40px; background-position: -43px 0;}
.areasItem.aiDv a:before { width: 32px; background-position: -88px 0; } 
.areasItem.aiDc a:before { width: 35px; background-position: -126px 0; } 
.areasItem.aiDd a:before { width: 26px; background-position: -170px 0; } 
.areasItem.aiGc a:before { width: 44px; background-position: -206px 0; } 
.areasItem.aiDrc a:before { width: 41px; background-position: -257px 0; } 
.areasItem.aiTc a:before { width: 49px; background-position: -305px 0; } 
.areasItem.aiSc a:before { width: 41px; background-position: -362px 0; } 
.areasItem.aiHom a:before { width: 44px; background-position: -409px 0; } 
.areasItem a:hover { background-color:#FFDE64; }
.areasItem span {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2
}
@media screen and (min-width: 600px) {
	.areasList { gap: 22px; }
	.areasItem { width: 272px; }
}
@media screen and (min-width: 1120px) {
	.sxn-areas { padding: 65px 20px; }
	.headWrap {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 50px;
	}
	.headWrap p { flex:1; padding:0; }
	.areasList { margin: 60px 0 0; }
	.areasItem a { height: 90px; }
	.areasItem span { font-size: 20px; }
}
@media screen and (min-width: 1640px) {
	.areasItem { width: 272px; }
	.areasItem a { height: 92px; }
	.headWrap { gap: 0; }
	.headWrap p { padding: 0 80px; line-height:1.8; }
}

/* Results Zone */
.sxn-results {
	background-color: #000080;
	color: #fff;
	padding: 40px 20px;
}
.results-cont-outer {
	margin: 30px auto 0;
	position: relative;
}
.results-inner { 
	border-radius: 8px;
	background-color: #3131E4;
	text-align: center;
	padding: 20px;
  margin: 0 auto;
  position: relative; 
}
.resultsBox { overflow: hidden; }
.resVerdict {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	padding: 80px 0 20px;
	margin: 0 0 10px;
	position: relative;
}
.resVerdict:before {
	content: '';
	position: absolute;
	background-image: url(img/results/results-icon.webp);
	width: 100px;
	height: 90px;
	top: -10px;
	left: 50%;
	transform: translateX(-50%) scale(0.8);
}
.resVerdict:after {
	content: '';
	position: absolute;
	background-image: url(img/results/divider.webp);
	width: 378px;
	height: 11px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) scale(0.7);
}
.resTtl {
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.results-buttons {
  position: relative;
  text-align: center;
  margin: 40px auto;
  z-index: 99;
}
.results-button {
  width:55px;
  height:55px;
  margin: 0 10px;
  background: url(img/results/slider-arrow.webp) no-repeat left top;
  background-size: 200% auto;
  cursor: pointer;
  display: inline-block;
  position:relative
}
.results-button:hover { background-position: top right; }
.results-button.results-button-next {
  transform:rotateY(-180deg);
}
@media screen and (min-width: 800px) {
	.results-cont-outer { padding: 0 80px; }
	.results-buttons {
    margin: 0;
    position: static;
    width: auto;
    z-index: 9;
  }
  .results-button {
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .results-button.results-button-prev { left: 0; }
  .results-button.results-button-next { right: 0; transform: rotateY(-180deg) translateY(-50%); }
}
@media screen and (min-width: 1640px) {
	.sxn-results { padding: 65px 20px 75px; }
	  .results-cont-outer { padding: 0 100px; margin: 60px auto 0; }
	  .results-inner { padding: 40px 30px 30px; }
	  .resVerdict { font-size: 35px; padding: 100px 0 25px; margin: 0 0 20px; }
	  	.resVerdict:before,
	  	.resVerdict:after { transform: translateX(-50%) scale(1.0); }
	  	.resVerdict:before { top: 0; }
		.resTtl { font-size: 20px; }
}

/* Attorney Zone */
.sxn-attorney {
		padding: 40px 20px 0;
}
.attyCont { 
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 0 270px;
	position: relative;
}
.attyCont:before {
	content: '';
	position: absolute;
	background-image: url(img/attorney/atty-portrait.webp);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto 250px;
	width: 714px;
	height: 764px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.attyName {
	font-family: 'Playfair Display', serif;
  font-size: 30px;
}
.attyTtl {
  color: #3131E4;
  font-weight: 600;
  margin: 0 0 30px;
	text-transform: uppercase;
}
.attyBtn {
	display: block;
  box-sizing: border-box;
  border-radius: 8px;
  background: #FFCE1B;
  color: #000;
  font-weight: 600;
  padding: 18px 20px;
  text-align: center;
  line-height: 1;
  max-width: 280px;
  width: 100%;
  margin: 20px auto 0;
  text-transform: uppercase;
  position: relative;
  transition: 0.4s;
}
.attyBtn:hover { background: #FFDE64 }
.attySide {
	max-width: 400px;
	position: relative;
	padding: 80px 0 0;
	margin: 0 auto;
}
.attySide:before {
	content: '';
	position: absolute;
	background-color: #E2E2E2;
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
}
.attySide span.asHead {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	text-align: center;
	padding: 20px 0;
	margin: 0 0 30px;
	position: relative;
}
.attySide span.asHead:before,
.attySide span.asHead:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #000080;
	left: 50%;
	transform: translateX(-50%);
}
.attySide span.asHead:before {
	bottom: 9px;
	width: calc(100% - 20px);
}
.attySide span.asHead:after {
	bottom: 0;
	width: 80%;
}
.attyPhone,
.attyEmail {
	display: block;
	box-sizing: border-box;
	background-color: #FFCE1B;
	border-radius: 8px;
  font-size: 24px;
  padding: 12px 20px;
  margin: 0 0 13px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.attyPhone::before,
.attyEmail::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  top: 50%;
  transform: translateY(-50%) scale(0.85);
}
.attyPhone::before {  
	background-image: url(img/icons/phone.webp);
	width: 28px;
  height: 49px;
  left: 28px;
}
.attyEmail::before {
	background-image: url(img/icons/email.webp);
	width: 43px;
  height: 31px;
  left: 20px;
}
.attyPhone:hover,
.attyEmail:hover { background-color: #FFDE64; }
.attyBadges {
	background-color: #E2E2E2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px 0;
	padding: 40px 20px;
	margin: 20px 0 0;
}
.attyBadges img {
	display: block;
	width: 100%;
	height: auto;
}
.attyBadges span {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	text-transform: uppercase;
}

@media screen and (min-width: 800px) {
		.attyWrap {
			display: flex;
			justify-content: space-between;
			gap: 0 40px;
		}
		.attyCont { flex: 1; }
		.attySide { max-width: 300px; margin: 0; }
}
@media screen and (min-width: 1100px) {
	  .sxn-attorney {
	  	background-image: url(img/attorney/bg-v2.webp);
	  	background-repeat: no-repeat;
	  	background-position: top center;
	  	background-size: cover;
	  	padding: 0 20px;
	  }
	  .attyCont { width:32%; flex: unset; padding: 0; }
	  .attyCont:before {
	  		background-size: auto 580px;
	  		left: 65%;
	  		transform: unset;
	  }
}
@media screen and (min-width: 1350px) {
		.attyCont:before { left: 80%; background-size: auto 620px; }
		.attyName { font-size: 40px; }
		.attySide span.asHead { font-size: 35px; }
}
@media screen and (min-width: 1440px) {
		.attySide { max-width: 400px; flex:1; }
		.attyPhone, .attyEmail { font-size: 30px; }
		.attyPhone::before, .attyEmail::before { transform: translateY(-50%) scale(1); }
		.attyBadges { gap: 40px 0; padding: 55px 20px 80px;  }
}
@media screen and (min-width: 1640px) {
	  .attyCont::before { background-size: auto 100%; left: 90%; }
		.attyName { font-size: 60px; }
		.attySide { padding: 134px 0 0; }
		.attySide span.asHead { font-size: 45px; }
		.attySide:before { height: 134px }
		.attyTtl, .attyBtn { font-size: 20px; }
		.attyBtn { max-width: 343px; padding: 20px; }
}
/* Contact Zone */
.sxn-contact {
	background-image: url(img/contact/bg-mob.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	color: #fff;
	padding: 40px 20px 100px;
}
.sxn-contact .sxn-wrap {
	border: 3px solid #FFCE1B;
	background-color: #000080;
}
.sxn-contact .sxn-head {
	padding: 40px 0 0;
}
.contactWrap {
	color: #fff;
	padding: 20px 20px 60px;
	position: relative;
}
.contactSide {
	  position: relative;
	  width: 100%;
	  max-width: 280px;
    margin: 20px auto 70px;
	}
  .contactSide img {
	  display: block;
	  width: 100%;
	  height: auto;
	}
    .conSidetext {
    	position: absolute;
    	bottom: -30px;
    	left: 0;
    	display: block;
    	font-family: 'Playfair Display', serif;
    	color: #fff;
    	padding: 20px 30px;
    	z-index: 1;
    }
    .conSidetext:before {
    	content: '';
    	position: absolute;
    	background-color: #3131E4;
    	width: calc(100% - 20px);
    	height: 100%;
    	left: 50%;
    	top: 0;
    	transform: translateX(-50%);
    	z-index: -1;
    }

@media screen and (min-width: 800px) {
	.sxn-contact { background-image: url(img/contact/bg.webp); padding: 60px 20px 150px; }
}
@media screen and (min-width: 1100px) {
	  .contactWrap { padding: 40px 40px 60px; }
		.contactSide { margin: 0; position: absolute; right: 40px; top: 10px; }	
}
@media screen and (min-width: 1350px) {
	.sxn-contact { padding: 70px 20px 200px;  }
	.contactSide { max-width: 350px; }	
	.conSidetext { font-size: 20px; padding: 25px 45px; line-height: 1.5; bottom: -45px; }
		.conSidetext::before { width: calc(100% - 40px); }
}
@media screen and (min-width: 1640px) {
	.sxn-contact { padding: 90px 20px 320px; }
	.sxn-contact .sxn-head { padding: 70px 0 0; }
	.contactWrap { padding: 40px 55px 80px; }
		.contactSide { max-width: 400px; top: -20px; right: 55px; }
			.conSidetext { font-size: 25px; padding: 30px 55px 35px; bottom: -50px; }
}


/* Footer Form */
.conForm .formBlockTop {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 10px;
}
.conForm .formBlockTop .formBlock { width: 100%; }
.conForm .formInput {
	background: #F1F1F1;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.conForm .fInput2 { background: #DDDCDC; }
.conForm .fInput3 { background: #B8B8B8; }
.conForm .formInput input,
.conForm .formInput textarea,
.conForm .formInput select {
	background: none;
	display: block;
	color: #000;
	width: 100%;
	outline: none;
	height: 60px;
	resize: none;
	border: 0;
	box-sizing: border-box;
	padding: 15px;
}
.conForm .formInput textarea { height: 100px; padding: 10px; }
.conForm .formInput input::placeholder,
.conForm .formInput textarea::placeholder { color:#000; }
.conForm .formTextBlock { 
	display: block; 
	width: 100%; 
}
.conForm  .grDisclaimerBox { height: 65px; }
.conForm .formSubmitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 28px;
	width: 100%;
}
.conForm .formSubmit {
   width: 100%;
   height: 65px;
   max-width: 300px;
   transition: .5s;
   position: relative;
   z-index: 1;
}
.conForm .formSubmit input {
	width: 100%;
	height: 100%;
	outline: 0;
	display: block;
	cursor: pointer;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	border: 0;
	border-radius: 8px;	
	background: #FFCE1B;
	padding: 12px 20px 8px 20px;
	text-transform: uppercase;
	transition: .5s;
}
.conForm .formSubmit:hover input {
	background: #FFDE64;
}
.conForm .formReqBox {
  display:flex;
  flex-direction:column;
  gap:25px;
  margin: 40px 0;
}

@media screen and (min-width: 800px) {
	.conForm .formBlockTop { gap: 0; margin: 0 0 25px; }
	.conForm .formBlockTop .formBlock { width: calc(33.33%); }
}
@media screen and (min-width: 1100px) {
	.contactForm { padding: 0 320px 0 0; }
	.conForm .formInput textarea { height: 132px; }
}
@media screen and (min-width: 1120px) {
	.conForm .formBlockTop .formBlock { width: calc(33.33%); }
}
@media screen and (min-width: 1350px) {
	.contactForm { padding: 0 400px 0 0; }
	.conForm .formBlockTop { margin: 0 0 35px; }
}
@media screen and (min-width: 1640px) {
	.contactForm { padding: 0 455px 0 0; }
	.conForm .formBlockTop { margin: 0 0 50px; }
	.conForm .formInput input, .formInput select { font-size: 20px; height: 73px; padding: 20px 25px; }
	.conForm .formInput textarea { font-size: 20px; height: 152px; padding: 20px;}
	.conForm .formSubmit { max-width: 343px; height: 73px; }
	.conForm .formSubmit input { font-size: 20px; padding: 20px; }
  .conForm .grDisclaimerBox { height: 73px; width: 315px; }
  .conForm .grdbText { width: 200px; padding: 20px 20px 0; }
  .conForm .grdbBadge { width: 85px; }
}

/* Custom Checkbox */
.checkbox-wrap {
    display:flex;
    align-items:flex-start;
    gap:14px;
    cursor:pointer;
    position:relative;
    line-height:1.5;
}
/* Hide the native checkbox */
.checkbox-wrap input[type="checkbox"]{
    position:absolute;
    opacity:0;
    pointer-events:none;
    z-index: 1;
}
.checkbox-wrap .cfRequiredMark { position: absolute;}
.checkbox-wrap  input[type="checkbox"].validationError { position:absolute; left:0; top:0; }
.checkbox-wrap input[type=checkbox].validationError  + .cfRequiredMark:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: red;
	height: 24px;
	width: 24px;
	opacity: 1;
}
/* Custom checkbox */
.custom-checkbox {
    width:22px;
    height:22px;
    border:2px solid #FFCE1B;
    flex-shrink:0;
    position:relative;
    transition:.2s;
}

/* Checkmark */
.custom-checkbox::after {
    content:"";
    position:absolute;
    background:#FFCE1B;
    left:5px;
    top:5px;
    width:12px;
    height:12px;
    opacity:0;
    z-index: 9;
}
/* Checked state */
.checkbox-wrap input[type="checkbox"]:checked ~ .custom-checkbox::after{
    opacity:1;
}
.checkbox-text {
  font-size:14px;
  text-align: left;
}
@media screen and (min-width: 1640px) {
.checkbox-wrap { column-gap: 20px; }
  .custom-checkbox { width: 27px; height: 27px; border-width: 3px; }
  .custom-checkbox::after { width: 17px; height:17px; }
  .checkbox-wrap input[type="checkbox"].validationError + .cfRequiredMark::before { width: 30px; height: 30px; }
}

#mainFooter {
	overflow: hidden;
	position: relative;
}
body:not(.home) #mainFooter {
	padding: 200px 0 0;
}
body:not(.home) #mainFooter:before {
  	content: '';
  	position: absolute;
  	background-image: url(img/footer/bg-mob.webp);
  	background-repeat: no-repeat;
  	background-position: top center;
  	background-size: cover;
  	width: 100%;
  	height: 200px;
  	top: 0;
  	left: 0;
}
.mfWrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	max-width: 1600px;
	margin: 0 auto;
}
.mfTop {
	background-color: #3131E4;
	color: #fff;
	padding: 40px 20px 30px;
}
#logo-footer {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#logo-footer img {
  display: block;
  width: 100%;
  height: auto;
}
.mfAttyAd {
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 25px 0 0;
}
.mfPhone {
	font-size: 24px;
	color: #fff;
  padding: 0 0 0 32px;
  position: relative;
}
	.mfPhone::before {
	  content: '';
	  position: absolute;
	  background-image: url(img/icons/phone.webp);
	  background-repeat: no-repeat;
	  background-position: top left;
	  background-size: auto;
	  width: 28px;
	  height: 49px;
	  left: 0;
	  top: 50%;
	  filter: brightness(0) invert(1);
	  transform: translateY(-50%) scale(0.8);
	}
	.mfPhone:hover { text-decoration: underline; }
.mfAddress span {
	display: block;
	padding: 0 0 0 50px;
	position: relative;
}
	.mfAddress span::before {
	  content: '';
	  position: absolute;
	  background-image: url(img/icons/marker.webp);
	  background-repeat: no-repeat;
	  background-position: top left;
	  background-size: auto;
	  width: 39px;
	  height: 54px;
	  left: 0;
	  top: 50%;
	  filter: brightness(0) invert(1);
	  transform: translateY(-50%);
	}
.mfBottom {
	background-color: #000080;
	color: #fff;
	padding: 26px 20px;
}
.mfSocial {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 18px;
}
.mfSocial a {
  display: block;
  width: 55px;
  height: 55px;
  transition: 300ms;
  background-color: #3131E4;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.mfSocial a:hover {
  background: #5B5BFF;
}
.mfSocial a::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  height: 28px;
  transform: translate(-50%, -50%);
  background-image: url(img/icons/social.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
}
a.mfFacebook::before { width: 14px; }
a.mfLinkedIn::before { width: 27px; background-position: -19px 0; }

.fNav {
  padding:0;
  text-align:center
}
.fNav li {
  padding:0;
  display:inline-block;
  list-style-type:none;
  list-style-position:outside;
  text-align:center;
  font:12px/1 "Red Hat Display",sans-serif;
}
.fNav li:after {
  content:'|';
  color:#C3A76B;
  font-size:12px
}
.fNav li:last-child:after {
  display:none
}
.fNav a {
  color:#fff;
  padding: 0 8px;
}
.fNav a:hover {
  text-decoration:underline
}
.fNav li:first-child a {
  padding-left:0
}

@media screen and (min-width: 800px) {
	body:not(.home) #mainFooter:before { 	background-image: url(img/footer/bg.webp); }
}

@media screen and (min-width: 1100px) {
	.mfWrap { flex-direction:row; justify-content:space-between; }
	.logoWrap { order: 1; }
	.mfPhone { order: 0; flex:1; }
	.mfAddress { order: 2; flex:1; text-align:right; }
	.mfAddress span { display:inline-block; }
	.mfSocial { justify-content: flex-start; order: 0; flex:1; }
	.fNav { order: 2; flex:1; text-align: right; }
}

@media screen and (min-width: 1640px) {
	body:not(.home) #mainFooter { padding: 322px 0 0; }
	body:not(.home) #mainFooter:before { height: 322px; }
	.mfTop { padding: 65px 20px 45px; }
	#logo-footer { max-width: 619px; }
	.mfAttyAd { font-size: 20px; }
	.mfPhone { font-size: 30px; padding: 0 0 0 42px; }
		.mfPhone:before { transform: translateY(-50%) scale(1); }
}

/* RESPONSIVE */
#mmBrandingWrapper {
	padding: 0 20px;
	font-size: 0;
	text-align: center;
}
#mmBranding {
	display: inline-block;
	overflow: hidden;
}
	#mmBranding,
	#mmBranding a {
		color: #fff;
		font: normal 12px/1.4 Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#mmBranding a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	#logo-mm {
		display: inline-block;
	}
	#mmBranding p {
		margin: auto;
		padding: 12px 0 0;
		max-width: 400px; /*modme*/
		text-align: center;
	}
	#mmBranding br {display: none;}
@media screen and (min-width: 600px) {
	#mmBranding {
		display: inline-block;
	}
	#logo-mm {
		display: inline-block;;
		margin: 0;
		vertical-align: bottom;
	}
	#mmBranding p {
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: bottom;
	}
	#mmBranding br {display: inline;}
}
@media screen and (min-width: 1100px) {
	#mmBrandingWrapper { order:1; padding:0; }
}


/* 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 */
.blog-sidebar {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px;
  margin: 0 auto 20px;
}
.blog-sidebar .sbHead {
	font-size: 22px;
	font-weight: 700;
	text-align: left;
}
.blog-sidebar a:hover { text-decoration: underline; }
.blog-sidebar > ul {
  padding: 0 0 40px 20px;
  font-style: normal;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
	.post_entry_mult_left, .post_entry_mult_right {
		float: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.postThumbMult {
		display: block;
		width: 80%;
		max-width: 150px;
		margin: 0 auto 0.5em;
	}
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vfActive {
    display: block
}

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

/* Vimeo CSS */

.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%);
}

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

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

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

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

/* Sidebar - Recent Posts */
.sbRecentPostsList li {
	padding: 0 0 10px;
}

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