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

#wrapper {
	overflow: hidden;
}


/* General */
html {
	-webkit-text-size-adjust: 100%;
	min-width: 320px;
	width: 100%;
	background: #333;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	background-color: #FFF;
}
@media screen and (min-width: 1600px) {
	body {
		font-size: 18px;
	}
}
a {color: #3e5c94;}
a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	outline: none;
}
.animate__animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated,
.ie9 .animate__animated,
#persistentHeader .animate__animated,
#persistentHeader.animate__animated {
	opacity: 1;
}
article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}

#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
	-moz-transform: none; /* Firefox */
	-ms-transform: none; /* IE 9 */
	-o-transform: none; /* Opera */
	transform: none;
}

#main_header {
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: center;
	background-color: #000;
}
#main_header .sxn_wrap {
	margin: auto;
	max-width: 1600px;
	padding: 20px;
}
#main_header .logo_main {
	display:block;
	text-align: center;
	margin: 0 auto;
	max-width: 188px;
	width: 100%;
}
#main_header .logo_main img {
	display: block;
	width: 100%;
	height: auto;
}
#main_header .cont_heading {
	margin: 20px 0 0;
	font-size: 17px;
	line-height: 1.2;
}
@media (min-width: 800px) {
	#main_header {
		background-color: transparent;
	}
	body.sticky_zone #main_header .logo_wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	body.sticky_zone #main_header .logo_main {
		margin: 0;
		max-width: 188px;
	}
	body.sticky_zone #main_header .cont_heading {
		margin: 0 0 0 20px;
		font-size: 17px;
	}
}
@media (min-width: 1200px) {
	#main_header .logo_main {
		max-width: 282px;
	}
	#main_header .cont_heading {
		font-size: 25.5px;
	}
}
@media (min-width: 1600px) {
	#main_header .logo_main {
		max-width: 376px;
	}
	#main_header .cont_heading {
		font-size: 34px;
	}
}

#main_header.subpage_header .consult span {
	display: block;
	margin: 20px 0 0;
	font-size: 12px;
	line-height: 1;
}
#main_header.subpage_header .consult a {
	display: block;
	color: #fff;
	font-size: 19px;
	line-height: 1.2;
}
#main_header.subpage_header .consult a:hover {
	text-decoration: underline;
}
@media (min-width: 800px) {
	#main_header.subpage_header .logo_wrapper {
		display: flex;
		flex-direction: row;
		justify-content: start;
		align-items: center;
	}
	#main_header.subpage_header .logo_main {
		margin: 0;
	}
	#main_header.subpage_header .cont_heading {
		margin: 0 20px;
	}
	#main_header.subpage_header .consult span {
		margin: 0;
	}
	body.sticky_zone #main_header.subpage_header .cont_heading {
		margin: 0 20px;
	}
	body.sticky_zone #main_header.subpage_header .consult span {
		font-size: 12px;
	}
	body.sticky_zone #main_header.subpage_header .consult a {
		font-size: 19px;
	}
}
@media (min-width: 1200px) {
	#main_header.subpage_header .cont_heading {
		margin: 0 40px;
	}
	#main_header.subpage_header .consult span {
		font-size: 18px;
	}
	#main_header.subpage_header .consult a {
		font-size: 28px;
	}
	body.sticky_zone #main_header.subpage_header .cont_heading {
		margin: 0 30px;
	}
}
@media (min-width: 1600px) {
	#main_header.subpage_header .cont_heading {
		margin: 0 80px;
	}
	#main_header.subpage_header .consult span {
		font-size: 24px;
	}
	#main_header.subpage_header .consult a {
		font-size: 38px;
	}
	body.sticky_zone #main_header.subpage_header .cont_heading {
		margin: 0 40px;
	}
}

nav.mm {
	text-align: center;
	z-index: 100;
	background-color: rgba(0,0,0,0.8);
}
nav.mm > ul > li > a {
	padding: 10px 10px;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	line-height: 1;
	color:#FFF;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear; color:#3e5c94;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {color: #FFF; background-color:#3e5c94 ;}
nav.mm ul ul {background: #FFF; width: 220px; color: #3e5c94;}
nav.mm ul ul li:hover > a {background: #3e5c94; color: #FFF;}
nav.mm ul ul a {
	color: black;
	padding: 6px 10px;
	font-size: 18px;
	text-transform: none;
	line-height: 1.3;
	font-weight: bold;
	text-transform: uppercase;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li {display: inline-block;}
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}
@media screen and (min-width: 800px) {
	nav.mm:after {
		clear:both;
		content:'';
		display: table;
	}
	nav.mm > ul > li > a {
		padding: 10px 6px;
		text-transform: none;
	}
	nav.mm > ul > li > a,
	nav.mm ul ul a {
		font-size: 12px;
	}
}
@media screen and (min-width: 1000px) {
	nav.mm > ul > li > a {
		text-transform: uppercase;
	}
}
@media screen and (min-width: 1200px) {
	nav.mm > ul > li > a,
	nav.mm ul ul a {
		font-size: 16px;
	}
	nav.mm ul ul {
		width: 220px;
	}
	nav.mm > ul > li > a,
	nav.mm ul ul a {
		font-size: 15px;
	}
}
@media screen and (min-width: 1600px) {
	nav.mm > ul > li > a {
		padding: 10px 8px;
		font-size: 20px;
	}
}

body.admin-bar #mmiWrapper {position: static;}
body.admin-bar.mob_menu #wrapper {padding: 0;}
body.mob_menu #wrapper {padding: 34px 0 0;}
body.mob_menu #wpadminbar {position: absolute;}
body.fsMenuOn #wpadminbar,
body.fsMenuOn #contact-tab {
	display: none;
}
#mmiWrapper,
#mblSearchCont,
nav.mm_mob {
	display: none;
}
.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {
	display: block;
}
.fsMenuOn #mmiWrapper {z-index: 1;}
#mmiWrapper, #closeMenu {background: #071023;}
#mmiWrapper {box-shadow: 0 1px 10px rgba(0,0,0,0.7); position: fixed; top: 0; left: 0; width: 100%; z-index: 999999;}
#mobMenuItems {
	height: 34px;
	text-align: center;
	font-size: 0;
	padding: 0;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	.mmi {
		height: 100%;
		display: inline-block;
		vertical-align: top;
		list-style-type: none;
		list-style-position: outside;
	}
	.mmi > a {
		font-size: 14px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		height: 100%;
		line-height: 34px;
		background-image: url(img/icons/menu-2019.png);
		background-repeat: no-repeat;
		text-indent: -222px;
		overflow: hidden;
		text-align: left;
	}
	#mm1 {width: 47px;}
	#mm2 {width: 47px;}
	#mm3 {width: 56px;}
	#mm4 {width: 42px;}
	#mm5 {width: 47px;}
	#mm6 {width: 46px;}
	.mmi a:hover {text-decoration: none;}
	.mmi {border-right: 1px solid #000;}
	#mm1 {border-left: 1px solid #000;}
	#mm1 > a {background-position: 15px 0;}
	#mm2 > a {background-position: 15px -34px;}
	#mm3 > a {background-position: 15px -68px;}
	#mm4 > a {background-position: 15px -102px;}
	#mm5 > a {background-position: 15px -136px;}
	#mm6 > a {background-position: 15px -170px;}
	/* Dropdown support */
	.mmi > ul {
		z-index: 1;
		width: 297px;
		left: -1px;
		display: none;
		position: absolute;
	}
	.mmi:hover ul {display: block;}
	.mmi ul li {
		border-top: 1px solid #2b8682;
	}
	.mmi ul li:first-child {border: 0;}
	.mmi ul a {
		color: #fff;
		display: block;
		padding: 10px 10px;
		font-size: 16px;
	}
	.mmi ul a:hover {
	}
@media screen and (min-width: 400px) {
	#mm6 {width: 110px;}
	#mm6 > a {
		padding: 0 0 0 47px;
		text-indent: 0;
	}
	.mmi > ul {width: 350px;}
}
nav.mm_mob {
	position: absolute;
	padding: 54px 0 20px;
	left: 0;
	top: 0;
	width: 100%;
	background: #FFF;
	z-index: 9999;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 0;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
			padding: 5px 20px 4px 0;
			color: #3e5c94;
			font: 15px/1 arial, sans-serif;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob ul a:hover {
			color: #fff;
			background-color: #071023;
		}
		nav.mm_mob ul a br {
			display: none;
		}
		nav.mm_mob a:hover {
			text-decoration: none;
		}
			nav.mm_mob ul a {padding-left: 20px;}
			nav.mm_mob ul ul a {padding-left: 40px;}
			nav.mm_mob ul ul ul a {padding-left: 60px;}
			nav.mm_mob ul ul li a {text-transform: none;}
#closeMenu {
	display: none;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-family: arial, sans-serif;
	color: #fff;
	z-index: 999999999;
	top: 0;
	right: 0;
	width: 100%;
	text-transform: uppercase;
	position: fixed;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
}
#closeMenu:hover {text-decoration: none; color: #ccc;}
body.fsMenuOn #menuWall {
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	content: "";
	width: 100%;
	height: 200%;
	left: 0;
	top: 0;
}
#mblSearch {
	max-width: 350px;
	padding: 0 20px 20px;
	overflow: hidden;
}
#mblsInput,
#mblsSubmit {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	float: left;
	display: inline;
	box-sizing: border-box;
}
#mblsInput {
	box-sizing: border-box;
	padding: 0 16px;
	width: 70%;
	height: 32px;
	font: 14px/normal arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 1px solid #3e5c94;
	border-radius: 4px 0 0 4px;
	outline: 0;
}
#mblsSubmit {
	cursor: pointer;
	width: 30%;
	height: 32px;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	background: #000;
	border: 0;
	border-radius: 0 4px 4px 0;
	transition: all 250ms ease;
}
#mblsSubmit:hover {background: #7A807A;}
@media screen and (min-width: 800px) {
	#persistentHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
	body.sticky_zone #persistentHeader {
		background-color: rgba(0,0,0,0.9);
	}
}

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

