/*
Theme Name: Lyons & Snyder - Bike Crash
Version: 100.0
Template: universal_mm
*/

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

/*  < adaBtn >  */
.adaBtn{
	display: block !important;
	position: fixed;
	bottom: 55px;
	left: 5px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 9999;
}
.adaBtn > img{
	width: 100%;
	height: auto;
}
.adaBtn:hover > img{ margin-top: -41px; }
@media screen and (min-width: 769px) {
	.adaBtn {bottom: 5px;}
}
@media screen and (min-width: 1120px){
	.adaBtn{
		width: 60px;
		height: 60px;
	}
	.adaBtn:hover > img{ margin-top: -61px; }
}
/*  </ adaBtn >  */

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 {
	color: #000;
	font: 16px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
}
a {
	color: blue;
	transition: font-size 250ms ease, color 250ms ease, background-color 250ms ease, border-color 250ms ease;
}
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,
.persistent_header .animate__animated,
.persistent_header.animate__animated {
	opacity: 1;
}
article hr {
	margin: 0 auto 20px;
	width: 80%;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	border: 0;
}

/*  < oo css >  */
.sxn_bucket { line-height: 1; }
.sxn_bucket .sxn_wrap {
	position: relative;
	margin: auto;
	padding: 20px;
}
.sxn_bucket .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.sxn_bucket .cont_heading { padding: 0 0 20px; }
.sxn_bucket a { cursor: pointer; }

.sb_bucket { margin: 0 auto 20px; }
.sb_bucket a { cursor: pointer; }
@media screen and (min-width: 800px) {
	.sb_bucket:last-of-type { margin: auto; }
}
@media screen and (min-width: 1120px) {
	.sb_bucket { margin: 0 auto 33px; }
}
@media screen and (min-width: 1640px) {
	.sb_bucket { margin: 0 auto 45px; }
}
/*  </ oo css >  */

.persistent_header {
	-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 .persistent_header {
	-webkit-transform: none; /* Safari and Chrome */
	-moz-transform: none; /* Firefox */
	-ms-transform: none; /* IE 9 */
	-o-transform: none; /* Opera */
	transform: none;
}

/*  < main_header >  */
.main_header {
	overflow: hidden;
	color: #fff;
	font-size: 0;
	line-height: 1;
	text-align: center;
	background: #0f1f3c;
	transition: all 500ms ease;
}
.main_header .sxn_wrap {
	position: relative;
	margin: auto;
	padding: 20px;
	max-width: 1600px;
	transition: all 500ms ease;
}
.main_header .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.main_header .logo_main {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 182px;
	height: auto;
	transition: all 500ms ease;
}
.main_header .logo_main img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 91 / 35;
}
.main_header .cont_heading {
	padding: 15px 0;
	font: italic 16px/1.2 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 500ms ease;
}
.main_header .element_number {
	padding: 10px;
	background: #f5bc6f;
}
.main_header .element_number a {
	z-index: 10;
	position: relative;
	color: #10203c;
	font: bold 20px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 500ms ease;
}
.main_header .element_number a:hover {
	color: #fff;
}
@media screen and (min-width: 600px) {
	.main_header .block_logo {
		float: left;
	}
	.main_header .block_cta {
		float: right;
		padding: 16px 0 0;
	}
	.main_header .cont_heading {
		display: inline-block;
		padding: 0 14px 0 0;
		font-size: 12px;
		vertical-align: top;
	}
	.main_header .element_number {
		display: inline-block;
		vertical-align: top;
	}
}
@media screen and (min-width: 800px) {
	.main_header {
		text-align: right;
	}
	.main_header .sxn_wrap {
		padding: 0 20px;
	}
	.main_header .block_logo {
		padding: 10px 0;
	}
	.main_header .logo_main {
		max-width: 160px;
	}
	.main_header .block_cta:before {
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 684px;
		height: 49px;
		background: no-repeat left top;
		background-size: auto 100%;
	}
	html.no-webp .main_header .block_cta:before {
		background-image: url(img/header/header-border.png);
	}
	html.webp .main_header .block_cta:before {
		background-image: url(img/header/header-border.webp);
	}
	.main_header .block_cta {
		position: relative;
		padding: 12px 0 0 20px;
	}
	.main_header .cont_separator {
		display: inline-block;
		margin: 0 2px 2px;
		width: 4px;
		height: 4px;
		vertical-align: middle;
		background: #fff;
		border-radius: 50%;
	}
	.main_header .element_number:before {
		content:'';
		position: absolute;
		top: -12px;
		left: -34px;
		width: 500%;
		height: 44px;
		background: no-repeat left top;
		background-size: auto 100%;
	}
	html.no-webp .main_header .element_number:before {
		background-image: url(img/header/header-angle-phone.png);
	}
	html.webp .main_header .element_number:before {
		background-image: url(img/header/header-angle-phone.webp);
	}
	.main_header .element_number {
		position: relative;
		padding: 0;
		background: transparent;
	}

	body.sticky_zone .main_header .block_logo {
		padding: 10px 0;
	}
	body.sticky_zone .main_header .block_cta:before {
		top: 0;
		width: 684px;
		height: 49px;
	}
	body.sticky_zone .main_header .block_cta {
		padding: 12px 0 0 20px;
	}
	body.sticky_zone .main_header .cont_heading {
		font-size: 12px;
	}
	body.sticky_zone .main_header .cont_separator {
		margin: 0 2px 2px;
		width: 4px;
		height: 4px;
	}
	body.sticky_zone .main_header .element_number:before {
		top: -12px;
		left: -34px;
		width: 500%;
		height: 44px;
	}
	body.sticky_zone .main_header .element_number a {
		font-size: 20px;
	}
}
@media screen and (min-width: 900px) {
	.main_header .logo_main {
		max-width: 182px;
	}
	.main_header .block_cta {
		padding: 12px 0 0 30px;
	}
	.main_header .cont_heading {
		padding: 0 30px 0 0;
	}

	body.sticky_zone .main_header .logo_main {
		max-width: 182px;
	}
	body.sticky_zone .main_header .block_cta {
		padding: 12px 0 0 30px;
	}
	body.sticky_zone .main_header .cont_heading {
		padding: 0 30px 0 0;
	}
}
@media screen and (min-width: 1120px) {
	.main_header {
		background: rgba( 16, 32, 60, 0.9 );
	}
	.main_header .block_logo {
		padding: 14px 0;
	}
	.main_header .logo_main {
		max-width: 273px;
	}
	.main_header .block_cta:before {
		width: 500%;
		height: 73.5px;
	}
	.main_header .block_cta {
		padding: 23px 0 0 40px;
	}
	.main_header .cont_heading {
		padding: 0 19.5px 0 0;
		font-size: 15px;
	}
	.main_header .cont_separator {
		margin: 0 5px 0;
		width: 5px;
		height: 5px;
	}
	.main_header .element_number:before {
		top: -23px;
		left: -15px;
		height: 66px;
	}
	.main_header .element_number {
		padding: 0 0 0 42px;
	}
	.main_header .element_number a {
		font-size: 22.5px;
	}

	body.sticky_zone .main_header {
		background: rgba( 16, 32, 60, 0.95 );
	}
}
@media screen and (min-width: 1640px) {
	.main_header .block_logo {
		padding: 18px 0;
	}
	.main_header .logo_main {
		max-width: 364px;
	}
	.main_header .block_cta:before {
		height: 98px;
	}
	.main_header .block_cta {
		padding: 30px 0 0 74px;
	}
	.main_header .cont_heading {
		padding: 0 26px 0 0;
		font-size: 24px;
	}
	.main_header .cont_separator {
		margin: 0 10px 0;
		width: 7px;
		height: 7px;
	}
	.main_header .element_number:before {
		top: -30px;
		left: -20px;
		height: 88px;
	}
	.main_header .element_number {
		padding: 0 0 0 56px;
	}
	.main_header .element_number a {
		font-size: 30px;
	}

	body.sticky_zone .main_header .block_cta:before {
		width: 1344px;
	}
}
/*  </ main_header >  */

nav.mm {
	z-index: 100;
	position: relative;
	text-align: center;
	background: #0f1f3c;
}
nav.mm > ul > li > a {
	padding: 10px;
	color: #fff;
	font: bold 12px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 2px;
}
nav.mm > ul > li > ul {
	top: 100%;
}
nav.mm > ul > li:hover > a {
	color: #000;
	background: #f5bc6f;
}
nav.mm ul ul {
	width: 180px;
	background: #101f3c;
	border: 1px solid #fff;
	border-radius: 4px;
}
nav.mm ul ul li:hover > a {
	color: #000;
	background: #f5bc6f;
}
nav.mm ul ul li {
	border-top: 1px solid #fff;
}
nav.mm ul ul a {
	padding: 7px 10px;
	color: #fff;
	font: bold 12px/1.3 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
}
nav.mm ul {
	margin: 0;
	padding: 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 {
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	text-align: left;
	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 {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #10203c;
	box-shadow: 0 1px 10px rgba(0,0,0,0.7);
}
#mobMenuItems {
	position: relative;
	margin: auto;
	padding: 0;
	height: 34px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0;
	text-align: center;
	text-transform: uppercase;
}
	.mmi {
		display: inline-block;
		height: 100%;
		list-style-type: none;
		list-style-position: outside;
		vertical-align: top;
	}
	.mmi > a {
		box-sizing: border-box;
		display: block;
		height: 100%;
		overflow: hidden;
		color: #fff;
		font-size: 14px;
		line-height: 34px;
		text-align: left;
		text-indent: -222px;
		background: no-repeat;
	}
	html.no-webp .mmi > a {
		background-image: url(img/icons/nc-menu.png);
	}
	html.webp .mmi > a {
		background-image: url(img/icons/nc-menu.webp);
	}
	.mmi > a:hover {
		background-color: #fbac40;
	}
	#mm1 {width: 47px;}
	#mm2 {width: 47px;}
	#mm3 {width: 56px;}
	#mm4 {width: 42px;}
	#mm5 {width: 47px;}
	#mm6 {width: 46px;}
	.mmi a:hover {text-decoration: none;}
	.mmi {border-right: 1px solid #fff;}
	#mm1 {border-left: 1px solid #fff;}
	#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: 10;
		position: absolute;
		right: 0;
		left: -1px;
		display: none;
		margin: auto;
		width: 297px;
	}
	.mmi:hover ul {display: block;}
	.mmi ul li {
		border-top: 1px solid #333;
	}
	.mmi ul li:first-child {border: 0;}
	.mmi ul a {
		display: block;
		padding: 10px;
		color: #fff;
		font: 16px/1.2 Arial, "Helvetica Neue", Helvetica, sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background: #666;
	}
	.mmi ul a:hover {
		background: #999;
	}
	@media screen and (min-width: 385px) {
		#mm6 {width: 110px;}
		#mm6 > a {
			padding: 0 0 0 47px;
			text-indent: 0;
		}
		.mmi > ul {width: 350px;}
	}
nav.mm_mob {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	padding: 54px 0 20px;
	width: 100%;
	text-align: left;
	background: #10203c;
}
	nav.mm_mob ul {padding: 0;}
		nav.mm_mob ul li {
			display: block;
			list-style-type: none;
			list-style-position: outside;
		}
		nav.mm_mob ul a {
			display: block;
			padding: 5px 20px 4px 0;
			color: #fff;
			font: 15px/1.2 Arial, "Helvetica Neue", Helvetica, sans-serif;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			color: #000;
			text-decoration: none;
			background: #f4bc6f;
		}
			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 {
	z-index: 999999999;
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: border-box;
	display: none;
	padding: 0;
	width: 100%;
	height: 34px;
	color: #10203c;
	font: bold 16px/34px arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
}
#closeMenu:hover {
	color: #000;
	text-decoration: none;
	background-color: #f4bc6f;
}
body.fsMenuOn #menuWall {
	content:'';
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
}
#mblSearch {
	padding: 0 20px 20px;
	max-width: 350px;
	overflow: hidden;
}
#mblsInput,
#mblsSubmit {
	-webkit-appearance: none;
	appearance: none;
	float: left;
	box-sizing: border-box;
	display: inline;
	border-radius: 0;
}
#mblsInput {
	box-sizing: border-box;
	padding: 0 12px;
	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: #10203c;
	font: bold 14px/normal arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	border: 0;
	border-left: 2px solid #f3bc6e;
	border-radius: 0 4px 4px 0;
	transition: all 250ms ease;
}
#mblsSubmit:hover {
	color: #000;
	background-color: #f4bc6f;
}

/*  < nav_non_active >  */
nav.mm_mob ul li.nav_non_active > a {
	cursor: default;
	color: #fff;
	background-color: transparent;
}
nav.mm > ul > li.nav_non_active:hover > a {
	cursor: default;
	color: #fff;
	background-color: transparent;
}
/*  </ nav_non_active >  */

