/*
Theme Name: Law Offices of Justin H King
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: white;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 504px; /*modme*/
		margin: 0 auto 15px;
	}
	#logo-main img {display: block; width: 100%; height: auto;}

	.mhSocial{ margin: 10px auto 0; }
	.mhSocial li{
		display: inline-block;
		vertical-align: top;
		margin: 0 1px;
	}
	.mhSocial a{
		display: block;
		width: 60px;
		height: 60px;
		overflow: hidden;
	}
	.mhLinkedIn img{ margin-left: -60px; }
	.mhTwitter img{ margin-left: -120px; }
	.mhInstagram img{ margin-left: -180px; }
	.mhSocial li:hover img{ margin-top: -60px; }

/* 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: black;
	font-family: 'Oswald', sans-serif;
	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: #1e73be; color: white;}
nav.mm ul ul {background: #0a1749; width: 180px; border: 1px solid white;}
nav.mm ul ul li:hover > a {background: #1e73be; color: white;}
nav.mm ul ul li {border-top: 1px solid white;}
nav.mm ul ul a {
	color: white;
	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; vertical-align: middle;}
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: #1e73be;} /*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;
	text-align: left;
}
	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: #2686db;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #7A807A;} /*modme*/

.mhRight .hPhoneText {
	font-weight: bold;
	display: block;
	color: black;
	font-size: 25px;
	padding: 0 0 10px;
}

.hFree {
	background-color: #1e73be;
	color: white;
	padding: 15px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 17px;
}

.hFree:hover {
	background-color: #2994f2;
}

.hFree a {
	color: white;
}

@media screen and (min-width: 800px) {
	#wrapper {
		padding: 257px 0 0; /*modme*/
	}
	#persistentHeader{
		background: white; /*modme*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		box-shadow: 3.18px 5.088px 54px 0px rgba(30, 115, 190, 0.33);
	}
	.hPhone,
	.hFree,
	.mhSocial{
		display: inline-block;
		vertical-align: top;
	}
	.hFree{ padding: 19px 15px; }
	.mhSocial{ margin: 0; }
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
}
@media screen and (min-width: 1100px) {
	#wrapper {
		padding: 80px 0 0;
	}
	#logo-main {
		float: left;
		margin: 0;
		padding: 7px 0 0;
		max-width: 504px;
	}
	#mainHeader {
		box-sizing: border-box;
		max-width: 1640px;
		margin: auto;
		padding: 10px 10px;
	}
	.mhCenter {
		display: block;
	}
	.mhRight {
		float: right;
		margin: 0 -10px 0 0;
	}
	.mhRight .hPhoneText {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px 0 0;
		padding: 13px 0 0;
	}
	.hFree{ padding: 21px 15px; }

	nav.mm {
		margin: 0 0 10px;
		text-align: right;
	}

	/*Clearfix*/
	.clearfix:before,
	.clearfix:after {
		content: ".";    
		display: block;    
		height: 0;    
		overflow: hidden; 
	}
	.clearfix:after { clear: both; }
	.clearfix { zoom: 1; } /* IE < 8 */

	.mhRight .hPhoneText {
		font-size: 20px;
		margin: 0 10px 0 0;
	}
	.hFree {
		font-size: 14px;
		padding: 18px 15px;
		margin: 0 -10px 0 0;
	}
	.mhSocial{ transform: scale(0.9); margin: -4px 0 0; }
	.mhSocial li{ margin: 0; }
}
@media screen and (min-width: 1240px) {
	#logo-main {
/*		max-width: 504px;*/
		padding: 5px 0 0;
	}
/*	.mhCenter {
		display: inline-block;
		vertical-align: middle;
	}	*/
	nav.mm{ margin: 0 0 5px; }
	nav.mm > ul > li > a {
		padding: 18px 15px;
		font-size: 16px;
	}

	.mhRight {
		margin: 0;
	}
	.mhRight .hPhoneText {
		font-size: 22px;
		margin: 0 10px 0 0;
	}
	.hFree {
		padding: 21px 15px;
		margin: 0;
	}
	.mhSocial{ transform: none; margin: 0; }
}

@media screen and (min-width: 1640px) {
	#wrapper {
		padding: 117px 0 0;
	}
	#mainHeader{ padding: 0 20px; }
	#logo-main{ padding: 20px 0; }
	.mhCenter{ margin: 10px 0 10px; }
	.mhRight {
		margin: 0;
	}
	.hFree {
		font-size: 17px;
		padding: 19px 15px;
	}
	nav.mm{ margin: 0; }
	nav.mm > ul > li > a {
		padding: 18px 15px;
		font-size: 18px;
	}
}

#homeslides {
	position: relative;
	height: 300px;
}

.homeslide {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#homeslideImg1 {background-image: url(img/slides/home/600/6.jpeg);}
#homeslideImg2 {background-image: url(img/slides/home/600/2-v2.jpeg);}
#homeslideImg3 {background-image: url(img/slides/home/600/3-v2.jpg);}
#homeslideImg4 {background-image: url(img/slides/home/600/4.jpg);}
#homeslideImg5 {background-image: url(img/slides/home/600/5.jpeg);}
#homeslideImg6 {background-image: url(img/slides/home/600/7.jpeg);}
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
}
.slideBox {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: white;
}
.slideSubHead {
	display: block;
	color: #b2dbff;
	padding: 0 0 10px;
	line-height: 1;
	font-size: 17px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
.slideHead {
	font-weight: bold;
	display: block;
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
	padding: 0 0 20px;
}
#homeslide6 .slideHead > span{ font-weight: 400; color: #b2dbff; }
.slideBody {
	font-weight: bold;
	font-size: 14px;
}
.slideMore {}

.subslide {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 124px;
}
.subslide1 {background-image: url(img/slides/sub/600/1-v2.jpg);}
.subslide2 {background-image: url(img/slides/sub/600/2-v2.jpg);}
.subslide3 {background-image: url(img/slides/sub/600/3-v2.jpg);}
.subslide4 {background-image: url(img/slides/sub/600/4.jpg);}
.subslide5 {background-image: url(img/slides/sub/600/5.jpg);}
.subslide6 {background-image: url(img/slides/sub/600/6.jpg);}
.subslide7 {background-image: url(img/slides/sub/600/7.jpg);}
.subslide8 {background-image: url(img/slides/sub/600/8.jpg);}
.subslide9 {background-image: url(img/slides/sub/600/9.jpg);}
.subslide10 {background-image: url(img/slides/sub/600/10.jpg);}
.subslide11 {background-image: url(img/slides/sub/600/11.jpg);}
.subslide12 {background-image: url(img/slides/sub/600/12.jpg);}
.subslide13 {background-image: url(img/slides/sub/600/13.jpg);}
.subslide14 {background-image: url(img/slides/sub/600/14.jpg);}
.subslide15 {background-image: url(img/slides/sub/600/15.jpg);}

.homeslides-container.swiper-container {
	padding-bottom: 20px;
}
.homeslides-container .swiper-pagination {
	bottom: 0px !important;
	background-color: #2686db;
}

.homeslides-container .swiper-pagination-bullet {
	width: 50px;
	height: 7px;
	border-radius: 0;
	vertical-align: middle;
	font-size: 12px;
	line-height: 29px;
	background: #132050;
	opacity: 1;
	text-align: center;
	box-sizing: border-box;
}

.homeslides-container .swiper-pagination-bullet-active {
	background-color: white;
	color: white;
}

/*.homeslides-container:after {
    content: '';
    position: absolute;
    bottom: 34px;
    left: calc(50% - 140px);
    width: 280px;
    height: 50px;
    background-image: url(img/trap-slide.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    pointer-events: none;
	z-index: 4;
}*/

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

	#homeslides {
		height: 462px;
	}

	.slideSubHead {
		font-size: 30px;
		padding: 0 0 2px;
	}

	.slideHead {
		font-size: 22px;
	}
	.slideBody {
		font-size: 14px;
	}

	#homeslide1 .slideHead,
	#homeslide3 .slideHead,
	#homeslide4 .slideHead,
	#homeslide5 .slideHead,
	#homeslide6 .slideHead {
		font-size: 40px;
	}

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

	.slideBody {
		font-size: 16px;
	}

	#homeslideImg1 {background-image: url(img/slides/home/1100/6.jpg);}
	#homeslideImg2 {background-image: url(img/slides/home/1100/2-v2.jpg);}
	#homeslideImg3 {background-image: url(img/slides/home/1100/3-v2.jpg);}
	#homeslideImg4 {background-image: url(img/slides/home/1100/4.jpg);}
	#homeslideImg5 {background-image: url(img/slides/home/1100/5.jpg);}
	#homeslideImg6 {background-image: url(img/slides/home/1100/7.jpg);}

	.subslide {
		height: 228px;
	}
	.subslide1 {background-image: url(img/slides/sub/1100/1-v2.jpg);}
	.subslide2 {background-image: url(img/slides/sub/1100/2-v2.jpg);}
	.subslide3 {background-image: url(img/slides/sub/1100/3-v2.jpg);}
	.subslide4 {background-image: url(img/slides/sub/1100/4.jpg);}
	.subslide5 {background-image: url(img/slides/sub/1100/5.jpg);}
	.subslide6 {background-image: url(img/slides/sub/1100/6.jpg);}
	.subslide7 {background-image: url(img/slides/sub/1100/7.jpg);}
	.subslide8 {background-image: url(img/slides/sub/1100/8.jpg);}
	.subslide9 {background-image: url(img/slides/sub/1100/9.jpg);}
	.subslide10 {background-image: url(img/slides/sub/1100/10.jpg);}
	.subslide11 {background-image: url(img/slides/sub/1100/11.jpg);}
	.subslide12 {background-image: url(img/slides/sub/1100/12.jpg);}
	.subslide13 {background-image: url(img/slides/sub/1100/13.jpg);}
	.subslide14 {background-image: url(img/slides/sub/1100/14.jpg);}
	.subslide15 {background-image: url(img/slides/sub/1100/15.jpg);}
}

