/*
Theme Name: Innova Health Law
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,menu,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; color: #C7A351; }
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: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	font-variant-numeric: lining-nums;
	background: #fff;
}
	@media screen and (min-width: 1120px) {
		body { font-size: 18px; line-height: 1.7; }
	}
	@media screen and (min-width: 1400px) {
		body { font-size: 22px; }
	}

a {color: #C7A351;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
.animate__animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {opacity: 1;}
article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}

#wrapper {background-color: #232449; position: relative; z-index: 0;}
	#wrapper:before {
		content: "";
		position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 220px; 
		background-image: url(img/bg/bg-header.webp);
		background-size: cover; background-repeat: no-repeat; background-position: top center;
	}
	body.mob_menu  #wrapper:before {
		top: 34px;
	}
	@media screen and (min-width: 1400px) {
		#wrapper:before { height: 200px;}
	}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
#mhWrapper {}
#mainHeader {

}
	#logo-main {
		display: block;
		max-width: 230px; /*modme*/
		margin: 16px auto;
		transition: .4s;
	}
	#logo-main img {display: block; width: 100%; height: auto;}

	body.sticky_zone #logo-main { max-width: 230px; transition: .2s max-width; }

#mhCTA {
	display: flex; align-items: flex-start; justify-content: center; gap: 10px; 
	font-family: "Marcellus", Georgia, serif;
	text-align: center; color: #C7A351; text-transform: uppercase; line-height: normal;
	font-size: 13px; font-size: clamp(0.625rem, -0.0833rem + 3.3333vw, 0.8125rem);
}
	#mhCTA i { margin: 0; display: block; font-family: initial; font-size: 80%; }
	#mhCTA a { color: #FFF; text-decoration: none; }
	#mhCTA a:hover { transform: scale(1.1); transition: .2s all; }
	#mhCTA a[href^="tel:"] { display: block; font-size: 190%; line-height: 1; flex-shrink: 0; align-self: center; }

@media screen and (min-width: 800px) {
	#logo-main { max-width: 287px; }
	#mhCTA { font-size: 16px; justify-content: flex-end; gap: 20px;  }
	#mhCTA a[href^="tel:"] { font-size: 210%; align-self: unset; }
}
@media screen and (min-width: 1400px) {
	#logo-main { max-width: 360px; margin: 20px auto; }
	#mhCTA { font-size: 20px; }

}
nav.mm {
	margin: 16px auto 0;
	text-align: center;
	position: relative;
	z-index: 100;
	font-family: "Marcellus", serif;
}
nav.mm > ul > li > a {
	padding: 10px 10px;
	font-size: 20px;
	color: #FFF;
	text-transform: uppercase;
	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: #C7A351; color: #FFF;}
nav.mm ul ul {background: #232449; width: 180px;}
nav.mm ul ul li:hover > a {background: #C7A351; color: #030D29;}
nav.mm ul ul li {border-top: 1px solid #C7A351;}
nav.mm ul ul a {
	color: #FFF;
	padding: 15px 10px;
	font-size: 14px;
	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;}


@media screen and (min-width: 800px) {
	nav.mm > ul > li > a { 
		padding: 5px 15px; 
		font-size: 16px; 
		font-size: clamp(0.8125rem, 0.2953rem + 1.0345vw, 1rem); /* 13~16px */
	}
}
@media screen and (min-width: 1120px) {
	nav.mm > ul > li > a {padding: 10px 20px; }
}
@media screen and (min-width: 1400px) {
	nav.mm { margin: 20px auto 0; }
	nav.mm > ul > li > a { padding: 10px 30px; font-size: 20px; }
	nav.mm ul ul a { font-size: 18px; }
}

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: #C7A351;} /*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 #454141;} /*modme*/
	#mm1 {border-left: 1px solid #454141;} /*modme*/
	#mm1 > a {background-position: 15px 0;}
	#mm2 > a {background-position: 15px -34px;}
	#mm3 > a {background-position: 15px -68px;}
	#mm4 > a {background-position: 15px -102px;}
	#mm5 > a {background-position: 15px -136px;}
	#mm6 > a {background-position: 15px -170px;}
	/* Dropdown support */
	.mmi > ul {
		z-index: 1;
		width: 297px;
		left: -1px;
		display: none;
		position: absolute;
	}
	.mmi:hover ul {display: block;}
	.mmi ul li {
		border-top: 1px solid #333; /*modme*/
	}
	.mmi ul li:first-child {border: 0;}
	.mmi ul a {
		background: #666; /*modme*/
		color: #fff; /*modme*/
		display: block;
		padding: 10px 10px;
		font-size: 16px;
	}
	.mmi ul a:hover {
		background: #999; /*modme*/
	}
	@media screen and (min-width: 385px) {
		#mm6 {width: 110px;}
		#mm6 > a {
			padding: 0 0 0 47px;
			text-indent: 0;
		}
		.mmi > ul {width: 350px;}
	}
nav.mm_mob {
	position: absolute;
	padding: 54px 0 20px;
	left: 0;
	top: 0;
	width: 100%;
	background: #505050; /*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 arial, sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			background: #676767; /*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: 0;
    border-radius: 4px 0 0 4px;
    outline: 0;
}
#mblsSubmit {
	cursor: pointer;
    width: 30%;
    height: 32px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    background: #000;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #7A807A;} /*modme*/

#persistentHeader{
	padding: 10px 16px;
	box-sizing: border-box;
}

	.sticky_zone #persistentHeader { 
		background: rgba(23, 23, 48, 0.85); 
	}
	.sticky_zone:not(.admin-bar.mob_menu) #persistentHeader:before { opacity: 0.5; }

@media screen and (min-width: 800px) {
	#wrapper {
			padding: 160px 0 0; /*modme*/
	}
	#persistentHeader{
		padding: 0 20px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.sticky_zone #persistentHeader { 
		-webkit-backdrop-filter: blur(12px);
  				backdrop-filter: blur(12px);
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
}
@media screen and (min-width: 1400px) {
	#wrapper { padding: 200px 0 0; }
}


