/*
Theme Name: Blasser Law
Version: 100.0
Template: universal
*/

/* Universal Begins */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

i strong, em strong {font-style: italic;}
b em {font-weight: bold;}

header,nav,article,footer,section,aside,figure,figcaption{display:block}

a {outline: none;}

#nav-below {margin: 10px 0; overflow: hidden;}
.nav-previous, .nav-next {float: left; display: inline; width: 50%;}
.nav-next {float: right;text-align: right;}
.nav-previous a, .nav-next a {text-decoration: none;}

div.entry-meta {font-size: 90%;}
.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: 180px;}
	div.post_entry_mult h2 {padding-bottom: 0; margin-bottom: 0;}
	.excerpt_meta {font-size: 80%; margin: 0 0 10px;}
	.postThumbSingle {display: block; margin: 0 0 10px;}
@media screen and (min-width: 450px) {
	.postThumbSingle {float: left; margin: 5px 10px 0 0;}
}
.tag-links {display: block;}
.google-map {height: 350px;margin: 0 0 25px; border: 1px solid #333;}
/* Universal Ends */

blockquote {padding: 0 0 0 30px; font-style: italic;}
strong {font-weight: bold;}
i, em {font-style: italic;}
i strong, em strong, strong i, strong em {font-weight: bold;}

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	line-height: 1.67;
	color: #000;
	background: #fff;
}
a {color: #3177A4;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
.animate__animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {opacity: 1;}
article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}

#wrapper {}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	background-color: #174E72;
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
#mhWrapper {
	max-width: 1600px;
	margin: 0 auto;
	/* padding: 15px 5% 0; */
	padding: 15px 5% 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	/* flex-direction: row; */
	gap: 10px;
	transition: .4s;
}

.sxn-wrap {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 5%;
}

.hRight {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
}

#mainHeader {
	position: relative;
	isolation: isolate;
}
	#logo-main {
		display: block;
		width: 100%;
		max-width: 300px; /*modme*/
		margin: 0 auto;
	}
	#logo-main img {display: block; width: 100%; height: auto;}

/* Enable these next two lines to modify dropdown colors
html body nav.mm ul li:nth-child(2) ul {display: block; transform: scaleY(1); opacity: 1}
html body nav.mm ul li:nth-child(2) ul li:nth-child(2) > a {background-color: #5B9FC4;}
*/

.hrContact {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px 15px;
}

.hrContact span {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(12px, 4vw, 20px);
	color: #fff;
	font-style: italic;
	position: relative;
	display: block;
	text-align: center;
}

.hrContact a {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(20px, 4vw, 40px);
	color: #fff;
	font-weight: bold;
	position: relative;
	margin: 0 0 10px;
	line-height: 1.2;
	margin: 0;
}


@media (min-width:800px) {
.hrContact {
	flex-direction: row;
	gap: 10px 20px;
}
.hrContact a {
	margin: 0;
}

.hRight {
	margin: 0 0 10px;
}
}

.hrContact a:hover {text-decoration: underline;}

@media (min-width:800px) {
	
	.hRight {
    align-items: center;
		margin: 0;
}
}

@media (min-width:1024px) {

.hrContact {
	flex-direction: column;
	gap: 0;
	align-items: flex-end;
}

	#mhWrapper {
	padding: 10px 5% 10px;
	flex-direction: row;
}
.hRight {
  align-items: flex-end;
}

.hrContact a {
	font-size: clamp(20px, 3vw, 40px);
}

}

@media (min-width:1120px) {
	#mhWrapper {
	padding: 15px 5% 0;
}

.hrContact a::before {
	width: 28px;
	height: 44px;
}
}

@media (min-width:1400px) {
		#logo-main {
		max-width: 476px;
	}


.hrContact {
	flex-direction: row;
	gap: 10px 20px;
	align-items: center;
}

}

nav.mm {
	text-align: center;
	position: relative;
	z-index: 100;
}
nav.mm > ul > li > a {
	padding: 15px 14px;
	font-size: 10px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	line-height: 1;
}

@media (min-width:1024px) {
	nav.mm > ul > li > a {
		padding: 12px 14px;
		font-size: 10px;
	}
}

@media (min-width:1300px) {
	nav.mm > ul > li > a {
		padding: 14px 14px;
		font-size: 12px;
	}
}

@media (min-width:1440px) {
	nav.mm > ul > li > a {
		padding: 15px 16px;
		font-size: 14px;
	}
}

@media (min-width:1640px) {
	nav.mm > ul > li > a {
		padding: 15px 20px;
		font-size: 16px;
	}
}

@media (min-width:1800px) {
	nav.mm > ul > li > a {
		padding: 15px 20px;
		font-size: 18px;
	}
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #3177A4; color: white;}
nav.mm ul ul {background: #fff; width: 180px;}
nav.mm ul ul li:hover > a {background: #3177A4; color: #fff;}
nav.mm ul ul li {}
nav.mm ul ul a {
	color: black;
	padding: 15px 10px;
	font-size: 14px;
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li {display: inline-block;}
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}

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

@media screen and (min-width: 800px) {
	#wrapper {
			padding: 202px 0 0;
	}
	#persistentHeader{
		background-color: #174E72;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		transition: .4s;
	}
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }

body.sticky_zone #persistentHeader::before {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    height: 35px;
    z-index: -1;
    opacity: 0.5;
    background-image: linear-gradient(180deg,#000 0,hsla(0,0%,0%,.738) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
    pointer-events: none;
}

}

@media (min-width:1024px) {
	
	#wrapper {
			padding: 124px 0 0;
	}
}

@media screen and (min-width: 1120px) {
	#persistentHeader{
		background-color: transparent;
	}

	body.sticky_zone #persistentHeader {
		background-color: #174E72;
	}

	#wrapper {
			padding: 0 0;
	}

}


