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

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%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #333;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	background: #fff;
}
a {color: blue;}
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;}

@-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 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;
}

article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}

#wrapper {}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
#mhWrapper {}
.mhTop{ display: none; }
#mainHeader {
	text-align: center;
	color: #0176b2;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
}
	#logo-main {
		display: block;
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
		padding: 8px 0;
	}
	#logo-main img {
		display: block; width: 100%;
		height: auto;
	}
	.mhCTA{ margin: 0 auto 10px; }
	.mhCTA li{
		display: block;
	}
	.mhCTA li:first-of-type{ color: #12455b; }
	.mhContact{ margin: 0 auto 10px; }
	.mhPhone{
		display: block;
		font-family: 'Roboto', sans-serif;
		font-weight: normal;
		color: #12455b;
		font-size: 28px;
		line-height: 1;
	}
#menu-item-271 {display: none;}

/* Enable these next two lines to modify dropdown colors
html body nav.mm ul li:nth-child(2) ul {display: block; transform: scaleY(1); opacity: 1}
html body nav.mm ul li:nth-child(2) ul li:nth-child(2) > a {background-color: #5B9FC4;}
*/
nav.mm {
	text-align: center;
	background: rgba(0,0,0,0.8);
	position: relative;
	z-index: 100;
}
nav.mm > ul > li > a {
	padding: 13px 6px 10px;
	font-size: 12px;
	color: #fff;
	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: #0176b2; }
nav.mm ul ul {background: #12455b; width: 180px; border: 1px solid #226988;}
nav.mm ul ul li:hover > a {background: #0176b2; }
nav.mm ul ul li {border-top: 1px solid #226988;}
nav.mm ul ul a {
	color: #fff;
	padding: 15px 10px;
	font-size: 14px;
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li {display: inline-block;}
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}

body.admin-bar #mmiWrapper {position: static;}
body.admin-bar.mob_menu #wrapper {padding: 0;}
body.mob_menu #wrapper {padding: 34px 0 0;}
body.mob_menu #wpadminbar {position: absolute;}
body.fsMenuOn #wpadminbar, body.fsMenuOn #contact-tab {display: none;}
#mmiWrapper, #mblSearchCont, nav.mm_mob {display: none;}
.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {display: block;}
.fsMenuOn #mmiWrapper {z-index: 1;}
#mmiWrapper, #closeMenu {background: #12455b;}
#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 #226988;}
	#mm1 {border-left: 1px solid #226988;}
	#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;
	}
	.mmi ul li:first-child {border: 0;}
	.mmi ul a {
		background: #666;
		color: #fff;
		display: block;
		padding: 10px 10px;
		font-size: 16px;
	}
	.mmi ul a:hover {
		background: #999;
	}
	@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: 34px 0 10px;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 10px 0 10px;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
			font-size: 15px;
			padding: 3px 1em 3px 0;
			color: #000;
		}
		nav.mm_mob a:hover {
			color: #fff;
			background: #0176b2;
			text-decoration: none;
		}
			nav.mm_mob ul a {padding-left: 1em;}
			nav.mm_mob ul ul a {padding-left: 2em;}
			nav.mm_mob ul ul ul a {padding-left: 3em;}
			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; }
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: 10px 1em;
	overflow: hidden;
}
#mblsInput, #mblsSubmit {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	float: left;
	display: inline;
	box-sizing: border-box;
}
#mblsInput {
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 0 5px;
	line-height: 1;
	height: 21px;
	width: 70%;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.15);
	outline: 0;
}
#mblsSubmit {
	width: 30%;
	border: 0;
	background: #12455b;
	font-size: 10px;
	height: 21px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
#mblsSubmit:hover {background: #0176b2;}

@media screen and (min-width: 800px) {
	#wrapper {
		padding: 108px 0 0;
	}
	#persistentHeader{
		background: transparent;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	#mhWrapper{ background: #fff; }
	.mhTop{
		display: block;
		border-top: 10px solid #000;
		color: #0176b2;
	}
	.mhtWrap{
		padding: 0 20px;
		text-align: right;
		max-width: 1800px;
		margin: 0 auto;
	}
	.mhtTime{
		background: #000;
		padding: 2px 999px 10px 30px;
		margin: 0 -999px 0 0;
		position: relative;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	.mhtTime > span{
		color: #fff;
		letter-spacing: 1px;
		font-size: 20px;
		line-height: 1;
	}
	.mhtTime:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 60px 31px 0;
		border-color: transparent #000 transparent transparent;
		top: 0;
		left: -60px;
	}
	#mainHeader{
		overflow: hidden;
		padding: 0 20px;
		min-height: 116px;
	}
	body.sticky_zone #mainHeader{ min-height: initial; }
	#logo-main{
		float: left;
		padding: 15px 0;
	}
	.mhRight{
		float: right;
		padding: 8px 0 0;
		text-align: right;
	}
	.mhCTA{
		text-align: right;
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }

	body.sticky_zone #mainHeader{ margin: 0 auto; }
	body.sticky_zone #logo-main{ max-width: 170px; }
	body.sticky_zone .mhRight{ padding: 34px 0 0; }
	body.sticky_zone nav.mm{ background: #000; }
}
@media screen and (min-width: 1000px){
	.mhRight{ padding: 33px 0 0; }
	.mhCTA,
	.mhContact{
		margin: 0;
		display: inline-block;
		vertical-align: middle;
	}
	.mhCTA{
		margin: 0 10px 0 0;
	}
	.mhContact{ text-align: center; }
	nav.mm > ul > li > a{
		padding: 10px 10px;
		font-weight: bold;
	}
}
@media screen and (min-width: 1120px) {
	#wrapper { padding: 118px 0 0; }
	.mhtTime span{ position: relative; padding: 0 30px 0 0; }
	.mhtTime span:after{
		content: '';
		position: absolute;
		width: 25px;
		height: 22px;
		background: url(img/header/clock.png);
		background-size: 100%;
		top: 0;
		right: 0;
	}
	#logo-main{
		padding: 9px 0;
		max-width: 267px;
	}
	body.sticky_zone #logo-main {
		padding: 10px 0;
	}
	.mhRight{ padding: 18px 0 0; }
	body.sticky_zone .mhRight{ padding: 26px 0 0; }
	.mhCTA,
	.mhContact{
		margin: 0;
		display: inline-block;
		vertical-align: middle;
	}
	.mhCTA{ padding: 0 10px 0 0; }
	.mhContact{
		font-size: 18px;
		position: relative;
		padding: 0 0 0 80px;
	}
	.mhContact:before{
		content: '';
		position: absolute;
		width: 70px;
		height: 70px;
		background: url(img/header/phone.webp) center center no-repeat;
		background-size: 100%;
		top: 7px;
		left: 0;
	}
	.mhPhone{ font-size: 35px; }

	nav.mm > ul > li > a{
		padding: 10px 10px;
		text-transform: uppercase;
		font-size: 14px;
	}

	body.sticky_zone .mhContact:before{ top: -19px; }
	body.sticky_zone .mhContact{ padding: 0 0 0 70px; }
	body.sticky_zone .mhContact:before{
		width: 60px;
		height: 60px;
		background-size: 100%;
		top: -14px;
	}
}
@media screen and (min-width: 1300px){
	nav.mm > ul > li > a{
		padding: 10px 10px;
		font-size: 16px;
	}
}
@media screen and (min-width: 1640px) {
	#wrapper { padding: 194px 0 0; }
	.mhTop{ border-width: 25px; }
	.mhtTime{
		display: inline-block;
		font-size: 22px;
		padding: 0 999px 8px 100px;
		margin: -20px -999px 0 0;
	}
	.mhtTime:before{
		border-width: 0 100px 43px 0;
		left: -100px;
	}
	.mhtTime span{ padding: 0 50px 0 0; }
	.mhtTime span:after{
		width: 40px;
		height: 35px;
		right: 0;
		top: 2px;
	}
	.mhtTime span{ font-size: 34px; }
	#mainHeader{
		padding: 11px 20px;
		max-width: 1800px;
		margin: 0 auto;
		height: auto;
	}
	#logo-main{ margin: 0 auto; max-width: 434px; }
	.mhRight{ padding: 36px 0 0; }
	.mhCTA{ font-size: 34px; }
	.mhContact{
		font-size: 24px;
		padding: 0 0 0 105px;
	}
	.mhContact:before{
		width: 86px;
		height: 87px;
		background-size: auto;
		top: 11px;
	}
	.mhPhone{ font-size: 43px; }
	nav.mm > ul > li > a{ font-size: 18px; padding: 23px 20px 20px; }

	body.sticky_zone #mainHeader{ padding: 0 20px; }
	body.sticky_zone #logo-main{ margin: 0; }
	body.sticky_zone .mhRight{ padding: 22px 0 0; }
	body.sticky_zone .mhContact:before{ top: -9px; }
	body.sticky_zone nav.mm > ul > li > a{ padding: 10px 20px; }
}