/* BELOW THE FOLD (BTF) BEGINS */

p {padding: 0 0 20px;}
li {list-style-type: none; list-style-position: outside;}
.topo {display: block; overflow: hidden;}
.topo img {display: block; width: 100%;}

.maxWrapper {
	position: relative;
	max-width: 1640px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin: auto;
}
.main_bgWrapper {
	background: url(img/practice-areas/backgrounds/section.webp) center top repeat-x #FFF;
	background-size: 10px 1200px;
	height: auto;
}

#contentArea {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
#contentArea .sxn_wrap {
	position: relative;
	margin: auto;
	padding: 20px;
	max-width: 1600px;
}
#contentArea .sxn_wrap:after {
	content: '';
	clear: both;
	display: block;
}
	.article {}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-family: 'Crimson Pro', serif;
		font-size: 25px;
		font-style: italic;
		padding: 0 0 20px 0;
		line-height: 1;
	}
	.article h2 {
		color:#3e5c94;
		font-size: 18px;
		padding: 0 0 10px 0;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}

	.headshot {
		width: 40%;
		max-width: 220px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright,
	.article .aligncenter,
	.article .alignleft{
		display: block;
		margin: 10px auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.article p {
		padding: 0 0 20px;
	}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}

	.article .mc_homepage_video_zone {
		position: relative;
	}

/*.sidebar {
	width: 100%;
}*/

@media screen and (min-width: 800px) {
	.article {
/*		width: calc(100% - 40px - 300px);*/
		width: 100%;
/*		float:left;*/
	}
	body.home .article {
		width: 100%;
	}
	.page-template-full-width .article {
		width: 100%;
	}
/*	.sidebar {
		width: 300px;
		float: right;
	}*/
}
@media screen and (min-width: 1200px) {
	#contentArea .sxn_wrap {
		padding: 40px;
	}
/*	.article {
		width: calc(100% - 60px - 350px);
	}*/
/*	.sidebar {
		width: 350px;
	}*/
}
@media screen and (min-width: 1600px) {
	#contentArea .sxn_wrap {
		padding: 80px 60px;
	}
/*	.article {
		width: calc(100% - 90px - 400px);
	}
	.sidebar {
		width: 400px;
	}*/
	.article h1 {
		font-size: 55px;
		padding: 0 0 40px 0;
	}
	.article h2 {
		font-size: 36px;
		padding: 0 0 20px 0;
	}
	.article h3 {
		font-size: 24px;
		padding: 10px 0 20px;
	}
}

#mainFooter {
	overflow: hidden;
}
.fNav {
	padding: 0;
}
	.fNav li {
		padding: 0 10px;
		display: inline-block;
		list-style-type: none;
		list-style-position: outside;
	}
	.fNav a {
		color: #444749;
	}
	.fNav a:hover {
		color: #3e5c94;
		text-decoration: underline;
	}

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

