/*
Theme Name: Law Office of Gregory H. Comings, APC
Version: 100.0
Template: universal
*/

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

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

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

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

a {outline: none;}

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

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

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

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	background: #fff;
}
a {color: #3B7697;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
.animate__animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {opacity: 1;}
article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}
#crumbs {
  font-size: 14px;
  margin: 0 0 20px;
}
.sxn-wrap {
	max-width: 1600px;
	margin: 0 auto;
}
.sxn-head {
	font-family: 'Libre Baskerville', serif;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}
.sxn-head span {
	display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 6px;
	padding: 0 0 10px 6px;
	position: relative;
}
.sxn-head span::before,
.sxn-head span::after {
  content: "";
  flex: 1; 
  height: 2px; 
  background: #FFFFFF; 
}

@media screen and (min-width: 1120px) {
		.sxn-head { font-size: 32px; }
}
@media screen and (min-width: 1640px) {
		body { font-size:18px; }
		.sxn-head { font-size: 40px; }
		.sxn-head span { font-size: 18px; letter-spacing: 10px; padding: 0 0 20px 10px; }
}
#wrapper {}
#persistentHeader {
	background-color: #162833;
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
#mhWrapper {
	max-width: 1600px;
	margin: 0 auto;
}
#mhWrapper * {
  transition: all 0.4s;
}
#mainHeader {
	padding: 20px;
}
	#logo-main {
		display: block;
		width: 100%;
		max-width: 250px; /*modme*/
		margin: 0 auto;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhRight { 
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 10px 20px;
		color: #fff;
		margin: 20px 0 0;
	}
	.mhInfo { font-size: 14px; }
	.mhInfo em { position: relative; }
	.mhInfo em:first-child { padding:0 20px 0 0; }
	.mhInfo em:first-child:before {
		content: '';
		position: absolute;
		background: #fff;
		border-radius: 50%;
		width: 7px;
		height: 7px;
		top: 50%;
		right: 4px;
		transform: translateY(-50%);
	}
	.mfCTA a { 
		display: block;
		box-sizing: border-box;
		background-color: #FCCC00;
		border-radius: 6px;
		color: #000;
		font-size: 15px;
		line-height: 1;
		margin: 6px auto;
		padding: 12px 14px;
		text-transform: uppercase;
	}
	.mfCTA a:hover { background-color:#fff; }
	.mhLang {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 0;
	}
	.mhLang span { font-size: 14px; }
	.mhLangSwitch {
	  position: relative;
	  display: inline-block;
	  box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  width: 85px;
	  height: 47px;
	  transform: scale(0.7);
	}
	.mhLangSwitch input {
	  opacity: 0;
	  width: 0;
	  height: 0;
	}
	.mhLangSlider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  border: 3px solid #fff;
	  box-sizing: border-box;
	  border-radius: 8px;
	  -webkit-transition: .4s;
	  transition: .4s;
	}
	.mhLangSlider::before {
	  box-sizing: border-box;
	  position: absolute;
	  content: "";
	  height: calc(100% - 8px);
	  width: 34px;
	  left: 5px;
	  top: 4px;
	  border-radius: 2px;
	  background-color: #fff;
	  -webkit-transition: .4s;
	  transition: .4s;
	}
	input:checked + .mhLangSlider:before {
	  -webkit-transform: translateX(35px);
	  -ms-transform: translateX(35px);
	  transform: translateX(35px);
	}
/* 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 15px;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	font-family: 'Roboto', "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}
/*nav.mm > ul > li > a:hover {transition: background 300ms linear;}*/
nav.mm > ul > li.menu-item-has-children > a { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } 
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #FCCC00; color: #000;}
nav.mm ul ul {background: #FCCC00; width: 180px;}
nav.mm ul ul li:hover > a {background: #fff; color: #000;}
nav.mm ul ul li {border-top: 1px solid #fff;}
nav.mm ul ul a {
	color: black;
	padding: 12px 10px;
	font-size: 14px;
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li {display: inline-block;}
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}

body.admin-bar #mmiWrapper {position: static;}
body.admin-bar.mob_menu #wrapper {padding: 0;}
body.mob_menu #wrapper {padding: 34px 0 0;}
body.mob_menu #wpadminbar {position: absolute;}
body.fsMenuOn #wpadminbar, body.fsMenuOn #contact-tab {display: none;}
#mmiWrapper, #mblSearchCont, nav.mm_mob {display: none;}
.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {display: block;}
.fsMenuOn #mmiWrapper {z-index: 1;}
#mmiWrapper, #closeMenu {background: #3B7697;} /*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: #182D3A; /*modme*/
	z-index: 9999;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 0;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
		    padding: 5px 20px 4px 0;
		    color: #fff;
		    font: 15px/1 'Roboto', sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			color: #000;
			background: #FCCC00; /*modme*/
			text-decoration: none;
		}
			nav.mm_mob ul a {padding-left: 20px;}
			nav.mm_mob ul ul a {padding-left: 40px;}
			nav.mm_mob ul ul ul a {padding-left: 60px;}
			nav.mm_mob ul ul li a {text-transform: none;}
#closeMenu {
	display: none;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-family: arial, sans-serif;
	color: #fff;
	z-index: 999999999;
	top: 0;
	right: 0;
	width: 100%;
	text-transform: uppercase;
	position: fixed;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
}
#closeMenu:hover {text-decoration: none; color: #ccc;}
body.fsMenuOn #menuWall {
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	content: "";
	width: 100%;
	height: 200%;
	left: 0;
	top: 0;
}
#mblSearch {
	max-width: 350px;
	padding: 0 20px 20px;
	overflow: hidden;
}
#mblsInput, #mblsSubmit {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	float: left;
	display: inline;
	box-sizing: border-box;
}
#mblsInput {
	box-sizing: border-box;
    padding: 0 16px;
    width: 70%;
    height: 32px;
    font: 14px/normal arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #FCCC00;
    border-radius: 4px 0 0 4px;
    outline: 0;
}
#mblsSubmit {
	cursor: pointer;
    width: 30%;
    height: 32px;
    color: #000;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    background: #FCCC00;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #FFE161;} /*modme*/