#theVideo{
position: absolute;
width: 240%;
height: auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-image: url('img/slides/main/placeholder.webp');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}	

.homeslides-container{ background: #000; position: relative; }

#homeslides {
	position: relative;
	/* background-color: #000; */
	min-height: 315px;
	aspect-ratio: 2000/725;
	isolation: isolate;
}

#homeslides::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
		aspect-ratio: 2000/265;
    height: auto;
		max-height: 265px;
    z-index: -1;
		opacity: 0.75;
    background-image: linear-gradient(180deg,#000 0,hsla(0,0%,0%,.738) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
    pointer-events: none;
}

#homeslides::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
		aspect-ratio: 2000/460;
    height: auto;
		max-height: 460px;
		opacity: 0.75;
    z-index: -1;
    background-image: linear-gradient(0deg,#000 0,hsla(0,0%,0%,.738) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
    pointer-events: none;
}

.homeslide {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	isolation: isolate;
	/* background-color: #000; */
}

.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	isolation: isolate;
}

@media (min-width:500px) {
	#theVideo{ width: 150%; }
	
}

@media (min-width:700px) {
	#theVideo{ width: 130%; }
	
}

@media (min-width: 800px) {
	
	#theVideo{ width: 120%; }

	#homeslides {
		aspect-ratio: 2000/808;
	}
}

@media (min-width: 1120px) {
	#theVideo{ width: 150%; }


	#homeslides {
		min-height: 600px;
		height: 100svh;
		max-height: 900px;
		aspect-ratio: 2000/900;
	}
}

@media (min-width:1400px) {
		
	#theVideo{ width: 125%; }
}

@media (min-width:1640px) {
		
	#theVideo{ width: 100%; }
}

.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
}
.slideBox {
	position: absolute;
	width: 100%;
	max-width: 1600px;
	padding: 20px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	opacity: 0;
	transition: .4s;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}

.slideTxtAnimate .slideBox {
  opacity: 1;
	bottom: 20px;
}

.slideHead {
	font-family: 'Montserrat',sans-serif;
	font-size: clamp(20px, 4vw, 56px);
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	max-width: 1200px;
	margin: 0 auto;
}

#homeslide1 .slideHead {
	text-transform: uppercase;
}

#homeslide1 .slideHead br {
	display: none;
}

.slideHead span {
	font-style: italic;
	color: #BED4E2;
	font-size: clamp(18px, 4vw, 50px);
}

.subslide {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	isolation: isolate;
	height: 224px;
}

.subslide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 2000/265;
    max-height: 265px;
    z-index: 1;
    opacity: 0.75;
    background-image: linear-gradient(180deg,#000 0,hsla(0,0%,0%,.738) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
    pointer-events: none;
    transition: .4s;
}

#subslide1 {background-image: url('img/slides/sub/700/1.webp');}
#subslide2 {background-image: url('img/slides/sub/700/2.webp');}
#subslide3 {background-image: url('img/slides/sub/700/3.webp');}
#subslide4 {background-image: url('img/slides/sub/700/4.webp');}
#subslide5 {background-image: url('img/slides/sub/700/5.webp');}
#subslide6 {background-image: url('img/slides/sub/700/6.webp');}
#subslide7 {background-image: url('img/slides/sub/700/7.webp');}
#subslide8 {background-image: url('img/slides/sub/700/8.webp');}
#subslide9 {background-image: url('img/slides/sub/700/9.webp');}
#subslide10 {background-image: url('img/slides/sub/700/10.webp');}
#subslide11 {background-image: url('img/slides/sub/700/11.webp');}
#subslide12 {background-image: url('img/slides/sub/700/12.webp');}

@media (min-width:700px) {
	#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');}
	#subslide4 {background-image: url('img/slides/sub/1120/4.webp');}
	#subslide5 {background-image: url('img/slides/sub/1120/5.webp');}
	#subslide6 {background-image: url('img/slides/sub/1120/6.webp');}
	#subslide7 {background-image: url('img/slides/sub/1120/7.webp');}
	#subslide8 {background-image: url('img/slides/sub/1120/8.webp');}
	#subslide9 {background-image: url('img/slides/sub/1120/9.webp');}
	#subslide10 {background-image: url('img/slides/sub/1120/10.webp');}
	#subslide11 {background-image: url('img/slides/sub/1120/11.webp');}
	#subslide12 {background-image: url('img/slides/sub/1120/12.webp');}
		.subslide {
		height: 358px;
	}
}

@media (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');}
	#subslide4 {background-image: url('img/slides/sub/2000/4.webp');}
	#subslide5 {background-image: url('img/slides/sub/2000/5.webp');}
	#subslide6 {background-image: url('img/slides/sub/2000/6.webp');}
	#subslide7 {background-image: url('img/slides/sub/2000/7.webp');}
	#subslide8 {background-image: url('img/slides/sub/2000/8.webp');}
	#subslide9 {background-image: url('img/slides/sub/2000/9.webp');}
	#subslide10 {background-image: url('img/slides/sub/2000/10.webp');}
	#subslide11 {background-image: url('img/slides/sub/2000/11.webp');}
	#subslide12 {background-image: url('img/slides/sub/2000/12.webp');}
	.subslide {
		height: 640px;
	}
}

@media (min-width:500px) {
	

#homeslide1 .slideHead br {
	display: inline;
}
}

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

.slideTxtAnimate .slideBox {
	bottom: 45px;
}

}

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


.slideTxtAnimate .slideBox {
	bottom: 75px;
}
}

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

/* AOP Zone */

.sxn-aop {
	margin: -25px 0 0;
	position: relative;
	isolation: isolate;
	z-index: 10;
}

.aopContain {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}

.aopContain::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	width: 80%;
	height: 60px;
	border-radius: 100%;
	z-index: -1;
	background: #000000;
	opacity: 0.25;
	filter: blur(20px);
	pointer-events: none;
}

