/*
Theme Name: Robin D. Perry
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%; background: #333;}
body {
	font-family: Arial, "Helvetica Neue", Helvetica, 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;}
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 {}
#mainHeader {
	padding: 20px;
	background-color: #04122d;
	color: white;
	font-family: 'Oswald', sans-serif;
}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 400px; /*modme*/
		margin: 0 auto 20px;
	}
	#logo-main img {display: block; width: 100%; height: auto;}

/* 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: transparent;
	position: relative;
	z-index: 100;
}
nav.mm > ul > li > a {
	padding: 10px 10px;
	font-size: 14px;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	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: #0282d7; color: white;}
nav.mm ul ul {background: #04122d; width: 220px; border: 1px solid white;}
nav.mm ul ul li:hover > a {background: #0282d7; color: white;}
nav.mm ul ul li {border-top: 1px solid white;}
nav.mm ul ul a {
	color: white;
	padding: 10px 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: #0282d7;} /*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 white;} /*modme*/
	#mm1 {border-left: 1px solid white;} /*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: #0282d7;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #7A807A;} /*modme*/

.mhPhone {
	text-align: center;
}

.mhPhone span {
	display: inline-block;
	border-bottom: 1px solid white;
	text-align: center;
	font-size: 18px;
	padding: 0 0 10px;
	margin: 10px 0 10px;
	position: relative;
	z-index: 4;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 3px;
}

.mhPhone a {
	color: white;
	display: block;
	font-size: 35px;
	text-align: center;
	position: relative;
	z-index: 4;
}

@media screen and (min-width: 800px) {
	#wrapper {
			padding: 283px 0 0; /*modme*/
	}
	#persistentHeader{
		background: transparent; /*modme*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
}
@media screen and (min-width: 1100px) {
	#wrapper {
		padding: 0px 0 0; /*modme*/
	}
	#mhWrapper {
		max-width: 1600px;
		margin: auto;
		text-align: center;
	}
	#mainHeader {
		background-color: transparent;
	}
	.sticky_zone #persistentHeader {
		background-color: #04122d;
	}
	nav.mm > ul > li > a { 
		color: black;
	}
	.sticky_zone nav.mm > ul > li > a { 
		color: white;
	}
	#logo-main {
		float: left;
		margin: 17px 0 0;
		max-width: 250px;
	}
	.mhNavCenter {
		display: inline-block;
	}
	.mhPhone {
		float: right;
		display: inline-block;
	}
}


#homeslides {
	position: relative;
	height: 440px;
	background-color: #061d40;
}

.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 bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#homeslideImg1 {background-image: url(img/slides/home/600/1-v2.jpg);}
#homeslideImg2 {background-image: url(img/slides/home/600/2.jpg);}
#homeslideImg3 {background-image: url(img/slides/home/600/3.jpg);}
#homeslideImg4 {background-image: url(img/slides/home/600/4-v2.webp);}
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
}
.slideBox {
	position: absolute;
	top: 50px;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	color: white;
	font-family: 'Raleway', sans-serif;
}
.slideHead,	
.slideSubHead,
.slideBody{
	position: relative;
	left: 100px;
	opacity: 0;
	transition: .6s ease-in;
	font-size: 20px;
}	

.slideHead{
	text-shadow: 1px 1px 2px #000000;
}
.slideHead > span{ font-size: 18px; }

.slideTxtAnimate .slideHead,	
.slideTxtAnimate .slideSubHead,
.slideTxtAnimate .slideBody{
	opacity: 1;
	left: 0;
}
.slideSubHead {
	text-transform: uppercase;
	color: #2c7fc2 ;
	display: block;
	position: relative;
	z-index: 2;
	letter-spacing: 2px;
	/*display: inline-block;*/
}

.slideSubHead span {
	position: relative;
	z-index: 4;
}

.slideSubHead span.first-let {
	position: relative;
	z-index: 20;
}

.slideSubHead span.first-let::after {
    content: '';
    position: absolute;
    right: -40px;
    top: 0px;
    width: 800px;
    height: calc(100%);
    background-color: rgba(4, 18, 45, 0.71);
    transform: skewX(-344deg);
    z-index: -1;
    pointer-events: none;
}

.slideHead {
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
	padding: 0 0 20px;
	display: inline-block;
	position: relative;
	z-index: 4;
}
.slideSubHead{ font-weight: 900; }
.slideHead span {
	display: block;
}
.slideBody {
	font-family: 'Oswald', sans-serif;
	position: relative;
	z-index: 5;
}

.slideLink{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	color: #0282d7;
	font-size: 18px;
	transition: 500ms;
	position: relative;
	padding: 0 43px 0 0;
	z-index: 999;
	max-width: 220px;
}
.slideLink:hover{ color: #fff; }
.slideLink:before{
	content: '';
	position: absolute;
	width: 33px;
	height: 19px;
	display: block;
	background-image: url(img/slides/slide-link-arrow.webp);
	top: calc(50% - 9px);
	right: 0;
	transition: 500ms;
}
.slideLink:hover:before{ right: -5px; }


.subslide {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 165px;
}
#subslide1 {background-image: url(img/slides/sub/600/1.jpg);}
#subslide2 {background-image: url(img/slides/sub/600/2.jpg);}
#subslide3 {background-image: url(img/slides/sub/600/3.jpg);}

.swiper-pagination {
	position: absolute;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	z-index: 10;
	width: 100%;
	left: 20px;
	margin: auto;
	top: 340px;
	text-align: left !important;
	z-index: 50;
}

.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	display: inline-block;
	border-radius: 50%;
	background: transparent !important;
	border: 2px solid #0282d7;
	margin: 0 15px 0 0px;
}

.swiper-pagination-bullet-active {
   background: white !important; 
   border: 2px solid white !important;
}


@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}

	#homeslides {
		height: 700px;
	}

	.slideBox {
		top: 205px;
	}

	.slideSubHead {
		font-size: 30px;
		letter-spacing: 3px;
	}
	.slideHead {
		font-size: 45px;
	}
	.slideHead > span{ font-size: 25px; }
.slideSubHead span.first-let::after {
    background-color: rgba(4, 18, 45, 0.41);
}	
	.slideBody {
		font-size: 24px;
	}

	.slideBody br {
		display: block;
	}

	#homeslideImg1 {background-image: url(img/slides/home/1100/1-v2.jpg);}
	#homeslideImg2 {background-image: url(img/slides/home/1100/2.jpg);}
	#homeslideImg3 {background-image: url(img/slides/home/1100/3.jpg);}
	#homeslideImg4 {background-image: url(img/slides/home/1100/4-v2.webp);}
	.subslide {
		height: 275px;
		position: relative;
	}
	#subslide1 {background-image: url(img/slides/sub/1100/1.jpg);}
	#subslide2 {background-image: url(img/slides/sub/1100/2.jpg);}
	#subslide3 {background-image: url(img/slides/sub/1100/3.jpg);}

	.swiper-pagination {
		top: 620px;
	}
	
	.swiper-pagination-bullet {
		width: 20px !important;
		height: 20px !important;
		margin: 0 15px 0 0px;
	}

	.slideSubHead {
		font-weight: 400;
	}
}