/* Contact Form Styling */
form input[type=submit] {-webkit-appearance: none;border-radius: 0;}
.nc_form {
	background-color: #f0f0f0;
	padding: 20px 10px;
	margin: 0 0 15px;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #333333;
	min-width: 255px;
}
.nc_form .form-part{margin: 0 0 10px;}
.nc_form .req {color: #F71704;}
.nc_form .groupLegend{
	font-size: 18px;
	margin: 0 0 5px;
}
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {display: block; width: 100%; padding: 0; box-sizing: border-box; }
	.nc_form input, .nc_form textarea {background: #fff; color: #000;}
	.nc_form input::placeholder, .nc_form textarea::placeholder {color: gray;}
	.nc_form input, .nc_form textarea, .nc_form .captcha-container {
		border: 1px solid #999;
		border-radius: 3px;
	}
	.nc_form label {margin: 0 0 5px;}
	.nc_form input, .nc_form textarea, .nc_form select {
		margin: 0 0 10px;
		padding: 10px 10px;
	}
	.nc_form textarea {height:60px;}
	.nc_form .captcha-container {padding: 0;width: 100%;}

.nc_form input.hidden {display:none;}
.nc_form input.submit-button {
	cursor:pointer;
	margin: 1em 0;
	padding: 10px 10px;
	width:auto;
	height:auto;
	background:#555;
	color:#fff;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 0;
}
	.nc_form input.submit-button:hover {background:#777;}
.nc_form input.error {border-color:#f00;}
.nc_form label.error {color: #f00;}
.ncfDisclaimer {
	font-size: 80%;
	margin: 0 0 15px;
	padding: 10px 0 0;
}
	.ncfDisclaimer span {
		display: block;
		font-weight: bold;
		font-size: 125%;
	}
		.ncfDisclaimer span.req {display: inline; font-size: 80%;}
	.ncfDisclaimer input {
		display: inline;
		width: 10px;
		height: 10px;
		margin: 0 5px 0 0;
	}
	.ncfDisclaimer label {display: inline;}
	.nc_form .captcha-wrapper input {max-width: 200px;}
	.nc_form .captcha-container {
		background: #fff;
		border: 1px solid #333;
		margin: 0 0 4px;
		text-align: center;
		max-width: 200px;
	}
	.nc_form .captcha-image {
		cursor: pointer;
		display: block;
		width: 100%;
	}
	.nc_form .checkbox,
	.nc_form .radio{ margin: 0 auto 10px; }
	.nc_form .checkbox input,
	.nc_form .checkbox label,
	.nc_form .radio input,
	.nc_form .radio label {
		display: inline;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
	}
	.nc_form .checkbox label,
	.nc_form .radio label{ margin: 0 15px 0 2px; }

.nc_form .inlineSelect select{display: inline; width: auto;}
.nc_form .inlineSelectGroup{ display: inline-block; margin: 0 10px 0 0; }
.nc_form .inlineSelectGroup select{margin: 0;}
.nc_form .inlineSelectGroup label{ font-size: 0.85rem; }
@media screen and (min-width: 600px){
	.nc_form{ padding: 20px 15px; }
}

/* Form Validation -- Begins */
form input[type=text].validationError,
form textarea.validationError,
form select.validationError,
form .validationError::placeholder {
	background-color: red;
	color: #fff;
}
form .validationError:-moz-placeholder,
form .validationError::-moz-placeholder {
	opacity: 1;
}
input[type=checkbox].validationError {
	position:relative
}
.cfRequiredMark {
	position: relative;
	font-size: 0;
}
input[type=radio].validationError + .cfRequiredMark:before,
input[type=checkbox].validationError + .cfRequiredMark:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: -26px;
	top: -11px;
	background-color: red;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	opacity: 1;
	box-shadow: 1px 1px 3px red;
}
.validationFeedback {
	display: none;
	text-align: center;
	background-color: #f5770c;
	color: #000;
	padding: 20px 20px 0;
	margin:0 auto 20px
}
.vfActive {
	display: block
}
.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}
/* Form Validation -- Ends */

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

/* Contact Form - Custom */

/* Contact Form Styling Ends */

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

/********* START NXN CUSTOM ***************/

/******* themes common button, h1, h2, titles, etc *******/
.st_common_btn {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#00329e;
	max-width: 250px;
	width:100%;
	margin:0 auto;
	display: block;
	padding:15px;
	line-height: 1;
	border:2px solid #00329e;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	position: relative;
}
.st_common_btn:hover {
	background: #00329e;
	color:#FFF;
}

/*  < marketing >  */
.home_titleWrapper {
	margin: 0 0 30px 0;
	font-size: 2rem;
}
.home_titleWrapper h2 {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
	font-size: 90%;
	color:#FFF;
	display: block;
	text-align: center;
	line-height: 1.2;
	text-transform: uppercase;
}
.home_titleWrapper h2 i {
	font-size: 70%;
	color:#58b6b2;
	font-style: italic;
}
@media screen and (min-width: 800px) {
	.home_titleWrapper {
		margin: 0 0 60px 0;
	}
	.home_titleWrapper h2 {
		font-size: 50px;
	}
	.home_titleWrapper h2 i {
		font-size: 40px;
	}
}
/*  </ marketing >  */

@media screen and (min-width: 1200px) {
	.sxn_padded_left {
		position: relative;
	}
	.sxn_padded_left:after {
		clear: both;
		display: block;
		content: '';
	}
	.sxn_padded_left > div:first-child {
		float:right;
		position: relative;
		box-sizing: border-box;
		width: 892px;
		background-size: auto 190px;
		border-radius: 5px;
	}
}
@media screen and (min-width: 1600px) {
	.main_bgWrapper {
		background-size: 10px 900px;
	}
	.sxn_padded_left > div:first-child {
		background:none;
		width: 1140px;
	}
}
.sxn_with_topBg {
	padding:260px 0 0 0;
	background-position-x: center;
	background-repeat: no-repeat;
	background-position-y: top;
	background-size: auto 260px;
}
@media screen and (min-width: 2000px) {
	.sxn_with_topBg {
		background-size: 110% auto;
	}
}
.sxn_with_topBg > div {
	background-color: #FFF;
}
.sxn_txtCenter {
	text-align: center;
}
.hp_swiperNav .swiper-button-next,
.hp_swiperNav .swiper-button-prev {
	color: #00329e;
}
.hp_swiperNav .swiper-button-next,
.hp_swiperNav .swiper-button-prev {
	width: 150px;
	justify-content: end;
}
.hp_swiperNav .swiper-button-prev {
	justify-content: start;
}
.hp_swiperNav:hover .swiper-button-next,
.hp_swiperNav:hover .swiper-button-prev {
	color: #58b7b3;
}
.hp_swiperNav .swiper-button-prev:before,
.hp_swiperNav .swiper-container-rtl .swiper-button-next:before,
.hp_swiperNav .swiper-button-next:before,
.hp_swiperNav .swiper-container-rtl .swiper-button-prev:before {
	content: '';
	position: absolute;
	height: 3px;
	width: 140px;
	left: 2px;
	margin: -1px 0 0 0;
	background-color: #00329e;
	border-radius: 3px;
}
.hp_swiperNav .swiper-button-next:before,
.hp_swiperNav .swiper-container-rtl .swiper-button-prev:before {
	left:initial;
	right:2px;
}
.hp_swiperNav:hover .swiper-button-prev:before,
.hp_swiperNav:hover .swiper-container-rtl .swiper-button-next:before,
.hp_swiperNav:hover .swiper-button-next:before,
.hp_swiperNav:hover .swiper-container-rtl .swiper-button-prev:before {
	background-color: #3e5c94;
}
.hr_Rule {
	font-family: 'PT Sans Narrow', sans-serif;
	padding:0;
	color: #a9d8f2;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	max-width: 1350px;
	box-sizing: border-box;
	display: block;
	margin:0 auto;
	position: relative;
	border-top: 0;
	line-height: 1.2;
	height: 95px;
}
.hr_Rule:after, .hr_Rule:before {
	content: '';
	position: absolute;
	height: 2px;
	background-color:#a2cfe8 ;
	width:100vw;
	top:0;
	left:-100vw;
}
.hr_Rule:after {
	left:initial;
	right: -100vw;
}
/**half-circle**/

.half-circ-arrow {
	background-color: #395487;
	width:56px;
	height:112px;
	border-top-right-radius: 65px;
	border-bottom-right-radius: 65px;
	position: relative;
	z-index: 99;
	cursor: pointer;
}
.half-circ-arrow:hover {
	background-color: #FFF;
}
.half-circ-arrow:hover:after {
	filter: initial;
}
.half-circ-arrow:after {
	background: url(img/slider-nav/arrow.webp) center center no-repeat;
	width:16px;
	height:30px;
	background-size: contain;
	content: '';
	position: absolute;
	right:50%;
	top:50%;
	margin-top: -15px;
	transform: translate(50%,0);
	filter: brightness(100);
}
.half-circ-arrow.is-reverse {
	transform: scaleX(-1);
}

/******** MARKETING HOMESLIDE *************//******** MARKETING HOMESLIDE *************/
.sxn_marketing {
	overflow: hidden;
}
#homeslides {
	position: relative;
	background-color: #2e3f49;
	height: 460px;
}
.homeslidesMain {
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 311px;
	text-align: right;
	box-sizing: border-box;
	background: url(img/slides/home/main.webp) center bottom no-repeat;
	background-size: auto 100%;
}
.homeslide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	color: #fff;
	text-align: center;
}
.homeslide:before {
	z-index: 19;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 70%;
	bottom: 0;
	background-image: linear-gradient(to top,rgba(0,0,0,.9),transparent)
}
.homeslideImg {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}
.homeslideImg1 {
	background-image:url(img/slides/home/600/1.webp)
}
.homeslideImg2 {
	background-image:url(img/slides/home/600/2.webp)
}
.homeslideImg3 {
	background-image:url(img/slides/home/600/3-v2.webp)
}
.slideContent {
	position: relative;
	height: 100%;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.slideBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	z-index: 20;
	line-height: 1;
	min-height: 140px;
	color: #FFF;
	font-style: italic;
	display: flex;
	align-items: center;
}
.slideBox p {
	text-shadow: -2px -2px 5px rgba(0,0,0,0.8);
	display: block;
	width: 100%;
	font-size: 30px;
	font-family: 'Crimson Pro', serif;
}
.slideBox p i,
.slideBox p span {
	display: block;
	text-align: center;
}
.slideBox p i {
	font-size: 22.5px;
}
.slideBox p span {
	font-style: italic;
	display: block;
	font-size: 30px;
}
.slideHead {
	display:block;
	position: relative;
	transition: 0.8s ease;
	opacity: 0;
	padding: 0;
	transform:translate(0,0)
}
.slideTxtAnimate .slideHead {
	opacity: 1;
}
@media screen and (min-width:600px){
	#homeslides {
		height: 330px;
	}
	.homeslidesMain {
		width: 270px;
	}
	.slideBox {
		width: calc( 100% - 200px );
		min-height: 300px;
		justify-content: start;
	}

	.slideBox p i,
	.slideBox p span {
		text-align: left;
	}
}
@media screen and (min-width:800px){
	#homeslides {
		height: 460px;
	}
	.homeslidesMain {
		width: 320px;
		height: 400px;
	}
	.homeslide:before {
		height:40%;
		background-image:linear-gradient(to top,rgba(0,0,0,.6),transparent)
	}
	.homeslideImg1 {
		background-image:url(img/slides/home/1120/1.webp)
	}
	.homeslideImg2 {
		background-image:url(img/slides/home/1120/2.webp)
	}
	.homeslideImg3 {
		background-image:url(img/slides/home/1120/3-v2.webp)
	}
	.slideBox {
		top: 169px;
		width: calc( 100% - 240px );
		min-height: 290px;
	}
	.slideBox p i {
		font-size: 30px;
	}
	.slideBox p span {
		padding: 0 0 0 90px;
		font-size: 40px;
	}

	.homeslide3 .slideBox p span {
		padding: 0 0 0 25px;
	}
	.slideBox p .heading_third {
		padding: 0 0 0 165px;
	}
}
@media screen and (min-width:1000px){
	#homeslides {
		height: 550px;
	}
	.homeslidesMain {
		width: 420px;
		height: 480px;
	}
	.homeslideImg1 {
		background-image:url(img/slides/home/2000/1.webp);
		background-attachment: fixed;
	}
	.homeslideImg2 {
		background-image:url(img/slides/home/2000/2.webp);
		background-attachment: fixed;
	}
	.homeslideImg3 {
		background-image:url(img/slides/home/2000/3-v2.webp);
		background-attachment: fixed;
	}
	.slideBox {
		min-height: 198px;
	}
}
@media screen and (min-width:1200px){
	#homeslides {
		height: 680px;
	}
	.homeslidesMain {
		right: 20px;
		width: 456px;
		height: 622.5px;
	}
	.slideBox {
		top: 211px;
		width: calc( 100% - 420px );
		min-height: 286px;
	}
	.slideBox p i {
		font-size: 45px;
	}
	.slideBox p span {
		padding: 0 0 0 135px;
		font-size: 60px;
	}

	.homeslide3 .slideBox p span {
		padding: 0 0 0 37px;
	}
	.slideBox p .heading_third {
		padding: 0 0 0 247px;
	}
}
@media screen and (min-width:1600px){
	#homeslides {
		height: 902px;
	}
	.homeslidesMain {
		right: calc(( 100% - 1560px )/2);
		width: 608px;
		height: 830px;
	}
	.slideBox {
		top: 254px;
		padding: 0 0 0 100px;
		min-height: 412px;
	}
	.slideContent {
		max-width:1600px
	}
	.slideBox p i {
		font-size: 60px;
	}
	.slideBox p span {
		padding: 0 0 0 180px;
		font-size: 80px;
	}

	.homeslide3 .slideBox p span {
		padding: 0 0 0 50px;
	}
	.slideBox p .heading_third {
		padding: 0 0 0 330px;
	}
}

/* < Subslides > */
.subslide {
	position: relative;
	padding: 0;
	height: 300px; 
	background-position: center top;
	background-repeat: no-repeat;	
	background-size: cover;
}
.subslide::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0; 
	width: 287px;
	height: 277px;
	background-size: contain;
	background-image: url(img/slides/sub/600/leandros.webp);
}

#subslide1 { background-image: url(img/slides/sub/600/1.webp); }
#subslide2 { background-image: url(img/slides/sub/600/2.webp); }
#subslide3 { background-image: url(img/slides/sub/600/3.webp); }

.subslide-box {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	padding: 15px;
	max-width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.50);
}
.subslide-wrapper {
	
}
.subslide-slide {
	
}	
	.subslide-header {
		display: block;
		font-family: 'Crimson Pro', serif;
		font-style: italic;
		line-height: 1;
		color: #ffffff;
		filter: drop-shadow(3px 3px 1px rgba(0,0,0,0.7));
	}
	.subslide-header-1 {
		font-size: 20px;
	}
	.subslide-header-2 {
		font-size: 25px;
	}
	.subslide-header-3 {
		font-size: 20px;
	}