#homeslides {
	position: relative;
	height: 774px;
	background-color: #000;
	overflow: hidden;
}
.homeslide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.homeslideImg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
#homeslideImg1{ background-image: url(img/slides/home/600/1_v2.webp); }
#homeslideImg1 {
	background-size: calc(100% + 40px);
	background-position: -20px 0;
}
#homeslideImg2 {
	background-position: -70px -72px;
}
#homeslideImg2{ background-image: url(img/slides/home/600/2.webp); }
#homeslideImg3{ background-image: url(img/slides/home/600/3.webp); }
.slideBox {
	position: absolute;
	bottom: 437px;
	background: #000;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
.slideBox br{ display: none; }
.slideHead {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	max-width: 300px;
	margin: 0 auto;
}
.slideBody {
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 0;
	max-width: 600px;
	margin: 0 auto;
}
.hsNav {
	position: absolute;
	z-index: 8;
	width: 100%;
	text-align: center;
	font-size: 0;
	padding: 10px 0;
}
.hsNav span {
	display: inline-block;
	margin: 0 5px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 1;
	transition: 300ms;
}
.hsNav span.swiper-pagination-bullet-active,
.hsNav span:hover { background-color: #0176b2; }

.hsForm{
	position: absolute;
	background: #097ebb;
	color: #fff;
	text-align: center;
	z-index: 8;
	bottom: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}
.hsfTitle{
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 10px;
}
.conForm{
	width: 100%;
	min-width: 255px;
}
.conForm input,
.conForm textarea,
.conForm select{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px 10px 0;
	background: transparent;
	border: 0;
	outline: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	margin: 0 auto 5px;
	font-weight: 300;
}
.conForm input::placeholder,
.conForm textarea::placeholder,
.conForm select::placeholder{ color: #fff; }
.conForm option{ color: #000; }
.conForm .gRecaptchaWrapper{
	width: 255px;
	height: 60px;
	margin: 0 auto 10px;
}
.conForm textarea{
	height: 60px;
	resize: none;
	margin: 0 auto 10px;
}
.conForm .submit-button{
	width: 255px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: 0;
	font-size: 26px;
	background: #1694d4;
	transition: 300ms;
	margin: 5px auto 0;
	padding: 14px 0;
}
.conForm .submit-button:hover{ background: #3fbeff; }


.subslide {
	padding: 34% 0 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #000;
}
#subslide1 { background-image: url(img/slides/sub/600/1.jpg); }
@media screen and (min-width: 500px){
	#homeslideImg2 {
		background-position: 0 -72px;
	}
}
@media screen and (min-width: 600px){
	.homeslideImg{
		background-size: 100%;
	}
	#homeslideImg1 {
		background-size: calc(100% + 40px);
		background-position: -20px -60px;
	}
}
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides{ height: 543px; }
	.homeslideImg{ background-size: cover; }
	#homeslideImg1{ background-image: url(img/slides/home/1120/1_v2.webp); }
	#homeslideImg2{ background-image: url(img/slides/home/1120/2.webp); }
	#homeslideImg3{ background-image: url(img/slides/home/1120/3.webp); }

	#homeslideImg1 {
		background-color: #222222;
		background-size: 80%;
		background-position: 0 40px;
	}
	#homeslideImg2 {
		background-position: 0;
	}
	#homeslideImg2, #homeslideImg3 {
		-webkit-animation-name: ncburnsZoomIn; /* modify */
		animation-name: ncburnsZoomIn; /* modify */
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-duration: 7800ms;  /* change this number to match the 'pause' + ‘onStart’ + ’onComplete' time */
		animation-duration: 7800ms; /* change this number to match the 'pause' + ‘onStart’ + ’onComplete' time */
		animation-fill-mode: forwards;
		opacity: 1;
	}
	.slideBox{
		background: transparent;
		bottom: 92px;
		width: 420px;
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		transition: 300ms;
	}
	.slideTxtAnimate .slideBox{
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
	.slideBox br{ display: block; }
	.slideHead{
		max-width: 100%;
		font-size: 18px;
		line-height: 1.1;
	}
	.slideBody{
		max-width: 100%;
		padding: 20px 0 0;
	}
	.hsNav{
		top: auto;
		bottom: 48px;
		width: 420px;
	}
	.hsForm{
		width: 300px;
		left: auto;
		right: 30px;
		box-shadow: 0 0 0 10px rgba(13,131,191,0.5);
		bottom: 25px;
	}

	.subslide { height: auto; padding: 15% 0; }
	#subslide1 { background-image: url(img/slides/sub/1120/1.jpg); }
}
@media screen and (min-width: 1120px) {
	#homeslides{ height: 700px; }
	#homeslideImg1{ background-image: url(img/slides/home/full/1_v2.webp); }
	#homeslideImg2{ background-image: url(img/slides/home/full/2.webp); }
	#homeslideImg3{ background-image: url(img/slides/home/full/3.webp); }
	.slideBox{
		width: 725px;
	}
	.slideHead{
		font-size: 32px;
		font-weight: 300;
	}
	.slideBody{ font-size: 18px; }
	.hsNav{ width: 725px; }

	.subslide {
		padding: 0;
		height: 640px;
		background-size: 130%;
	}
	#subslide1 { background-image: url(img/slides/sub/full/1.jpg); }

	.hsfTitle{ font-size: 25px; }
	.hsForm{
		padding: 30px;
		width: 350px;
		bottom: 50px;
	}
	.conForm input,
	.conForm textarea,
	.conForm select{
		font-size: 18px;
		padding: 13px 0;
		margin: 0 auto 15px;
	}
	#homeslideImg1 {
		background-size: 100%;
		background-position: -80px 0px;
	}
	.conForm textarea{ padding: 0; }
}
@media screen and (min-width: 1340px) {
	#homeslideImg1 {
		background-size: cover;
		background-position: -115px 0;
	}
}
@media screen and (min-width: 1400px) {
	.subslide {
		height: 690px;
	}
}
@media screen and (min-width: 1500px) {
	#homeslideImg1 {
		background-position: 0;
	}
	.subslide {
		height: 740px;
	}
}
@media screen and (min-width: 1640px){
	#homeslides{ height: 872px; }
	#homeslideImg1 {
		background-size: cover;
		background-position: center 0;
	}
	.slideContent{
		position: relative;
		width: 100%;
		height: 100%;
		max-width: 1800px;
		margin: 0 auto;
	}
	.slideBox{
		left: calc(50% - 700px);
		bottom: 122px;
		width: 970px;
	}
	.slideHead{ font-size: 45px; }
	.slideBody{ font-size: 24px; }
	.hsNav{
		left: calc(50% - 700px);
		width: 950px;
	}

	.hsForm{
		width: 380px;
		padding: 30px 30px 50px;
		bottom: 67px;
	}
	.hsfTitle{
		font-size: 30px;
		padding: 0 0 20px;
	}
	.conForm input{ padding: 17px 0; }
	.conForm textarea{ margin: 0 auto 40px; }
	.subslide {
		height: 840px;
	}
}
@media screen and (min-width: 1840px){
	.hsForm{ right: calc(50% - 885px); }
	.subslide {
		height: 940px;
	}
}

#sync {height: 0; width: 0;}
.syncItem {position: relative; z-index: 0;}

/* BELOW THE FOLD (BTF) BEGINS */

