/*
Theme Name: Fuller Law, LLC
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%;}
body.single .shareThisWrapper {margin: 0px 0 20px;}
.post_entry_mult {
	border-bottom: 1px solid #999;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	.post_entry_mult_left {float: left; display: inline; width: 150px;}
	.post_entry_mult_right {padding-left: 160px;}
	.post_entry_mult .shareThisWrapper {margin: 0;}
	div.post_entry_mult h2 {padding-bottom: 0; margin-bottom: 0;}
	.excerpt_meta {font-size: 80%; margin: 0 0 10px;}
.postThumbSingle {display: block; margin: 0 0 10px;}
@media screen and (min-width: 450px) {
	.postThumbSingle {float: left; margin: 5px 10px 0 0;}
}
.tag-links {display: block;}
.google-map {height: 350px;margin: 0 0 25px; border: 1px solid #333;}
/* Universal Ends */

/*  < adaBtn >  */
.adaBtn{
	display: block !important;
	position: fixed;
	bottom: 5px;
	left: 5px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 9999;
}
.adaBtn > img{ width: 100%; height: auto; }
.adaBtn:hover > img{ margin-top: -41px; }
@media screen and (min-width: 770px) {
	.adaBtn {bottom: 5px;}
}
@media screen and (min-width: 1120px){
	.adaBtn{
		width: 60px;
		height: 60px;
	}
	.adaBtn:hover > img{ margin-top: -61px; }
}
/*  </ adaBtn >  */

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

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #4A4A4A;
	background: #fff;
}
a {color: #7F9FE3;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
.animate__animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {opacity: 1;}
article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}

#wrapper {}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}

#crumbs {
  font-size: 14px;
  margin: 0 0 20px;
}

#mhWrapper {
	padding: 0 20px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#mainHeader {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    align-items: center;
	gap: none;
	height: 100%;
	margin: 0 auto;
	padding: 20px 0;
	max-width: 1600px;
	text-align: center;
}
	#logo-main {
		display: block;
		width: 100%;
		max-width: 220px;
		transition: 300ms;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
.mh-contact {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 5px;
		margin: 16px 0 0;
}
.mh-contact span {
	font-style: italic;
	color: #A9A3A3;
	font-size: 20px;
	text-transform: uppercase;
}
.mh-contact a {
	font-size: 28px;
	color: #000;
	padding: 0 0 0 25px;
	position: relative;
}
.mh-contact a:before {
	content: "";
	position: absolute;
	background: url(img/icons/phone.webp);
	width: 40px;
	height: 41px;
	top: -2px;
	left: -15px;
	transform: scale(0.6);
}
.mh-contact a:hover { text-decoration: underline; }

@media screen and (min-width: 600px) {
	#mainHeader {  flex-direction: row; }
	.mh-contact { margin: 0; }
}
@media screen and (min-width: 800px) {
	.mh-contact { flex-direction: row; column-gap: 40px; }

}
@media screen and (min-width: 1300px) {
	#mainHeader { margin: 10px auto; }
	#logo-main { max-width: 280px; }
	.mh-contact a { font-size: 35px; }
	.mh-contact span { font-size: 26px; }
	.mh-contact a:before { top: 2px; }
}
@media screen and (min-width: 1640px) {
	#logo-main { max-width: 335px; }
	.mh-contact a { font-size: 40px; }
	.mh-contact span { font-size: 30px; }
	.mh-contact { column-gap: 50px; }
	.mh-contact a::before { 
		top: 5px;
		left: -25px;
		transform: scale(1.0); }
}	
/* 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;
	background: #172C57;
	position: relative;
	z-index: 100;
}
nav.mm ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
nav.mm > ul > li > a {
	padding: 0 30px;
	font-size: 14px;
	color: #fff;
	font-family: "Helvetica Neue", sans-serif;
	line-height: 50px;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #44619D; color: white;}
nav.mm ul ul { background: #94A8D4; width: 211px; }
nav.mm ul ul li:hover > a { background:#44619D; color: #fff;}
nav.mm ul ul li {border-top: 1px solid #63728e;}
nav.mm ul ul a {
	color: #fff;
	padding: 15px 10px;
	font-size: 14px;
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li:first-child { border-left: 1px solid #63728e; }
nav.mm > ul > li {display: inline-block; border-right: 1px solid #63728e;}
nav.mm > ul > li.nav_mm_search, nav.mm > ul > li.nav_mm-social { display: none; }
nav.mm > ul > li.nav_mm_search > a { position: relative; padding: 25px 35px; }
.nav_mm_search a:before {
	content: "";
	position: absolute;
	background: url(img/icons/search.webp);
	width: 26px;
	height: 26px;
	top: 50%;
	left: 22px;
	transform: translateY(-50%);
}
nav.mm > ul > li.nav_mm_search > a:hover span { border-color: #fff; }
.nav_mm_search span { 
	display: none;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 14px;
	color: #fff;
	border: 2px solid #63728e;
}
.nav_mm-social img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
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;}
nav.mm_mob .nav_mm_search, nav.mm_mob .nav_mm-social { display: none; }
.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {display: block;}
.fsMenuOn #mmiWrapper {z-index: 1;}
#mmiWrapper, #closeMenu {background: #172C57;} 
#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 #454141;} /*modme*/
	#mm1 {border-left: 1px solid #454141;} /*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: #7894D0;
	z-index: 9999;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 0;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
		    padding: 5px 20px 4px 0;
		    color: #fff;
		    font: 15px/1 arial, sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			background:#5472B1;
			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; background: #5472B1;}