@media screen and (min-width:800px){
	.subslide { 
		padding: 0 40px;
		height: 389px; 
	}
	#subslide1 { background-image: url(img/slides/sub/1120/1.webp); }
	#subslide2 { background-image: url(img/slides/sub/1120/2.webp); }
	#subslide3 { background-image: url(img/slides/sub/1120/3.webp); }	
	.subslide::before {
		left: initial;
		right: 12px;		
		width: 349px;
		height: 337px;
		transform: none;
	}
	.subslide-box {
		left: calc(50% - 366px);
		bottom: 62px;
		padding: 0;
		max-width: 1000px;
		text-align: left;
		background-color: transparent;
	}
	.subslide-slide-1 {	padding: 14px 0 0; }
	.subslide-slide-3 {	padding: 14px 0 0; }
	.subslide-header {
		line-height: 0.8;
	}
	.subslide-header-1 {
		font-size: 30px;
	}
	.subslide-header-2 {
		font-size: 40px;
		padding: 0 0 0 34px;
	}
	.subslide-header-3 {
		font-size: 30px;
		padding: 0 0 0 115px;
	}
}
@media screen and (min-width:1120px){
	#subslide1 { background-image: url(img/slides/sub/2000/1.webp); }
	#subslide2 { background-image: url(img/slides/sub/2000/2.webp); }
	#subslide3 { background-image: url(img/slides/sub/2000/3.webp); }
	.subslide-box {
		left: calc(50% - 486px);
		bottom: 62px;
	}
	.subslide-slide-1 {	padding: 14px 0 0; }
	.subslide-slide-3 {	padding: 14px 0 0; }
	.subslide-header {
		filter: drop-shadow(3px 3px 1px rgba(0,0,0,0.7));
	}
	.subslide-header-1 {
		font-size: 42px;
	}
	.subslide-header-2 {
		padding: 0 0 0 55px;
		font-size: 56px;
	}
	.subslide-header-3 {
		padding: 0 0 0 162px;
		font-size: 42px;
	}
}
@media screen and (min-width:1640px){
	.subslide { height: 548px; }
	.subslide::before {
		left: calc(50% + 368px);
		right: initial;
		width: 492px;
		height: 475px;
		background-image: url(img/slides/sub/2000/leandros.webp);
	}
	.subslide-box {
		left: calc(50% - 684px);
		bottom: 88px;
	}
	.subslide-slide-1 {	padding: 20px 0 0; }
	.subslide-slide-3 {	padding: 20px 0 0; }
	.subslide-header {
		line-height: 0.8;
		filter: drop-shadow(4px 4px 2px rgba(0,0,0,0.7));
	}
	.subslide-header-1 {
		font-size: 60px;
	}
	.subslide-header-2 {
		padding: 0 0 0 78px;
		font-size: 80px;
	}
	.subslide-header-3 {
		padding: 0 0 0 230px;
		font-size: 60px;
	}
}
/* </ Subslides > */

.crumbsWrapper {
	margin: 0 0 40px;
}