@media screen and (min-width: 1100px) {
	#homeslides {
		height: 520px;
		border-bottom: 5px solid #2686db;
	}

	#homeslideImg1 {background-image: url(img/slides/home/2000/6.jpeg);}
	#homeslideImg2 {background-image: url(img/slides/home/2000/2-v2.jpeg);}
	#homeslideImg3 {background-image: url(img/slides/home/2000/3-v2.jpg);}
	#homeslideImg4 {background-image: url(img/slides/home/2000/4.jpg);}
	#homeslideImg5 {background-image: url(img/slides/home/2000/5.jpeg);}
	#homeslideImg6 {background-image: url(img/slides/home/2000/7.jpeg);}

	.slideBox {
		bottom: 40px;
	}

	.slideSubHead {
		font-size: 45px;
		padding: 0 0 2px;
	}
	.slideBody {
		font-size: 14px;
	}

	.homeslides-container.swiper-container {
		padding-bottom: 50px;
	}

	#homeslide1 .slideHead,
	#homeslide4 .slideHead,
	#homeslide5 .slideHead,
	#homeslide6 .slideHead {
		font-size: 70px;
	}

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

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

	.slideBody {
		font-size: 20px;
	}

	.homeslides-container .swiper-pagination {
		padding: 14px 0 20px;
		position: absolute;
		bottom: 0;
		left: 50% !important;
		transform: translateX(-50%);
		width: auto !important;
		display: inline-block;
		background-position: top center;
		background-repeat: no-repeat;
		bottom: -4px !important;
	}
	.homeslides-container .swiper-pagination:before,
	.homeslides-container .swiper-pagination:after{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		top: 0;
	}
	.homeslides-container .swiper-pagination:before{
		left: -50px;
		border-width: 0 50px 50px 0;
		border-color: transparent #2686db transparent transparent;		
	}
	.homeslides-container .swiper-pagination:after{
		right: -50px;
		border-width: 50px 50px 0 0;
		border-color: #2686db transparent transparent transparent;		
	}
	.subslide {
		height: 415px;
	}
	.subslide1 {background-image: url(img/slides/sub/2000/1-v2.jpg);}
	.subslide2 {background-image: url(img/slides/sub/2000/2-v2.jpg);}
	.subslide3 {background-image: url(img/slides/sub/2000/3-v2.jpg);}
	.subslide4 {background-image: url(img/slides/sub/2000/4.jpg);}
	.subslide5 {background-image: url(img/slides/sub/2000/5.jpg);}
	.subslide6 {background-image: url(img/slides/sub/2000/6.jpg);}
	.subslide7 {background-image: url(img/slides/sub/2000/7.jpg);}
	.subslide8 {background-image: url(img/slides/sub/2000/8.jpg);}
	.subslide9 {background-image: url(img/slides/sub/2000/9.jpg);}
	.subslide10 {background-image: url(img/slides/sub/2000/10.jpg);}
	.subslide11 {background-image: url(img/slides/sub/2000/11.jpg);}
	.subslide12 {background-image: url(img/slides/sub/2000/12.jpg);}
	.subslide13 {background-image: url(img/slides/sub/2000/13.jpg);}
	.subslide14 {background-image: url(img/slides/sub/2000/14.jpg);}
	.subslide15 {background-image: url(img/slides/sub/2000/15.jpg);}
}

@media screen and (min-width: 1440px) {
	#homeslides {
		height: 520px;
	}
	.slideSubHead {
		font-size: 59px;
	}
	#homeslide1 .slideHead,
	#homeslide4 .slideHead,
	#homeslide5 .slideHead,
	#homeslide6 .slideHead {
		font-size: 108px;
	}

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

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

	.slideBody {
		font-size: 25px;
	}
}

@media screen and (min-width: 1640px) {
	#homeslides {
		height: 700px;
	}
}

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

.sxn-results {
	padding: 20px;
	background-color: black;
	color: white;
}

.sxn-results-left {
	margin: 0 0 20px;
}

.sxn-res-left.swiper-slide  {
	height: 470px;
}

.sxn-res-left.swiper-slide img {
	width: 100%;
	height: auto;
}

/*.sxn-results-left {
	margin: 0 9% 0 0;
}*/

.sxn-results-left .swiper-slide-next {
	opacity: 0;
}

.sxn-results-right .swiper-slide-prev {
	opacity: 0;
}

.sxn-results-right {
	font-family: 'Oswald', sans-serif;
}

.sxn-results-upper-header, .sxn-results-bottom-header {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
}

.sxn-results-bottom-header {
	padding: 0 0 20px;
}

.sxn-results-upper-header span, .sxn-results-bottom-header span {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	text-transform: capitalize;
	color: #1e73be;
	font-style: italic;
}

.sxn-res-right {
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #1e73be;
}

.res-right-wrap-img span.blue-dollar {
	color: #45a6fc;
	display: inline-block;
}

.res-right-wrap-img p {
	font-size: 20px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 200;
	/* background: rgba(0, 0, 0, .5); */
}

.res-right-wrap-img span {
	font-size: 25px;
	display: block;
	font-weight: 200;
}

.view-results-wrap {
	text-align: center;
	margin: 15px 0 0;
}

.view-results-wrap a {
	color: #2687dd;
	position: relative;
	display: inline-block;
	padding: 0 25px 0 0;
}

.view-results-wrap a:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 16px;
    background-image: url(img/icons/more-cases-arrow.png);
	background-position: top left;
	background-size: 20px;
    top: 4px;
    right: 0px;
}

.view-results-wrap a:hover::before {
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.view-results-wrap a:hover {
	color: white;
}

.case-arrows-container {
	text-align: center;
	margin: 20px 0 0 ;
}

.left-case-arrow, .right-case-arrow {
	display: inline-block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
}

.left-case-arrow img, .right-case-arrow img {
	width: 30px;
	height: 60px;
} 

.left-case-arrow:hover img, .right-case-arrow:hover img {
	margin-top: -30px;
}

@media screen and (min-width: 800px) {
	.sxn-results-upper-header, .sxn-results-bottom-header {
		font-size: 45px;
	}
}

@media screen and (min-width: 1100px) {
	.sxn-results {
		margin-top: -50px;
	}
	.sxn-results-wrap {
		max-width: 1600px;
		margin: auto;
	}
	.sxn-results {
		padding: 100px 40px 0;
		background-color: transparent;
		background-image: url(img/cases-bg.jpg);
		background-size: cover;
	}

	.sxn-results-left {
		width: 45%;
		display: inline-block;
		margin: 0 4% 0 0;
		position: relative;
		bottom: -55px;
	}
	.sxn-results-right {
		width: calc(50% - 1px);
		display: inline-block;
		padding-right: 2px;
		position: relative;
		top: -35px;
	}
	/*.sxn-res-left.swiper-slide.swiper-slide-active {
		height: 762px;
	}
	.sxn-res-left.swiper-slide.swiper-slide-prev {
		height: 600px;
	}*/

	.sxn-res-left.swiper-slide img {
		width: 100%;
		height: auto;
		/*object-fit: cover;*/
	}
	.sxn-results-upper-header, .sxn-results-bottom-header {
		font-size: 55px;
		text-align: right;
		line-height: 1;
	}
	.sxn-res-right.swiper-slide {
		border: none;
	}

	.left-case-arrow, .right-case-arrow {
		width: 60px;
		height: 60px;
	}


	.left-case-arrow img, .right-case-arrow img {
		width: 60px;
		height: 120px;
	} 

	.left-case-arrow {
		position: absolute;
		right: 15px;
		top: 263px;
		z-index: 10;
	}

	.right-case-arrow {
		position: absolute;
		right: 15px;
		top: 196px;
		z-index: 10;
	}
	.left-case-arrow:hover img,  .right-case-arrow:hover img {
		margin-top: -60px;
	} 

	.sxn-res-right.swiper-slide {
		padding: 40px;
		text-align: left;
		height: 200px;
		position: relative;
	}

	.sxn-res-right.swiper-slide:after {
		content: '';
		position: absolute;
		top: 53px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		border: 1px solid #45a6fc;
		border-top: none;
		pointer-events: none;
		z-index: 0;
	}

	.res-right-wrap-img span {
		font-size: 60px;
	}

	.res-right-wrap-img p {
		position: relative;
		display: inline-block;
	}

	.res-right-wrap-img p:before {
		content: '';
		position: absolute;
		width: 30px;
		height: 1px;
		background: 0 0;
		border-bottom: 1px solid #45a6fc;
		left: -41px;
		top: 11px;
	}

	.sxn-res-right.swiper-slide:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: 0 0;
		border-bottom: 1px solid #45a6fc;
		right: 0;
		top: 51px;
	}

	.sxn-res-right.swiper-slide.car-slide::before {
		width: calc(100% - 180px - 50px);
	}
	.sxn-res-right.swiper-slide.birth-slide::before {
		width: calc(100% - 233px - 50px);
	}
	.sxn-res-right.swiper-slide.bus-slide::before {
		width: calc(100% - 233px - 50px);
	}
	.sxn-res-right.swiper-slide.police-slide::before {
		width: calc(100% - 210px - 50px);
	}

	.view-results-wrap {
		text-align: right;
	}

	.view-results-wrap a {
		font-size: 20px;
		padding: 0 55px 0 0;
	}
	.view-results-wrap a:before {
		background-size: 100%;
		width: 46px;
		height: 34px;
		background-position: top left;
		background-size: 46px;
		top: -2px;
		right: 0px;
	}
	.case-arrows-container {
		margin: 0;
	}
	.view-results-wrap {
		margin: 30px 0 0;
	}
}