body.fsMenuOn #menuWall {
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	content: "";
	width: 100%;
	height: 200%;
	left: 0;
	top: 0;
}
#mblSearch {
	max-width: 350px;
	padding: 0 20px 20px;
	overflow: hidden;
}
#mblsInput, #mblsSubmit {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	float: left;
	display: inline;
	box-sizing: border-box;
}
#mblsInput {
	box-sizing: border-box;
    padding: 0 16px;
    width: 70%;
    height: 32px;
    font: 14px/normal arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    border-radius: 4px 0 0 4px;
    outline: 0;
}
#mblsSubmit {
	cursor: pointer;
    width: 30%;
    height: 32px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    background: #2F4A83;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #5472B1;}

@media screen and (min-width: 800px) {
	#wrapper { padding: 145px 0 0; }
	#persistentHeader{
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
	body.sticky_zone #logo-main { max-width: 170px; }
	body.sticky_zone #mainHeader { margin: 10px auto; }
}
@media screen and (min-width: 1120px) {
	nav.mm > ul > li.nav_mm_search,
	nav.mm > ul > li.nav_mm-social { display: inline-block; }
}
@media screen and (min-width: 1640px) {
	body.sticky_zone #logo-main { max-width: 220px; }
	body.sticky_zone .mh-contact a { font-size: 35px; }
	body.sticky_zone .mh-contact span { font-size: 24px; }
	#wrapper { padding: 206px 0 0; }
	nav.mm > ul > li > a { font-size: 20px; line-height: 63px; padding: 0 40px;}
	nav.mm ul ul a { font-size: 18px; }
	nav.mm > ul > li.nav_mm_search > a { padding: 0 38px; }
	.nav_mm_search span { 
		font-size: 20px;
		display: inline-block;
		border-radius: 25px;
	  padding: 5px 150px 5px 50px;
	  line-height: normal;
	}
	.nav_mm_search a::before { left: 50px; }
}
.homeslides-container { z-index: 99 !important; }
#homeslides {
	position: relative;
	height: 320px;
}
#homeslides:before {
	background: linear-gradient(180deg, rgba(5,26,47,0.5) 0%, rgba(255,255,255,0) 100%);
	content: '';
	height: 100px;
	left: 0;
	max-height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.homeslide {
	opacity: 0;
}
.homeslideImg {
  background-position: center bottom;
  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.webp);}
#homeslideImg2 { background-image: url(img/slides/home/800/2.webp); }
#homeslideImg3 { background-image: url(img/slides/home/800/3.webp); }
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.slideBox {
	color: #fff;
	width: 100%;
	max-width: 1600px;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	text-align: left;
	transition: all 500ms ease;
	bottom: 22%;
}
.slideHead {
	font-size: 30px;
	font-family: 'Cinzel', serif;
	line-height: 1.2;
	display: inline-block;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	}
	.slideHead small {
		display: block;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 16px;
		text-transform: uppercase;
	}
.slideHead span {
	display: block;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: right;
}
  .slideHead span:before {
      background-color: #A9A3A3;
		  content: "";
			display: inline-block;
			height: 2px;
		  margin: 0 0 0 -100%;
			position: relative;
			right: 0.5em;
		  vertical-align: middle;
		  width: 100%;
		}
.subslide {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 280px;
	position: relative;
	z-index: 9;
}
.subslide:before {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
	width: 100%;
	height: 30%;
	z-index: 9;
}
#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');}

@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides { height: 400px; }
	#homeslideImg1 { background-image: url(img/slides/home/1120/1.webp);}
	#homeslideImg2 { background-image: url(img/slides/home/1120/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/1120/3.webp); }
	.slideHead { font-size: 45px; }
	.slideHead span, .slideHead small { font-size: 20px; }
	#homeslide1 .slideHead span { margin: 0 -30px 0 0; }
	.subslide { height: 340px; }
	#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');}
}

@media screen and (min-width: 1120px) {
	#homeslides { height: 540px; }
	#homeslides:before { height: 140px; }
	#homeslideImg1 { background-image: url(img/slides/home/2000/1.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/2000/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/2000/3.webp); }
	.slideHead { font-size: 60px; }
	.slideHead span, .slideHead small { font-size: 25px; }
	.subslide { height: 400px; }
  #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');}
}

@media screen and (min-width: 1440px) {
		.subslide { height: 460px; }
}
@media screen and (min-width: 1640px) {
	#homeslides { height: 716px; }
	.slideHead { font-size: 90px; }
	.slideHead span, .slideHead small { font-size: 45px; }
	#homeslide1 .slideHead span { margin: 0 -185px 0 0; }
	.subslide { height: 538px ; }
  .subslide:before { height: 50%; }

}
#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-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.hpHeader {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
}
.hpHeader span {
	font-size: 35px;
	font-family: "Cinzel", sans-serif;
	display: block;
	position: relative;
	text-transform: none;
}
.hpHeader span:before {
  content: "";
  display: inline-block;
  background-color: #A9A3A3;
  height: 2px;
  margin: 12px 0 0 -100%;
  position: relative;
  right: 15px;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 800px) {
		.hpHeader { display: inline-block; }
		.hpHeader span { text-align: right; margin: 0 -30px 0 0; }
}
@media screen and (min-width: 1640px) {
		.hpHeader { font-size: 35px; }
		.hpHeader span { font-size: 50px; }
		.hpHeader span { margin: 0 -55px 0 0; }
		.hpHeader span:before { margin: 16px 0 0 -100%; }
	}