/************ MARKETING POINTERS ************/
.sxn_pointers {
	z-index: 10;
	position: relative;
	background-color: #07111c;
	height: auto;
	box-sizing: border-box ;
	padding: 20px 0;
}
.hp_freeConsult p {
	font-family: 'PT Sans Narrow', sans-serif;
	padding:0;
	color: #a9d8f2;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding:20px;
	max-width: 1350px;
	box-sizing: border-box;
	display: block;
	margin:0 auto;
	position: relative;
	border: 2px solid #a2cfe8;
	border-top: 0;
	line-height: 1.2;
}
.hp_freeConsult p:after,
.hp_freeConsult p:before {
	content: '';
	position: absolute;
	height: 2px;
	background-color:#a2cfe8 ;
	width:100vw;
	top:0;
	left:-100vw;
}
.hp_freeConsult p:after {
	left:initial;
	right: -100vw;
}
.hp_freeConsult p a {
	color: #a9d8f2;
}
.hp_freeConsult p a:hover {
	color: #a9d8f2;
	text-decoration: underline;
}
.hp_freeConsult p a.headCta,
.claimWrapper p a.headCta {
	display: inline-block;
	padding:2px;
	border:2px solid #a9d8f2;
	font-size: 16px;
	font-weight: 400;
	border-radius: 4px;
	vertical-align: middle;
	line-height: 1;
	box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	margin: 20px 0 0 0;
}
.hp_freeConsult p a.headCta span,
.claimWrapper p a.headCta span {
	padding: 2px 60px 2px 20px;
	height: 37px;
	display: flex;
	align-items: center;
	line-height: 1;
	background: url(img/practice-areas/icons/submit.webp) right bottom no-repeat;
	box-sizing: border-box;
}
.hp_freeConsult p a.headCta:hover,
.claimWrapper p a.headCta:hover {
	text-decoration: none;
	border-color: #34424a;
}
.hp_freeConsult p a.headCta:hover span,
.claimWrapper p a.headCta:hover span {
	background: url(img/practice-areas/icons/submit.webp) right top no-repeat;
	background-color: #3e5c94;
}
.hpAreas {
	text-align: center;
	padding: 30px 0 0 0;
}
.hpArea {
	display: inline-block;
	text-align: center;
	color:#FFF;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 1.4;
	box-sizing: border-box;
	padding:0 10px;
	width: 49%;
	vertical-align: top;
}
.hpArea span, .hpArea i, .hpArea a	{
	display: block;
	text-align: center;
}
.hpArea span {
	font-weight: bold;
	font-size: 24px;
}
.hpArea i {
	font-family: 'Lato', sans-serif;
	font-size:13px;
	font-weight: bold;
	color:#a2cfe8;
	font-style: normal;
	text-transform: uppercase;
}
.hpArea a {
	font-size: 18px;
	color:#FFF;
	margin: 6px 0 0 0;
	text-transform: uppercase;
	color:#3e5c94;
}
.hpArea a:hover {
	color:#3e5c94;
	text-decoration: underline;
}
.sxn_claim,
.mc_homepage_video_zone {
	background-color: #FFF;
}
.hpArea a {
	font-size: 16px;
}
.hpArea a:before {
	left: 15px;
	top: 18px;
}
@media screen and (min-width:400px) {
	.hpArea a:before {
		left: 25px;
		top: 18px;
	}
}
@media screen and (min-width:800px) {
	.hp_freeConsult p {
		font-size: 30px;
	}
	.sxn_pointers {
		height: auto;
		position: relative;
		padding: 0;
	}
	.sxn_pointers .maxWrapper {
		padding:0;
	}
	.hp_freeConsult p {
		padding:10px;
	}
	.hp_freeConsult p a.headCta span {
		padding:9px 60px 9px 20px;
	}
	.hp_freeConsult p br {
		display: none;
	}
	.hpArea.animate__animated{
		animation-duration:1.2s;
	}
	.hpAreas {
		display: block;
		text-align: center;
		padding: 16px 0 0 0;
	}
	.hpArea {
		width: auto;
	}
	.hpArea a span{
		display:block;
		position:absolute;
		top:50%;
		padding:0 10px 0 0;
		transform:translate(0,-50%);
	}
	.hpArea a span br{
		display:none;
	}
	.hp_freeConsult p a.headCta {
		margin: 0;
	}
}
@media screen and (min-width:1000px) {
	.sxn_pointers {
		background-color: rgba(6,17,29,0.75);
		margin: -183.19px 0 0;
	}
}
@media screen and (min-width:1600px) {
	.sxn_pointers {
		margin: -236.31px 0 0;
	}
	.hp_freeConsult {
		padding:20px 20px 0 20px;
	}
	.hpArea i {
		font-size:18px;
	}
	.hpArea span {
		font-size: 40px;
	}
	.hp_freeConsult p a.headCta {
		font-size: 20px;
		margin: 0;
	}
	.hp_freeConsult p {
		font-size: 36px;
		padding: 0 20px 21px 20px;
	}
	.hpAreas {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.hpArea {
		box-sizing: border-box;
		margin:0;
	}
}

.hpA1 { animation-delay: .2s; }
.hpA2 { animation-delay: .4s; }
.hpA3 { animation-delay: .6s; }
.hpA4 { animation-delay: .8s; }
.hpA5 { animation-delay: 1s; }
.hpA6 { animation-delay: 1.2s; }
.hpA7 { animation-delay: 1.4s; }
.hpA8 { animation-delay: 1.6s; }
.hpA9 { animation-delay: 1.8s; }
.hpA10 { animation-delay: 2s; }

/********* SXN PRACTICE AREAS ************/
.areasList {
	text-align: center;
	padding: 20px 0 0 20px;
}
.sxn_areas {
	background: #293b5f;
	color:#FFF;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
}
.sxn_areas:after {
	display: table;
	content: '';
	clear: both;
}
.sxn_areas .maxWrapper {
	padding: 0;
}
.areasBody {
	font-family: 'PT Sans Narrow', sans-serif;
	color:#FFF;
}
.areasBody h2 {
	font-size: 27px;
	line-height: 1;
}
.areasBody ul {
	position: relative;
	display: block;
	box-sizing: border-box;
}
.areasBody ul li {
	list-style-type: none;
}
.areasBody ul li a {
	font-size: 19px;
	color: #a9d8f2 ;
	display:block;
	padding:1px 0;
	cursor: pointer;
	position: relative;
	line-height: 1.6;
	text-align: left;
}
.st_featImage p {
	padding: 20px 20px 0;
}
.areasBody ul li a:hover {
	color:#FFF;
}
.areasBody ul li a:hover:before, .areasBody ul li.active a:before {
	width:13px;
	height:23px;
	content: '';
	position: absolute;
	left:-25px;
	top:6px;
	background: url(img/practice-areas/backgrounds/arrow.webp) center center no-repeat;
	background-size: contain;
}
p.paExcerpt {
	display: none;
}
p.paBody a {
	color: #a9d8f2;
	text-transform: uppercase;
}
p.paBody a:hover {
	text-decoration: underline;
	color:#FFF;
}
@media screen and (min-width:600px) {
	.areasBody ul {
		display: inline-block;
		width: 49%;
	}
}
@media screen and (min-width:800px) {
	.claimImgWrapper > div:first-child {
		margin:0;
	}
	.st_featImage {
		display: flex;
	}
	.st_featImage > div {
		width:60%;
	}
	p.paBody {
		display: block;
		width:40%;
		box-sizing: border-box;
	}
}
@media screen and (min-width:1200px) {
	p.paBody {
		display: block;
		width: 100%;
	}
	.st_featImage > div {
		width: 100%;
	}
	.st_featImage {
		display: block;
	}
	.areasBody ul li a {
		font-size: 20px;
	}
	.areasBody h2 {
		font-size: 30px;
		line-height: 2.2;
		padding: 0 0 0 29px;
	}
	.areasBody ul:last-child {
		padding: 0 0 0 34px;
	}
	.areasBody ul:last-child:after {
		content: none;
	}
	.areasBody ul:after {
		content: '';
		position: absolute;
		right:-30px;
		top:0;
		width:30px;
		height: 100%;
		background: url(img/practice-areas/backgrounds/shadow.webp) center center no-repeat;
		background-size: contain;
	}
	.areasBody ul {
		display: inline-block;
		margin: 12px 0 0 0;
		position: relative;
		padding: 0 30px 0 30px;
		box-sizing: border-box;
		width: auto;
	}
	.areasList {
		text-align: left;
		padding: 0;
	}
	.sxn_areas:after {
		display: block;
		content: '';
		clear: both;
	}
	.sxn_areas {
		background: url(img/practice-areas/backgrounds/p1.webp) left top no-repeat;
		background-size: auto 100%;
		color:#FFF;
		position: relative;
		box-sizing: border-box;
		padding: 70px 0;
		background-color: #000;
	}
	.sxn_areas:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient( to right, rgba(0,0,0,0.2), rgba(0,0,0,0.8) )
	}
	.sxn_areas[data-area="FYI Personal Injury"] {
		background-image: url(img/practice-areas/backgrounds/p1.webp);
	}
	.sxn_areas[data-area="Sidewalk Trip and Fall"] {
		background-image: url(img/practice-areas/backgrounds/p2.webp);
	}
	.sxn_areas[data-area="Construction Accidents"] {
		background-image: url(img/practice-areas/backgrounds/p3.webp);
	}
	.sxn_areas[data-area="Slip and Falls"] {
		background-image: url(img/practice-areas/backgrounds/p4.webp);
	}
	.sxn_areas[data-area="Vehicle Accidents"] {
		background-image: url(img/practice-areas/backgrounds/p5.webp);
	}
	.sxn_areas[data-area="Civil Rights"] {
		background-image: url(img/practice-areas/backgrounds/p6.webp);
	}
	.sxn_areas[data-area="Premises Liability"] {
		background-image: url(img/practice-areas/backgrounds/p7.webp);
	}
	.sxn_areas[data-area="Catastrophic Injuries"] {
		background-image: url(img/practice-areas/backgrounds/p8.webp);
	}
	.sxn_areas[data-area="Lead Poisoning"] {
		background-image: url(img/practice-areas/backgrounds/p9.webp);
	}
	.sxn_areas[data-area="Workplace Injuries"] {
		background-image: url(img/practice-areas/backgrounds/p10.webp);
	}
	.sxn_areas[data-area="Birth Injuries"] {
		background-image: url(img/practice-areas/backgrounds/p11.webp);
	}
	.sxn_areas[data-area="Medical Malpractice"] {
		background-image: url(img/practice-areas/backgrounds/p12.webp);
	}
	.sxn_areas[data-area="Stairway Accidents"] {
		background-image: url(img/practice-areas/backgrounds/stairway.png);
	}
	.sxn_areas[data-area="Elevator Accidents"] {
		background-image: url(img/practice-areas/backgrounds/elevator.png);
	}
	.sxn_areas[data-area="Workers’ Compensation"] {
		background-image: url(img/practice-areas/backgrounds/p13.webp);
	}
	.sxn_areas[data-area="Wrongful Death"] {
		background-image: url(img/practice-areas/backgrounds/p14.webp);
	}
	.sxn_areas[data-area="9/11 Victims Compensation Fund"] {
		background-image: url(img/practice-areas/backgrounds/p15.webp);
	}
	.sxn_areas .sxn_padded_left {
		padding: 0 20px 0 0;
	}
	.sxn_areas .sxn_padded_left .st_featImage {
		position: relative;
		width: 920px;
	}
	.sxn_areas .sxn_padded_left .st_featImage:before {
		content: '';
		position: absolute;
		width: 100vw;
		height: 223px;
		top: 0;
		left: 0;
		background: url(img/practice-areas/areas-bg.png) left top no-repeat;
		background-size: 100% 100%;
	}
	.sxn_areas .sxn_padded_left .st_featImage .areasBody {
		z-index: 2;
		position: relative;
		padding: 0 0 0 10px;
	}
	.st_featImage p {
		padding: 100px 50px 10px 31px;
		font-size: 22px;
	}
}
@media screen and (min-width:1600px) {
	.sxn_areas:before {
		background: linear-gradient( to right, rgba(0,0,0,0), rgba(0,0,0,0.8) )
	}
	.st_featImage p {
		padding: 100px 50px 10px 50px;
		font-size: 22px;
	}
	.sxn_areas .sxn_padded_left .st_featImage:before {
		height: 275px;
	}
	.sxn_areas .sxn_padded_left .st_featImage {
		width: 1140px;
	}
	.sxn_areas .sxn_padded_left .st_featImage .areasBody {
		padding: 0;
	}
	.areasBody ul li a {
		font-size: 21px;
	}
	.areasBody h2 {
		font-size: 44px;
		line-height: 2.5;
		padding: 0 0 0 48px;
	}
	.areasBody ul {
		display: inline-block;
		margin: 12px 0 0 0;
		position: relative;
		padding: 0 50px 0 50px;
	}
}

/************** SXN TESTIMONIALS **************/
.sxn_testimonial {
	overflow: hidden;
	padding: 80px 0 300px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.sxn_testimonial.imgSet {
	background-image: url(img/testimonials/bg.webp);
}

.homeTestimonialWrapper {
	padding: 60px 20px 100px 20px;
	background-color: rgba(0, 0, 0, 0.75);
}
.sxn_testimonial h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	color:#FFF;
	display: block;
	text-align: center;
	font-size: 44px;
	display: block;
	line-height: 1;
	margin:0 0 40px 0;
	box-sizing: border-box;
}
.sxn_testimonial h2 i {
	color:#58b6b2;
	font-style: italic;
}
.homeTestimonial-container {
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
	width:100%;
	padding:40px 0 20px 0;
	margin: -40px auto;
	text-align: center;
}
.homeTestimonial-container .swiper-slide {
	box-sizing: border-box;
	position: relative;
}
.homeTestimonial-container .hpTestTitle {
	font-family: 'Crimson Pro', serif;
	font-size: 40px;
	box-sizing: border-box;
	color:#FFF;
	display: block;
	text-align: center;
	line-height: 1.2;
	max-width: 1230px;
	width:100%;
	margin:0 auto 10px auto;
	font-style: italic;
}
.sxn_testimonial .st_common_btn {
	bottom: -115px;
}
.homeTestimonial-container .hpTestStars {
	margin:0 auto;
	display:block;
	text-align: center;
	max-width: 400px;
	width:100%;
}
.homeTestimonial-container .hpTestBody {
	font-size: 24px;
	display: block;
	text-align: center;
	color:#FFF;
	max-width: 1230px;
	width:100%;
	box-sizing: border-box;
	margin:0 auto;
}
.homeTestimonial-container p {
	display: block;
}
.hmMoreTest a {
	color:#a9d8f2;
	text-transform: uppercase;
}
.homeTestimonial-container .hmMoreTest a:hover {
	color:#FFF;
	text-decoration: underline;
}
.homeTestimonial-container .hpTestAuthor {
	font-family: 'Crimson Pro', serif;
	font-size: 34px;
	color:#FFF;
	display: inline-block;
	position: relative;
	text-align: center;
}
.homeTestimonial-container .hpTestAuthor:before,
.homeTestimonial-container .hpTestAuthor:after {
	content: '';
	width:30px;
	height:2px;
	background-color: #a9d8f2;
	display: table;
	display: inline-block;
	margin: 8px 12px;
}
.homeTestimonial-container .hp_swiperNav {
	max-width: 1100px;
	width: 100%;
	display: block;
	position: relative;
	padding: 0 0 84px 0;
	margin: -30px auto 0 auto;
}
.testiNav {
	width:100%;
	height: auto;
	display: block;
	position: relative;
	text-align: center;
	padding: 40px 0 0 0;
}
.testiNav:before,
.testiNav:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	border-bottom: 2px solid #9ac4dc;
	border-left: 2px solid #9ac4dc;
	width:45%;
	height:60%;
}
.testiNav:after {
	transform: scaleX(-1);
	left: initial;
	right:0;
}
.testiNav .half-circ-arrow {
	display: inline-block;
}
@media screen and (min-width:800px) {
	.homeTestimonialWrapper {
		padding: 60px 0 100px 0;
	}
	.sxn_testimonial .st_common_btn {
		bottom: initial;
	}
	.homeTestimonial-container .hpTestTitle {
		font-size: 38px;
	}
	.homeTestimonial-container .hpTestBody {
		font-size: 18px;
		padding:20px 40px 20px 40px;
	}
	.homeTestimonial-container .swiper-slide {
		min-height:auto;
	}
	.homeTestimonial-container .hpTestAuthor {
		font-size: 32px;
	}
	.homeTestimonial-container .hp_swiperNav {
		margin: 100px auto 0 auto;
	}
	.homeTestimonial-container .hp_swiperNav {
		max-width: 1100px;
		width:100%;
		margin: 30px auto 0 auto;
		display: block;
		position: relative;
		padding:0;
	}
}