/* < AOP Home > */
.sxn-aop {
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	background: #575757 url(img/aop/aop-bg.webp) no-repeat center top;
	background-size: cover;
}
.aop-title {
	padding: 0 0 20px;
	text-align: center;
	font-size: 24px;
	line-height: 1;
	color: #1cb1fe;
	font-weight: bold;
	text-transform: uppercase;
}
.aop-list-box {
	margin: auto;
	max-width: 1600px;
}
.aop-list-box ul {
	padding: 0;
	margin: auto;
}
.aop-list-box ul li {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	list-style-type: none;
	border-radius: 5px;
}
	.aop-item a {
		box-sizing: border-box;
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 10px 20px;
		width: 100%;
		height: 100%;
		border: 4px solid #1899dc;
		background-color: transparent;
		-webkit-box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.38);
		box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.20);
		transition: 300ms;
	}
	.aop-item a::before {
		content: "";
		position: absolute;
		right: -3px;
		bottom: 4px;
		width: 0;
		height: 0;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
			border-top: 14px solid #1899dc;
		transform: rotate(-45deg);
		transition: 300ms;
	}
	.aop-item a:hover { background-color: #1899dc; }
	.aop-item a:hover::before { border-top: 14px solid #ffffff; }
	.aop-item a br {
		display: none;
	}
	.aop-item-title {
		text-align: center;
	}
	.aop-item-title span {
		display: block;
		font-size: 20px;
		color: #ffffff;
		line-height: 1.2;
	}
@media screen and (min-width: 600px){
	.aop-list-box ul {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		column-gap: 12px;
		row-gap: 12px;
	}
	.aop-list-box ul li {
		padding: 0;
		max-width: 255px;
		height: 138px;
	}
}
@media screen and (min-width: 800px){
	.sxn-aop {
		padding: 30px 20px 30px;
	}
	.aop-title {
		padding: 0 0 30px;
	}
}
@media screen and (min-width: 1120px){
	.sxn-aop {
		padding: 52px 20px 300px;
	}
	.aop-title {
		padding: 0 0 60px;
		font-size: 36px;
	}
}
@media screen and (min-width: 1640px){
	.sxn-aop {
		padding: 72px 0 530px;
	}
	.aop-title {
		padding: 0 0 80px;
		font-size: 48px;
	}
}
/* </ AOP Home > */


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

#contentArea {
	margin: 0 auto;
	position: relative;
	max-width: 1600px;
	overflow: hidden;
	background: #fefffe;
}
body.home_elaw #contentArea {
	overflow: inherit;
	background-color: #ececec;
}
#contentArea:after{
	content: '';
	display: table;
	clear: both;
}
#mainContent {
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	padding: 20px;
}
	.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{ color: #0378b4; }
	.article a:hover {text-decoration: underline; color: #b3026a; }
	.article ul, .article ol {overflow: hidden;}
	.article .mc_heading_h1,
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article .mc_heading_h1,
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
		color: #12455b;
		font-weight: bold;
	}
	.article h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
		color: #0176b2;
		text-transform: uppercase;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		float: left;
		margin: 0 15px 5px 0;
		height: auto;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.piTable{
		width: 100%;
		max-width: 800px;
		margin: 0 0 20px;
	}
	.mcPodiumTests{ max-width: 518px; }
	#shareThisPage {clear: both; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}

#sidebar {}

.sb-form .hsForm{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto 30px;
}
.sb-practice-areas {
	margin: 0 auto 30px;
}
.sb-testimonials{
	margin: auto;
	background: url(img/sidebar/testimonials-bg.webp);
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 0 0 20px;
}
.sb-testimonials .testsList{
	width: 100%;
	max-width: 400px;
	margin: auto;
	overflow: hidden;
	position: relative;
	height: 200px;
}
.sb-testimonials .testItem {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 0;
	margin: 0;
	padding: 20px 40px 20px;
}
.wfIssues > label{
	display: block;
	font-weight: bold;
	padding: 0 0 10px;
	font-size: 18px;
}
.wfIssues > label > span{
	display: block;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
}
.wfCheck{ overflow: hidden; padding: 0 0 5px; }
.wfCheck input{
	float: left;
	display: inline-block;
	width: 20px;
	margin: 2px 0 0 0;
}
.wfCheck label{
	float: left;
	display: inline-block;
	text-align: left;
	width: calc(100% - 35px);
}
@media screen and (min-width: 800px){
	.sbForm{ width: 100%; }
	.sb-form .hsForm{
		border: 1px solid #219bd9;
		box-shadow: 0 0 0 10px #087dba;
		width: calc(100% - 20px);
	}
	.sb-testimonials{ padding: 0 0 40px; }
	.sb-testimonials .testsList{ height: 300px; }
	.sb-testimonials .testItem{ padding: 40px 40px 20px; }
	.sb-testimonials .testsMore{
		padding: 20px 10px 20px 60px;
		background-position: top 12px left 10px;
	}
	.sb-testimonials .testsMore:hover{
		background-position: bottom 13px left 10px;
	}
}
@media screen and (min-width: 1120px){
	.sb-form,
	.sb-practice-areas,
	.sb-testimonials{ margin: 0 auto 50px; }
	.sb-testimonials .testsList{ height: 400px; }
	.sb-testimonials .testBody{ font-size: 25px; }
}
@media screen and (min-width: 1640px){
	.sb-testimonials .testsMore{
		padding: 20px 20px 20px 60px;
		background-position: top 15px left 10px;
	}
	.sb-testimonials .testsMore:hover{
		background-position: bottom 15px left 10px;
	}
}

.sb-practice-areas {
	padding: 22px 0 28px;
	color: #fff;
	background: #000 url(img/sidebar/sb-aop-bg.webp) no-repeat center;
	background-size: cover;
}
.sb-practice-areas ul li {
	font-size: 15px;
	line-height: 1.2;
}
.sb-practice-areas ul li a:before {
	content:'';
	position: absolute;
	top: 0;
	left: 19px;
	width: 6.75px;
	height: 100%;
	background: url(img/sidebar/sb-aop-arrow.webp) no-repeat center;
	background-size: 100%;
}
.sb-practice-areas ul li a {
	position: relative;
	display: block;
	padding: 6px 15px 4.5px 40.5px;
	color: #fff;
}
.sb-practice-areas ul li a:hover {
	background-color: #0078b3;
}
@media screen and (min-width: 1640px){
	.sb-practice-areas {
		padding: 30px 0 38px;
	}
	.sb-practice-areas ul li {
		font-size: 20px;
	}
	.sb-practice-areas ul li a:before {
		left: 23px;
		width: 9px;
	}
	.sb-practice-areas ul li a {
		padding: 8px 20px 6px 54px;
	}
}

/* Content Area */
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#contentArea{ padding: 40px; }
	#mainContent {
		padding: 0;
		width: calc(100% - 20px - 300px);
		float: left;
	}
	body.home_elaw #mainContent{ width: 100%; float: none; }
	.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;
	}
	.article ul.mcList3Col{
		overflow: hidden;
		padding: 20px 20px 20px 40px;
		border: 2px solid #0176b2;
		background: rgba(255,255,255,0.5);
		margin: 0 auto 30px;
	}
	.article ul.mcList3Col li{
		float: left;
		width: 50%;
		box-sizing: border-box;
	}
	#sidebar {
		width: 300px;
		float: right;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
	.mcTableWageTop td{
		width: 33.33%;
	}
}
@media screen and (min-width: 1120px){
	#caWrap{
		position: relative;
		position: relative;
		margin: -300px auto 0;
	}
	#caWrap:before {
		content:'';
		position: absolute;
		top: 120px;
		width: 100%;
		height: 100%;
		clip-path: polygon(0 168px, 100% 0, 100% 100%, 0 100%);
		background: url(img/content/content-bg.webp) center top repeat-x #e3e3e3;
	}
	#caWrap:after {
		content: '';
		display: table;
		clear: both;
	}
	body.home_elaw #caWrap:before {
		top: 60px;
	}
	body.home_elaw #caWrap{
		margin: -240px auto 0;
		padding: 0;
	}
	#contentArea {
		box-sizing: border-box;
		position: relative;
		padding: 60px 60px 140px;
		width: calc( 100% - 40px );
		background-image: linear-gradient(#fff, #e5e5e6);
	}
	body.home_elaw #contentArea {
		padding: 60px;
		background-image: none;
	}
	#mainContent{ width: calc(100% - 40px - 400px); }
	#sidebar{ width: 400px; }
}
@media screen and (min-width: 1300px){
	.article ul.mcList3Col li {
		float: left;
		width: 33.33%;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 1640px){
	#caWrap:before {
		top: 220px;
	}
	body.home_elaw #caWrap:before {
		top: 240px;
	}
	#caWrap {
		margin: -390px auto 0;
	}
	body.home_elaw #caWrap {
		margin: -440px auto 0;
	}
	#contentArea {
		padding: 80px 80px 200px;
	}
	body.home_elaw #contentArea {
		padding: 80px;
	}
	#mainContent{ font-size: 18px;  width: calc(100% - 80px - 400px); }
	.article .mc_heading_h1,
	.article h1{ font-size: 32px; }
	.article h2{ font-size: 24px; }
	.article h3{ font-size: 20px; }
	.article h4,
	.article h5{ font-size: 18px; }
}

.mcHomeImg,
.mcHomeImgAdd {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
}
.mcHomeImg {
	max-width: 567px;
}
.mcHomeImgAdd {
	max-width: 400px;
}
@media screen and (min-width: 800px){
	.mcHomeImg {
		float: right;
		margin: 0 0 20px 20px;
		width: 50%;
	}
	.mcHomeImgAdd {
		float: left;
		margin: 0 20px 20px 0;
		width: 50%;
	}
}
@media screen and (min-width: 1120px){
	.mcHomeImg {
		margin: 0 0 30px 60px;
	}
	.mcHomeImgAdd {
		margin: 0 60px 30px 0;
	}
}
@media screen and (min-width: 1640px){
	.mcHomeImg {
		margin: 0 0 40px 100px;
	}
	.mcHomeImgAdd {
		margin: 0 100px 40px 0;
	}
}

.mc_read_more {
	margin: auto;
	text-align: center;
}
.mc_read_more .mc_wrap {
	display: inline-block;
}
.mc_read_more a {
	position: relative;
	display: inline-block;
	padding: 0 36px 0 0;
	color: #072430;
	font-size: 18px;
	text-transform: uppercase;
}
.mc_read_more a:hover {
	color: #1cb1ff;
	text-decoration: none;
}
.mc_read_more a:after {
	content:'';
	position: absolute;
	right: 0;
	width: 22.5px;
	height: 100%;
	background: url(img/content/read-more-arrow.webp) no-repeat left center;
	background-size: 200% auto;
	transition: transform 250ms ease;
}
.mc_read_more a:hover:after {
	background-position: right center;
}
.mc_read_more.js_active a:after {
	transform: rotate(180deg);
}
.article .mc_hidden { display: none; }
.article .mc_hidden.js_active { display: block; }
@media screen and (min-width: 1120px){
	.mc_read_more {
		position: absolute;
		right: 0;
		bottom: -15px;;
		left: 0;
		padding: 0;
	}
	.mc_read_more .mc_wrap {
		padding: 0 30px;
		background: #ececec;
	}
}
@media screen and (min-width: 1640px){
	.mc_read_more {
		bottom: -20px;
	}
	.mc_read_more .mc_wrap {
		padding: 0 40px;
	}
	.mc_read_more a {
		padding: 0 48px 0 0;
		font-size: 24px;
		letter-spacing: 3px;
	}
	.mc_read_more a:after {
		width: 30px;
	}
}