@media screen and (min-width: 1440px) {
	.sxn-res-left.swiper-slide {
		height: 650px;
	}
	.sxn-results-upper-header, .sxn-results-bottom-header {
		font-size: 75px;
	}
	.res-right-wrap-img p {
		font-size: 31px;
		letter-spacing: 6.82px;
	}

	.res-right-wrap-img span {
		font-size: 95px;
		letter-spacing: -3.8px;
	}

	.sxn-res-right.swiper-slide {
		padding: 20px 50px 50px;
		height: 250px;
	}
	.res-right-wrap-img p:before {
		width: 40px;
		height: 1px;
		left: -51px;
		top: 18px;
	}
	.sxn-res-right.swiper-slide:after {
		top: 39px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}
	.sxn-res-right.swiper-slide:before {
		top: 37px;
	}
	
	.left-case-arrow, .right-case-arrow {
		width: 80px;
		height: 80px;
	}

	.left-case-arrow img, .right-case-arrow img {
		width: 80px;
		height: 160px;
	} 

	.left-case-arrow {
		right: 20px;
		top: 375px;
	}

	.right-case-arrow {
		right: 20px;
		top: 280px;
	}
	.left-case-arrow:hover img,  .right-case-arrow:hover img {
		margin-top: -80px;
	} 

	.sxn-results-bottom-header {
		padding: 0 0 70px;
	}

	.sxn-res-right.swiper-slide.car-slide::before {
		width: calc(100% - 262px - 60px);
	}
	.sxn-res-right.swiper-slide.cart-slide::before {
		width: calc(100% - 480px - 60px);
	}
	.sxn-res-right.swiper-slide.police-slide::before {
		width: calc(100% - 335px - 60px);
	}
}

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

	.sxn-results-left {
		bottom: -100px;
	}

	.sxn-results-right {
		top: -50px;
	}

	.sxn-res-left.swiper-slide {
		height: 750px;
	}

	.sxn-results-upper-header, .sxn-results-bottom-header {
		font-size: 86px;
	}
	.res-right-wrap-img span {
		font-size: 115px;
		letter-spacing: -3.8px;
	}
	.res-right-wrap-img p {
		padding: 0 0 30px;
	}
	.sxn-res-right.swiper-slide {
		padding: 30px 50px 50px;
		height: 300px;
	}
	.sxn-res-right.swiper-slide:after {
		top: 49px;
	}
	.sxn-res-right.swiper-slide:before {
		top: 48px;
	}

	.left-case-arrow, .right-case-arrow {
		width: 96px;
		height: 96px;
	}

	.left-case-arrow img, .right-case-arrow img {
		width: 96px;
		height: 192px;
	} 

	.left-case-arrow {
		right: 23px;
		top: 410px;
	}

	.right-case-arrow {
		right: 23px;
    	top: 300px;
	}
	.left-case-arrow:hover img,  .right-case-arrow:hover img {
		margin-top: -96px;
	} 

	.sxn-results-bottom-header {
		padding: 0px 0 50px;
	}

	.view-results-wrap {
		margin: 40px 0 0;
	}
	
}

/*sxn-accolades*/
.sxn-accolades {
	padding: 20px;
}

.sxn-accolades-cont {
	position: relative;
}

.accolades-container.swiper-container{
	padding: 0 40px;
}

.accolade-wrap {
	box-sizing: border-box;
}

.accolade-wrap.swiper-slide {
	text-align: center;
	height: 197px;
}

.inner-accolade {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.inner-accolade img {
	width: 100%;
	height: auto;
}

.inner-accolade.super-acc img {
	max-width: 220px;
}
.inner-accolade.top-40-acc img {
	max-width: 298px;
}
.inner-accolade.rising-acc img {
	max-width: 178px;
}
.inner-accolade.av-acc img {
	max-width: 188px;
}
.inner-accolade.trial-acc img {
	max-width: 162px;
}
.inner-accolade.dis-acc img {
	max-width: 250px;
}
.inner-accolade.avv-acc img {
	max-width: 204px;
}
.inner-accolade.caoie-acc img {
	max-width: 250px;
}
.inner-accolade.recorder-acc img {
	max-width: 342px;
}
.inner-accolade.nbc-acc img {
	max-width: 216px;
}
.inner-accolade.daily-acc img {
	max-width: 300px;
}
.inner-accolade.usa-acc img {
	max-width: 261px;
}
.inner-accolade.daily-journal-acc img {
	max-width: 216px;
}
.inner-accolade.inland-acc img {
	max-width: 243px;
}
.inner-accolade.los-angeles-acc img {
	max-width: 246px;
}
.inner-accolade.sun-acc img {
	max-width: 214px;
}
.left-acc-arrow, .right-acc-arrow {
    display: inline-block;
    overflow: hidden;
    width: 35px;
    height: 100px;
    text-align: center;
    display: inline-block;
	z-index: 20;
}

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

.left-acc-arrow:hover img, .right-acc-arrow:hover img {
	margin-top: -100px;
} 
.left-acc-arrow img, .right-acc-arrow img {
	width: 35px;
	height: 200px;
}

.left-acc-arrow {
	position: absolute;
	left: -8px;
	top: 22%;
}
.right-acc-arrow {
	position: absolute;
	right: -8px;
	top: 22%;
}

.sxn-accolades-cont .swiper-pagination {
	bottom: -15px !important;
	left: calc(50% - 56px);
}

.sxn-accolades-cont .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 29px;
	background: #cfcfcf;
	opacity: 1;
	text-align: center;
	box-sizing: border-box;
	margin: 0 7px 0 0;
}

.sxn-accolades-cont .swiper-pagination-bullet-active {
	background-color: #1e73be;
	color: white;
}

.sxn-accolades-custom span.accolades-secondary-header {
	display: block;
	text-align: center;
	color: #1e73be;
	font-style: italic;
	font-family: 'Playfair Display', serif;
	font-size: 22px;
}

@media screen and (min-width: 1100px) {
	.sxn-accolades {
		padding: 150px 40px 180px;
	}

	.sxn-accolades.sxn-accolades-custom {
		padding: 65px 40px 130px;
	}

	.sxn-accolades-cont .swiper-pagination {
		bottom: -40px !important;
	}
	.sxn-accolades-custom span.accolades-secondary-header {
		font-size: 35px;
	}
}

@media screen and (min-width: 1440px) {
	.sxn-accolades-cont {
		margin-top: -29px;
	}
	.accolades-container.swiper-container {
		padding: 20px 80px 0;
	}
	.left-acc-arrow, .right-acc-arrow {
		width: 76px;
		height: 217px;
	}
	
	.left-acc-arrow:hover img, .right-acc-arrow:hover img {
		margin-top: -217px;
	} 
	.left-acc-arrow img, .right-acc-arrow img {
		width: 76px;
		height: 434px;
	}
	
	.left-acc-arrow {
		position: absolute;
		left: -8px;
		top: 0%;
	}
	.right-acc-arrow {
		position: absolute;
		right: -8px;
		top: 0%;
	}
	.sxn-accolades.sxn-accolades-custom .sxn-accolades-wrap {
		position: relative;
	}
	.sxn-accolades-custom span.accolades-secondary-header {
		font-size: 42px;
	}
	.sxn-accolades-custom .sxn-accolades-wrap:before {
		content: '';
		position: absolute;
		width: calc(100% - 170px);
		height: 2px;
		background: 0 0;
		border-bottom: 2px solid #d8d8d8;
		left: 85px;
		bottom: 0px;
		z-index: 2;
	}
	.sxn-accolades-custom-header-wrap {
		text-align: center;
		position: relative;
	}
	.sxn-accolades-custom-header-wrap:before {
		content: '';
		position: absolute;
		width: calc(100% - 170px);
		height: 2px;
		background: 0 0;
		border-bottom: 2px solid #d8d8d8;
		left: 85px;
		bottom: 25px;
		z-index: 2;
	}
	.sxn-accolades-custom span.accolades-secondary-header{
		display: inline-block;
		background-color: white;
		padding: 0 30px;
		position: relative;
		z-index: 10;
	} 
}

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

	.accolades-container.swiper-container {
		max-width: 1450px;
		margin: auto;
	}
}
/*end sxn-accolades*/

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