/**************** SXN CONTENT ***************/
.mc_homepage_video_zone {
	z-index: 2;
	position: relative;
	margin: auto;
	padding: 0 0 20px;
	width: 100%;
	box-sizing: border-box;
	max-width: 505px;
	color: #000;
}
.mc_homepage_video_zone img {
	display: block;
	width: 100%;
	height: auto;
}
.mc_homepage_video_zone p {
	padding: 20px 0 0;
	font-weight: bold;
	text-align: center;
}
.mc_homepage_video_zone:after {
	content: '';
	display: block;
	clear: both;
}
.mc_homepage_video_zone p a {
	font-family: 'PT Sans Narrow', sans-serif;
	display: block;
	text-align: center;
	font-weight: bold;
	color:#3e5c94;
	font-size: 21px;
	cursor: pointer;
}
.mc_homepage_video_zone p a:hover {
	text-decoration: underline;
}

.nc-play-btn {
	width:auto;
	height:auto;
	position:absolute;
	top:50%;
	margin: -56px 0 0 0;
	cursor: pointer;
	box-sizing: border-box;
	padding:2px;
	border: 2px solid #FFF;
	border-radius: 4px;
	left:40px;
}
.nc-play-btn:after {
	content: '';
	display: block;
	width:86px;
	height:86px;
	background: url(img/content/play-button.png) center bottom no-repeat;
	background-size: 86px auto;
}
.nc-play-btn:hover:after {
	background: url(img/content/play-button.png) center top no-repeat;
}
.content-video-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	width:100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.9);
	top:0;
	left:0;
	text-align: center;
}
.content-video-container {
	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%);
}

body.home #contentArea .viewMore {
	font-size: 34px;
	display: inline-block;
	font-family: 'Crimson Pro', serif;
	font-style: italic;
	color:#3e5c94;
	padding: 0 24px 0 0;
	margin:20px 0 0 0 ;
	background: url(img/content/arrow.png) right center no-repeat;
	box-sizing: border-box;
}
body.home #contentArea .viewMore {
	cursor: pointer;
}
body.home #contentArea .viewMore:hover {
	text-decoration: underline;
}
body.home .article h1 {
	font-family: 'Crimson Pro', serif;
	font-size: 45px;
	font-style: italic;
	line-height: 1;
	margin: 0 0 35px 0;
}
@media screen and (min-width:800px) {
	.mc_homepage_video_zone {
		padding: 0 0 40px;
	}
	body.home .article h1 {
		font-size: 60px;
	}
}
@media screen and (min-width:1000px) {
	.mc_homepage_video_zone {
		float: right;
		margin: 0 0 20px 40px;
		padding: 0;
	}
}
@media screen and (min-width:1600px) {
	.mc_homepage_video_zone {
		max-width: 674px;
		margin: 0 0 40px 60px;
		float: right;
		box-sizing: border-box;
	}
	body.home .article h1 {
		font-size: 70px;
	}
}

/************* SXN FAQ **************/
.sxn_faq {
	background: url(img/faq/bg.webp) center bottom repeat-x #25416a;
	background-size: contain;
	height: 390px;
	position: relative;
}
.sxn_faq:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(img/faq/shadow.png) center 43% no-repeat;
}
.homeFaqWrapper	 {
	max-width: 500px;
	width: 100%;
	padding: 0 40px;
	margin: 0 auto;
	box-sizing: border-box;
	transform: translateY(-38%);
	z-index: 9;
	overflow: hidden;
	position: relative;
}
.homeFaqWrapper h2,
.sxn_hpContact h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 44px;
	display: block;
	line-height: 1;
	margin: 0 0 40px 0;
	box-sizing: border-box;
}
.homeFaqWrapper .faq-container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 99;
	position: relative;
}

.faqBody {
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #FFF;
	font-size: 28px;
	text-align: center;
	line-height: 1.2;
	padding:0 20px;
	max-width: 350px;
	width: 100%;
	box-sizing: border-box;
	margin:0 auto;
}
.faqBody a {
	font-size: 17px;
	display: block;
	color:#b9ceee;
	margin:14px 0 0 0;
}
.faq-prev,
.faq-next {
	position:absolute;
	top: 100px;
	z-index: 8;
	left: 0;
	top: 150px;
	cursor:pointer;
	width: 50px;
	height: 100px;
	border-radius: 0 150px 150px 0;
}
.faq-next {
	right: 0;
	left: initial;
}
.faq-prev:after,
.faq-next:after {
	width: 22px;
	height: 40px;
	right: 25px;
}
.faq-container .nc-play-btn {
	transform: scale(0.75);
}
/*.faq-container .swiper-slide .nc-play-btn {
	display: none;
}*/
.faq-container .swiper-slide .faqImgHolder {
	filter: brightness(0.3);
	margin: 0 0 30px;
	position: relative;
	width: 100%;
	aspect-ratio: 294 / 171;
}
.faq-container .swiper-slide .faqImgHolder img {
	display: block;
	width: 100%;
	height: auto;
}
.faq-container .swiper-slide-active .nc-play-btn {
	display: block;
}
.faq-container .swiper-slide-active .faqImgHolder {
	filter: brightness(1);
}
@media screen and (min-width:800px) {
	.homeFaqWrapper	 {
		max-width: 1600px;
	}
	.faq-container .swiper-slide {
		width:50%;
	}
}
@media screen and (min-width:1200px) {
	.faq-container .swiper-slide {
		width:33.35%;
	}
	.sxn_faq:after {
		background-position-y: 30% ;
	}
}
@media screen and (min-width:1400px) {
	.sxn_faq:after {
		background-position-y: 35% ;
	}
}
@media screen and (min-width:1600px) {
	.sxn_faq:after {
		background-position-y: 43% ;
	}
	.homeFaqWrapper .faq-container {
		max-width: 1480px;
	}
	.faq-prev,
	.faq-next {
		top: 128px;
		width: 100px;
		height: 200px;
	}
	.faq-prev:after,
	.faq-next:after {
		right: 35px;
	}
}

/********************** SXN 9-11 CLAIM FUND ************************/
.sxn_claim {
	padding:80px 0;
}
.claimWrapper {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 40px;
	display:block;
	text-align: center;
	color:#000;
	line-height: 1.2;
}
.claimWrapper > div {
	width:100%;
	box-sizing: border-box;
	display: inline-block;
}
.claimWrapper > div p {
	font-weight: bold;
}
.claimImgWrapper img {
	width: 100%;
	height: auto;
}
.claimWrapper > div:first-child {
	margin:0 0 40px 0;
}
.claimWrapper p a.headCta {
	color:#000;
}
.claimWrapper p a.headCta span {
	line-height: 2.2;
}
.claimWrapper p a.headCta:hover {
	color:#FFF;
}
@media screen and (min-width:800px) {
	.claimWrapper > div {
		padding:0 50px;
	}
}
@media screen and (min-width:1200px) {
	.claimWrapper > div {
		width:48%;
		vertical-align: top;
	}
	.claimWrapper > div:first-child {
		margin: 0;
	}
}
@media screen and (min-width:1600px) {
	.claimWrapper > div {
		max-width: 730px;
		width:100%;
	}
}

/*************** sxn CONTACT FORM *************************/
.sxn_hpContact {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:100px 0 100px 0;
	color:#fff;
}