@media screen and (min-width: 800px) {
	#wrapper {
			padding: 231px 0 0; /*modme*/
	}
	#persistentHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.mhRight {flex-direction: row;  }
	.mfCTA a { margin:0; }
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
}
@media screen and (min-width: 1120px) {
	#wrapper { padding:0; /*modme*/}
	#mhWrapper { position:relative; }
	#mainHeader { display: flex; align-items:flex-start; }
	#persistentHeader { background-color:transparent; }
	#logo-main { margin:0; }
	.mhRight { flex: 1; justify-content: flex-end; margin:0;  }
	.mhInfo { font-size: 16px; }
	nav.mm { position:absolute; right:20px; bottom:10px; padding:0; }
	body.sticky_zone #mainHeader { padding: 15px 20px; }
	body.sticky_zone #persistentHeader  { background-color: #182D3A }
}
@media screen and (min-width: 1350px) {
	#logo-main { max-width:300px; }
	.mhInfo { font-size:18px; }
	.mfCTA a { font-size: 16px; }
	nav.mm { bottom: 20px; }
	nav.mm > ul > li > a { font-size:18px; padding: 10px 18px; }
	nav.mm ul ul a { font-size: 16px; }
	body.sticky_zone #logo-main { max-width: 260px; }
	body.sticky_zone nav.mm { bottom: 6px; }
}
@media screen and (min-width: 1640px) {
	#logo-main { max-width:415px; margin: 28px 0 0; }
	.mhRight { column-gap: 30px; }
	.mhInfo { font-size: 20px; }
	.mfCTA a { font-size: 18px; padding: 14px 22px; }
	.mhLang span { font-size: 16px;}
	nav.mm { bottom: 80px; }
	nav.mm > ul > li > a { font-size:22px; padding: 10px 20px; }
	nav.mm ul ul { width: 210px; }
	nav.mm ul ul a { font-size: 18px; }
	.mhLang { column-gap:12px; }
	.mhLangSwitch { transform: scale(1); }
	body.sticky_zone #logo-main { max-width: 290px; margin: 0; }
	body.sticky_zone .mfCTA a { font-size: 16px; padding: 12px 18px; }
	body.sticky_zone .mhInfo { font-size: 18px; }
	body.sticky_zone .mhLang span { font-size: 14px; }
	body.sticky_zone .mhLang { column-gap:0; }
	body.sticky_zone .mhLangSwitch { transform: scale(0.7); }
	body.sticky_zone nav.mm { bottom: 15px; }
  body.sticky_zone nav.mm ul ul a { font-size:16px;  }
	body.sticky_zone nav.mm > ul > li > a { font-size:18px;  }
}
.hsWrap { position: relative; }
#homeslides {
	position: relative;
	overflow: hidden;
	height: 320px;
	padding: 0;
}
.homeslide {
	display: block;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 1000ms ease;
	z-index: 99;
}
.homeslideImg {
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
#homeslideImg1 { background-image: url(img/slides/home/800/1.webp); }
#homeslideImg2 { background-image: url(img/slides/home/800/2.webp); }
#homeslideImg3 { background-image: url(img/slides/home/800/3.webp); }
.slideContent {
  box-sizing: border-box;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 9;
}
.slideContent:before {
	content: '';
	position: absolute;
  background: linear-gradient(0deg,rgba(18, 62, 88, 0) 0%, rgba(18, 62, 88, 1) 100%);
	height: 32%;
	width: 100%;
	top: 0;
	left: 0;
}
.slideContent:after {
	content: '';
	position: absolute;
  background: linear-gradient(0deg,rgba(18, 62, 88, 1) 0%, rgba(18, 62, 88, 0) 100%);
	height: 50%;
	width: 100%;
	bottom: 0;
	left: 0;
}
.slideInner:before {
	content: '';
	position: absolute;
  background: linear-gradient(90deg,rgba(18, 62, 88, 1) 0%, rgba(18, 62, 88, 0) 100%);
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
	z-index: 1;
}
.slideInner:after {
	content: '';
	position: absolute;
  background: linear-gradient(90deg,rgba(18, 62, 88, 0) 0%, rgba(18, 62, 88, 1) 100%);
	height: 100%;
	width: 50%;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.slideBox {
	opacity: 0;
	position: absolute;
	max-width: 1600px;
	width: 100%;
	bottom: 10%; 
	left: 50%;
	transform: translateX(-50%);
	padding: 0 20px;
	box-sizing: border-box;
	transition: all 500ms ease;
	z-index: 9;
}
.slideTxtAnimate .slideBox {
	opacity: 1;
}
.slideHead { 
	opacity: 0;
	color: #fff;
	font-size: 20px;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	transition: all 1000ms ease;
	transform: translateY(-100px);
}
.homeslide.slideTxtAnimate .slideHead {
		opacity: 1;
		transform: translateY(0);
	}
.slideHead small { 
	font-size: 14px;
	position: relative;
	text-transform: none;
}
#homeslide1 .slideHead small { display:block; }
#homeslide2 .slideHead small { display: block;}
#homeslide3 .slideHead span { padding: 0 0 0 30px; }
.slideHead strong { font-size: 25px; font-weight: 400;}
.slideMore {
	max-width: 250px;
	margin: 30px auto 0;
	position: relative;
}
.slideMore a {
	display: block;
  box-sizing: border-box;
  background-color: #FCCC00;
  border-radius: 6px;
  color: #000;
  font-size: 15px;
  line-height: 1;
  padding: 14px 14px 12px 14px;
  transition: all 1000ms ease;
  text-align: center;
  text-transform: uppercase;
}
.slideMore a:hover { background-color:#fff; }
.subslide {
	background-position: center top; 
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.subslide:before {
	content: '';
	position: absolute;
  background: linear-gradient(0deg,rgba(18, 62, 88, 0) 0%, rgba(18, 62, 88, 1) 100%);
	height: 32%;
	width: 100%;
	top: 0;
	left: 0;
}
.subslide:after {
	content: '';
	position: absolute;
  background: linear-gradient(0deg,rgba(18, 62, 88, 0.5) 0%, rgba(18, 62, 88, 0) 100%);
	height: 30%;
	width: 100%;
	bottom: 0;
	left: 0;
}
.subslideInner:before {
	content: '';
	position: absolute;
  background: linear-gradient(90deg,rgba(18, 62, 88, 1) 0%, rgba(18, 62, 88, 0) 100%);
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
	z-index: 1;
}
.subslideInner:after {
	content: '';
	position: absolute;
  background: linear-gradient(90deg,rgba(18, 62, 88, 0) 0%, rgba(18, 62, 88, 1) 100%);
	height: 100%;
	width: 50%;
	bottom: 0;
	right: 0;
	z-index: 1;
}
#subslide1 {background-image: url(img/slides/sub/800/1.webp);}
#subslide2 {background-image: url(img/slides/sub/800/2.webp);}
#subslide3 {background-image: url(img/slides/sub/800/3.webp);}
#subslide4 {background-image: url(img/slides/sub/800/4.webp);}
#subslide5 {background-image: url(img/slides/sub/800/5.webp);}
#subslide6 {background-image: url(img/slides/sub/800/6.webp);}
#subslide7 {background-image: url(img/slides/sub/800/7.webp);}
#subslide8 {background-image: url(img/slides/sub/800/8.webp);}
#subslide9 {background-image: url(img/slides/sub/800/9.webp);}
#subslide10 {background-image: url(img/slides/sub/800/10.webp);}
#subslide11 {background-image: url(img/slides/sub/800/11.webp);}
#subslide12 {background-image: url(img/slides/sub/800/12.webp);}
#subslide13 {background-image: url(img/slides/sub/800/13.webp);}

@media screen and (min-width: 600px) {
		#homeslide1 .slideHead small { display: inline-block; padding: 0 0 0 40px; bottom: 6px; }
		#homeslide2 .slideHead span { padding: 0 0 0 40px; }
		#homeslide2 .slideHead small { display: inline-block; bottom: 4px; }
}

@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: 35px; line-height: 1.2 }
	.slideHead small { font-size: 20px; }
	.slideHead strong { font-size: 50px; line-height:1; }
	#homeslide1 .slideHead small { bottom: 18px; }
	.subslide { min-height: 350px; }
	#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);}
}
@media screen and (min-width: 1120px) {
	#homeslides { height: 540px; }
	#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); }
	 #homeslide2 .slideHead span { padding: 0 0 0 78px; }	
	 #homeslide3 .slideHead span { padding: 0 0 0 62px; }
	.slideBox { bottom: 64px; }
	.slideMore { max-width: 300px; margin: 60px auto 0; }
	.slideMore a { font-size: 18px; }
	.subslide { min-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);}
}
@media screen and (min-width: 1350px) {
	#homeslides { height: 600px; }
	.slideHead { font-size: 45px;}
	.slideHead small { font-size: 28px; }
	.slideHead strong { font-size: 70px; }
	#homeslide1 .slideHead small { bottom: 25px; padding: 0 0 0 90px; }
	#homeslide2 .slideHead span { padding: 0 0 0 98px; }	
  #homeslide3 .slideHead span { padding: 0 0 0 82px; }
}
@media screen and (min-width: 1640px) {
	#homeslides { height: 724px; }
	.slideBox { padding: 0; }
	.slideHead { font-size: 70px; line-height: 1.1; }
	.slideHead small { font-size: 40px; }
	.slideHead strong { font-size: 100px; }
	#homeslide1 .slideHead small { bottom: 40px; padding: 0 0 0 140px; }
	#homeslide2 .slideHead small { bottom: 10px; }
	#homeslide2 .slideHead span { padding: 0 0 0 150px; }	
	#homeslide3 .slideHead span { padding: 0 0 0 122px; }
	.slideMore { max-width: 365px; }
	.slideMore a { font-size: 22px; padding: 24px 14px 21px 14px; }
	.subslide { min-height: 569px; }
}
#sync {height: 0; width: 0;}
.syncItem {position: relative; z-index: 0;}

/* BELOW THE FOLD (BTF) BEGINS */

p {padding: 0 0 20px;}
li {list-style-type: none; list-style-position: outside;}
.topo {display: block; overflow: hidden;}
.topo img {display: block; width: 100%;}

.sxn-content { padding:20px; overflow: hidden; }
.home .sxn-content {
	background-image: url(img/content/bg.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 40px 20px;
}
#contentArea {
	margin: 0 auto;
}
#mainContent {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		font-family: 'Libre Baskerville', Times, "Times New Roman", serif;
		color: #000;
		padding: 0 0 10px 0;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
		text-transform: uppercase;
	}
	.home .article h1 { text-align: center; }
	.home .article h1 span {
		display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		letter-spacing: 6px;
		padding: 0 0 10px 6px;
		position: relative;
	}
  .home .article h1 span::before,
	.home .article h1 span::after {
	  content: "";
	  flex: 1; 
	  height: 2px; 
	  background: #000;
	} 
	.article h2 {
		font-size: 22px;
		padding: 0 0 15px 0;
	}
	.article h3 {
		font-size: 20px;
	}
	.article h4 {
		font-size: 18px;
		font-style: italic;
	}
	.article h5 {
		font-size: 18px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
		max-width: 100%;
		height: auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
	.mc-highlight { 
		font-family: 'Libre Baskerville', serif; 
		font-size: 20px;
		text-align: center;
	}
	.mcBtn {
		max-width: 270px;
		margin: 30px auto 0;
		position: relative;
	}
	.mcBtn a {
		display: block;
	  box-sizing: border-box;
	  background-color: #FCCC00;
	  border-radius: 6px;
	  color: #000;
	  line-height: 1;
	  padding: 18px 14px 15px 14px;
	  transition: all 1000ms ease;
	  text-align: center;
	  text-transform: uppercase;
	}
	.mcBtn a:hover { background-color:#FFE161; text-decoration: none !important; }
	.mcBadges {
		border-top: 2px solid #000;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 30px;
		margin: 40px 0 0;
		padding: 40px 0 0 20px;
	}
	.badgeItem img {
		display: block;
		width: 90%;
		height: auto;
	}

@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	.sxn-content { padding: 40px; }
	#mainContent { float: left; padding: 0; width: calc(100% - 40px - 300px);	}
	.home #mainContent,
	.fwEntry #mainContent { float: none; margin: 0 auto; width: auto; }
	.article .alignright {
		float: right;
		margin: 0 0 5px 15px;
	}
	.article .aligncenter {
		display: block;
		margin: 0 auto;
	}
	.article .alignleft {
		float: left;
		margin: 0 15px 5px 0;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
@media screen and (min-width: 1100px) {
	.mcBlock {
		position: relative;
		padding: 0 0 0 350px;
	}
	.mcBlock:before {
		content: '';
		position: absolute;
		background-image: url(img/content/atty-portrait.webp);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: auto 530px;
		width: 768px;
		height: 846px;
		bottom: -40px;
		left: 0;
	}
	.mcBadges { margin: 40px 0 0 90px; justify-content: center; }
}
@media screen and (min-width: 1120px) {
	.sxn-content { padding: 60px; }
	.home .sxn-content { padding: 60px 20px; }
	.article h1 { font-size: 32px; }
	.article h2 { font-size: 24px; }
	.mc-highlight { font-size: 25px; }
	.mcBlock:before { bottom: -60px; }
}
@media screen and (min-width: 1350px) {
	.mcBlock {
		padding: 0 0 0 380px;
	}
	.mcBlock:before { background-size: auto 560px; bottom: -80px; }
	.mcBadges { justify-content: flex-end; }
}
@media screen and (min-width: 1640px) {
	.home .sxn-content { padding: 90px 0 110px; }
	#mainContent { font-size: 18px; line-height: 1.8; width: calc(100% - 60px - 400px);  }
	.article h1 { font-size: 40px; }
	.home .article h1 span { font-size: 18px; letter-spacing: 10px; padding: 0 0 20px 10px; }
	.article h2 { font-size: 28px; }
	.article h3 { font-size: 22px; }
	.article h4 { font-size: 20px; }
	.article h5 { font-size: 20px; }
	.mcBlock { padding: 0 0 0 600px; }
	.mcBlock:before { background-size: auto 846px; bottom: -110px; }
	.mc-highlight { font-size: 30px; }
	.mcBtn {  max-width: 346px; margin: 50px auto 0; }
  .mcBtn a { font-size: 22px; padding: 23px 14px 22px 14px; }
  .mcBadges{ margin: 60px 0 0 130px; padding: 60px 0 0 20px; column-gap: 40px; }
  .headshot { max-width: 300px; margin: 0 30px 20px 0;}
}

/* Sidebar */
#sidebar { 
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	margin: 0 auto;
	max-width: 400px;
	padding: 30px 0 0 0; 
}
.sbHead {
	font-family: 'Libre Baskerville', serif;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}
.sbHead span {
	display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 6px;
	padding: 0 0 10px 6px;
	position: relative;
}
.sbHead span::before,
.sbHead span::after {
  content: "";
  flex: 1; 
  height: 2px; 
  background: #000; 
}
@media screen and (min-width: 800px) {
	#sidebar {
		float: right;
		padding: 0;
		width: 300px;
	}
}

@media screen and (min-width: 1640px) {
	#sidebar {  gap: 57px 0; width: 400px; }
	.sbHead { font-size: 28px; }
	.sbHead span { font-size: 18px; }
}

/* Sidebar Areas */
.sbAreas {
	background-image: url(img/sidebar/sbareas-bg.webp);
	padding: 30px 25px;
	overflow: hidden;
}
.sbAreasList { margin: 20px 0 0; }
.sbAreasItem a { 
	display: block;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 10px;
	line-height: 1.3;
	position:relative; 
	z-index: 1;
}
.sbAreasItem a:before {
	  content: '';
	  position: absolute;
	  background: linear-gradient(90deg,rgba(21, 38, 48, 1) 0%, rgba(43, 98, 130, 1) 50%, rgba(21, 39, 50, 1) 100%);
	  width: calc(100% + 50px);
	  height: calc(100% - 2px);
	  top: 0;
	  left: 50%;
	  transform: translateX(-50%);
	  transition: 0.4s;
	  z-index: -1;
}
.sbAreasItem a:hover:before { background: linear-gradient(90deg,rgba(21, 38, 48, 1) 0%, rgba(77, 140, 176, 1) 50%, rgba(21, 39, 50, 1) 100%); }
.sbAreasItem a:after {
	content: '';
	position: absolute;
	background: #fff;
	width: calc(100% + 40px);
	height: 2px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: -1;
}
.sbAreasItem:last-child a:after { content:none; }
.sbAreasItem a br { display:none; }
.sbAreasBtn {
	max-width: 100%;
	margin: 30px auto 0;
	position: relative;
}
.sbAreasBtn a {
	display: block;
  box-sizing: border-box;
  background-color: #FCCC00;
  border-radius: 6px;
  color: #000;
  line-height: 1;
  padding: 18px 14px;
  transition: all 1000ms ease;
  text-align: center;
  text-transform: uppercase;
}
.sbAreasBtn a:hover { background-color:#FFE161; }

@media screen and (min-width: 1640px) {
	.sbAreasItem a { padding: 22px 10px;}
	.sbAreasBtn { font-size: 22px; }
	.sbAreasBtn a { padding: 22px 14px; }
}
/* Sidebar Legal */
.sbLegal {
	color: #fff;
	background-image: url(img/sidebar/sblegal-bg.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 30px 20px;
	text-align: center;
	overflow: hidden;
}
.sbLegal .sbHead { 
	font-size: 25px;
}
.sbLegal .subsbHead {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	text-transform: uppercase;
}
.sbLegal p {
	padding: 15px;
	margin: 12px 0 0;
	position: relative;
	z-index: 1;
}
.sbLegal p:before {
	content: '';
	position: absolute;
	background-color: #000;
	width: calc(100% + 50px);
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.sbLegalLang em { position: relative; }
.sbLegalLang em:first-child { padding:0 20px 0 0; }
.sbLegalLang em:first-child:before {
	content: '';
	position: absolute;
	background: #FCCC00;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	top: 50%;
	right: 3px;
	transform: translateY(-50%);
}
.sbLegalPhone { margin: 5px 0 0; }
.sbLegalPhone a {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	padding: 0 0 0 45px;
	position: relative;
}
.sbLegalPhone a:hover { text-decoration: underline; }
.sbLegalPhone a:before {
	content: '';
	position: absolute;
	background-image: url(img/icons/phone-icon.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 0;
	transform: translateY(-50%) scale(0.75);
	filter: brightness(0) invert(1);
}
.sbLegalBtn {
	max-width: 100%;
	margin: 170px auto 15px;
	position: relative;
}
.sbLegalBtn a {
	display: block;
  box-sizing: border-box;
  background-color: #FCCC00;
  border-radius: 6px;
  color: #000;
  font-size: 18px;
  line-height: 1;
  padding: 20px 14px 18px 14px;
  transition: all 1000ms ease;
  text-align: center;
  text-transform: uppercase;
}
.sbLegalBtn a:hover { background-color:#FFE161; }

@media screen and (min-width: 1640px) {
	.sbLegal { padding: 30px 25px; }
	.sbLegal .sbHead { font-size: 38px; line-height:1.2; }
	.sbLegal .subsbHead { font-size: 24px; }
	.sbLegalBtn {  margin: 230px auto 15px; }
	.sbLegalBtn a { font-size:22px; padding: 24px 14px 21px 14px; }
	.sbLegal p { line-height: 1.6; }
	.sbLegalLang em { font-size: 20px; }
	.sbLegalPhone { margin: 10px 0 0; }
	.sbLegalPhone a { font-size: 32px; padding: 0 0 0 50px; }
	.sbLegalPhone a::before { transform: translateY(-50%) scale(1); }
}
/* Case Zone */
.sxn-cases {
	color: #fff;
	background: linear-gradient(90deg,rgba(21, 38, 48, 1) 0%, rgba(43, 98, 130, 1) 50%, rgba(21, 39, 50, 1) 100%);
	padding: 40px 20px;
}
.sxn-cases .sxn-head { color: #fff; }
.sxn-cases .sxn-head span { color: #FCCC00; }
.case-cont-outer { 
	padding: 0 10px;
	margin: 40px auto 0;
	overflow: hidden;
	position: relative;
}
.case-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;
}
.caseBox {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 6px;
	border: 2px solid #fff;
	padding: 30px 20px;
	overflow: hidden;
}
.caseName {
	font-size: 14px;
	text-transform: uppercase;
}
.caseTtl { 
   font-family: 'Libre Baskerville', serif;
   font-size: 20px;
   margin: 10px 0 0;
}
.caseIcon { 
	display: inline-block;
	padding: 10px;
	position: relative;
}
.caseIcon:before,
.caseIcon:after {
	content: '';
	position: absolute;
	border-top: 2px solid #fff;
	width: calc(100% + 500px);
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.caseIcon:before { right: 100%; }
.caseIcon:after { left: 100%; }
.case-buttons {
  position: relative;
  text-align: center;
  padding: 0 20px;
  margin: 40px auto;
  z-index: 99;
}
.case-button {
  width:80px;
  height:40px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 2px solid #fff;
  margin: 0 4px;
  display:inline-block;
  transition: 0.5s;
  position:relative;
}
.case-button:before {
    content: '';
	  position: absolute;
	  border-top: 2px solid #fff; 
	  width: calc(100% + 1000px);
	  top: 50%;
	  right: calc(100% + 16px);
	  transform: translateY(-50%);
	  z-index: 2;
}
.case-button:after {
   content: '';
   position: absolute;
   background: url(img/icons/slider-arrow.webp) no-repeat left top;
   background-size: 200% auto;
   width:79px;
   height:39px;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%) scale(0.7);
 
}
.case-button.case-button-next {
  transform:rotateY(-180deg);
}
.case-button:hover { 
   background-color: #fff;
 }
.case-button:hover:after { 
   background-position: right top;
 }
.case-more {
	max-width: 200px;
	margin: 30px auto 0;
	position: relative;
}
.case-more a {
	display: block;
  box-sizing: border-box;
  background-color: #FCCC00;
  border-radius: 6px;
  color: #000;
  line-height: 1;
  padding: 18px 14px 15px 14px;
  transition: all 1000ms ease;
  text-align: center;
  text-transform: uppercase;
}
.case-more a:hover { background-color:#fff; }

@media screen and (min-width: 800px) {
 	.case-button {
	  width:180px;
	  height:51px;
	}
	.case-button:after { transform: translate(-50%,-50%) scale(0.85); }
 }

 @media screen and (min-width: 1120px) {
	 	.sxn-cases { padding: 60px 20px; }
	  .caseTtl { font-size: 24px; }
	  .case-more  {font-size: 18px; }
 }
 @media screen and (min-width: 1640px) {
 	  .sxn-cases { padding: 90px 20px; }
 	  .case-cont-outer { padding:0; }
   	.caseTtl { font-size: 30px; }
   	.caseName { font-size: 18px; }
   	.caseInner p { padding: 0 30px; line-height:1.7; }
   	.case-button { width:240px; margin: 0 10px; }
   	.case-button:after { transform: translate(-50%,-50%) scale(1.0); }
   	.case-button:before { right: calc(100% + 30px); }
   	.case-more {  max-width: 245px; }
   	.case-more a { font-size: 22px; padding: 23px 14px 22px 14px; }
 }
/* Highlight Zone */
.sxn-higlight {
	color: #fff;
	background-color: #182D3A;
	padding: 40px 20px;
}
.sxn-higlight p {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	padding: 0;
}
@media screen and (min-width: 1120px) {
		.sxn-higlight p { font-size: 35px }
}
@media screen and (min-width: 1640px) {
	.sxn-higlight { padding: 56px 20px 50px;}
		.sxn-higlight p { font-size: 48px }
}

/* Areas Zone */
.sxn-areas {
	background-image: url(img/areas/bg-mob.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 20px;
}
.sxn-areas .sxn-head span::before,
.sxn-areas .sxn-head span::after { background-color:#000; }
.areasList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 40px 0 0;
}
.areasItem {
	border: 2px solid #000;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 8px;
}
.areasItem a {
	display: block;
	border-radius: 4px;
	background: #000;
	transition: 0.4s;
	overflow: hidden;
}
.areaImg {
	border-radius: 4px;
	opacity: 0.75;
	width: 100%;
}
.areaImg img {
	display: block;
	width: 100%;
	height: auto;
}
.areasItem a:hover .areaImg { opacity: 1; }
.areasItem span {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	color: #fff;
  background: linear-gradient(90deg,rgba(21, 38, 48, 1) 0%, rgba(43, 98, 130, 1) 50%, rgba(21, 39, 50, 1) 100%);
  font-family: 'Libre Baskerville', serif;
  padding: 20px;
  text-align: center;
  height: 70px;
  text-transform: uppercase;
}
.areasItem a:hover span {
	background: linear-gradient(90deg,rgba(21, 38, 48, 1) 0%, rgba(77, 140, 176, 1) 50%, rgba(21, 39, 50, 1) 100%);
}
.areasBtn {
	max-width: 280px;
	margin: 40px auto 0;
	position: relative;
}
.areasBtn a {
	display: block;
  box-sizing: border-box;
  background-color: #FCCC00;
  border-radius: 6px;
  color: #000;
  line-height: 1;
  padding: 18px 14px;
  transition: all 1000ms ease;
  text-align: center;
  text-transform: uppercase;
}
.areasBtn a:hover { background-color:#FFE161; }

@media screen and (min-width: 600px) {
	.areasItem { width:calc(50% - 10px);}
}
@media screen and (min-width: 800px) {
	.sxn-areas { background-image: url(img/areas/bg.webp); }
	.areasItem { width: calc(33.33% - 14px);}
}
@media screen and (min-width: 1100px) {
	.sxn-areas { padding: 60px 20px; }
	.areasItem { width: calc(25% - 15px);}
	.areasBtn a { font-size: 18px; }
}
@media screen and (min-width: 1440px) {
	.areasList { column-gap: 25px; }
	.areasItem { width: calc(25% - 20px);}
	.areasItem span { font-size: 20px; height: 99px; line-height: 1.4; }

}
@media screen and (min-width: 1640px) {
	.sxn-areas { padding: 90px 20px; }
	.areasBtn { max-width: 353px; }
	.areasBtn a { font-size: 22px; padding: 23px 14px 22px 14px; }
}

/* Testimonial Zone */
.sxn-testimonials {
	color: #fff;
	background: linear-gradient(90deg,rgba(21, 38, 48, 1) 0%, rgba(43, 98, 130, 1) 50%, rgba(21, 39, 50, 1) 100%);
	padding: 40px 20px;
}
.sxn-testimonials .sxn-head span { color: #FCCC00 }
.tests-cont-outer {
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
}
.test-inner { 
	border-width: 0 2px 2px 2px;
	border-color: #fff;
	border-style: solid;
	border-radius: 6px;
	box-sizing: border-box;
	text-align: center;
	padding: 60px 20px 30px;
	margin: 40px 0 0;
	position: relative;
	z-index: 9;
}
.test-inner:before {
	content: '';
	position: absolute;
	border-top: 2px solid #fff;
	border-top-left-radius: 6px;
	width: calc(50% - 65px);
	height: 2px;
	left: 0;
	top: 0;
}
.test-inner:after {
	content: '';
	position: absolute;
	border-top: 2px solid #fff;
	border-top-right-radius: 6px;
	width: calc(50% - 65px);
	height: 2px;
	right: 0;
	top: 0;
}
.testTitle {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
  padding: 20px 0;
}
.testStar { position:relative; }
.testStar img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 200px;
	margin: 0 auto;
}
.testStar:before {
	content: '';
	position: absolute;
	background-image: url(img/icons/quote-icon.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	width: 99px;
	height: 67px;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
}
.testBody { line-height:1.5; }
.testAuthor {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
}
.test-buttons {
  position: relative;
  text-align: center;
  padding: 0 20px;
  margin: 40px auto;
  z-index: 99;
}
.test-button {
  width:80px;
  height:40px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 2px solid #fff;
  margin: 0 4px;
  display:inline-block;
  transition: 0.5s;
  position:relative;
}
.test-button:before {
    content: '';
	  position: absolute;
	  border-top: 2px solid #fff; 
	  width: calc(100% + 1000px);
	  top: 50%;
	  right: calc(100% + 16px);
	  transform: translateY(-50%);
	  z-index: 2;
}
.test-button:after {
   content: '';
   position: absolute;
   background: url(img/icons/slider-arrow.webp) no-repeat left top;
   background-size: 200% auto;
   width:79px;
   height:39px;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%) scale(0.7);
 
}
.test-button.test-button-next {
  transform:rotateY(-180deg);
}
.test-button:hover { 
   background-color: #fff;
 }
.test-button:hover:after { 
   background-position: right top;
 }
.test-more-btn {
	max-width: 280px;
	margin: 30px auto;
	position: relative;
}
.test-more-btn a {
	display: block;
  box-sizing: border-box;
  background-color: #FCCC00;
  border-radius: 6px;
  color: #000;
  line-height: 1;
  padding: 18px 14px 16px 14px;
  transition: all 1000ms ease;
  text-align: center;
  text-transform: uppercase;
}
.test-more-btn a:hover { background-color:#fff; }
.testMore { 
	display: block;
	color: #000;
	box-sizing: border-box;
	border-radius: 6px;
	background-color:#FCCC00;
	padding: 10px 20px;
	max-width: 150px;
	margin: 20px auto 30px;
	line-height: 1;
	text-transform: uppercase;
}
.testMore:hover { background-color:#fff }

@media screen and (min-width: 600px) {
	.test-inner { padding: 60px 40px 30px; }
}
@media screen and (min-width: 800px) {
	.sxn-testimonials { padding: 60px 20px; }
 	.test-button {
	  width:180px;
	  height:51px;
	}
	.test-button:after { transform: translate(-50%,-50%) scale(0.85); }
 }

@media screen and (min-width:1350px) {
	.tests-cont-outer { margin: 30px auto 0; }
	.testTitle, .testAuthor { font-size: 25px; }
	.testStar img { max-width: 275px; }
}

@media screen and (min-width: 1640px) { 
	.sxn-testimonials { padding: 90px 20px; }
	.test-inner { padding: 60px 50px 40px; }
	.testTitle, .testAuthor { font-size: 30px; }
	.testBody { line-height:1.7; }
	.testMore { font-size: 22px; max-width: 177px; padding: 11px 20px 9px 20px; }
	.test-button { width:240px; margin: 0 10px; }
  .test-button:after { transform: translate(-50%,-50%) scale(1.0); }
  .test-button:before { right: calc(100% + 30px); }
  .test-more-btn {  max-width: 353px; }
  .test-more-btn a { font-size: 22px; padding: 24px 14px 22px 14px; }

}
/* Legal Zone */
.sxn-legal {
	background-image: url(img/legal/bg.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 20px;
}
.legalInner {
	text-align: center;
}
.legalInner strong {
	display: block;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 28px;
	text-transform: uppercase;
}
.legalInner span {
	display: block;
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	padding: 0 0 20px;
	text-transform: uppercase;
}
.legalInner p br {
	display: none;
}
.legalLang em { position: relative; }
.legalLang em:first-child { padding:0 20px 0 0; }
.legalLang em:first-child:before {
	content: '';
	position: absolute;
	background: #FCCC00;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	top: 50%;
	right: 3px;
	transform: translateY(-50%);
}
.legalPhone { margin: 5px 0 0; }
.legalPhone a {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 0 40px;
	position: relative;
}
.legalPhone a:hover { text-decoration: underline; }
.legalPhone a:before {
	content: '';
	position: absolute;
	background-image: url(img/icons/phone-icon.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 0;
	transform: translateY(-50%) scale(0.75);
}
.legalBtn {
	max-width: 280px;
	margin: 40px auto 0;
	position: relative;
}
.legalBtn a {
	display: block;
  box-sizing: border-box;
  background-color: #FCCC00;
  border-radius: 6px;
  color: #000;
  line-height: 1;
  padding: 18px 14px 16px 14px;
  transition: all 1000ms ease;
  text-align: center;
  text-transform: uppercase;
}
.legalBtn a:hover { background-color:#FFE161; }

@media screen and (min-width: 600px) {
	.legalInner p br { display:block; }
}
@media screen and (min-width: 1100px) {
	.sxn-legal { padding: 60px 20px; }
	.legalInner strong { font-size: 45px }
	.legalInner span { font-size: 28px }
	.legalPhone a { font-size: 26px; }
}
@media screen and (min-width: 1640px) {
	.sxn-legal { padding: 80px 20px 90px; }
	.legalInner strong { font-size: 60px }
	.legalInner span { font-size: 35px }
	.legalPhone a { font-size: 32px; padding: 0 0 0 50px; }
	.legalPhone a:before { transform: translateY(-50%) scale(1);  }
	.legalBtn { max-width: 353px; }
	.legalBtn a { font-size: 22px; padding: 23px 14px 22px 14px; }
}

/* Why Choose Zone */
.sxn-why {
	color: #fff;
	background: linear-gradient(90deg,rgba(21, 38, 48, 1) 0%, rgba(43, 98, 130, 1) 50%, rgba(21, 39, 50, 1) 100%);
	padding: 40px 20px;
}
.sxn-why .sxn-head span { color: #FCCC00 }
.sxn-why .sxn-subtext { 
	max-width: 700px;
	margin: 20px auto 0;
}
.whyLists {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 60px 20px;
  margin: 60px auto 0;
}
.whyItem { 
	border-width: 0 2px 2px 2px;
	border-color: #fff;
	border-style: solid;
	border-radius: 6px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	z-index: 9;
}
.whyItem:before {
	content: '';
	position: absolute;
	border-top: 2px solid #fff;
	border-top-left-radius: 6px;
	width: calc(50% - 65px);
	height: 2px;
	left: 0;
	top: 0;
}
.whyItem:after {
	content: '';
	position: absolute;
	border-top: 2px solid #fff;
	border-top-right-radius: 6px;
	width: calc(50% - 65px);
	height: 2px;
	right: 0;
	top: 0;
}
.whyInner {
	padding: 50px 20px 20px;
	position: relative;
}
.whyItem .whyInner:before {
	content: '';
	position: absolute;
	background-image: url(img/why/why-icon.webp);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	width: 152px;
	height: 155px;
	top: -70px;
	left: 50%;
	transform: translateX(-50%) scale(0.7);
}
.wi2 .whyInner:before { width: 134px; background-position: left -180px center;}
.wi3 .whyInner:before { width: 123px; background-position: left -343px center;}
.whyTitle {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
  padding: 20px 0;
  text-transform: uppercase;
}
.whyMessage {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
  max-width: 1140px;
  padding: 40px 0 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 800px) {
	.sxn-why { padding: 60px 20px; }
	.whyLists { flex-direction: row; }
	.whyItem { width: calc(33.33% - 20px); }
	.whyMessage { padding: 40px 10% 0; }
}
@media screen and (min-width: 1120px) {
	.whyMessage { font-size: 25px; padding: 60px 10% 0; }
}
@media screen and (min-width: 1640px) {
	.sxn-why { padding: 90px 20px; }
	.sxn-why .sxn-subtext { line-height: 1.7; }
	.whyLists { column-gap:30px; margin: 90px auto 0; }
	.whyItem:before,
	.whyItem:after { width:calc(50% - 80px); }
	.whyInner { padding: 85px 45px 20px; }
	.whyItem .whyInner:before { transform: translateX(-50%) scale(1); }
	.whyTitle { font-size: 30px; }
	.whyItem p { line-height: 1.7; }
	.whyMessage { font-size: 30px;  }
}

/* Case Zone */
.sxn-contact {
	color: #fff;
	background: linear-gradient(90deg,rgba(21, 38, 48, 1) 0%, rgba(43, 98, 130, 1) 50%, rgba(21, 39, 50, 1) 100%);
	padding: 40px 20px;
	overflow: hidden;
}
.sxn-contact .sxn-head span { color: #FCCC00; }
.sxn-contact .sxn-subtext { 
	margin: 20px auto 0;
	line-height: 1.7;
	text-align: center;
}
.contactWrap {
	margin: 40px 0 0;
}
.contactSide {
	max-width: 300px;
	margin: 0 auto 30px;
}
.csText {
	background-color: #FCCC00;
	color: #000;
	padding: 20px;
	text-align: center;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.csLang { display:block; padding: 0 0 8px; }
.csLang em { font-size: 15px; position: relative; }
.csLang em:first-child {
  padding: 0 25px 0 0;
}
.csLang em:first-child::before {
  content: '';
  position: absolute;
  background: #000;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}
.csPhone {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 0 40px;
	position: relative;
}
.csPhone:hover { text-decoration: underline; }
.csPhone::before {
  content: '';
  position: absolute;
  background-image: url(img/icons/phone-icon.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0.75);
}
.csImg {
	width: 100%;
}
.csImg img {
	display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
@media screen and (min-width: 1100px) {
	.contactWrap {
		padding: 0 340px 0 0;
		position: relative;
	}
	.sxn-contact .sxn-subtext { padding: 0 40px 40px; }
	.contactSide {
		position: absolute;
		right: 0;
		top: 30px;
		width: 300px;
		max-width: unset;
		margin: 0;
	}
	.csImg img { height: 380px; }
}
@media screen and (min-width: 1120px) {
	.csLang em { font-size: 16px; }
	.csPhone { font-size: 26px; }
}
@media screen and (min-width: 1350px) {
	.contactWrap { padding: 0 390px 0 0; }
	.contactSide { width: 350px; }
}
@media screen and (min-width: 1640px) {
	.sxn-contact { padding: 90px 20px; }
	.sxn-contact .sxn-subtext { padding: 0 130px 40px; }
	.csLang em { font-size: 20px; }
	.contactWrap { padding: 0 460px 0 0; }
	.contactSide { width: 400px; top: 50px; }
	.csImg img { height: 100%; }
	.csPhone { font-size: 32px; padding: 0 0 0 50px; }
		.csPhone::before { transform: translateY(-50%) scale(1); }
}

/* Contact form */
.formBlockTop,
.formBlockBtm {
	display: flex;
	flex-direction: column;
	gap: 12px 14px;
	margin: 0 0 12px;
}
.formBlock { width: 100%; }
.formBlock { position: relative; z-index: 1; overflow: hidden; }
.formInput { box-sizing: border-box; position: relative; }
.formInput input,
.formInput textarea,
.formSelect select {
	background: transparent;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 6px;
	color: #FFF;
	display: block;
	font-size: 18px;
	height: 65px;
	outline: none;
	padding: 10px 20px 10px 15px;
	resize: none;
	width: 100%;
}
.formSelect select {
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
 background: #3B7697 url('img/icons/sel-arrow.webp') no-repeat right 10px center;
  padding: 10px 40px 10px 15px;
}
.formInput textarea { height: 120px; padding: 19px 20px 20px 15px; }
.formTextBlock { display: block; width: 100%; }
.formBlockBtm { margin: 0 0 35px; }
.formBlockSubmit {
	display: flex;
	gap: 30px 35px;
	align-items: center;
	flex-direction: column;
}
.formReqSubmit {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 100%;
	width: 545px;
}
.formSubmitBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.formRecaptcha { vertical-align: middle; height: 60px; margin: 0; }
.formSubmit {
	background: #FCCC00;
	border: none;
	border-radius: 6px;
	color: #000000;
	width: 100%;
	height: 58px;
	max-width: 324px;
	transition: .5s;
	position: relative;
	font: 20px/1 "Roboto", sans-serif;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
}

.formSubmit input {
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	color: #000;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}
.formInput input::placeholder, .formInput textarea::placeholder { color: #FFF; }
.formSubmit:hover input { background: #fff;  }
.formReqBox {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	max-width: 100%;
	width: 100%;
	flex: 1;
	padding: 0;
}
.formReqBox span { 
	display: block;
	margin: 0 0 10px; 
}
.formReqBox p {
	flex: 1;
	padding: 0;
	line-height: 1.4;
}
.formReqBox p br { display: none; }
@media screen and (min-width: 800px) {
	.formBlockTop { flex-direction: row; flex-wrap: wrap; gap: 20px; margin: 0 0 20px; }
	.formBlockBtm { gap: 20px; }
	.formBlockTop .formBlock { width:calc(50% - 10px); }
	.formReqSubmit { flex-direction: row; width: 100%; }
}
@media screen and (min-width: 1100px) {
	.formReqBox { align-items: flex-start; display: flex; gap: 0 25px; justify-content: center; margin: 0 auto; }
	.formReqBox span { margin: 0; }
}
@media screen and (min-width: 1350px) {
	.formReqSubmit { margin: 20px 0 0; }
	.formSelect select { background-position: right 24px center }
}
@media screen and (min-width: 1640px) {
	.formBlockBtm { margin: 0 0 45px; }
	.formInput input, .formInput textarea, .formSelect select { font-size: 22px; height: 78px; }
	.formInput textarea { height: 140px; }
	.formReqBox { gap: 0 45px; max-width: 1025px; }
	.formSubmit { font-size: 22px; }
}


#mainFooter {
	overflow: hidden;
}
.mfTop {
	background-image: url(img/footer/bg-mob.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 40px 20px 20px;
}
.mfTopInner {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
#logo-footer {
	  display: block;
		max-width: 250px;
		margin: 0 auto;
	}
	#logo-footer img {
			display: block;
			width: 100%;
			height: auto;
	}
.mfText {
	font-family: 'Libre Baskerville', serif;
	font-size: 18px;
	text-align: center;
	padding: 40px 0 20px;
	text-transform: uppercase;
}
.mfFirmInfo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px 30px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}
.mfPhone {
	color: #000;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 40px;
  position: relative;
}
.mfPhone::before {
  content: '';
  position: absolute;
  background-image: url(img/icons/phone-icon.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0.75);
}
.mfAddress {
	padding: 0 0 0 35px;
	position: relative;
}
.mfAddress::before {
  content: '';
  position: absolute;
  background-image: url(img/icons/bldg-icon.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  width: 32px;
  height: 42px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0.75);
}
.mfDirection {
	color: #427899;
	text-transform: uppercase;
}
.mfPhone:hover, .mfDirection:hover { text-decoration: underline; }
.mfMap {
	max-width: 260px;
	margin: 0 auto;
}
.mfMap img {
  display: block;
  width: 90%;
  height: auto;
}
.mfBottom {
	color: #fff;
	background-color: #162833;
	padding: 40px 20px;
}
.mfSocial {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:15px;
}
.mfSocial li {
  width: 36px;
  height:36px;
  transform: scale(0.7);
}
.mfSocial li.mfJustia {
  width:39px;
}
.mfSocial li.Avvo {
  width: 24px;
}
.mfSocial li a {
  display:block;
  width:100%;
  height:100%;
  overflow:hidden
}
.mfSocial li img {
  display:block;
  width: 115px;
  height:36px;
  filter: brightness(0) invert(1);
}
.mfSocial li a:hover img { filter: none; }
.mfSocial li.mfJustia img {
  margin: 0 0 0 -42px
}
.mfSocial li.mfAvvo img {
  margin: 0 0 0 -89px
}
.fNav {
  padding: 35px 0 30px;
  text-align:center
}
.fNav li {
  padding:0;
  display:inline-block;
  list-style-type:none;
  list-style-position:outside;
  text-align:center;
  font:14px/1 Roboto,sans-serif
}
.fNav li:after {
  content:'|';
  color:#fff;
  font-size: inherit;
}
.fNav li:last-child:after {
  display:none
}
.fNav a {
  color:#fff;
  padding:0 8px
}
.fNav a:hover {
  text-decoration:underline
}
.fNav li:first-child a {
  padding-left:0
}
@media screen and (min-width: 600px) {
	.mfFirmInfo { padding: 0 0 0 30%; margin: 30px 0 0; z-index:1; }
	.mfMap { 
		margin:0;
		position:absolute;
		left:0;
		bottom: -120px;
		z-index: -1;
	}
	.mfBottom { padding: 120px 20px 40px; }
}
@media screen and (min-width: 800px) {
	.mfTop {
		background-image: url(img/footer/bg.webp);
	}
}
@media screen and (min-width: 1100px) {
	.mfTop { padding: 60px 20px 0; }
	#logo-footer { max-width: 300px; }
	.mfText { font-size: 20px }
	.mfFirmInfo { 
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		padding: 20px 0 20px 28%;
		margin: 20px 0 0; 
	}
	.mfFirmInfo:before {
	  content:'';
	  position: absolute;
	  background-color:#D9D9D9;
	  width: calc(100% + 2000px);
	  height: 100%;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
	  z-index: -1;
	}
	.mfMap { max-width: 340px; bottom: -95px; }
	.mfBottom { padding: 60px 20px 40px; }
	.mfSocial { column-gap: 35px; }
	.mfSocial li { transform: scale(1); }
	.fNav li { font-size: 16px; }
	.fNav a { padding: 0 15px }
}

@media screen and (min-width: 1640px) {
	.mfTop { padding: 90px 20px 0; }
	#logo-footer { max-width: 415px; }
	.mfFirmInfo { padding: 24px 0 24px 30%; column-gap: 45px; }
	.mfMap { bottom: -120px; }
	.mfText { font-size: 25px; padding: 60px 0 30px; }
	.mfPhone { font-size: 32px; padding: 0 0 0 50px; }
	.mfAddress { padding: 0 0 0 40px; }
	.mfAddress, .mfDirection { font-size: 24px; }
	.mfPhone::before,
	.mfAddress::before { transform: translateY(-50%) scale(1); }
	.mfMap { max-width: 432px; } 
	.mfBottom { padding: 60px 20px; }
	.fNav li { font-size: 19px; }
}

/* RESPONSIVE */
#elmBrandingWrapper {
	text-align: center;
}
#elmBranding {
	overflow: hidden;
}
	#elmBranding,
	#elmBranding a {
		color: #fff;
		font: normal 12px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#elmBranding a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	#logo-everest-legal-marketing {
		display: block;
		margin: 15px auto;
	}
	#elmBranding p {
		padding: 0;
		max-width: unset; /*modme*/
		margin: auto;
	}
	#elmBranding br {display: none;}

@media screen and (min-width: 600px) {
	#elmBranding {
		display: inline-block;
	}
	#elmBranding,
	#elmBranding a {line-height: 1.1;}
	#logo-everest-legal-marketing {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	#elmBranding p {
		display: inline-block;
		margin: 0 20px 0 0;
		max-width: none;
		text-align: left;
		vertical-align: middle;
	}
	#elmBranding br {display: inline;}
}
@media screen and (min-width: 1640px) {
	#elmBranding, #elmBranding a { font-size: 14px; }
}
/* 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 {
	color: #000;
	font-size: 22px;
	text-align: left;
	display: block;
	padding: 0 0 20px;
	line-height: 1.1;
}
.blog-sidebar a:hover { text-decoration: underline; }
.blog-sidebar > ul {
  padding: 0 0 40px 20px;
  font-style: normal;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
	.post_entry_mult_left, .post_entry_mult_right {
		float: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.postThumbMult {
		display: block;
		width: 80%;
		max-width: 150px;
		margin: 0 auto 0.5em;
	}
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vfActive {
    display: block
}

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

/* Vimeo CSS */

.vimeo-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.vimeo-embed-cont iframe, .vimeo-embed-cont object, .vimeo-embed-cont embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vimeo-embed-cont iframe{ border: 0;}

.article .vimeo-embed-cont {margin: 0 0 30px;}

/*Vimeo Modal*/
.vimeo-modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 99999999;
}
.vmContent{
	position: relative;
	max-width: 640px;
	max-height: 360px;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

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

/* Case Page */
.mcCase {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.mcCaseBox { 
	width: 100%;
}
.mcCaseBox a {
	display: block;
	padding: 40px 20px;
	background: linear-gradient(90deg,rgba(21, 38, 48, 1) 0%, rgba(43, 98, 130, 1) 50%, rgba(21, 39, 50, 1) 100%);
	color: #fff;
	text-align: center;
	transition: 0.4s;
}
.mcCaseBox a:hover {
	background: linear-gradient(90deg,rgba(21, 38, 48, 1) 0%, rgba(77, 140, 176, 1) 50%, rgba(21, 39, 50, 1) 100%);
	text-decoration: none !important;
}
.mcCaseBox a small {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.mcCaseBox a span {
	display: block;
	font-family: 'Libre Baskerville', serif;
	font-size: 22px;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 10px 0 30px;
}
.mcCaseBox a:hover span { color: #FCCC00; }

@media screen and (min-width: 800px) {
	.mcCaseBox { 
	  display: flex; 
    align-items: stretch;
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1250px) {
	.mcCaseBox { 
    width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 1640px) {
	.mcCaseBox a small { font-size: 16px; }
	.mcCaseBox a span { font-size: 28px }
	.mcCaseBox a { padding: 60px 30px; }
}

/* Areas of Service */
.as-county {
  margin-bottom: 30px;
}
.county-header {
	background: #182D3A;
	color: #fff;
	font-family: 'Libre Baskerville', serif;
  font-size: 22px;
  padding: 15px 40px 15px 20px;
  position: relative;
}
.county-header:before {
	content: '';
	position: absolute;
	background-image: url(img/icons/toggle.webp);
	background-repeat: no-repeat;
	background-position: top right;
	width: 30px;
	height: 30px;
	top: 50%;
	right: 20px;
	transition: 0.5s;
	transform: translateY(-50%);
}
.county-header.active::before { transform: translateY(-50%) rotate(180deg); }
.city-list {
  margin: 0;
  padding: 20px;
  list-style: none;
  display: none; 
}
.article .city-list li {
	font-size: 20px;
	list-style: none;
  padding: 10px 0;
}
.asMap { max-width: 400px; margin:0 auto; }
.asMap img { display:block; width:100%; height:auto; }

@media screen and (min-width: 1100px) {
	.asWrap {
		display: flex;
     justify-content: space-between;
     gap: 0 40px;
	}
	.as-countyWrap { flex:1; }
	.asMap { margin:0; }
}

@media screen and (min-width: 1350px) {
	.county-header { font-size: 30px; padding: 15px 40px; }
	.article .city-list li { font-size: 25px; }
	.city-list {
	  column-count: 2; 
	  -moz-column-count: 2; 
	  -webkit-column-count: 2; 
	}
}

@media screen and (min-width: 1640px) {
	.as-county { margin: 0 0 50px; }
	.asMap { max-width: 540px; }
}

/* Practice Area subpage */
.page-id-92 .article ul,
.page-id-154 .article u { padding:0; }
.page-id-92 .article ul li.areasItem,
.page-id-154 .article ul li.areasItem { list-style-type:none; }


/*  < navmm_scrollable v1.3 >  */
nav.mm_mob .navmm_scrollable .menu_more_indicator {
	display: none;
}
@media screen and (min-width: 800px) {
	nav.mm .navmm_scrollable .navmm_scroll_menu {
		z-index: 999;
		position: absolute;
		top: 100%;
		left: 0;
		width: 310px; /* modme */
/* 		background: #4B91E2; */ /* modme */
		transform-origin: top;
		-moz-transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		opacity: 0;
		transition: 300ms;
	}
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu {
		-moz-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}
	nav.mm .navmm_scrollable .navmm_scroll_menu > ul {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		max-height: calc( 65vh - 100px );
		overflow-y: auto;
	}
/*	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu > ul {
		max-height: calc( 20rem - 140px );
	} */
	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu {
		left: 100%;
		top: 0;
	}
	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu ul {
		left: 0;
	}
	nav.mm .navmm_scrollable .navmm_scroll_menu > ul {
		-moz-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}
	nav.mm .navmm_scrollable .menu_more_indicator {
		display: none;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator {
		display: block;
		height: 42px;
		padding: 4px 8px;
		font-size: 18px;
		color: #fff;
		width: 100%;
		line-height: 1;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		text-transform: uppercase;
		background: #3B7697;
		border: 1px solid #3B7697;
	}
	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 ul li:first-child { border-top: 1px solid #fff;}
nav.mm .navmm_scrollable ul li:hover > a { background: #FCCC00; color: #000; } /* modme to match ul bg color */
nav.mm .navmm_scrollable ul li:hover > a:hover {background: #fff; } /* 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;}