body.fsMenuOn .main_header,
body.fsMenuOn .main_header .sxn_wrap,
body.fsMenuOn .sxn_nav_mm,
body.fsMenuOn .sxn_nav_mm .sxn_wrap { position: inherit; }
@media screen and (min-width: 800px) {
	#wrapper {
		padding: 0;
	}
	.persistent_header {
		z-index: 999;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	body.admin-bar .persistent_header { top: 32px; }
	body.admin-bar.fsMenuOn .persistent_header { top: 0; }
	body.fsMenuOn .persistent_header,
	body.fsMenuOn .sxn_nav_mm,
	body.fsMenuOn .sxn_nav_mm .sxn_wrap { position: inherit; }

	body.sticky_zone .noSticky { display: none; }

	.sxn_nav_mm .sxn_wrap {
		margin: auto;
		max-width: 1600px;
	}

	nav.mm {
		padding: 0 0 10px;
	}
	nav.mm > ul > li > a {
		padding: 3px 7px 4px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_nav_mm {
		position: absolute;
		right: 0;
		bottom: 20px;
		left: 0;
		width: 100%;
		text-align: right;
	}
	.sxn_nav_mm .sxn_wrap {
		padding: 0 20px;
	}
	nav.mm {
		display: inline-block;
		padding: 0;
		background: transparent;
	}

	body.sticky_zone .sxn_nav_mm {
		bottom: 10px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_nav_mm {
		bottom: 32px;
	}
	nav.mm > ul > li > a {
		padding: 6px 13px 7px;
		font-size: 18px;
	}
	body.sticky_zone .sxn_nav_mm {
		bottom: 5px;
	}
}

/*	< sxn_marketing >	*/
.sxn_marketing {
	margin: auto;
	width: 100%;
	max-width: 3000px;
	overflow: hidden;
	line-height: 1;
	background-color: #0f1f3c;
}
/* 
body.home .sxn_marketing {
	height: 380px;
}
 */
.sxn_marketing br { display: none; }
@media screen and (min-width: 600px) {
/* 
	body.home .sxn_marketing {
		height: 240px;
	}
 */
	.sxn_marketing br { display: inline-block; }
}
@media screen and (min-width: 800px) {
/* 
	body.home .sxn_marketing {
		height: 400px;
	}
 */
}
@media screen and (min-width: 1120px) {
/* 
	body.home .sxn_marketing {
		height: 600px;
	}
 */
}
@media screen and (min-width: 1640px) {
/* 
	body.home .sxn_marketing {
		height: 800px;
	}
 */
}
/*	</ sxn_marketing >	*/

/*  < homeslides >  */
.homeslides {
	position: relative;
	width: 100%;
	height: 380px;
}
	.homeslide {
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.homeslide_1 {
		display: block;
	}
	.homeslide .homeslide_img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc( 100% - 200px );
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	html.no-webp .homeslide_1 .homeslide_img { background-image: url(img/slides/home/800/slides-home-1.jpg); }
	html.no-webp .homeslide_2 .homeslide_img { background-image: url(img/slides/home/800/slides-home-2.jpg); }
	html.no-webp .homeslide_3 .homeslide_img { background-image: url(img/slides/home/800/slides-home-3.jpg); }

	html.webp .homeslide_1 .homeslide_img { background-image: url(img/slides/home/800/slides-home-1.webp); }
	html.webp .homeslide_2 .homeslide_img { background-image: url(img/slides/home/800/slides-home-2.webp); }
	html.webp .homeslide_3 .homeslide_img { background-image: url(img/slides/home/800/slides-home-3.webp); }

	.homeslide .cont_slide {
		box-sizing: border-box;
		margin: auto;
		width: 100%;
		max-width: 1640px;
		height: 100%;
	}
	.homeslide_1 .cont_slide:after {
		content:'';
		z-index: 20;
		pointer-events: none;
		position: absolute;
		right: 0;
		bottom: 199px;
		left: 0;
		width: 100%;
		height: 100%;
		background: no-repeat center bottom;
		background-size: 280px;
	}
	html.no-webp .homeslide_1 .cont_slide:after {
		background-image: url(img/slides/home/slides-home-attorneys-mobile-v2.png);
	}
	html.webp .homeslide_1 .cont_slide:after {
		background-image: url(img/slides/home/slides-home-attorneys-mobile-v2.webp);
	}
	.homeslide_1 .cont_slide {
		position: relative;
	}
	.homeslide .cont_box {
		position: absolute;
		bottom: 0;
		box-sizing: border-box;
		margin: auto;
		padding: 20px 20px 20px;
		width: 100%;
		min-height: 200px;
		color: #fff;
		text-align: center;
		background-color: #000;
	}

	.homeslide .cont_hdg {
		display: block;
		font: 31.5px/0.93 'Open Sans Condensed', sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: uppercase;
		/*  animation  */
		opacity: 0;
		position: relative;
		transform: translateY(75px);
		transition: all 1000ms ease;
		will-change: transform;
		/*  / animation  */
	}
	.homeslide_1 .cont_hdg {
		font-size: 37.5px;
	}
	.homeslide.slide_text_animate .cont_hdg {
		opacity: 1;
		transform: translateY(0);
	}
	.homeslide.outgoingSlide .cont_hdg {
		opacity: 0;
		transition-delay: 0s;
	}
	.homeslide .cont_sub_hdg {
		display: block;
		font-size: 18px;
		color: #f5bc6f;
		font: italic bold 20px/1 'Open Sans', sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: uppercase;
		/*  animation  */
		opacity: 0;
		position: relative;
		transform: translateY(75px);
		transition: all 1000ms ease;
		will-change: transform;
		/*  / animation  */
	}
	.homeslide.slide_text_animate .cont_sub_hdg {
		opacity: 1;
		transform: translateY(0);
		transition-delay: .4s;
	}
	.homeslide.outgoingSlide .cont_sub_hdg {
		opacity: 0;
		transition-delay: 0s;
	}
	.homeslide hr:before {
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 500%;
		height: 100%;
		background: no-repeat left top;
		background-size: auto 100%;
	}
	html.no-webp .homeslide hr:before {
		background-image: url(img/slides/home/slides-home-divider.png);
	}
	html.webp .homeslide hr:before {
		background-image: url(img/slides/home/slides-home-divider.webp);
	}
	.homeslide hr {
		box-sizing: border-box;
		display: inline-block;
		padding: 0;
		overflow: visible;
		border: 0;
		width: 100%;
		height: 12px;
		/*  animation  */
		opacity: 0;
		position: relative;
		transform: translateY(75px);
		transition: all 1000ms ease;
		will-change: transform;
		/*  /  animation  */
	}
	.homeslide.slide_text_animate hr {
		opacity: 1;
		transform: translateY(0);
		transition-delay: .7s;
	}
	.homeslide.outgoingSlide hr {
		opacity: 0;
		transition-delay: 0s;
	}
	.homeslide p {
		display: block;
		padding: 0;
		font: 600 14px/1.25 'Open Sans', sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: uppercase;
		/*  animation  */
		opacity: 0;
		position: relative;
		transform: translateY(75px);
		transition: all 1000ms ease;
		will-change: transform;
		/*  /  animation  */
	}
	.homeslide.slide_text_animate p {
		opacity: 1;
		transform: translateY(0);
		transition-delay: .8s;
	}
	.homeslide.outgoingSlide p {
		opacity: 0;
		transition-delay: 0s;
	}
@media screen and (min-width: 600px) {
	.homeslides {
		height: 240px;
	}
	.homeslide .homeslide_img {
		opacity: 1;

		height: 100%;

		-webkit-animation-name: nc_burns_zoom_in;
		animation-name: nc_burns_zoom_in;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-duration: 36s;
		animation-duration: 36s;

		background-position: center;
	}
	.homeslide .homeslide_img.ie_slide {
		-webkit-animation-name: none;
		animation-name: none;
		transform: none;
		-webkit-transform: none;
	}

	.homeslide .cont_slide:before {
		content:'';
		z-index: 10;
		position: absolute;
		top: 0;
		left: calc( 100% - 500px );
		width: 500%;
		height: 100%;
		background: rgba( 16, 32, 60, 0.75 );
		transform: skewX( -41.267deg );
		transform-origin: left bottom;
	}
	.homeslide .cont_slide {
		position: relative;
	}
	.homeslide_1 .cont_slide:after {
		bottom: 0;
		left: -40px;
		background-position: left bottom;
		background-size: 330px;
	}
	.homeslide .cont_box {
		float: right;
		z-index: 20;
		position: relative;
		margin: 7.5px 0 0;
		width: auto;
		min-height: inherit;
		text-align: right;
		background: transparent;
	}
	.homeslide_1 .cont_box {
		margin: 36.5px 0 0;
	}
	.homeslide_3 .cont_box {
		margin: 18px 0 0;
	}
	.homeslide hr {
		width: 270px;
	}
}
@media screen and (min-width: 800px) {
	.homeslides {
		height: 400px;
	}

	.homeslide_3 .homeslide_img {
		background-size: cover;
		background-position: center bottom -30px;
	}

	html.no-webp .homeslide_1 .homeslide_img { background-image: url(img/slides/home/1120/slides-home-1.jpg); }
	html.no-webp .homeslide_2 .homeslide_img { background-image: url(img/slides/home/1120/slides-home-2.jpg); }
	html.no-webp .homeslide_3 .homeslide_img { background-image: url(img/slides/home/1120/slides-home-3.jpg); }

	html.webp .homeslide_1 .homeslide_img { background-image: url(img/slides/home/1120/slides-home-1.webp); }
	html.webp .homeslide_2 .homeslide_img { background-image: url(img/slides/home/1120/slides-home-2.webp); }
	html.webp .homeslide_3 .homeslide_img { background-image: url(img/slides/home/1120/slides-home-3.webp); }

	.homeslide .cont_slide:before {
		left: calc( 100% - 490px );
	}
	.homeslide_1 .cont_slide:after {
		left: -20px;
		background-size: 420px;
	}
	.homeslide .cont_box {
		margin: 132.5px 0 0;
	}
	.homeslide_1 .cont_box {
		margin: 169.5px 0 0;
	}
	.homeslide_3 .cont_box {
		margin: 138px 0 0;
	}
	.homeslide .cont_hdg {
		font-size: 42px;
	}
	.homeslide_1 .cont_hdg {
		font-size: 50px;
	}
	.homeslide .cont_sub_hdg {
		font-size: 22.5px;
	}
	.homeslide hr {
		margin: 8px 0 7px;
		width: 280px;
		height: 12px;
	}
	.homeslide p {
		font-size: 12px;
	}
}
@media screen and (min-width: 1120px) {
	.homeslides {
		height: 600px;
	}

	.homeslide_3 .homeslide_img {
		background-position: center;
	}

	html.no-webp .homeslide_1 .homeslide_img { background-image: url(img/slides/home/1640/slides-home-1.jpg); }
	html.no-webp .homeslide_2 .homeslide_img { background-image: url(img/slides/home/1640/slides-home-2.jpg); }
	html.no-webp .homeslide_3 .homeslide_img { background-image: url(img/slides/home/1640/slides-home-3.jpg); }

	html.webp .homeslide_1 .homeslide_img { background-image: url(img/slides/home/1640/slides-home-1.webp); }
	html.webp .homeslide_2 .homeslide_img { background-image: url(img/slides/home/1640/slides-home-2.webp); }
	html.webp .homeslide_3 .homeslide_img { background-image: url(img/slides/home/1640/slides-home-3.webp); }

	.homeslide .cont_slide:before {
		left: calc( 100% - 690px );
	}
	.homeslide_1 .cont_slide:after {
		left: -35px;
		/*background-image: ;*/
		background-size: 750px;
	}
	html.no-webp .homeslide_1 .cont_slide:after {
		background-image: url(img/slides/home/slides-home-attorneys-v2.png);
	}
	html.webp .homeslide_1 .cont_slide:after {
		background-image: url(img/slides/home/slides-home-attorneys-v2.webp);
	}
	.homeslide .cont_box {
		margin: 198px 0 0;
	}
	.homeslide_1 .cont_box {
		margin: 254px 0 0;
	}
	.homeslide_3 .cont_box {
		margin: 207px 0 0;
	}
	.homeslide .cont_hdg {
		font-size: 63px;
	}
	.homeslide_1 .cont_hdg {
		font-size: 75px;
	}
	.homeslide .cont_sub_hdg {
		font-size: 33.75px;
	}
	.homeslide hr {
		margin: 12px 0 10px;
		width: 406px;
		height: 18px;
	}
	.homeslide p {
		font-size: 15px;
	}
}
@media screen and (min-width: 1640px) {
	.homeslides {
		height: 800px;
	}

	html.no-webp .homeslide_1 .homeslide_img { background-image: url(img/slides/home/2000/slides-home-1.jpg); }
	html.no-webp .homeslide_2 .homeslide_img { background-image: url(img/slides/home/2000/slides-home-2.jpg); }
	html.no-webp .homeslide_3 .homeslide_img { background-image: url(img/slides/home/2000/slides-home-3.jpg); }

	html.webp .homeslide_1 .homeslide_img { background-image: url(img/slides/home/2000/slides-home-1.webp); }
	html.webp .homeslide_2 .homeslide_img { background-image: url(img/slides/home/2000/slides-home-2.webp); }
	html.webp .homeslide_3 .homeslide_img { background-image: url(img/slides/home/2000/slides-home-3.webp); }

	.homeslide .cont_slide:before {
		left: calc( ( 100% - 182px ) / 2 );
	}
	.homeslide_1 .cont_slide:after {
		left: 95px;
		background-size: 941px;
	}
	.homeslide .cont_box {
		margin: 265px 0 0;
	}
	.homeslide_1 .cont_box {
		margin: 339px 0 0;
	}
	.homeslide_3 .cont_box {
		margin: 276px 0 0;
	}
	.homeslide .cont_hdg {
		font-size: 84px;
	}
	.homeslide_1 .cont_hdg {
		font-size: 100px;
	}
	.homeslide .cont_sub_hdg {
		font-size: 45px;
	}
	.homeslide hr {
		margin: 16px 0 14px;
		width: 560px;
		height: 25px;
	}
	.homeslide p {
		font-size: 20px;
	}
}
/*  </ homeslides >  */

/*	< subslides >	*/
.subslides {
	margin: auto;
	width: 100%;
	height: auto;
}
	.subslide {
		box-sizing: border-box;
		padding: 0 0 33.05%;
		width: 100%;
		height: auto;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.subslide_0{
		background-color: #091326;
		background-image: url(img/slides/sub/floridabikecrashlaw.png);
		background-position: center center;
		background-size: calc(100% - 20px);
		background-repeat: no-repeat;
	}
/*	html.no-webp .subslide_0 { background-image: url(img/slides/sub/800/slides-sub-0.jpg); }*/
	html.no-webp .subslide_1 { background-image: url(img/slides/sub/800/slides-sub-1.jpg); }
	html.no-webp .subslide_2 { background-image: url(img/slides/sub/800/slides-sub-2.jpg); }
	html.no-webp .subslide_3 { background-image: url(img/slides/sub/800/slides-sub-3.jpg); }
	html.no-webp .subslide_4 { background-image: url(img/slides/sub/800/slides-sub-4.jpg); }
	html.no-webp .subslide_5 { background-image: url(img/slides/sub/800/slides-sub-5.jpg); }
	html.no-webp .subslide_6 { background-image: url(img/slides/sub/800/slides-sub-6.jpg); }
	html.no-webp .subslide_7 { background-image: url(img/slides/sub/800/slides-sub-7.jpg); }
	html.no-webp .subslide_8 { background-image: url(img/slides/sub/800/slides-sub-8.jpg); }
	html.no-webp .subslide_9 { background-image: url(img/slides/sub/800/slides-sub-9.jpg); }
	html.no-webp .subslide_10 { background-image: url(img/slides/sub/800/slides-sub-10.jpg); }
	html.no-webp .subslide_11 { background-image: url(img/slides/sub/800/slides-sub-11.jpg); }
	html.no-webp .subslide_12 { background-image: url(img/slides/sub/800/slides-sub-12.jpg); }
	html.no-webp .subslide_13 { background-image: url(img/slides/sub/800/slides-sub-13.jpg); }

/*	html.webp .subslide_0 { background-image: url(img/slides/sub/800/slides-sub-0.webp); }*/
	html.webp .subslide_1 { background-image: url(img/slides/sub/800/slides-sub-1.webp); }
	html.webp .subslide_2 { background-image: url(img/slides/sub/800/slides-sub-2.webp); }
	html.webp .subslide_3 { background-image: url(img/slides/sub/800/slides-sub-3.webp); }
	html.webp .subslide_4 { background-image: url(img/slides/sub/800/slides-sub-4.webp); }
	html.webp .subslide_5 { background-image: url(img/slides/sub/800/slides-sub-5.webp); }
	html.webp .subslide_6 { background-image: url(img/slides/sub/800/slides-sub-6.webp); }
	html.webp .subslide_7 { background-image: url(img/slides/sub/800/slides-sub-7.webp); }
	html.webp .subslide_8 { background-image: url(img/slides/sub/800/slides-sub-8.webp); }
	html.webp .subslide_9 { background-image: url(img/slides/sub/800/slides-sub-9.webp); }
	html.webp .subslide_10 { background-image: url(img/slides/sub/800/slides-sub-10.webp); }
	html.webp .subslide_11 { background-image: url(img/slides/sub/800/slides-sub-11.webp); }
	html.webp .subslide_12 { background-image: url(img/slides/sub/800/slides-sub-12.webp); }
	html.webp .subslide_13 { background-image: url(img/slides/sub/800/slides-sub-13.webp); }
@media screen and (min-width: 800px) {
	.subslide {
		margin: 112px 0 0;
	}
/*	html.no-webp .subslide_0 { background-image: url(img/slides/sub/1120/slides-sub-0.jpg); }*/
	html.no-webp .subslide_1 { background-image: url(img/slides/sub/1120/slides-sub-1.jpg); }
	html.no-webp .subslide_2 { background-image: url(img/slides/sub/1120/slides-sub-2.jpg); }
	html.no-webp .subslide_3 { background-image: url(img/slides/sub/1120/slides-sub-3.jpg); }
	html.no-webp .subslide_4 { background-image: url(img/slides/sub/1120/slides-sub-4.jpg); }
	html.no-webp .subslide_5 { background-image: url(img/slides/sub/1120/slides-sub-5.jpg); }
	html.no-webp .subslide_6 { background-image: url(img/slides/sub/1120/slides-sub-6.jpg); }
	html.no-webp .subslide_7 { background-image: url(img/slides/sub/1120/slides-sub-7.jpg); }
	html.no-webp .subslide_8 { background-image: url(img/slides/sub/1120/slides-sub-8.jpg); }
	html.no-webp .subslide_9 { background-image: url(img/slides/sub/1120/slides-sub-9.jpg); }
	html.no-webp .subslide_10 { background-image: url(img/slides/sub/1120/slides-sub-10.jpg); }
	html.no-webp .subslide_11 { background-image: url(img/slides/sub/1120/slides-sub-11.jpg); }
	html.no-webp .subslide_12 { background-image: url(img/slides/sub/1120/slides-sub-12.jpg); }
	html.no-webp .subslide_13 { background-image: url(img/slides/sub/1120/slides-sub-13.jpg); }

/*	html.webp .subslide_0 { background-image: url(img/slides/sub/1120/slides-sub-0.webp); }*/
	html.webp .subslide_1 { background-image: url(img/slides/sub/1120/slides-sub-1.webp); }
	html.webp .subslide_2 { background-image: url(img/slides/sub/1120/slides-sub-2.webp); }
	html.webp .subslide_3 { background-image: url(img/slides/sub/1120/slides-sub-3.webp); }
	html.webp .subslide_4 { background-image: url(img/slides/sub/1120/slides-sub-4.webp); }
	html.webp .subslide_5 { background-image: url(img/slides/sub/1120/slides-sub-5.webp); }
	html.webp .subslide_6 { background-image: url(img/slides/sub/1120/slides-sub-6.webp); }
	html.webp .subslide_7 { background-image: url(img/slides/sub/1120/slides-sub-7.webp); }
	html.webp .subslide_8 { background-image: url(img/slides/sub/1120/slides-sub-8.webp); }
	html.webp .subslide_9 { background-image: url(img/slides/sub/1120/slides-sub-9.webp); }
	html.webp .subslide_10 { background-image: url(img/slides/sub/1120/slides-sub-10.webp); }
	html.webp .subslide_11 { background-image: url(img/slides/sub/1120/slides-sub-11.webp); }
	html.webp .subslide_12 { background-image: url(img/slides/sub/1120/slides-sub-12.webp); }
	html.webp .subslide_13 { background-image: url(img/slides/sub/1120/slides-sub-13.webp); }
}
@media screen and (min-width: 1020px){
	.subslide_0{
		background-size: 1012px;
	}	
}
@media screen and (min-width: 1120px) {
	.subslide {
		margin: 0;
		position: relative;
		overflow: hidden;
	}
	.subslide_0:before{
		content: '';
		position: absolute;
		width: 2000px;
		height: 60px;
		bottom: 0;
		left: calc(50% - 1000px);
		background-image: url(img/slides/sub/slides-sub-angle-bottom.png);
	}
	.subslide_0{
		background-size: 1012px;
		height: 500px;
		background-position: center top 200px;
		padding: 0;
	}	
/*	html.no-webp .subslide_0 { background-image: url(img/slides/sub/1640/slides-sub-0.jpg); }*/
	html.no-webp .subslide_1 { background-image: url(img/slides/sub/1640/slides-sub-1.jpg); }
	html.no-webp .subslide_2 { background-image: url(img/slides/sub/1640/slides-sub-2.jpg); }
	html.no-webp .subslide_3 { background-image: url(img/slides/sub/1640/slides-sub-3.jpg); }
	html.no-webp .subslide_4 { background-image: url(img/slides/sub/1640/slides-sub-4.jpg); }
	html.no-webp .subslide_5 { background-image: url(img/slides/sub/1640/slides-sub-5.jpg); }
	html.no-webp .subslide_6 { background-image: url(img/slides/sub/1640/slides-sub-6.jpg); }
	html.no-webp .subslide_7 { background-image: url(img/slides/sub/1640/slides-sub-7.jpg); }
	html.no-webp .subslide_8 { background-image: url(img/slides/sub/1640/slides-sub-8.jpg); }
	html.no-webp .subslide_9 { background-image: url(img/slides/sub/1640/slides-sub-9.jpg); }
	html.no-webp .subslide_10 { background-image: url(img/slides/sub/1640/slides-sub-10.jpg); }
	html.no-webp .subslide_11 { background-image: url(img/slides/sub/1640/slides-sub-11.jpg); }
	html.no-webp .subslide_12 { background-image: url(img/slides/sub/1640/slides-sub-12.jpg); }
	html.no-webp .subslide_13 { background-image: url(img/slides/sub/1640/slides-sub-13.jpg); }

/*	html.webp .subslide_0 { background-image: url(img/slides/sub/1640/slides-sub-0.webp); }*/
	html.webp .subslide_1 { background-image: url(img/slides/sub/1640/slides-sub-1.webp); }
	html.webp .subslide_2 { background-image: url(img/slides/sub/1640/slides-sub-2.webp); }
	html.webp .subslide_3 { background-image: url(img/slides/sub/1640/slides-sub-3.webp); }
	html.webp .subslide_4 { background-image: url(img/slides/sub/1640/slides-sub-4.webp); }
	html.webp .subslide_5 { background-image: url(img/slides/sub/1640/slides-sub-5.webp); }
	html.webp .subslide_6 { background-image: url(img/slides/sub/1640/slides-sub-6.webp); }
	html.webp .subslide_7 { background-image: url(img/slides/sub/1640/slides-sub-7.webp); }
	html.webp .subslide_8 { background-image: url(img/slides/sub/1640/slides-sub-8.webp); }
	html.webp .subslide_9 { background-image: url(img/slides/sub/1640/slides-sub-9.webp); }
	html.webp .subslide_10 { background-image: url(img/slides/sub/1640/slides-sub-10.webp); }
	html.webp .subslide_11 { background-image: url(img/slides/sub/1640/slides-sub-11.webp); }
	html.webp .subslide_12 { background-image: url(img/slides/sub/1640/slides-sub-12.webp); }
	html.webp .subslide_13 { background-image: url(img/slides/sub/1640/slides-sub-13.webp); }
}

@media screen and (min-width: 1640px) {
	.subslide_0{
		height: 660px;
		background-position: center top 295px;
	}		
/*	html.no-webp .subslide_0 { background-image: url(img/slides/sub/2000/slides-sub-0.jpg); }*/
	html.no-webp .subslide_1 { background-image: url(img/slides/sub/2000/slides-sub-1.jpg); }
	html.no-webp .subslide_2 { background-image: url(img/slides/sub/2000/slides-sub-2.jpg); }
	html.no-webp .subslide_3 { background-image: url(img/slides/sub/2000/slides-sub-3.jpg); }
	html.no-webp .subslide_4 { background-image: url(img/slides/sub/2000/slides-sub-4.jpg); }
	html.no-webp .subslide_5 { background-image: url(img/slides/sub/2000/slides-sub-5.jpg); }
	html.no-webp .subslide_6 { background-image: url(img/slides/sub/2000/slides-sub-6.jpg); }
	html.no-webp .subslide_7 { background-image: url(img/slides/sub/2000/slides-sub-7.jpg); }
	html.no-webp .subslide_8 { background-image: url(img/slides/sub/2000/slides-sub-8.jpg); }
	html.no-webp .subslide_9 { background-image: url(img/slides/sub/2000/slides-sub-9.jpg); }
	html.no-webp .subslide_10 { background-image: url(img/slides/sub/2000/slides-sub-10.jpg); }
	html.no-webp .subslide_11 { background-image: url(img/slides/sub/2000/slides-sub-11.jpg); }
	html.no-webp .subslide_12 { background-image: url(img/slides/sub/2000/slides-sub-12.jpg); }
	html.no-webp .subslide_13 { background-image: url(img/slides/sub/2000/slides-sub-13.jpg); }

/*	html.webp .subslide_0 { background-image: url(img/slides/sub/2000/slides-sub-0.webp); }*/
	html.webp .subslide_1 { background-image: url(img/slides/sub/2000/slides-sub-1.webp); }
	html.webp .subslide_2 { background-image: url(img/slides/sub/2000/slides-sub-2.webp); }
	html.webp .subslide_3 { background-image: url(img/slides/sub/2000/slides-sub-3.webp); }
	html.webp .subslide_4 { background-image: url(img/slides/sub/2000/slides-sub-4.webp); }
	html.webp .subslide_5 { background-image: url(img/slides/sub/2000/slides-sub-5.webp); }
	html.webp .subslide_6 { background-image: url(img/slides/sub/2000/slides-sub-6.webp); }
	html.webp .subslide_7 { background-image: url(img/slides/sub/2000/slides-sub-7.webp); }
	html.webp .subslide_8 { background-image: url(img/slides/sub/2000/slides-sub-8.webp); }
	html.webp .subslide_9 { background-image: url(img/slides/sub/2000/slides-sub-9.webp); }
	html.webp .subslide_10 { background-image: url(img/slides/sub/2000/slides-sub-10.webp); }
	html.webp .subslide_11 { background-image: url(img/slides/sub/2000/slides-sub-11.webp); }
	html.webp .subslide_12 { background-image: url(img/slides/sub/2000/slides-sub-12.webp); }
	html.webp .subslide_13 { background-image: url(img/slides/sub/2000/slides-sub-13.webp); }
}
@media screen and (min-width: 2000px){
	.subslide_0:after{
		content: '';
		position: absolute;
		width: 1px;
		height: 58px;
		background-color: #fff;
		bottom: 0;
		left: calc(50% - 1000px);
		padding-left: 999px;
		margin-left: -999px;
	}
}
/*	</ subslides >	*/

#sync {height: 0; width: 0;}
.syncItem {position: relative; z-index: 0;}
@media screen and (min-width: 800px) {
	#syncMenu { z-index: 1; }
	#syncSidebar { z-index: 1; }
}

/* BELOW THE FOLD (BTF) BEGINS */

/*  < sxn_recent_victories >  */
.sxn_recent_victories {
	z-index: 40;
	position: relative;
	max-width: 3000px;
	overflow: hidden;
	color: #10203c;
	font-size: 0;
}
.sxn_recent_victories .sxn_wrap {
	z-index: 10;
	max-width: 1600px;
}
.sxn_recent_victories .block_heading {
	box-sizing: border-box;
	padding: 0 0 20px;
}
.sxn_recent_victories .cont_heading {
	position: relative;
	margin: 0 0 8px;
	padding: 0 0 11px;
	font: bold 30px/0.95 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sxn_recent_victories .cont_heading:after {
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 69px;
	height: 2px;
	background: #f4bc6f;
}
.sxn_recent_victories .cont_heading small {
	display: block;
	font-size: 20px;
}
.sxn_recent_victories p {
	padding: 0;
	font: bold 15px/1.25 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_recent_victories .element_slide {
	display: inline-block;
	width: calc( 100% - 28px - 28px - 2px );
	text-align: center;
	vertical-align: middle;
}
.sxn_recent_victories .slide_cont {
	box-sizing: border-box;
	padding: 0 7px;
	font-size: 42px;
}
.sxn_recent_victories .slide_cont .slide_cont_wrap:before,
.sxn_recent_victories .slide_cont .slide_cont_wrap:after {
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 105px;
	background: no-repeat;
	background-size: 200%;
}
html.no-webp .sxn_recent_victories .slide_cont .slide_cont_wrap:before,
html.no-webp .sxn_recent_victories .slide_cont .slide_cont_wrap:after {
	background-image: url(img/recent-victories/recent-victories-border.png);
}
html.webp .sxn_recent_victories .slide_cont .slide_cont_wrap:before,
html.webp .sxn_recent_victories .slide_cont .slide_cont_wrap:after {
	background-image: url(img/recent-victories/recent-victories-border.webp);
}
.sxn_recent_victories .slide_cont .slide_cont_wrap:before {
	left: 0;
	background-position: left center;
}
.sxn_recent_victories .slide_cont .slide_cont_wrap:after {
	right: 0;
	background-position: right center;
}
.sxn_recent_victories .slide_cont .slide_cont_wrap {
	position: relative;
	box-sizing: border-box;
	padding: 15px 20px 5px;
	width: 100%;
	height: 105px;
}
.sxn_recent_victories .slide_amount {
	display: block;
	padding: 0 0 6px;
	font: bold 28px/1 'Open Sans Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_recent_victories hr {
	display: block;
	margin: 0;
	padding: 0;
	height: 2px;
	background: #f4bc6e;
	border: 0;
}
.sxn_recent_victories .slide_text {
	display: block;
	padding: 6px 0 0;
	font: bold 14px/1.2 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sxn_recent_victories .element_arrows {
	display: inline-block;
	vertical-align: middle;
}
.sxn_recent_victories .element_arrows a {
	display: block;
	width: 28px;
	height: 43px;
	overflow: hidden;
}
.sxn_recent_victories .element_arrows a img {
	display: block;
	width: 400%;
	height: auto;
}
.sxn_recent_victories .element_arrows .next_slide img { margin: 0 0 0 -100%; }
.sxn_recent_victories .element_arrows .prev_slide:hover img { margin: 0 0 0 -200%; }
.sxn_recent_victories .element_arrows .next_slide:hover img { margin: 0 0 0 -300%; }
@media screen and (min-width: 800px) {
	.sxn_recent_victories .block_heading {
		float: left;
		display: inline-block;
		padding: 0;
		width: 180px;
		vertical-align: middle;
	}
	.sxn_recent_victories .block_slide {
		float: right;
		display: inline-block;
		padding: 53px 0 0;
		width: calc( 100% - 180px - 20px );
		vertical-align: middle;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_recent_victories:before,
	.sxn_recent_victories:after {
		content:'';
		pointer-events: none;
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		height: 48px;
	}
	.sxn_recent_victories:before {
		top: 0;
		background: no-repeat center bottom;
		background-size: auto 100%;
	}
	.sxn_recent_victories:before {
		background-image: url(img/angle-bottom-left.png);
	}
	.sxn_recent_victories:after {
		bottom: 0;
		background: no-repeat center top;
		background-size: auto 100%;
	}
	.sxn_recent_victories:after {
		background-image: url(img/angle-top-right.png);
	}
	.sxn_recent_victories {
		margin: -48px auto -48px;
	}
	.sxn_recent_victories .sxn_wrap {
		padding: 33px 20px 49px;
	}
	.sxn_recent_victories .block_heading {
		width: 265px;
	}
	.sxn_recent_victories .cont_heading {
		margin: 0 0 12px;
		padding: 0 0 17px;
		font-size: 45px;
	}
	.sxn_recent_victories .cont_heading:after {
		width: 69px;
		height: 3px;
	}
	.sxn_recent_victories .cont_heading small {
		font-size: 30px;
	}
	.sxn_recent_victories p {
		font-size: 15px;
	}
	.sxn_recent_victories .block_slide {
		padding: 66px 0 0;
		width: calc( 100% - 265px - 20px );
	}
	.sxn_recent_victories .element_slide {
		width: calc( 100% - 42px - 42px - 2px );
	}
	.sxn_recent_victories .slide_cont {
		padding: 0 10px;
	}
	.sxn_recent_victories .slide_cont .slide_cont_wrap:before,
	.sxn_recent_victories .slide_cont .slide_cont_wrap:after {
		width: 30px;
		height: 157px;
	}
	.sxn_recent_victories .slide_cont .slide_cont_wrap {
		padding: 30px 29px 7px;
		height: 157px;
	}
	.sxn_recent_victories .slide_amount {
		padding: 0 0 9px;
		font-size: 38px;
	}
	.sxn_recent_victories hr {
		height: 3px;
	}
	.sxn_recent_victories .slide_text {
		padding: 9px 0 0;
		font-size: 16px;
	}
	.sxn_recent_victories .element_arrows a {
		width: 42px;
		height: 64px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_recent_victories:before,
	.sxn_recent_victories:after {
		height: 64px;
	}
	.sxn_recent_victories {
		margin: -64px auto -64px;
	}
	.sxn_recent_victories .sxn_wrap {
		padding: 44px 20px 66px;
	}
	.sxn_recent_victories .block_heading {
		width: 354px;
	}
	.sxn_recent_victories .cont_heading {
		margin: 0 0 17px;
		padding: 0 0 23px;
		font-size: 60px;
	}
	.sxn_recent_victories .cont_heading:after {
		width: 93px;
		height: 4px;
	}
	.sxn_recent_victories .cont_heading small {
		font-size: 40px;
	}
	.sxn_recent_victories p {
		font-size: 20px;
	}
	.sxn_recent_victories .block_slide {
		padding: 89px 0 0;
		width: 1186px;
	}
	.sxn_recent_victories .element_slide {
		width: calc( 100% - 56px - 56px - 2px );
	}
	.sxn_recent_victories .slide_cont {
		padding: 0 14px;
	}
	.sxn_recent_victories .slide_cont .slide_cont_wrap:before,
	.sxn_recent_victories .slide_cont .slide_cont_wrap:after {
		width: 41px;
		height: 210px;
	}
	.sxn_recent_victories .slide_cont .slide_cont_wrap {
		padding: 30px 39px 10px;
		height: 210px;
	}
	.sxn_recent_victories .slide_amount {
		padding: 0 0 12px;
		font-size: 57px;
	}
	.sxn_recent_victories hr {
		height: 4px;
	}
	.sxn_recent_victories .slide_text {
		padding: 12px 0 0;
		font-size: 25px;
	}
	.sxn_recent_victories .element_arrows a {
		width: 56px;
		height: 86px;
	}
}
/*  </ sxn_recent_victories >  */

/*  < sxn_practice_areas >  */
.sxn_practice_areas {
	position: relative;
	margin: auto;
	max-width: 3000px;
	overflow: hidden;
	color: #fff;
	font-size: 0;
	text-align: center;
	background: #000 no-repeat center;
	background-size: cover;
}
html.no-webp .sxn_practice_areas.imgSet {
	background-image: url(img/sb/practice-areas/sb-practice-areas-bg.jpg);
}
html.webp .sxn_practice_areas.imgSet {
	background-image: url(img/sb/practice-areas/sb-practice-areas-bg.webp);
}
.sxn_practice_areas .sxn_wrap {
	z-index: 10;
	max-width: 1600px;
}
.sxn_practice_areas .cont_heading {
	padding: 0 0 13px;
	font: bold 30px/1.05 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sxn_practice_areas .cont_heading small {
	font-size: 20px;
}
.sxn_practice_areas hr {
	box-sizing: border-box;
	display: block;
	margin: auto;
	padding: 0;
	width: 100%;
	max-width: 176px;
	height: 2px;
	background: #f5bc6f;
	border: 0;
}
.sxn_practice_areas ul {
	padding: 18px 0 0;
}
.sxn_practice_areas ul li {
	box-sizing: border-box;
	display: block;
	padding: 0 0 7px;
	font: 14px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sxn_practice_areas ul li:last-of-type {
	padding: 0;
}
.sxn_practice_areas ul li a:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	background: no-repeat left center;
	background-size: 840px 50px;
}
html.no-webp .sxn_practice_areas.imgSet ul li a:before {
	background-image: url(img/sb/practice-areas/sb-practice-areas-sprite.jpg);
}
html.webp .sxn_practice_areas.imgSet ul li a:before {
	background-image: url(img/sb/practice-areas/sb-practice-areas-sprite.webp);
}
.sxn_practice_areas ul .item_1 a:hover:before {
	background-position: left -60px center;
}
.sxn_practice_areas ul .item_2 a:before {
	background-position: left -120px center;
}
.sxn_practice_areas ul .item_2 a:hover:before {
	background-position: left -180px center;
}
.sxn_practice_areas ul .item_3 a:before {
	background-position: left -240px center;
}
.sxn_practice_areas ul .item_3 a:hover:before {
	background-position: left -300px center;
}
.sxn_practice_areas ul .item_4 a:before {
	background-position: left -360px center;
}
.sxn_practice_areas ul .item_4 a:hover:before {
	background-position: left -420px center;
}
.sxn_practice_areas ul .item_5 a:before {
	background-position: left -480px center;
}
.sxn_practice_areas ul .item_5 a:hover:before {
	background-position: left -540px center;
}
.sxn_practice_areas ul .item_6 a:before {
	background-position: left -600px center;
}
.sxn_practice_areas ul .item_6 a:hover:before {
	background-position: left -660px center;
}
.sxn_practice_areas ul .item_7 a:before {
	background-position: left -720px center;
}
.sxn_practice_areas ul .item_7 a:hover:before {
	background-position: left -780px center;
}
.sxn_practice_areas ul li a:after {
	content:'';
	position: absolute;
	top: 0;
	left: 60px;
	width: 9px;
	height: 100%;
	background: repeat-y left center;
	background-size: 9px;
}
html.no-webp .sxn_practice_areas.imgSet ul li a:after {
	background-image: url(img/sb/practice-areas/sb-practice-areas-sprite-shadow.png);
}
html.webp .sxn_practice_areas.imgSet ul li a:after {
	background-image: url(img/sb/practice-areas/sb-practice-areas-sprite-shadow.webp);
}
.sxn_practice_areas ul li a {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 0 0 0 60px;
	height: 50px;
	overflow: hidden;
	color: #10203c;
	background: #f5bd6f;
	border-radius: 3px;
}
.sxn_practice_areas ul li a:hover {
	background: #fff;
}
.sxn_practice_areas ul li a span {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 7px 0 0;
	width: 100%;
	height: 100%;
	background: no-repeat center bottom;
	background-size: 174px;
}
html.no-webp .sxn_practice_areas.imgSet ul li a span {
	background-image: url(img/sb/practice-areas/sb-practice-areas-item-shadow.png);
}
html.webp .sxn_practice_areas.imgSet ul li a span {
	background-image: url(img/sb/practice-areas/sb-practice-areas-item-shadow.webp);
}
@media screen and (min-width: 600px) {
	.sxn_practice_areas .sxn_wrap {
		padding: 20px 12px;
	}
	.sxn_practice_areas ul li {
		display: inline-block;
		margin: 0 4px 0;
		vertical-align: top;
		width: calc( 50% - 10px );
	}
}
@media screen and (min-width: 800px) {
	.sxn_practice_areas .sxn_wrap {
		max-width: 760px;
		padding: 20px;
	}
	.sxn_practice_areas ul li {
		width: 153px;
		font-size: 10px;
	}
	.sxn_practice_areas ul .item_5,
	.sxn_practice_areas ul .item_6,
	.sxn_practice_areas ul .item_7 {
		padding: 0;
	}
	.sxn_practice_areas ul .item_2 {
		animation-delay: 0.2s;
	}
	.sxn_practice_areas ul .item_3 {
		animation-delay: 0.4s;
	}
	.sxn_practice_areas ul .item_4 {
		animation-delay: 0.6s;
	}
	.sxn_practice_areas ul .item_6 {
		animation-delay: 0.2s;
	}
	.sxn_practice_areas ul .item_7 {
		animation-delay: 0.4s;
	}

	.sxn_practice_areas ul li a:before {
		top: 0;
		width: 153px;
		height: 70px;
		background-size: 2142px 70px;
	}
	html.no-webp .sxn_practice_areas.imgSet ul li a:before {
		background-image: url(img/practice-areas/practice-areas-sprite.jpg);
	}
	html.webp .sxn_practice_areas.imgSet ul li a:before {
		background-image: url(img/practice-areas/practice-areas-sprite.webp);
	}
	.sxn_practice_areas ul .item_1 a:before {
		background-position: left center;
	}
	.sxn_practice_areas ul .item_1 a:hover:before {
		background-position: left -153px center;
	}
	.sxn_practice_areas ul .item_2 a:before {
		background-position: left -306px center;
	}
	.sxn_practice_areas ul .item_2 a:hover:before {
		background-position: left -459px center;
	}
	.sxn_practice_areas ul .item_3 a:before {
		background-position: left -612px center;
	}
	.sxn_practice_areas ul .item_3 a:hover:before {
		background-position: left -765px center;
	}
	.sxn_practice_areas ul .item_4 a:before {
		background-position: left -918px center;
	}
	.sxn_practice_areas ul .item_4 a:hover:before {
		background-position: left -1071px center;
	}
	.sxn_practice_areas ul .item_5 a:before {
		background-position: left -1224px center;
	}
	.sxn_practice_areas ul .item_5 a:hover:before {
		background-position: left -1377px center;
	}
	.sxn_practice_areas ul .item_6 a:before {
		background-position: left -1530px center;
	}
	.sxn_practice_areas ul .item_6 a:hover:before {
		background-position: left -1683px center;
	}
	.sxn_practice_areas ul .item_7 a:before {
		background-position: left -1836px center;
	}
	.sxn_practice_areas ul .item_7 a:hover:before {
		background-position: left -1989px center;
	}
	.sxn_practice_areas ul li a:after {
		top: auto;
		top: inherit;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 52px;
		background: no-repeat;
		background-size: 100%;
	}
	html.no-webp .sxn_practice_areas.imgSet ul li a:after {
		background-image: url(img/practice-areas/practice-areas-item-bg.png);
	}
	html.webp .sxn_practice_areas.imgSet ul li a:after {
		background-image: url(img/practice-areas/practice-areas-item-bg.webp);
	}
	.sxn_practice_areas ul li a:hover:after {
		background-position: center bottom;
	}
	.sxn_practice_areas ul li a {
		padding: 0;
		height: 105px;
	}
	.sxn_practice_areas ul li a span {
		z-index: 20;
		position: absolute;
		bottom: 0;
		padding: 0 0 10px;
		height: auto;
		background: none;
	}
	html.no-webp .sxn_practice_areas.imgSet ul li a span {
		background: none;
	}
	html.webp .sxn_practice_areas.imgSet ul li a span {
		background: none;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_practice_areas:after {
		content:'';
		pointer-events: none;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 48px;
		background: no-repeat center bottom;
		background-size: auto 100%;
	}
	.sxn_practice_areas.imgSet:after {
		background-image: url(img/angle-bottom-right.png);
	}
	html.no-webp .sxn_practice_areas.imgSet {
		background-image: url(img/practice-areas/practice-areas-bg.jpg);
	}
	html.webp .sxn_practice_areas.imgSet {
		background-image: url(img/practice-areas/practice-areas-bg.webp);
	}
	.sxn_practice_areas .sxn_wrap {
		padding: 89px 20px 83px;
		max-width: 1080px;
	}
	.sxn_practice_areas .cont_heading {
		padding: 0 0 19px;
		font-size: 45px;
	}
	.sxn_practice_areas .cont_heading small {
		font-size: 30px;
	}
	.sxn_practice_areas hr {
		max-width: 264px;
		height: 3px;
	}
	.sxn_practice_areas ul {
		padding: 27px 0 0;
	}
	.sxn_practice_areas ul li {
		margin: 0 6px;
		padding: 0 0 14px;
		width: 230px;
		font-size: 14px;
	}
	.sxn_practice_areas ul li a:before {
		width: 230px;
		height: 105px;
		background-size: 3220px 105px;
	}
	.sxn_practice_areas ul .item_1 a:before {
		background-position: left center;
	}
	.sxn_practice_areas ul .item_1 a:hover:before {
		background-position: left -230px center;
	}
	.sxn_practice_areas ul .item_2 a:before {
		background-position: left -460px center;
	}
	.sxn_practice_areas ul .item_2 a:hover:before {
		background-position: left -690px center;
	}
	.sxn_practice_areas ul .item_3 a:before {
		background-position: left -920px center;
	}
	.sxn_practice_areas ul .item_3 a:hover:before {
		background-position: left -1150px center;
	}
	.sxn_practice_areas ul .item_4 a:before {
		background-position: left -1380px center;
	}
	.sxn_practice_areas ul .item_4 a:hover:before {
		background-position: left -1610px center;
	}
	.sxn_practice_areas ul .item_5 a:before {
		background-position: left -1840px center;
	}
	.sxn_practice_areas ul .item_5 a:hover:before {
		background-position: left -2070px center;
	}
	.sxn_practice_areas ul .item_6 a:before {
		background-position: left -2300px center;
	}
	.sxn_practice_areas ul .item_6 a:hover:before {
		background-position: left -2530px center;
	}
	.sxn_practice_areas ul .item_7 a:before {
		background-position: left -2760px center;
	}
	.sxn_practice_areas ul .item_7 a:hover:before {
		background-position: left -2990px center;
	}
	.sxn_practice_areas ul li a:after {
		height: 78px;
	}
	.sxn_practice_areas ul li a {
		height: 158px;
		border-radius: 7px;
	}
	.sxn_practice_areas ul li a span {
		padding: 0 0 18px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_practice_areas:after {
		height: 64px;
	}
	.sxn_practice_areas .sxn_wrap {
		padding: 119px 20px 111px;
		max-width: 1600px;
	}
	.sxn_practice_areas .cont_heading {
		padding: 0 0 26px;
		font-size: 60px;
	}
	.sxn_practice_areas .cont_heading small {
		font-size: 40px;
	}
	.sxn_practice_areas hr {
		max-width: 352px;
		height: 4px;
	}
	.sxn_practice_areas ul {
		padding: 37px 0 0;
	}
	.sxn_practice_areas ul li {
		margin: 0 8px;
		padding: 0 0 18px;
		width: 307px;
		font-size: 18px;
	}
	.sxn_practice_areas ul li a:before {
		width: 307px;
		height: 140px;
		background-size: auto;
	}
	.sxn_practice_areas ul .item_1 a:before {
		background-position: left center;
	}
	.sxn_practice_areas ul .item_1 a:hover:before {
		background-position: left -307px center;
	}
	.sxn_practice_areas ul .item_2 a:before {
		background-position: left -614px center;
	}
	.sxn_practice_areas ul .item_2 a:hover:before {
		background-position: left -921px center;
	}
	.sxn_practice_areas ul .item_3 a:before {
		background-position: left -1228px center;
	}
	.sxn_practice_areas ul .item_3 a:hover:before {
		background-position: left -1535px center;
	}
	.sxn_practice_areas ul .item_4 a:before {
		background-position: left -1842px center;
	}
	.sxn_practice_areas ul .item_4 a:hover:before {
		background-position: left -2149px center;
	}
	.sxn_practice_areas ul .item_5 a:before {
		background-position: left -2456px center;
	}
	.sxn_practice_areas ul .item_5 a:hover:before {
		background-position: left -2763px center;
	}
	.sxn_practice_areas ul .item_6 a:before {
		background-position: left -3070px center;
	}
	.sxn_practice_areas ul .item_6 a:hover:before {
		background-position: left -3377px center;
	}
	.sxn_practice_areas ul .item_7 a:before {
		background-position: left -3684px center;
	}
	.sxn_practice_areas ul .item_7 a:hover:before {
		background-position: left -3991px center;
	}
	.sxn_practice_areas ul li a:after {
		height: 104px;
	}
	.sxn_practice_areas ul li a {
		height: 211px;
		border-radius: 10px;
	}
	.sxn_practice_areas ul li a span {
		padding: 0 0 24px;
	}
}
/*  </ sxn_practice_areas >  */

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 .sxn_wrap {
	position: relative;
	margin: auto;
	max-width: 1600px;
}
#contentArea .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.article {
	padding: 20px;
	color: #10203c;
	font: 16px/1.7 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
	#crumbs {
		margin: 0 0 20px;
		font-size: 12px;
	}
	.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: #86a2d3;
	}
	.article a:hover {
		text-decoration: underline;
	}
	.article ul,
	.article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		padding: 0 0 5px 0;
		color: #10203c;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 1.2;
	}
	.article h1 {
		position: relative;
		margin: 0 0 17px;
		padding: 0 0 14px;
		font-size: 25px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1;
	}
	.article h1:after {
		content:'';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 175px;
		height: 2px;
		background: #f4bc6f;
	}
	.article h2 {
		padding: 0 0 5px;
		font-size: 18px;
		font-weight: bold;
	}
	.article h3 {
		padding: 0 0 6px;
		font-size: 16px;
		font-weight: bold;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.article p {
		padding: 0 0 15px;
	}
	.article .headshot {
		float: left;
		margin: 0 15px 5px 0;
		width: 40%;
		max-width: 220px;
	}
	.article .mc_fullsize {
		display: block;
		width: 100%;
		height: auto;
	}
	.article .alignright,
	.article .aligncenter,
	.article .alignleft {
		display: block;
		margin: 10px auto;
	}
	.article .mcImgScale {
		/*Do not add any additional css to this class.*/
		max-width: 100%;
	}
	#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 img {
		width: 64px;
		height: 16px;
	}
	.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;}
	/*   < custom #shareThisPage >  */
/* 
	body.home #shareThisPage {
		border: 0;
	}
 */
	/*   </ custom #shareThisPage >  */
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}

	/*  < mc_read_more_btn >  */
	.article .mc_read_more {
		margin: 20px 0 0;
		/* overflow-anchor: none; */
	}
	.article .mc_read_more a {
		cursor: pointer;
		position: relative;
		box-sizing: border-box;
		display: inline-block;
		padding: 0 24px 0 0;
		height: 27px;
		color: #10203c;
		line-height: 1;
		font: 22px/1 'Open Sans', sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
	.article .mc_read_more a:hover {
		color: #6881af;
		text-decoration: none;
	}
	.article .mc_read_more a:after {
		content:'';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 14.25px;
		height: 100%;
		background: no-repeat left center;
		background-size: auto 100%;
	}
	html.no-webp .article .mc_read_more a:after {
		background-image: url(img/content/content-read-more-arrow.png);
	}
	html.webp .article .mc_read_more a:after {
		background-image: url(img/content/content-read-more-arrow.webp);
	}
	.article .mc_read_more a:hover:after {
		background-position: right center;
	}
	.article .mc_read_more a span {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: perspective(1px) translateY(-50%);
		display: block;
	}
	.article .mc_hidden { display: none; }
	.article .mc_hidden.active { display: block; }
	@media screen and (min-width: 1640px) {
		.article .mc_read_more a {
			padding: 0 33px 0 0;
			height: 36px;
			font-size: 30px;
		}
		.article .mc_read_more a:after {
			width: 19px;
		}
	}
	/*  </ mc_read_more_btn >  */

	.article .mc_legal_team {
		padding: 0;
	}
	.article .mc_legal_team li {
		clear: both;
		display: block;
		padding: 0 0 20px;
		overflow: hidden;
	}

.sidebar {
	margin: auto;
	width: 100%;
	max-width: 450px;
	line-height: 1;
}

/*  < sb_blog_tags >  */
.sb_blog_tags { padding: 0 20px 0; }
.sb_blog_tags h2 {
	padding: 0 0 10px;
	color: #10203c;
	font: 600 18px/1.15 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sb_blog_tags h2:last-of-type {
	padding: 10px 0 10px;
}
.sb_blog_tags ul {
	padding: 0 0 10px 20px;
}
.sb_blog_tags ul li {
	list-style-type: disc;
}
.sb_blog_tags ul li a {
	color: #86a2d3;
	font-size: 16px;
	line-height: 1.3;
}
.sb_blog_tags ul li a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 1120px) {
	.sb_blog_tags h2 {
		font-size: 24px;
	}
	.sb_blog_tags ul li a {
		font-size: 18px;
	}
}
/*  </ sb_blog_tags >  */

/*  < sb_photo > */
.sb_photo img {
	display: block;
	width: 100%;
	height: auto;
}
/*  </ sb_photo > */

/*  < sb_practice_areas >  */
.sb_practice_areas {
	padding: 15px 14px 18px;
	overflow: hidden;
	color: #fff;
	font-size: 0;
	text-align: center;
	background: #000 no-repeat center;
	background-size: cover;
	border-radius: 7px;
}
html.no-webp .sb_practice_areas.imgSet {
	background-image: url(img/sb/practice-areas/sb-practice-areas-bg.jpg);
}
html.webp .sb_practice_areas.imgSet {
	background-image: url(img/sb/practice-areas/sb-practice-areas-bg.webp);
}
.sb_practice_areas h2 {
	padding: 0 0 12px;
	font: bold 20px/1.05 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sb_practice_areas hr {
	box-sizing: border-box;
	display: block;
	margin: auto;
	padding: 0;
	width: 100%;
	height: 3px;
	background: #f5bc6f;
	border: 0;
}
.sb_practice_areas ul {
	padding: 15px 0 0;
}
.sb_practice_areas ul li {
	display: block;
	padding: 0 0 7px;
	font: 14px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sb_practice_areas ul li:last-of-type {
	padding: 0;
}
.sb_practice_areas ul li a:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	background: no-repeat left center;
	background-size: 840px 50px;
}
html.no-webp .sb_practice_areas ul li a:before {
	background-image: url(img/sb/practice-areas/sb-practice-areas-sprite.jpg);
}
html.webp .sb_practice_areas ul li a:before {
	background-image: url(img/sb/practice-areas/sb-practice-areas-sprite.webp);
}
.sb_practice_areas ul .item_1 a:hover:before {
	background-position: left -60px center;
}
.sb_practice_areas ul .item_2 a:before {
	background-position: left -120px center;
}
.sb_practice_areas ul .item_2 a:hover:before {
	background-position: left -180px center;
}
.sb_practice_areas ul .item_3 a:before {
	background-position: left -240px center;
}
.sb_practice_areas ul .item_3 a:hover:before {
	background-position: left -300px center;
}
.sb_practice_areas ul .item_4 a:before {
	background-position: left -360px center;
}
.sb_practice_areas ul .item_4 a:hover:before {
	background-position: left -420px center;
}
.sb_practice_areas ul .item_5 a:before {
	background-position: left -480px center;
}
.sb_practice_areas ul .item_5 a:hover:before {
	background-position: left -540px center;
}
.sb_practice_areas ul .item_6 a:before {
	background-position: left -600px center;
}
.sb_practice_areas ul .item_6 a:hover:before {
	background-position: left -660px center;
}
.sb_practice_areas ul .item_7 a:before {
	background-position: left -720px center;
}
.sb_practice_areas ul .item_7 a:hover:before {
	background-position: left -780px center;
}
.sb_practice_areas ul li a:after {
	content:'';
	position: absolute;
	top: 0;
	left: 60px;
	width: 9px;
	height: 100%;
	background: repeat-y left center;
	background-size: 9px;
}
html.no-webp .sb_practice_areas ul li a:after {
	background-image: url(img/sb/practice-areas/sb-practice-areas-sprite-shadow.png);
}
html.webp .sb_practice_areas ul li a:after {
	background-image: url(img/sb/practice-areas/sb-practice-areas-sprite-shadow.webp);
}
.sb_practice_areas ul li a {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 0 0 0 60px;
	height: 50px;
	overflow: hidden;
	color: #10203c;
	background: #f5bd6f;
	border-radius: 3px;
}
.sb_practice_areas ul li a:hover {
	background: #fff;
}
.sb_practice_areas ul li a span {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 7px 0 0;
	width: 100%;
	height: 100%;
	background: no-repeat center bottom;
	background-size: 174px;
}
html.no-webp .sb_practice_areas ul li a span {
	background-image: url(img/sb/practice-areas/sb-practice-areas-item-shadow.png);
}
html.webp .sb_practice_areas ul li a span {
	background-image: url(img/sb/practice-areas/sb-practice-areas-item-shadow.webp);
}
@media screen and (min-width: 1120px) {
	.sb_practice_areas {
		padding: 21px 18px 25px;
		border-radius: 10px;
	}
	.sb_practice_areas h2 {
		padding: 0 0 17px;
		font-size: 27px;
	}
	.sb_practice_areas hr {
		height: 4px;
	}
	.sb_practice_areas ul {
		padding: 21px 0 0;
	}
	.sb_practice_areas ul li {
		padding: 0 0 10px;
		font-size: 18px;
	}
	.sb_practice_areas ul li a:before {
		width: 81px;
		background-size: auto;
	}
	.sb_practice_areas ul .item_1 a:before {
		background-position: left center;
	}
	.sb_practice_areas ul .item_1 a:hover:before {
		background-position: left -81px center;
	}
	.sb_practice_areas ul .item_2 a:before {
		background-position: left -162px center;
	}
	.sb_practice_areas ul .item_2 a:hover:before {
		background-position: left -243px center;
	}
	.sb_practice_areas ul .item_3 a:before {
		background-position: left -324px center;
	}
	.sb_practice_areas ul .item_3 a:hover:before {
		background-position: left -405px center;
	}
	.sb_practice_areas ul .item_4 a:before {
		background-position: left -486px center;
	}
	.sb_practice_areas ul .item_4 a:hover:before {
		background-position: left -567px center;
	}
	.sb_practice_areas ul .item_5 a:before {
		background-position: left -648px center;
	}
	.sb_practice_areas ul .item_5 a:hover:before {
		background-position: left -729px center;
	}
	.sb_practice_areas ul .item_6 a:before {
		background-position: left -810px center;
	}
	.sb_practice_areas ul .item_6 a:hover:before {
		background-position: left -891px center;
	}
	.sb_practice_areas ul .item_7 a:before {
		background-position: left -972px center;
	}
	.sb_practice_areas ul .item_7 a:hover:before {
		background-position: left -1053px center;
	}
	.sb_practice_areas ul li a:after {
		left: 81px;
		width: 12px;
		background-size: auto;
	}
	.sb_practice_areas ul li a {
		padding: 0 0 0 81px;
		height: 67px;
		border-radius: 4px;
	}
	.sb_practice_areas ul li a span {
		padding: 10px 0 0;
		background-size: 232px;
	}
}
/*  </ sb_practice_areas >  */

/*  < sb_testimonials >  */
.sb_testimonials {
	padding: 15px 14px 18px;
	overflow: hidden;
	color: #fff;
	font-size: 0;
	text-align: center;
	background: #000 no-repeat center;
	background-size: cover;
	border-radius: 7px;
}
html.no-webp .sb_testimonials.imgSet {
	background-image: url(img/sb/testimonials/sb-testimonials-bg.jpg);
}
html.webp .sb_testimonials.imgSet {
	background-image: url(img/sb/testimonials/sb-testimonials-bg.webp);
}
.sb_testimonials a {
	color: #f5bc6f;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.sb_testimonials a:hover {
	color: #fff;
	text-decoration: underline;
}
.sb_testimonials h2 {
	padding: 0 0 12px;
	font: bold 20px/1.05 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sb_testimonials hr {
	box-sizing: border-box;
	display: block;
	margin: auto;
	padding: 0;
	height: 3px;
	width: 100%;
	background: #f4bc6e;
	border: 0;
}
.sb_testimonials .cont_google_reviews {
	padding: 14px 0;
}
.sb_testimonials .cont_google_reviews img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 174px;
	height: auto;
}
.sb_testimonials .slide_cont .slide_cont_wrap {
	padding: 0 0 32px;
}
.sb_testimonials .slide_stars {
	padding: 0 0 10px;
}
.sb_testimonials .slide_stars img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 136px;
	height: auto;
}
.sb_testimonials .slide_heading {
	display: block;
	padding: 0 0 8px;
	font: bold 16px/1.4 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sb_testimonials p {
	padding: 0 0 7px;
	font: 14px/1.5 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sb_testimonials p a {
	display: inline-block;
}
.sb_testimonials .slide_attribution {
	font: bold 16px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sb_testimonials .element_arrows a {
	display: inline-block;
	width: 42px;
	height: 65px;
	overflow: hidden;
	vertical-align: middle;
}
.sb_testimonials .element_arrows a img {
	display: block;
	width: 400%;
	height: auto;
}
.sb_testimonials .element_arrows .next_slide img { margin: 0 0 0 -100%; }
.sb_testimonials .element_arrows .prev_slide:hover img { margin: 0 0 0 -200%; }
.sb_testimonials .element_arrows .next_slide:hover img { margin: 0 0 0 -300%; }
.sb_testimonials .element_arrows .arrow_divider {
	display: inline-block;
	margin: 0 6px 0;
	width: 2px;
	height: 36px;
	vertical-align: middle;
	background: #afadaa;
}
@media screen and (min-width: 1120px) {
	.sb_testimonials {
		padding: 21px 18px 25px;
		border-radius: 10px;
	}
	.sb_testimonials h2 {
		padding: 0 0 17px;
		font-size: 27px;
	}
	.sb_testimonials hr {
		height: 4px;
	}
	.sb_testimonials .cont_google_reviews {
		padding: 19px 0 18px;
	}
	.sb_testimonials .cont_google_reviews img {
		max-width: 233px;
	}
	.sb_testimonials .slide_cont .slide_cont_wrap {
		padding: 0 0 43px;
	}
	.sb_testimonials .slide_stars {
		padding: 0 0 14px;
	}
	.sb_testimonials .slide_stars img {
		max-width: 182px;
	}
	.sb_testimonials .slide_heading {
		padding: 0 0 11px;
		font-size: 22px;
	}
	.sb_testimonials p {
		padding: 0 0 10px;
		font-size: 18px;
	}
	.sb_testimonials .slide_attribution {
		font-size: 22px;
	}
	.sb_testimonials .element_arrows a {
		width: 57px;
		height: 87px;
	}
	.sb_testimonials .element_arrows .arrow_divider {
		margin: 0 9px 0;
		height: 49px;
		background: #fff;
	}
}
/*  </ sb_testimonials >  */

/* Content Area */
@media screen and (min-width: 800px) {
	#contentArea .sxn_wrap { padding: 20px; }
	.article {
		float: left;
		padding: 0;
		width: calc( 100% - 20px - 300px );
	}
/* 
	body.home .article {
		float: right;
	}
 */
	.fwEntry .article {
		float: none;
		margin: auto;
		width: auto;
	}
	.article .alignright {
		float: right;
		margin: 0 0 5px 15px;
	}
	.article .aligncenter {
		display: block;
		margin: auto;
	}
	.article .alignleft {
		float: left;
		margin: 0 15px 5px 0;
	}
	.sidebar {
		float: right;
		max-width: 300px;
	}
/* 
	body.home .sidebar {
		float: left;
	}
 */
}
@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: 1120px) {
	#contentArea .sxn_wrap { padding: 50px 40px; }
/* 
	body.home #contentArea .sxn_wrap {
		padding: 258px 40px 50px;
	}
 */
	.article {
		width: calc( 100% - 40px - 388px );
		font-size: 18px;
	}
/* 
	body.home .article {
		width: calc( 100% - 60px - 400px );
	}
 */
	.article h1 {
		margin: 0 0 25px;
		padding: 0 0 21px;
		font-size: 41px;
		line-height: 0.96;
	}
	.article h1:after {
		width: 262px;
		height: 3px;
	}
	.article h2 {
		padding: 0 0 7px;
		font-size: 26px;
	}
	.article h3 {
		padding: 0 0 9px;
		font-size: 18px;
	}
	.article h4,
	.article h5,
	.article h6 {
		font-size: 18px;
	}
	.article p {
		padding: 0 0 23px;
	}
	.sidebar {
		max-width: 388px;
	}
/* 
	body.home .sidebar {
		max-width: 400px;
	}
 */
}
@media screen and (min-width: 1640px) {
	#contentArea .sxn_wrap { padding: 77px 60px; }
/* 
	body.home #contentArea .sxn_wrap {
		padding: 345px 60px 77px;
	}
 */
	.article {
		width: calc( 100% - 60px - 388px );
	}
/* 
	body.home .article {
		width: calc( 100% - 60px - 534px );
	}
 */
	.article h1 {
		margin: 0 0 34px;
		padding: 0 0 28px;
		font-size: 55px;
		line-height: 0.92;
	}
	.article h1:after {
		width: 350px;
		height: 4px;
	}
	.article h2 {
		padding: 0 0 10px;
		font-size: 35px;
	}
	.article h3 {
		padding: 0 0 13px;
		font-size: 25px;
	}
	.article p {
		padding: 0 0 31px;
	}
/* 
	body.home .sidebar {
		max-width: 532px;
	}
 */
}

/*  < hide sb elements >  */
body.sb_short .sb_testimonials { display: none; }
/*  </ hide sb elements >  */

/*  < mc_homepage_h1 >  */
.article .mc_homepage_h1 h1 {
	padding: 0 0 15px;
	line-height: 1;
}
.article .mc_homepage_h1 h1 small {
	display: block;
}
@media screen and (min-width: 1640px) {
	.article .mc_homepage_h1 {
		top: 50px;
		padding: 0 30px;
	}
	.article .mc_homepage_h1 h1 {
		font-size: 60px;
		line-height: 0.98;
	}
	.article .mc_homepage_h1 h1 small {
		font-size: 30px;
	}
}
@media screen and (min-width: 1120px) {
	.article .mc_homepage_h1 {
		position: absolute;
		top: 50px;
		left: 0;
		padding: 0 30px;
	}
	.article .mc_homepage_h1 h1 {
		padding: 0 0 30px;
		font-size: 60px;
		line-height: 0.96;
	}
	.article .mc_homepage_h1 h1 small {
		font-size: 30px;
	}
}
@media screen and (min-width: 1640px) {
	.article .mc_homepage_h1 {
		top: 70px;
		padding: 0 30px;
	}
	.article .mc_homepage_h1 h1 {
		padding: 0 0 30px;
		font-size: 60px;
		line-height: 0.92;
	}
	.article .mc_homepage_h1 h1 small {
		font-size: 30px;
	}
}
/*  </ mc_homepage_h1 >  */

/*  < sxn_testimonials >  */
.sxn_testimonials {
	position: relative;
	margin: auto;
	max-width: 3000px;
	overflow: hidden;
	color: #fff;
	font-size: 0;
	text-align: center;
	background: #000 no-repeat center;
	background-size: cover;
}
html.no-webp .sxn_testimonials.imgSet {
	background-image: url(img/sb/testimonials/sb-testimonials-bg.jpg);
}
html.webp .sxn_testimonials.imgSet {
	background-image: url(img/sb/testimonials/sb-testimonials-bg.webp);
}
.sxn_testimonials .sxn_wrap {
	position: relative;
	max-width: 1640px;
}
.sxn_testimonials a {
	color: #f5bc6f;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.sxn_testimonials a:hover {
	color: #fff;
	text-decoration: underline;
}
.sxn_testimonials .cont_heading {
	padding: 0 0 12px;
	font: bold 30px/1.05 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sxn_testimonials .cont_heading small {
	font-size: 20px;
}
.sxn_testimonials hr {
	box-sizing: border-box;
	display: block;
	margin: auto;
	padding: 0;
	height: 2px;
	width: 100%;
	max-width: 176px;
	background: #f4bc6e;
	border: 0;
}
.sxn_testimonials .cont_google_reviews {
	padding: 14px 0;
}
.sxn_testimonials .cont_google_reviews img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 174px;
	height: auto;
}
.sxn_testimonials .slide_cont {
	box-sizing: border-box;
}
.sxn_testimonials .slide_cont .slide_cont_wrap {
	box-sizing: border-box;
	padding: 0 0 32px;
}
.sxn_testimonials .slide_stars {
	padding: 0 0 10px;
}
.sxn_testimonials .slide_stars img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 136px;
	height: auto;
}
.sxn_testimonials .slide_heading {
	display: block;
	padding: 0 0 8px;
	font: bold 16px/1.4 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_testimonials p {
	padding: 0 0 7px;
	font: 14px/1.5 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_testimonials p a {
	display: inline-block;
}
.sxn_testimonials .slide_attribution {
	font: bold 16px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_testimonials .element_arrows a {
	display: inline-block;
	width: 42px;
	height: 65px;
	overflow: hidden;
	vertical-align: middle;
}
.sxn_testimonials .element_arrows a img {
	display: block;
	width: 400%;
	height: auto;
}
.sxn_testimonials .element_arrows .next_slide img { margin: 0 0 0 -100%; }
.sxn_testimonials .element_arrows .prev_slide:hover img { margin: 0 0 0 -200%; }
.sxn_testimonials .element_arrows .next_slide:hover img { margin: 0 0 0 -300%; }
.sxn_testimonials .element_arrows .arrow_divider {
	display: inline-block;
	margin: 0 6px 0;
	width: 2px;
	height: 36px;
	vertical-align: middle;
	background: #afadaa;
}
@media screen and (min-width: 600px) {
	.sxn_testimonials .slide_cont .slide_cont_wrap {
		position: relative;
		padding: 0 20px 20px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_testimonials:before,
	.sxn_testimonials:after {
		content:'';
		pointer-events: none;
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		height: 48px;
	}
	.sxn_testimonials:before {
		top: 0;
		background: no-repeat center bottom;
		background-size: auto 100%;
	}
	.sxn_testimonials.imgSet:before {
		background-image: url(img/angle-top-right.png);
	}
	.sxn_testimonials:after {
		bottom: 0;
		background: no-repeat center top;
		background-size: auto 100%;
	}
	.sxn_testimonials.imgSet:after {
		background-image: url(img/angle-bottom-right.png);
	}
	html.no-webp .sxn_testimonials.imgSet {
		background-image: url(img/testimonials/testimonials-bg.jpg);
	}
	html.webp .sxn_testimonials.imgSet {
		background-image: url(img/testimonials/testimonials-bg.jpg);
	}
	.sxn_testimonials .sxn_wrap {
		padding: 78px 20px 27px;
	}
	.sxn_testimonials .cont_heading {
		padding: 0 0 14px;
		font-size: 45px;
	}
	.sxn_testimonials .cont_heading small {
		font-size: 30px;
	}
	.sxn_testimonials hr {
		max-width: 264px;
		height: 3px;
	}
	.sxn_testimonials .cont_google_reviews {
		padding: 17px 0 38px;
	}
	.sxn_testimonials .cont_google_reviews img {
		max-width: 220px;
	}
	.sxn_testimonials .slide_cont {
		padding: 0 23px;
	}
	.sxn_testimonials .slide_cont .slide_cont_wrap:before,
	.sxn_testimonials .slide_cont .slide_cont_wrap:after {
		content:'';
		pointer-events: none;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 50%;
		height: 100%;
		background: no-repeat;
		background-size: auto 443px;
	}
	html.no-webp .sxn_testimonials.imgSet .slide_cont .slide_cont_wrap:before,
	html.no-webp .sxn_testimonials.imgSet .slide_cont .slide_cont_wrap:after {
		background-image: url(img/testimonials/testimonials-border.png);
	}

	html.webp .sxn_testimonials.imgSet .slide_cont .slide_cont_wrap:before,
	html.webp .sxn_testimonials.imgSet .slide_cont .slide_cont_wrap:after {
		background-image: url(img/testimonials/testimonials-border.webp);
	}

	.sxn_testimonials .slide_cont .slide_cont_wrap:before {
		left: 0;
		background-position: left top;
	}
	.sxn_testimonials .slide_cont .slide_cont_wrap:after {
		right: 0;
		background-position: right top;
	}
	.sxn_testimonials .slide_cont .slide_cont_wrap {
		position: relative;
		padding: 45px 41px 45px;
		height: 443px;
		border-radius: 9px;
	}
	.sxn_testimonials .slide_stars {
		padding: 0 0 18px;
	}
	.sxn_testimonials .slide_stars img {
		max-width: 177px;
	}
	.sxn_testimonials .slide_heading {
		padding: 0 0 12px;
		font-size: 16px;
	}
	.sxn_testimonials p {
		padding: 0 0 18px;
		font-size: 15px;
	}
	.sxn_testimonials .slide_attribution {
		font-size: 22px;
	}
	.sxn_testimonials .element_arrows {
		padding: 27px 0 0;
	}
	.sxn_testimonials .element_arrows a {
		width: 42px;
		height: 65px;
	}
	.sxn_testimonials .element_arrows .arrow_divider {
		margin: 0 6px 0;
		height: 36px;
		background: #fff;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_testimonials:before,
	.sxn_testimonials:after {
		height: 64px;
	}
	.sxn_testimonials .sxn_wrap {
		padding: 105px 20px 37px;
	}
	.sxn_testimonials .cont_heading {
		padding: 0 0 19px;
		font-size: 60px;
	}
	.sxn_testimonials .cont_heading small {
		font-size: 40px;
	}
	.sxn_testimonials hr {
		max-width: 352px;
		height: 4px;
	}
	.sxn_testimonials .cont_google_reviews {
		padding: 23px 0 51px;
	}
	.sxn_testimonials .cont_google_reviews img {
		max-width: 294px;
	}
	.sxn_testimonials .slide_cont {
		padding: 0 31px;
	}
	.sxn_testimonials .slide_cont .slide_cont_wrap:before,
	.sxn_testimonials .slide_cont .slide_cont_wrap:after {
		background-size: auto;
	}
	.sxn_testimonials .slide_cont .slide_cont_wrap {
		padding: 60px 55px 60px;
		height: 591px;
		border-radius: 12px;
	}
	.sxn_testimonials .slide_stars {
		padding: 0 0 24px;
	}
	.sxn_testimonials .slide_stars img {
		max-width: 237px;
	}
	.sxn_testimonials .slide_heading {
		padding: 0 0 17px;
		font-size: 22px;
	}
	.sxn_testimonials p {
		padding: 0 0 25px;
		font-size: 20px;
	}
	.sxn_testimonials .slide_attribution {
		font-size: 30px;
	}
	.sxn_testimonials .element_arrows {
		padding: 36px 0 0;
	}
	.sxn_testimonials .element_arrows a {
		width: 56px;
		height: 86px;
	}
	.sxn_testimonials .element_arrows .arrow_divider {
		margin: 0 9px 0;
		height: 49px;
		background: #fff;
	}
}
/*  </ sxn_testimonials >  */

/*  < sxn_form >  */
.sxn_form {
	overflow: hidden;
	color: #10203c;
	font-size: 0;
}
.sxn_form .sxn_wrap {
	max-width: 1600px;
}
.sxn_form .block_form {
	padding: 0 0 20px;
}
.sxn_form .cont_heading {
	position: relative;
	margin: 0 0 26px;
	padding: 0 0 15px;
	font: bold 30px/0.94 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.sxn_form .cont_heading:after {
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 176px;
	height: 2px;
	background: #f3bb6e;
}
.sxn_form .cont_heading small {
	display: block;
}
.sxn_form form {
	box-sizing: border-box;
	overflow: hidden;
	background: transparent;
}
.sxn_form form .form-part {
	position: relative;
}
.sxn_form form .form-part-input,
.sxn_form form .form-part-textarea {
	position: relative;
	margin: 0 0 15px;
}
.sxn_form form .form-part-textarea {
	margin: 0 0 20px;
}
.sxn_form form .form-part-input:after,
.sxn_form form .form-part-textarea:after {
	content:'';
	pointer-events: none;
	position: absolute;
	top: 9px;
	right: 10px;
	width: 6px;
	height: 6px;
	background: #101f3c;
	border-radius: 50%;
}
.sxn_form form input[type="text"],
.sxn_form form textarea {
	box-sizing: border-box;
	width: 100%;
	caret-color: #10203c;
	color: #10203c;
	font: bold 14px/normal 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	background: #e6e6e6;
	border: 1px solid #e6e6e6;
	border-radius: 0;
}
.sxn_form form input[type="text"].validationError,
.sxn_form form textarea.validationError {
	color: #fff;
	background-color: #ff0000;
}
.sxn_form form input[type="text"] {
	padding: 0 21px 0;
	height: 50px;  /* padding breaks placeholder text position in chrome */
}
.sxn_form form textarea {
	padding: 21px 21px 0;
	height: 100px;
}
.sxn_form form label {
	display: block;
}
/*  < placeholder >  */
.sxn_form form ::-webkit-input-placeholder { color: #10203c; }
.sxn_form form :-ms-input-placeholder { color: #10203c; }
.sxn_form form ::-moz-placeholder { opacity: 1; color: #10203c; }
.sxn_form form :-moz-placeholder { opacity: 1; color: #10203c; }
.sxn_form form :placeholder-shown { color: #10203c; }
.sxn_form form ::placeholder { color: #10203c; }
.sxn_form form input[placeholder],
.sxn_form form [placeholder],
.sxn_form form *[placeholder] { color: #10203c; }

.sxn_form form .validationError::-webkit-input-placeholder { color: #fff; }
.sxn_form form .validationError:-ms-input-placeholder { color: #fff; }
.sxn_form form .validationError::-moz-placeholder { opacity: 1; color: #fff; }
.sxn_form form .validationError:-moz-placeholder { opacity: 1; color: #fff; }
.sxn_form form .validationError:placeholder-shown { color: #fff; }
.sxn_form form .validationError::placeholder { color: #fff; }
.sxn_form form input[placeholder].validationError,
.sxn_form form [placeholder].validationError,
.sxn_form form *[placeholder].validationError { color: #fff; }
/*  </ placeholder >  */
.sxn_form form .error {
	padding: 10px;
	color: #fff;
	background: #ce3426;
}
.sxn_form form .validationFeedback {
	color: #fff;
	font: 14px/normal 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_form form .form-element-notice {
	margin: auto;
	text-align: center;
}
.sxn_form form .form-part-notice {
	margin: 0 auto 3px;
	max-width: 660px;
	font: bold 14px/1.2 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_form form .form-part-notice span:before {
	content:'';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: perspective(1px) translateY(-50%);

	background: #0f203d;
	border-radius: 50%;
}
.sxn_form form .form-part-notice span {
	position: relative;
	display: inline-block;
}
.sxn_form form .form-part-disclaimer {
	font: 11px/1.6 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_form form .form-part-submit {
	padding: 20px 0 0;
	text-align: center;
}
.sxn_form form .captcha-wrapper {
	margin: 0 auto 10px;
	width: 100%;
	max-width: 255px;
	text-align: left;
}
.sxn_form form input[type="submit"] {
	opacity: 1;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	margin: auto;
	padding: 0 0 0 48px;
	width: 100%;
	max-width: 255px;
	height: 63px;
	color: #fff;
	font: bold 35px/normal 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: left;
	text-transform: uppercase;
	background: #101f3c no-repeat right 10px top;
	border: 0;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
html.no-webp .sxn_form form input[type="submit"] {
	background-image: url(img/form/form-submit-bg.png);
}
html.webp .sxn_form form input[type="submit"] {
	background-image: url(img/form/form-submit-bg.webp);
}
.sxn_form form input[type="submit"]:hover {
	background-color: #6882af;
	background-position: right 10px bottom;
}
.sxn_form .cont_photo {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 303px;
}
.sxn_form .cont_photo img {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 600px) {
	.sxn_form form .form-part-input {
		display: inline-block;
		margin: 0 0 15px;
		width: calc( ( 100% - 15px - 2px ) / 2 );
		vertical-align: top;
	}
	.sxn_form form .form-part-input-1,
	.sxn_form form .form-part-input-3 {
		margin: 0 15px 15px 0;
	}
	.sxn_form form .captcha-wrapper,
	.sxn_form form input[type="submit"] {
		display: inline-block;
		vertical-align: middle;
	}
	.sxn_form form .captcha-wrapper {
		margin: 0 10px 0 0;
	}
}
@media screen and (min-width: 800px) {
	.sxn_form .block_form,
	.sxn_form .block_photo {
		display: inline-block;
		vertical-align: top;
	}
	.sxn_form .block_form {
		float: left;
		padding: 0;
		width: calc( 100% - 303px - 20px - 2px );
	}
	.sxn_form .block_photo {
		float: right;
	}
	.sxn_form form .captcha-wrapper,
	.sxn_form form input[type="submit"] {
		display: block;
	}
	.sxn_form form .captcha-wrapper {
		margin: 0 auto 10px;
	}
	.sxn_form .block_photo {
		padding: 70px 0 0;
		width: 303px;
	}
	.sxn_form .cont_photo {
		max-width: none;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_form .sxn_wrap {
		padding: 36px 20px 45px;
	}
	.sxn_form .block_form {
		width: calc( 100% - 455px - 40px - 2px );
	}
	.sxn_form .cont_heading {
		margin: 0 0 39px;
		padding: 0 0 22px;
		font-size: 45px;
	}
	.sxn_form .cont_heading:after {
		width: 264px;
		height: 3px;
	}
	.sxn_form .cont_heading small {
		font-size: 30px;
	}
	.sxn_form form .form-part-textarea {
		margin: 0 0 35px;
	}
	.sxn_form form .captcha-wrapper,
	.sxn_form form input[type="submit"] {
		display: inline-block;
	}
	.sxn_form form .captcha-wrapper {
		margin: 0 15px 0 0;
	}
	.sxn_form form .form-part-submit {
		padding: 30px 0 0;
	}

	.sxn_form .block_photo {
		padding: 96px 0 0;
		width: 455px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_form .sxn_wrap {
		padding: 48px 20px 61px;
	}
	.sxn_form .block_form {
		width: calc( 100% - 607px - 60px );
	}
	.sxn_form .cont_heading {
		margin: 0 0 52px;
		padding: 0 0 30px;
		font-size: 60px;
	}
	.sxn_form .cont_heading:after {
		width: 352px;
		height: 4px;
	}
	.sxn_form .cont_heading small {
		font-size: 40px;
	}
	.sxn_form form .form-part-input {
		margin: 0 0 20px;
		width: calc( ( 100% - 20px - 2px ) / 2 );
	}
	.sxn_form form .form-part-input-1,
	.sxn_form form .form-part-input-3 {
		margin: 0 20px 20px 0;
	}
	.sxn_form form .form-part-textarea {
		margin: 0 0 47px;
	}
	.sxn_form form .form-part-input:after,
	.sxn_form form .form-part-textarea:after {
		top: 13px;
		right: 14px;
		width: 8px;
		height: 8px;
	}
	.sxn_form form input[type="text"],
	.sxn_form form textarea {
		height: 80px;
		font-size: 18px;
	}
	.sxn_form form input[type="text"] {
		padding: 0 28px 0;
	}
	.sxn_form form textarea {
		padding: 28px 28px 0;
	}
	.sxn_form form .form-element-notice {
		width: 660px;
	}
	.sxn_form form .form-part-notice span:before {
		width: 8px;
		height: 8px;
	}
	.sxn_form form .form-part-notice span {
		padding: 0 0 0 16px;
	}
	.sxn_form form .form-part-notice {
		margin: 0 0 4px;
		font-size: 16px;
	}
	.sxn_form form .form-part-disclaimer {
		font-size: 11px;
	}
	.sxn_form form .form-part-submit {
		padding: 40px 0 0;
	}
	.sxn_form form .captcha-wrapper {
		margin: 0 20px 0 0;
	}

	.sxn_form .block_photo {
		padding: 129px 0 0;
		width: 607px;
	}
}
/*  </ basic form >  */

/*  < sxn_attorneys >  */
.sxn_attorneys {
	position: relative;
	margin: auto;
	max-width: 3000px;
	overflow: hidden;
	color: #fff;
	font-size: 0;
	background: #0f203c;
}
.sxn_attorneys a {
	color: #fff;
}
.sxn_attorneys .sxn_wrap {
	max-width: 1600px;
}
.sxn_attorneys .cont_heading {
	padding: 0 0 10px;
	font: bold 30px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	text-transform: uppercase;
}
.sxn_attorneys .cont_heading small {
	font-size: 20px;
}
.sxn_attorneys hr {
	display: block;
	margin: 0 auto 15px;
	width: 100%;
	max-width: 352px;
	height: 2px;
	background: #f4bc6f;
	border: 0;
}
.sxn_attorneys .block_list {
	position: relative;
}
.sxn_attorneys .block_list:after {
	content:'';
	clear: both;
	display: block;
}
.sxn_attorneys .list_attorneys {
	position: relative;
	padding: 10px 0 0 0;
	margin: 0 auto 20px;
	text-align: center;
	background: #000;
	border-radius: 6px;
}
.sxn_attorneys .item_photo {
	z-index: 10;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 10px;
	width: auto;
	vertical-align: bottom;
}
.sxn_attorneys .item_photo .cont_photo {
	position: relative;
	box-sizing: border-box;
	width: 90px;
	height: auto;
	transition: all 500ms ease;
}
.sxn_attorneys .item_photo .cont_photo_2 {width: 110px;}
.sxn_attorneys .item_photo .cont_photo img {
	z-index: 10;
	position: relative;
	opacity: 0.4;
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
	transition: all 500ms ease;
}
.sxn_attorneys .item_photo:hover .cont_photo img,
.sxn_attorneys .item_photo.active .cont_photo img {
	opacity: 1;
}
.sxn_attorneys .item_photo .element_info {
	margin: auto;
	width: 100%;
}
.sxn_attorneys .cont_name {
	padding: 0 0 15px;
	font: bold 25px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 500ms ease;
}
.sxn_attorneys .item_text {
	z-index: 10;
	box-sizing: border-box;
	position: relative;
	padding: 0;
	display: none;
}
.sxn_attorneys .item_text.active {
	display: block;
}
.sxn_attorneys .cont_contact:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	height: 33px;
	background: no-repeat left center;
	background-size: auto 100%;;
}
html.no-webp .sxn_attorneys.imgSet .cont_contact:before {
	background-image: url(img/attorneys/attorneys-icon-sprite.png);
}
html.webp .sxn_attorneys.imgSet .cont_contact:before {
	background-image: url(img/attorneys/attorneys-icon-sprite.webp);
}
.sxn_attorneys .cont_phone:before {
	width: 19.5px;
	background-position: left -3px center;
}
.sxn_attorneys .cont_email:before {
	width: 33.75px;
	background-position: left -25.5px center;
}
.sxn_attorneys .cont_contact {
	position: relative;
	box-sizing: border-box;
	display: block;
	margin: 0 0 10px;
	height: 33px;
	font: bold 18px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_attorneys .cont_phone {
	padding: 0 0 0 27px;
}
.sxn_attorneys .cont_email {
	padding: 0 0 0 41.25px;
}
.sxn_attorneys .cont_contact:hover {
	color: #f5bc6f;
}
.sxn_attorneys .cont_contact span {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: perspective(1px) translateY(-50%);
	display: block;
}
.sxn_attorneys p {
	box-sizing: border-box;
	padding: 0;
	font: 14px/1.7 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sxn_attorneys p a {
	display: inline-block;
	color: #f5bc6f;
	font-weight: bold;
	text-transform: uppercase;
}
.sxn_attorneys p a:hover {
	color: #fff;
	text-decoration: underline;
}
@media screen and (min-width: 450px) {
	.sxn_attorneys .item_photo .cont_photo {
		width: 120px;
	}
	.sxn_attorneys .item_photo .cont_photo_2 {
		width: 145px;
	}
	.sxn_attorneys .element_info {
		padding: 0 0 20px;
	}
	.sxn_attorneys .element_info ul li {
		display: inline-block;
		vertical-align: top;
	}
	.sxn_attorneys .element_info ul li:first-of-type {
		padding: 0 10px 0 0;
	}
	.sxn_attorneys .cont_contact {
		margin: 0;
	}
}
@media screen and (min-width: 600px) {
	.sxn_attorneys .item_photo .cont_photo {
		width: 180px;
	}
	.sxn_attorneys .item_photo .cont_photo_2 {
		width: 215px;
	}
	.sxn_attorneys .cont_name {
		display: inline-block;
		padding: 0 10px 0 0;
		vertical-align: middle;
	}
	.sxn_attorneys .element_info ul {
		display: inline-block;
		vertical-align: middle;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_attorneys:before,
	.sxn_attorneys:after {
		content:'';
		pointer-events: none;
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		height: 48px;
	}
	.sxn_attorneys:before {
		top: 0;
		background: no-repeat center bottom;
		background-size: auto 100%;
	}
	.sxn_attorneys.imgSet:before {
		background-image: url(img/angle-top-right.png);
	}
	.sxn_attorneys:after {
		bottom: 0;
		background: no-repeat center top;
		background-size: auto 100%;
	}
	.sxn_attorneys.imgSet:after {
		background-image: url(img/angle-bottom-right.png);
	}
	html.no-webp .sxn_attorneys.imgSet {
		background-image: url(img/attorneys/attorneys-bg.jpg);
	}
	html.webp .sxn_attorneys.imgSet {
		background-image: url(img/attorneys/attorneys-bg.webp);
	}
	.sxn_attorneys .sxn_wrap {
		box-sizing: border-box;
		padding: 85px 20px 20px;
		max-width: 1640px;
		height: 493px;
	}
	.sxn_attorneys .cont_heading {
		padding: 0 0 15px;
		font-size: 45px;
	}
	.sxn_attorneys .cont_heading small {
		font-size: 30px;
	}
	.sxn_attorneys hr {
		margin: 0 auto 47px;
		max-width: 264px;
		height: 3px;
	}
	.sxn_attorneys .list_attorneys {
		position: absolute;
		bottom: 0;
		left: 0;
		display: inline-block;
		margin: 0;
		width: 200px;
		vertical-align: top;
		background: transparent;
	}
	.sxn_attorneys .item_photo.active {
		z-index: 20;
		pointer-events: none;
	}
	.sxn_attorneys .item_photo .cont_photo {
		position: absolute;
		bottom: 0;
		left: -60px;
		width: 260px;
	}
	.sxn_attorneys .item_photo .cont_photo_2 {
		width: 308px;
		left: -105px;
	}
	.sxn_attorneys .item_photo[data-item-id='1'] .cont_photo {
		background: no-repeat center bottom;
		background-size: 100%;
	}
	html.no-webp .sxn_attorneys.imgSet .item_photo[data-item-id='1'] .cont_photo {
		background-image: url(img/attorneys/attorneys-marc-p-lyons-opacity-v2.png);
	}
	html.webp .sxn_attorneys.imgSet .item_photo[data-item-id='1'] .cont_photo {
		background-image: url(img/attorneys/attorneys-marc-p-lyons-opacity-v2.webp);
	}
	.sxn_attorneys .item_photo[data-item-id='2'] .cont_photo {
		background: no-repeat center bottom;
		background-size: 100%;
	}
	html.no-webp .sxn_attorneys.imgSet .item_photo[data-item-id='2'] .cont_photo {
		background-image: url(img/attorneys/attorneys-philip-m-snyder-opacity-v2.png);
	}
	html.webp .sxn_attorneys.imgSet .item_photo[data-item-id='2'] .cont_photo {
		background-image: url(img/attorneys/attorneys-philip-m-snyder-opacity-v2.webp);
	}
	.sxn_attorneys .item_photo.active .cont_photo {
		left: 130px;
	}
	.sxn_attorneys .item_photo.active .cont_photo_2 {
		left: 70px;
	}
	html.no-webp .sxn_attorneys.imgSet .item_photo.active .cont_photo {
		background: none;
	}
	html.webp .sxn_attorneys.imgSet .item_photo.active .cont_photo {
		background: none;
	}
	.sxn_attorneys .item_photo .cont_photo img {
		opacity: 0;
	}
	.sxn_attorneys .list_info {
		float: right;
		display: inline-block;
		width: calc( 100% - 480px );
		vertical-align: top;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_attorneys:before,
	.sxn_attorneys:after {
		height: 64px;
	}
	.sxn_attorneys .sxn_wrap {
		padding: 114px 20px 20px;
		height: 658px;
	}
	.sxn_attorneys .cont_heading {
		padding: 0 0 21px;
		font-size: 60px;
	}
	.sxn_attorneys .cont_heading small {
		font-size: 40px;
	}
	.sxn_attorneys hr {
		margin: 0 auto 63px;
		max-width: 352px;
		height: 4px;
	}
	.sxn_attorneys .list_attorneys {
		width: 530px;
	}
	.sxn_attorneys .item_photo .cont_photo {
		left: -215px;
		width: 349px;
	}
	.sxn_attorneys .item_photo .cont_photo_2 {
		left: -280px;
		width: 406px;
	}
	.sxn_attorneys .item_photo.active .cont_photo {
		left: 10px;
	}
	.sxn_attorneys .item_photo.active .cont_photo_2 {
		left: -55px;
	}
	.sxn_attorneys .list_info {
		width: calc( 100% - 630px);
	}
	.sxn_attorneys .element_info {
		padding: 0 0 31px;
	}
	.sxn_attorneys .cont_info {
		font-size: 25px;
	}
	.sxn_attorneys .cont_name {
		padding: 0 82px 0 0;
		font-size: 50px;
	}
	.sxn_attorneys .element_info ul li:first-of-type {
		padding: 0 31px 0 0;
	}
	.sxn_attorneys .cont_contact:before {
		height: 44px;
	}
	.sxn_attorneys .cont_contact {
		height: 44px;
		font-size: 25px;
	}
	.sxn_attorneys .cont_phone:before {
		width: 26px;
		background-position: left -4px center;
	}
	.sxn_attorneys .cont_email:before {
		width: 45px;
		background-position: left -34px center;
	}
	.sxn_attorneys .cont_phone {
		padding: 0 0 0 36px;
	}
	.sxn_attorneys .cont_email {
		padding: 0 0 0 55px;
	}
	.sxn_attorneys p {
		font-size: 18px;
	}
}
@media screen and (min-width: 2000px) {
	/* .sxn_attorneys .item_photo .cont_photo {
		left: -540px;
	}
	.sxn_attorneys .item_photo.active .cont_photo {
		left: -300px;
	} */
	.sxn_attorneys .list_info {
		width: calc( 100% - 530px);
	}
}
/*  </ sxn_attorneys >  */

/*  < sxn_badges >  */
.sxn_badges {
	position: relative;
	overflow: hidden;
	font-size: 0;
	text-align: center;
	background: #fff;
}
.sxn_badges .sxn_wrap {
	max-width: 1600px;
}
.sxn_badges .element_slide {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 4px 0;
	width: calc( 100% - 28px - 28px - 2px );
	vertical-align: middle;
}
.sxn_badges .slide_cont {
	list-style: none;
}
.sxn_badges .element_arrows {
	display: inline-block;
	vertical-align: middle;
}
.sxn_badges .element_arrows a {
	display: block;
	width: 28px;
	height: 43px;
	overflow: hidden;
}
.sxn_badges .element_arrows a img {
	display: block;
	width: 400%;
	height: auto;
}
.sxn_badges .element_arrows .next_slide img { margin: 0 0 0 -100%; }
.sxn_badges .element_arrows .prev_slide:hover img { margin: 0 0 0 -200%; }
.sxn_badges .element_arrows .next_slide:hover img { margin: 0 0 0 -300%; }
@media screen and (min-width: 1120px) {
	.sxn_badges .sxn_wrap {
		padding: 40px 20px;
	}
	.sxn_badges .element_slide {
		width: calc( 100% - 42px - 42px - 2px );
	}
	.sxn_badges .element_arrows a {
		width: 42px;
		height: 64.5px;
	}
}
@media screen and (min-width: 1640px) {
	.sxn_badges .sxn_wrap {
		padding: 52px 20px;
	}
	.sxn_badges .element_slide {
		padding: 0 10px 0;
		width: calc( 100% - 56px - 56px - 2px );
	}
	.sxn_badges .element_arrows a {
		width: 56px;
		height: 86px;
	}
}
/*  </ sxn_badges >  */

/*  < xm_badges >  */
.xm_badges .slide_cont span {
	display: block;
	margin: auto;
	width: 116.5px;
	height: 116.5px;
	overflow: hidden;
}
.xm_badges .slide_cont_1 span {
	width: 89px;
}
.xm_badges .slide_cont_2 span {
	width: 89px;
}
.xm_badges .slide_cont_3 span {
	width: 71px;
}
.xm_badges .slide_cont_4 span {
	width: 86.5px;
}
.xm_badges .slide_cont_5 span {
	width: 89.5px;
}
.xm_badges .slide_cont_6 span {
	width: 88.5px;
}
.xm_badges .slide_cont_7 span {
	width: 90.5px;
}
.xm_badges .slide_cont_8 span {
	width: 103px;
}
.xm_badges .slide_cont_9 span {
	width: 101px;
}
.xm_badges .slide_cont_10 span {
	width: 73.5px;
}
.xm_badges .slide_cont_11 span {
	width: 89px;
}
.xm_badges .slide_cont_12 span {
	width: 91px;
}
.xm_badges .slide_cont img {
	width: auto;
	height: 100%;
}
.xm_badges .slide_cont_1 img {
	margin: 0 0 0 -4px;
}
.xm_badges .slide_cont_2 img {
	margin: 0 0 0 -96.5px;
}
.xm_badges .slide_cont_3 img {
	margin: 0 0 0 -189.5px;
}
.xm_badges .slide_cont_4 img {
	margin: 0 0 0 -264.5px;
}
.xm_badges .slide_cont_5 img {
	margin: 0 0 0 -355px;
}
.xm_badges .slide_cont_6 img {
	margin: 0 0 0 -448.5px;
}
.xm_badges .slide_cont_7 img {
	margin: 0 0 0 -541px;
}
.xm_badges .slide_cont_8 img {
	margin: 0 0 0 -635.5px;
}
.xm_badges .slide_cont_9 img {
	margin: 0 0 0 -742.5px;
}
.xm_badges .slide_cont_10 img {
	margin: 0 0 0 -847.5px;
}
.xm_badges .slide_cont_11 img {
	margin: 0 0 0 -925px;
}
.xm_badges .slide_cont_12 img {
	margin: 0 0 0 -1018px;
}
@media screen and (min-width: 1120px) {
	.xm_badges .slide_cont span {
		height: 174.75px;
	}
	.xm_badges .slide_cont_1 span {
		width: 133.5px;
	}
	.xm_badges .slide_cont_2 span {
		width: 133.5px;
	}
	.xm_badges .slide_cont_3 span {
		width: 106.5px;
	}
	.xm_badges .slide_cont_4 span {
		width: 129.75px;
	}
	.xm_badges .slide_cont_5 span {
		width: 134.25px;
	}
	.xm_badges .slide_cont_6 span {
		width: 132.75px;
	}
	.xm_badges .slide_cont_7 span {
		width: 135.75px;
	}
	.xm_badges .slide_cont_8 span {
		width: 154.5px;
	}
	.xm_badges .slide_cont_9 span {
		width: 151.5px;
	}
	.xm_badges .slide_cont_10 span {
		width: 110.25px;
	}
	.xm_badges .slide_cont_11 span {
		width: 133.5px;
	}
	.xm_badges .slide_cont_12 span {
		width: 136.5px;
	}
	.xm_badges .slide_cont_1 img {
		margin: 0 0 0 -6px;
	}
	.xm_badges .slide_cont_2 img {
		margin: 0 0 0 -144.75px;
	}
	.xm_badges .slide_cont_3 img {
		margin: 0 0 0 -284.25px;
	}
	.xm_badges .slide_cont_4 img {
		margin: 0 0 0 -396.75px;
	}
	.xm_badges .slide_cont_5 img {
		margin: 0 0 0 -532.5px;
	}
	.xm_badges .slide_cont_6 img {
		margin: 0 0 0 -672.75px;
	}
	.xm_badges .slide_cont_7 img {
		margin: 0 0 0 -811.5px;
	}
	.xm_badges .slide_cont_8 img {
		margin: 0 0 0 -953.25px;
	}
	.xm_badges .slide_cont_9 img {
		margin: 0 0 0 -1113.75px;
	}
	.xm_badges .slide_cont_10 img {
		margin: 0 0 0 -1271.25px;
	}
	.xm_badges .slide_cont_11 img {
		margin: 0 0 0 -1387.5px;
	}
	.xm_badges .slide_cont_12 img {
		margin: 0 0 0 -1527px;
	}
}
@media screen and (min-width: 1640px) {
	.xm_badges .slide_cont span {
		height: 233px;
	}
	.xm_badges .slide_cont_1 span {
		width: 178px;
	}
	.xm_badges .slide_cont_2 span {
		width: 178px;
	}
	.xm_badges .slide_cont_3 span {
		width: 142px;
	}
	.xm_badges .slide_cont_4 span {
		width: 173px;
	}
	.xm_badges .slide_cont_5 span {
		width: 179px;
	}
	.xm_badges .slide_cont_6 span {
		width: 177px;
	}
	.xm_badges .slide_cont_7 span {
		width: 181px;
	}
	.xm_badges .slide_cont_8 span {
		width: 206px;
	}
	.xm_badges .slide_cont_9 span {
		width: 202px;
	}
	.xm_badges .slide_cont_10 span {
		width: 147px;
	}
	.xm_badges .slide_cont_11 span {
		width: 178px;
	}
	.xm_badges .slide_cont_12 span {
		width: 182px;
	}
	.xm_badges .slide_cont_1 img {
		margin: 0 0 0 -8px;
	}
	.xm_badges .slide_cont_2 img {
		margin: 0 0 0 -193px;
	}
	.xm_badges .slide_cont_3 img {
		margin: 0 0 0 -379px;
	}
	.xm_badges .slide_cont_4 img {
		margin: 0 0 0 -529px;
	}
	.xm_badges .slide_cont_5 img {
		margin: 0 0 0 -710px;
	}
	.xm_badges .slide_cont_6 img {
		margin: 0 0 0 -897px;
	}
	.xm_badges .slide_cont_7 img {
		margin: 0 0 0 -1082px;
	}
	.xm_badges .slide_cont_8 img {
		margin: 0 0 0 -1271px;
	}
	.xm_badges .slide_cont_9 img {
		margin: 0 0 0 -1485px;
	}
	.xm_badges .slide_cont_10 img {
		margin: 0 0 0 -1695px;
	}
	.xm_badges .slide_cont_11 img {
		margin: 0 0 0 -1850px;
	}
	.xm_badges .slide_cont_12 img {
		margin: 0 0 0 -2036px;
	}
}
/*  </ xm_badges >  */

/*  < main_footer >  */
.main_footer {
	position: relative;
	margin: auto;
	max-width: 3000px;
	color: #fff;
	font-size: 0;
	background: #31302f no-repeat center;
	background-size: cover;
}
.main_footer a {
	color: #fff;
}
.main_footer .sxn_wrap {
	max-width: 1600px;
}
.main_footer .logo_footer {
	display: block;
	margin: 0 auto 15px;
	width: 100%;
	max-width: 182px;
	height: auto;
}
.main_footer .logo_footer img {
	display: block;
	width: 100%;
	height: auto;
}
.main_footer .block_main_cta {
	padding: 0 0 15px;
	text-align: center;
}
.main_footer .element_main_number {
	padding: 0 0 15px;
}
.main_footer .cont_main_label {
	display: inline-block;
	padding: 0 6px 0 0;
	color: #f5bc6f;
	font: bold 15px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_footer .cont_main_label_social {
	padding: 11px 25px 0 0;
	vertical-align: top;
}
.main_footer .element_main_number a {
	font: bold 22.5px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_footer .element_main_number a:hover {
	color: #f5bc6f;
}
.main_footer .cont_social {
	display: inline-block;
	margin: auto;
	padding: 0;
	vertical-align: top;
}
.main_footer .cont_social li {
	display: inline-block;
	margin: 0 24px 0 0;
	width: 35.25px;
	height: 35.25px;
	list-style-type: none;
	list-style-position: outside;
}
.main_footer .cont_social .item_1 {
	width: 14.25px;
}
.main_footer .cont_social .item_2 {
	width: 27.75px;
}
.main_footer .cont_social li:last-of-type { margin: 0; }
.main_footer .cont_social li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main_footer .cont_social li a img {
	display: block;
	width: auto;
	height: 200%;
}
.main_footer .cont_social li a:hover img { margin-top: -35.25px; }
.main_footer .cont_social .item_1 img { margin-left: -3px; }
.main_footer .cont_social .item_2 img { margin-left: -20.25px; }

.main_footer .item_location {
	margin: auto;
	max-width: 347px;
	padding: 0 0 15px;
}
.main_footer .item_location:last-of-type {
	padding: 0;
}
.main_footer .cont_location_photo {
	max-width: 343px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 6px;
}
.main_footer .cont_location_photo img {
	display: block;
	width: 100%;
	height: auto;
}
.main_footer .cont_location_cta {
	position: relative;
	margin: 15px 0 0;
	padding: 0;
}
.main_footer .cont_location_heading {
	padding: 0 0 6px;
	font: bold 22px/1.2 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.main_footer p {
	padding: 0 0 12px;
	font: bold 15px/1.3 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_footer .cont_address_link {
	padding: 0 0 9px;
}
.main_footer .cont_address_link a {
	color: #f5bc6f;
	font: bold 11px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.main_footer .cont_address_link a:hover {
	color: #fff;
	text-decoration: underline;
}
.main_footer .element_numbers {
	font: bold 15px/1.3 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_footer .cont_label {
	color: #f5bc6f;
}
.main_footer .element_numbers a:hover {
	color: #f5bc6f;
}
@media screen and (min-width: 600px) {
	.main_footer .element_main_number {
		display: inline-block;
		padding: 0 15px 0 0;
		vertical-align: middle;
	}
	.main_footer .element_social {
		display: inline-block;
		vertical-align: middle;
	}
	.main_footer .item_location {
		text-align: center;
	}
	.main_footer .cont_location_cta:before {
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 26px;
		height: 100%;
		background: no-repeat center top 1px;
		background-size: 100%;
	}
	html.no-webp .main_footer .cont_location_cta:before {
		background-image: url(img/footer/footer-icon-marker.png);
	}
	html.webp .main_footer .cont_location_cta:before {
		background-image: url(img/footer/footer-icon-marker.webp);
	}
	.main_footer .cont_location_cta {
		display: inline-block;
		padding: 0 0 0 35px;
		text-align: left;
	}
}
@media screen and (min-width: 800px) {
	.main_footer .logo_footer {
		display: inline-block;
		margin: 0 30px 27px 0;
		max-width: 182px;
		vertical-align: top;
	}
	.main_footer .block_main_cta {
		display: inline-block;
		padding: 34px 0 0;
		vertical-align: top;
	}
	.main_footer .list_locations {
		text-align: center;
	}
	.main_footer .item_location {
		display: inline-block;
		padding: 0 12px 15px 0;
		vertical-align: top;
	}
}
@media screen and (min-width: 1120px) {
	.main_footer:before {
		content:'';
		pointer-events: none;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 48px;
		background: no-repeat center top;
		background-size: auto 100%;
	}
	.main_footer:before {
		background-image: url(img/angle-top-right.png);
	}
	html.no-webp .main_footer {
		background-image: url(img/footer/footer-bg.jpg);
	}
	html.webp .main_footer {
		background-image: url(img/footer/footer-bg.webp);
	}
	.main_footer .sxn_wrap {
		padding: 38px 20px 48px;
	}
	.main_footer .logo_footer {
		margin: 0 45px 41px 0;
		max-width: 273px;
	}
	.main_footer .block_main_cta {
		padding: 62px 0 0;
	}
	.main_footer .item_location {
		padding: 0 12px 0 0;
	}
	.main_footer .cont_location_photo {
		max-width: 343px;
		border-radius: 9px;
	}
}
@media screen and (min-width: 1640px) {
	.main_footer:before {
		height: 64px;
	}
	.main_footer .sxn_wrap {
		padding: 51px 20px 64px;
	}
	.main_footer .logo_footer {
		margin: 0 61px 55px 0;
		max-width: 364px;
	}
	.main_footer .block_main_cta {
		padding: 81px 0 0;
	}
	.main_footer .element_main_number {
		padding: 0 44px 0 0;
	}
	.main_footer .cont_main_label {
		padding: 0 8px 0 0;
		font-size: 20px;
	}
	.main_footer .cont_main_label_social {
		padding: 15px 34px 0 0;
	}
	.main_footer .element_main_number a {
		font-size: 30px;
	}
	.main_footer .cont_social li {
		margin: 0 33px 0 0;
		height: 47px;
	}
	.main_footer .cont_social .item_1 {
		width: 19px;
	}
	.main_footer .cont_social .item_2 {
		width: 37px;
	}
	.main_footer .cont_social li a:hover img { margin-top: -47px; }
	.main_footer .cont_social .item_1 img { margin-left: -4px; }
	.main_footer .cont_social .item_2 img { margin-left: -27px; }

	.main_footer .item_location {
		padding: 0 52px 0 0;
		max-width: none;
	}
	.main_footer .cont_location_photo {
		max-width: 458px;
		border-radius: 12px;
	}
	.main_footer .cont_location_cta:before {
		width: 35px;
	}
	.main_footer .cont_location_cta {
		margin: 20px 0 0;
		padding: 0 0 0 47px;
	}
	.main_footer .cont_location_heading {
		padding: 0 0 8px;
		font-size: 30px;
	}
	.main_footer p {
		padding: 0 0 16px;
		font-size: 20px;
	}
	.main_footer .cont_address_link {
		padding: 0 0 13px;
	}
	.main_footer .cont_address_link a {
		font-size: 15px;
	}
	.main_footer .element_numbers {
		font-size: 20px;
	}
}
/*  </ main_footer >  */

/*  < sxn_agency >  */
.sxn_agency {
	color: #000;
	font-size: 0;
	line-height: 1;
	text-align: center;
	background: #f4bc6f;
}
.sxn_agency .sxn_wrap {
	display: inline-block;
	padding: 20px 20px 80px 20px;
}
.sxn_agency .block_agency {
	padding: 0 0 20px;
}
.sxn_agency .block_agency p,
.sxn_agency .block_agency a {
	color: #000;
	font: normal 10px/1.2 Arial, "Helvetica Neue", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
}
.sxn_agency .block_agency a:hover {
	text-decoration: underline;
}
.sxn_agency .block_agency .cont_logo {
	vertical-align: bottom;
}
.sxn_agency .block_agency p {
	display: block;
	margin: auto;
	padding: 20px 0 0;
	max-width: 320px;
	vertical-align: bottom;
}
.sxn_agency .block_agency p br { display: none; }
.sxn_agency .f_nav {
	padding: 0;
}
.sxn_agency .f_nav li {
	content:'';
	position: relative;
	display: inline-block;
	padding: 0 9px 0 6px;
	font: 12px/1 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	list-style-type: none;
	list-style-position: outside;
	text-transform: uppercase;
}
.sxn_agency .f_nav li:first-of-type {
	padding-left: 0;
}
.sxn_agency .f_nav li:last-of-type {
	padding-right: 0;
}
.sxn_agency .f_nav li:after {
	content:'|';
	position: absolute;
	top: 0;
	right: 0;
}
.sxn_agency .f_nav li:last-of-type:after {
	display: none;
}
.sxn_agency .f_nav a {
	color: #000;
}
.sxn_agency .f_nav a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 600px) {
	.sxn_agency .block_agency .cont_logo {
		display: inline-block;
		margin: 0 0 3px;
	}
	.sxn_agency .block_agency p {
		display: inline-block;
		margin: 0;
		padding: 0 0 0 20px;
		max-width: none;
		text-align: left;
	}
	.sxn_agency .block_agency p br { display: inline-block; }
}
@media screen and (min-width: 769px) {
	.sxn_agency .sxn_wrap {padding: 20px;}
}
@media screen and (min-width: 800px) {
	.sxn_agency .sxn_wrap { padding: 20px 20px 24px; }
}
@media screen and (min-width: 900px) {
	.sxn_agency .block_agency,
	.sxn_agency .f_nav {
		display: inline-block;
		vertical-align: middle;
	}
	.sxn_agency .block_agency {
		padding: 0;
	}
	.sxn_agency .f_nav {
		padding: 0 0 0 22px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_agency .sxn_wrap { padding: 30px 20px 36px; }
}
@media screen and (min-width: 1640px) {
	.sxn_agency .sxn_wrap { padding: 40px 20px 49px; }
	.sxn_agency .f_nav {
		padding: 0 0 0 30px;
	}
	.sxn_agency .f_nav li {
		padding: 0 13px 0 9px;
		font-size: 14px;
	}
}
/*  </ sxn_agency >  */

/*  < Search Page >  */
#univ_search_form {
	margin: 0 0 20px;
}
#univ_search_field {
	box-sizing: border-box;
	display: inline-block;
	padding: 5px;
	width: 160px;
	color: #000;
	font-size: 16px;
	line-height: 1;
	background-color: #fff;
}
#univ_search_submit {
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 10px;
	height: 36px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #333;
}
#univ_search_submit:hover {
	cursor: pointer;
	color: #fff;
	background-color: #000;
}
/*  </ Search Page >  */

/* Contact Form Styling */
form input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0;
}
.nc_form {
	margin: 0 0 1.25em;
	padding: 1.25em 2%;
	color: #333;
	background-color: #f0f0f0;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
}
.nc_form .req { color: #F71704; }
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {
	display: block;
	padding: 0;
	width: 98%;
}
	.nc_form input,
	.nc_form textarea {
		color: #8B898C;
		background: #fff;
	}
	.nc_form input,
	.nc_form textarea,
	.nc_form .captcha-container {
		border: 1px solid #999;
		border-radius: 3px;
	}
	.nc_form label { margin: 0 0 .125em; }
	.nc_form input,
	.nc_form textarea,
	.nc_form select {
		margin: 0 0 10px;
		padding: .4em 1%;
	}
	.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: 0.6em 2%;
	width: auto;
	height: auto;
	color: #fff;
	line-height: 1;
	background: #555;
}
	.nc_form input.submit-button:hover { background: #777; }
.nc_form input.error { border-color: #f00; }
.nc_form label.error { color: #f00; }
.ncfDisclaimer {
	margin: 0 0 1em;
	padding: 0.33em 0 0;
	font-size: 80%;
}
	.ncfDisclaimer span {
		display: block;
		font-size: 125%;
		font-weight: bold;
	}
		.ncfDisclaimer span.req {
			display: inline;
			font-size: 80%;
		}
	.ncfDisclaimer input {
		display: inline;
		margin: 0 5px 0 0;
		width: 10px;
		height: 10px;
	}
	.ncfDisclaimer label { display: inline; }
	.nc_form .captcha-wrapper input { max-width: 200px; }
	.nc_form .captcha-container {
		margin: 0 0 4px;
		max-width: 200px;
		text-align: center;
		background: #fff;
		border: 1px solid #333;
	}
	.nc_form .captcha-image {
		cursor: pointer;
		display: block;
		width: 100%;
	}
.nc_form .checkbox { margin: 0 0 10px; }
	.nc_form .checkbox input {
		display: inline;
		margin: 0 0 0 10px;
		padding: 0;
		width: auto;
		height: auto;
		line-height: 1;
	}
		.nc_form .checkbox input.delin { margin: 0; }
.nc_form .radio { margin: 0 0 10px; }
	.nc_form .radio input {
		display: inline;
		margin: 0 0 0 10px;
		padding: 0;
		width: auto;
		height: auto;
		line-height: 1;
	}
		.nc_form .radio input.delin { margin: 0; }
.nc_form .inlineSelect select {
	display: inline;
	width: auto;
}

/*  < reCAPTCHA v2 invisible >  */
.grecaptcha-badge { visibility: hidden; }
.grDisclaimerBox {
	width: 255px;
	height: 60px;
	overflow: hidden;
	background-color: #4a90e2;
}
.nc_form .grDisclaimerBox {
	margin: 0 0 20px;
	box-shadow: rgba(0,0,0,0.75) 0px 0px 5px;
}
.grDisclaimerBoxNarrow { width: 180px; }
.grDisclaimerBoxNarrow .grdbBadge { display: none; }
.grdbBadge {
	float: left;
	width: 70px;
	height: 100%;
	background: #fff url(img/recaptcha-logo-48.png) no-repeat center;
}
.grdbText {
	float: left;
	box-sizing: border-box;
	padding: 15px 15px 0;
	width: 185px;
	color: #fff;
	font: 13px/1 Roboto, helvetica, arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.grdbHead {
	display: block;
	margin: 0 0 5px;
}
.grdbLinks a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
.grdbLinks a:hover { text-decoration: underline; }
.grdbSep { font-size: 8px; }
/*  </ reCAPTCHA v2 invisible  >  */

/* Contact Form - Custom */
#form_10 .form-part {
	margin: 0 0 20px;
}
.nc_form .form-part-checkbox label {
	display: inline-block;
	width: auto;
}
.nc_form .form-part-checkbox input[type="radio"] {
	display: inline-block;
	width: auto;
}
.nc_form .form-part-double input {
	display: inline-block;
	width: 47.5%;
	vertical-align: top;
}
#form_10 .form-part input[type="range"] {
	width: 100%;
	max-width: 600px;
}
#form_10 label .req {
	color: #ff0000;
}
/* Contact Form Styling Ends */

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

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

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

/*  < homeslide_animation >  */
@keyframes nc_burns_zoom_in {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}
/*  </ homeslide_animation >  */

/*  < animation >  */
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.animation_pulse {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.animation_pulse:hover,
.animation_pulse:focus,
.animation_pulse:active {
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;

	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.animation_float {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.animation_float:hover,
.animation_float:focus,
.animation_float:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}
/*  </ animation >  */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Form Validation -- Begins */
form input.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;
	margin: 0 auto 20px;
	padding: 20px 20px 0;
	color: #000;
	text-align: center;
	background-color: #f5770c;
}
.vfActive {
	display: block
}
.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}
/* Form Validation -- Ends */

/* Begins: Get More Posts - Ajax */
a#univ_load_more_posts {
	background-color: #509adf;
	color: #fff;
	padding: 7px 20px;
	display: block;
	width: 200px;
	margin: 0 auto 0;
	text-align: center;
}
a#univ_load_more_posts:hover {
	background-color: #6daeec;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

/* Sidebar - Recent Posts */
.sbRecentPostsList li {
	padding: 0 0 10px;
}

/* Pagination - Single */
#pagination-single {
	margin: 10px 0;
	overflow: hidden;
}
#pagination-single a {
	text-decoration: none;
	font-weight: normal;
}
.pag-single-prev, .pag-single-next {
	box-sizing: border-box;
}
.pag-single-prev {margin: 0 0 20px;}
@media screen and (min-width: 600px) {
	.pag-single-prev,
	.pag-single-next {
		width: 50%;
	}
	.pag-single-prev {
		padding: 0 30px 0 0;
	}
	.pag-single-next {
		padding: 0 0 0 30px;
	}
	.pag-single-prev {
		float: left;
	}
	.pag-single-next {
		float: right;
	}
}
/* Ends: Get More Posts - Ajax */

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

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


/*Content Styles*/

/*Parkland Page*/
.mcParklandLink{
	font-size: 24px;
	font-weight: bold;
}
.mcParklandAuthor{
	font-weight: bold;
	line-height: 1;
}
.mcParklandDate{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
}