.sxn_hpContact.imgSet {
	background-image: url(img/contact-form/bg.webp);
}
.sxn_hpContact .maxWrapper > p {
	margin:0 0 20px 0;
}
.sxn_hpContact .home_titleWrapper {
	margin: 0 0 30px 0;
}
.sxn_hpContact > div {
	background-color: rgba(0,0,0,.75);
	padding:90px 20px;
}
.sxn_hpContact h2 {
	color:#FFF;
	margin: 0 0 25px 0;
}
input:focus,
textarea:focus {
	outline: none;
	border:1px solid rgba(0,0,0,0);
	box-shadow: 0 0 10px #295e96;
}
.inputWrapper {
	position: relative;
}
.inputWrapper input[type=text],
.inputWrapper textarea {
	background: rgba(0,0,0,0.5);
	border: 2px solid #FFF;
	border-radius: 4px;
	border-top: 0;
	display: block;
	width: 100%;
	padding:8px 10px;
	color:#FFF;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
}
.inputWrapper textarea {
	height:100px;
}
.inputWrapper label {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	text-align: center;
	display: block;
	overflow: hidden;
	font-family: 'Lato', sans-serif;
	margin: 0 auto;
	bottom: -17px;
	line-height: 1.4;
}
.inputWrapper label span {
	display:inline-block;
	position: relative;
}
.inputWrapper label span:before,
.inputWrapper label span:after {
	content: '';
	position: absolute;
	display: inline-block;
	height: 2px;
	width: 100vw;
	color: #fff;
	border-top: 2px solid #FFF;
	box-sizing: border-box;
	transform: translateY(14px);
	right: -101vw;
}
.inputWrapper label span:before {
	right: initial;
	left: -101vw;
}
.sidebar .inputWrapper label {
	bottom: -13px;
	line-height: 1.4;
	border-radius: 10px;
	width: 98.5%;
}
.sxn_cForm .sxn_cForm_inputs > div {
	display: block;
	margin:0 0 10px 0;
	flex-basis: 100%;
}
.sxn_cForm .sxn_cForm_inputs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 22px;
}
.sxn_cForm .sxn_cForm_inputs.cForm_half > div {
	display: block;
	margin:0 0 10px 0;
	flex-basis: 100%;
}
.sxn_cForm_textarea > div {
	flex-basis: 100%;
}
.cForm_required p {
	text-align: center;
	font-size: 11px;
	margin: 20px 0 20px 0;
}
.cForm_submitWrap {
	text-align: center;
}
.cForm_submitWrap > div {
	margin:40px 12px 0 12px;
	padding:0 10px 0 10px;
	vertical-align: middle;
	display: inline-flex;
}
.cForm_submit {
	width:275px;
	box-sizing: border-box;
}
.cForm_submit input {
	display: flex;
	height: 60px;
	width:100%;
	align-items: center;
	justify-content: center;
	background-color: #3e5c94;
	border-radius: 5px;
	color:#FFF;
	border:0;
	overflow: hidden;
	cursor: pointer;
	font-size: 40px;
	font-style: italic;
	font-family: 'Crimson Pro', serif;
	font-weight: 400;
	padding:0 20px;
}
.cForm_submit input:hover {
	background-color: #FFF;
	color:#3e5c94;
}
@media screen and (min-width:500px) {
	.sxn_footer .hp_freeConsult p a {
		padding:0 10px;
	}
}
@media screen and (min-width:800px) {
	.cForm_submitWrap > div {
		margin: 0 12px 0 12px;
	}
	.cForm_submit {
		margin: 0;
	}
	.sxn_cForm .sxn_cForm_inputs > div {
		display: block;
		margin: 0 0 10px 0;
		flex-basis: 24%;
	}
	.sxn_cForm .sxn_cForm_inputs.cForm_half > div {
		display: block;
		margin: 0 0 10px 0;
		flex-basis: 49.26%;
	}
	.sxn_cForm .sxn_cForm_textarea > div {
		width: 100%;
		flex-basis: 100%;
	}
}

/************** BADGES ***********/
.sxn_badges {
	padding: 60px 0;
	background: url(img/badges/bg.webp) center center repeat-x;
	background-size: contain;
}
.badgesWrapper {
	text-align: center;
}
.badgesWrapper > div {
	display: inline-block;
	padding: 10px 12px;
	text-align: center;
	vertical-align: middle;
	width: 40%;
}
.badgesWrapper > div img {
	display: block;
	width:100%;
	height: auto;
}
@media screen and (min-width:800px) {
	.badgesWrapper > div {
		display: inline-block;
		padding:10px;
		width: auto;
	}
	.badgesWrapper > div img {
		display: block;
		width:70%;
		height: auto;
		margin:0 auto;
	}
}
@media screen and (min-width:1600px) {
	.badgesWrapper > div {
		padding:10px 40px;
	}
}

/****** SIDEBAR ********/
.sidebar .sxn_padded_left > div:first-child {
	width:100%;
}
.sidebar p.paBody {
	display:none;
}
.sidebar .claimWrapper > div {
	width:100%;
	padding:0;
}
.sidebar .claimWrapper > div:first-child {
	margin:0 0 40px 0;
}
.sidebar .sxn_areas {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0;
	margin: 0 0 40px 0;
}

.sidebar .sxn_areas.imgSet {
	background-image: url(img/practice-areas/backgrounds/sidebar-bg.png);
}

.sidebar .sxn_areas .sxn_padded_left .st_featImage:before {
	display: none;
}
.sidebar .maxWrapper {
	padding:0;
}
.sidebar .maxWrapper > p:first-of-type {
	display: none;
}
.sidebar .st_featImage > div.areasBody {
	width: 100%;
}
.sidebar .areasBody ul:after {
	content: none;
}
.sidebar .sxn_hpContact {
	margin: 0 0 40px 0;
	padding:0;
}

.sidebar .sxn_padded_left > div:first-child {
	padding: 0;
}

/*  < sb practice areas >  */
.sidebar .sxn_areas:before {
	content: none;
}
.sidebar .areasBody ul {
	padding: 0;
	width: 100%;
	margin: 0;
}
.sidebar .areasList	 {
	margin: 0;
	padding: 30px 40px;
	box-sizing: border-box;
}
.sidebar .areasBody h2 {
	padding:20px;
	position: relative;
}
/*  </ sb practice areas >  */

.sidebar .cForm_submitWrap > div {
	display: block;
	margin:0 auto;
	padding: 0;
}
.sidebar .cForm_submit {
	max-width: 260px;
	width: 100%;
	margin: 0 auto;
}
.sidebar .areasBody h2:after {
	content: '';
	position: absolute;
	left:0;
	bottom: -48px;
	height: 48px;
	width: 100%;
	background: url(img/practice-areas/backgrounds/title-shadow.png) center center no-repeat;
	background-size: 100% 100%;
}
.sidebar .areasBody h2 {
	font-size: 30px;
	line-height: 1.2;
}
.sidebar .claimWrapper > div p {
	font-size: 32px;
}
.sidebar .sxn_cForm .sxn_cForm_inputs > div {
	flex-basis: 100%;
}
.sidebar form input[type=submit] {
	margin: 15px 0 0 0;
}
.sidebar .sxn_hpContact > div {
	padding: 30px 20px;
}
.sidebar .sxn_hpContact h2 {
	margin:0;
}
.sidebar .sxn_cForm .sxn_cForm_inputs > div {
	margin: 0;
}
.sidebar .sxn_cForm .sxn_cForm_inputs > div:last-of-type {
	margin:0;
}
.sidebar .cForm_required p {
	padding:0;
}
.sidebar .areasList br {
	display: none;
}
.sidebar .sxn_claim {
	padding:0;
	margin:0 0 40px 0;
}
.sidebar .claimWrapper p {
	padding:0;
}
.sidebar .grDisclaimerBox {
	margin:0 auto;
}
.sidebar .sxn_hpContact h2 {
	font-size: 32px;
}
.sidebar .inputWrapper label span {
	font-size: 18px;
}

nav.mm .sub-main-wrapper {
	position: fixed;
	height: auto;
	left: 0;
	width: 100%;
	background-color: #3e5c94;
	padding:0 0 40px 0;
	display: none;
}
nav.mm .sub-wrapper {
	width: 100vw;
	height: 880px;
	left:0;
	height: 500px;
	overflow-y: scroll;
	color:#FFF;
	z-index: 99;
}
nav.mm #menu-item-65384:hover .sub-main-wrapper {
	display: block;
}
nav.mm #menu-item-65384 {
	position: initial;
}
nav.mm #menu-item-65384 .sub-wrapper ul {
	background: transparent;
}
nav.mm #menu-item-65384 .sub-wrapper ul a {
	color:#FFF;
	text-transform: capitalize;
}
nav.mm #menu-item-65384 .sub-wrapper ul a:hover,
nav.mm #menu-item-65384 .sub-wrapper li:hover a {
	background: transparent;
}
nav.mm #menu-item-65384 .sub-wrapper ul a:hover {
	text-decoration: underline;
}
nav.mm #menu-item-65384 .sub-wrapper ul ul a {
	color:#a9d8f2;
}
nav.mm #menu-item-65384 .navGroup > ul > li > a {
	color:#FFF;
}
nav.mm #menu-item-65384 .sub-wrapper ul ul ul:last-of-type {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	display: flex;
	opacity: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	left: 0;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
nav.mm #menu-item-65384 .sub-wrapper > ul:first-of-type {
	width:1200px;
	height: 540px;
	box-sizing: border-box;
	padding:40px;
	margin: 0 auto;
	display: flex;
	opacity: 1;
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-content: flex-start;
	flex-wrap: wrap;
	position: relative;
}
nav.mm #menu-item-65384 .sub-wrapper > ul:first-of-type > li {
	width: 50%;
	padding:0 10px;
	box-sizing: border-box;
}
nav.mm #menu-item-65384 .sub-wrapper > ul:first-of-type > li > ul {
	position: relative;
	opacity: 1;
	left:20px;
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
nav.mm #menu-item-65384 .sub-wrapper > ul:first-of-type ul {
	width:100%;
}
nav.mm .sub-menu a {
	text-transform: capitalize;
	font-size: 14px;
}