#contentArea {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 10%;
}
.home #contentArea { padding: 20px 0 0; }
#mainContent {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #4A4A4A;
}
	.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: none; position: relative; padding: 0 0 8px 18px;}
	.article ul li::before {
	  content: "\2022";
	  position: absolute;
	  color: #172C57;
	  font-weight: bold;
	  display: inline-block;
	  font-size: 22px;
	  width: 20px;
	  left: 0;
	  top: -2px;
	  line-height: 1;
	}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		font-family: 'Source Sans Pro', sans-serif;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		color: #172C57;
		font-size: 25px;
		padding: 0 0 25px 0;
	}
	.home .article h1 {
		font-size: 30px;
		font-family: "Cinzel", sans-serif;
		text-align: center;
		font-variant: small-caps
	}
	.article h2 {
		color: #172C57;
		font-size: 20px;
		padding: 0 0 15px 0;
	}
	.article h3 {
		color: #172C57;
		font-size: 18px;
		font-weight: bold;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		width: 40%;
		max-width: 300px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.mcImg img {
			box-shadow: rgba(0, 0, 0, 0.35) 0px 25px 20px -20px;
	}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
	#sidebar {
		max-width: 400px;
		margin: 30px auto 0;
		display: flex;
		flex-direction: column;
	}
/* Content Area */
.sxn-content {
		position: relative;
		z-index: 2;
}
.sxn-content:before {
  content: "";
  position: absolute;
  background: url('img/content/content_bg.webp') no-repeat top center;
  background-size: cover;
  top: -60px;
  left: 0;
  width: 100%;
  height: 400px;
  opacity: 0.6;
  z-index: -1;
}
.home .sxn-content:before { top: -30px; height: 100%; }
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	.sxn-content:before { top: -100px; }
	#mainContent { 
		padding: 0;
		width: calc(100% - 40px - 300px);
		float: left;
		margin: 0 0 40px;
	}
		.home #mainContent,
		.fwEntry #mainContent { float: none; margin: 0 auto; width: 100%; }
		.article .aligncenter {
				display: block;
				margin: 0 auto;
		}
		.article .alignright {
				float: right;
				margin: 0 0 5px 15px;
		}
		.article .aligncenter {
				display: block;
				margin: 0 auto;
		}
		.article .alignleft {
				float: left;
				margin: 0 15px 5px 0;
		}
	#sidebar {
	  width: 300px;
	  float: right;
	  margin: 0 auto ;
	}
	#sidebar .hpHeader span { font-size: 24px; }
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}

@media screen and (min-width: 1120px) {
	.sxn-content:before { top: -120px; }
	#mainContent, .fwEntry #mainContent { margin: 30px 0 50px; }
	#sidebar { margin: 40px auto 0;  }
	.home .sxn-content:before { top: -150px;}
	.hpContent {
	  column-count: 2;
	  column-gap: 40px;
	}
	.headshot {
    margin: 0 40px 5px 0;
	}
}	
@media screen and (min-width: 1440px) {
		.home .sxn-content:before { top: -220px; }
		.home .article h1 {
			font-size: 40px;
			margin: 0 0 35px;
		}
		.article h1 { font-size: 35px; }
		.article h2 { font-size: 24px; }
}	

@media screen and (min-width: 1640px) {
	#mainContent { width: calc(100% - 100px - 395px); font-size: 18px; line-height: 1.7;}	
	#sidebar { width: 395px;}
	#sidebar .hpHeader  { font-size: 25px; }
	#sidebar .hpHeader span { font-size: 40px;  }
	.sxn-content:before { top: -180px; height: 940px;}
  .home .sxn-content:before { top: -290px;}
	  #mainContent { font-size: 18px; line-height: 1.6;}
		.home .article h1 { font-size: 50px; }
		.article ul li::before { top: 2px; }
		.article h1 { font-size: 40px; }
		.article h2 { font-size: 28px; line-height: 38px; }
		.article h3 { font-size: 22px; line-height: 32px;}
}	