@media screen and (min-width: 1100px) {
	#homeslides {
		height: 1150px;
	}
	.slideSubHead {
		font-size: 40px;
		padding: 0 0 15px;
		font-weight: 200;
	}

	.slideBox {
		top: 160px;
	}

	.slideSubHead span::before {
		content: '';
		position: absolute;
		width: 41px;
		height: 48px;
		background: url(img/icons/lines-subhead.png);
		background-repeat: no-repeat;
		background-size: 100%;
		/*top: -2px;
		right: -111px;*/
	}

	#homeslide1 .slideSubHead span::before {
		top: -2px;
		right: -81px;
	}
	#homeslide2 .slideSubHead span::before {
		top: -2px;
		right: -80px;
	}
	#homeslide3 .slideSubHead span::before {
		top: -2px;
		right: -80px;
	}
	#homeslide4 .slideSubHead span::before {
		top: -2px;
		right: -80px;
	}	

	.slideHead {
		font-size: 50px;
		padding: 0 0 50px;
		background-image: url(img/icons/slide-separator.png);
		background-repeat: no-repeat;
		background-position: left bottom 22px;
	}
	.slideHead > span{ font-size: 30px; }

	#homeslide2 .slideHead {
		font-size: 80px;
	}

	#homeslide2 .slideHead span {
		font-size: 35px;
	}
	#homeslide3 .slideHead {
		font-size: 60px;
	}

	#homeslide3 .slideHead span {
		font-size: 35px;
	}
	.slideBody {
		font-size: 28px;
	}

	#homeslideImg1 {background-image: url(img/slides/home/2000/1-v2.jpg);}
	#homeslideImg2 {background-image: url(img/slides/home/2000/2.jpg);}
	#homeslideImg3 {background-image: url(img/slides/home/2000/3.jpg);}
	#homeslideImg4 {background-image: url(img/slides/home/2000/4-v2.webp);}
	.slideContent {
		max-width: 1600px;
		margin: auto;
	}
	.slideContent {
		position: relative;
	}
	.slideContent:after {
		content: '';
		position: absolute;
		left: -548px;
		top: 0px;
		width: 1000px;
		height: 1005px;
		background: rgba(2, 18, 43, 0.60);
		transform: skewX(-342deg);
		z-index: 0;
		pointer-events: none;
	}
	.slideContent:before {
		content: '';
		position: absolute;
		left: -690px;
		top: 0px;
		width: 1000px;
		height: 139px;
		background: #04122d;
		transform: skewX(-342deg);
		z-index: 0;
		pointer-events: none;
	}
	/*#homeslides::before {
		content: '';
		position: absolute;
		right: -41%;
		top: -70px;
		width: 500px;
		height: calc(100%);
		background: rgba(2, 18, 43, 1);
		background-image: url(img/texture.png);
		background-repeat: repeat;
		background-position: right top;
		transform: skewX(-342deg);
		z-index: 1;
		pointer-events: none;
	}*/
	.subslide {
		height: 502px;
		overflow: hidden;
	}
	#subslide1 {background-image: url(img/slides/sub/2000/1.jpg);}
	#subslide2 {background-image: url(img/slides/sub/2000/2.jpg);}
	#subslide3 {background-image: url(img/slides/sub/2000/3.jpg);}

	.subslide:after {
		content: '';
		position: absolute;
		left: -623px;
		top: -0px;
		width: 1000px;
		height: calc(100%);
		background: rgba(2, 18, 43, 0.60);
		transform: skewX(-342deg);
		z-index: 0;
		pointer-events: none;

	}

	.subslide:before {
		content: '';
    	position: absolute;
    	left: -687px;
    	top: -27px;
    	width: 1000px;
    	height: 168px;
    	background: #04122d;
    	transform: skewX(-342deg);
    	z-index: 0;
    	pointer-events: none;
	}

	.inner-sub-angle {
		position: relative;
		height: 100%;
		width: 100%;
	}
	.inner-sub-angle::before {
		content: '';
		position: absolute;
		right: -300px;
		top: 0px;
		width: 500px;
		height: calc(100%);
		background: rgba(2, 18, 43, 1);
		background-image: url(img/texture.png);
		background-repeat: repeat;
		background-position: right top;
		transform: skewX(-342deg);
		z-index: 1;
		pointer-events: none;
	}
	.inner-sub-angle::after {
		content: '';
		position: absolute;
		right: -236px;
		top: -27px;
		width: 500px;
		height: 168px;
		background: #0282d7;
		background-image: url(img/texture.png);
		background-repeat: repeat;
		background-position: right top;
		transform: skewX(-342deg);
		z-index: 1;
		pointer-events: none;
	}

	.home .mhPhone::after {
		content: '';
		position: absolute;
		right: -336px;
		top: -27px;
		width: 600px;
		height: 168px;
		background: #0282d7;
		background-image: url(img/texture.png);
		background-repeat: repeat;
		background-position: right top;
		transform: skewX(-342deg);
		z-index: 1;
		pointer-events: none;
	}
	.home .mhPhone::before {
		content: '';
		position: absolute;
		right: -474px;
		top: -20px;
		width: 600px;
		height: 1000px;
		background: rgba(2, 18, 43, 1);
		background-image: url(img/texture.png);
		background-repeat: repeat;
		background-position: right top;
		transform: skewX(-342deg);
		z-index: 1;
		pointer-events: none;
	}

	.sticky_zone.home .mhPhone::after, .sticky_zone.home .mhPhone::before {
		content: none;
	}

	.mhNavCenter {
		margin: 20px 0 0;
	}
	nav.mm > ul > li > a {
		padding: 20px 7px;
		margin: 0 5px 0;
		font-size: 12px;
	}
	nav.mm > ul > li:hover > a {
		color: #0282d7;
		background-color: transparent;
		border-bottom: 2px solid #0282d7;
		position: relative;
	}

	.sticky_zone nav.mm > ul > li:hover > a {
		border-bottom: none;
	}

	nav.mm > ul > li.menu-item-has-children:hover > a {
		border-bottom: 2px solid transparent;
	}
	.sticky_zone nav.mm > ul > li.menu-item-has-children:hover > a {
		border-bottom: none;
	}

	nav.mm > ul > li:hover > a:after {
		content: '';
		position: absolute;
		width: 440px;
		height: 1px;
		background: 0 0;
		border-bottom: 5px solid #014775;
		left: 114%;
		bottom: -5px;
	}
	.sticky_zone nav.mm > ul > li:hover > a:after {
		content: none;
	}
	nav.mm > ul > li:nth-child(2):hover > a:after {
		width: 320px;
	}
	nav.mm > ul > li:nth-child(3):hover > a:after {
		width: 220px;
	}
	nav.mm > ul > li:nth-child(5):hover > a:after {
		width: 82px;
	}
	nav.mm > ul > li.menu-item-has-children > a:after, nav.mm > ul > li:last-of-type:hover > a:after {
		content: none;
	}

	nav.mm > ul > li:hover > a:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: 0 0;
		border-bottom: 2px solid #0282d7;
		left: 0%;
		bottom: -5px;
	}
	nav.mm > ul > li.menu-item-has-children > a:before {
		content: none;
	}
	.sticky_zone nav.mm > ul > li:hover > a:before {
		content: none;
	}

	.swiper-pagination {
		top: 640px;
	}
}

@media screen and (min-width: 1300px) {
	nav.mm > ul > li > a {
		padding: 20px 12px;
		margin: 0 5px 0;
		font-size: 14px;
	}
	nav.mm > ul > li:hover > a:after {
		width: 420px;
		height: 1px;
		background: 0 0;
		border-bottom: 5px solid #014775;
		left: 114%;
		bottom: -5px;
	}
	nav.mm > ul > li:nth-child(2):hover > a:after {
		width: 275px;
	}
	nav.mm > ul > li:nth-child(3):hover > a:after {
		width: 281px;
	}
	nav.mm > ul > li:nth-child(4):hover > a:after {
		width: 95px;
	}
	nav.mm > ul > li:nth-child(5):hover > a:after {
		width: 108px;
	}

	/*nav.mm {
		border-bottom: 5px solid #014775;
	}*/
}

@media screen and (min-width: 1440px) {
	#homeslides {
		height: 1250px;
	}	
	#homeslides::before {
		right: -29%;
	}

	.slideBox {
		top: 180px;
	}

	#logo-main {
		margin: 17px 0 0;
		max-width: 365px;
	}
	.slideContent:before {
		left: -591px;
		top: 0px;
		height: 165px;
	}

	.slideContent:after {
		left: -490px;
		top: 0px;
		width: 1000px;
		height: 786px;
	}

	nav.mm > ul > li > a {
		padding: 35px 12px;
		margin: 0 5px 0;
		font-size: 16px;
	}
	nav.mm > ul > li:hover > a:after {
		width: 600px;
		height: 1px;
		background: 0 0;
		border-bottom: 5px solid #014775;
		left: 114%;
		bottom: -5px;
	}
	nav.mm > ul > li:nth-child(2):hover > a:after {
		width: 450px;
	}
	nav.mm > ul > li:nth-child(3):hover > a:after {
		width: 290px;
	}
	nav.mm > ul > li:nth-child(4):hover > a:after {
		width: 105px;
	}
	nav.mm > ul > li:nth-child(5):hover > a:after {
		width: 108px;
	}

	.slideSubHead {
		font-size: 61px;
		letter-spacing: 6px;
	}
	.slideSubHead span::before {
		width: 31px;
		height: 68px;
	}

	#homeslide1 .slideSubHead span::before {
		top: 0px;
		right: -67px;
	}

	#homeslide2 .slideSubHead span::before {
		top: 0px;
		right: -67px;
	}
	#homeslide3 .slideSubHead span::before {
		top: 0px;
		right: -68px;
	}
	#homeslide4 .slideSubHead span::before {
		top: 0px;
		right: -68px;
	}	

	.slideHead {
		font-size: 75px;
		padding: 0 0 75px;
		background-position: left bottom 33px;
		line-height: 0.8;
	}
	.slideHead > span{ font-size: 45px; }

	#homeslide2 .slideHead {
		font-size: 100px;
	}

	#homeslide2 .slideHead span {
		font-size: 48px;
	}
	#homeslide3 .slideHead {
		font-size: 80px;
	}

	#homeslide3 .slideHead span {
		font-size: 54px;
	}
	.slideBody {
		font-size: 28px;
	}

	.subslide:before {
		left: -600px;
		top: -11px;
		height: 168px;
	}

	.subslide:after {
		left: -542px;
	}

	.mhPhone span {
		font-size: 18px;
	}
	.swiper-pagination {
		top: 750px;
	}
	/*.swiper-pagination {
		top: 750px;
	}*/
}