/*fp Top Wrap*/
@media screen and (min-width: 1120px){
	.fpTopWrap{
		background: url(img/global/pattern-bg.webp) left top repeat-x #cdcdcd;
		position: relative;
		overflow: hidden;
		padding: 0 20px;
	}
	.fpTopWrap:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 200px 2000px 0 0;
		border-color: #000 transparent transparent transparent;
		top: 200px;
		left: calc(50% - 1000px);
	}
	.fpTopWrap:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 200px;
		background: #000;
		left: 0;
		top: 0;
	}
}
@media screen and (min-width: 1640px){
	.fpTopWrap:before{
		border-width: 300px 3000px 0 0;
		left: calc(50% - 1500px);
	}
}

/*Home Content*/
#mainContent .mc_content_border {
	position: relative;
}
#mainContent .mc_content_border:after {
	content:'';
	clear: both;
	display: block;
}
body.home_elaw .article .mc_heading_h1,
body.home_elaw .article h1,
body.home_elaw .article h2 {
	text-align: center;
}
body.home_elaw .article .mc_heading_h1,
body.home_elaw .article h1 {
	padding: 0 0 20px;
}
body.home_elaw .article h2 { padding: 0 0 20px; }
@media screen and (min-width: 800px){
	body.home_elaw .article .mc_heading_h1,
	body.home_elaw .article h1 {
		padding-bottom: 30px;
	}
	body.home_elaw .article h2 {
		padding: 0 0 30px;
	}
}
@media screen and (min-width: 1120px){
	body.home_elaw #contentArea { padding: 120px 60px 60px; }
	#mainContent .mc_content_border {
		box-sizing: border-box;
		position: relative;
		border-width: 1px;
		border-style: solid;
		border-color: #0176b2;
		padding: 0 70px 60px;
	}
	#mainContent .mc_content_georgia_employment {
		margin-bottom: 120px;
	}
	body.home_elaw .article .mc_heading_h1,
	body.home_elaw .article h1 {
		font-size: 33px;
		column-span: all;
		-webkit-column-span: all;
		-moz-column-span: all;
		display: block;
		margin: -83px 0 0;
	}
	body.home_elaw .article h2 {
		font-size: 22px;
		column-span: all;
		-webkit-column-span: all;
		-moz-column-span: all;
		padding: 0 40px 50px;
		letter-spacing: 2px;
		background-color: #ececec;
	}
}
@media screen and (min-width: 1640px){
	body.home_elaw #contentArea{ padding: 70px 80px 80px; }
	#mainContent .mc_content_border {
		margin: 140px 0 0;
		padding: 0 100px 80px;
	}
	#mainContent .mc_content_georgia_employment {
		margin-bottom: 187px;
	}
	body.home_elaw .article .mc_heading_h1,
	body.home_elaw .article h1 {
		margin: -125px 0 0;
		padding: 0 0 52px;
		font-size: 45px;
	}
	body.home_elaw .article h2 {
		margin: auto;
		padding: 0 60px 80px;
		font-size: 28px;
		letter-spacing: 3.2px;
	}
}

#mainFooter {
	overflow: hidden;
}
.fNav {
	padding: 0;
}
	.fNav li {
		padding: 0;
		display: block;
		list-style-type: none;
		list-style-position: outside;
	}
	.fNav a {
		color: #444749;
	}
	.fNav a:hover {
		color: #7fa03c;
	}
@media screen and (min-width: 1100px) {

}

/*Results*/
.sxn-results {
	margin: auto;
	padding: 20px 20px 100px;
	text-align: center;
	color: #fff;
	background: #030102;
	overflow: hidden;
}
.resultsWrap {
	z-index: 4;
	position: relative;
	box-sizing: border-box;
	margin: auto;
	max-width: 1600px;
}
.resTitle{
	display: block;
	color: #1cb1fe;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.2;
	padding: 0 0 20px;
}
.resZoneTitle {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 3px;
	text-align: center;
	margin: 0 auto 10px;
	text-transform: uppercase;
}
.resZone { margin: 0 0 30px; }
.rzBody{ font-weight: bold; }
.rzBody{}
.rzList { 
	position: relative;
	margin: 0 0 70px;
	overflow: visible;
}
.resItem{}
.resBox {
	background: rgba(0,168,255,0.23);
	padding: 20px;
	margin: 0 5px;
	height: 150px;
	box-sizing: border-box;
}
.resAmount {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}
.resItem hr {
	margin: 10px auto;
	width: 100%;
	max-width: 48px;
	height: 0;
	border: 0;
	border-bottom: 3px dotted #1cb1ff;
}
.resDesc {
	font-weight: bold;
	padding: 0;
	font-size: 14px;
	line-height: 1.2;
}
.rzList .slick-dots{ padding: 20px 0 0; }
.rzList .slick-dots li{
	display: inline-block;
	margin: 0 6px;
}
.rzList .slick-dots button{
	-webkit-appearance: none;
	border: 0;
	outline: 0;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	font-size: 0;
	width: 20px;
	height: 20px;
	line-height: 1;
	padding: 0;
}
.rzList .slick-dots .slick-active button,
.rzList .slick-dots button:hover{ background: rgba(255,255,255,1); }
.rzList .slick-prev:before,
.rzList  .slick-next:before {
   display:none;
}
.rzList .slick-next,
.rzList .slick-prev {
  content: "";	
  width: 37px;
  height: 37px;
  background: url(img/icons/result-arrow.webp) no-repeat left top;
  background-size: auto;
  background-size: auto;
  background-size: 100% auto;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 99;
  bottom: -50px;
  color: transparent;
  border: none;
  outline: none;
  margin: 0 5px;
  overflow: visible;
}
.rzList .slick-prev {
	transform: rotateY(-180deg);
    right: 50%;
}
.rzList .slick-next {
   left: 50%;
}
.rzList .slick-arrow:hover {
	background-position: left bottom;
}

@media screen and (min-width: 800px){
	.sxn-results{
		padding: 30px 20px;
	}
	.resultsWrap{
		background: url(img/results/results-bg-1120.webp) no-repeat center top;
		background-size: cover;
	}
	.resTitle{
		padding: 0 0 50px;
		font-size: 28px;
	}
	.resBox{ height: 150px; }
	.rzBody{
		max-width: 850px;
		margin: auto;
	}
	.resAmount{ font-size: 27px; }
	.resDesc{ font-size: 15px; }
	.rzList .slick-next, .rzList .slick-prev { bottom: -50px; margin: 0 5px; }
}
@media screen and (min-width: 1120px){
	.sxn-results {
		position: relative;
		padding: 0 20px;
		background-color: #e3e3e3;
	}
	.sxn-results:before {
		content:'';
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 54px;
		background: #06212b;
	}
	.resultsWrap:before,
	.sxn-results:after {
		content: '';
		z-index: 5;
		pointer-events: none;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 200px 2000px;
		border-color: transparent transparent #06212b transparent;
		bottom: 0;
		left: calc(50% - 1000px);
	}
	.sxn-results:after {
		z-index: 3;
		bottom: 54px;
	}
	.resultsWrap {
		background-image: url(img/results/results-bg.webp);
		padding: 60px 20px 117px;
	}
	.resZone{ 
		border-left: 1px solid #1cb1fe;
		border-right: 1px solid #1cb1fe;
		border-top: 1px solid transparent;
		border-bottom: 1px solid transparent;
		padding: 0 20px; 
		margin: 0 0 100px;
	}
	.resTitle{
		font-size: 36px;
	}
	.rzBody{ font-size: 18px; }

	.resBox{
		padding: 30px 20px;
		height: 180px;
	}
	.resItem hr {
		margin: 20px auto;
	}
	.rzList .slick-dots { padding: 70px 0 0; }
	.rzList { margin: 0 0 55px; }
	.resZoneTitle {
		font-size: 30px;
		margin: -20px auto 35px;
		letter-spacing: 5px;
		position: relative;
	}
	.resZoneTitle:before, .resZoneTitle:after {
	    position: absolute;
	    top: 49%;
	    overflow: hidden;
	    width: 20%;
	    height: 1px;
	    content: '\a0';
	    background-color: #1cb1fe;
	}
	.resZone2 .resZoneTitle:before, .resZone2 .resZoneTitle:after { width: 35%; }
	.resZone3 .resZoneTitle:before, .resZone3 .resZoneTitle:after { width: 31%; }
	.resZone4 .resZoneTitle:before, .resZone4 .resZoneTitle:after { width: 37%; }
	.resZoneTitle:before {
	    left: -21px;
	}
	.resZoneTitle:after {
		right: -21px;
	}
	.rzList .slick-next, .rzList .slick-prev {
		width: 57px;
		height: 57px;
		bottom: -83px;
		margin: 0 6px;
	}
	.resZone:before, .resZone:after {
		position: absolute;
	    bottom: 0;
	    overflow: hidden;
	    width: 40%;
	    height: 1px;
	    content: '\a0';
	    background-color: #1cb1fe;
	}
	.resZone:before {
	    left: 0;
	}
	.resZone:after {
		right: 0;
	}
}
@media screen and (min-width: 1640px) {
	.sxn-results {
		box-sizing: border-box;
	}
	.sxn-results:after {
		bottom: 73px;
		left: calc(50% - 2000px);
		border-width: 0 0 400px 4000px;
	}
	.sxn-results:before {
		height: 73px;
	}
	.resultsWrap {
		overflow: hidden;
		padding: 71px 55px 156px;
	}
	.resTitle {
		font-size: 48px;
		padding: 0 0 70px;
	}
	.resZone {  padding: 0 50px; }
	.rzBody {
		font-size: 21px;
		padding: 0 0 35px;
		max-width: 1120px;
	}
	.resBox {
		height: 240px;
		padding: 43px 20px;
	}
	.resAmount {
		font-size: 37px;
	}
	.resItem hr {
		margin: 29px auto 26px;
		border-bottom-width: 4px;
	}
	.resDesc { font-size: 16px; }
	.rzList .slick-dots { padding: 93px 0 0; }
	.rzList .slick-dots li { margin: 0 10px; }
	.rzList .slick-dots button {
		width: 28px;
		height: 28px;
	}
	.resZoneTitle::before, .resZoneTitle::after { width: 28%; }
	.resZone2 .resZoneTitle::before, .resZone2 .resZoneTitle::after { width: 39%; }
	.resZoneTitle::before { left: -51px; }
	.resZoneTitle::after {right: -51px; }
	.resZone::before, .resZone::after { width: 44%; }
	.resZone3 .resZoneTitle::before, .resZone3 .resZoneTitle::after { width: 36%; }
	.resZone4 .resZoneTitle::before, .resZone4 .resZoneTitle::after { width: 41%; }
}