#homeslides {
	position: relative;
	height: 350px;
	overflow: hidden;
}
	@media screen and (min-width: 1120px)  { #homeslides { height: calc(100svh - 160px); } }
	@media screen and (min-width: 1400px) { #homeslides { height: calc(100svh - 200px); } }

.homeslide {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.homeslideImg:after {
	content:''; position: absolute;
	width: 100%; height: 100%;
	background:linear-gradient(to bottom, rgba(24, 34, 93, 0) 20%, rgba(0,0,0,0.75))
}
#homeslideImg1 { background-image: url(img/slides/home/800/1.webp); }
#homeslideImg2 { background-image: url(img/slides/home/800/2.webp); }
#homeslideImg3 { background-image: url(img/slides/home/800/3.webp); }
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	max-width: 1120px;
	color: #FFF;
}
.slideBox {
	position: absolute;
	left: 0; bottom: 20px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}
.slideHead {
	text-wrap: balance; line-height: 1.2;
	font-size: 26px; font-family: "Marcellus", serif;
}
.slideMore {
	display: block; margin: 18px auto; padding: 8px 0;
	max-width: 475px; 
	font-size: 13px; line-height: 1; letter-spacing: calc(13px * 0.001 * 320); text-transform: uppercase; font-family: initial;
	background-color: #C7A351; color: #000;
}
	.slideMore:hover {background-color: #FFF; text-decoration: none; transition: .2s background; }

@media screen and (min-width: 500px)  { 
	.slideBox { padding: 0 40px; }
	.slideHead { font-size: 32px; } 
	.slideMore { margin: 22px auto; letter-spacing: calc(16px * 0.001 * 320); }
}
@media screen and (min-width: 800px)  { 
	.slideHead { font-size: 40px; } 
	.slideMore { font-size: 16px; margin: 27px auto; padding: 10px 0; letter-spacing: calc(16px * 0.001 * 400); }
}
@media screen and (min-width: 1400px) { .slideHead { font-size: 64px; } }

.subslide {
	width: 100%; height: 200px;
	margin: 0 auto; position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#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); }


@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#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); }

	.subslide { height: 320px; }
	#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); }
}

@media screen and (min-width: 1400px) {
	#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); }
	.subslide { height: 430px; }
	#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); }
}

#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%;}

	.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.4;
		font-weight: normal;
		font-family: "Marcellus", serif;
		color: #232449;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: 30px;
		padding: 0 0 20px 0;
	}
	.article h2 {
		font-size: 22px;
		padding: 0 0 10px 0;
	}
	.article h3 {
		font-size: 20px;
	}
	.article h4 {
		font-size: 18px;
		font-style: italic;
	}
	.article h5 {
		font-size: 18px;
	}
	
	.headshot > figure {
		width: 100%; max-width: 300px;
		background: #FFF url(img/bg/bg-attorneys.webp) no-repeat center center;
		background-size: contain;
		display: block; position: relative; margin: 0 auto;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	.headshot > figure:before {
		content: '';
		width: 120%; height: 80px;
		background-image: radial-gradient(#999 30%, #fff 70%, transparent);
		position: absolute;
		bottom: -60px; left: 50%;
		mix-blend-mode: multiply;
		transform: translateX(-50%);
	}
	.headshot > figure img {
		width: 90%; 
		max-width: 250px;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	.headshot.wrap {
		display: inline;
		float: left;
	}
	.container {
		display: flex; gap: 20px 44px; flex-direction: column;
	}
	.container.page-about {
		gap: 20px 5px;
	}
		@media screen and (min-width: 800px) {
			.container { flex-direction: row; }
			.container .short-side,
			.container .headshot { width: 26%; flex-shrink: 0; }
			.container .headshot figure {
				margin: 0 15px 5px 0;
			}
				.headshot > figure img { width: 80%; margin: 0 auto; }

			.container .item-wide { width: 100%; }
		}
	.article .alignright, .article .aligncenter, .article .alignleft{
		max-width: 100%;
		height: auto;
	}
	.article .aligncenter {
		display: block;
		margin: 10px auto;
	}
	.article .alignright {
		float:right;
		display: inline;
		margin: 0 0 10px 10px;
	}
	.article .alignleft {
		float:left;
		display: inline;
		margin: 0 10px 10px 0;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
@media screen and (min-width: 1120px) {
	.article h1 { font-size: 38px; }
	.article h2 { font-size: 28px; }
	.article h3 { font-size: 24px; }
}
@media screen and (min-width: 1640px) {
	.article ul li::before { top: 7px; }
	.article h1 { font-size: 48px; }
	.article h2 { font-size: 35px; }
	.article h3 { font-size: 30px; }
}

.sxn-wrap { max-width: 1600px; margin: 0 auto; }
.sxn-head {
	display: block;
	font: 300 24px/1.2 "Marcellus", serif;
	margin: 0;
	padding: 0 0 18px;
	position: relative;
	text-align: left;
	z-index: 1;
}
	@media screen and (min-width: 800px)  { .sxn-head { font-size: 30px; } }
	@media screen and (min-width: 1400px) { .sxn-head { font-size: 38px; } }

#contentArea {
	margin: 0 auto;
	overflow: hidden;
}
	#mainContent {
		font-size: 16px;
		line-height: 1.7;
		color: #000;
		overflow: hidden;
		width: 100%;
	}
	#sidebar {
		flex-shrink: 0;
		width: 80%;
		margin: 20px auto;
	}
	@media screen and (min-width: 800px)  { 
		#contentArea { display: flex; gap: 30px 60px; }
		#mainContent { font-size: 18px; }
		#sidebar { width: 320px; }
	} 
	@media screen and (min-width: 1400px) { 
		#contentArea { gap: 40px 80px; }
		#mainContent { font-size: 22px; }
		#sidebar { width: 400px; }
	} 

#crumbs {
	font-size: 70%; color: #666;
	margin: 0 0 20px;
}



/* Content Area */
.sxn-content {
	clear: both; display: block; overflow: hidden;
	padding: 30px 20px;
	position: relative; z-index: 2;
	background: #FFF;
}
	@media screen and (min-width: 800px) { .sxn-content { padding: 60px 40px; } }
	@media screen and (min-width: 1120px){ .sxn-content { padding: 80px 60px; } }

#mainContent p > em:first-child { color: #C7A351; font-size: 110%; }
#mainContent p > mark { color: #C7A351; }

	.mcImgL, .mcImgR, .mcTxtR {
		float: none;
		margin: 0 0 30px;
	}
	.mcImgL img, .mcImgR img {
		max-width: 450px;
		margin: 0 auto;
		display: block;
		width: 100%;
	}

	@media screen and (min-width: 800px) {
		.mcImgL { width: calc(40% - 40px); float: left; }
		.mcTxtR { width: 60%; float: right; }
	}
	@media screen and (min-width: 1120px) {
		.mcImgL {
			width: unset;
			margin: 0 40px 30px 0;
		}
		.mcImgR {
			float: right;
			margin: 0 0 30px 40px;
		}
		.mcTxtL, .mcTxtR {
			width: calc(100% - 490px);
		}
	}
	/* View more */
	.mcViewToggle, a.btn-more {
		max-width: 344px; width: 100%;  padding: 10px 0; margin: 23px auto 0; 
		position: relative; z-index: 1;
		text-align: center; color: #FFF; cursor: pointer;
		transition: .5s;
		align-items: center;
		display: flex;
		justify-content: center;
		font-size: 13px; line-height: 1; letter-spacing: calc(16px * 0.001 * 320); text-transform: uppercase; font-family: initial;
		background-color: #C7A351; color: #000;
	}
	.article .mcViewToggle:hover ,a.btn-more:hover {
		background: #000; color: #fff; text-decoration: none;
	}
	a.btn-more.light:hover {
		background: #fff; color: #000; 
	}

	.mcMore {
		transition: .5s opacity;
		visibility: hidden;
		height: 0;
		opacity: 0;
	}
	.mcMore.active {
		visibility: visible;
		height: auto;
		opacity: 1;
}
	@media screen and (min-width: 800px) {
		.mcViewToggle, a.btn-more { margin: 29px 0 0; }
}

/*
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#mainContent {
		padding: 0;
		width: calc(100% - spaceBetweenSidebarAndMainContent - sidebarWidthOnPSD);
	}
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: auto;
		max-width: 800px;
	}
	.article .alignright {
		float: right;
		margin: 0 0 5px 15px;
	}
	.article .aligncenter {
		display: block;
		margin: 0 auto;
	}
	.article .alignleft {
		float: left;
		margin: 0 15px 5px 0;
	}
	#sidebar {
		width: sidebarWidthOnPSD;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
*/

/* Why Choose Zone */
.sxn-choose {
	padding: 66px 0;
	color: #fff;
	background: url(img/bg/bg-choose.webp);
	background-size: cover; background-repeat: no-repeat; background-position: center center;
	background-attachment: fixed;
}
	@media screen and (min-width: 1120px) { .sxn-choose { padding: 83px 0; } }
	@media screen and (min-width: 1400px){ .sxn-choose { padding: 104px 0; } }

	.chooseBox {
		padding: 37px 20px;
		background: rgba(15, 16, 44,0.8);
	}
		@media screen and (min-width: 1120px) { .chooseBox { padding: 46px 40px; } }
		@media screen and (min-width: 1400px){ .chooseBox { padding: 58px 60px; } }

	.chooseBox > div {
		display: flex; align-items: center; flex-direction: column;
		gap: 0 25px;
	}
		.chooseBox em {
			font-size: 120%;
			color: #C7A351;
		}
	.chooseList {
		counter-reset: whyCounter;
		width: calc(100% -40px);  margin: 40px auto 20px;
		display: flex; flex-direction: row; gap: 16px; align-items: center;
		justify-content: center; flex-wrap: wrap;
	}

		.chooseList li {
			width: calc(100% / 2 - 16px); box-sizing: border-box;
			min-height: 140px; padding: 0 10px;
			display: flex; align-items: center; justify-content: center;
			border: 2px solid #FFF;
			font-family: "Marcellus", serif; text-align: center; text-wrap: balance; line-height: 1.3;
			font-size: clamp(1.0625rem, 0.0966rem + 4.5455vw, 1.375rem); color: #C7A351;
			position: relative;
		}
			.chooseList li::before {
				counter-increment: whyCounter;
				content: counter(whyCounter)". ";
				display: block; position: absolute; left: 0; top: 0;
				font-size: 80%; color: #000;
				width: 30px; height: 30px; line-height: 30px;
				background: #FFF;
			}

		@media screen and (min-width: 500px) { 
			.chooseList li { font-size: 120%; }
		}
		@media screen and (min-width: 800px) { 
			.chooseList li { width: calc(100% / 3 - 16px); }
		}
		@media screen and (min-width: 1120px) { 
			.chooseBox > div { flex-direction: row; }
			.chooseList { width: 66%; flex-shrink: 0; margin: 20px 0;  } 
		}

/* Reviews Zone	 */
.sxn-reviews {
	padding: 56px 20px;
	background: #FFF;
	line-height: 1.7;
}
	@media screen and (min-width: 800px) { .sxn-reviews { padding: 70px 40px 79px; } }
	@media screen and (min-width: 1400px){ .sxn-reviews { padding: 88px 60px; } }

	.sxn-reviews .sxn-head { color: #232449; margin: 0 0 30px; text-align: center; }

	.sxn-reviews ul { align-items: center; text-align: center; }

	@media screen and (min-width: 800px) {
		.sxn-reviews .sxn-head { text-align: left; }

		.sxn-reviews ul {
			align-items: flex-start;
			text-align: left;
		}
		.sxn-reviews ul > li:after {
			content: '';
			position: absolute; right: -60px; top: 0;
			height: 220px;
			border-right: 1px solid #E4C997;
		}
	}
	.reviewList ul > li strong {
		font: 300 22px/1.2 "Marcellus", serif;
		margin: 30px 0 10px;
	}
	.reviewList ul > li a {
		color: #E3C997;
		font-size: 90%;
	}

.icon-stars {
	display: block;
	background-repeat: repeat-x; background-position: top left; background-size: contain;
	width: calc(29px * 3); height: 28px; margin: 0 auto 20px;
}
.icon-stars { background-image: url('img/icons/icon-star.svg'); }
	@media screen and (min-width: 800px) {
		.icon-stars { margin: 0 0 20px; }
	}

.rate5 { width: calc(29px * 5) }
.rate4 { width: calc(29px * 4) }

a.btn-arrow { 
	display: flex; justify-content: center; align-items: center;
	width: 116px; height: 32px; box-sizing: border-box;
	cursor: pointer; position: relative;
}
a.btn-arrow:before {
	content:''; width: 100%; height: 100%;
	background-image: url('img/icons/long-arrow.svg');
	background-repeat: no-repeat; background-position: center center;
	position: absolute; transition: .1s;
}
a.btn-arrow:active:before { background-size: 95% auto;}

a.btn-arrow.prev::before { transform: rotate(-180deg); }
a.btn-arrow:hover {
	filter: brightness(0) saturate(100%);
	transition: filter .4s linear;
}

.slideNav {
	margin: 45px auto 0;
	display: flex; justify-content: center; align-items: center; gap: 23px;
}
	@media screen and (min-width: 800px) { .slideNav { margin: 56px auto 0; } }

/* Results and Settlements Zone */
.sxn-results {
	padding: 63px 20px;
	background: #030D29;
	color: #FFF; font-size: 14px;
	position: relative; overflow: hidden;
}
	@media screen and (min-width: 800px) { .sxn-results { padding: 78px 40px; font-size: 16px; } }
	@media screen and (min-width: 1400px){ .sxn-results { padding: 98px 60px; font-size: 20px; } }

	.sxn-results .sxn-head { 
		margin: 16px auto; text-align: center; 
		position: relative;
	}
	.sxn-results .sxn-head:before {
		content: '';
		position: absolute; left: 0; top: 35%; z-index: -1;
		width: 100%; height: calc(100% - 8px);
		border-style: solid; border-color: #FFF; border-radius: 10px 10px 0 0;
		border-width: 2px 2px 0 2px;
	}
	.sxn-results .sxn-head > mark {
		background: #030D29; padding: 0 14px; color: #FFF;
	}
		.sxn-results .sxn-head > mark span { color: #C7A351; display: inline-block; padding: 0 15px;}
	
	.sxn-results .resultList { margin: 0 30px; box-sizing: border-box; font-size: 16px; }

	.sxn-results ul { 
		display: flex;	align-items: center; text-align: center; 
	}
	.sxn-results ul > li { 
		position: relative; 
		width: 25%; padding: 0 35px; box-sizing: border-box; 
		text-transform: uppercase; text-wrap: balance; line-height: 1.4; 
	}
		@media screen and (min-width: 600px) { 
			.sxn-results .resultList { margin: 0 50px; font-size: inherit; }

			.sxn-results ul > li + li:not(.swiper-slide-duplicate-active,.swiper-slide-active):after {
				content: '';
				position: absolute; left: 0; top: calc(50% - 59px);
				width: 1px; height: 118px;
				border-right: 1px solid #C7A351;
				transform: rotate(27deg);
			}
		}
	.sxn-results ul > li strong {
		font: 300 200%/1.2 "Marcellus", serif;
		margin: 0 auto 10px;
		display: block;
	}

a.side-arrow { 
	display: flex; justify-content: center; align-items: center;
	width: 30px; height: 100px; box-sizing: border-box;
	border-top: 10px #030D29 solid; background: #C7A351;
	cursor: pointer; position: relative;
}
	@media screen and (min-width: 800px) { a.side-arrow { width: 37px; } }
	@media screen and (min-width: 1400px) { a.side-arrow { width: 47px; height: 118px; } }

a.side-arrow:before {
	content:''; width: 100%; height: 100%;
	background-image: url('img/icons/arrow-rect.svg');
	background-repeat: no-repeat; background-position: center center; background-size: 100% auto;
	position: absolute; transition: .1s;
}
a.side-arrow:active:before { background-size: 80% auto; }

a.side-arrow.prev::before { transform: rotate(-180deg); }
a.side-arrow:hover {
	background: #fff;
	transition: all .1s linear;
}

.sideNav {
	width: calc(100% + 4px);
	position: absolute; top: 40%; z-index: 1;
	display: flex; justify-content: space-between; align-items: center; gap: 23px;
}


/* Services Zone */
.sxn-services {
	padding: 63px 20px;
	background: url(img/bg/bg-services.webp) no-repeat top center; 
	background-size: cover; background-attachment: fixed;
	color: #FFF;
	position: relative; overflow: hidden;
}
	@media screen and (min-width: 800px) { .sxn-services { padding: 78px 40px; } }
	@media screen and (min-width: 1400px){ .sxn-services { padding: 98px 60px; } }

	.sxn-services .sxn-head { 
		margin: 16px auto; text-align: center; 
		position: relative;
	}
	.sxn-services .sxn-head:before {
		content: '';
		position: absolute; left: 0; top: 35%; z-index: -1;
		width: 100%; height: calc(100% - 8px);
		border-style: solid; border-color: #FFF; border-radius: 10px 10px 0 0;
		border-width: 2px 2px 0 2px;
		mask-image: radial-gradient(circle at center, transparent 0, transparent 98px, black 98px);
	}
	.sxn-services .sxn-head.weServe:before {
		mask-image: radial-gradient(circle at center, transparent 0, transparent 114px, black 114px);
	}
		@media screen and (min-width: 800px){ 
			.sxn-services .sxn-head:before {
				mask-image: radial-gradient(circle at center, transparent 0, transparent 120px, black 120px);
			}
			.sxn-services .sxn-head.weServe:before {
				mask-image: radial-gradient(circle at center, transparent 0, transparent 142px, black 142px);
			}
		}
		@media screen and (min-width: 1400px){ 
			.sxn-services .sxn-head:before {
				mask-image: radial-gradient(circle at center, transparent 0, transparent 150px, black 150px);
			}
			.sxn-services .sxn-head.weServe:before {
				mask-image: radial-gradient(circle at center, transparent 0, transparent 175px, black 175px);
			}
		}
	.sxn-services .sxn-head > mark {
		background: transparent; padding: 0 14px; color: #FFF;
	}

	.sxn-services .serviceList {
		margin: 39px auto;
		display: flex; flex-direction: row; gap: 20px; flex-wrap: wrap;
		text-align: center;
	}
		.sxn-services .serviceList > div {
			width: 90%; margin: 0 auto; max-width: 340px;
		}
		@media screen and (min-width: 500px) {
			.sxn-services .serviceList > div { width: calc(50% - 20px/2); max-width: 400px; }
		}
		@media screen and (min-width: 1120px) {
			.sxn-services .serviceList { flex-wrap: unset; gap: 30px;  }
			.sxn-services .serviceList > div { width: 25%; max-width: unset; }

		}
		.sxn-services .serviceList > div a { color: #000; }
		.sxn-services .serviceList > div a:hover figure { background: #FFF; transition: .3s; }
			.sxn-services .serviceList > div a:hover img { transform: scale(1.1); transition: .3s ease-in-out; }
			
		
		.sxn-services .serviceList img { 
			width: 100%; height: auto; transition: .5s;
		}
		.sxn-services .serviceList figure {
			padding: 10px; margin: 0; overflow: hidden; position: relative; z-index: 0;
			background: #C7A351;
		}
		.sxn-services .serviceList figure > p { 
			padding: 0; margin: 0;
			clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 96%);
		}
		.sxn-services .serviceList > div a:hover figure:after {
			border-color: #FFF;
			transition: .3s;
		}
		.sxn-services .serviceList figcaption { 
			padding: 10px 0; position: relative;
			font-size: 120%; line-height: 1.1; text-wrap: balance; 
		}
		.sxn-services .serviceList figcaption::before {
			content: ''; background: #000;
			width: 85%; height: 24px;
			clip-path: polygon(100% 0, 0% 100%, 100% 100%);
			position: absolute; right: 0; top: -35px; z-index: 1;
		}
		
		.sxn-services .serviceList > div > span:last-child {
			display: inline-block; margin: 20px 0;
			font-size: 90%; line-height: 1.5; text-wrap: balance;
		}
			@media screen and (min-width: 500px) {
				.sxn-services .serviceList figure { padding: 15px; }
				.sxn-services .serviceList figcaption { font-size: 130%; padding: 15px 0; min-height: 50px; display: flex; align-items: center; justify-content: center; }
				.sxn-services .serviceList > div > span:last-child { margin: 25px 15px; }
			}
			@media screen and (min-width: 1120px) {
				.sxn-services .serviceList figcaption { min-height: unset;}
				.sxn-services .serviceList > div > span:last-child { margin: 40px 30px; line-height: 1.8; }
			}

		.sxn-services .weServeList ul {
			margin: 39px auto;
			display: flex; flex-direction: row; gap: 10px; flex-wrap: wrap; justify-content: center;
		} 
			.sxn-services .weServeList li { 
				width: 216px; box-sizing: border-box;
			}
			.sxn-services .weServeList a {
				height: 100%;
				padding: 40px 16px 16px; border: 2px solid #fff; 
				box-sizing: border-box;
				display: flex; align-items: center; justify-content: space-evenly; flex-direction: column;
				color: #C7A351; text-align: center; text-wrap: balance; line-height: 1.3; 
				transition: .5s; 
			}
			.sxn-services .weServeList li img { 
				width: 100%; height: auto; max-width: 110px; margin: 0 auto 15px; 
			}
				.sxn-services .weServeList a:hover {
					background: #C7A351; border-color: #C7A351; color: #000;
					transition: .2s ease-in-out;
				} 
				.sxn-services .weServeList a:hover img {
					filter: brightness(0) saturate(100%);
				} 
			@media screen and (min-width: 800px) {
				.sxn-services .weServeList li { width: 200px; }
			}
			@media screen and (min-width: 1120px) {
				.sxn-services .weServeList ul { flex-direction: row; gap: 16px; flex-wrap: unset; }
				.sxn-services .weServeList li { width: calc(100% / 7 - 96px/7 ); }
			}

/* Attorney Zone */
.sxn-attorneys {
	background: #FFF url(img/bg/bg-attorneys.webp) no-repeat bottom center;
	background-size: cover;
	overflow: hidden;
}
.attorneyList {
	padding: 60px 20px 0;
	display: flex;
	flex-direction: column;
	max-width: 500px;
}
	@media screen and (min-width: 500px) {
		.attorneyList { padding: 100px 40px 0; }
	}
	@media screen and (min-width: 800px) { 
		.sxn-attorneys { background-size: contain; }
		.attorneyList { flex-direction: row; max-width: 1600px;  } 
	}
	@media screen and (min-width: 1120px) { .attorneyList { padding: 100px 60px 0; } }

	.attyItem { display: flex; position: relative; align-items: flex-end; }
	.attyItem:nth-child(odd) { z-index: 1; }
	.attyItem:nth-child(even) { z-index: 0; }
	.attyItem > div { 
		width: 60%;
		overflow: hidden; 
	}
		.attyItem:nth-child(even) > div {
			margin: 0 0 0 auto;
			padding: 10% 0; 
		}
	.attyItem .attorney {
		margin: 0 0 20px;
		font-size: 170%; font-family: "Marcellus", Georgia, serif; color: #232449;
	}
	.attyItem img {
		transition: .4s;
		width: auto; height: auto; max-height: 400px;
		flex-shrink: 0;
		position: absolute; right: -170px; z-index: -1;
	}
	.attyItem:nth-child(even) img {
		left: -180px; right: auto;
	}

	.attyItem > div p {
		backdrop-filter: blur(12px);
		background: rgba(255,255,255,0.5);
		padding: 5px;
	}
	
	@media screen and (min-width: 500px) {
		.attyItem > div p {
			backdrop-filter: unset;
			background: unset;
			padding: unset;
			min-height: 183px;
			text-shadow: 0 0 15px #fff;
		}
		.attyItem:nth-child(even) > div {
			padding: 30% 0; 
		}
		.attyItem:nth-child(odd) img {
			align-self: center;
		}
	}
	@media screen and (min-width: 800px) {
		.attyItem { width: 80%; margin:0 auto}
		.attyItem > div { padding: 0 0 20%; }
		.attyItem img { right: -90px; }
		.attyItem:nth-child(even) > div { padding: 0 0 20%; }
		.attyItem:nth-child(odd) img { align-self: unset; }
		.attyItem:nth-child(even) img { margin: 0 auto 0 -120px; left: 0; }
	}
	@media screen and (min-width: 1400px) {
		.attyItem img { width: auto;  }
		.attyItem img { max-height: 500px; }
	}




/* Contact Zone */
.sxn-contact {
	background-image: url(img/bg/bg-contact.webp); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed;
	color: #FFF; line-height: 1.7;
	padding: 40px 20px 70px;
	position: relative; overflow: hidden;
}
	@media screen and (min-width: 800px)  { .sxn-contact { padding: 60px 40px 80px; } }
	@media screen and (min-width: 1400px) { .sxn-contact { padding: 80px 60px 100px; } }

	.sxn-contact:before {
		content: '';
		position: absolute; top: 0; left: 0;
		width: 100%; height: 200px;
		background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0));
	}

	.sxn-contact .sxn-head { margin: 0; text-align: left; color: #FFF; }

	.sxn-contact .sxn-wrap {
		display: flex; flex-direction: column; gap: 44px;

	}
	.sxn-contact .contactCol div > em { 
		color: #C7A351; display: block; font-size: 120%; margin: 0 0 10px;
	}
	.sxn-contact .contactCol img { display:block; max-width: 100%; height: auto; margin: 15px auto; }

	.sxn-contact form {
		max-width: 800px;
		margin: 0 auto;
		display: flex; flex-direction: column; gap: 20px;
	}
		@media screen and (min-width: 1120px) {
			.sxn-contact .sxn-wrap { flex-direction: row; }
			.sxn-contact .contactCol { width: 26%; flex-shrink: 0; }
			.sxn-contact form { max-width: unset; }
		}

		.sxn-contact form input,
		.sxn-contact form textarea,
		.sxn-contact form select {
			width: 100%; box-sizing: border-box;
			padding: 12px 16px;
			background: transparent;
			border: 2px solid #CCC; border-radius: 0;
			font-size: 16px; line-height: 1.5; font-family: Inter, Arial, "Helvetica Neue", Helvetica, sans-serif;
			resize: vertical; color: #FFF; font-weight: bold;
		}
		.sxn-contact form select { min-height: 52px; }

		/* Safari 7.1+ fix */
		_::-webkit-full-page-media, _:future, :root .sxn-contact form select {
			line-height: 1.5 !important;
			padding: 12px !important;
		}

		.sxn-contact form option {
			padding: 0;
			background-color: #C7A351;
			color: #232449;
			border-radius: 0;
			border-width: 0;
		}
		::picker(select) {
  border: none;
}
		.sxn-contact form option:hover { background: red; }
			.sxn-contact form input:focus,
			.sxn-contact form textarea:focus,
			.sxn-contact form select:focus {
				background-color: rgba(15, 16, 44,0.2);
				border-color: #C7A351; outline: none;
				box-shadow: 0 0 5px rgba(199,163,81,0.5);
				transition: box-shadow .3s ease-in-out, border-color .3s ease-in-out;
			}
		.sxn-contact form textarea { min-height: 120px; }
		.sxn-contact form input[type="submit"] {
			width: 100%; padding: 20px 15px; margin: 0 auto; 
			background-color: #C7A351; color: #000; border: none; border-radius: 5px;
			font-size: 16px; line-height: 1.2; text-transform: uppercase; cursor: pointer; text-wrap: balance;
			font-family: "Georgia", serif; letter-spacing: calc(16px * 0.001 * 400); font-weight: normal;
			transition: background-color .3s ease-in-out;
		}
			.sxn-contact form input[type="submit"]:hover { background-color: #FFF; 
				box-shadow: -15px -15px 30px 0 rgba(255,255,255,0.1), 15px 15px 30px 0 rgb(3, 13, 41,0.5);
			}
			.sxn-contact form input[type="submit"]:active {
				background-color: #AAA;
				transform: scale(0.95);
				transition: background-color .1s ease-in-out, transform .1s ease-in-out;
			}

		.fBlockTop {
			display: flex;
			flex-wrap: wrap;
			gap: 20px 10px;
		}
			.fBlockTop label, .fBlockBtm label {
				margin: 0 0 16px; display: block; line-height: 1;
			}

		.formReqBox { 
			margin: 5px auto;
			display: inline-block; 
			font-size: 75%; 
		}
			.formReqBox span { flex-shrink: 0; }
			.formReqBox p { padding: 0; }

		.col-by-3,
		.col-by-2 { flex-basis: 100%; }

/* 		@media screen and (min-width: 400px) {
			.sxn-contact form input[type="submit"] { border-radius: 0; }
			.col-by-3 { flex-basis:calc(100% / 3 - 20px/3); }
			.col-by-2 { flex-basis: calc(100% / 2 - 10px/2); }
		} */
		@media screen and (min-width: 800px) {
			.fBlockTop { gap: 30px; }
			.formReqBox { width: 90%; display: flex; justify-content: center; flex-direction: row; gap: 15px; text-align: center; }
			.col-by-3 { flex-basis:calc(100% / 3 - 60px/3); }
			.col-by-2 { flex-basis: calc(100% / 2 - 30px/2); }
		}


		.formSubmitWrap {
			display: flex; flex-direction: column; justify-items: center;
			gap: 15px 30px;
		}
			.formSubmit { flex-grow: 1; }

			@media screen and (min-width: 800px) {
				.formSubmitWrap { flex-direction: row; }
			}

/* Sidebar */
.sidebar > .btn-more {
	margin: 0 0 35px; max-width: none;
	font-size: 100%; line-height: 1.3 ;
}

.sbServices {
	padding: 12px 12px 35px;
	background-image: url(img/bg/bg-sidebar.webp);
	background-size: cover; background-repeat: no-repeat; background-position: top center;
	text-align: center;
}
	.sbServices menu li {
		margin: 0 0 16px;
	}
	.sbServices menu li > strong {
		margin: 26px auto;
		display: block;
		font: 300 22px/1.2 "Marcellus", serif;
		color: #FFF;
	}
	.sbServices menu a { 
		display: block;
		padding: 22px 12px;
		background: #C7A351; 
		font-size: 18px; color: #000;  text-wrap: balance; line-height: 1.2;
	}
		.sbServices menu a:hover {background: #FFF;  transition: .2s background;}	
	@media screen and (min-width: 800px) {
		.sbServices menu li > strong { font-size: 27px; }
		.sbServices menu a { font-size: 22px; } 
	}
	@media screen and (min-width: 1400px){
		.sbServices menu li > strong { font-size: 34px; }
		.sbServices menu a { font-size: 28px; } 
	}

	.sbTests { padding: 56px 0 40px; text-align: center; }
	.sbTests .sxn-head { text-align: center; color: #232449; }
	.sbTests .icon-stars { margin: 20px auto; }
	.sbTests .swiper-wrapper { align-items: center; }

	.sbTests .swiper-slide {
		transition: opacity 1s ease-in-out;
		opacity: 0;
	}
	.sbTests .swiper-slide-active {
		opacity: 1;
	}
	.sbTests .slideNav { margin: 30px auto 0; }

		@media screen and (min-width: 1400px) {
			.sbTests { padding: 70px 0 50px; }
			.sbTests .slideNav { margin: 40px auto 0; }
		}
/* Blog Page */
.blog-sidebar {
	background: #030E29;
	box-sizing: border-box;
	display: block;
	padding: 20px 20px 30px;
	width: 100%;
}
.blog-sidebar .sxn-head { color: #FFF; margin: 0 0 10px; text-align: center; font-size: 24px; }
.sbBox { border-top: 2px solid #D3A23C; display: block; padding: 14px 0 13px; }
.sbBox:last-child { padding: 14px 0 0; }
.blog-sidebar a:hover { text-decoration: underline; }
.blog-sidebar > ul {
	padding: 0 0 40px 20px;
	font-style: normal;
}
.blog-sidebar > ul li { padding: 0 0 10px; }
.blog-sidebar > ul li:last-child { padding: 0; }
.blog-sidebar > ul li a { color: #C7A351; position: relative; }
.blog-sidebar > ul li a:hover { color: #FFF; }
.blog-sidebar > ul li a::before { background: #C7A351; border-radius: 6px; content: ""; height: 6px; left: -20px; position: absolute; top: 8px; width: 6px; }
.blog-sidebar > ul li a:hover::before { background: #FFF; }
.blog-sidebar > ul > ul { padding: 0 0 0 20px; }
.blog-sidebar > ul:last-child { padding: 0 0 0 20px; }
@media screen and (max-width: 700px) {
	.post_entry_mult_left, .post_entry_mult_right {
		float: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.postThumbMult {
		display: block;
		width: 80%;
		max-width: 150px;
		margin: 0 auto 0.5em;
	}
}
@media screen and (min-width: 1640px) {
	.blog-sidebar { padding: 38px 30px 40px; }
}

/* Safari 7.1+ fix */
_::-webkit-full-page-media, _:future, :root .sxn-choose, :root .sxn-contact, :root .sxn-services {
	background-attachment: scroll;
}

/* Footer */
#mainFooter {
	background: #C7A351;
	overflow: hidden;
}
	.mfInfo { padding: 34px 20px; }
		@media screen and (min-width: 800px)  { .mfInfo { padding: 43px 40px; } }
		@media screen and (min-width: 1400px) { .mfInfo { padding: 53px 60px; } }

	.mfInfo a { color: #000; }
		.mfInfo a:hover { text-decoration: underline; }
	.mfCol { 
		display: flex; flex-direction: column;  
		align-items: center; justify-content: space-between; 
	}
		.mfCol [class^='icon-'] { display: flex; align-items: center; gap: 5px; font-family: "Marcellus", serif; }
		.mfCol [class^='icon-']:before { 
			content: ''; 
			width: 42px; height: 42px;
			background-position: center center; background-size: cover; background-repeat: no-repeat; flex-shrink: 0;
		}

		.mfCol .icon-add { width: 310px; }
			
		.mfCol .icon-add:before   { background-image: url(img/icons/icon-add.svg);}
		.mfCol .icon-phone:before { background-image: url(img/icons/icon-phone.svg);}

		.mfCol menu { display: flex; gap: 20px; }

		.mfCol menu [class^='icon-']:before { background-image: url(img/icons/icon-sns.svg); background-color: transparent; }

		.mfCol .icon-fb:before { background-position: top left; }
		.mfCol .icon-ln:before { background-position: top left 33%; }
		.mfCol .icon-x:before {  background-position: top left 67%; }
		.mfCol .icon-ig:before {  background-position: top right; }

		.mfCol menu [class^='icon-']:hover:before {
			filter: brightness(0) saturate(100%) invert(99%) sepia(11%) saturate(0%) hue-rotate(46deg) brightness(104%) contrast(100%);;
			transition: filter .2s;
		}
		.mfCol menu [class^='icon-']:active:before{
			filter:unset;
			transform: scale(0.8);
		}
		.mfCol ins{ text-decoration: none; display: none; }

		@media screen and (min-width: 600px) {
			.mfCol .icon-add { width: unset; }
			.mfCol ins{ display: inline; }
		}
		@media screen and (min-width: 800px) {
			.mfCol { flex-wrap: wrap; flex-direction: row; align-items: flex-start; }
			.mfCol .cta-phrase { flex-basis: 100%; }
			.mfCol menu { gap: 10px; }
		}
		@media screen and (min-width: 1120px) {
			.mfCol { flex-wrap: unset; }
			.mfCol .cta-phrase { width: 25%; flex-basis: unset; }

		}
		@media screen and (min-width: 1400px) { .mfCol menu { gap: 40px; } }


/* RESPONSIVE */
#elmBrandingWrapper {
	padding: 30px 20px 30px;
	text-align: center;
	background: #fff;
	display: flex; justify-content: center; align-items: center; gap: 20px 40px; flex-direction: column;
}

#elmBranding {
	overflow: hidden;
}
	#elmBranding,
	#elmBranding a {
		color: #000;
		font: normal 10px/1.3 "Inter", Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#elmBranding a:hover {
		font-weight: normal;
		text-decoration: under line;
	}
	#logo-everest-legal-marketing {
		display: block;
		margin: 0 auto 15px;
	}
	#elmBranding p {
		padding: 0;
		max-width: 330px; /*modme*/
		margin: auto;
	}
	#elmBranding br {display: none;}
@media screen and (min-width: 1120px) {
	#elmBrandingWrapper {
		flex-direction: row;
	}
	#elmBranding {
		display: inline-block;
	}
	#elmBranding,
	#elmBranding a {line-height: 1.1; font-size: 14px;}
	#logo-everest-legal-marketing {
		display: inline-block;
		vertical-align: middle;
	}
	#elmBranding p {
		display: inline-block;
		margin: 0 0 0 20px;
		max-width: none;
		text-align: left;
		vertical-align: middle;
	}
	#elmBranding br {display: inline;}
}
@media screen and (min-width: 1400px) {
	#elmBrandingWrapper {
		padding: 40px 20px 52px;
	}
}
.fNav {
	padding: 0; display: flex; gap: 20px; margin: 0 0 45px;
	font-family: "Marcellus", serif; font-size: 14px;
}
	.fNav li {
		position: relative;
	}
	.fNav li:not(:last-child):after {
		content: '|'; 
		position: absolute; right: -14px;
		display: inline;
		color: #C7A351;
	}
	.fNav a {
		color: #000;
	}
	.fNav a:hover {
		text-decoration: underline;
	}
@media screen and (min-width: 600px) {
	.fNav {	margin: 0; }
}
@media screen and (min-width: 1120px) {
	.fNav {	font-size: 16px; }
}


/* 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 */
.formRecaptcha { transform: scale(.8); }
	@media screen and (min-width: 400px) {
		.formRecaptcha { transform: unset; }
	}
.grecaptcha-badge {visibility: hidden;}
.grDisclaimerBox {
	background-color: #4a90e2;
	overflow: hidden;
	height: 60px;
	width: 255px;
	margin: 0 auto;
}
.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-size: 13px;
	padding: 15px 15px 0;
	line-height: 1;
}
.grdbHead {
	display: block;
	margin: 0 0 5px;
}
.grdbLinks a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
.grdbLinks a:hover {text-decoration: underline;}
.grdbSep {font-size: 8px;}
/* reCAPTCHA v2 invisible */

/* Contact Form - Custom */

/* Contact Form Styling Ends */	

/* Blog Page */
@media screen and (max-width: 700px) {
	.post_entry_mult_left, .post_entry_mult_right {
		float: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.postThumbMult {
		display: block;
		width: 80%;
		max-width: 150px;
		margin: 0 auto 0.5em;
	}
}

/* Form Validation -- Begins */
form input[type=text].validationError, 
form textarea.validationError, 
form select.validationError,
form .validationError::placeholder
 {
    background-color: rgba(255,0,0,0.7) !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 {
	position: relative; display: none; 
    background-color: #f5770c;
    color: #000; font-size: 80%; text-align: center;
    padding: 20px 20px 0;
    margin:0 auto 20px;
}
.validationFeedback:before {
	content: ''; width: 15px; height: 15px;
	position: absolute; top: -13px; left: 40px;
    background-color: #f5770c;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.vfActive {
    display: block;
	width: calc(100% - 40px);
}
.vfFailedFullNamelValidationPrompt,
.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedFullNamelValidation .vfFailedFullNamelValidationPrompt,
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}
@media screen and (min-width: 1120px){
	.vfActive {
		width: calc(100% - 40px);
		margin: 20px 0;
	}
}

/* Form Validation -- Ends */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* < 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: 226px; /* 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( 85vh - 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 ul ul ul .navmm_scrollable .navmm_scroll_menu > ul {
  max-height: calc( 55vh - 140px );
 }
 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 {
  box-sizing: border-box;
  display: none;
 }
 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: transparent;
  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 );
 }
 */
}
@media screen and (min-width: 1120px) {
 nav.mm ul ul .navmm_scrollable .navmm_scroll_menu {
  left: 100%;
 }
}
/* </ 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:hover .menu_more_indicator { background: #C7A351; }
nav.mm .navmm_scrollable .navmm_scroll_menu ul ul,
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;}
/* nav.mm .navmm_scrollable:hover .navmm_scroll_menu > ul ul {border-top: 1px solid #000;} */

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

nav.mm > ul > li.topLevelInactive > a{ cursor: default; position: relative;}