@media screen and (min-width: 1500px) {
	#homeslides::before {
		right: -25%;
	}
}

@media screen and (min-width: 1600px) {
	#homeslides::before {
		right: -21%;
	}
}

@media screen and (min-width: 1640px) {
	#homeslides::before {
		right: -21%;
	}

	#homeslides {
		height: 1469px;
	}

	/*.slideContent:before, .slideContent:after {
		content: none;
	}*/

	.slideBox {
		top: 245px;
	}

	.slideBody {
		font-size: 36px;
	}
	.slideLink{ font-size: 23px; max-width: 530px; }

	#logo-main {
		position: relative;
		z-index: 1;
		max-width: 378px;
	}
	nav.mm > ul > li > a {
		padding: 35px 12px;
		margin: 0 9px 0;
		font-size: 18px;
	}
	nav.mm > ul > li:hover > a:after {
		width: 704px;
	}
	nav.mm > ul > li:nth-child(2):hover > a:after {
		width: 515px;
	}
	nav.mm > ul > li:nth-child(3):hover > a:after {
		width: 350px;
	}
	nav.mm > ul > li:nth-child(4):hover > a:after {
		width: 127px;
	}
	
	nav.mm > ul > li:nth-child(5):hover > a:after {
		width: 136px;
	}
	#logo-main img {
		position: relative;
		z-index: 4;
	}
	#logo-main:before {
		content: '';
		position: absolute;
		left: -315px;
		top: -37px;
		width: 730px;
		height: 168px;
		background: #04122d;
		transform: skewX(-342deg);
		z-index: 0;
		pointer-events: none;
	}
	.subslide:before, .subslide:after, .subslide:before, .subslide:after {
		content: none;
	}
	.slideHead {
		font-size: 80px;
	}
	.slideHead > span{ font-size: 45px; }

	#homeslide2 .slideHead {
		font-size: 120px;
	}

	#homeslide3 .slideHead {
		font-size: 85px;
	}

	.home #logo-main:after, .home #logo-main:before {
		content: none;
	}
	#logo-main:after {
		content: '';
		position: absolute;
		left: -531px;
		top: -38px;
		width: 1000px;
		height: 502px;
		background: rgba(2, 18, 43, 0.60);
		transform: skewX(-342deg);
		z-index: 0;
		pointer-events: none;
	}
	.home #logo-main:after {
		height: 1005px;
		left: -450px;
	}
	.sticky_zone #logo-main:before, .sticky_zone #logo-main:after,  .sticky_zone .mhPhone::after,  .sticky_zone .mhPhone::before {
		content: none;
	}

	.inner-sub-angle:after, .inner-sub-angle:before {
		content: none;
	}

	.mhPhone {
		position: relative;
	}
	.mhPhone a, .mhPhone span {
		position: relative;
		z-index: 4;
	}

	.mhPhone::after {
		content: '';
		position: absolute;
		right: -336px;
		top: -27px;
		width: 600px;
		height: 168px;
		background: #0282d7;
		background-image: url(img/texture.png);
		background-repeat: repeat;
		background-position: right top;
		transform: skewX(-342deg);
		z-index: 1;
		pointer-events: none;
	}
	.mhPhone::before {
		content: '';
		position: absolute;
		right: -393px;
		top: -20px;
		width: 600px;
		height: 502px;
		background: rgba(2, 18, 43, 1);
		background-image: url(img/texture.png);
		background-repeat: repeat;
		background-position: right top;
		transform: skewX(-342deg);
		z-index: 1;
		pointer-events: none;
	}
	.home .mhPhone::before {
		height: 1100px;
		right: -490px;
	}

	.slideContent:before {
		left: -560px;
		height: 169px;
	}
	.slideContent:after {
		left: -423px;
	}

	.mhPhone::after {
		right: -332px;
		top: -21px;
		width: 600px;
		height: 130px;
	}
	.mhPhone span {
		margin: 10px 0 5px;
	}

	.swiper-pagination {
		position: absolute;
		transition: .3s opacity;
		transform: translate3d(0,0,0);
		z-index: 10;
		width: 100%;
		max-width: 1600px;
		left: calc(50% - 782px);
		margin: auto;
		top: 920px;
		text-align: left !important;
		z-index: 50;
	}
	
	.swiper-pagination-bullet {
		width: 50px !important;
		height: 50px !important;
		display: inline-block;
		border-radius: 50%;
		background: transparent !important;
		border: 2px solid #0282d7;
		margin: 0 15px 0 0px;
	}
	
	.swiper-pagination-bullet-active {
	   background: white !important; 
	   border: 2px solid white !important;
	}
	.slideContent:after {
		left: -423px;
		top: 0px;
		width: 1000px;
		height: 1005px;
	}
}

@media screen and (min-width: 1800px) {
	
}

@media screen and (min-width: 1900px) {
	
}

@media screen and (min-width: 2000px) {
	#homeslides::before {
		right: calc(-47% + 340px);
		width: 1000px;
	}
}

@media screen and (min-width: 2160px) {
	#homeslides::before {
		right: calc(-47% + 450px);
		width: 1000px;
	}
}

/*sxn-pa*/
.sxn-pa {
	padding: 20px;
	color: white;
	background-color: #03112c;
	text-align: center;
}

.sxn-pa a {
	color: white;
}

.sxn-pa-wrap .pa-wrap {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	padding: 240px 0 30px;
	position: relative;
	box-sizing: border-box;
	/*height: 465px;*/
}

.sxn-pa-wrap .pa-wrap p {
	padding: 0;
}

.sxn-pa-wrap .pa-wrap:after {
    content: '';
    position: absolute;
    top: 50px;
    pointer-events: none;
    width: 169px;
	height: 190px;
	background-image: url(img/pa/personal.png);
    background-size: 100%;
    left: calc(50% - 85px);
    background-repeat: no-repeat;
	background-position: top left;
}