.right-img-content {
	max-width: 400px;
	margin: 0 auto 20px;
}

.right-img-content img {
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}

.right-img-content p {
	background-color: #0a1749;
	padding: 20px;
	box-sizing: border-box;
	color: white;
	font-style: italic;
	font-family: 'Playfair Display', serif;
	position: relative;
	z-index: 2;
	line-height: 1.6;
}

#contentArea {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
}

.homeExpanded {
	display: none;
}

.article a.learn-more-home {
	text-transform: uppercase;
	font-weight: bold;
	color: #0a1749;
	font-family: 'Oswald', sans-serif;
	padding: 0 0 55px;
	display: inline-block;
	background-image: url(img/icons/home-arrow-more.png);
	background-repeat: no-repeat;
	background-position: top 47px center;
}

.article a.learn-more-home:hover {
	color: #1e73be;
	background-position: bottom center;
}

.homeExtended .article a.learn-more-home {
	background-image: url(img/icons/home-arrow-more-up.png);
	background-repeat: no-repeat;
	background-position: top 0px center;
	padding: 50px 0 0;
}
.homeExtended .article a.learn-more-home:hover {
	color: #1e73be;
	background-position: bottom 42px center;
}
#mainContent {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 2.4;
	color: #000;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a {color: #1e73be;}
	.article a:hover {color: #2994f2;}
	.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: 'Playfair Display', serif;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
		font-family: 'Oswald', sans-serif;
		color: #0a1749;
		font-weight: bold;
	}
	.home .article h1 {
		font-weight: bold;
		font-size: 25px;
		text-transform: uppercase;
	}
	.article h1 span {
		display: block;
		color: #1e73be;
		font-family: 'Playfair Display', serif;
		font-size: 18px;
		font-style: italic;
		text-transform: capitalize;
		font-weight: normal;
	}
	.article h1 span.h-blue {
		display: inline-block;
		color: #1e73be;
		font-size: 25px;
		font-family: 'Oswald', sans-serif;
		font-style: normal;
		font-weight: bold;
	}
	.article h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
		font-family: 'Playfair Display', serif;
		color: #1e73be;
	}
	.article h3 {
		font-size: 18px;
		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 {
	width: 280px;
}



/* Content Area */

@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#mainContent {
		padding: 0;
		width: calc(100% - 100px - 355px);
		float: left;
	}
	.home #mainContent {
		width: 100%;
	}
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: auto;
		max-width: 800px;
	}
	.article .alignright {
			float: right;
			margin: 0 0 5px 15px;
	}
	.article .aligncenter {
			display: block;
			margin: 0 auto;
	}
	.article .alignleft {
			float: left;
			margin: 0 15px 5px 0;
	}
	#sidebar {
		width: 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-size: cover;
		background-repeat: no-repeat;
	}
	#contentArea {
		padding: 100px 40px;
	}
	.home #contentArea {
		overflow: initial;
	}
	.right-img-content {
		float: right;
		margin: 0 0 50px 70px;
	}
	.article h1 {
		font-size: 34px;
	}
	.article h1 span {
		font-size: 30px;
	}
	.home .article h1 {
		font-size: 60px;
		padding: 0 0 40px;
	}
	.article h1 span.h-blue {
		font-size: 60px;
	}
	.article h2 {
		font-size: 25px;
	}
	.content-p-wrap {
		max-width: 840px;
	}
	.right-img-content {
		max-width: 450px;
		margin-top: -165px;
		position: relative;
	}
	.right-img-content:after {
		content: '';
		position: absolute;
		top: 140px;
		right: 35px;
		bottom: -40px;
		left: -40px;
		border: 2px solid #45a6fc;
		pointer-events: none;
		z-index: 0;
	}
	
}

@media screen and (min-width: 1440px) {
	.article h1 span {
		font-size: 45px;
	}
	.home .article h1 {
		font-size: 110px;
		padding: 0 0 40px;
	}
	.article h1 span.h-blue {
		font-size: 110px;
	}
	.article h2 {
		font-size: 30px;
	}
	#mainContent {
		font-size: 20px;
	}
	.right-img-content p {
		padding: 40px;
		font-size: 25px;
	}
	.article a.learn-more-home {
		background-position: top 57px center;
	}
	.homeExtended .article a.learn-more-home:hover {
		background-position: bottom 52px center;
	}
	.right-img-content {
		max-width: 554px;
	}
	.right-img-content:after {
		top: 190px;
		right: 35px;
		bottom: -50px;
		left: -50px;
	}
}

@media screen and (min-width: 1640px) {
	#contentArea {
		max-width: 1600px;
		margin: auto;
		padding: 130px 40px 155px;
	}
	.home #contentArea {
		padding: 130px 0px 100px 40px;
	}
	.right-img-content p {
		font-size: 31px;
	}
	.right-img-content {
		margin-top: -175px;
	}
	.home .article h1 {
		position: relative;
		padding: 0 0 60px;
	}
	.right-img-content {
		margin:  -215px 0px 170px 90px;
	}
	.home .article h2 {
		padding: 0 0 35px;
	}
}

@media screen and (min-width: 1840px) {
	.home .article h1:before {
		content: '';
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 152px;
		height: 158px;
		background-image: url(img/content-logo.png);
		top: -49px;
		left: -132px;
	}
}

/*sxn-aop*/
.sxn-aop {
	padding: 20px;
	background-color: #062a84;
	color: white;
}

.areaItems {
	font-family: 'Open Sans', sans-serif;
}

.areaItems li a {
	color: #c8c7c7;
	padding: 15px 15px 15px 40px;
	display: block;
	background-image: url(img/pa/pa-arrow.png);
	background-position: left 10px top 18px;
	background-repeat: no-repeat;
	background-size: 20px;
}
.areaItems li a:hover {
	color: white;
	background-color: #45a6fc;
	background-position: bottom 17px left 10px;
}

.aop-subheader {
	color: #54afff;
	font-style: italic;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	display: block;
	padding: 0 0 5px;
}

.aop-header {
	color: white;
	display: block;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	padding: 0 0 20px;
}

@media screen and (min-width: 1100px) {
	.sxn-aop-cont {
		display: flex;
	}
}
/*end sxn-aop*/


