/*
Theme Name: David M. Benenfeld, P.A. - 2025
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: "Noto Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	background: #fff;
}
a {color: #f00;}
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: 1100px;
	margin: 0 auto;
}
.sxn-head {
	color: #141c33;
	font-size: 25px;
	font-weight: 700;
	max-width: 750px;
	margin: 0 auto;
	line-height: 1.3;
	text-align: center;
}
@media screen and (min-width: 1120px) {
	.sxn-head { font-size: 30px; }	
}
@media screen and (min-width: 1640px) {
	body { font-size: 18px;}	
	.sxn-head { font-size: 35px; }		
}
#wrapper {}
#persistentHeader {
	background: #141c33;
	-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: 1400px;
	margin: 0 auto;
}
#mainHeader {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 200px; /*modme*/
		margin: 0 auto;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
.mhRight {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.mhRating a {
	color: #fff;
	font-size: 14px;
}
.mhRating a:hover { text-decoration: underline; }
.mhRating img {
	display: inline-block;
	max-width: 162px;
	width: 100%;
	height: auto;
}
.mhContact a {
	display: block;
	background-color: #1c4f8d;
	border-radius: 10px;
	padding: 15px 20px;
	color: #fff;
	transition: 0.5s;
}
.mhContact a:hover {
	color: #000;
	background: #ecc829;
}
.mhContact span {
	display: block;
	font-size: 16px;
	transition: 0.5s;
}
.mhContact .mfLang {
	letter-spacing: 6px;
	text-transform: uppercase;
}
.mhContact .mhPhone {
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 0 35px;
	margin: 5px 0 0;
	position: relative;
}
.mhContact .mhPhone:before {
	content: '';
	position: absolute;
	background-image: url(img/icons/phone.webp);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 25px;
	height: 40px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.mhContact a:hover .mhPhone:before { filter: grayscale(100%) brightness(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;
	position: relative;
	padding: 0 0 10px;
	z-index: 100;
}
nav.mm > ul > li > a {
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	font-family: "Noto Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	line-height: 1;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a { background: #1c4f8d; }
nav.mm ul ul { background: #141c33; width: 200px; }
nav.mm ul ul li:hover > a { background: #1c4f8d;}
nav.mm ul ul li {border-top: 1px solid #fff;}
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 {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: #1c4f8d;} /*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 7px 0;
		    color: #000;
		    font: 15px/1 "Noto Sans", sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			background: #1c4f8d; /*modme*/
			color: #fff;
			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 #1c4f8d;
    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: #1c4f8d;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background:  #FFFF00;;} /*modme*/

@media screen and (min-width: 800px) {
	#wrapper {
			padding: 0; /*modme*/
	}
	#mainHeader {
		flex-direction: row;
		justify-content: space-between;
		gap: 0 50px;
		padding: 20px 20px 10px;
	}
	#persistentHeader{
		background: transparent; /*modme*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	#logo-main { margin: 0; }
	.mhRight { flex: 1; gap: 0 40px; flex-direction: row; }
	.mhRating { flex: 1; }
	.mhContact { margin: -25px 0 0; transition: 0.5s;}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
	body.sticky_zone #persistentHeader { background: #141c33; }
}
@media screen and (min-width: 1120px) {
	#mainHeader { column-gap: 100px; }
	#logo-main { max-width: 250px; }
	.mhContact .mhPhone { font-size: 26px; }
	nav.mm > ul > li > a { padding: 10px 30px; font-size: 18px;}
}
@media screen and (min-width: 1640px) {
	#logo-main { max-width: 300px; transition: 0.5s; }
	body.sticky_zone #logo-main { max-width: 250px; }
	.mhContact span { font-size: 20px; }
	body.sticky_zone .mhContact .mfLang,
	body.sticky_zone .mfConsult { font-size: 16px; }
	.mhContact a { padding: 15px 30px; }
	.mhContact .mhPhone { font-size: 35px; padding: 0 0 0 40px; }
	body.sticky_zone .mhPhone { font-size: 25px; }
	.mhContact .mhPhone::before { width: 30px; height: 48px;  transition: 0.5s;}
	body.sticky_zone .mhContact .mhPhone::before { width: 25px; height: 40px; }
	.mhRating a { font-size: 16px; padding: 0 10px 0 0; }
	nav.mm > ul > li > a { font-size: 20px; padding: 10px 40px; transition: 0.5s; }
	body.sticky_zone nav.mm > ul > li > a { font-size: 18px; }
	nav.mm ul ul a { font-size: 16px; }
}

/* Homeslide */
.hsWrap { background: #141c33; }
#homeslides {
	position: relative;
	height: 430px;
	padding: 0 0 700px;
}
.homeslideImg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 9;
}
#homeslideImg1 {
  background-image: url(img/slides/home/800/1.webp);
}
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.slideBox {
	box-sizing: border-box;
	padding: 40px 20px;
	margin: 20px 0 0;
	position: relative;
	z-index: 99;
}
.slideHead {
	color: #fff;
}
.slideHead small {
	display: block;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
.slideHead span {
  display: block;
  padding: 20px 0;
  font-family: "Adobe Caslon Pro";
  font-size: 30px;
  line-height: 1.2;
  text-shadow: 1px 1px 1px #000001;
}
.slideBody {
	color: #fff;
	font-size: 16px;
	text-shadow: 0 1px 4px #000001;
}
.hsForm { 
	z-index: 9;
	padding: 40px 20px;
	background: #141c33;
}
.hsForm .input-wrap,
.hsForm .message-wrap { 
	margin: 0 auto 15px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 0;
}
.hsForm form input[type="text"],
.hsForm form textarea{
  background-color: #fff;
  border: 1px solid #dadbdd;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #606266;
  padding: 11px 15px;
  border-radius: 7px;
  box-sizing: border-box;
}
.hsForm form textarea { height: 100px; }
.hsForm .required-wrap {
	display: block;
	color: #fff;
	font-size: 12px;
	padding: 0 0 30px 0;
	max-width: 920px;
}
.hsForm .required-wrap span {
	font-weight: 700;
	font-size: 14px;
	display: block;
	padding: 10px 0;
}
.hsForm .formSubmitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.hsForm .formSubmit {
	background-color: #1a7efb;
	color: #fff;
	border: 0;
	border-radius: 5px !important;
	width: 100%;
	height: 60px;
	line-height: 1;
	padding: 0 15px;
	max-width: 250px;
	text-align: center;
	text-transform: uppercase;
	transition: transform 0.3s ease;
}
.hsForm .formSubmit:hover {
	color: #000;
	background-color: #ecc829;
	cursor: pointer;
}
.subslide {
	background-position: center top; 
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 250px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#subslide1 { background-image: url(img/slides/sub/800/1.webp); }
.page-id-6812 .subslide,
.page-id-8994 .subslide { min-height: 530px; }
.page-id-6905 #subslide1,
.page-id-6907 #subslide1,
.page-id-6906 #subslide1 { background-image: url(img/slides/sub/800/2.webp); }
.page-id-6905 .subslide,
.page-id-6907 .subslide,
.page-id-6906 .subslide { min-height: 1000px; }
/*#subslide2 { background-image: url(img/slides/sub/800/2.webp); }
#subslide3 { background-image: url(img/slides/sub/800/3.webp); }*/
.subslideInner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	color: #fff;
	text-align: center;
	padding: 40px 20px;
}
.subslideInner span {
	 display: block;
	 text-transform: uppercase;
}
.subSHead {
	font-size: 25px;
	line-height: 1.2;
	padding: 15px 0;
	font-weight: 700;
}
.subBenefitList {
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-self: center;
  justify-content: center;
  align-items: center;
  gap: 5px 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.subBenefitList li {
	color: #fff;
	padding: 45px 10px 10px;
  background-color: rgba(28,79,141,.77);
  border: 1px solid #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 80px;
  position: relative;
  flex-basis: 180px;
  flex-grow: 1;
}
.subBenefitList li:before {
	content: '';
  position: absolute;
  background-image: url(img/icons/subslide-icon.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 160px 41px;
  width: 40px;
  height: 41px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.subBenefitList li:nth-child(2):before { background-position: -40px 0; }
.subBenefitList li:nth-child(3):before { background-position: -80px 0; }
.subBenefitList li:nth-child(4):before { background-position: -120px 0; }
.subSbtn {
	display: block;
	background-color: #ff0000;
	box-sizing: border-box;
	border-radius: 5px;
  color: #fff;
  font-size: 18px;
  border: 0;
  width: 100%;
  line-height: 1.2;
  padding: 18px 15px 20px 15px;
  max-width: 350px;
  margin: 15px auto;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.3s ease;
}
.subSbtn:hover {
  background-color: #141c33;
  cursor: pointer;
}
.subSgoogle {
	background-color: rgba(255,255,255,.21);
  border-radius: 5px;
  padding: 15px 30px 15px 30px;
  align-self: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 16px;
  max-width: 510px;
  margin: 0 auto;
}
.subAttyWrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}
.subAttyImg {
	box-sizing: border-box;
	max-width: 280px;
	margin: 0 auto;
}
.subAttyImg img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}
.subAttyInfo { text-align: left; }
.subAttyName {
	font-size: 28px;
	font-weight: 700;
}
.subAttyTitle {
	font-size: 18px;
	font-weight: 700;
}
.subAttyInfo a {
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 0 0 0 40px;
	margin: 10px 0;
	position: relative;
}
.subAttyInfo a:before {
  content: '';
  position: absolute;
  background-image: url(img/icons/atty-icons.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 60px 30px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.subAttyInfo a.subAttyEmail:before { background-position: -30px 0; }
.subAttyInfo a:hover { text-decoration: underline; }

@media screen and (min-width: 555px) {
	#homeslides { padding: 0 0 550px; }
}
@media screen and (min-width: 600px) {
	#homeslides { padding: 0 0 440px; }
	.slideBox { width: 70%; }	
	.hsForm .formUpper .input-wrap:nth-child(2n+1) { margin: 0 12px 10px 0;}
	.hsForm .formUpper .input-wrap {
	  float: left;
	  width: calc(50% - 6px);
	}
	.subBenefitList { gap: 15px 20px; }
}

@media screen and (min-width: 710px) {
	#homeslides { padding: 0 0 385px; }
}
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	.hsWrap { position: relative; }
	#homeslides { height: 800px; padding: 0;}
	.formExpanded #homeslides {height: 930px;}
	.hsForm .required-wrap { display: none; transition: 0.5s; }
	.formExpanded .hsForm .required-wrap { display: block; } 
	#homeslideImg1 { background-image: url(img/slides/home/1120/1.webp); }
	.slideContent { align-items: flex-start; }
	.slideBox { width: 60%; padding: 190px 20px 20px;}
	.hsForm {
		background-color: transparent;
		position: absolute;
		max-width: 1000px;
		width: 65%;
		left: 0;
		bottom: 0;
		z-index: 99;
		animation-duration: 1s;
   animation-fill-mode: both;
   animation-name: fadein;
	 animation-delay: 0.5s;
	}
@keyframes fadein {
  from {
  	opacity: 0;
  }

  to {
  	opacity: 1;
  }
}
	.subslide { min-height: 350px; }
	#subslide1 { background-image: url(img/slides/sub/1120/1.webp); }
	.page-id-6905 #subslide1,
	.page-id-6907 #subslide1,
	.page-id-6906 #subslide1 { background-image: url(img/slides/sub/1120/2.webp); }
	.page-id-6905 .subslide,
	.page-id-6907 .subslide,
	.page-id-6906 .subslide {  min-height: 850px; }
	/*#subslide2 { background-image: url(img/slides/sub/1120/2.webp); }
	#subslide3 { background-image: url(img/slides/sub/1120/3.webp); }*/
	.subslideInner { top: 180px; }
	.subSHead { font-size: 35px; padding: 20px 0 30px;}
	.subAttyWrap {
		flex-direction: row-reverse;
		align-items: center;
		column-gap: 100px;
	}
	.subAttyImg { margin: 0; }
}

@media screen and (min-width: 1120px) {
	#homeslides { height: 900px; }
	.formExpanded #homeslides { height: 1000px; }
	.slideHead small { font-size: 18px; }
	.slideHead span { font-size: 50px; }
	.slideBody { font-size: 20px; }	
	.hsForm { width: 50%; }
	.subslide { min-height: 450px; }
	#subslide1 { background-image: url(img/slides/sub/2000/1.webp); }
	.page-id-6812 .subslide,
	.page-id-8994 .subslide,
	.page-id-6905 .subslide,
	.page-id-6907 .subslide,
	.page-id-6906 .subslide { min-height: 789px; }
	.page-id-6905 #subslide1,
	.page-id-6907 #subslide1,
	.page-id-6906 #subslide1 { background-image: url(img/slides/sub/2000/2.webp); }
	/*#subslide2 { background-image: url(img/slides/sub/2000/2.webp); }
	#subslide3 { background-image: url(img/slides/sub/2000/3.webp); }*/
	.subslideInner span { font-size: 20px; }
	.subBenefitList li { height: 100px; }
	.subSHead { font-size: 45px; }
	.subSbtn { font-size: 20px; max-width: 415px; margin: 30px auto; }
	.subAttyWrap { column-gap: 150px; }
	.subAttyImg { max-width: 400px; }
	.subAttyImg img { height: 454px; object-fit: cover; }
	.subAttyName { font-size: 45px; }
	.subAttyTitle { font-size: 22px; padding: 10px 0 0; }
	.subAttyInfo a { font-size: 20px; padding: 0 0 0 50px; margin: 25px 0 0; }
	.subAttyInfo a:before {
	  background-size: 80px 40px;
	  width: 40px;
	  height: 40px;
	}
	.subAttyInfo a.subAttyEmail:before { background-position: -40px 0; }
}
@media screen and (min-width: 1640px) {
	#homeslides { height: 935px; }
	.formExpanded #homeslides {height: 1050px; }
	#homeslideImg1 { background-image: url(img/slides/home/2000/1.webp); }
	.slideBox { width: 50%; }
	.slideBox { padding: 230px 20px 20px; }
	.subslide { min-height: 628px; }
	.page-id-6905 .subslide,
	.page-id-6907 .subslide,
	.page-id-6907 .subslide { min-height: 850px; }
	.subslideInner { top: 230px; }
}	

#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: 40px 20px; }
#contentArea {
	margin: 0 auto;
	overflow: hidden;
}
#mainContent {
	font-family: "Noto Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #464545;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		font-family: "Noto Sans", sans-serif;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		color: #141c33;
		font-size: 30px;
		font-weight: 700;
		padding: 0 0 20px 0;
	}
	.article h2 {
		color: #1c4f8d;
		font-size: 24px;
		font-weight: 700;
		padding: 0 0 15px 0;
	}
	.article h3 {
		color: #101010;
		font-size: 20px;
		font-weight: 700;
		padding: 0 0 10px 0;
	}
	.article h4 {
		font-size: 18px;
		font-style: italic;
		padding: 0 0 10px 0;
	}
	.article h5 {
		font-size: 18px;
		padding: 0 0 10px 0;
	}
	.subHead {
		display: block;
		color: #141C33;
		font-family: 'Lato', sans-serif;
		font-size: 20px;
		font-weight: 600;
		padding: 0 0 20px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
		max-width: 100%;
		height: auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
	.mcVid {
	  display: block;
	  max-width: 440px;
	  width: 100%;
	  margin: 0 auto 20px;
	  cursor: pointer;
	}
	.mcImg {
		display: block;
	  width: 440px;
	  max-width: 100%;
	  margin: 0 auto;
	}
	.mcVid img,
	.mcImg img {
		 box-sizing: border-box;
	   border-radius: 10px;
	   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	}
	.mcBottom {
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 20px;
		margin: 20px 0 0;
	}
	a.mcReadMore {
		background-color: #1c4f8d;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
		-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
		border-radius: 5px;
		display: block;
		box-sizing: border-box;
		color: #fff;
		padding: 15px 40px;
		margin: 0 0 10px;
		max-width: 240px;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		transition: 0.5s;
	}
	a.mcReadMore:hover { color: #000; background-color: #ecc829; text-decoration: none; }


@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	.sxn-content { padding: 40px; }
	#mainContent { 
		padding: 0;
		width: calc(100% - 40px - 300px);
		float: left;
		margin: 0 0 40px;
	}
	.page-id-1340 #mainContent,
	.blog #mainContent,
	.home #mainContent,
	.fwEntry #mainContent { float: none; margin: 0; width: 100%; }
	.article .alignright {
		float: right;
		margin: 0 0 5px 15px;
	}
	.article .aligncenter {
		display: block;
		margin: 0 auto;
	}
	.article .alignleft {
		float: left;
		margin: 0 15px 5px 0;
	}
	.article h1 { font-size: 32px; }
	.article h2 { font-size: 26px; }
	.article h3 { font-size: 22px; }
	.article h4 { font-size: 20px; }
  .mcTop {
  	display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .mcBottom { flex-direction: row; column-gap: 30px; }
  .mcSide,
  .mcBottom .mcImg { width: 40%; }
  .mcBottom .mcb-Cont { flex: 1; }
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}

@media screen and (min-width: 1120px) {
	.sxn-content { padding: 60px; }
	#mainContent { font-size: 18px; line-height: 1.6; width: calc(100% - 60px - 400px); }
	.article h1 { font-size: 45px; }
	.article h2 { font-size: 32px; }
	.article h3 { font-size: 26px; }
	.article h4 { font-size: 22px; }
	.article h5 { font-size: 20px; }
	.subHead { font-size: 23px; }
}

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

@media screen and (min-width: 800px) {
	#sidebar {
		float: right;
		padding: 0;
		width: 300px;
	}
}
@media screen and (min-width: 1120px) {
	#sidebar { gap: 57px 0; width: 400px; }
}	

/* Sidebar Areas */
.sbAreas {
	border-radius: 7px;
	background-color: #1c4f8d;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.sbAreas:before {
	content: "";
  background: url("img/sidebar/shape.webp");
  width: 150px;
  height: 80px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0px;
}
.sbAreas .sbHead { padding: 20px 15px; }
.sbAreasList {
	background-color: #141c33;
	padding: 10px 20px 30px;
}
.sbAreasItem {
	border-bottom: 1px solid #fff;
	width: 100%;
}
.sbAreas a {
	display: block;
	color: #fff;
	padding: 18px 20px;
	position: relative;
}
.sbAreas a:before {
	content: "";
  position: absolute;
  background: #d2d2d2;
  width: 1px;
  height: calc(100% - 40px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sbAreas a:hover { color: #FFFF00; }

@media screen and (min-width: 1120px) {
	.sbAreas .sbHead { font-size: 30px; }
	.sbAreasList { padding: 10px 30px 30px; }
}	

/* Sidebar Form */

.sbForm { 
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
	border-radius: 7px;
	padding: 20px;
	margin: 2px;
	background: #fff;
}
.sbForm p {
	font-size: 16px;
	text-align: center;
	padding: 20px;
}
.sbForm .input-wrap,
.sbForm .message-wrap { 
	margin: 0 auto 15px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 0;
}
.sbForm .formUpper .input-wrap:nth-child(2n+1) { margin: 0 10px 10px 0;}
.sbForm .formUpper .input-wrap {
	  float: left;
	  width: calc(50% - 5px);
	}
.sbForm form input[type="text"],
.sbForm form textarea{
  background-color: #f7f7f7;
  border: 1px solid #dadbdd;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #606266;
  padding: 11px 15px;
  border-radius: 7px;
  box-sizing: border-box;
}
.sbForm form textarea { height: 100px; }
.sbForm .required-wrap {
	display: block;
	font-size: 12px;
	padding: 0 0 30px 0;
	max-width: 920px;
}
.sbForm .required-wrap span {
	font-weight: 700;
	font-size: 14px;
	display: block;
	padding: 10px 0;
}
.sbForm .required-wrap p { 
	font-size: 12px;
	text-align: left;
	padding: 20px 0 0;
}
.sbForm .formSubmitBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.sbForm .formSubmit {
	background-color: #ff0000;
	color: #fff;
	border: 0;
	border-radius: 30px !important;
	width: 100%;
	height: 50px;
	line-height: 1;
	padding: 0 15px;
	max-width: 100%;
	text-align: center;
	text-transform: uppercase;
	transition: transform 0.3s ease;
}
.sbForm .formSubmit:hover {
	background-color: #141c33;
	cursor: pointer;
}
/* Result Zone */
.sxn-result {
	background: #1c4f8d;
	color: #fff;
	padding: 20px;
	overflow: hidden;
}
.resList {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.resItem { 
	text-align: center;
	position: relative;
	line-height: 1.2;
	padding: 20px 0;
}
.resItem:before { 
	content: '';
	position: absolute;
	background: #fff;
	width: calc(100% + 1000px);
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.resItem:last-child:before { content: none; }
.resItem strong {
	display: block;
	font-size: 40px;
}
@media screen and (min-width: 800px) {
	.resList { flex-direction: row; gap: 0 25px; }	
	.resItem { padding: 0 20px; }
	.resItem:before { 
		width: 2px;
		height: calc(100% + 1000px);
		left:auto;
		right: -10px;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
	}	
}	
@media screen and (min-width: 1120px) {
	.sxn-result { padding: 30px 20px; }
	.resItem strong { font-size: 50px; }
	.resItem { padding: 0 40px; }
	.resItem:before	{ right: -20px; }
}

/* Guide Zone */
.sxn-guide {
	background-color: #fafafa;
	padding: 40px 20px;
}
.guideList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px 30px;
	margin: 40px 0 0;
}
.guideItem { width: 280px;  }
.guideItem a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #1c4f8d;
	border-radius: 10px;
	font-weight: 700;
	font-size: 18px;
	padding: 25px 20px;
	text-transform: uppercase;
	transition: 0.5s;
}
.guideItem a:hover { color: #000; background-color: #ecc829; }
@media screen and (min-width: 1120px) {
	.sxn-guide { padding: 80px 0; }	
}
@media screen and (min-width: 1640px) {
	.guideItem a { font-size: 20px; }	
}
/* CTA zone */
.hpcta {
	display: block;
	background-color: #1c4f8d;
	padding: 40px 20px;
	transition: 0.5s;
}
.hpcta:hover {
	background-color: #ecc829;
}
.hpcta .cta-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	gap: 30px 20px;
}
.ctaTitle {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	line-height: 1.4;
	font-size: 25px;
}
.hpcta:hover .ctaTitle { color: #000; }
.ctaBtn {
	display: inline-block;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	background: #fff;
	text-align: center;
	padding: 15px 30px;
}
@media screen and (min-width: 800px) {
	.hpcta .cta-wrap { 
		justify-content: space-between;
		flex-direction: row;
		text-align: left;
	}	
}
@media screen and (min-width: 1120px) {
	.ctaTitle { font-size: 30px; }	
	.ctaBtn { padding: 15px 40px; }
}

/* Testimonial Zone */
.sxn-test {
	background-image: url(img/testimonials/bg.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 60px 20px;
	text-align: center;
}
.sxn-test .sxn-head { 
	color: #000;
	padding: 0 0 40px;
	text-align: center;
}
.testInner {
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.sxn-test img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.testBtn {
	background-color: #1c4f8d;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	padding: 15px 40px;
	margin: 40px 0 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
}
.testBtn:hover { color: #000; background-color: #ecc829; }
@media screen and (min-width: 1120px) {
	.sxn-test { padding: 80px 20px; }
	.testInner { padding: 40px; margin: 0 60px; }
}
@media screen and (min-width: 1640px) {
	.sxn-test { padding: 100px 20px; }
}

/* Badge Zone */

.sxn-badge {
	background-color: #fafafa;
	padding: 40px 20px;
}
.badgeList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin: 40px 0 0;
}

/* Why Zone */

.sxn-why {
	padding: 40px 20px;
}
.sxn-why .sxn-head span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 20px;
}
.whyList {
	display: flex;
	flex-direction: column;
	gap: 50px 40px;
	margin: 40px 0 0;
}
.whyItem { 
	display: flex;
	align-items: center;
	color: #101010;
	padding: 0 0 0 70px;
	position: relative;
}
.whyItem:before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  transform: translateY(-50%);
	  width: 50px;
	  height: 50px;
	  background-size: 300px 50px;
	  background-position: 0 0;
	  background-image: url(img/why/why-icons.webp);
	  background-repeat: no-repeat;
	  z-index: 2;
}
.whyItem2:before { background-position: -50px 0; }
.whyItem3:before { background-position: -100px 0; }
.whyItem4:before { background-position: -150px 0; }
.whyItem5:before { background-position: -200px 0; }
.whyItem6:before { background-position: -250px 0; }
.whyItem:after {
	content: "";
	position: absolute;
	background-color: #efefef;
	border-radius: 5px;
	top: 50%;
	left: -5px;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
}
@media screen and (min-width: 800px) {
	.whyList { flex-direction: row; flex-wrap: wrap; }
	.whyItem { width: calc(50% - 90px); }
}
@media screen and (min-width: 1120px) {
	.sxn-why { padding: 60px 20px; }
	.sxn-why .sxn-head span { font-size: 18px; }
	.whyList { margin: 80px 50px 0; gap: 90px 40px; }
	.whyItem { padding: 0 0 0 110px; width: calc(50% - 130px); line-height: 1.5; }
	.whyItem:before {
		width: 78px;
		height: 78px;
		background-size: 468px 78px;
	}
	.whyItem2:before { background-position: -78px 0; }
	.whyItem3:before { background-position: -156px 0; }
	.whyItem4:before { background-position: -234px 0; }
	.whyItem5:before { background-position: -312px 0; }
	.whyItem6:before { background-position: -390px 0; }
	.whyItem:after { width: 100px; height: 100px; left: -12px; }

}
@media screen and (min-width: 1640px) {
	.sxn-why { padding: 100px 0; }
	.sxn-why .sxn-head span { font-size: 24px; padding: 0 0 40px; }
	.whyList { margin: 80px 80px 0; }
}

/* Help Zone */
.sxn-help {
	color: #fff;
	background-image: url(img/help/bg.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 40px 20px;
}
.sxn-help .sxn-head { color: #fff; }
.helpCont { text-align: center;  }
.helpCont p { margin: 20px 0; }
.helpCont strong {
	display: block;
	max-width: 600px;
	margin: 0 auto 15px;
	padding: 0 0 10px;
	border-bottom: 2px solid #fff;
}
.helpCont a { color: #fff; }
.helpCont a.helpAddress { display: block; max-width: 350px; margin: 0 auto; }
.helpBtn {
	background-color: #1c4f8d;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	padding: 15px 40px 15px 80px;
	margin: 40px 0 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	position: relative;
}
.helpBtn:hover { color: #000; background-color: #ecc829; }
.helpBtn:before {
	content: '';
	position: absolute;
	background-image: url(img/help/phone.webp);
	background-position: top center;
	background-size: 100% auto;
	width: 28px;
	height: 28px;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
}
@media screen and (min-width: 1120px) {
	.sxn-help { padding: 60px 20px; }	
}
@media screen and (min-width: 1640px) {
	.sxn-help { padding: 100px 0; }	
}

/* Team Zone */
.sxn-team {
	background-image: url(img/team/bg.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 40px 20px;
}
.teamOuter { position: relative; }
.teamInner {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
}
.teamInner img {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 auto;
}
.teamInnerCont { margin: 20px 0 0; }
.teamInnerCont span {
	display: block;
	font-size: 25px;
	font-weight: 700;
	padding: 0 0 15px;
}
.teamBtn {
	background-color: #1c4f8d;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	padding: 15px 40px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
}
.teamBtn:hover { color: #000; background-color: #ecc829; }
.team-buttons {
  position: relative;
  text-align: center;
  margin: 40px auto 0;
  z-index: 9;
}
.team-button {
  width: 40px;
  height: 40px;
  background: url(img/team/arrow-slider.webp) no-repeat left top;
  background-size: 100% auto;
  cursor: pointer;
  display: inline-block;
  margin: 0 4px;
}
.team-button:hover {
  opacity: 0.8;
}
.team-button.team-button-next {
  transform: rotateY(-180deg);
}
@media screen and (min-width: 800px) {
	.teamInner { 
		display: flex;
		align-items: center;
		gap: 0 30px;
		max-width: 950px;
		margin: 0 auto;
	}
	.teamInnerCont { flex: 1; margin: 0; }
}
@media screen and (min-width: 1120px) {
	.sxn-team { padding: 60px 0; }
	.teamOuter { padding: 0 60px; }
	.teamInnerCont span { font-size: 30px; }
	.team-buttons {
	  content: "";
	  position: absolute;
	  width: 100%;
	  box-sizing: border-box;
	  top: 50%;
	  transform: translateY(-50%);
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  z-index: 9;
	}
	.team-button-prev {
	  float: left;
	  left: 0;
	}
	.team-button.team-button-next {
	  float: right;
	  left: auto;
	  right: 0;
	}	
}
@media screen and (min-width: 1640px) {
	.sxn-team { padding: 100px 0; }
	.teamInnerCont span { font-size: 40px; }
	.teamInner img { max-width: 450px; }	
}

/* FAQ Zone */
.sxn-faq {
	background-image: url(img/faq/bg.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 40px 20px;
	position: relative;
	z-index: 1;
}
.sxn-faq:before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg,rgba(20,28,51,0.9) 100%,rgba(20,28,51,0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.sxn-faq .sxn-head { 
	color: #fff;
	text-align: left;
	max-width: unset;
}
.sxn-faq .sxn-head span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 20px;
	text-transform: uppercase;
}
.faq {
  margin: 20px auto;
}
.faq-question {
  color: #101010;
  border-radius: 10px;
  background: #fff;
  padding: 15px 40px 15px 15px;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: transform 0.3s ease;
}
.faq-question.active::after {
  content: "-";
}
.faq-answer {
  display: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 25px 15px 15px;
  margin: -30px 0 0;
  border-top: none;
  background: #fff;
}
.faqBtn {
  display: inline-block;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  background: #fff;
  text-align: center;
  padding: 15px 30px;
  transition: 0.5s;
  text-transform: uppercase;
}
.faqBtn:hover { background-color: #1c4f8d; color: #fff; }
@media screen and (min-width: 1100px) {
	.sxn-faq { padding: 60px 20px; }
	.sxn-faq:before { width: 70%; }
	.faq { width: 60%; margin: 40px 0; }
}
@media screen and (min-width: 1640px) {
	.sxn-faq { padding: 100px 0; }
	.sxn-faq:before { width: 60%; }
	.sxn-faq .sxn-head span { font-size: 18px; }
	.faq-question { font-size: 22px; padding: 20px 50px 20px 20px; line-height: 1.5; }
}

/* Quote Zone */
.sxn-quote {
	color: #fff;
	background-color: #1c4f8d;
	text-align: center;
	padding: 40px 20px;
}
.quote {
	font-family: "Lato", sans-serif;
	font-size: 25px;
	font-weight: 700;
}
.quoteImg img {
	display: block;
	max-width: 91px;
	margin: 0 auto 20px;
	height: auto;
}
.quote-author { font-weight: 700; }

@media screen and (min-width: 1120px) {
   .quote { font-size: 35px; line-height: 1.4; }		
}

/* Videos Zone */
.sxn-videos {
	padding: 40px 20px;
}
.sxn-videos .sxn-wrap { max-width: 1250px; }
.video-outer {
	margin: 40px 0;
	position: relative;
}
.video-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;
}
.vidFrame {
	color: #000;
	display: block;
	box-sizing: border-box;
	border-radius: 10px;
	width: 100%;
  max-width: 500px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.vidFrame:hover { opacity: 0.9; }
.vidImg {
	background-image: url(img/videos/vid-thumb.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.vidTitle {
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding: 18px;
	text-align: center;
	line-height: 1.4;
}
.vid-buttons {
  position: relative;
  text-align: center;
  margin: 40px auto 0;
  z-index: 9;
}
.vid-button {
  width: 48px;
  height: 48px;
  background: url(img/videos/arrow-slider.webp) no-repeat left top;
  background-size: 100% auto;
  cursor: pointer;
  display: inline-block;
  margin: 0 4px;
}
.vid-button:hover {
  opacity: 0.8;
}
.vid-button.vid-button-next {
  transform: rotateY(-180deg);
}
.moreVidBtn {
	background-color: #1c4f8d;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	color: #fff;
	padding: 15px 40px;
	font-size: 20px;
	font-weight: 700;
	max-width: 250px;
	margin: 20px auto 0;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
}
.moreVidBtn:hover { color: #000; background-color: #ecc829; }

@media screen and (min-width: 600px) {
	.video-outer { padding: 0 60px; }
	.vid-buttons {
	  content: "";
	  position: absolute;
	  width: 100%;
	  box-sizing: border-box;
	  top: 50%;
	  transform: translateY(-50%);
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  z-index: 9;
	}
	.vid-button-prev {
	  float: left;
	  left: 0;
	}
	.vid-button.vid-button-next {
	  float: right;
	  left: auto;
	  right: 0;
	}
}	
@media screen and (min-width: 1120px) {
	.sxn-videos { padding: 60px 20px; }	
}
@media screen and (min-width: 1400px) {
	.sxn-videos { padding: 100px 20px; }	
	.video-outer { padding: 0 75px; }
}

/* Publications Zone */
.sxn-publications {
	background-color: #141c33;
	padding: 40px 20px;
}
.sxn-publications .sxn-head { color: #fff; }
.sxn-publications .sub-head { color: #fff; text-align: center; }
.pubList {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 180px 20px;
	margin: 180px 0 0;
}
.pubItem { max-width: 400px; margin: 0 auto; }
.pubInner {
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 130px 20px 20px;
	text-align: center;
	position: relative;
}
.pubItem .pubInner:before {
	content: '';
	position: absolute;
	background-image: url(img/publications/pub1.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	width: 200px;
	height: 265px;
	top: -150px;
	left: 0;
}
.pubItem2 .pubInner:before { background-image: url(img/publications/pub2.webp); }
.pubItem2 .pubInner:before { background-image: url(img/publications/pub3.webp); }
.pubInner span {
	display: block;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}
.pubBtn {
  background-color: #1c4f8d;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  margin: 30px 0 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
}
.pubBtn:hover { color: #000; background-color: #ecc829; }

@media screen and (min-width: 800px) {
	.pubList { flex-direction: row; }	
	.pubItem { flex: 1; max-width: unset; }

}
@media screen and (min-width: 1120px) {
  .sxn-publications { padding: 60px 20px; }
  .pubList { column-gap: 40px; margin: 200px 0 0;}
  .pubInner { padding: 130px 20px 40px; }
}
@media screen and (min-width: 1640px) {
	.sxn-publications { padding: 100px 0; }
}

/* Homepage Blog Zone */
.sxn-blog {
	background-color: #fafafa;
	padding: 40px 20px;
}
.blogList {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap:  20px;
	margin: 40px 0;
}
.blogItem { 
	max-width: 350px;
	margin: 0 auto;
}
a.blogImg {
	display: block;
	overflow: hidden;
}
.blogImg img {
	max-width: 100%;
	height: auto;
	transition: transform 0.5s ease;
}
a.blogImg:hover img {
  transform: scale(1.1);
}
.blogItemWrap {
/* 
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
 */
	padding: 20px 0;
}
.blogTitle {
	display: block;
	color: #000;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 0 5px;
}
.blogTitle:hover { 
	text-decoration: underline;
}
.blogBtn {
	background-color: #1c4f8d;
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	color: #fff;
	padding: 15px 40px;
	font-size: 20px;
	font-weight: 700;
	max-width: 300px;
	margin: 20px auto 0;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
}
.blogBtn:hover { color: #000; background-color: #ecc829; }

@media screen and (min-width: 1100px) {
	.sxn-blog { padding: 60px 20px; }
	.blogList { flex-direction: row; justify-content: space-between; gap: 0 40px; }
	.blogItem { flex: 1; max-width: unset; }
}
@media screen and (min-width: 1640px) {
	.sxn-blog { padding: 100x 0; }
}

/* Newsletter Zone */
.sxn-newsletter { padding: 40px 20px; text-align: center; }
.sxn-newsletter p { margin: 20px 0; }
.subscription-form input {
  background-color: #fff;
   border-radius: 7px;
  font-size: 16px;
  text-align: left;
  font-family: "Lato", sans-serif;
  padding: 17px 20px;
  margin: 0 10px 0 0;
  width: 250px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.subscription-form button {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 7px;
  padding: 15px 40px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 0 4px 2px rgba(0,0,0,.25);
  background-color: #1c4f8d;
  transition: 0.5s;
  border-style: none;
}
.subscription-form button:hover {
	color: #000;
  background-color: #ecc829;
}
@media screen and (min-width: 1640px) {
	.sxn-newsletter { padding: 40px 0 100px; }
}
#mainFooter {
	color: #fff;
	background-color: #141c33;
	padding: 40px 20px;
	overflow: hidden;
}
.mfWrapper {
	max-width: 1100px;
	margin: 0 auto;
}
.mfTop {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 40px;
}
#logo-footer {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto 30px;
}
	#logo-footer img {
	  display: block;
	  width: 100%;
	  height: auto;
	}
.firmInfo { margin: 20px 0; }
	.firmInfo strong {
		display: block;
		padding: 0 0 20px;
	}
	.firmInfoList li {
		padding: 8px 0 8px 40px;
		position: relative;
	}
	.firmInfoList li:before {
		content: '';
		position: absolute;
		background-image: url(img/icons/footer-icons.webp);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 90px 30px;
		width: 30px;
		height: 30px;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.firmInfoList li.firmInfoItem2:before { background-position: -30px 0; }
	.firmInfoList li.firmInfoItem3:before { background-position: -60px 0; }
	.firmInfoList a {
		color: #fff;
		transition: 0.5s;
		position: relative;
	}
	.firmInfoList a:hover { text-decoration: underline; }
.mfBadge img {
	display: block;
	max-width: 100%;
	height: auto;
}
.mfRight {
	text-align: center;
}
.mfFormHead {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 20px;
}
.mfForm .input-wrap,
.mfForm .message-wrap { 
	margin: 0 auto 15px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 0;
}
.mfForm form input[type="text"],
.mfForm form textarea{
  background-color: #fff;
  border: 2px solid #1c4f8d;
  display: block;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #101010;
  letter-spacing: 1px;
  padding: 20px 25px;
  border-radius: 7px;
  box-sizing: border-box;
}
.mfForm form textarea { height: 150px; }
.mfForm .required-wrap {
	display: block;
	color: #fff;
	font-size: 12px;
	padding: 0 0 30px 0;
	max-width: 920px;
}
.mfForm .required-wrap span {
	font-weight: 700;
	font-size: 14px;
	display: block;
	padding: 10px 0;
}
.mfForm .required-wrap p { padding: 20px 0 0; }
.mfForm .required-wrap a { color: #FFFF00; }
.mfForm .required-wrap a:hover { text-decoration: underline; }
.mfForm .formSubmitBox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.mfForm .formSubmit {
	background-color: #fff;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	border: 0;
	border-radius: 10px !important;
	width: 100%;
	height: 60px;
	line-height: 1;
	padding: 0 15px;
	max-width: 300px;
	text-align: center;
	text-transform: uppercase;
	transition: transform 0.3s ease;
}
.mfForm .formSubmit:hover {
	background-color: #ecc829;
	cursor: pointer;
}
@media screen and (min-width: 600px) {
	.mfForm .formUpper .input-wrap:nth-child(2n+1) { margin: 0 20px 10px 0;}
	.mfForm .formUpper .input-wrap {
	  float: left;
	  width: calc(50% - 10px);
	}
}
@media screen and (min-width: 1100px) {
	#mainFooter { padding: 60px 20px; }
	.mfFormHead { font-size: 30px; }
	.mfTop { flex-direction: row; }
	.mfTop > div { flex: 1; }
}
@media screen and (min-width: 1640px) {
	#mainFooter { padding: 100px 20px; }
	.mfFormHead { font-size: 35px; }
	.mfTop { column-gap: 60px; }
	.mfForm .formSubmit { font-size: 20px; max-width: 100%; margin: 0 20px; }
}
.main2-nav {
	border-style: solid;
	border-width: 2px 0 2px 0;
	border-color: #fff;
	text-align: center;
	position: relative;
	margin: 40px 0 20px; 
	padding: 15px 0;
}
.main2-nav li { padding: 5px 0; }
.main2-nav a {
	color: #fff;
	transition: 0.5s;
	line-height: 1;
}
.main2-nav a:hover { text-decoration: underline; }
.mfOffice {
	margin: 20px 0;
}
.mfCopyright { text-align: center; }
.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-size: 14px;
  line-height: 1;
}
.fNav li:after {
  content:'|';
  color:#fff;
  font-size:14px
}
.fNav li:last-child:after {
  display:none
}
.fNav a {
  padding: 0 8px;
  color:#fff;
}
.fNav a:hover {
  text-decoration:underline
}
.fNav li:first-child a {
  padding-left:0
}

@media screen and (min-width: 800px) {
	.main2-nav li { display: inline-block;}
	.main2-nav a { padding: 0 20px; }
}

/* 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 {
	display: block;
	font-size: 20px;
	font-weight: 700;
	display: block;
	line-height: 1.1;
	margin: 0 0 30px;
}
.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;
    }
}
*/

/* Practice Areas Page */
.mcAreasList a {
	display: block;
	background-color: #141c33;
	border-radius: 5px;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	padding: 20px;
	margin: 20px 0;
}
.mcAreasList a:hover {
	background-color: #1c4f8d;
	text-decoration: none;
}

@media screen and (min-width: 1120px) {
		.mcAreasList a { font-size: 35px; padding: 20px 30px; }
}

/* Location Page */
.locList {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px 0;
	margin: 40px 0 0;
}
.locInner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 0px;
	margin: 5px;
}
.locLeft { 
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 10px 15px;
	padding: 20px 20px 30px;
}
.locFirm {
	display: block;
	color: #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
}
.locAddress,
.locPhone { 
	display: block;
	font-size: 18px;
	color: inherit;
	padding: 10px 0 10px 50px;
	position: relative;
}
.locAddress:before,
.locPhone:before {
		content: '';
	  position: absolute;
	  background-image: url(img/icons/location-icons.webp);
	  background-repeat: no-repeat;
	  background-position: 0 0;
	  background-size: 60px 30px;
	  width: 30px;
	  height: 30px;
	  top: 50%;
	  left: 5px;
	  transform: translateY(-50%) scale(0.75);
	  z-index: 2;
}
.locPhone:before { background-position: -30px 0; }
.locAddress:after,
.locPhone:after {
	  content: '';
	  position: absolute;
	  background-color: #1c4f8d;
	  border-radius: 50%;
	  width: 40px;
	  height: 40px;
	  top: 50%;
	  left: 0;
	  transform: translateY(-50%);
	  z-index: 1;
}
.locAddress:hover,
.locPhone:hover { color: #ecc829; }
a.locBtn { 
	background-color: #1c4f8d;
	border-radius: 5px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	display: inline-block;
	color: #fff;
	padding: 20px 35px;
	max-width: 200px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
}
a.locBtn:hover { 
	color: #000;
	background-color: #ecc829;
	text-decoration: none;
}
.locMap iframe {
	width: 100%;
	height: 300px;
}
@media screen and (min-width: 1100px) {
	.locInner { flex-direction: row; }
	.locInner > div { flex: 1; }
	.locLeft { padding: 40px; }
	.locFirm { font-size: 35px; }
	.locMap { height: 100%; }
	.locMap iframe { height: 100%; }

}

/* SubForm */
.sxn-subForm {
	text-align: center;
	color: #464545;
	padding: 40px 20px;
	margin: 10px;
}
.sxn-subForm p { padding: 20px 0 30px; }
.sxn-subForm .input-wrap,
.sxn-subForm .message-wrap { 
	margin: 0 auto 15px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 0;
}
.sxn-subForm form input[type="text"],
.sxn-subForm form textarea{
  background-color: #fff;
  display: block;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  -moz-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border: 0;
  border-radius: 7px;
  width: 100%;
  font-size: 16px;
  color: #868e96;
  padding: 20px 25px;
  border-radius: 7px;
  box-sizing: border-box;
}
.sxn-subForm form textarea { height: 150px; }
.sxn-subForm .required-wrap {
	display: block;
	color: #464545;
	font-size: 12px;
	padding: 0 0 30px 0;
	max-width: 800px;
	margin: 0 auto;
}
.sxn-subForm .required-wrap span {
	font-weight: 700;
	font-size: 14px;
	display: block;
	padding: 10px 0;
}
.sxn-subForm .formSubmitBox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.sxn-subForm .formSubmit {
	background-color: #1c4f8d;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	border: 0;
	border-radius: 10px !important;
	width: 100%;
	height: 60px;
	line-height: 1;
	padding: 0 15px;
	max-width: 350px;
	text-align: center;
	text-transform: uppercase;
	transition: transform 0.3s ease;
}
.sxn-subForm .formSubmit:hover {
	background-color: #ecc829;
	cursor: pointer;
}
@media screen and (min-width: 600px) {
	.sxn-subForm .formUpper .input-wrap:nth-child(2n+1) { margin: 0 20px 10px 0;}
	.sxn-subForm .formUpper .input-wrap {
	  float: left;
	  width: calc(50% - 10px);
	}
}
@media screen and (min-width: 1640px) {
	.sxn-subForm { padding: 80px 0; }
	.sxn-subForm .formSubmit { font-size: 20px; margin: 0 10px; }
}

/* Blog Page */

.article ul.blog-page-list {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 20px 10px;
	list-style-type: none;
	flex-wrap: wrap;
}
.article li.blog-page-item { 
	list-style-type: none;
	margin: 0 auto;
	padding: 20px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
	flex-basis: 270px;
}
a.blog-page-img {
	display: block;
	box-sizing: border-box;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.25) 0px 0px 8px;
  border-radius: 5px;
	overflow: hidden;
}
.blog-page-img img {
	display: block;
	max-width: 100%;
	height: auto;
}
.blog-page-itemwrap {
/* 
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
 */
 	text-align: right;
	padding: 20px 0;
}
.blog-page-title {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	padding: 0 0 5px;
}
.blog-page-title:hover { 
	text-decoration: underline;
}

@media screen and (min-width: 1100px) {
	.article ul.blog-page-list { gap: 30px 20px; }
	.article li.blog-page-item { flex-basis: 285px;  }
	.blog-page-title { font-size: 24px; }
}

/* Attorney page*/

.article .mcTeam ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 20px;
}
.article .mcTeam ul li {
	box-sizing: border-box;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
	border-radius: 7px;
	list-style-type: none;
	width: 315px;
	height: auto;
}
.mcTeam li a {
	display: block;
	color: #000;
	padding: 0 0 20px;
}
.mcTeam li a:hover { text-decoration: none; opacity: 0.85; }
.mcTeam li .teamImg {
  height: 310px;
  width: 100%;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  overflow: hidden;
}
.mcTeam li .teamImg img {
	display: block;
	object-fit: cover;
	max-width: 100%;
	height: auto;
}
.mcTeam span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #000;
	width: 100%;
	padding: 10px 0 0;
}
.mcTeam li a:hover span {text-decoration: underline;}
.mcTeam small {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #464545;
}
.sxn-teamRef {
	background-color: #f9f9f9;
	padding: 40px 20px;
}
.sxn-teamRef .sxn-head,
.sxn-awards .sxn-head { padding: 0 0 30px; }
.sxn-awards { padding: 40px 20px; }
.awardsList {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
}
.awardsList li {
	box-shadow: rgba(99, 99, 99, 0.35) 0px 2px 8px 0px;
	align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-basis: 300px;
  padding: 20px;
  width: 100%;
}
.awardsList li img {
	display: block;
	max-width: 100%;
	height: auto;
}
.awardsList li p {
	text-align: center;
}
@media screen and (min-width: 1120px) {
		.mcTeam span { font-size: 28px; }
		.sxn-teamRef,
		.sxn-awards { padding: 60px 20px; }
}

/* faq Page */

.article ul.faq-page-list {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 20px 10px;
	list-style-type: none;
	flex-wrap: wrap;
}
.article li.faq-page-item { 
	list-style-type: none;
	margin: 0 auto;
	padding: 20px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
	flex-basis: 270px;
}
a.faq-page-img {
	display: block;
	box-sizing: border-box;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.25) 0px 0px 8px;
	margin: 0 0 20px;
    border-radius: 5px;
	overflow: hidden;
}
.faq-page-img img {
	display: block;
	max-width: 100%;
	height: auto;
}
.faq-page-itemwrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	padding: 20px 0;
}
.faq-page-title {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	padding: 0 0 10px;
}
.faq-page-title:hover { 
	text-decoration: underline;
}
.faq-page-itemwrap span { font-size: 15px; }

@media screen and (min-width: 1120px) {
	.article ul.faq-page-list { gap: 30px 20px; }
	.article li.faq-page-item { flex-basis: 285px; }
	.faq-page-title { font-size: 24px; }
}

/* 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: #940C18;
	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:10px auto 20px
}

.vfActive {
    display: block
}

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

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

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

/* Custom Table */
.table-custom {
  margin: 20px auto;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.table-custom thead {
  background-color: #d3d3d3;
  text-align: left;
}
.table-custom th, .table-custom td {
  border: 1px solid #000;
  padding: 10px;
}
.table-custom th:first-child { width: 35%; }

/* Subpage custome css */
.mcMap iframe {
	width: 100%;
	height: 400px;
}
a.onsite-btn {
	display: block;
  color: #fff;
  background-color: #2d3e50;
  border: 2px solid transparent;
  font-size: 1.125em;
  padding: 15px 32px;
  margin: 20px auto;
  max-width: 350px;
  transition: all .4s ease-in-out;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
}
a.onsite-btn:hover { opacity: 0.8; text-decoration: none; }

/* Videos Page */
.mcVideo {
	padding: 40px 20px;
}
.vidList {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
}
.vidItem {
	box-shadow: rgba(99, 99, 99, 0.35) 0px 2px 8px 0px;
  flex-basis: 330px;
}

/*  < 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( 70vh - 140px );
		overflow-y: auto;
	}
/*	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu > ul {
		max-height: calc( 20rem - 140px );
	} */
	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu {
		left: 100%;
		top: 0;
	}
	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu ul {
		left: 0;
	}
	nav.mm .navmm_scrollable .navmm_scroll_menu > ul {
		-moz-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}
	nav.mm .navmm_scrollable .menu_more_indicator {
		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: #1c4f8d;
		border: 1px solid #fff;
		
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator.js_inactive {
		display: none;
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator.js_scroll_inactive {
		display: none;
	}
	nav.mm .navmm_scrollable .menu_more_indicator .menu_more_indicator_label {
		display: inline-block;
		padding: 1px 0 0;
		vertical-align: middle;
	}
	nav.mm .navmm_scrollable .menu_more_indicator_icon {
		display: inline-block;
		margin: 0 0 0 10px;
		width: 19px;
		height: 31px;
		vertical-align: middle;
		background-image: url(img/mouse-scroll-animation.png);
	}
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu > ul ul {
		opacity: 1;
		position: relative;
		top: 0;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 100%;
		border-left: 0;
		border-bottom: 0;
		transform: scaleY(1);
	}
/* 
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu > ul > li > ul {
		margin: 0 0 0 20px;
		width: calc( 100% - 21px );
	}
 */
}
/*  </ navmm_scrollable v1.3 >  */

nav.mm .navmm_scrollable .navmm_scroll_menu ul {top: 0;}
nav.mm .navmm_scrollable .navmm_scroll_menu ul ul {padding: 0;}
nav.mm .navmm_scrollable .navmm_scroll_menu ul a { color: #fff; }
nav.mm .navmm_scrollable ul li:hover > a { background: #141c33;} /* modme to match ul bg color */
nav.mm .navmm_scrollable ul li:hover > a:hover {background: #1c4f8d;} /* 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: #3672b3;
    color: #fff;
    padding: 7px 20px;
    display: block;
    width: 200px;
    margin: 0 auto 0;
    text-align: center;    
}
a#univ_load_more_posts:hover {
    background-color: #518ac8;
    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 */