.sxn-pa-wrap .pa-wrap:hover {
	background-image: url(img/pa/pa-hover-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.sxn-pa-wrap .pa-wrap.personal-icon:after {
	background-image: url(img/pa/personal.png);
}
.sxn-pa-wrap .pa-wrap.personal-icon:hover:after {
	background-position: bottom 5px left;
}

.sxn-pa-wrap .pa-wrap.business-icon:after {
	background-image: url(img/pa/b2.png);
	background-position: top -2px left;
}
.sxn-pa-wrap .pa-wrap.business-icon:hover:after {
	background-position: bottom 3px left;
}

.sxn-pa-wrap .pa-wrap.advising-icon:after {
	background-image: url(img/pa/bussiness.png);
	background-position: top -2px left;
}
.sxn-pa-wrap .pa-wrap.advising-icon:hover:after {
	background-position: bottom 3px left;
}

.sxn-pa-wrap .pa-wrap.criminal-icon:after {
	background-image: url(img/pa/criminal-defense.png);
	background-position: top -2px left;
}
.sxn-pa-wrap .pa-wrap.criminal-icon:hover:after {
	background-position: bottom 1px left;
}

.sxn-pa-wrap .pa-wrap.admin-icon:after {
	background-image: url(img/pa/administative-law.png);
	background-position: top -2px left;
}
.sxn-pa-wrap .pa-wrap.admin-icon:hover:after {
	background-position: bottom 2px left;
}

.sxn-pa-wrap .pa-wrap.code-icon:after {
	background-image: url(img/pa/code.png);
	background-position: top -2px left;
}
.sxn-pa-wrap .pa-wrap.code-icon:hover:after {
	background-position: bottom 2px left;
}

.sxn-pa-wrap .pa-wrap.consumer-icon:after {
	background-image: url(img/pa/consumer.png);
	background-position: top -2px left;
}
.sxn-pa-wrap .pa-wrap.consumer-icon:hover:after {
	background-position: bottom 1px left;
}

.sxn-pa-wrap .pa-wrap.police-misconduct:after {
	background-image: url(img/pa/police-misconduct.png);
	background-position: top -2px left;
}
.sxn-pa-wrap .pa-wrap.police-misconduct:hover:after {
	background-position: bottom 1px left;
}

.sxn-pa-wrap .pa-wrap.license-defense:after {
	background-image: url(img/pa/professional-license-defense.png);
	background-position: top -2px left;
}
.sxn-pa-wrap .pa-wrap.license-defense:hover:after {
	background-position: bottom 1px left;
}

.left-pa-arrow, .right-pa-arrow {
    display: inline-block;
    overflow: hidden;
    width: 35px;
    height: 109px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

.left-pa-arrow {
	margin: 0 15px 0 0;
}

.left-pa-arrow:hover img, .right-pa-arrow:hover img {
	margin-top: -109px;
} 

.left-pa-arrow img, .right-pa-arrow img {
	width: 35px;
}

@media screen and (min-width: 800px) {
	.sxn-pa-wrap .pa-wrap {
		padding: 270px 0 100px;
		height: 465px;
	}
}

@media screen and (min-width: 1100px) {
	.sxn-pa {
		padding: 0px 40px 0px;
		background-color: rgba(3, 17, 44, 0.80);
		margin-top: -464px;
		position: relative;
		z-index: 10;
	}

	.sxn-pa-wrap .swiper-container {
		max-width: 1400px;
		margin: auto;
	}
	.sxn-pa-wrap {
		position: relative;
	}
	.left-pa-arrow {
		position: absolute;
		left: 20px;
		top: 30%;
	}
	.right-pa-arrow {
		position: absolute;
		right: 20px;
		top: 25%;
	}
}

@media screen and (min-width: 1640px) {
	.sxn-pa-wrap {
		max-width: 1600px;
		margin: auto;
	}
}
/*end sxn-pa*/

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

#contentArea {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}
#mainContent {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	box-sizing: border-box;
}
	.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: #014775;}
	.article a:hover {color: #147fc5;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		font-family: 'Raleway', sans-serif;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
		font-weight: 900;
		color: #03112c;
	}
	.home .article h1 {
		text-align: center;
		text-transform: uppercase;
	}
	.home .article h1 span {
		display: block;
		color: #014775;
		font-size: 20px;
	}
	.article h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
		font-weight: 900;
		color: #014775;
		font-weight: 900;
	}
	.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;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
#sidebar {

}



/* Content Area */

.home-badges-wrap {
	text-align: center;
}

@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#mainContent {
		padding: 0;
		width: calc(100% - 100px - 350px);
		float: left;
	}
	.home #mainContent {
		width: 100%;
		float: none;
	}
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: auto;
		max-width: 1600px;
	}
	.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: 350px;
		float: right;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}

@media screen and (min-width: 1100px) {
	.home .caWrap {
		background-image: url(img/content-bg.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: bottom center;
	}
	.home .main-c-wrap {
		max-width: 1600px;
		margin: 0 auto;
		color: #000;
	}

	.home .main-c-wrap .left-content-main {
		float: left;
		width: 45%;
	}
	.home .main-c-wrap .right-content-main {
		float: right;
		width: 45%;
	}
	#contentArea {
		padding: 150px 40px 150px;
	}
	.home #contentArea {
		padding: 150px 40px 300px;
	}
	.article h1 {
		font-size: 36px;
	}
	.home .article h1 {
		font-size: 58px;
		padding: 0 0 130px;
		background-image: url(img/icons/lines-header-home.png);
		background-position: bottom 60px left;
		background-repeat: no-repeat;
	}
	.home .article h1 span {
		font-size: 35px;
	}
	.article h2 {
		font-size: 24px;
	}

	.main-c-wrap {
		overflow: hidden;
		padding: 30px 0;
	}

	.home-badges-wrap {
		max-width: 1400px;
		margin: auto;
		text-align: center;
		overflow: hidden;
		position: relative;
		clear: both;
	}

	.badge-wrap {
		position: relative;
		display: inline-block;
	}

	.badge-wrap.left-badge:after {
		content: '';
		position: absolute;
		width: 1000px;
		right: 220px;
		height: 5px;
		bottom: 113px;
		background-color: #014775;
	}
	.badge-wrap.right-badge:after {
		content: '';
		position: absolute;
		width: 1000px;
		left: 220px;
		height: 5px;
		bottom: 113px;
		background-color: #014775;
	}
}

@media screen and (min-width: 1640px) {
	#contentArea {
		max-width: 1600px;
		margin: auto;
	}
	.home #contentArea {
		max-width: 1400px;
		margin: auto;
	}
}

/*sxn-attorneys*/
.sxn-attorney {
	padding: 20px;
	font-family: 'Raleway', sans-serif;
}

.sxn-attorney-wrap img{
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	height: auto;
	max-width: 400px;
}

.sxn-att-sub-header {
	color: #03112c;
	font-weight: 900;
	display: block;
	text-transform: uppercase;
	line-height: 1;
}

.sxn-att-header {
	color: #03112c;
	font-weight: 900;
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 0 20px;
	line-height: 1;
}

.sxn-att-header span {
	color: #014775;
}

.att-name {
	color: #014775;
	font-weight: 900;
	display: block;
	padding: 0 0 20px;
}

.att-info p {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
}

.att-info a {
	text-transform: uppercase;
	font-weight: 900;
	color: #02122b;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 23px;
	padding: 0 45px 0 0px;
	background-image: url(img/att/arrow-att.png);
	background-position: right top 5px;
	background-repeat: no-repeat;
}

.att-info a:hover {
	color: #0282d7;
}

@media screen and (min-width: 1100px) {
	.sxn-attorney {
		background-image: url(img/att/att-bg.jpg);
		background-size: cover;
		padding: 50px 40px 0;
		overflow: hidden;
	}
	.sxn-attorney-wrap {
		display: flex;
		justify-content: space-around;
		position: relative;
	}
	.sxn-attorney-wrap:after {
		content: '';
		position: absolute;
		left: 361px;
		top: -50px;
		width: 1600px;
		height: calc(100% + 53px);
		background: white;
		transform: skewX(339deg);
   	 	z-index: 1;
    	pointer-events: none;
	}
	.att-info {
		position: relative;
		z-index: 2;
	}
	.sxn-attorney-wrap img {
		margin: 0 70px -120px 0px;
		position: relative;
		z-index: 1;
	}

	.sxn-att-sub-header {
		font-size: 25px;
	}
	
	.sxn-att-header {
		font-size: 45px;
		padding: 0 0 20px;
	}
	
	.att-name {
		font-size: 25px;
	}

	.att-info p {
		font-size: 16px;
	}
	.att-info a {
		font-size: 20px;
	}
}

@media screen and (min-width: 1440px) {
	.sxn-attorney {
		padding: 70px 140px 0 60px;
		position: relative;
	}
	.sxn-attorney-wrap img {	
		max-width: 496px;
		width: 496px;
		margin: 0 193px 0px 0px;
	}
	.sxn-att-sub-header {
		font-size: 33px;
	}
	
	.sxn-att-header {
		font-size: 55px;
		padding: 0 0 20px;
	}
	.att-name {
		font-size: 38px;
		position: relative;
		padding: 15px 0;
		margin: 0 0 30px;
	}
	.att-name:before {
		content: '';
		position: absolute;
		left: -34px;
		bottom: 0px;
		width: 1600px;
		height: calc(100%);
		background: transparent;
		-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.92); 
		box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.62);
		transform: skewX(339deg);
		z-index: 1;
		pointer-events: none;
	}

	.att-name:after {
		content: '';
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		left: -54px;
		background-image: url(img/att/lines-header-att.png);
		width: 61px;
		height: 80px;
		top: 0px;
	}
	.att-info {
		padding: 40px 0 0;
	}
	.att-info p {
		font-size: 16px;
		padding: 0 0 30px;
	}
	.sxn-attorney-wrap:after {
		content: '';
		position: absolute;
		left: 640px;
		top: -70px;
		width: 1600px;
		height: calc(100% + 75px);
		background: white;
		transform: skewX(339deg);
    	z-index: 1;
    	pointer-events: none;
	}

	.att-info:before{
		content: '';
		position: absolute;
		left: 112%;
		top: -70px;
		width: 1600px;
		height: calc(100% + 75px);
		background: #03112c;
		transform: skewX(339deg);
		z-index: 1;
		pointer-events: none;
	}
}