nav.mm > ul > li ul.sub-menu li ul.hideMore:after {
	content: "view more";
	position: relative;
	display: block;
	width: 80px;
	color: #fff;
	z-index: 999;
	padding: 7px 10px;
	font-size: 12px;
	background-color: #1b385a;
	border-radius: 4px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	margin: 10px 0 20px 10px;
}
nav.mm > ul > li ul.sub-menu li ul.hideMore:after:hover {
	color: #a9d8f2;
	background-color: #1b385a;
}
nav.mm > ul > li ul.sub-menu li ul.hideMoreAll:after {
	display: none;
}
@media screen and (min-width: 800px) {
	nav.mm #menu-item-65384 .sub-wrapper > ul:first-of-type {
		width:750px;
	}
	body.sticky_zone .logoWrapper .maxWrapper {
		display:flex;
		justify-content: center;
	}
}
@media screen and (min-width: 1100px) {
	nav.mm #menu-item-65384 .sub-wrapper > ul:first-of-type {
		width: 1000px;
	}
}
@media screen and (min-width: 1200px) {
	nav.mm #menu-item-65384 .sub-wrapper > ul:first-of-type > li {
		width: 25%;
	}
}
@media screen and (min-width: 1300px) {
	nav.mm #menu-item-65384 .sub-wrapper > ul:first-of-type {
		width:1200px;
	}
}

.transcriptModal {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.75);
	z-index:99999
}
.transcriptBox {
	position:relative;
	padding:20px;
	background:#fff;
	color:#000;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	width:80%;
	max-width:900px;
	border-radius:5px;
	text-align:left;
	max-height:80%
}
.transTitle {
	display:block;
	font-weight:700;
	font-size:1.25em;
	padding:0 0 15px
}
a.transClose {
	display:block;
	text-decoration:underline;
	color:#5eafe1
}
a.vidTranscript {
	cursor: pointer;
}
a.vidTranscript:hover {
	text-decoration: underline;
	color:#FFF;
}
.extraContent {
	display: none;
	padding: 40px 0 0 0;
}

.mc_testimonials_col h2 {
	font-family: 'Crimson Pro', serif;
	font-style: italic;
	line-height: 1;
}
.page-id-25 .inputWrapper input[type=text],
.page-id-25 .inputWrapper textarea {
	border-color: #000;
	background-color: #FFF;
	color:#000;
}
.page-id-25 .inputWrapper label span:before,
.page-id-25 .inputWrapper label span:after {
	border-color: #000;
}
.page-id-25 h1,
.page-id-25 p {
	text-align: center;
}


/******************** FOOTER ************************/
.sxn_footer {
	padding: 40px 0 0;
	background-size: cover;
	background-position: center top;
}

.sxn_footer.imgSet {
	background-image: url(img/footer/bg.webp);
}

.sxn_footerBg {
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	padding: 20px 0;
}
.sxn_footer .hp_freeConsult p {
	padding: 0 20px 20px;
	max-width: 1320px;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.sxn_footer .hp_freeConsult p .inner_wrapper {
	display: flex;
	flex-direction: column;
}
.sxn_footer .logo_footer {
	order: 1;
	display: flex;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 188px;
	height: auto;
}
.sxn_footer .logo_footer img {
	display: block;
	width: 100%;
	height: auto
}
.sxn_footer .footer_link {
	position: relative;
	text-align: center;
	font-size: 30px;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.sxn_footer .footer_link_1 {
	order: 2;
	margin: 0 0 20px;
}
.sxn_footer .footer_link_2 {
	order: 3;
}
.sxn_footer .footer_link:before {
	position: relative;
	width: 56px;
	height: 80px;
	background: url(img/footer/marker.webp) center no-repeat;
	background-size: contain;
	display: block;
	margin: 0 20px 0 0;
}
.sxn_footer .footer_link span {
	line-height: 1;
}
.sxn_footer .footer_link i {
	font-size: 20px;
	font-style: normal;
	color:#FFF;
	font-weight: 400;
	line-height: 1;
}
.sxn_footer .footer_link:hover {
	text-decoration: none;
}
.sxn_footer .footer_link:hover i {
	text-decoration: underline;
}
.sxn_footer .hp_freeConsult p br {
	display: block;
}
.sxn_footer .logo_footer img {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.footer_sns_wrapper {
	max-width: 1320px;
	width:100%;
	margin:0 auto;
	display: block;
}
.footer_contacts_container {
	margin:20px 0 0 0;
}
.footer_contacts_container,
.footer_sns_container {
	display: block;
	text-align: center;
}
.footer_contacts_container a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	color:#FFF;
	display: inline-block;
}
.footer_contacts_container a span {
	font-weight: bold;
	color:#9cc7df;
	font-size: 25px;
}
.footer_contacts_container i {
	font-style: normal;
	font-weight: bold;
	color:#9cc7df;
	padding:10px 20px;
	margin: -10px 0 0 0;
	display: none;
}
.footer_sns_container {
	text-align: center;
	margin:0;
}
.footer_sns_container ul {
	display:block;
}
.footer_sns_container ul li {
	list-style-type: none;
	display: inline-block;
	padding: 2vw;
	vertical-align: middle;
	text-align: center;
}
.footer_sns_container a:hover {
	filter: brightness(2);
}
.footer_social1 {
	content: url(img/footer/sns/fb.webp);
	cursor: pointer;
}
.footer_social2 {
	content: url(img/footer/sns/linked-in.webp);
	cursor: pointer;
}
.footer_social3 {
	content: url(img/footer/sns/youtube.webp);
	cursor: pointer;
}
.footer_social4 {
	content: url(img/footer/sns/social-4.webp);
	cursor: pointer;
}
.footer_social5 {
	content: url(img/footer/sns/social-5.webp);
	cursor: pointer;
}
.disclaimer {
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: center;
	line-height: 1.3;
}
.disclaimer h3 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 24px 0;
}
.disclaimer p {
	font-size: 14px;
	color:#a2cfe8;
}
.sxn_footer ul {
	text-align: center;
}
.sxn_footer	ul a {
	color:#a2cfe8;
}
.sxn_footer ul a:hover {
	color:#FFF;
	text-decoration: underline;
}
@media screen and (min-width: 800px) {
	.sxn_footerBg {
		padding: 80px 0;
	}
	.footer_contacts_container i {
		display: inline-block;
	}
	.sxn_footer .footer_link {
		display: inline-block;
	}
	.sxn_footer .hp_freeConsult p .inner_wrapper {
		flex-direction: row;
		position: relative;
		top: -30px;
	}
	.sxn_footer .logo_footer {
		order: 2;
	}
	.sxn_footer .footer_link {
		margin: 0;
	}
	.sxn_footer .footer_link_1 {
		order: 1;
	}
}
@media screen and (min-width: 1000px) {
	.sxn_footer .logo_footer {
		max-width: 282px;
	}
}
@media screen and (min-width: 1200px) {
	.sxn_footer {
		padding: 240px 0 0;
	}
	.sxn_footer .logo_footer {
		margin: 0 20px;
	}
	.sxn_footer .footer_link {
		display: flex;
	}
	.sxn_footer .footer_link:before {
		content:'';
	}
	.sxn_footer .hp_freeConsult p {
		display: flex;
		justify-content: space-around;
	}
}
@media screen and (min-width: 1600px) {
	.sxn_footer {
		padding: 320px 0 0;
	}
	.sxn_footer .logo_footer {
		margin: 0 40px;
		max-width: 376px;
	}
}

/*************** AGENCY FOOTER	**********************/
#ncBrandingWrapper {
	padding: 30px 20px 30px;
	font-size: 0;
	text-align: center;
	background: url(img/footer/grad.webp) center center repeat-x;
	background-size: contain;
	color:#FFF;
}
#ncBranding {
	overflow: hidden;
	vertical-align: middle;
}
#ncBranding img {
	padding: 0 0 20px;
	vertical-align: middle;
}
	#ncBranding,
	#ncBranding a {
		color: #FFF;
		font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#ncBranding a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	#logo-nextclient {
		display: block;
		margin: 0 auto 15px;
	}
	#ncBranding p {
		padding: 0;
		max-width: 320px;
		margin: 0 auto;
	}
	#ncBranding br {display: none;}
@media screen and (min-width: 600px) {
	#ncBranding {
		display: inline-block;
	}
	#logo-nextclient {
		display: inline-block;;
		margin: 0;
		vertical-align: middle;
	}
	#ncBranding img {
		padding: 0;
	}
	#ncBranding p {
		display: inline-block;;
		margin: 0 0 0 10px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: middle;
	}
	#ncBranding br {display: inline;}
}
/*	< Vimeo Modal >	 */
.vimeo-modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.93);
	z-index: 99999999;
}
.vmContent{
	position: relative;
	max-width: 960px;
	max-height: 540px;
	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%);
}
.vmContent:after{
	content: 'X';
	color: #FFF;
	width: 30px;
	font-weight: bold;
	height: 30px;
	font-size: 16px;
	border-radius: 50%;
	position: absolute;
	padding: 3px;
	top: -25px;
	right: -33px;
	text-align: center;
	border: 2px solid #FFF;
	cursor: pointer;
}
.vimeo-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.vimeo-embed-cont iframe,
.vimeo-embed-cont object,
.vimeo-embed-cont embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vimeo-embed-cont iframe{border:0;}
.article .vimeo-embed-cont {margin: 0 0 30px;}
/*  </ Vimeo Modal >  */

/********** ANIMATIONS _***************/
@-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 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}

/**
 * Swiper 6.5.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 5, 2021
 */

 @font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}