@media screen and (min-width: 2000px) {
	.sxn-content:before { top: -240px;}
}
/* Areas zone */
.sxn-areas {
	background: #081A40;
	padding: 80px 0 30px;
	margin: -65px 0 30px;
	clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 100%);
	position: relative;
	z-index: 100;
}
.areasList li {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  transition: 300ms;
}
.sb-areas .areasList li { max-width: 400px; box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; }
.areasList a {
	display: block;
	background: #000;
	color: #fff;
  position: relative;
  padding: 165px 0 0;
  font-size: 20px;
  margin: 0;
}
.areasList a span {
	display: flex;
	background: rgba(23, 44, 87, 0.85);
  padding: 16px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.areasList a:before {
  content: '';
  position: absolute;
  background: url(img/areas/areas-img.webp) no-repeat;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: 300%;
  background-position: left center;
  opacity: 0.5;
}
.areasList .areasItem2 a:before { background-position: left 50% center; }
.areasList .areasItem3 a:before { background-position: left 100% center; }
.areasList a:hover span { background: rgba(84, 114, 177, 0.85); }
.areasList a:hover:before { opacity: 1; }
@media screen and (min-width: 600px) {
		.areasList li { max-width: 400px; }
		.areasList a { padding: 180px 0 0; }
		.sb-areas .areasList a { padding: 175px 0 0; }
}
@media screen and (min-width: 800px) {
		.sxn-areas { 
		margin: -105px 0 30px;
    clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0% 100%); 
  }
}	
@media screen and (min-width: 1110px) {
	.sxn-areas {
		background-color: transparent;
		clip-path: none;
	}
	.sxn-areas:before {
		content: "";
		position: absolute;
		background: url(img/areas/bg.webp) no-repeat center center;
		background-size: cover;
		clip-path: polygon(0 25%, 100% 0%, 100% 80%, 0% 100%);
		width: 100%;
		height: 320px;
		top: 0;
		left: 0;
		z-index: 999;
	}
	.sxn-areas .areasList {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 1000;
	}
	.sxn-areas .areasList li { 
		max-width: 400px;
		margin: 0 -30px;
		box-shadow: rgba(0, 0, 0, 0.7) 0px 20px 20px -15px;
		transform: scale(0.85);
	 }
	 .sxn-areas .areasList li.active {
	 	position: relative;
	 	z-index: 99;
	 	transform: scale(1); 
	 }
	 .sxn-areas .areasList li a { padding: 220px 0 0; font-size: 24px; }
	 .sxn-areas .areasList li.active a:before { opacity: 1; }
	 .sxn-areas .areasList li.active a span { background: rgba(84, 114, 177, 0.85);  }
}
@media screen and (min-width: 1250px) {
   .sxn-areas {
   	margin: -120px 0 30px;
   }
}
@media screen and (min-width: 1440px) {
	.sxn-areas { padding: 100px 0 30px; }
		.sxn-areas .areasList li {
			max-width: 480px;
			margin: 0 -36px;
		}
		.sxn-areas .areasList li a { padding: 280px 0 0; }
}	
@media screen and (min-width: 1640px) {
	.sxn-areas { padding: 170px 0 30px; margin: -170px 0 30px ; }
	.sxn-areas:before { clip-path: polygon(0 30%, 100% 0%, 100% 70%, 0% 100%); height: 460px; }
	  .sxn-areas .areasList li { max-width: 623px; margin: 0 -48px; }
		.sxn-areas .areasList li a { padding: 350px 0 0; font-size: 35px;}
}	

/* Testimonial Zone */