/*aop*/
@media screen and (min-width: 1100px) {
	.sxn-aop {
		background-image: url(img/pa/pa-bg.jpg);
		background-size: cover;
		padding: 80px 40px;
	}
	.sxn-aop-wrap {
		max-width: 1600px;
		margin: auto;
		display: flex;
		justify-content: space-evenly;
	}
	.sxn-aop-left {
		display: block;
		width: 565px;
    	height: 510px;
		margin-right: 60px;
	}
	.sxn-aop-right {
		padding: 0px 0 0;
		width: 550px;
	}
	.areaBoxes {
		display: block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	.areaBoxes:after {
		content: '';
		position: absolute;
		top: 40px;
		right: -25px;
		bottom: -25px;
		left: 0px;
		border: 2px solid #45a6fc;
		pointer-events: none;
		z-index: 0;
	}
	.areaBox {
		position: absolute;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		top: -115px;
		right: 0px;
		height: 100%;
		/*transition: .5s opacity ease;*/
		opacity: 0;
	}
	.areaBox:before {
		content: "";
		display: block;
		width: 110%;
		height: 121%;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: cover;
		position: absolute;
		top: 0;
		pointer-events: none;
		right: 0;
		z-index: 1;
	}
	/*.areaBox:before {
		width: calc(100% + 100px);
	}*/
	.areaBox1:before {
		background-image: url(img/pa/car-accident.jpeg);
	}
	.areaBox2:before {
		background-image: url(img/pa/bicycle-accident.jpeg);
	}
	.areaBox3:before {
		background-image: url(img/pa/birth-injuries.jpeg);
	}
	.areaBox4:before {
		background-image: url(img/pa/brain-injury.jpeg);
	}
	.areaBox5:before {
		background-image: url(img/pa/burn-injuries.jpeg);
	}
	.areaBox6:before {
		background-image: url(img/pa/bus-accident.jpeg);
	}
	.areaBox7:before {
		background-image: url(img/pa/constuction-accidents.jpeg);
	}
	.areaBox8:before {
		background-image: url(img/pa/dog-bite.jpeg);
	}
	.areaBox9:before {
		background-image: url(img/pa/motorcycle-accident.jpeg);
	}
	.areaBox10:before {
		background-image: url(img/pa/pedestrian-accident.jpeg);
	}
	.areaBox11:before {
		background-image: url(img/pa/spical-cord-injuries.jpeg);
	}
	.areaBox12:before {
		background-image: url(img/pa/trucking-accidents.jpeg);
	}
	.areaBox13:before {
		background-image: url(img/pa/wrongful-death.jpeg);
	}
	.areaBox.showBox {
		opacity: 1;
	}
	.aop-subheader {
		font-size: 30px;
	}
	.aop-header {
		font-size: 45px;
	}
}

@media screen and (min-width: 1440px) {
	.sxn-aop-left {
		width: 650px;
		height: 650px;
		margin-right: 60px;
		margin-bottom: -55px;
	}
	.sxn-aop-right {
		width: 620px;
	}
	.areaBoxes:after {
		top: 40px;
		right: -25px;
		bottom: -50px;
		left: -0px;
	}

	.aop-subheader {
		font-size: 30px;
	}

	.aop-header {
		font-size: 45px;
	}
	.areaItems li a {
		padding: 20px 20px 20px 52px;
		background-position: left 10px top 21px;
		background-size: 30px;
		font-size: 20px;
	}
	.areaItems li a:hover {
		color: white;
		background-color: #45a6fc;
		background-position: bottom 23px left 10px;
	}
	.list-aop-left {
		margin-right: 40px;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 1640px) {
	.sxn-aop-wrap {
		justify-content: space-between;
	}
	.sxn-aop-left {
		width: 750px;
		height: 750px;
		margin-right: 100px;
		margin-bottom: -47px;
	}
	.sxn-aop-right {
		width: 810px;
	}
	.aop-subheader {
		font-size: 52px;
	}
	.aop-header {
		font-size: 92px;
	}
	.areaBox{
		top: -125px;
	}
	.areaBox:before {
		width: 121%;
		height: 121%;
	}
}
/*end aop*/

/*sxn-valley*/
.sxn-valley {
	padding: 20px;
	background-color: #295ad9;
	color: white;
}
/*end sxn-valley*/
.sxn-attorneys-left {
	font-family: 'Playfair Display', serif;
}

.att-subheader {
	display: block;
	color: #45a6fc;
	font-style: italic;
	font-size: 18px;
	line-height: 1;
}

.sxn-attorneys-left {
	margin: 0 0 20px;
}

.att-header {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	padding: 0 0 20px;
	line-height: 1;
}
.sxn-attorneys-left a {
	background-color: #45a6fc;
    color: #072473;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 17px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	transition: .3s;
	letter-spacing: 1.32px;
}

.sxn-attorneys-left a:hover {
	background-color: white;
}

.att-wrap {
	width: 280px;
	height: 400px;
	position: relative;
}

/* .justin-king-wrap {
	background-image: url(img/attorneys/att1-v2.jpeg);
	background-size: cover;
	margin: 0 auto 20px;
} */

.justin-king-wrap {
	
	background-image: url(../../../wp-content/uploads/2025/02/Justin-H.King-Personal-Injury-Attorney-Rancho-Cucamonga.jpg);
	background-size: cover;
	margin: 0 auto 20px;
}

.jeff-king-wrap {
	background-image: url(img/attorneys/att2.jpg);
	background-size: cover;
	margin: auto;
}

.att-wrap p {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	background-color: #0a184b;
	box-sizing: border-box;
	background-image: url(img/attorneys/att-arrows.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: right 10px top 10px;
	line-height: 1;
}

.att-wrap:hover p{
	background-color: #45a6fc;
	background-position: right 10px bottom 10px;
}

.att-wrap p span {
	color: #45a6fc;
}

.att-wrap:hover p span {
	color: white;
}

@media screen and (min-width: 800px) {
	.att-subheader {
		font-size: 24px;
	}
	.att-header {
		font-size: 35px;
		padding: 0 0 20px;
	}
}

@media screen and (min-width: 1100px) {
	.sxn-valley {
		background-image: url(img/attorneys/att-bg.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: transparent;
		padding: 100px 40px 300px;
	}
	.sxn-attorneys-wrap {
		max-width: 1600px;
		margin: auto;
		display: flex;
		justify-content: space-between;
	}
	.sxn-attorneys-left {
		width: 50%;
		box-sizing: border-box;
		padding: 30px 30px 0 0px;
	}
	.sxn-attorneys-right {
		width: 50%;
		display: flex;
	}
	.att-subheader {
		font-size: 35px;
	}
	.att-header {
		font-size: 50px;
		padding: 0 0 35px;
	}
	.sxn-attorneys-left p {
		font-size: 20px;
		padding: 0 0 30px;
	}
	.att-wrap {
		margin: 0;
		background-position: center;
	}
	.justin-king-wrap {
		margin: 0 20px 0 0;
	}

	.att-wrap {
		width: 250px;
	}

}

@media screen and (min-width: 1440px) {
	.att-subheader {
		font-size: 45px;
	}
	.att-header {
		font-size: 70px;
		padding: 0 0 50px;
	}
	.sxn-attorneys-left p {
		font-size: 30px;
		padding: 0 0 30px;
	}
	.sxn-attorneys-left a {
		font-size: 22px;
		padding: 10px 45px;
	}
	.att-wrap {
		width: 340px;
		height: 435px;
	}

	.att-wrap p {
		font-size: 26px;
		padding: 25px;
		background-position: right 15px top 22px;
	}
	.att-wrap:hover p {
		background-position: right 15px bottom 21px;
	}
}

@media screen and (min-width: 1640px) {
	.sxn-valley {
		padding: 100px 40px 400px;
	}
	.att-subheader {
		font-size: 52px;
	}
	.att-header {
		font-size: 92px;
		padding: 0 0 60px;
	}
	.sxn-attorneys-left {
		padding: 45px 70px 0 0px;
	}
	.sxn-attorneys-left p {
		font-size: 35px;
		padding: 0 0 60px;
	}

	.att-wrap {
		width: 384px;
		height: 507px;
	}

	.att-wrap p {
		font-size: 32px;
		padding: 25px;
		background-size: 54px;
		background-position: right 20px top 14px;
	}
	.att-wrap:hover p {
		background-position: right 20px bottom 14px;
	}
}

/*sxn-form*/
.sxn-accident {
	padding: 20px;
	background-color: #dce6f1;
	font-family: 'Playfair Display', serif;
	text-align: center;
}

.sxn-testimonials-subheader {
	font-style: italic;
	line-height: 1;
	color: #1e73be;
	font-size: 18px;
	display: block;
}
.sxn-testimonials-header {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding: 0 0 20px;
	font-family: 'Oswald', sans-serif;
}

.test-sub-text {
	color: #1e73be;
	font-size: 16px;
}

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

.inner-test-wrap{
	position: relative;
}

.inner-test-wrap img {
	margin: 0 auto 20px;
}

.test-wrap a {
	color: #1e73be;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2.3px;
	font-family: 'Oswald', sans-serif;
}

.test-wrap a:hover {
	color: #45a6fc;
}

.test-name {
	color: #09194f;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}

.test-arrows-container {
	display: none;
}

.test-wrap p {
	color: #0a184b;
}

@media screen and (min-width: 800px) {
	.sxn-testimonials-subheader {
		font-size: 50px;
	}
	.sxn-testimonials-header {
		font-size: 50px;
		padding: 0 0 40px;
	}
	
	.test-sub-text {
		font-size: 30px;
		padding: 0 0 40px;
	}
}

@media screen and (min-width: 1100px) {
	.sxn-accident {
		padding: 60px 40px 900px;
		position: relative;
		background-image: url(img/testimonials/test-form-bg.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-color: transparent;
	}
	.sxn-accident:before {
		content: '';
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 100px;
		height: 100px;
		background-image: url(img/testimonials/quotes.png);
		top: -50px;
		left: calc(50% - 50px);
		z-index: 10;
	}
	.sxn-testimonials-wrap {
		max-width: 1600px;
		margin: auto;
	}
	.testimonials-container.swiper-container {
		margin-left: 0;
		height: 550px;
		margin-right: 100px;
		max-width: 1430px;
	}
	.test-wrap p {
		font-size: 27px;
		padding: 0 0 50px;
	} 

	.test-name {
		font-size: 17px;
		display: block;
		margin-top: -35px;
		text-align: left;
		padding-left: 150px;
	}

	.test-arrows-container {
		display: inline-block;
	}

	.sxn-testimonials-cont {
		position: relative;
	}

	.left-test-arrow, .right-test-arrow {
		display: inline-block;
		overflow: hidden;
		width: 86px;
		height: 136px;
		text-align: center;
		display: inline-block;
	}

	.left-test-arrow img, .right-test-arrow img {
		width: 86px;
	} 

	.left-test-arrow {
		position: absolute;
		right: 0px;
		top: 203px;
		z-index: 10;
	}

	.right-test-arrow {
		position: absolute;
		right: 0px;
		top: 60px;
		z-index: 10;
	}
	.left-test-arrow:hover img,  .right-test-arrow:hover img {
		margin-top: -136px;
	} 

	.inner-test-wrap {
		background-image: url(img/testimonials/rect-bottom.png);
		background-position: bottom 0px left;
		background-repeat: no-repeat;
		padding: 40px;
		position: relative;
		height: 315px;
	}

	.stars-wrap {
		position: relative;
		width: 100%;
		margin: auto;
	}

	.stars-wrap:before {
		content: '';
		position: absolute;
		width: 65px;
		height: 1px;
		background: 0 0;
		border-bottom: 2px solid #45a6fc;
		left: -40px;
		top: 19px;
	}
	.stars-wrap:after {
		content: '';
		position: absolute;
		width: 65px;
		height: 1px;
		background: 0 0;
		border-bottom: 2px solid #45a6fc;
		right: -40px;
		top: 19px;
	}

	.inner-test-wrap:before {
		content: '';
		width: 0;
		height: calc(100% - 117px);
		position: absolute;
		border-left: 2px solid #45a6fc;
		top: 60px;
		left: 0px;
	}
	.inner-test-wrap:after {
		content: '';
		width: 0;
		height: calc(100% - 117px);
		position: absolute;
		border-left: 2px solid #45a6fc;
		top: 60px;
		right: 0px;
	}

	.test-wrap {
		padding: 0px;
	}

	.sxn-testimonials-subheader {
		font-size: 70px;
	}
	.sxn-testimonials-header {
		font-size: 70px;
		padding: 0 0 40px;
	}

	.test-wrap a {
		font-size: 20px;
	}
}

@media screen and (min-width: 1300px) {
	.stars-wrap:before {
		width: 80px;
	}
	.stars-wrap:after {
		width: 80px;
	}
}

@media screen and (min-width: 1440px) {
	.stars-wrap:before {
		width: 145px;
	}
	.stars-wrap:after {
		width: 145px;
	}

	.test-wrap p {
		font-size: 33px;
		padding: 0 0 50px;
	}
	.test-name {
		font-size: 20px;
		margin-top: -35px;
		padding-left: 150px;
	}

	.sxn-testimonials-subheader {
		font-size: 92px;
	}
	.sxn-testimonials-header {
		font-size: 92px;
		padding: 0 0 40px;
		margin-top: -17px;
	}

	.test-sub-text {
		font-size: 45px;
		padding: 0 0 40px;
	}

	.test-wrap a {
		font-size: 23px;
	}
}


@media screen and (min-width: 1640px) {
	.sxn-accident {
		padding: 65px 40px 900px;
	}
	.stars-wrap:before {
		width: 145px;
	}
	.stars-wrap:after {
		width: 145px;
	}

	.test-wrap p {
		font-size: 37px;
		padding: 0 0 50px;
	}
	.test-name {
		font-size: 23px;
		margin-top: -39px;
		padding-left: 150px;
	}

	.sxn-accident:before {
		width: 183px;
		height: 183px;
		top: -90px;
		left: calc(50% - 91px);
	}
}

@media screen and (min-width: 2000px) {
	.sxn-accident {
		background-size: cover;
	}
}

/*sxn-form-section*/
.sxn-form-reach {
	padding: 20px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}

.reach-subheader {
	font-family: 'Playfair Display', serif;
	color: #1e73be;
	font-style: italic;
	font-size: 18px;
	display: block;
	line-height: 1;
}
.reach-header {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding: 0 0 20px;
	line-height: 1;
}
p.happy-p {
	font-family: 'Playfair Display', serif;
	color: #1e73be;
	font-size: 16px;
}

.reach-call, .reach-visit {
	margin: 0 0 20px;
	font-family: 'Roboto', sans-serif;
}

.reach-call a {
	display: block;
	color: #0a184b;
	font-size: 20px;
	padding: 0 0 20px;
}

.r-header {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #0a184b;
	padding: 0 0 15px;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	position: relative;
}

.blue-sp {
	display: block;
	color: #1e73be;
	font-size: 18px;
}

.blue-sp-single {
	color: #1e73be;
}

.reach-visit a {
	text-transform: uppercase;
	color: #1e73be;
	font-weight: bold;
	padding: 0 0 0 25px;
	background-image: url(img/icons/fLocation.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 18px;
	font-family: 'Oswald', sans-serif;
}

.reach-visit a:hover {
	color: #5cb2fd;
	background-position: left bottom;
}
.sxn-form {
	padding: 20px;
	background-color: #1e73be;
}
/*float label*/
.pure-material-textfield-outlined {
    --pure-material-safari-helper1: rgb(var(--pure-material-primary-rgb, 54, 143, 223));
    position: relative;
    display: inline-block;
    padding: 6px 0;
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
	overflow: hidden;
	width: 100%;
}

/* Input, Textarea */
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea {
    box-sizing: border-box;
    margin: 0;
    border: solid 2px; /* Safari */
    border-color: var(--pure-material-safari-helper1);
    border-top-color: transparent;
    padding: 15px 13px 15px;
    width: 100%;
    height: inherit;
    color: white;
    background-color: transparent;
    box-shadow: none; /* Firefox */
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    caret-color: white;
    transition: border 0.2s, box-shadow 0.2s;
}

.pure-material-textfield-outlined > textarea {
	height: 150px;
}

/* Span */
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    width: 100%;
    max-height: 100%;
    color: white;
    font-size: 75%;
    line-height: 15px;
    cursor: text;
    transition: color 0.2s, font-size 0.2s, line-height 0.2s;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

/* Corners */
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-top: 6px;
    border-top: solid 1px;
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    min-width: 10px;
    height: 8px;
    pointer-events: none;
    box-shadow: inset 0 1px transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::before {
    margin-right: 4px;
    border-left: solid 1px transparent;
	/*border-radius: 4px 0;*/
	border-top-color: var(--pure-material-safari-helper1) !important;
    box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}

.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after {
    flex-grow: 1;
    margin-left: 4px;
    border-right: solid 1px transparent;
	/*border-radius: 0 4px;*/
	border-top-color: var(--pure-material-safari-helper1) !important;
    box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}

/* Hover */
/*.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > textarea {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    border-top-color: transparent;
}

.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::before,
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > textarea + span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}*/

/* Placeholder-shown */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
    border-top-color: var(--pure-material-safari-helper1);
}

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
    font-size: inherit;
    line-height: 68px;
}

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after {
    border-top-color: transparent;
}

/* Focus */
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
    border-color: rgb(var(--pure-material-primary-rgb, 54, 143, 223));
    border-top-color: transparent;
    box-shadow: inset 0px 0 var(--pure-material-safari-helper1), inset 0px 0 var(--pure-material-safari-helper1), inset 0 0px var(--pure-material-safari-helper1);
    outline: none;
}

.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
    color: white;
}

.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after {
    border-top-color: var(--pure-material-safari-helper1) !important;
    box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}

/* Disabled */
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
    border-top-color: transparent !important;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    pointer-events: none;
}

.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after {
    border-top-color: transparent !important;
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .pure-material-textfield-outlined > input,
        .pure-material-textfield-outlined > input + span,
        .pure-material-textfield-outlined > textarea,
        .pure-material-textfield-outlined > textarea + span,
        .pure-material-textfield-outlined > input + span::before,
        .pure-material-textfield-outlined > input + span::after,
        .pure-material-textfield-outlined > textarea + span::before,
        .pure-material-textfield-outlined > textarea + span::after {
            transition-duration: 0.1s;
        }
    }
}
/*end float label*/


.sxn-form-wrap form input[type=submit] {
    opacity: 1;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 255px;
    height: 60px;
    color: #36561a;
    background: #699f3c url(img/icons/submit-arrow.png);
    background-position: right 0px top 0px;
    background-repeat: no-repeat;
    font-size: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 20px auto 20px;
    position: relative;
    border: none;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	padding: 0 40px 5px 0;
	font-weight: bold;
	letter-spacing: 6.76px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
}

.sxn-form-wrap form input[type=submit]:hover {
	color: white;
	background: #54812e url(img/icons/submit-arrow.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

p.happy-p br {
	display: none;
}

.reach-visit p br {
	display: none;
}

.sxn-form form input[type=submit] {
    opacity: 1;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 255px;
    height: 60px;
    color: #1e73be;
    background-color: #5cb2fd;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 20px auto 20px;
    position: relative;
    border: none;
    font-size: 21px;
	padding: 10px 65px 10px 10px;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
	background-image: url(img/icons/form-arrow.png);
	background-repeat: no-repeat;
	background-position: top 11px right 10px;
}

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

@media screen and (min-width: 800px) {
	.reach-subheader {
		font-size: 30px;
	}
	.reach-header {
		font-size: 50px;
		padding: 0 0 20px;
	}
	p.happy-p {
		font-size: 25px;
	}
}

@media screen and (min-width: 1100px) {
	.sxn-form-reach {
		background-color: #0a184b;
		padding: 0 40px 10px;
	}
	.home .sxn-form-reach {
		padding: 0 40px 80px;
	}
	.sxn-form-reach-wrap {
		max-width: 1600px;
		margin: auto;
		display: flex;
		position: relative;
		top: -70px;
		box-shadow: 0px 0px 32px 0px rgba(69, 166, 252, 0.54);
	}
	.home .sxn-form-reach-wrap {
		margin-top: -450px;
		top: 0;
		box-shadow: none;
	}
	.sxn-reach {
		background-color: white;
		padding: 40px 60px;
	}
	.sxn-reach, .sxn-form {
		width: 50%;
		box-sizing: border-box;
		position: relative;
	}

	.sxn-reach:before {
		content: '';
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 60px;
		height: 60px;
		background-image: url(img/icons/quick-circle.png);
		top: 45px;
		right: -31px;
		z-index: 10;
	}

	.sxn-form {
		padding: 40px;
	}
	.reach-bottom {
		display: flex;
	}
	.reach-call {
		width: 50%;
		margin: 0;
	}
	.reach-visit {
		width: 50%;
	}

	.r-header {
		font-size: 30px;
		padding: 0 0 20px;
		margin: 0 0 20px;
	}

	.reach-subheader {
		font-size: 40px;
	}
	.reach-header {
		font-size: 65px;
		padding: 0 0 50px;
	}

	p.happy-p {
		font-size: 25px;
		padding: 0 0 40px;
	}
	.blue-sp {
		font-size: 20px;
		line-height: 1;
	}

	.reach-call a {
		font-size: 22px;
		padding: 0 0 20px;
	}

	.reach-visit p {
		font-size: 18px;
		padding: 0 0 30px;
	}
	.reach-visit a {
		font-size: 20px;
		background-position: left top 4px;
		padding: 0 0 0 30px;
	}
	.reach-visit a:hover {
		background-position: left bottom 2px;
	}

	.r-header:before {
		content: '';
		position: absolute;
		width: 70px;
		height: 1px;
		background: 0 0;
		border-bottom: 5px solid #1e73be;
		left: calc(50% - 35px);
		bottom: -1px;
		z-index: 5;
	}
}

@media screen and (min-width: 1440px) {
	.sxn-reach {
		padding: 65px 85px 90px;
	}
	.reach-subheader {
		font-size: 48px;
	}
	.reach-header {
		font-size: 90px;
		padding: 0 0 62px;
		margin-top: -10px;
	}
	p.happy-p {
		font-size: 32px;
		padding: 0 0 40px;
	}
	p.happy-p br {
		display: block;
	}
	.reach-visit p br {
		display: block;
	}
	.r-header {
		font-size: 40px;
		padding: 0 0 30px;
		margin: 0 0 30px;
	}
	.blue-sp {
		font-size: 21px;
		padding: 0 0 4px;
	}
	.reach-call a {
		font-size: 24px;
		padding: 0 0 30px;
	}

	.hours-text {
		font-size: 22px;
	}
	.reach-visit p {
		font-size: 21px;
		padding: 0 0 38px;
	}
	.pure-material-textfield-outlined {
		padding: 6px 0 25px;
		z-index: 12;
	}
	.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
	.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
		line-height: 88px;
	}

	.pure-material-textfield-outlined > input, .pure-material-textfield-outlined > textarea {
		padding: 24px 20px 24px;
	}
	.pure-material-textfield-outlined > input + span::before,
	.pure-material-textfield-outlined > input + span::after,
	.pure-material-textfield-outlined > textarea + span::before,
	.pure-material-textfield-outlined > textarea + span::after {
		min-width: 20px;
	}

	.captcha-submit-wrap {
		display: flex;
		justify-content: space-between;
	}

	.sxn-form form input[type=submit] {
		margin: 0;
	}

	.sxn-form {
		padding: 55px;
	}

	.sxn-reach:before {
		width: 130px;
		height: 130px;
		top: 70px;
		right: -67px;
	}
}

@media screen and (min-width: 1640px) {
	.reach-subheader {
		font-size: 58px;
	}
	.reach-header {
		font-size: 101px;
		padding: 0 0 62px;
		margin-top: -10px;
	}
	p.happy-p {
		font-size: 38px;
		padding: 0 0 60px;
	}
	.reach-visit p {
		font-size: 23px;
		padding: 0 0 41px;
	}
	.pure-material-textfield-outlined > textarea {
		height: 180px;
	}

	.sxn-form form input[type=submit] {
		width: 335px;
		max-width: none;
		font-size: 24px;
		background-position: top 11px right 12px;
	}
	.sxn-form {
		padding: 65px;
	}

	.sxn-reach:before {
		width: 160px;
		height: 160px;
		top: 70px;
		right: -82px;
	}
}
/*end sxn-form*/
/*Main Footer Columns*/
.mfCols{
	background-color: #0a184b;
	text-align: left;
	color: #fff;
	padding: 0 20px;
	line-height: 2;
}
.mfCol{
	border-bottom: 2px solid #2e8ee2;
	padding: 20px;
	max-width: 300px;
	margin: 0 auto;
}
.mfcTitle{
	display: block;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
	color: #2e8ee2;
	font-size: 20px;
	padding: 0 0 20px;
}
.mfCol p{ padding: 0; }
.mfCol a{ color: #fff; }
.mfCol li{ position: relative; padding: 0 0 0 15px; }
.mfCol li:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #2e8ee2;
	top: 10px;
	left: 0;
}
.mfLocationsServed{
	display: block;
	padding: 20px 0;
	line-height: 1.7;
	max-width: 1090px;
	margin: 0 auto;
	font-size: 14px;
	font-style: italic;
	color: #8a94bb;
}
.mfLocationsServed a{ color: #8a94bb; }
.mfLocationsServed a:hover{ color: #fff; text-decoration: underline; }
@media screen and (min-width: 800px){
	.mfCols{
		padding: 40px 0 0;
		text-align: center;
	}
	.mfCol{
		text-align: left;
		display: inline-block;
		vertical-align: top;
		border: none;
		width: 49%;
		max-width: 100%;
		height: 300px;
		padding: 20px 20px 0;
		box-sizing: border-box;
	}
	.mfCol:nth-child(odd){
		border-right: 2px solid #2e8ee2;
	}
	.mfLocationsServed{
		padding: 40px 20px;
	}
}
@media screen and (min-width: 1100px){
	.mfCols{ padding: 0 0 20px; }
	.mfCol{
		width: calc(25% - 5px);
		padding: 0 20px 0;
		height: auto;
		border-right: 2px solid #2e8ee2;
	}
	.mfCol{
		border-right: 2px solid #2e8ee2;
		font-size: 14px;
		min-height: 300px;
	}
	.mfCols .mfCol4{ border: none; }
	.mfcTitle{ font-size: 18px; padding: 0 0 10px; }
	.mfLocationsServed{
		padding: 90px 20px 40px;
	}
}
@media screen and (min-width: 1300px){
	.mfCols{ padding: 0 20px 40px; }
	.mfCol{ min-height: 250px; }
	.mfcTitle{ font-size: 20px; }
}
@media screen and (min-width: 1440px){
	.mfCol{
		font-size: 16px; 
		padding: 0 30px;
		min-height: 260px;
	}
	.mfcTitle{ font-size: 22px; padding: 0 0 15px; }
	.mfCol ul{ line-height: 1.2; }
	.mfCol li{ margin: 0 0 15px; }
	.mfCol li:before{ top: 12px; }
}
@media screen and (min-width: 1640px){
	.mfCol{ font-size: 18px; min-height: 280px; max-width: 412px; padding: 0 40px; }
	.mfCol li:before{ top: 8px; }
	.mfcTitle{ font-size: 26px; padding: 0 0 20px;}
	.mfLocationsServed{
		max-width: 1400px;
		line-height: 2.0;
		font-size: 16px;
	}
}


#mainFooter {
	overflow: hidden;
	background: #050f31;
}

.footer-social {
	margin: 0 0 15px;
}

.footer-social a {
	font-size: 14px;
	color: #1e73be;
	padding: 0 0 0 23px;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	position: relative;
}

.footer-social a.fFacebook {
	margin: 0 20px 0 0;
}
.footer-social a.fFacebook::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    height: 34px;
    background-image: url(img/icons/facebook-icon.png);
    top: 0px;
    left: 0px;
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.footer-social a.fFacebook:hover:after {
	-webkit-filter: none;
    filter: none;
}

.footer-social a.fTwitter {
	padding: 0 0 0 42px;
}

.footer-social a.fTwitter::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 34px;
    height: 30px;
    background-image: url(img/icons/twitter-icon.png);
    top: 4px;
    left: 0px;
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.footer-social a.fTwitter:hover:after {
	-webkit-filter: none;
    filter: none;
}

.footer-social a:hover {
	color: white;
}
.fNav {
	padding: 15px 0 0;
}
	.fNav li {
		padding: 0;
		display: block;
		list-style-type: none;
		list-style-position: outside;
		font-family: 'Playfair Display', serif;
		font-size: 14px;
	}
	.fNav a {
		color: white;
	}
	.fNav a:hover {
		color: #5cb2fd;
	}
@media screen and (min-width: 1100px) {
	.launchpad-inner {
		display: flex;
		max-width: 1600px;
		margin: auto;
		box-sizing: border-box;
		align-items: center;
		justify-content: space-between;
	}
	.fNav li {
		display: inline-block;
		position: relative;
		padding: 0 22px 0 0;
		font-size: 20px;
	}
	.fNav li:before {
		content: '';
		position: absolute;
		width: 8px;
		height: 8px;
		background: #0178c0;
		top: 10px;
		right: 7px;
		border-radius: 50%;
	}
	.fNav li:last-of-type::before {
		content: none;
	}

	.footer-social {
		margin: 0 0 0px;
	}
	
	.fNav {
		padding: 0px 0 0;
	}
	
}

@media screen and (min-width: 1200px) {
	.fNav li {
		padding: 0 25px 0 0;
		font-size: 23px;
	}
	.fNav li:before {
		top: 11px;
		right: 8px;
	}
}

/* RESPONSIVE */
#plmBrandingWrapper {
	padding: 30px 20px 30px;
	font-size: 0;
	text-align: center;
	background: #050f31;
}
#plmBranding {
	overflow: hidden;
}
	#plmBranding,
	#plmBranding a {
		color: white;
		font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#plmBranding a:hover {
		text-decoration: underline;
		font-weight: normal;
	}
	#logo-plm {
		display: inline-block;
		margin: 0 auto 15px;
	}
	#logo-plm img {display: block;}
	#plmBranding p {
		padding: 0;
		margin: auto;
		max-width: 330px; /*modme*/
	}
	#plmBranding br {display: none;}