.aopBox {
	width: 100%;
	box-sizing: border-box;
	isolation: isolate;
	position: relative;
}

.aopLink {
	display: block;
	width: 100%;
	box-sizing: border-box;
	min-height: 170px;
	/* min-height: 237px; */
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(18px, 4vw, 22px);
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	/* padding: 155px 30px 0; */
	padding: 115px 30px 0;
	text-align: center;
	line-height: 1.3;
}

.aopBox::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -2;
	transition: .4s;
}

.aopBox0::before {background: linear-gradient(180.65deg, #6C8799 0.55%, #436074 99.42%);}
.aopBox1::before {background: linear-gradient(180.65deg, #396887 0.55%, #314B5C 99.42%);}
.aopBox2::before {background: linear-gradient(180.65deg, #305D7B 0.55%, #1A394E 99.42%);}
.aopBox3::before {background: linear-gradient(180.65deg, #1E4660 0.55%, #163549 99.42%);}
.aopBox4::before {background: linear-gradient(180.65deg, #0E2E40 0.55%, #092534 99.42%);}
.aopBox5::before {background: linear-gradient(180.65deg, #0C283A 0.55%, #020C12 99.42%);}


.aopBox::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
	transition: .4s;
	opacity: 0;
}

.aopBox0::after {background: linear-gradient(180.65deg, #9AB4C5 0.55%, #65879D 99.42%);}
.aopBox1::after {background: linear-gradient(180.65deg, #65A0BF 0.55%, #57778C 99.42%);}
.aopBox2::after {background: linear-gradient(180.65deg, #5F95BB 0.55%, #2F5C7A 99.42%);}
.aopBox3::after {background: linear-gradient(180.65deg, #497FA3 0.55%, #2B5874 99.42%);}
.aopBox4::after {background: linear-gradient(180.65deg, #346786 0.55%, #143E55 99.42%);}
.aopBox5::after {background: linear-gradient(180.65deg, #204C69 0.55%, #113A53 99.42%);}

.aopBox:hover::after {
	opacity: 1;
}

.aopLink::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30px;
	box-sizing: border-box;
	width: calc(107px / 1.5);
	height: calc(107px / 1.5);
	background-color: #000;
	border-radius: 100%;
	box-shadow: 0px 0px 15px rgba(2, 2, 2, 0.5);
	pointer-events: none;
	z-index: 1;
	transition: .4s;
}

.aopLink0::before {border: calc(10px / 1.5) solid #6C8799;}
.aopLink1::before {border: calc(10px / 1.5) solid #37607B;}
.aopLink2::before {border: calc(10px / 1.5) solid #29516C;}
.aopLink3::before {border: calc(10px / 1.5) solid #1C425A;}
.aopLink4::before {border: calc(10px / 1.5) solid #0D3953;}
.aopLink5::before {border: calc(10px / 1.5) solid #14354B;}

.aopLink0:hover::before {border: calc(10px / 1.5) solid #8EA6B7;}
.aopLink1:hover::before {border: calc(10px / 1.5) solid #6596B6;}
.aopLink2:hover::before {border: calc(10px / 1.5) solid #5588AB;}
.aopLink3:hover::before {border: calc(10px / 1.5) solid #4781A6;}
.aopLink4:hover::before {border: calc(10px / 1.5) solid #27668B;}
.aopLink5:hover::before {border: calc(10px / 1.5) solid #2D5F81;}

.aopLink::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* top: 46px; */
	top: 40px;
	box-sizing: border-box;
	width: calc(76px / 1.5);
	height: calc(76px / 1.5);
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: auto; */
	background-size: 65%;
	border-radius: 100%;
	border: 3px solid #fff;
	pointer-events: none;
	z-index: 1;
}

.aopLink0::after {background-image: url('img/aop/family_law.svg');}
.aopLink1::after {background-image: url('img/aop/estate_planning.svg'); background-size: 50%;}
.aopLink2::after {background-image: url('img/aop/mediation.svg');}
.aopLink3::after {background-image: url('img/aop/divorce.svg');}
.aopLink4::after {background-image: url('img/aop/custody.svg');}
.aopLink5::after {background-image: url('img/aop/domestic_violence.svg');}

@media (min-width:600px) {

.aopContain {
	flex-direction: row;
	max-width: 600px;
	flex-wrap: wrap;
}

.aopBox {
	width: 50%;
}

.aopLink {
	min-height: 200px;
	padding: 125px 30px 0;
}
	
}

@media (min-width:800px) {
	

.sxn-aop {
	margin: -40px 0 0;
	position: relative;
	z-index: 10;
}

.aopContain::after {
	bottom: -30px;
}
}

@media (min-width:1024px) {
.aopContain {
	flex-direction: row;
	max-width: 100%;
	flex-wrap: wrap;
}
.aopBox {
    width: 33%;
}
}

@media (min-width:1120px) {

.sxn-aop {
	margin: -65px 0 0;
	position: relative;
	z-index: 10;
}
	
}

@media (min-width:1400px) {
	.aopContain {
		flex-wrap: nowrap;
	}

	.aopBox {
		width: 100%;
	}

	.aopLink {
    min-height: 237px;
    padding: 155px 30px 0;
}

.aopLink::before {
	width: 107px;
	height: 107px;
}
.aopLink0::before {border: 10px solid #6C8799;}
.aopLink1::before {border: 10px solid #37607B;}
.aopLink2::before {border: 10px solid #29516C;}
.aopLink3::before {border: 10px solid #1C425A;}
.aopLink4::before {border: 10px solid #0D3953;}
.aopLink5::before {border: 10px solid #14354B;}

.aopLink0:hover::before {border: 10px solid #8EA6B7;}
.aopLink1:hover::before {border: 10px solid #6596B6;}
.aopLink2:hover::before {border: 10px solid #5588AB;}
.aopLink3:hover::before {border: 10px solid #4781A6;}
.aopLink4:hover::before {border: 10px solid #27668B;}
.aopLink5:hover::before {border: 10px solid #2D5F81;}


.aopLink::after {
	top: 46px;
	width: 76px;
	height: 76px;
	background-size: auto;
}
}

/* Sidebar AOP Zone */

.sxn-sbAop {
	padding: 40px 0 30px;
	background-color: #174E72;
	margin: 0 0 40px;
}

.sxn-sbAop .sxn-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(28px, 4vw, 35px);
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    padding: 0 0 15px;
}

.sbAopContain {
	border-top: 2px solid #3177A4;
}

.sbAopBox {
	border-bottom: 2px solid #3177A4;
}

.sbAopBox a {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(18px, 4vw, 20px);
    color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 11px 5px;
		transition: .4s;
		text-align: center;
}

.sbAopBox a:hover {
	background-color: #3177A4;
}

.sbAopBox a br {
	display: none;
} 

/* BELOW THE FOLD (BTF) BEGINS */

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

#contentArea {
	margin: 0 auto;
	overflow: hidden;
}
#mainContent {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	line-height: 1.67;
	color: #000;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a: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-family: 'Montserrat', Times, "Times New Roman", serif;
		font-weight: bold;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: clamp(32px, 4vw, 45px);
		padding: 0 0 20px 0;
	}
	.article h2 {
		font-size: clamp(26px, 4vw, 32px);
		padding: 0 0 15px 0;
	}
	.article h3 {
		font-size: clamp(22px, 4vw, 26px);
		padding: 0 0 10px 0;
	}
	.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;
		max-width: 100%;
		height: auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
#sidebar {
    max-width: 400px;
		max-width: 100%;
    margin: 40px auto 0;
}

.blog-sidebar {
    margin: 40px 0 0;
}

.blog-sidebar .blogTitle {
    font-size: clamp(24px,4vw,30px);
		font-weight: bold;
    margin: 0 0 15px;
    color: #000;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}

.blog-sidebar ul {
    margin: 0 0 20px
}

.blog-sidebar li {
    padding: 0 0 5px 10px
}

#crumbs {
    margin: 0 0 30px
}

/* Content Area */
@media screen and (min-width: 1024px) {
	#sidebar {
		margin: 0 0 0;
	}
	#syncContent {z-index: 1;}
	#mainContent {
		padding: 0;
		width: calc(100% - 50px - 300px);
		float: left;
	}
	.home #mainContent { float: none; width: 100%; }
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: auto;
	}
	.article .alignright {
		float: right;
		margin: 0 0 5px 15px;
	}
	.article .aligncenter {
		display: block;
		margin: 0 auto;
	}
	.article .alignleft {
		float: left;
		margin: 0 15px 5px 0;
	}
	#sidebar {
		max-width: 300px;
		width: 100%;
		float: right;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}

@media (min-width:1120px) {
	#mainContent {
		padding: 0;
		width: calc(100% - 80px - 400px);
	}
	#sidebar {
		max-width: 400px;
	}
}

/* Content Zone */

.sxn-content {
	padding: 40px 0 30px;
}

.sxn-content .sxn-wrap {
	padding: 0 20px;
}

.contentContain {
	display: flex;
	/* align-items: flex-start; */
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 30px 100px;
}

.contentRight {
	flex-shrink: 0;
	width: 534px;
	max-width: 100%;
}

.contentImg {
	max-width: 534px;
	margin: 0 auto 25px;
}

.contentImg img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

@media (min-width:800px) {

.sxn-content {
	padding: 80px 0 70px;
}

.sxn-content .sxn-wrap {
	padding: 0 40px;
}
}

@media (min-width:1024px) {
.contentContain {
	align-items: flex-start;
	flex-direction: row;
	/* gap: 30px 100px; */
	gap: 30px 50px;
}


.contentRight {
	width: 350px;
}
}

@media (min-width:1120px) {

.sxn-content {
	padding: 125px 0 115px;
}

.sxn-content .sxn-wrap {
	padding: 0 60px;
}


.contentRight {
	width: 400px;
}	
}

@media (min-width:1400px) {
.contentRight {
	width: 534px;
}	
}

@media (min-width:1640px) {
.contentContain {
	gap: 30px 100px;
}
	
}

/* Testimonials Zone */

.sxn-test {
	padding: 30px 0 35px;
	background-image: url('img/testimonials/test_bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.sxn-test .sxn-title {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(24px, 4vw, 35px);
	color: #fff;
	font-weight: bold;
	margin: 0 0 30px;
	display: block;
	text-align: center;
}

.testBox {
	background-color: #fff;
	position: relative;
	padding: 20px 5% 0;
	isolation: isolate;
}

.testBox::before {
	content: '';
	position: absolute;
	left: 0;
	top: 30px;
	width: 5px;
	height: calc(100% - 30px - 22px);
	border-top: 2px solid #174E72;
	border-right: 2px solid #174E72;
	pointer-events: none;
}

.testBox::after {
	content: '';
	position: absolute;
	right: 0;
	top: 30px;
	width: 5px;
	height: calc(100% - 30px - 22px);
	border-top: 2px solid #174E72;
	border-left: 2px solid #174E72;
	pointer-events: none;
}

.testTitle {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(20px, 4vw, 24px);
	color: #174E72;
	font-weight: bold;
	margin: 0 0 25px;
	display: block;
	text-align: center;
	line-height: 1.3;
	word-break: break-word;
}

.testDesc {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #000;
	margin: 0 0 25px;
	display: block;
	text-align: center;
	line-height: 1.67;
}

.testAuth {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #174E72;
	font-weight: bold;
	margin: 0 0 25px;
	display: block;
	text-align: center;
	line-height: 1.3;
}

.testLink {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;
	padding: 10px 35px;
	display: block;
	text-align: center;
	background-color: #174E72;
	line-height: 1.3;
	max-width: 173px;
	box-sizing: border-box;
	margin: 0 auto;
	transition: .4s;
}

.testLink:hover {
	background-color: #3177A4;
}

.testLink::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 20px;
	width: calc(100% - 10px);
	height: 2px;
	background-color: #174E72;
	/* background: linear-gradient(90deg,rgba(23, 78, 114, 1) 0%, rgba(23, 78, 114, 1)28%, rgba(255, 255, 255, 0)28%, rgba(255, 255, 255, 0) 72%, rgba(23, 78, 114, 1) 72%, rgba(23, 78, 114, 1) 100%); */
	background: linear-gradient(90deg,rgba(23, 78, 114, 1) 0%, rgba(23, 78, 114, 1)15%, rgba(255, 255, 255, 0)15%, rgba(255, 255, 255, 0) 85%, rgba(23, 78, 114, 1) 85%, rgba(23, 78, 114, 1) 100%);
	z-index: -1;
	pointer-events: none;
}

.testNavContain {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px 70px;
	position: relative;
	isolation: isolate;
	margin: 60px 0 0;
}

.testNavContain::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(30deg);
	width: calc(4px / 2);
	height: calc(59px / 2);
	background-color: #174E72;
}

.testNavButton {
	display: block;
	width: calc(63px / 2);
	height: calc(53px / 2);
	background-color: #B1B1B1;
	mask-image: url('img/testimonials/arrow.svg');
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	transition: .4s;
	cursor: pointer;
}

.testNavButton:hover {
	background-color: #fff;
}

.hpNextTest {
	transform: rotate(180deg);
}

@media (min-width:800px) {

.sxn-test {
	padding: 65px 0 70px;
}

.sxn-test .sxn-title {
	margin: 0 0 40px;
}

.testBox {
	padding: 25px 30px 0;
}

.testBox::before {
	top: 48px;
	width: 20px;
	height: calc(100% - 48px - 22px);
}

.testBox::after {
	top: 48px;
	width: 20px;
	height: calc(100% - 48px - 22px);
}



.testLink::before {
	width: calc(100% - 40px);
}
	
}

@media (min-width:1120px) {

.sxn-test {
	padding: 110px 0 105px;
}

.sxn-test .sxn-title {
	margin: 0 0 50px;
}

.testBox {
	padding: 35px 45px 0;
}

.testBox::before {
	top: 48px;
	width: 20px;
	height: calc(100% - 48px - 22px);
}

.testBox::after {
	top: 48px;
	width: 20px;
	height: calc(100% - 48px - 22px);
}

.testNavContain::before {
	width: 4px;
	height: 59px;
}

.testNavButton {
	width: 63px;
	height: 53px;
}
	
}

@media (min-width:1640px) {
	

.testLink::before {
	background: linear-gradient(90deg,rgba(23, 78, 114, 1) 0%, rgba(23, 78, 114, 1)25%, rgba(255, 255, 255, 0)25%, rgba(255, 255, 255, 0) 75%, rgba(23, 78, 114, 1) 75%, rgba(23, 78, 114, 1) 100%);
}
}

/* Sidebar Testimonials Zone */

.sxn-sbTest {
	padding: 30px 30px 45px;
	background-image: url('img/testimonials/test-sb_bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.sxn-sbTest .sxn-title {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(24px, 4vw, 35px);
	color: #fff;
	font-weight: bold;
	margin: 0 0 30px;
	display: block;
	text-align: center;
}

.sbTestBox {
	background-color: #fff;
	position: relative;
	padding: 20px 40px 0;
	isolation: isolate;
}

.sbTestBox::before {
	content: '';
	position: absolute;
	left: 0;
	top: 30px;
	width: 20px;
	height: calc(100% - 30px - 22px);
	border-top: 2px solid #174E72;
	border-right: 2px solid #174E72;
	pointer-events: none;
}

.sbTestBox::after {
	content: '';
	position: absolute;
	right: 0;
	top: 30px;
	width: 20px;
	height: calc(100% - 30px - 22px);
	border-top: 2px solid #174E72;
	border-left: 2px solid #174E72;
	pointer-events: none;
}

.sbTestTitle {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(20px, 4vw, 24px);
	color: #174E72;
	font-weight: bold;
	margin: 0 0 25px;
	display: block;
	text-align: center;
	line-height: 1.3;
	word-wrap: break-word;
}

.sbTestDesc {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #000;
	margin: 0 0 25px;
	display: block;
	text-align: center;
	line-height: 1.67;
}

.sbTestAuth {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #174E72;
	font-weight: bold;
	margin: 0 0 25px;
	display: block;
	text-align: center;
	line-height: 1.3;
}

.sbTestLink {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;
	padding: 10px 35px;
	display: block;
	text-align: center;
	background-color: #174E72;
	line-height: 1.3;
	max-width: 173px;
	box-sizing: border-box;
	margin: 0 auto;
	transition: .4s;
}

.sbTestLink:hover {
	background-color: #3177A4;
}

.sbTestLink::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 20px;
	width: calc(100% - 40px);
	height: 2px;
	background-color: #174E72;
	/* background: linear-gradient(90deg,rgba(23, 78, 114, 1) 0%, rgba(23, 78, 114, 1)28%, rgba(255, 255, 255, 0)28%, rgba(255, 255, 255, 0) 72%, rgba(23, 78, 114, 1) 72%, rgba(23, 78, 114, 1) 100%); */
	background: linear-gradient(90deg,rgba(23, 78, 114, 1) 0%, rgba(23, 78, 114, 1)15%, rgba(255, 255, 255, 0)15%, rgba(255, 255, 255, 0) 85%, rgba(23, 78, 114, 1) 85%, rgba(23, 78, 114, 1) 100%);
	z-index: -1;
	pointer-events: none;
}

.sbTestNavContain {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px 70px;
	position: relative;
	isolation: isolate;
	margin: 60px 0 0;
}

.sbTestNavButton {
	display: block;
	width: 63px;
	height: 53px;
	background-color: #B1B1B1;
	mask-image: url('img/testimonials/arrow.svg');
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	transition: .4s;
	cursor: pointer;
}

.sbTestNavButton:hover {
	background-color: #fff;
}

.sbNextTest {
	transform: rotate(180deg);
}

/* Firm Zone */

.firmContain {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #174E72;
	overflow: hidden;
}

.firmContain img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width:1024px) {

.firmContain {
	flex-direction: row;
}
	
}

@media (min-width:1120px) {
	
}

/* Attorney Zone */

.sxn-attorney {
	padding: 40px 0 45px;
	isolation: isolate;
	overflow: hidden;
}

.sxn-attorney .sxn-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(24px, 4vw, 35px);
    color: #000;
    font-weight: bold;
    display: block;
    text-align: center;
}

.attorneyContain {
	display: flex;
	/* align-items: flex-start; */
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 30px 0;
	position: relative;
	isolation: isolate;
}

.attBox {
	box-sizing: border-box;
	max-width: 100%;
}

.attImgContain {
	/* width: 700px; */
	width: 400px;
	max-width: 100%;
	/* margin: 0 auto 45px; */
	margin: 0 auto 30px;
}

.attImgContain img {
	display: block;
	max-width: 100%;
	height: auto;
}

.attName {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(20px, 4vw, 30px);
    color: #174E72;
    font-weight: bold;
    /* margin: 0 0 45px; */
    margin: 0 0 30px;
    display: block;
    text-align: center;
    line-height: 1.3;
}

.attDesc {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(16px, 4vw, 18px);
    color: #000;
    /* margin: 0 auto 50px; */
    margin: 0 auto 30px;
    display: block;
    text-align: center;
		max-width: 580px;
    line-height: 1.67;
}

.attLink {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(16px, 4vw, 18px);
    color: #fff;
    padding: 10px 35px;
    display: block;
    text-align: center;
    background-color: #174E72;
    line-height: 1.3;
    max-width: 173px;
    box-sizing: border-box;
    margin: 0 auto;
		transition: .4s;
}

.attLink:hover {
	background-color: #3177A4;
}

@media (min-width:800px) {

.sxn-attorney {
	padding: 70px 0 55px;
}
	
}

@media (min-width:1024px) {

.sxn-attorney {
	padding: 110px 0 65px;
}

.attorneyContain {
	align-items: flex-start;
	flex-direction: row;
	gap: 30px 20px;
}
	

.attorneyContain::after {
    content: '';
    position: absolute;
    top: calc(348px - 77px);
    left: 50%;
		transform: translateX(-50%);
    width: 100vw;
    height: 77px;
    max-height: 77px;
    opacity: 0.25;
    z-index: 2;
    background-image: linear-gradient(0deg,#000 0,hsla(0,0%,0%,.738) 19%,hsla(0,0%,0%,.541) 34%,hsla(0,0%,0%,.382) 47%,hsla(0,0%,0%,.278) 56.5%,hsla(0,0%,0%,.194) 65%,hsla(0,0%,0%,.126) 73%,hsla(0,0%,0%,.075) 80.2%,hsla(0,0%,0%,.042) 86.1%,hsla(0,0%,0%,.021) 91%,hsla(0,0%,0%,.008) 95.2%,hsla(0,0%,0%,.002) 98.2%,hsla(0,0%,0%,0) 100%);
    pointer-events: none;
}
}

@media (min-width:1300px) {
	.attImgContain {
    width: 550px;
    max-width: 100%;
    margin: 0 auto 45px;
}

.attorneyContain::after {
    top: calc(478px - 77px);
}
	
}

@media (min-width:1500px) {
	.attImgContain {
    width: 700px;
    max-width: 100%;
    margin: 0 auto 45px;
}
.attorneyContain {
	gap: 0;
}

.attorneyContain::after {
    top: calc(609px - 77px);
}
	
}

/* Attorney Subapage Zone */

.spAttContain {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 30px 50px;
}

.spAttImg {
	flex-shrink: 0;
	max-width: 429px;
}

.spAttImg img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width:1024px) {
	.spAttContain {
		align-items: flex-start;
		flex-direction: row;
	}
}

/* Accolades Zone */

.sxn-accolades {
	border-top: 3px solid #D9D9D9;
	padding: 45px 0 40px;
	overflow: hidden;
}

.accoContain {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px 0;
}

.accoContain li {
	/* padding: 0 70px; */
	padding: 0 20px;
	position: relative;
}

.accoContain img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width:600px) {

.accoContain {
	flex-direction: row;
	flex-wrap: wrap;
}
	
}

@media (min-width:800px) {

.sxn-accolades {
	padding: 55px 0 50px;
}

.accoContain li {
	padding: 0 30px;
}
	
}

@media (min-width:1120px) {

.sxn-accolades {
	padding: 65px 0 60px;
}

.accoContain {
	flex-wrap: nowrap;
}


.accoContain li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 2px;
	/* height: 192px; */
	height: 120px;
	background-color: #D9D9D9;
	pointer-events: none;
}
}

@media (min-width:1350px) {

.accoContain li:not(:last-child)::after {
	width: 3px;
	height: 192px;
}

.accoContain li {
	padding: 0 50px;
}
	
}

@media (min-width:1450px) {

.accoContain li {
	padding: 0 70px;
}
	
}

/* Contact Zone */

.sxn-contact {
	padding: 40px 0 45px;
	background-image: url('img/contact/contact_bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.sxn-contact .sxn-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(24px, 4vw, 35px);
    color: #fff;
    font-weight: bold;
    margin: 0 0 40px;
    display: block;
    text-align: center;
}

.contactContain {
	display: flex;
	align-items: center;
	/* align-items: flex-start; */
	flex-direction: column-reverse;
	justify-content: center;
	gap: 30px 55px;
}

.contactImgBox {
	flex-shrink: 0;
	width: 534px;
	max-width: 100%;
}

.contactImgBox img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 0 20px;
}

.contactImgDesc {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;
	font-style: italic;
}

.contactImgDesc a {
	text-decoration: underline;
	color: #fff;
}

.contactForm {
	width: 100%;
}

.formRow {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 30px;
	margin: 0 0 30px;
}

.formRowSubmit {
	align-items: center;
}

.formCol {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.formInput input {
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #fff;
	width: 100%;
	max-width: 100%;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;
	padding: 25px 30px;
}

.formInput input::placeholder {
	color: #fff;
}

.formInput textarea {
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #fff;
	width: 100%;
	max-width: 100%;
	font-family: 'Red Hat Display', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;
	padding: 25px 30px;
	resize: vertical;
	min-height: 150px;
}

.formInput textarea::placeholder {
	color: #fff;
}

.formPara {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 30px;
	margin: 20px 0;
}

.fpReq {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(14px, 4vw, 16px);
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

.fpDesc {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(12px, 4vw, 14px);
	color: #fff;
	max-width: 740px;
}

.grSubmitBTNContain {
	position: relative;
}

.grSubmitBTN {
	display: inline-block;
	padding: 15px 35px 15px 40px;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(16px, 4vw, 22px);
	text-transform: capitalize;
	color: #fff;
	background-color: #174E72;
	transition: .4s;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	border: unset;

}
.grSubmitBTN:hover {
	background-color: #3177A4;
	text-decoration: none;
}

@media (min-width:800px) {
	.grSubmitBTN {
	padding: 17px 40px 17px 40px;
	}
	
}

@media (min-width:1200px) {
	.grSubmitBTN {
	padding: 17px 110px 17px 110px;
	}

	.grSubmitBTNContain::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 33px;
		height: 27px;
		background-image: url('img/contact/arrow.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

}

@media (min-width:800px) {

.sxn-contact {
	padding: 70px 0 75px;
}

.sxn-contact .sxn-title {
    margin: 0 0 60px;
}

.formRow {
	flex-direction: row;
}
	
}

@media (min-width:1120px) {

.sxn-contact {
	padding: 110px 0 115px;
}

.sxn-contact .sxn-title {
    margin: 0 0 80px;
}

	.contactContain {
    align-items: flex-start;
    flex-direction: row-reverse;
}

.formRow {
	flex-direction: column;
}
}

@media (min-width:1400px) {

.formRow {
	flex-direction: row;
}

.formPara {
	flex-direction: row;
}

	.contactContain {
    flex-direction: row;
}
	
}

/* Footer Zone */

#mainFooter {
	overflow: hidden;
}

.footerTop {
	background-image: url('img/footer/footerTop_bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 2000/290;
}

.footerMid {
	background-color: #174E72;
	padding: 40px 0;
}

.fmContain {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	justify-content: center;
	flex-direction: column;
	gap: 30px 20px;
}

.footerLogo {
	display: block;
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
	margin: 0 0 -8px;
}

.fmcLink {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #6C8799;
	font-weight: bold;
	text-transform: uppercase;
	gap: 5px 20px;
}

.fmcLink span {
	display: none;
}

.fmcLink a {
	font-weight: 400;
	color: #fff;
	text-transform: none;
}

.fmcLink a:hover {
	text-decoration: underline;
}

.fmSocials {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.fmsButton {
	display: block;
	background-color: #6C8799;
	transition: .4s;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.fmsButton.fb {mask-image: url('img/footer/fb.svg'); width: 12px; height: 25px;}
.fmsButton.li {mask-image: url('img/footer/li.svg'); width: 23px; height: 23px;}
.fmsButton.yt {mask-image: url('img/footer/yt.svg'); width: 31px; height: 23px;}

.fmsButton:hover {
	background-color: #fff;
}

.footerBot {
	background-color: #000;
	padding: 40px 0;
}

.footerBot .sxn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
	gap: 30px 50px;
}

/* RESPONSIVE */
#ncBrandingWrapper {
	font-size: 0;
	text-align: center;
}
#ncBranding {
	overflow: hidden;
}
	#ncBranding, #ncBranding a {
		color: #fff;
		font: normal 12px/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; /*modme*/
		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 p {
		display: inline-block;;
		margin: 0 0 0 20px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: middle;
	}
	#ncBranding br {display: inline;}
}

.fNav {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
		flex-direction: row;
}

.fNav li {
    padding: 5px 15px;
    display: block;
    list-style-type: none;
    position: relative;
    list-style-position: outside;
}

.fNav a {
    font-family: 'Montserrat',  sans-serif;
    font-size: clamp(11px, 4vw, 12px);
    color: #fff;
		text-transform: capitalize;
}

.fNav a:hover {
    text-decoration: underline;
}

.fNav li:not(:first-child)::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    width: 1px;
    height: 16px;
    background-color: #7EAEF4;
    pointer-events: none;
}

@media (min-width:800px) {

.footerMid {
	padding: 55px 0;
}

.footerBot {
	padding: 50px 0;
}

.fmContain {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px 50px;
}

.footerLogo {
	width: 100%;
}

.footerLogoImg {
	display: block;
	margin: 0 auto;
}

.fmSocials {
	width: 100%;
}
	
}

@media (min-width:1024px) {
	
}

@media screen and (min-width: 1120px) {
	.fmContain {
	flex-wrap: nowrap;
	align-items: center;
	gap: 30px 40px;
}

.footerLogo {
	width: 250px;
}

.footerLogoImg {
	width: 100%;
	max-width: 352px;
}

.footerLogoImg {
	display: block;
	margin: 0 auto;
}

.fmSocials {
	width: unset;
	flex-direction: column;
}

.footerMid {
	padding: 80px 0;
}

.footerBot {
	padding: 60px 0;
}

.footerBot .sxn-wrap {
    flex-direction: row;
}

}

@media (min-width:1300px) {

.footerLogo {
	width: 300px;
}

.fmSocials {
	flex-direction: row;
}
	
}

@media (min-width:1640px) {

.fmContain {
	gap: 30px 20px;
	justify-content: space-between;
}

.fmcLink {
	flex-direction: row;
}

.fmcLink br {
	display: none;
}

.fmcLink span {
	display: inline;
}

}

@media (min-width:1700px) {
	

.footerLogo {
	width: 352px;
}
}

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

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

.nc_form .inlineSelect select{display: inline; width: auto;}
.nc_form .inlineSelectGroup{ display: inline-block; margin: 0 10px 0 0; } 
.nc_form .inlineSelectGroup select{margin: 0;} 
.nc_form .inlineSelectGroup label{ font-size: 0.85rem; }


@media screen and (min-width: 600px){
	.nc_form{ padding: 20px 15px; }
}

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

/* Contact Form - Custom */

/* Contact Form Styling Ends */	

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


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

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

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

/* Chat Buttons Fix - font too big at 320px */
/*
@media screen and (max-width: 360px) {
    body .ccl-split-bar-item {
        font-size: 20px !important;
    }
}
*/

nav.mm > ul > li.topLevelInactive > a{ cursor: default; position: relative;}

.mvtCenter {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0 0;
}

.article .mcViewToggle {
	display: inline-block;
	position: relative;
	padding: 15px 35px 15px 40px;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(16px, 4vw, 22px);
	text-transform: capitalize;
	color: #fff;
	background-color: #174E72;
	transition: .4s;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;

}
.article .mcViewToggle:hover {
	background-color: #3177A4;
	text-decoration: none;
}

@media (min-width:800px) {
	.article .mcViewToggle {
	padding: 10px 40px 10px 40px;
	}
	
}

@media (min-width:1200px) {
	.article .mcViewToggle {
	padding: 13px 110px 13px 110px;
	}

	.article .mcViewToggle::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 33px;
		height: 27px;
		background-image: url('img/content/arrow.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

}

.mcMore {display: none; transition: 5s;}
.mcMore.active {display: block;}

/*  < navmm_scrollable v1.3 >  */
nav.mm_mob .navmm_scrollable .menu_more_indicator {
	display: none;
}
@media screen and (min-width: 800px) {
	nav.mm .navmm_scrollable .navmm_scroll_menu {
		z-index: 999;
		position: absolute;
		top: 100%;
		left: 0;
		width: 310px; /* modme */
/* 		background: #4B91E2; */ /* modme */
		transform-origin: top;
		-moz-transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		opacity: 0;
		transition: 300ms;
	}
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu {
		-moz-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}
	nav.mm .navmm_scrollable .navmm_scroll_menu > ul {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		max-height: calc( 85vh - 140px );
		overflow-y: auto;
	}
/*	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu > ul {
		max-height: calc( 20rem - 140px );
	} */
	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu {
		left: 100%;
		top: 0;
	}
	nav.mm ul ul .navmm_scrollable .navmm_scroll_menu ul {
		left: 0;
	}
	nav.mm .navmm_scrollable .navmm_scroll_menu > ul {
		-moz-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}
	nav.mm .navmm_scrollable .menu_more_indicator {
		box-sizing: border-box;
		display: none;
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator {
		display: block;
		height: 42px;
		padding: 4px 8px;
		font-size: 18px;
		color: #fff;
		width: 100%;
		line-height: 1;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		text-transform: uppercase;
		background: transparent;
		border: 1px solid #000;
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator.js_inactive {
		display: none;
	}
	nav.mm .navmm_scrollable:hover .menu_more_indicator.js_scroll_inactive {
		display: none;
	}
	nav.mm .navmm_scrollable .menu_more_indicator .menu_more_indicator_label {
		display: inline-block;
		padding: 1px 0 0;
		vertical-align: middle;
	}
	nav.mm .navmm_scrollable .menu_more_indicator_icon {
		display: inline-block;
		margin: 0 0 0 10px;
		width: 19px;
		height: 31px;
		vertical-align: middle;
		background-image: url(img/mouse-scroll-animation.png);
	}
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu > ul ul {
		opacity: 1;
		position: relative;
		top: 0;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 100%;
		border-left: 0;
		border-bottom: 0;
		transform: scaleY(1);
	}
/* 
	nav.mm .navmm_scrollable:hover .navmm_scroll_menu > ul > li > ul {
		margin: 0 0 0 20px;
		width: calc( 100% - 21px );
	}
 */
}
/*  </ navmm_scrollable v1.3 >  */

nav.mm .navmm_scrollable .navmm_scroll_menu ul {top: 0;}
nav.mm .navmm_scrollable .navmm_scroll_menu ul ul {padding: 0;}
nav.mm .navmm_scrollable .navmm_scroll_menu ul ul {background: #fff;}
nav.mm .navmm_scrollable:hover .menu_more_indicator {background: #174E72;}
nav.mm .navmm_scrollable ul li:hover > a {background: #174E72;} /* modme to match ul bg color */
nav.mm .navmm_scrollable ul li:hover > a:hover {background: #3177A4;} /* modme to match hover bg color */
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul a {padding-left: 30px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul a {padding-left: 60px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul ul a {padding-left: 90px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul ul ul a {padding-left: 120px;}

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

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

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

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

.vfActive {
    display: block
}

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

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