.sxn-testimonials, .sb-test {
  color: #fff;
  background: url(img/testimonials/bg-mob.webp) no-repeat top center;
  background-size: cover;
  padding: 30px 10px;
  margin: 40px 0 0;
  position: relative;
  z-index: 1;
}
.sb-test { 
	padding: 30px 20px;
	overflow: hidden; 
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.sb-test .testBox { border: 0; margin: 0 auto; padding: 30px 10px; }
.sb-test .testBox:before, .sb-test .testBox:after { content: none; }
.sb-test .tests-cont-outer:before,
.sb-test .tests-cont-outer:after { border: 0; }
.testimonials-wrap { 
	position: relative;
	max-width: 1600px;
	padding: 0 20px;
    margin: 0 auto;
}
.tests-cont-outer {
  position: relative;
  margin: 0 auto;
}
.testimonial-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.testBox { 
	position: relative;
	margin: 40px auto;
  border-left: 2px solid #A9A3A3;
  border-right: 2px solid #A9A3A3;
  height: 100%;
  min-height: 380px;
  box-sizing: border-box;
  padding: 30px 20px;
}
.testBox:before {
	  content: '';
	  position: absolute;
	  width: 30px;
	  height: calc(100% - 4px);
	  border-top: 2px solid #A9A3A3;
	  border-bottom: 2px solid #A9A3A3;
	  top: 0;
	  left: 0;
}
.testBox:after {
  content: '';
  position: absolute;
  width: 30px;
  height: calc(100% - 4px);
  border-top: 2px solid #A9A3A3;
  border-bottom: 2px solid #A9A3A3;
  top: 0;
  right: 0;
}
.sb-test .hpHeader { padding: 0 0 0 30px; }
.sb-test .testTitle { font-size: 30px; }
.testTitle {
	font-family: "Cinzel", sans-serif;
	font-size: 24px;
	margin: 0 0 20px;
}
.testContent { 
	font-size: 18px;
	margin: 20px 0;
	line-height: 1.4;
}
.testContent .read-more {
	color: #7F9FE3;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}
.testContent .read-more:hover {
	 color: #fff;
	 text-decoration: underline;
}
.elementStars { position: relative; }
.elementStars:before,
.elementStars:after {
	content: "";
	position: absolute;
	background: #A9A3A3;
	width: calc(50% - 120px);
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
}
.elementStars:before { left: 0; }
.elementStars:after { right: 0; }
.elementStars img { 
	display: block;
	width: 100%;
	height: auto;
	max-width: 180px;
	margin: 0 auto;
}
.sb-test .testAuthor { font-size: 25px; padding: 0; } 
.testAuthor { 
	font-family: "Cinzel", sans-serif;
	font-size: 20px;
}
.test-buttons, .sbcase-buttons {
  position: relative;
  border: 2px solid #A9A3A3;
  display: flex;
	justify-content: center;
	align-items: center;
  padding: 8px 10px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 99;
}
.test-buttons:after {
	position: absolute;
	content: '';
	width: 2px;
	height: 60%;
	background: #A9A3A3;
	top: 50%;
	transform: translateY(-50%);
	left: calc(50% - 1px);
}
.test-button, .sbtest-button {
  width: 134px;
  height: 65px;
  background-size: 100% auto;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.test-button-prev { margin: 0 14px 0 0; }
.test-button-next { margin: 0 0 0 14px; }
.test-button, .sbtest-button { background: url(img/testimonials/slider-arrow.webp) no-repeat top left; }
.test-button:hover, .sbtest-button:hover {
	background-color: #5472B1;
}
.test-button.test-button-next,
.sbtest-button.sbtest-button-next {
  transform: rotateY(-180deg);
  left: auto;
  right: 0;
}
@media screen and (min-width: 390px) {
	.test-buttons { padding: 8px 6px; max-width: 306px; }
}	
.show-read-more .more-text{ display: none; }
@media screen and (min-width: 800px) {
	.sxn-testimonials {
	  background-image: url(img/testimonials/bg.webp);
	  padding:80px 0 100px;
	  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
	  margin: 50px 0;
	} 
}
@media screen and (min-width: 1110px) {
	.sxn-testimonials .hpHeader { text-align: left !important; }
	.testBox { max-width: 495px; }
	.testBox:before, .testBox:after { width: 70px; }
	.tests-cont-outer { position: relative; }
	.tests-cont-outer:before, .tests-cont-outer:after {
		content: "";
		position: absolute;
		border-color: #A9A3A3;
		border-style: solid;
		width: calc(35% - 270px);
		height: 40px;
		bottom: -14%;
		transform: translateY(-50%);
	}
	.tests-cont-outer:before {
			left: 23%;
			border-width: 0 0 2px 2px;
	}
	.tests-cont-outer:after {
		 right: 23%;
		 border-width: 0 2px 2px 0;
	}
}
@media screen and (min-width: 1250px) {
	.tests-cont-outer:before, .tests-cont-outer:after {
		width: calc(35% - 290px);
	}
}
@media screen and (min-width: 1440px) {
	.testBox { min-height: 410px; }
	.tests-cont-outer:before, .tests-cont-outer:after { width: calc(43% - 300px); } 
	.tests-cont-outer:before { left: 15%; }
	.tests-cont-outer:after { right: 15%; }
}
@media screen and (min-width: 1640px) {
  .sxn-testimonials { padding: 100px 0 180px; clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%); }
  .tests-cont-outer:before, .tests-cont-outer:after { width: calc(43% - 316px); }
	.testBox { min-height: 440px; }
	.testTitle { font-size: 30px; }
	.testAuthor { font-size: 25px; }
	.testContent { font-size: 18px; }
	.testContent .read-more { font-size: 16px; }
	.elementStars img { max-width: 255px; }
	.elementStars::before, .elementStars::after { width: calc(45% - 120px); }
	.sb-test .hpHeader span { margin: 0 -100px 0 0; }
}	
@media screen and (min-width: 1800px) {
		.sxn-testimonials { padding: 100px 0 220px; }
}

/* Team Zone */
.sxn-attorney { 
	background: url(img/team/bg.webp) no-repeat bottom center;
	background-size: cover;
}
.sxn-attorney .sxn-wrap {
  display: flex;
  flex-direction: column;
}
.sxn-attorney .hpHeader { color: #172C57;  text-align: center;}
.attorney-block { flex: 1; margin: 20px 0 0;}
.attorneyBody { margin: 20px 0; }
.attorney-photo { 
	position: relative;
	width: 275px;
	height: 264px;
	margin: 40px auto;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -2px;
	z-index: 9;
}
.attorney-photo:before {
	content: "";
	position: absolute;
	border-color:#A9A3A3;
	border-style: solid;
	border-width: 0 2px 2px 0;
	width: calc(100% + 15px);
	height: calc(100% + 15px);
	right: -15px;
	bottom: -15px;
	z-index: 2;
}
.attorney-photo:after {
	content: "";
	position: absolute;
	background: #172C57;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	width: 100%;
	height: 100%;
	right: -30px;
	bottom: -30px;
	z-index: -1;
}
.attorney-photo img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 800px) {
	.sxn-attorney { margin: -40px 0 0; padding: 0 0 100px; }
	.sxn-attorney .sxn-wrap { flex-direction: row; column-gap: 50px; }
	.attorney-photo { margin: 0; }
	.attorney-block { overflow: hidden; padding: 0 0 0 60px; }
}	

@media screen and (min-width: 1120px) {
	.sxn-attorney { padding: 30px 0 100px; }
	.sxn-attorney .hpHeader { padding: 0 0 0 50px; }
	.sxn-attorney .hpHeader span { padding: 0 0 0 140px; }
	.attorney-photo {
		width: 360px;
		height: 347px;
	}
}
@media screen and (min-width: 1440px) {
	.sxn-attorney { padding: 20px 0 140px; }
	.attorney-block { margin: 20px 0 0 20px; }
}	
@media screen and (min-width: 1640px) {
	.sxn-attorney { padding: 20px 0 160px; }
	.sxn-attorney .hpHeader span { padding: 0 0 0 230px; margin: 0 -200px 0 0; }
	.attorney-photo {
		width: 434px;
		height: 419px;
	}
 .attorney-photo:before {
	  width: calc(100% + 20px);
	  height: calc(100% + 20px);
	  right: -20px;
	  bottom: -20px;
	}
 .attorney-photo:after {
	 	right: -35px;
	  bottom: -35px;
  }
 .attorneyBody { 
	 	font-size: 18px;
	 	line-height: 1.6;
	 	margin: 50px 0 0; 
	 }
}

/* Contact Zone */
.sxn-contact {
	color: #fff;
	background: url(img/contact/bg-mob.webp) no-repeat center center;
	background-size: cover;
	padding: 40px 0;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.sxn-contact .hpHeader { text-align: center; }
.hpContForm { margin: 30px 0 0; }
.hpContForm form label { position: relative; }
.hpContForm form label:after {
		content: "";
		position: absolute;
		background: #B8D1FC;
		width: 9px;
		height: 9px;
		right: 6px;
		top: 30px;
		border-radius: 50%;
}
.hpContForm form .form-part:before,
.hpContForm form .form-part-textarea:before {
	content:'';
	position: absolute;
	top: 28px;
	width: 45px;
	height: 45px;
	background: url(img/contact/form-icon.webp) no-repeat left center;
	background-size: auto 100%;
}
.hpContForm form .form-part-input,
.hpContForm form .form-part-textarea {
	position: relative;
	margin: 0 0 20px;
}
.hpContForm form .form-part-input-1:before {
	background-position: left center;
}
.hpContForm form .form-part-input-2:before {
	background-position: left -45px center;
}
.hpContForm form .form-part-input-3:before {
	background-position: left -90px center;
}
.hpContForm form .form-part-textarea:before {
	background-position: left -135px center;
}
.hpContForm form .form-part:after,
.hpContForm form .form-part-textarea:after {
	content: "";
	position: absolute;
	background: #A9A3A3;
	height: 35px;
	width: 1px;
	top: 33px;
	left: 50px;
}
.hpContForm form label {
	display: block;
	padding: 0 0 9px;
	font: 16px/1 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.hpContForm form input[type="text"],
.hpContForm form textarea {
	box-sizing: border-box;
	padding: 0 0 0 60px;
	width: 100%;
	height: 51px;
	color: #000;
	font: 15px/normal 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	background: #fff;
	border: none;
	border-radius: 8px;
	outline: 0;
}
.hpContForm form textarea {
	padding: 14px 0 14px 60px;
}
.hpContForm form label {
	display: block;
}
.form-part-disclaimer {
	display: block;
	margin: 0 auto 10px;
	width: 100%;
	color: #A9A3A3;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.form-part-disclaimer span {
	display: block;
	color: #fff;
	font-weight: 700;
	padding: 0 0 10px 20px;
	position: relative;
}
.form-part-disclaimer span:before {
	content: "";
	position: absolute;
	background: #B8D1FC;
	width: 9px;
	height: 9px;
	left: 0;
	top: 4px;
	border-radius: 50%;
}
.hpContForm form .captcha-wrapper {
	margin: 0 auto 10px;
	max-width: 255px;
}
.hpContForm .form3Submit {
	    display: block;
			width: 255px;
			margin: 0 auto;
			padding: 10px 0 0;
			position: relative;
}
.hpContForm .form3Submit:before {
	content: "";
	position: absolute;
	background: #FFFFFF;
	width: 1px;
	height: 30px;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}
.hpContForm .form3Submit input[type="submit"] {
	opacity: 1;
	cursor: pointer;
	border-radius: 30px;
	margin: auto;
	padding: 0 43px 0 0;
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #5472B1;
	background-position: right 20px center;
  background-image: url(img/contact/btn-arrow.webp);
  background-repeat: no-repeat;
	border: 0;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 500ms ease;
	text-transform: uppercase;
}
.hpContForm form input[type="submit"]:hover {
	color: #fff;
	background-color: #7894D0;
}
@media screen and (min-width: 600px) {
	.form-part-submit {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 30px;
		margin: 40px 0 0;
	}
	.hpContForm .form3Submit,
	.hpContForm form .captcha-wrapper { margin: 0; padding: 0; }
}

@media screen and (min-width: 800px) {
	.sxn-contact {
		padding: 80px 0;
		margin: -100px 0 0;
		background-image: url(img/contact/bg.webp);
		clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
	}
	.sxn-contact .hpHeader { width: 50%; }
	.hpContForm form .form-part-inputs {
		padding: 0 0 22px;
	}
	.hpContForm form .form-part-input {
		display: inline-block;
		margin: 0 15px 0 0;
		width: calc( ( 100% - 37px) / 3 );
	}
	.hpContForm form .form-part-input:last-of-type {
		margin: 0;
	}
}
@media screen and (min-width: 1120px) {
	.sxn-contact .hpHeader span { margin: 0 -20px 0 0; }
	.hpContForm:before {
		content:'';
		position: absolute;
		top: 154px;
		right: 0;
		width: 440px;
		height: 347px;
		background: url(img/contact/form-photo.webp) no-repeat center;
		background-size: 100%;
	}
	.hpContForm .sxn_wrap {
		padding: 9px 20px 54px;
	}
	.hpContForm form {
		width: calc( 100% - 447px - 20px );
	}
	.hpContForm form .form-part-inputs {
		padding: 0 0 33px;
	}
	.hpContForm form .form-part-textarea {
		margin: 0 0 27px;
	}
	.hpContForm form textarea { 	height: 90px; }
}
@media screen and (min-width: 1440px) {
	  .sxn-contact { margin: -100px 0 0; padding: 100px 0; }
		.hpContForm .form3Submit { width: 365px; }
		.hpContForm .form3Submit input[type="submit"] { font-size: 28px; }
		.hpContForm form textarea { height: 120px; }
}	
@media screen and (min-width: 1640px) {
	.sxn-contact {
	 margin: -130px 0 0; 
	 padding: 150px 0;
	 clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
	}
	.hpContForm:before {
		top: 220px;
		right: calc( (100% - 2000px ) / 2 );
		width: 630px;
		height: 497px;
	}
	.hpContForm .sxn_wrap {
		padding: 12px 20px 73px;
	}
	.hpContForm form {
		width: calc( 100% - 480px - 30px );
	}
	.hpContForm form .form-part-inputs {
		padding: 0 0 25px;
	}
	.hpContForm form label {
		padding: 0 0 13px;
		font-size: 20px;
	}
	.hpContForm form .form-part:before,
	.hpContForm form .form-part-textarea:before {
		top: 33px;
		width: 60px;
		height: 60px;
	}
	.hpContForm form .form-part-input-2:before {
		background-position: left -60px center;
	}
	.hpContForm form .form-part-input-3:before {
		background-position: left -120px center;
	}
	.hpContForm form .form-part-textarea:before {
		background-position: left -180px center;
	}
	.hpContForm form .form-part-textarea {
		margin: 0 0 25px;
	}
	.hpContForm form label::after { right: 8px; top: 40px; }
	.hpContForm form .form-part::after,
	.hpContForm form .form-part-textarea::after {
		top: 45px;
		left: 60px;
	}
	.hpContForm form input[type="text"],
	.hpContForm form textarea {
		padding: 0 0 0 70px;
		height: 58px;
		font-size: 20px;
	}
	.hpContForm form textarea {
		padding: 20px 0 10px 80px;
		height: 137px;
	}
	.hpContForm form .captcha-wrapper {
		margin: 0 21px 0 0;
	}
	.form-part-disclaimer { font-size: 16px; }
}


/* Footer Zone */

#mainFooter { 
	overflow: hidden;
	clear: both; 
}
.mfContactInfo {
	background: url(img/footer/bg.webp) no-repeat top center;
	background-size: 100%;
	padding: 150px 0 0;
	position: relative;
}
.mfCI-inner {
	background: #fff;
	color: #172C57;
	padding: 30px 20px; 
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
	z-index: 1;
}
.mfCI-inner strong {
	font-size: 16px;
	font-weight: 700;
	color: #A9A3A3;
	text-transform: uppercase;
}
.mfCIBox { padding: 0 20px; }
#logo-footer { display: block; width: 250px; margin: 0 auto 20px; }
#logo-footer img {  width: 100%; height: auto; }
.mfAddPhone-wrap { display: flex; flex-direction: column; gap: 30px 25px; }
.mfAddress { display: flex; gap: 10px 20px; line-height: 24px; }
.mfCIPhone { display: flex; gap: 10px 35px; }
.mfCIPhone a { color: #172C57; }
.mfCIPhone a:hover { text-decoration: underline; }
.mfMap {
	display: block;
	height: 149px;
	width: 100%;
	max-width: 400px;
	overflow: hidden;
	margin: 30px auto 0;
	border: 15px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	box-sizing: border-box;
}
.mfMap img { margin: 0 0 0 -200px; }
.mfMap:hover img{ margin-top: -149px; }
.fNav { padding: 0; }
.fNav li {
	padding: 0;
	display: inline-block;
	list-style-type: none;
	list-style-position: outside;
	text-align: center;
	font: 13px/1 'Open Sans', sans-serif;
}
.fNav li:after { content: '/'; color: #A9A3A3; }
.fNav li:last-child:after { display: none; }
.fNav a { padding: 5px; color: #fff; }
.fNav a:hover { text-decoration: underline; }
.fNav li:first-child a { padding-left: 0; }

@media screen and (min-width: 800px) {
	#mainFooter { margin: -60px 0 0; }
	.mfContactInfo:before {
		content: "";
		position: absolute;
		background-color: #fff;
		width: 100%;
		height: 33%;
		top: -35px;
		left: 0;
		clip-path: polygon(0 0, 100% 0%, 100% 40%, 0% 100%);
		z-index: 1;
	}
	.home .mfContactInfo:before { content: none; }
	.mfContactInfo { padding: 220px 0 0; }
	.mfCI-inner { padding: 30px 0 0; }
	.mfMapWrap { 
		position: relative;
	  width: calc(50% - 50px);
	  max-width: 100%; 
	  box-sizing: border-box;
  }
  .mfMap { margin: 0 auto 30px; }
	.mfAddPhone-wrap { 
		float: right; 
		width: calc(50% - 50px);
	 }
}
@media screen and (min-width: 1120px) {
	#mainFooter { margin: -140px 0 0; }
	.mfContactInfo { padding: 340px 0 0; background-size: 100%; }
	.mfCI-inner { padding: 15px 0; }
	.mfCIBox {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 50px;
	}
	#logo-footer { order: 1; margin: 0; }
	.mfAddPhone-wrap { flex-direction: row; order: 2; justify-content: stretch; }
	.mfAddress, .mfCIPhone { flex-direction: column; }
	.mfMapWrap { 
		order: 0;
		left: -20px;
		bottom: 1px;
	}
	.mfMap { margin: 0 auto; }
	.fNav li { font-size: 14px; }
}
@media screen and (min-width: 1440px) {
	.mfCI-inner .sxn-wrap { padding: 30px 0; }
	#logo-footer { width: 250px; }
	.mfAddress, .mfCIPhone { flex-direction: row; align-items: first baseline; }
	.mfCIPhone { display: flex; gap: 10px 20px; }
	.mfMap { max-width: 545px; box-sizing: content-box; }
	.mfMap img { margin: 0; }
}
@media screen and (min-width: 1640px) {
  #mainFooter { margin: -200px 0 0; }
  .mfContactInfo { padding: 480px 0 0; }
  .mfCI-inner { padding: 0; }
  .mfMap { border-width: 25px; max-width: 643px; margin: -30px 0 0; }
}	
@media screen and (min-width: 1800px) {
	.mfContactInfo:before { height: 38%; }
	#logo-footer { width: 335px; }
	.mfCIBox { column-gap: 100px; }
	.mfMapWrap, .mfAddPhone-wrap { width: 50% }
  .mfAddPhone-wrap { column-gap: 60px; }
}

/* Footer Branding */
#mmBrandingWrapper {
	padding: 20px 20px 70px;
	font-size: 0;
	text-align: center;
	background: #172C57;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px 35px;
	clear: both;
}
#mmBranding { display: inline-block; overflow: hidden; width: 100%; }
#mmBranding,
#mmBranding a {
	color: #fff;
	font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
}
#mmBranding a:hover { font-weight: normal; text-decoration: underline; }
#logo-mmm { display: inline-block; }
#mmBranding p {
	margin: auto;
	padding: 12px 0 0;
	max-width: 320px; /*modme*/
	text-align: center;
}
#mmBranding br {display: none;}

@media screen and (min-width: 600px) {	
	#mmBranding { display: inline-block; }
	#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: 769px) {
	#mmBrandingWrapper { padding: 20px; }
}
@media screen and (min-width: 1120px) {
	#mmBrandingWrapper { padding: 25px 20px; }
	#mmBranding { width: auto; }
}

@media screen and (min-width: 1640px) {
	#mmBrandingWrapper { padding: 35px 20px; }
}
/* 	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 */
.blog-sidebar h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 1.1;
  margin: 0 0 30px;
}
.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;
	}
}