@media screen and (min-width: 1640px) {
	.sxn-attorney-wrap {
		max-width: 1600px;
		margin: auto;
	}	
	.att-info:before{
		left: 112%;
	}
	.att-info {
		padding: 80px 0 0;
	}
	.sxn-attorney-wrap img {	
		max-width: 496px;
		margin: 0 258px 0px 0px;
	}
	.att-info p {
		font-size: 16px;
	}
	.sxn-att-header {
		font-size: 67px;
		padding: 0 0 20px;
	}
	.att-info p {
		padding: 0 150px 30px 0;
	}
	.sxn-attorney-wrap:after {
		left: 700px;
	}
	.att-name {
		margin: 0 0 50px;
	}
	.att-name:after {
		left: -81px;
	}
}

@media screen and (min-width: 1900px) {
	.sxn-attorney-wrap:after {
		left: 775px;
	}

	.sxn-attorney-wrap img {
		margin: 0 314px 0px 0px;
	}

	.att-name {
		margin: 0 0 40px;
	}

	.att-name:before {
		left: -15px;
	}
	.att-name:after {
		left: -83px;
	}
	.att-name:before {
		left: -28px;
	}
	.att-info p {
		padding: 0 200px 30px 0;
	}
	.sxn-att-header {
		padding: 0 0 50px;
	}
}

@media screen and (min-width: 2100px) {
	.att-name:before {
		left: -40px;
	}
	.att-name:after {
		left: -93px;
	}
}
/*end sxn-attorneys*/