/*Team*/
.sxn-team {
	padding: 0;
	text-align: center;
	background: #08212c;
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.teamWrap{
	padding: 20px 20px 0;
}
.teamTitle {
	display: block;
	padding: 0 0 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1;
}
.teamMem {
	display: block;
	background-color: #0b2d3b;
	color: #fff;
	padding: 15px 15px 30px;
	box-sizing: border-box;
	transition: 300ms;
	margin: 0 auto 20px;
	text-align: center;
	background: url(img/team/team-pattern.webp);
}
.teamMem:hover {
	background: #fff;
	color: #000;
}
.teamMem img {
	display: block;
	width: 100%;
	margin: auto;
	height: auto;
	line-height: 1;
}
.teamName {
	display: block;
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0 20px;
}
.teamMem:hover .teamName { color: #0176b2; }
.teamMem p {
	padding: 0 0 20px;
	color: #1694d4;
	line-height: 1.2;
}
.teamMore {
	z-index: 9;
	color: #1cb1fe;
	display: inline-block;
	position: relative;
	font-size: 0;
	transition: 300ms;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.teamMore:before {
	content: '';
	position: absolute;
	width: calc(100% + 20px);
	height: 5px;
	border-top: 5px dotted #1cb1fe;
	left: -10px;
	top: 6px;
}
.teamMem:hover .teamMore { font-size: 14px; }
.teamMem:hover .teamMore:before {
	border-top: 0;
	border-left: 5px dotted #1cb1fe;
	border-right: 5px dotted #1cb1fe;
	left: -15px;
}
@media screen and (min-width: 600px){
	.teamMem p {
		font-size: 16px;
	}
	.teamMem{
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 12px);
		margin: 0 5px 20PX;
		box-sizing: border-box;
	}
	.teamMem img{ width: 100%; max-width: 625px; }
}
@media screen and (min-width: 800px){
	.teamWrap{
		padding: 30px 20px 10px;
	}
	.teamTitle {
		padding: 0 0 30px;
	}
}
@media screen and (min-width: 1120px){
	.sxn-team{
		background: #08212b url(img/team/team-bg.webp) no-repeat center bottom;
		background-size: 100%;
	}
	.teamWrap{
		padding: 9px 70px 300px;
		max-width: 1800px;
		margin: auto;
	}
	.teamTitle {
		padding: 0 0 50px;
		font-size: 36px;
	}
	.teamMem{
		margin: 0 22px 50px;
		width: calc(50% - 88px);
		padding: 30px 30px 50px;
		font-size: 26px;
	}
	.teamName{ font-size: 25px; padding: 30px 0 25px; }
	.teamMem p{
		font-size: 22px;
	}
}
@media screen and (min-width: 1640px){
	.teamWrap {
		padding: 12px 100px 410px;
		box-sizing: border-box;
	}
	.teamTitle {
		font-size: 48px;
		padding: 0 0 71px;
	}
	.teamList { max-width: 1485px; margin: 0 auto; }
	.teamMem {
		padding: 37px 37px 50px;
		margin: 0 30px 74px;
		width: calc(50% - 65px);

	}
	.teamName {
		font-size: 35px;
		padding: 40px 0 36px;
	}
	.teamMem p {
		font-size: 35px;
		padding: 0 0 40px;
	}
	.teamMem:hover .teamMore {
		font-size: 20px;
	}
	.teamMore:before { top: 11px; }
}

.sxn-in-the-news {
	z-index: 6;
	position: relative;
	color: #fff;
	background-color: #0b303f;
}
.sxn-in-the-news-wrap {
	margin: auto;
	padding: 20px 20px 0;
	max-width: 1600px;
}
.sxn-in-the-news h2 {
	padding: 0 0 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.sxn-in-the-news .list_item:before {
	content:'';
	position: absolute;
	top: 4px;
	left: 0;
	width: 30px;
	aspect-ratio: 1;
	background: url(img/in-the-news/in-the-news-icon.webp) no-repeat center;
	background-size: 100%;
}
.sxn-in-the-news .list_item {
	position: relative;
	padding: 0 0 0 45px;
}
.sxn-in-the-news ul li {
	padding: 0 0 20px;
}
.sxn-in-the-news ul li p {
	padding: 0 0 15px;
	font-weight: bold;
}
.sxn-in-the-news ul li p time {
	font-style: italic;
	font-weight: 300;
}
.sxn-in-the-news .element_link a {
	color: #1cb1fe;
	font-weight: bold;
}
.sxn-in-the-news .element_link a:hover {
	color: #fff;
}
@media screen and (min-width: 600px){
	.sxn-in-the-news ul {
		column-count: 2;
		column-gap: 60px;
		column-rule-color: #115477;
		column-rule-style: solid;
		column-rule-width: 1px;
	}
	.sxn-in-the-news ul li {
		padding: 0;
	}
	.sxn-in-the-news ul li:not(:nth-of-type(3n+3)) {
		padding: 0 0 20px;
		border-bottom: 1px solid #115477;
	}
	.sxn-in-the-news ul li:not(:nth-of-type(3n+1)) {
		padding-top: 20px;
	}
	.sxn-in-the-news .list_item {
		break-inside: avoid;
	}
}
@media screen and (min-width: 800px){
	.sxn-in-the-news-wrap {
		padding: 30px 20px 30px;
	}
	.sxn-in-the-news h2 {
		padding: 0 0 30px;
	}
}
@media screen and (min-width: 1120px){
	.sxn-in-the-news {
		margin: -170px auto -170px;
		clip-path: polygon(0 168px, 100% 0, 100% calc(100% - 168px), 0 100%);
		background: #0b303f url(img/in-the-news/in-the-news-pattern.webp) repeat-x center top;
	}
	.sxn-in-the-news-wrap {
		padding: 158px 20px 174px;
	}
	.sxn-in-the-news h2 {
		padding: 0 0 63px;
		font-size: 36px;
	}
	.sxn-in-the-news .list_item:before {
		width: 45px;
	}
	.sxn-in-the-news .list_item {
		padding: 0 0 0 67px;
	}
	.sxn-in-the-news ul {
		column-gap: 128px;
	}
	.sxn-in-the-news ul li:not(:nth-of-type(3n+3)) {
		padding: 0 0 30px;
	}
	.sxn-in-the-news ul li:not(:nth-of-type(3n+1)) {
		padding-top: 30px;
	}
	.sxn-in-the-news ul li p {
		font-size: 18px;
	}
}
@media screen and (min-width: 1640px){
	.sxn-in-the-news-wrap {
		padding: 210px 20px 232px;
	}
	.sxn-in-the-news h2 {
		padding: 0 0 84px;
		font-size: 48px;
	}
	.sxn-in-the-news .list_item:before {
		width: 60px;
	}
	.sxn-in-the-news .list_item {
		padding: 0 0 0 90px;
	}
	.sxn-in-the-news ul {
		column-gap: 168px;
	}
	.sxn-in-the-news ul li:not(:nth-of-type(3n+3)) {
		padding: 0 0 46px;
	}
	.sxn-in-the-news ul li:not(:nth-of-type(3n+1)) {
		padding-top: 40px;
	}
	.sxn-in-the-news ul li p {
		padding: 0 0 18px;
		font-size: 24px;
	}
	.sxn-in-the-news .element_link a {
		font-size: 18px;
	}
}


/*Testimonials*/
.sxn-testimonials {
	color: #fff;
	text-align: center;
	background: #000;
}
.testsWrap {
	margin: auto;
	padding: 20px;
	max-width: 1800px;
}
.sxn-testimonials h2 {
	padding: 0 0 20px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.testsList{}
.testItem {
	border-bottom: 1px solid #125578;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.testBody {
	position: relative;
	padding: 50px 0 20px;
	display: block;
	font-weight: bold;
	font-size: 16px;
}
.testBody:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 30px;
	background: url(img/testimonials/quotes.webp);
	background-size: 100%;
	top: 0;
	left: calc(50% - 25px);
}
.testAuthor{
	display: block;
	text-transform: uppercase;
	font-weight: 300;
	color: #0176b2;
}
.testsMore{
	display: inline-block;
	position: relative;
	padding: 15px 20px 13px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	border: 1px solid #1cb1fe;
	border-radius: 8px;
	transition: background-color 300ms;
}
.testsMore:hover{ background-color: #0176b2; }
@media screen and (min-width: 800px){
	.testsWrap {
		padding: 30px 20px;
	}
	.sxn-testimonials h2 {
		padding: 0 0 30px;
	}
	.testItem{
		border: 0;
		display: inline-block;
		vertical-align: top;
		width: calc(33% - 1px);
		margin: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.testsMore{
		margin: 30px auto 0;
		background-image: url(img/testimonials/g-icon.webp);
		background-repeat: no-repeat;
		background-position: left 20px top 13px;
		padding: 20px 20px 20px 80px;
	}
	.testsMore:hover{ background-position: left 20px bottom 12px; }
}
@media screen and (min-width: 1120px){
	.sxn-testimonials {
		background: url(img/testimonials/testimonials-bg.webp) center top;
		background-size: cover;
		overflow: hidden;
		position: relative;
		clip-path: polygon(0 168px, 100% 0, 100% calc(100% - 168px), 0 100%);
	}
	.testsWrap{
		position: relative;
		padding: 168px 0 182px;
	}
	.sxn-testimonials h2 {
		padding: 0 0 70px;
		font-size: 36px;
	}
	.testsList{
		position: relative;
		z-index: 6;
	}
	.testItem{ padding: 0 30px; }
	.testBody{
		padding: 75px 0 45px;
	}
	.testBody:before{
		background-size: auto;
		width: 70px;
		height: 44px;
		left: calc(50% - 35px);
	}
	.testAuthor{ font-size: 20px; }
	.testsMore{
		margin: 60px auto 0;
	}
}
@media screen and (min-width: 1640px){
	.testsWrap{
		padding: 198px 0 216px;
	}
	.sxn-testimonials h2 {
		padding: 0 0 96px;
		font-size: 48px;
	}
	.testBody{
		font-size: 18px;
		padding: 100px 0 60px;
	}
	.testAuthor{ font-size: 26px; }
	.testsMore{
		margin: 80px auto 0;
		font-size: 23px;
		padding: 27px 25px 23px 100px;
		background-position: left 25px top 20px;
	}
	.testsMore:hover{
		background-position: left 25px bottom 20px;
	}
}

/*Badges*/
.sxn-badges {
	background: #fff;
	position: relative;
	z-index: 9;
	overflow: hidden;
	text-align: center;
}
.badgesWrap {
	padding: 20px;
	margin: auto;
	max-width: 1800px;
}
.sxn-badges h2 {
	padding: 0 0 20px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.badgeWrap{
	display: inline-block;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	margin: 0 -10px -10px;
}
.badge{
	display: block;
	overflow: hidden;
	height: 121px;
	width: 120px;
	margin: 0 auto;
}
.badge img{
	width: 2775px;
	height: auto;
}
.badge2{ width: 194px; }
.badge2 img{ margin-left: -127px; }
.badge3{ width: 235px; }
.badge3 img{ margin-left: -328px; }
.badge4{ width: 186px; }
.badge4 img{ margin-left: -569px; }
.badge5{ width: 100px; }
.badge5 img{ margin-left: -760px; }
.badge6{ width: 74px; }
.badge6 img{ margin-left: -865px; }
.badge7{ width: 157px; }
.badge7 img{ margin-left: -947px; }
.badge8{ width: 99px; }
.badge8 img{ margin-left: -1108px; }
.badge9{ width: 208px; }
.badge9 img{ margin-left: -1226px; }
.badge10{ width: 108px; }
.badge10 img{ margin-left: -1454px; }
.badge11{ width: 106px; }
.badge11 img{ margin-left: -1574px; }
.badge12{ width: 171px; }
.badge12 img{ margin-left: -1695px; }
.badge13{ width: 129px; }
.badge13 img{ margin-left: -1886px; }
.badge14{ width: 171px; }
.badge14 img{ margin-left: -2039px; }
.badge15{ width: 153px; }
.badge15 img{ margin-left: -2227px; }
.badge16{ width: 123px; }
.badge16 img{ margin-left: -2398px; }
.badge17{ width: 83px; }
.badge17 img{ margin-left: -2540px; }
.badge18{ width: 127px; }
.badge18 img{ margin-left: -2635px; }
.badgesArrows{
	text-align: center;
	padding: 20px 0 0;
}
.badgesArrows li{
	display: inline-block;
	margin: 0 5px;
}
.badgesArrows a{
	display: block;
	width: 68px;
	height: 68px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #12455b;
	transition: 300ms;
	cursor: pointer;
}
.badgesArrows img{ margin-top: 23px; }
.baPrev img{ margin-left: 24px; }
.baNext img{ margin-left: -81px; }
.badgesArrows li:hover img{ margin-top: -53px; }
.badgesArrows li:hover a{ background: #12455b; }
@media screen and (min-width: 800px){
	.sxn-badges{ padding: 40px 0; }
}
@media screen and (min-width: 1120px){
	.sxn-badges {
		margin: -170px auto -170px;
		clip-path: polygon(0 168px, 100% 0, 100% calc(100% - 168px), 0 100%);
	}
	.badgesWrap {
		padding: 87px 20px;
	}
	.sxn-badges h2 {
		font-size: 36px;
	}
}
@media screen and (min-width: 1400px){
	.badge{ height: 160px; width: 160px; }
	.badge img{ width: auto; }
	.badge2{ width: 256px; }
	.badge2 img{ margin-left: -169px; }
	.badge3{ width: 310px; }
	.badge3 img{ margin-left: -435px; }
	.badge4{ width: 247px; }
	.badge4 img{ margin-left: -754px; }
	.badge5{ width: 131px; }
	.badge5 img{ margin-left: -1007px; }
	.badge6{ width: 98px; }
	.badge6 img{ margin-left: -1147px; }
	.badge7{ width: 207px; }
	.badge7 img{ margin-left: -1254px; }
	.badge8{ width: 132px; }
	.badge8 img{ margin-left: -1469px; }
	.badge9{ width: 276px; }
	.badge9 img{ margin-left: -1623px; }
	.badge10{ width: 141px; }
	.badge10 img{ margin-left: -1926px; }
	.badge11{ width: 141px; }
	.badge11 img{ margin-left: -2083px; }
	.badge12{ width: 225px; }
	.badge12 img{ margin-left: -2245px; }
	.badge13{ width: 170px; }
	.badge13 img{ margin-left: -2498px; }
	.badge14{ width: 226px; }
	.badge14 img{ margin-left: -2700px; }
	.badge15{ width: 203px; }
	.badge15 img{ margin-left: -2948px; }
	.badge16{ width: 163px; }
	.badge16 img{ margin-left: -3174px; }
	.badge17{ width: 109px; }
	.badge17 img{ margin-left: -3363px; }
	.badge18{ width: 168px; }
	.badge18 img{ margin-left: -3489px; }
}
@media screen and (min-width: 1640px){
	.badgesWrap {
		padding: 116px 20px;
	}
	.sxn-badges h2 {
		padding: 0 0 22px;
		font-size: 48px;
	}
}

.sxn-video {
	color: #fff;
	text-align: center;
	background: #0b303f no-repeat center;
}
.sxn-video-wrap {
	margin: auto;
	padding: 20px;
	max-width: 1360px;
}
.sxn-video h2 {
	padding: 0 0 20px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.sxn-video ul li {
	padding: 0 0 20px;
}
.sxn-video ul li a {
	cursor: pointer;
	display: block;
	margin: auto;
	max-width: 548px;
}
.sxn-video ul li a img {
	display: block;
	width: 100%;
	height: auto;
}
.sxn-video ul li a:hover img {
	filter: brightness(120%);
}
.sxn-video ul li p {
	padding: 12px 0 0;
	font-size: 16px;
	font-weight: bold;
}
.sxn-video-btn {
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 15px 20px 13px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	border: 1px solid #1cb1fe;
	border-radius: 8px;
	transition: background-color 300ms;
}
.sxn-video-btn:hover { background-color: #0176b2; }
@media screen and (min-width: 600px){
	.sxn-video ul li {
		box-sizing: border-box;
		display: inline-block;
		padding: 0 20px;
		width: 48%;
	}
}
@media screen and (min-width: 800px){
	.sxn-video-wrap {
		padding: 30px 20px;
	}
	.sxn-video h2 {
		padding: 0 0 30px;
	}
	.sxn-video-btn:before {
		content:'';
		position: absolute;
		top: 50%;
		left: 10px;
		width: 58px;
		height: 41px;
		background-image: url(img/videos/videos-btn-icon.webp);
		background-repeat: no-repeat;
		background-position: center top;
		transform: translateY(-50%);
	}
	.sxn-video-btn:hover:before {
		background-position: center bottom;
	}
	.sxn-video-btn {
		position: relative;
		margin: 30px auto 0;
		padding: 20px 20px 20px 80px;
	}
	.sxn-video-btn:hover { background-position: left 20px bottom 12px; }
}
@media screen and (min-width: 1120px){
	.sxn-video {
		background: #0a2e3f url(img/in-the-news/in-the-news-pattern.webp) repeat-x center top;
	}
	.sxn-video-wrap {
		padding: 200px 20px 76px;
	}
	.sxn-video h2 {
		padding: 0 0 48px;
		font-size: 36px;
	}
	.sxn-video-btn {
		margin: 60px auto 0;
	}
}
@media screen and (min-width: 1640px){
	.sxn-video-wrap {
		padding: 200px 20px 102px;
	}
	.sxn-video h2 {
		padding: 0 0 64px;
		font-size: 48px;
	}
	.sxn-video ul li {
		padding: 0 52px;
	}
	.sxn-video ul li a {
		box-shadow: 0 0 32px rgba(0,0,0,0.35);
	}
	.sxn-video ul li p {
		padding: 16px 0 0;
		font-size: 20px;
	}
	.sxn-video-btn:before {
		left: 21px;
	}
	.sxn-video-btn {
		margin: 80px auto 0;
		font-size: 23px;
		padding: 27px 25px 23px 100px;
		background-position: left 25px top 20px;
	}
	.sxn-video-btn:hover {
		background-position: left 25px bottom 20px;
	}
}

/*Contact*/
.conWrap{
	padding: 20px;
	background: #fff;
	text-align: center;
}
.conSubtitle{
	display: block;
	font-weight: 300;
	color: #0176b2;
	padding: 0 0 5px;
}
.conTitle{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
	padding: 0 0 20px;
}
.homeForm{
	width: 100%;
	min-width: 255px;
	margin: 0 auto;
}
.homeForm input,
.homeForm select,
.homeForm textarea{
	display: block;
	width: 100%;
	border: 0;
	outline: 0;
	margin: 0 auto 5px;
	padding: 10px 10px 10px 0;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #12455b;
	color: #12455b;
	font-weight: bold;
}
.homeForm input::placeholder,
.homeForm select::placeholder,
.homeForm textarea::placeholder{
	color: #12455b;
}
.homeForm textarea{ height: 100px; resize: none; }
.homeForm .gRecaptchaWrapper{
	width: 255px;
	height: 60px;
	margin: 0 auto 5px;
}
.homeForm .submit-button{
	text-align: center;
	border: 0;
	background: #12455b;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 20px;
	max-width: 255px;
	margin: 0 auto;
	padding: 18px;
	transition: 300ms;
}
.homeForm .submit-button:hover{ background: #0176b2; }
@media screen and (min-width: 800px){
	.conWrap{ padding: 40px; }
	.conSubtitle{ font-size: 20px; padding: 0 0 10px; }
	.conTitle{
		font-size: 30px;
		padding: 0 0 30px;
		max-width: 600px;
		margin: 0 auto;
	}
	.hfIcon{ position: relative; }
	.hfIcon:before{
		content: '';
		position: absolute;
		width: 29px;
		height: 22px;
		background: url(img/contact/form-icons.webp) left top no-repeat;
		top: 19px;
		left: 0;
	}
	.hfAreas:before{ background-position: left top -42px; height: 25px; }
	.hfPhone:before{ background-position: left top -93px; }
	.hfEmail:before{ background-position: left top -132px; }
	.hfMessage:before{ background-position: left bottom; }
	.hfTop .hfIcon{
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 22px);
		box-sizing: border-box;
	}
	.hfName,
	.hfPhone{ margin: 0 20px 0 0; }
	.hfAreas,
	.hfEmail{ margin: 0 0 0 20px; }
	.homeForm input,
	.homeForm textarea,
	.homeForm select{
		 padding: 20px 20px 20px 50px;
		 font-size: 18px;
		 height: 63px;
	}
	.homeForm select{ -webkit-appearance: none; }
	.homeForm textarea{ height: 150px; margin: 0 auto 20px; }
	.homeForm .gRecaptchaWrapper,
	.homeForm .submit-button{
		display: inline-block;
		vertical-align: top;
		margin: 0 10px;
	}
	.homeForm .submit-button{ height: auto; }
}
@media screen and (min-width: 1120px){
	.sxn-contact {
		position: relative;
		padding: 0 20px;
		background: #0a2e3f;
		overflow: hidden;
	}
	.conWrap{ padding: 60px; position: relative; z-index: 3; }
	.conSubtitle{ font-size: 27px; }
	.conTitle{
		font-size: 45px;
		max-width: 900px;
		padding: 0 0 60px;
	}
	.homeForm textarea{ margin: 0 auto 50px; }
	.homeForm .gRecaptchaWrapper,
	.homeForm .submit-button{
		margin: 0 20px;
	}
	.homeForm .submit-button:hover{ background: #0176b2; }
}
@media screen and (min-width: 1640px){
	.conWrap{
		padding: 80px;
		box-sizing: border-box;
		max-width: 1800px;
		margin: 0 auto;
	}
	.conSubtitle{ font-size: 33px; padding: 0 0 25px; }
	.conTitle{
		font-size: 62px;
		max-width: 1250px;
		padding: 0 0 80px;
	}
	.hfIcon:before{ top: 28px; }
	.homeForm input,
	.homeForm select,
	.homeForm textarea{
		padding: 30px 30px 30px 50px;
		height: auto;
	}
	.homeForm textarea{ height: 200px; }
}

/*Footer*/
#mainFooter {
	overflow: hidden;
	background: #12455b;
	text-align: center;
	color: #fff;
}
.mfMain{
	padding: 20px;
	font-weight: bold;
}
.mfLogo{
	max-width: 190px;
	margin: 0 auto 20px;
}
.mfLogo img{
	width: 100%;
	height: auto;
}
.mfNumbers{ color: #22a5e9; }
.mfNumbers a,
.mfNumbers span{ color: #fff; }
.mfSocial{
	padding: 20px 0;
}
.mfSocial span,
.mfSocial ul{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.mfSocial li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.mfSocial a{
	display: block;
	width: 43px;
	height: 43px;
	border: 2px solid #fff;
	border-radius: 10px;
	overflow: hidden;
	transition: 300ms;
}
.mfSocial img{
	width: auto;
	height: auto;
}

.mfFacebook img{ margin: 5px 0 0 13px; }
.mfTwitter img{ margin: 5px 0 0 -44px; }
.mfSocial li:hover a{
	background: #fff;
}
.mfSocial li:hover img{ margin-top: -63px; }
.mfDirections{
	display: inline-block;
	position: relative;
	padding: 12px 15px 10px 45px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #fff;
	border-radius: 8px;
	transition: 300ms;
}
.mfDirections:before{
	content: '';
	position: absolute;
	width: 18px;
	height: 24px;
	background: url(img/footer/marker.webp);
	top: 8px;
	left: 15px;
}
.mfDirections:hover{ background: #fff; color: #2fb2f5; }
@media screen and (min-width: 800px){
	.mfMain{
		background: url(img/footer/footer-bg-1120.webp);
		background-size: cover;
		padding: 60px 20px 400px;
	}
	.mfArea1{ float: left; text-align: left; }
	.mfArea2{ float: right; text-align: right; }
	.mfLogo{
		position: absolute;
		left: calc(50% - 135px);
		max-width: 270px;
	}
}
@media screen and (min-width: 1120px){
	#mainFooter{
		padding: 200px 0 0;
		background: transparent;
		margin: -200px 0 0;
	}
	.mfMain{
		font-size: 18px;
		position: relative;
		padding: 0px 20px 600px;
		background-image: url(img/footer/footer-bg.webp);
		background-position: center top;
	}
	.mfMain:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 200px 2000px;
		border-color: transparent transparent #000 transparent;
		bottom: 0;
		left: calc(50% - 1000px);
	}
	.mfMain:after{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 200px 2000px;
		border-color: transparent transparent #12455b transparent;
		top: -200px;
		left: calc(50% - 1000px);
	}
	body.home_elaw .mfMain:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 200px;
		background: linear-gradient(to bottom, rgba(11,45,59,1) 0%,rgba(0,0,0,0) 100%);
		top: 0;
		left: 0;
		border: 0;
	}
	body.home_elaw .mfMain{ padding: 100px 20px 500px; }
	.mfWrap{
		position: relative;
		z-index: 5;
	}
	.mfLogo{ max-width: 444px; left: calc(50% - 171px); }
	.mfArea1{
		padding: 0 0 0 70px;
		position: relative;
	}
	.mfArea1:before{
		content: '';
		position: absolute;
		width: 60px;
		height: 60px;
		background: url(img/footer/contact-icons.webp);
		background-size: 60px;
		top: 4px;
		left: 0;
	}
	.mfNumbers{ padding: 0 0 3px; line-height: 1.9; }
	.mfArea2{
		position: relative;
		padding: 0 70px 0 0;
	}
	.mfArea2:before{
		content: '';
		position: absolute;
		width: 60px;
		height: 60px;
		background: url(img/footer/contact-icons.webp);
		background-size: 60px;
		background-position: left bottom;
		top: 4px;
		right: 0;
	}
	.mfAddress{ line-height: 1.9; }
}
@media screen and (min-width: 1640px){
	#mainFooter{
		padding: 300px 0 0;
		margin: -300px 0 0;
	}
	.mfMain{ font-size: 22px; padding: 0 20px 800px; }
	body.home_elaw .mfMain{ padding: 150px 20px 700px; }
	.mfMain:after{
		border-width: 0 0 300px 3000px;
		top: -300px;
		left: calc(50% - 1500px);
	}
	.mfWrap{
		max-width: 1800px;
		margin: 0 auto;
	}
	.mfMain:before{
		border-width: 0 0 200px 3000px;
		left: calc(50% - 1500px);
	}
	.mfArea1{ padding: 7px 0 0 100px; }
	.mfArea1:before{
		background-size: auto;
		width: 81px;
		height: 81px;
	}
	.mfNumbers{ line-height: 1.5; }
	.mfSocial span{ padding: 0 10px 0 0; }
	.mfArea2{
		padding: 7px 100px 0 0;
		line-height: 1.5;
	}
	.mfArea2:before{
		width: 81px;
		height: 81px;
		background-size: auto;
	}
	.mfAddress{
		line-height: 1.5;
	}
	.mfDirections{ border-radius: 14px; }
	.mfDirections:before{ top: 15px; }

}



/*Agency Footer*/
#elmBrandingWrapper {
	padding: 30px 20px 30px;
	font-size: 0;
	text-align: center;
	background: #000000;
}
#elmBranding {
	overflow: hidden;
}
	#elmBranding,
	#elmBranding p > a {
		color: #fff;
		font: normal 10px/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: 0 auto 15px;
		height: auto;
	}
	#elmBranding p {
		padding: 0;
		max-width: 330px;
		margin: auto;
	}
	#elmBranding br {display: none;}
	.fNav{ padding: 10px 0 0; }
	.fNav li{
		display: inline-block;
		position: relative;
		padding: 0 10px;
	}
	.fNav li:before{
		content: '';
		position: absolute;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #2fb2f5;
		top: 6px;
		right: -3px;
	}
	.fNav li:last-of-type:before{ display: none; }
	.fNav a{
		color: #2fb2f5;
		font-size: 15px;
	}
@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 0 0 20px;
		max-width: none;
		text-align: left;
		vertical-align: middle;
	}
	#elmBranding br {display: inline;}
}
@media screen and (min-width: 1120px) {
	#elmBrandingWrapper {
		padding: 40px 20px 52px;
	}
	.fNav{
		display: inline-block;
		padding: 0 0 0 20px;
		vertical-align: middle;
	}
}

/* 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 */
form input[type=submit] {-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 */
@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;
	}
}

/*  < slick >  */
/*  slick - get rid of blue outline on slideshow  */
:focus {
	outline: -webkit-focus-ring-color auto 0px;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 0px;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.slick-list:focus { outline: none; }
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	content: '';
	display: table;
}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide {
	float: left;
	display: none;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none; }


/*  </ slick >  */

.mcWageHourList{
	text-align: center;
	background: #12455b;
	padding: 10px;
	color: #fff;
	margin: 0 auto 20px;
}
.mcWageHourList .slick-dots button{
	width: 10px;
	height: 10px;
}
.mcWageHourList .resBox{ padding: 20px 10px; height: 200px; }
.mcWageHourList .resAmount{ font-size: 40px; }
.mcWageHourList .resOutcome{ font-size: 18px; }
.mcWageHourList .resDesc{ line-height: 1.2; }
.mcWageHourList .slick-dots{ padding: 0; }
@media screen and (min-width: 800px){
	.mcWageHourList .resBox{ height: 150px; }
}
@media screen and (min-width: 1120px){
	.mcWageHourList .resBox{ padding: 40px 10px; height: 250px; }
}
@media screen and (min-width: 1840px){
	.mcWageHourList .resAmount{ font-size: 30px; }
}

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

/* ************* Begins - Items below are repeated on the main theme *********** */

/*Shortcode*/
.mcContact1{
	margin: 0 auto 30px;
	border-top: 2px solid #0176b2;
	padding: 30px 20px;
	border-bottom: 2px solid #0176b2;
	text-align: center;
	font-size: 18px; /* 20px on default theme */
	color: #0176b2;
}

.mcContact2{
	padding: 20px 20px;
	color: #fff;
	text-align: center;
	background: #0176b2;
	margin: 0 auto 30px;
	font-size: 18px; /* 20px on default theme */
}
.mcContact2 span{
	display: block;
	max-width: 800px;
	margin: 0 auto;
}
.mcContact2 a {
	color: #fff;
}
.mcContact2 a:hover {
	color: #ccc;
}

/* < Responsive tables > */
.mcResponsiveTable {
	width: 100%;
	margin: 0 0 30px 0;
}
.mcResponsiveTable tr:nth-of-type(odd) { 
	background: #f7f6fb; 
}
.mcResponsiveTable th,
.mcResponsiveTable td {
	border: 1px solid #f1f1f1;
	text-align: left;
	padding: 4px 8px;
}
@media only screen and (max-width: 500px) {
	.mcResponsiveTable, 
	.mcResponsiveTable thead, 
	.mcResponsiveTable tbody, 
	.mcResponsiveTable th, 
	.mcResponsiveTable td, 
	.mcResponsiveTable tr { 
		display: block; 
	}
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.mcResponsiveTable tr { 
		border: 1px solid #ccc; 
	}
	.mcResponsiveTable td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%;
	}
	.mcResponsiveTable td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: 700;
	}

	.mcResponsiveTable.mcRTRWC1 td:nth-of-type(1):before { content: "Position"; }
	.mcResponsiveTable.mcRTRWC1 td:nth-of-type(2):before { content: "Type of Claim"; }
	.mcResponsiveTable.mcRTRWC1 td:nth-of-type(3):before { content: "Client Recovery"; }

	.mcResponsiveTable.mcRTRWC2 td:nth-of-type(1):before { content: "State"; }
	.mcResponsiveTable.mcRTRWC2 td:nth-of-type(2) { min-height: 115px; }
	.mcResponsiveTable.mcRTRWC2 td:nth-of-type(2):before { content: "Deadlines for Paying Final Paycheck to Fired Employees"; white-space: normal; }
	.mcResponsiveTable.mcRTRWC2 td:nth-of-type(3) { min-height: 140px; }
	.mcResponsiveTable.mcRTRWC2 td:nth-of-type(3):before { content: "Deadline for Paying Final Paycheck to Employees Who Quit"; white-space: normal; }

	.mcResponsiveTable.mcRTRWC3 td:nth-of-type(1):before { content: "State"; }
	.mcResponsiveTable.mcRTRWC3 td:nth-of-type(2):before { content: "2019 Min. Wage"; }
	.mcResponsiveTable.mcRTRWC3 td:nth-of-type(3):before { content: "2020 Min. Wage"; }
	.mcResponsiveTable.mcRTRWC3 td:nth-of-type(3):before { content: "2021 Min. Wage"; }

	.mcResponsiveTable.mcRTWH1 td:nth-of-type(1):before { content: "State"; }
	.mcResponsiveTable.mcRTWH1 td:nth-of-type(2) { min-height: 115px; }
	.mcResponsiveTable.mcRTWH1 td:nth-of-type(2):before { content: "Deadlines for Paying Final Paycheck to Fired Employees"; white-space: normal; }
	.mcResponsiveTable.mcRTWH1 td:nth-of-type(3) { min-height: 140px; }
	.mcResponsiveTable.mcRTWH1 td:nth-of-type(3):before { content: "Deadline for Paying Final	Paycheck to Employees Who Quit"; white-space: normal; }

	.mcResponsiveTable.mcRTWH2 td:nth-of-type(1):before { content: "State"; }
	.mcResponsiveTable.mcRTWH2 td:nth-of-type(2):before { content: "2019 Min. Wage"; }
	.mcResponsiveTable.mcRTWH2 td:nth-of-type(3):before { content: "2020 Min. Wage"; }
	.mcResponsiveTable.mcRTWH2 td:nth-of-type(4):before { content: "2021 Min. Wage"; }

	.mcResponsiveTable.mcRTCR1 td:nth-of-type(1):before { content: "Amount"; }
	.mcResponsiveTable.mcRTCR1 td:nth-of-type(2):before { content: "Legal Claim"; }

	.mcResponsiveTable.mcRTCR2 td:nth-of-type(1):before { content: "Client Recovery"; }
	.mcResponsiveTable.mcRTCR2 td:nth-of-type(2):before { content: "Position"; }
	.mcResponsiveTable.mcRTCR2 td:nth-of-type(3):before { content: "Legal Claim"; }

	.mcResponsiveTable.mcRTCR3 td:nth-of-type(1):before { content: "Amount"; }
	.mcResponsiveTable.mcRTCR3 td:nth-of-type(2):before { content: "Claim"; }
}
@media only screen and (min-width: 501px) {
	.mcResponsiveTable.mcRTWH1 td:nth-child(1) { width: 20.00% }
	.mcResponsiveTable.mcRTWH1 td:nth-child(2) { width: 40.00% }
	.mcResponsiveTable.mcRTWH1 td:nth-child(3) { width: 40.00% }

	.mcResponsiveTable.mcRTWH2 td:nth-child(1) { width: 17.00% }
	.mcResponsiveTable.mcRTWH2 td:nth-child(2) { width: 21.00% }
	.mcResponsiveTable.mcRTWH2 td:nth-child(3) { width: 21.00% }
	.mcResponsiveTable.mcRTWH2 td:nth-child(4) { width: 21.00% }

	.mcResponsiveTable.mcCR1 td:nth-child(1) { width: 20.00% }
	.mcResponsiveTable.mcCR1 td:nth-child(2) { width: 80.00% }
}
/* </ Responsive tables > */

/* ************* Ends - Items below are repeated on the main theme *********** */