@media screen and (min-width: 1120px) {
	.blog-sidebar h2 {
	  font-size: 22px;
	}
}	
/*  < 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;
	}
}

/*  < sxn_modal_search >  */
.sxn_modal_search {
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba( 5, 26, 47, 0.8 );
}
.sxn_modal_search .block_cont {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: perspective(1px) translateY(-50%);
	box-sizing: border-box;
	margin: auto;
	padding: 0 20px 0 20px;
	width: 100%;
	max-width: 500px;
}
.sxn_modal_search .sxn_modal_link_close {
	cursor: pointer;
	position: absolute;
	top: -32px;
	right: 18px;
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	font: 32px/1 'DM Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	border-radius: 50%;
	transition: all 250ms ease;
}
.sxn_modal_search .sxn_modal_link_close:hover {
	opacity: 0.7;
	text-decoration: none;
}
.sxn_modal_search .element_cont {
	display: block;
	background: #fff;
	border: 1px solid #0f3282;
}
.sxn_modal_search .cont_search {
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 6px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: transparent;
	border-radius: 0;
}
.sxn_modal_search .cont_search form input[type="text"] {
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0 10px 0;
	width: calc(100% - 100px - 10px);
	height: 40px;
	caret-color: #0A214A;
	color: #314469;
	font: 20px/normal 'DM Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	border: 0;
	outline: 0;
}
/*  < placeholder >  */
.sxn_modal_search .cont_search form ::-webkit-input-placeholder { color: #000; }
.sxn_modal_search .cont_search form :-ms-input-placeholder { color: #000; }
.sxn_modal_search .cont_search form ::-moz-placeholder { opacity: 1; color: #000; }
.sxn_modal_search .cont_search form :-moz-placeholder { opacity: 1; color: #000; }
.sxn_modal_search .cont_search form :placeholder-shown { color: #000; }
.sxn_modal_search .cont_search form ::placeholder { color: #000; }
.sxn_modal_search .cont_search form input[placeholder],
.sxn_modal_search .cont_search form [placeholder],
.sxn_modal_search .cont_search form *[placeholder] { color: #000; }
/*  </ placeholder >  */
@-webkit-keyframes form_search_autofill {
	to {
		color: #000;
		background: transparent;
	}
}
.sxn_modal_search .cont_search form :-webkit-autofill,
.sxn_modal_search .cont_search form :-webkit-autofill:hover,
.sxn_modal_search .cont_search form :-webkit-autofill:focus {
	-webkit-text-fill-color: #000;
	-webkit-animation-name: form_search_autofill;
	-webkit-animation-fill-mode: both;
	background: transparent;
	-webkit-box-shadow: transparent;
	-webkit-transition-delay: 9999s;
}
.sxn_modal_search .cont_search form input[type="submit"] {
	cursor: pointer;
	float: right;
	display: block;
	margin: 0;
	width: 100px;
	height: 40px;
	padding: 0 10px 0;
	color: #fff;
	font: 20px/normal 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #5472B1;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 250ms ease;
}
.sxn_modal_search .cont_search form input[type="submit"]:hover {
	color: #fff;
	background: #86B8E6;
}
/*  </ modal window >  */

/* 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 1px;
    margin:0 auto 20px
}

.vfActive {
    display: block
}

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

/* Begins: Get More Posts - Ajax */
a#univ_load_more_posts {
    background-color: #7F9FE3;
    color: #fff;
    padding: 7px 20px;
    display: block;
    width: 200px;
    margin: 0 auto 0;
    text-align: center;    
}
a#univ_load_more_posts:hover {
    background-color: #93AFEA;
    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 */