@media screen and (min-width: 600px) {

	#plmBranding,
	#plmBranding a {line-height: 1.1;}
	#logo-plm {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	#logo-plm img {display: block;}
	#plmBranding p {
		display: inline-block;
		margin: 4px 0 0 10px;
		max-width: none;
		text-align: left;
		vertical-align: middle;
	}
	#plmBranding br {display: inline;}
}

@media screen and (min-width: 800px) {
	#plmBranding {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (min-width: 1100px) {
	#plmBrandingWrapper {
		padding: 30px 20px;
	}
	.footer-social a.fFacebook {
		margin: 0 8px 0 0;
	}
}

@media screen and (min-width: 1200px) {
	#plmBrandingWrapper {
		padding: 30px 40px;
	}
	.footer-social a.fFacebook {
		margin: 0 20px 0 0;
	}
}

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

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

.sb-pa ul li a {
	color: white;
}

.sb-pa ul li a {
    color: #c8c7c7;
    padding: 15px 15px 15px 60px;
    display: block;
    background-image: url(img/sidebar/sb-pa-arrow.png);
    background-position: left 30px top 17px;
    background-repeat: no-repeat;
    background-size: 20px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.sb-pa ul li a:hover {
    color: white;
    background-color: #45a6fc;
    background-position: bottom 18px left 30px;
}

.sb-pa ul li {
	position: relative;
}

.sb-pa-subheader {
	display: block;
	text-align: center;
	color: #54afff;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 20px;
}

.sb-pa-header {
	display: block;
	text-transform: uppercase;
	padding: 0 20px 20px;
	text-align: center;
	font-size: 29px;
	font-weight: bold;
}

@media screen and (min-width: 800px){
	.sb-pa ul li a {
		padding: 19px 15px 19px 60px;
		display: block;
		background-position: left 30px top 24px;
		font-size: 20px;
	}
	.sb-pa ul li a:hover {
		background-position: bottom 25px left 30px;
	}

	.sb-pa-header {
		font-size: 36px;
	}

	.sb-pa ul li:hover::after {
		content: '';
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 14px;
		height: 78px;
		background-image: url(img/sidebar/rect-pa-left.png);
		top: -14px;
		left: -14px;
	}

	.sb-pa ul li:hover::before {
		content: '';
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 14px;
		height: 78px;
		background-image: url(img/sidebar/rect-pa-right.png);
		top: -14px;
		right: -14px;
	}
}
.sb-attorneys {
	margin: 0 0 30px;
}
.sb-att-wrap {
	width: 280px;
	height: 400px;
	position: relative;
	margin: auto;
}
.sb-att-wrap p {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	background-color: #0a184b;
	box-sizing: border-box;
	background-image: url(img/attorneys/att-arrows.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: right 10px top 10px;
	line-height: 1;
}
.sb-att-wrap:hover p{
	background-color: #45a6fc;
	background-position: right 10px bottom 10px;
}

.sb-att-wrap p span {
	color: #45a6fc;
}

.sb-att-wrap:hover p span {
	color: white;
}

@media screen and (min-width: 800px){
	.sb-att-wrap {
		width: 350px;
		height: 486px;
	}
	.sb-att-wrap p {
		font-size: 29px;
		padding: 28px 25px;
		background-size: 54px;
		background-position: right 25px top 15px;
	}
	.sb-att-wrap:hover p{
		background-position: right 25px bottom 16px;
	}
	
	.sb-att-wrap:hover p span {
		color: white;
	}
	.sb-attorneys {
		margin: 0 0 50px;
	}
}

.sb-testimonials {
	text-align: center;
}

.sb-test-cont img {
	display: inline-block;
	margin: 0 auto 0px;
	max-width: 200px;
	height: auto;
}
.sb-test-wrap {
	font-family: 'Playfair Display', serif;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.sb-inner-test {
	padding: 20px 30px 30px;
	position: relative;
	background-image: url(img/sidebar/test-tr.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.sb-inner-test:before {
    content: '';
    width: 0;
    height: calc(100% - 8px);
    position: absolute;
    border-left: 2px solid #1e73be;
    top: -18px;
    left: 0px;
}
.sb-inner-test:after {
    content: '';
    width: 0;
    height: calc(100% - 8px);
    position: absolute;
    border-left: 2px solid #1e73be;
    top: -18px;
    right: 0px;
}
.sb-test-wrap p {
	color: #0a184b;
	line-height: 1.4;
	font-size: 20px;
	padding: 0 0 25px;
}

.sb-test-wrap a {
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #1e73be;
	font-size: 16px;
}

.sb-test-wrap a:hover {
    color: #45a6fc;
}

.sb-left-test-arrow, .sb-right-test-arrow {
    display: inline-block;
    overflow: hidden;
    width: 111px;
    height: 70px;
    text-align: center;
    display: inline-block;
}
.sb-left-test-arrow img, .sb-right-test-arrow img {
	width: 111px;
} 
.sb-left-test-arrow:hover img,  .sb-right-test-arrow:hover img {
	margin-top: -70px;
} 

.sb-test-name {
	color: #09194f;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    display: block;
    margin-top: -12px;
    text-align: left;
    padding-left: 117px;
}

.sb-stars-cont {
	position: relative;
}

.sb-stars-cont:before {
	content: '';
	position: absolute;
	width: 45px;
	height: 1px;
	background: 0 0;
	border-bottom: 2px solid #1e73be;
	left: 0px;
	top: 19px;
}
.sb-stars-cont:after {
	content: '';
	position: absolute;
	width: 45px;
	height: 1px;
	background: 0 0;
	border-bottom: 2px solid #1e73be;
	right: 0px;
	top: 19px;
}

@media screen and (min-width: 800px){
	.sb-test-wrap p {
		font-size: 23px;
		padding: 0 0 25px;
	}
}

/*end sidebar*/

/* reCAPTCHA v2 invisible */
.grecaptcha-badge {visibility: hidden;}
.grDisclaimerBox {
	background-color: #4a90e2;
	overflow: hidden;
	height: 60px;
	width: 255px;
}
.sxn-form .grDisclaimerBox {
	margin: auto;
}
.nc_form .grDisclaimerBox {
    box-shadow: rgba(0,0,0,0.75) 0px 0px 5px;
	margin: 0 0 20px;
}
.grDisclaimerBoxNarrow {width: 180px;}
.grDisclaimerBoxNarrow .grdbBadge {display: none;}
.grdbBadge {
	float: left;
	width: 70px;
	height: 100%;
	background-color: #fff;
	background-image: url(img/recaptcha-logo-48.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.grdbText {
	float: left;
	color: #fff;
	width: 185px;
	box-sizing: border-box;
	font-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*/

.right-img-content p:first-of-type, .right-img-content p:last-of-type {
	display: none;
}

.badges-wrap img{
	height: auto;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
}

.badges-wrap img.nat-img {
	width: 100%;
	max-width: 319px;
}
.badges-wrap img.av-img {
	width: 100%;
	max-width: 316px;
}
.badges-wrap img.avvo-img {
	width: 100%;
	max-width: 343px;
}
.badges-wrap img.orange-img {
	width: 100%;
	max-width: 195px;
}

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

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

  .content-pa {
	  color: #33a5ff;
  }

  .con-pa-header {
	  font-weight: bold;
  }

  @media screen and (min-width: 1100px) {
	.content-pa-wrap {
		display: flex;
	}
	.content-pa-left {
		margin-right: 40px;
	}
  } 


/*Content*/
.mcResult{
	display: block;
	position: relative;
	padding: 20px;
	border: 3px solid #54afff;
	text-align: center;
	margin: 0 auto 40px;
	background: #fff;
	color: #0a1749;
	z-index: 9;
}
.mcResult:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #54afff;
	top: 5px;
	left: 5px;
	z-index: 0;
}


/* Remove when using 2 attorneys home page */
.sxn-attorneys-wrap {
	justify-content: center;
}
.sxn-attorneys-right {width: auto;}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

ul.caseResultsList {
	margin: 20px 0;
    padding: 0 !important;
    text-align: center;
}

ul.caseResultsList li {
	font-family: "Roboto", sans-serif;
    font-size: 14px;
    list-style-type: none;
    padding: 6px;
    background-color: #f0f0f0;
    display: block;
    margin: 0 0 20px;
	list-style-position: outside;
}

ul.caseResultsList li div {
    display: block;
    border: 2px solid #54afff;;
    padding: 20px 20px 40px;
    height: 100%;
    box-sizing: border-box;
	
	margin: 0;
}

ul.caseResultsList li strong {
    display: block;
    position: relative;
    font-size: 40px;
    color: #54afff;;
    margin: 0 0 25px;
    padding: 0 0 10px;
}

ul.caseResultsList li strong:after {
    content: "";
    position: absolute;
    background-color: #54afff;
    height: 2px;
    width: 90px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 1000px) {
	ul.caseResultsList {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        column-gap: 20px
    }

    ul.caseResultsList li {
        width: calc(50% - 40px)
    }
}