/*sxn-testimonials*/
.sxn-testimonials {
	padding: 20px;
	background-color: #06152f;
	color: white;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

.sxn-testimonials-wrap {
	box-sizing: border-box;
	position: relative;
}

.test-wrap .test-header {
	font-weight: bold;
	display: block;
	padding: 0 0 20px;
	line-height: 1;
}

.test-wrap p {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

.test-wrap a {
	color: white;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	padding: 0 40px 0 0;
	background-image: url(img/att/arrow-att.png);
    background-position: right top 3px;
    background-repeat: no-repeat;
	letter-spacing: 3px;
}

.test-wrap a:hover {
	color: #0282d7;
}

.sxn-testimonials-wrap .swiper-container {
	max-width: 960px;
	margin: auto;
}

.left-test-arrow, .right-test-arrow {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 62px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

.left-test-arrow {
	margin: 0 15px 0 0;
}

.left-test-arrow:hover img, .right-test-arrow:hover img {
	margin-top: -62px;
} 

.left-test-arrow img, .right-test-arrow img {
	width: 20px;
	height: auto;
}

.test-lines-wrap-l, .test-lines-r {
	display: inline-block;
}

.test-arrows-container {
	margin: 20px 0;
}

.test-wrap a {
	text-transform: uppercase;
}

@media screen and (min-width: 1100px) {
	.sxn-testimonials {
		background-color: transparent;
		background-image: url(img/test-bg.jpg);
		background-size: cover;
		padding: 100px 20px;
		position: relative;
		overflow: hidden;
		z-index: 4;
	}
	.sxn-testimonials-wrap {
		padding: 0 80px;
	}
	.test-wrap .test-header {
		font-size: 43px;
		padding: 0 0 45px;
		display: inline-block;
		position: relative;
	}
	.test-wrap .test-header:before {
		content: '';
		position: absolute;
		width: 64px;
		height: 51px;
		background: url(img/icons/quotes-test.png);
		background-repeat: no-repeat;
		background-size: 100%;
		top: 5px;
		left: -90px;
	}

	
	.test-wrap p {
		font-size: 34px;
	}
	.test-wrap a {
		font-size: 18px;
	}
	.left-test-arrow, .right-test-arrow {
		width: 35px;
		height: 109px;
	}
	
	
	.left-test-arrow:hover img, .right-test-arrow:hover img {
		margin-top: -109px;
	} 
	
	.left-test-arrow img, .right-test-arrow img {
		width: 35px;
	}
	.test-lines-wrap-l {
		position: absolute;
		left: 20px;
		top: 40%;
	}
	.test-lines-r {
		position: absolute;
		right: 20px;
		top: 40%;
	}
}

@media screen and (min-width: 1440px) {
	.test-lines-wrap-l:after {
		content: '';
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		right: -100px;
		background-image: url(img/att/left-lines.png);
		width: 99px;
		height: 229px;
		top: -60px;
	}
	.test-lines-r:after {
		content: '';
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		left: -119px;
		background-image: url(img/att/right-lines.png);
		width: 99px;
		height: 229px;
		top: -60px;
	}
}

@media screen and (min-width: 1640px) {
	.sxn-testimonials-wrap {
		max-width: 1600px;
		margin: auto;
	}

	.test-lines-wrap-l::before {
		content: '';
		position: absolute;
		left: -442px;
		top: -60px;
		width: 400px;
		height: calc(100% + 115px);
		background: rgba(4, 18, 45, 0.80);
		transform: skewX(-346deg);
		z-index: 1;
		pointer-events: none;
	}

	.test-lines-r::before {
		content: '';
		position: absolute;
		right: -442px;
		top: -60px;
		width: 400px;
		height: calc(100% + 115px);
		background: rgba(4, 18, 45, 0.80);
		transform: skewX(346deg);
		z-index: 1;
		pointer-events: none;
	}
}
/*end-sxn-testimonials*/

/*sxn-community*/
.sxn-community {
	padding: 20px;
	font-family: 'Raleway', sans-serif;
	overflow: hidden;
}

.com-sub-header {
	font-weight: 900;
	color: #014775;
	display: block;
	font-size: 16px;
	position: relative;
	z-index: 1;
}

.com-header {
	font-weight: 900;
	display: block;
	color: #04122d;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 0 20px;
	position: relative;
	z-index: 1;
}

.com-header span.com-color {
	color: #014775;
	display: inline-block;
	font-size: 20px;
	z-index: 1;
}

.com-header span {
	display: block;
	font-size: 15px;
}

.com-left p {
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	z-index: 1;
}

.com-left a {
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	color: #04122d;
	text-transform: uppercase;
	padding: 0 40px 0 0;
	background-image: url(img/att/arrow-att.png);
    background-position: right top 3px;
    background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.com-left a:hover {
	color: #0282d7;
}

.com-right-wrap {
	height: 300px;
	max-width: 400px;
	margin: 20px auto 0;
}

.com-right-wrap .swiper-container {
	height: 300px;
}

.com-right-wrap .swiper-container .com-img-1 {
	background-image: url(img/community/1.jpg);
	background-size: cover;
}

.com-right-wrap .swiper-container .com-img-2  {
	background-image: url(img/community/2.jpg);
	background-size: cover;
}

.com-right-wrap .swiper-container .com-img-3  { 
	background-image: url(/wp-content/uploads/2021/08/unnamed-scaled-e1628039828983.jpg);
	background-size: cover;
}

.cont-com-arrows {
	background-color: rgba(0,0,0,0.62);
	text-align: center;
	margin-top: -84px;
    position: relative;
    z-index: 1;
    padding: 20px 0;
}

.cont-com-arrows:after {
	content: '';
    width: 0;
    height: 39px;
    position: absolute;
    border: 1px solid #767676;
    top: 19px;
    left: calc(50%);
}

.com-left-arrow, .com-right-arrow {
    display: inline-block;
    overflow: hidden;
    width: 67px;
    height: 39px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

.com-left-arrow {
	margin: 0 40px 0 0;
}

.com-left-arrow:hover img, .com-right-arrow:hover img {
	margin-top: -39px;
} 

.com-left-arrow img, .com-left-arrow img {
	width: 67px;
	height: auto;
}


@media screen and (min-width: 800px) {
	.sxn-community {
		padding: 40px;
	}
	.sxn-community-wrap {
		display: flex;
		justify-content: space-between;
	}

	.com-left, .com-right-wrap {
		width: 45%;
	}
}

@media screen and (min-width: 1100px) {
	.com-sub-header {
		font-size: 20px;
		letter-spacing: 2px;
	}
	.com-header {
		font-size: 40px;
		line-height: 1;
		padding: 0 0 40px;
	}
	.com-header span.com-color {
		font-size: 40px;
	}
	.com-header span {
		font-size: 25px;
	}
	.com-left {
		position: relative;
	}
	.com-left:after {
		content: '';
		position: absolute;
		left: 300px;
		top: -50px;
		width: 1600px;
		height: calc(100% + 100px);
		background: #f0f0f0;
		transform: skewX(339deg);
		z-index: 0;
		pointer-events: none;
	}
	.com-right-wrap {
		height: 350px;
		max-width: 550px;
		margin: 0px auto 0;
	}
	.com-left a {
		letter-spacing: 3.24px;
	}
}

@media screen and (min-width: 1440px) {
	.sxn-community {
		padding: 0;
	} 
	.sxn-community-wrap {
		position: relative;
		/*overflow: hidden;*/
		padding: 100px 40px;
		box-sizing: border-box;
	}
	.sxn-community-wrap:before {
		content: '';
		position: absolute;
		background-size: 100%;
		right: -50px;
		background-image: url(img/community/community-testure-right.png);
		background-repeat: no-repeat;
		width: 797px;
		height: 1097px;
		top: -50px;
		z-index: 1;
	}
	

	.com-right-wrap {
		height: 380px;
		max-width: 650px;
		margin: 0px auto 0;
	}
	.com-right-wrap .swiper-container {
		height: 380px;
	}
	.com-left:after {
		left: 232px;
		top: -102px;
		width: 1600px;
		height: calc(100% + 260px);
		background: #f0f0f0;
		transform: skewX(339deg);
	}
	.com-sub-header {
		font-size: 25px;
		padding: 22px;
		margin: 0 0 20px;
	}
	.com-sub-header:before {
		content: '';
		position: absolute;
		left: -186px;
		bottom: 0px;
		width: 500px;
		height: calc(100%);
		background: transparent;
		-webkit-box-shadow: 0px 0px 8px -1px rgb(0 0 0 / 92%);
		box-shadow: 0px 0px 8px -1px rgb(0 0 0 / 62%);
		transform: skewX(339deg);
		z-index: 1;
		pointer-events: none;
	}

	.com-sub-header:after {
		content: '';
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		left: 301px;
		background-image: url(img/att/lines-header-att.png);
		width: 61px;
		height: 80px;
		top: -2px;
	}
	
	.com-header {
		font-size: 80px;
		padding: 0 0 40px;
	}
	.com-header span.com-color {
		font-size: 80px;
	}
	.com-header span {
		font-size: 50px;
	}
	.com-left p {
		font-size: 18px;
	}
}

@media screen and (min-width: 1640px) {
	.sxn-community {
		max-width: 2000px;
		margin: auto;
		overflow: hidden;
	}
	.sxn-community-wrap {
		max-width: 1600px;
		margin: auto;
		padding: 130px 40px;
	}
	.com-header {
		padding: 0 0 50px;
	}
	.com-right-wrap {
		height: 542px;
		max-width: 750px;
	}
	.com-sub-header {
		margin: 0 0 50px;
	}
	.com-right-wrap .swiper-container {
		height: 542px;
	}
	.com-left:after {
		left: 265px;
		top: -128px;
	}
	.com-sub-header:before {
		left: -445px;
		width: 800px;
	}
	.com-sub-header:after {
		left: 343px;
	}
	.com-left p {
		padding: 0 0 40px;
	}
}

@media screen and (min-width: 1700px) {
	.sxn-community-wrap:before {
		right: -150px;
	}
}

@media screen and (min-width: 1900px) {
	.sxn-community-wrap:before {
		right: -205px;
	}
}

@media screen and (min-width: 2000px) {
	.sxn-community-wrap:before {
		right: -215px;
	}
}
/*end sxn-community*/

/*sxn-results-verdicts*/
.sxn-results-verdicts {
	padding: 20px;
	font-family: 'Raleway', sans-serif;
	background-color: #04122c;
	color: white;
}
.sxn-results-header, .sxn-verdicts-header {
	font-weight: 900;
	font-size: 20px;
	display: block;
	padding: 0 0 10px;
	text-transform: uppercase;
}

.sxn-results-header span, .sxn-verdicts-header span {
	font-weight: 300;
	color: #0282d7;
}

.dollar {
	color: #0282d7;
	font-weight: 100;
	font-size: 60px;
	line-height: 1;
}

.big-number {
	font-size: 60px;
	line-height: 1;
	/*letter-spacing: -22px;*/
}
.million {
	display: inline-block;
	font-size: 30px;
	text-transform: uppercase;
	/*padding: 0 0 0 22px;*/
}

.result-wrap p, .verdict-wrap p {
	line-height: 1.5;
}

.result-wrap p a, .verdict-wrap p a {
	font-weight: bold;
	color: #0282d7;
}

.result-wrap p a:hover, .verdict-wrap p a:hover {
	color: white;
}

.result-wrap, .verdict-wrap {
	text-align: center;
}

.verdict-icon-wrap {
	position: relative;
	display: inline-block;
}

.verdict-icon-wrap span {
	color: white;
    position: relative;
    display: inline-block;
    padding: 10px 0 20px 55px;
    font-size: 35px;
	text-transform: uppercase;
	line-height: 1;
}
.verdict-icon-wrap:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 53px;
    background: url(img/icons/law-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 6px;
    left: 0;
}

.cont-results-arrows {
	margin: 0 0 20px;
}

.cont-results-arrows, .cont-verdicts-arrows {
	text-align: center;
}

.result-left-arrow, .result-right-arrow, .verdict-left-arrow, .verdict-right-arrow  {
    display: inline-block;
    overflow: hidden;
    width: 62px;
    height: 62px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

.result-left-arrow, .verdict-left-arrow {
	margin: 0 20px 0 0;
}

.result-left-arrow:hover img, .result-right-arrow:hover img, .verdict-left-arrow:hover img, .verdict-right-arrow:hover img {
	margin-top: -62px;
} 

.result-left-arrow img, .result-right-arrow img, .verdict-left-arrow img, .verdict-right-arrow img {
	width: 62px;
	height: auto;
}

.verdict-icon-wrap span br {
	display: none;
}

@media screen and (min-width: 1100px) {
	.sxn-results-verdicts {
		background-image: url(img/results-verdicts-bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		padding: 100px 40px;
	}

	.sxn-results-header, .sxn-verdicts-header {
		font-size: 45px;
		padding: 0 0 10px;
	}

	.sxn-results {
		display: inline-block;
		vertical-align: top;
		width: 45%;
		margin: 0 8% 0 0;
	}
	.sxn-verdicts {
		display: inline-block;
		vertical-align: top;
		width: 45%;
	}

	.result-wrap p, .verdict-wrap p {
		font-size: 24px;
		padding: 20px 0;
	}

	.result-wrap, .verdict-wrap {
		text-align: left;
	}
	.cont-results-arrows, .cont-verdicts-arrows {
		text-align: left;
		margin: 20px 0 0;
	}
	.dollar {
		font-size: 85px;
	}
	.big-number {
		font-size: 115px;
		/* letter-spacing: -22px; */
	}
	.million {
		font-size: 40px;
		/* padding: 0 0 0 22px; */
	}
	.verdict-icon-wrap span {
		font-size: 55px;
		padding: 10px 0 20px 125px;
	}
	.verdict-icon-wrap span br {
		display: block;
	}
	.verdict-icon-wrap:before {
		width: 100px;
		height: 108px;
		top: 15px;
		left: 0;
	}
}


@media screen and (min-width: 1440px) {
	.sxn-results-header, .sxn-verdicts-header {
		font-size: 50px;
	}
	.dollar {
		font-size: 150px;
	}
	.big-number {
		font-size: 180px;
		letter-spacing: -6px;
	}
	.million {
		font-size: 43px;
		padding: 0 0 0 22px;
	}
	.verdict-icon-wrap span {
		font-size: 80px;
		padding: 50px 0 20px 180px;
		line-height: 0.8;
	}
	.verdict-icon-wrap:before {
		width: 155px;
		height: 140px;
		top: 45px;
		left: 0;
	}
}

@media screen and (min-width: 1640px) {
	.sxn-results-verdicts-wrap {
		max-width: 1600px;
		margin: auto;
	}
}
/*end results-verdicts*/

.sxn-form {
	padding: 20px 0 0;
	font-family: 'Raleway', sans-serif;
	background-color: #8ec0ec;
}

.form-header {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	text-align: center;
	padding: 0 0 20px;
}

.sxn-form-header {
	display: block;
	text-align: center;
	font-weight: 900;
	padding: 0 0 20px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
	color: white;
}

.home .sxn-form-header {
	color: black;
}

.home .sxn-form-header span {
	color: #014775;
}

.sxn-form-header span {
	color: #0282d7;
}

.form-wrap {
	background-image: url(img/form-bg.jpg);
	background-size: cover;
	padding: 20px;
	color: white;
	box-sizing: border-box;
}

.sxn-form form label {
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'Oswald', sans-serif;
	width: 90px;
	display: inline-block;
	text-align: end;
	vertical-align: bottom;
	line-height: 1;
	margin: 0 15px 0 0;
}

.in-wrap {
	margin: 0 0 20px;
}

.sxn-form form input[type="text"], .sxn-form form textarea {
    box-sizing: border-box;
    padding: 10px 30px 0px 0px;
    width: calc(100% - 111px);
    color: white;
    font: 18px/normal 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    background-color: transparent;
	/*background-image: url(img/icons/square-form.png);
	background-repeat: no-repeat;
	background-position: top 6px right 6px;*/
	border: none;
    border-bottom: 2px solid white;
	outline: 0;
}

.sxn-form form input[type=submit] {
    background-color: #0282d7;
    border: 0;
    outline: 0;
    background-position: top right 10px;
    margin: 0 auto;
    font-size: 35px;
    padding: 10px;
    width: 255px;
    padding: 14px 20px 13px 20px;
    box-sizing: border-box;
    background-position: right 12px top -1px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 28px;
}

.sxn-form form input[type=submit]:hover {
	background-color: white;
	color: #0282d7;
}

.loc-wrap {
	background-color: white;
	padding: 20px;
	box-sizing: border-box;
}

.fPhoneWrap, .fLocWrap {
	padding: 20px;
}

.fPhoneWrap span {
	display: block;
}

.fPhoneWrap {
	display: inline-block;
	padding:  200px 0 0;
	background-image: url(img/icons/fPhone.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 265px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 0 20px;
	font-family: 'Oswald', sans-serif;
}

.fPhoneWrap span {
	color: #0282d7;
}

.fPhoneWrap span a {
	color: #04122d;
}

.fLocWrap p a {
	color: #04122d;
}

.fLocWrap {
	display: inline-block;
	padding:  200px 0 0;
	background-image: url(img/icons/fLocation.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 265px;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

.loc-wrap-upper {
	text-align: center;
}

.map-wrap {
	display: block;
	margin: 15px auto 0;
	text-align: center;
}
.map-container {
	display: inline-block;
	overflow: hidden;
	width: 280px;
	height: 84px;
}

.map-container img {
	width: 280px;
	height: auto;
}

.map-wrap:hover .map-container img  {
	margin-top: -84px;
}

.captcha-submit-wrap {
	text-align: center;
}


@media screen and (min-width: 800px) {
	.sxn-form-header {
		font-size: 30px;
	}
	.form-header {
		font-size: 30px;
	}
}

@media screen and (min-width: 1100px) {
	.sxn-form {
		padding: 100px 0px 0px;
		background-color: transparent;
		background-image: url(img/sub-footer-bg.jpg);
		background-position: bottom;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-7 .sxn-form {
		padding: 0px 0px 0px;
		background-image: none;
	}
	.home .sxn-form {
		background-image: url(img/footer-bg.jpg);
	}
	.form-header {
		font-size: 50px;
		padding: 0 0 30px;
	}
	.sxn-form-wrap {
		padding: 0 0 300px;
	}
	.page-id-7 .sxn-form-wrap {
		padding: 0 0 0px;
		max-height: 706px;
	}
	.sxn-form-header {
		font-size: 45px;
		padding: 0 0 80px;
	}
	.form-wrap {
		width: calc(100% - 545px);
		padding: 22px;
		display: inline-block;
		vertical-align: top;
	}
	.loc-wrap {
		display: inline-block;
		padding: 0;
		vertical-align: top;
		width: 545px;
		margin-left: -5px;
	}
	.captcha-submit-wrap {
		text-align: center;
	}
	.captcha-wrap, .submit-wrap {
		display: inline-block;
		vertical-align: middle;
	}

	.fPhoneWrap span {
		font-size: 28px;
	}
	
	.fLocWrap p {
		font-size: 28px;
	}

	.fPhoneWrap {
		width: 235px;
	}

	.map-container {
		width: 545px;
		height: 163px;
	}
	
	.map-container img {
		width: 545px;
	}
	
	.map-wrap:hover .map-container img  {
		margin-top: -163px;
	}
	.map-wrap {
		margin: 15px auto -5px;
	}
	.loc-wrap-upper {
		padding: 36px 0 0;
	}

	.page-id-7  .loc-wrap-bottom iframe {
		height: 547px !important;
	}
	.page-id-7 .sxn-form-wrap {
		max-height: 547px;
	}
}

@media screen and (min-width: 1120px) {
	.form-wrap {
		padding: 56px 22px;
	}
	.home .grDisclaimerBox {
		margin: 0 auto 0px !important;
	}
	.page-id-7  .loc-wrap-bottom iframe {
		height: 615px !important;
	}
	.page-id-7 .sxn-form-wrap {
		max-height: 615px;
	}
	.page-id-7 .grDisclaimerBox {
		margin: 0 auto 10px !important;
	}
}

@media screen and (min-width: 1200px) {
	.form-wrap {
		width: calc(100% - 598px);
		padding: 64px 40px;
	}
	.loc-wrap {
		width: 598px;
	}
	.map-container {
		width: 598px;
		height: 179px;
	}
	.map-container img {
		width: 598px;
	}
	.map-wrap:hover .map-container img {
		margin-top: -179px;
	}

	.page-id-7  .loc-wrap-bottom iframe {
		height: 631px !important;
	}
	.page-id-7 .sxn-form-wrap {
		max-height: 631px;
	}
}


@media screen and (min-width: 1300px) {
	.form-wrap {
		width: calc(100% - 649px);
		padding: 62px 60px;
	}
	.loc-wrap {
		width: 648px;
	}
	.map-container {
		width: 648px;
		height: 194px;
	}
	.map-container img {
		width: 648px;
	}
	.map-wrap:hover .map-container img {
		margin-top: -194px;
	}
	.in-wrap {
		margin: 0 0 25px;
	}
	.page-id-7  .loc-wrap-bottom iframe {
		height: 647px !important;
	}
	.page-id-7 .sxn-form-wrap {
		max-height: 647px;
	}
}

@media screen and (min-width: 1400px) {
	.form-wrap {
		width: calc(100% - 698px);
		padding: 69px 60px;
	}
	.loc-wrap {
		width: 698px;
	}
	.map-container {
		width: 698px;
		height: 209px;
	}
	.map-container img {
		width: 698px;
	}
	.map-wrap:hover .map-container img {
		margin-top: -209px;
	}
	.page-id-7  .loc-wrap-bottom iframe {
		height: 661px !important;
	}
	.page-id-7 .sxn-form-wrap {
		max-height: 661px;
	}
}

@media screen and (min-width: 1440px) {
	.sxn-form-header {
		font-size: 65px;
		padding: 0 0 105px;
	}

	.fPhoneWrap {
		width: 265px;
		margin: 0 80px 0 0;
		position: relative;
	}
	.fPhoneWrap:before {
		content: '';
		border-left: 1px solid #d4d4d4;
		right: -40px;
		top: 27px;
		position: absolute;
		height: 235px;
		display: block;
		margin: auto;
	}
	.form-wrap {
		padding: 80px;
	}

	.form-wrap {
		width: calc(100% - 718px);
		padding: 73px 60px;
	}
	.loc-wrap {
		width: 718px;
	}
	.map-container {
		width: 718px;
		height: 215px;
	}
	.map-container img {
		width: 718px;
	}
	.map-wrap:hover .map-container img {
		margin-top: -215px;
	}
	.sxn-form form label {
		letter-spacing: 4px;
	}
	.sxn-form form input[type=submit] {
		margin: 0 0 0 20px;
	}
	.page-id-7  .loc-wrap-bottom iframe {
		height: 669px !important;
	}
	.page-id-7 .sxn-form-wrap {
		max-height: 669px;
	}
	.page-id-7 .grDisclaimerBox {
		margin: 0 auto 0px !important;
	}
}

@media screen and (min-width: 1500px) {
	.form-wrap {
		width: calc(100% - 748px);
		padding: 69px 60px;
	}
	.loc-wrap {
		width: 748px;
	}
	.map-container {
		width: 748px;
		height: 224px;
	}
	.map-container img {
		width: 748px;
	}
	.map-wrap:hover .map-container img {
		margin-top: -224px;
	}
	.message-wrap {
		margin: 0 0 40px;
	}

	.page-id-7  .loc-wrap-bottom iframe {
		height: 606px !important;
	}
	.page-id-7 .sxn-form-wrap {
		max-height: 606px;
	}
}

@media screen and (min-width: 1600px) {
	.form-wrap {
		width: calc(100% - 798px);
	}
	.loc-wrap {
		width: 798px;
	}
	.map-container {
		width: 798px;
		height: 239px;
	}
	.map-container img {
		width: 798px;
	}
	.map-wrap:hover .map-container img {
		margin-top: -239px;
	}
	.message-wrap {
		margin: 0 0 55px;
	}
	.page-id-7  .loc-wrap-bottom iframe {
		height: 621px !important;
	}
	.page-id-7 .sxn-form-wrap {
		max-height: 621px;
	}
}


@media screen and (min-width: 1640px) {
	.sxn-form-wrap {
		max-width: 1600px;
		margin: auto;
	}
	.form-wrap {
		width: calc(100% - 815px);
		padding: 69px 60px;
	}
	.loc-wrap {
		width: 815px;
	}
	.map-container {
		width: 815px;
		height: 244px;
	}
	.map-container img {
		width: 815px;
	}
	.map-wrap:hover .map-container img {
		margin-top: -244px;
	}
	.message-wrap {
		margin: 0 0 55px;
	}
	.loc-wrap-upper {
		padding: 75px 0 25px;
	}
	.in-wrap {
		margin: 0 0 45px;
	}
	.message-wrap {
		margin: 0 0 70px;
	}
	.fPhoneWrap, .fLocWrap {
		padding: 215px 0 0;
	}
	.form-header {
		padding: 0 0 40px;
	}
	.page-id-7  .loc-wrap-bottom iframe {
		height: 706px !important;
	}
	.page-id-7 .sxn-form-wrap {
		max-height: 706px;
	}
}

#mainFooter {
	overflow: hidden;
}
.social-media-icon {
    margin: auto;
    padding: 0;
    font-size: 0;
    text-align: center;
}

.social-media-icon li {
    display: inline-block;
	vertical-align: top;
    margin: 0 3px 0 0;
    width: 57px;
    height: 56px;
    list-style-type: none;
    list-style-position: outside;
}

.social-media-icon  li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.social-media-icon li.item_1, .social-media-icon li.item_2, .social-media-icon li.item_3 {
	margin: 0 12px 15px 0;
}


.social-media-icon li a img {
	display: block;
	width: auto;
	height: 112px;
}
.social-media-icon li a:hover img { margin-top: -56px; }
.social-media-icon .item_2 img { margin-left: -72px; }
.social-media-icon .item_3 img { margin-left: -145px; }
.social-media-icon .item_4 img { margin-left: -218px; }
.fNav {
	padding: 0;
}
	.fNav li {
		padding: 0;
		display: block;
		list-style-type: none;
		list-style-position: outside;
		font-size: 14px;
		text-transform: uppercase;
	}
	.fNav a {
		color: white;
	}
	.fNav a:hover {
		color: #0282d7;
	}
@media screen and (min-width: 1100px) {
	.fContainer {
		max-width: 1600px;
		margin: auto;
	}
	.fNav {
		display: inline-block;
		vertical-align: top;
		margin: 8px 0 0 0px;
	}
	.fNav li {
		display: inline-block;
		padding: 0 15px 0 0;
		margin: 0 15px 0 0;
		position: relative;
	}
	.fNav li::after {
		content: '';
		position: absolute;
		width: 8px;
		height: 18px;
		background: url(img/icons/f-separator.png);
		background-repeat: no-repeat;
		background-size: 100%;
		top: 0px;
		right: -4px;
	}
	.fNav li:last-of-type:after {
		content: none;
	}
	.fLeft {
		float: left;
	}
	.fRight {
		float: right;
	}
}

@media screen and (min-width: 1440px) {
	.social-media-icon li.item_1, .social-media-icon li.item_2, .social-media-icon li.item_3, .social-media-icon li.item_4 {
		margin: 0 12px 0px 0;
	}
}

/* RESPONSIVE */
#elmBrandingWrapper {
	padding: 30px 20px 30px;
	font-size: 0;
	text-align: center;
	background-color: rgba(3, 17, 44, 0.88);
}
#elmBranding {
	overflow: hidden;
}
	#elmBranding,
	#elmBranding 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;
	}
	#elmBranding p {
		padding: 0;
		max-width: 330px; /*modme*/
		margin: auto;
	}
	#elmBranding br {display: none;}
@media screen and (min-width: 600px) {
	#elmBranding {
		display: inline-block;
	}
	#elmBranding,
	#elmBranding a {line-height: 1.1;}
	#logo-everest-legal-marketing {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	#elmBranding p {
		display: inline-block;
		margin: 0 0 0 20px;
		max-width: none;
		text-align: left;
		vertical-align: middle;
	}
	#elmBranding br {display: inline;}
}
@media screen and (min-width: 1100px) {
	#elmBrandingWrapper {
		padding: 40px 20px 52px;
	}
}

.sb-pa {
	padding: 20px 10px;
	background-image: url(img/sidebar/sb-pa-bg.jpg);
	background-size: cover;
	color: white;
	margin: 0 0 30px;
	font-family: 'Oswald', sans-serif;
}

.sb-pa a {
	color: white;
	display: block;
}

.sb-pa a:hover {
	background-color: #0282d7;
}

.sb-pa-wrap {
	background-image: url(img/sidebar/arrow.png);
	background-repeat: no-repeat;
	background-position: left 15px top 17px;
	background-size: 30px;
	padding: 15px 0px 15px 55px;
}

.sb-pa-wrap:hover {
	background-position: left 15px bottom 15px;
}

.sb-pa-wrap p {
	padding: 0;
}

.sb-testimonials {
	padding: 20px 20px 50px;
	color: white;
	background-image: url(img/sidebar/sb-test-bg.jpg);
	background-size: cover;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

.sb-test-header {
	font-weight: 900;
	display: block;
	padding: 95px 0 20px;
	font-size: 35px;
	line-height: 1;
	background-image: url(img/icons/quotes-test.png);
	background-repeat: no-repeat;
	background-position: center top 18px;
}

.sb-test-wrap {
	padding: 0 20px;
	box-sizing: border-box;
}

.sb-test-wrap p {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

.sb-test-wrap a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 40px 0 0;
    background-image: url(img/att/arrow-att.png);
    background-position: right top 1px;
    background-repeat: no-repeat;
    position: relative;
}

.sb-test-wrap a:hover {
	color: #0282d7;
}

@media screen and (min-width: 1100px) {
	.sb-test-wrap p {
		font-size: 24px;
	}

	.sb-test-wrap a {
		font-size: 18px;
		letter-spacing: 3.24px;
	}
	.sb-pa-wrap {
		background-position: left 30px top 23px;
		background-size: 30px;
		padding: 15px 0px 15px 80px;
		font-size: 24px;
	}

	.sb-pa-wrap:hover {
		background-position: left 30px bottom 20px;
	}

	.sb-pa-b {
		background-position: left 30px top 36px;
	}

	.sb-pa-b:hover {
		background-position: left 30px bottom 38px;
	}
}

.sb-attorney {
	background-image: url(/wp-content/uploads/2024/11/RobinPerry_OfficePhotos_240820_3-Enhanced-NR_.jpeg) !important;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 350px;
	height: 480px;
	position: relative;
	margin: 0 0 30px;
	font-family: 'Raleway', sans-serif;
}

.sb-att-info {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 30px 20px;
	background-color: #04122d;
	color: white;
	box-sizing: border-box;
	text-align: center;
	max-width: 350px;
}

.sb-att-info p {
	font-weight: 900;
	font-size: 24px;
}

.sb-att-info a {
	width: 100%;
    background-color: #0282d7;
    color: #02122b;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    display: block;
    padding: 17px 45px 17px 17px;
    box-sizing: border-box;
    font-size: 20px;
    text-transform: uppercase;
    background-image: url(img/sidebar/sb-att-arrow.png);
    background-position: top 21px right 50px;
    background-repeat: no-repeat;
}

.sb-att-info a:hover {
	color: #0282d7;
	background-color: white;
	background-position: bottom 18px right 50px;
}

@media screen and (min-width: 1100px) {
	.sb-att-info p {
		font-size: 28px;
	}
}

/* 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;
}

.home .grDisclaimerBox {
	margin: 0 auto 10px;
}

.page-id-7  .grDisclaimerBox {
	margin: 0 auto 10px;
}
.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;
	}
}

/*  < animate.css >  */
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.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: none;
		transform: none;
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.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: none;
		transform: none;
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.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: none;
		transform: none;
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.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: none;
		transform: none;
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/*End Animate.css*/

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

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

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

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

.vfActive {
    display: block
}

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