/*
Theme Name: Abraham Law Group 2021
Version: 100.1
Template: universal_mm
*/

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

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

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

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

a {outline: none;}

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

div.entry-meta {font-size: 90%;}
body.single .shareThisWrapper {margin: 0px 0 20px;}
.post_entry_mult {
	border-bottom: 1px solid #999;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	.post_entry_mult_left {float: left; display: inline; width: 150px;}
	.post_entry_mult_right {padding-left: 160px;}
	.post_entry_mult .shareThisWrapper {margin: 0;}
	div.post_entry_mult h2 {padding-bottom: 0; margin-bottom: 0;}
	.excerpt_meta {font-size: 80%; margin: 0 0 10px;}
.postThumbSingle {display: block; margin: 0 0 10px;}
@media screen and (min-width: 450px) {
	.postThumbSingle {float: left; margin: 5px 10px 0 0;}
}
.tag-links {display: block;}
.google-map {height: 350px;margin: 0 0 25px; border: 1px solid #333;}
/* Universal Ends */

/*  < adaBtn >  */
.adaBtn{
	display: block !important;
	position: fixed;
	bottom: 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;}

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	background: #fff;
}
a {color: blue;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
.animate__animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {opacity: 1;}

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

article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}

#wrapper {}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
#mhWrapper {
	background-color: #002146;
	color: #b3b3b3;	
}
#mainHeader {
	text-align: center;
}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 220px; /*modme*/
		margin: 0 auto;
		padding: 20px 0;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhCTA{
		display: block;
		text-transform: uppercase;
		font-style: italic;
	}
	.mhPhone{
		display: block;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		padding: 3px 0 5px;
	}
	.mhSocial{ padding: 0 0 10px; }
	.mhSocial li{
		display: inline-block;
		vertical-align: top;
		margin: 0 10px;
	}
	.mhSocial a{
		display: block;
		overflow: hidden;
		width: 15px;
		height: 29px;
	}
	.mhLinkedIn a{ width: 27px; }
	.mhLinkedIn img{ margin-left: -18px; }
	.mhSocial li:hover img{ margin-top: -30px; }



/* Enable these next two lines to modify dropdown colors
html body nav.mm ul li:nth-child(2) ul {display: block; transform: scaleY(1); opacity: 1}
html body nav.mm ul li:nth-child(2) ul li:nth-child(2) > a {background-color: #5B9FC4;}
*/
nav.mm {
	text-align: center;
	position: relative;
	z-index: 100;
}
nav.mm > ul > li{ padding: 5px 0; }
nav.mm > ul > li > a {
	padding: 10px 10px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 3px;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #fff; color: #002146; }
nav.mm ul ul {
	background: #fff;
	width: 270px;
	border: 1px solid #002146;
	border-radius: 3px;
}
nav.mm ul ul li:hover > a {background: #ddd; }
nav.mm ul ul li {border-top: 1px solid #002146;}
nav.mm ul ul li:first-of-type a{ border-radius: 3px 3px 0 0; }
nav.mm ul ul li:last-of-type a{ border-radius: 0 0 3px 3px; }
nav.mm ul ul a {
	color: #002146;
	padding: 15px 10px;
	font-size: 14px;
	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: #ddd;} /*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 #5e5e5e;} /*modme*/
	#mm1 {border-left: 1px solid #5e5e5e;} /*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: #002146;
		    font: 15px/1 arial, sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			background: #002146; /*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; }
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 rgba(0,0,0,0.2);
    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: #002146;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}

@media screen and (min-width: 800px) {
	#wrapper {
		padding: 87px 0 0; /*modme*/
	}
	#persistentHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	#mhWrapper{
		box-shadow: 0 25px 50px 0 rgba(0,0,0,0.8);
	}
	#mainHeader{
		overflow: hidden;
		max-width: 1800px;
		margin: 0 auto;
		padding: 0 20px;
	}
	#logo-main{
		float: left;
		max-width: 170px;
		padding: 10px 0;
	}
	.mhRight{
		float: right;
		text-align: right;
		margin: 29px auto 0;
	}
	.mhCTA,
	.mhPhone,
	.mhSocial{
		display: inline-block;
		vertical-align: middle;
	}
	.mhCTA{ padding: 3px 0 0; font-size: 14px; }
	.mhPhone{ padding: 0 10px 0 12px; font-size: 22px; }
	.mhSocial li{ margin: 0 4px; }
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }

	body.sticky_zone nav.mm{ background-color: #002146; }
	body.sticky_zone nav.mm > ul > li{ padding: 0 0 5px; }
	body.sticky_zone #logo-main{ max-width: 150px; }
	body.sticky_zone .mhRight{ margin: 23px 0 0; }
	body.sticky_zone #persistentHeader{ box-shadow: 0 15px 40px 0 rgba(0,0,0,0.45); }
}
@media screen and (min-width: 1120px) {
	#wrapper {
		padding: 122px 0 0; /*modme*/
	}
	#logo-main{ max-width: 260px; }
	.mhRight{ margin: 45px 0 0; }
	.mhCTA{ font-size: 22px; padding: 0; }
	.mhPhone{ font-size: 22px; padding: 0 15px 0 20px; }
	.mhSocial{ padding: 0 0 5px }
	nav.mm > ul > li > a{
		font-size: 16px;
		padding: 12px 15px 10px;
	}
	body.sticky_zone .mhCTA,
	body.sticky_zone .mhPhone{
		font-size: 20px;
	}

	body.sticky_zone nav.mm > ul > li > a{ padding: 10px 15px 8px; }
}
@media screen and (min-width: 1640px) {
	#wrapper {
		padding: 155px 0 0; /*modme*/
	}
	#logo-main{ max-width: 344px; }
	.mhRight{ margin: 58px 0 0; }
	.mhCTA{ font-size: 28px; }
	.mhPhone{ font-size: 28px; }	
	nav.mm > ul > li > a{
		font-size: 18px;
		padding: 12px 15px 10px;
	}

	body.sticky_zone nav.mm > ul > li > a{ font-size: 16px; }
}

/*Nav Search*/
nav.mm_mob ul li.phSearch{display: none;}
nav.mm ul li.phSearch{ display: inline-block; }
.phSearch{
	vertical-align: top;
	padding: 0;
	margin: 0 0 0 10px;
	background: transparent;
}
nav.mm > ul > li.phSearch a,
body.sticky_zone nav.mm > ul > li.phSearch a{
	display: block;
	width: 40px;
	height: 34px;
	overflow: hidden;
	transition: 300ms;
	box-sizing: border-box;
	padding: 7px 10px;
	background-color: #fff;
}
nav.mm > ul > li.phSearch:hover a{
	background-color: #ddd;
}
.phSearch img{ width: 20px; height: auto; margin-top: -34px; opacity: 1; }
.phSearch:hover img{
	opacity: 1;
}
.phSearchWrap{
	position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-delay: .5s;
	transition: .5s opacity ease, .5s z-index ease;
	background: -moz-linear-gradient(-45deg, rgba(34,45,100,0.9) 0%, rgba(34,45,100,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(34,45,100,0.9) 0%,rgba(34,45,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(34,45,100,0.9) 0%,rgba(34,45,100,1) 100%); 
	z-index: -1;
	color: #fff;
}
.phSearchWrap.deploy {
	opacity: 1;
	z-index: 999999;
}
.phsClose{
	position: absolute;
	color: #fff;
	top: 30px;
	right: 40px;
	font-size: 45px;
	line-height: 1;
	font-weight: bold;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	cursor: pointer;
	transition: 300ms;
}
.phsClose:hover{
	transform: rotate(45deg) scale(1.2);
	-webkit-transform: rotate(45deg) scale(1.2);
	-moz-transform: rotate(45deg) scale(1.2);
	-ms-transform: rotate(45deg) scale(1.2);
}
.phsBox{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#phsForm label{
	font-size: 30px;
	line-height: 1;
	padding: 0 15px 0 0;
}
#phsInput{
	background: transparent;
	color: #fff;
	outline: 0;
	border: 0;
	width: 300px;
	margin: 0 15px 0 0;
	border-bottom: 2px solid #fff;
	font-size: 25px;
}
#phsSubmit{
	display: inline-block;
	background: transparent;
	border: 0;
	outline: 0;
	width: 25px;
	height: 25px;
	background: url(img/header/search.png) center top no-repeat;
	background-size: 100%;
	transition: 300ms;
}
#phsSubmit:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
@media screen and (min-width: 1120px){
	nav.mm > ul > li.phSearch a{
		height: 38px;
	}	
}
@media screen and (min-width: 1640px){
	nav.mm > ul > li.phSearch a{
		height: 39px;
		padding: 10px 11px;
	}		
}

#homeslides {
	position: relative;
	background-color: #000;
	height: 300px;
	overflow: hidden;
}
#theVideo{
	position: absolute;
	width: 130%;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}
.homeslide {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	display: none;
}
.homeslide.swiper-slide-active{ display: block; }
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
}
#homeslideImg1 { background-image: url(img/slides/home/600/1.jpg); }
#homeslideImg2 { background-image: url(img/slides/home/600/1.jpg); }
#homeslideImg3 { background-image: url(img/slides/home/600/1.jpg); }
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
}
.slideBox {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	color: #fff;
	width: calc(100% - 40px);
	padding: 20px;
	text-align: center;
	border-top: 10px solid #fff;
}
.slideBox br{ display: none; }
.slideHead {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
	padding: 0 0 10px;
}
.slideBody {
	padding: 0;
	color: #b3b3b3;
	text-transform: uppercase;
	font-style: italic;
	font-size: 14px;
	line-height: 1.2;
}


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

@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides{ height: 500px; }
/*	#theVideo{ bottom: 0; }*/
	#homeslideImg1 { background-image: url(img/slides/home/1120/1.jpg); }
	#homeslideImg2 { background-image: url(img/slides/home/1120/1.jpg); }
	#homeslideImg3 { background-image: url(img/slides/home/1120/1.jpg); }
	.slideContent{
		position: relative;
		max-width: 1800px;
		margin: 0 auto;
	}
	.slideBox{
		width: 450px;
		text-align: left;
		padding: 40px 20px 50px;
		overflow: hidden;
		opacity: 0;
		left: -300px;
		transition: 300ms;
	}
	.slideTxtAnimate .slideBox{
		left: 0;
		opacity: 1;
	}
	.slideBox:before{
		content: '';
		position: absolute;
		width: calc(100% - 20px);
		height: 10px;
		background-color: #fff;
		bottom: 0;
		right: -12px;
		transform: skewX(-50deg);
		box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
	}
	.slideBox br{ display: block; }
	.slideHead{ font-size: 30px; }
	.slideBody{font-size: 16px; }

	.subslide{ height: 250px; }
	#subslide1 { background-image: url(img/slides/sub/1120/1.jpg); }
	#subslide2 { background-image: url(img/slides/sub/1120/2.jpg); }
	#subslide3 { background-image: url(img/slides/sub/1120/3.jpg); }
	#subslide4 { background-image: url(img/slides/sub/1120/4.jpg); }
	#subslide5 { background-image: url(img/slides/sub/1120/5-v2.jpg); }
	#subslide6 { background-image: url(img/slides/sub/1120/6.jpg); }
	#subslide7 { background-image: url(img/slides/sub/1120/7.jpg); }
	#subslide8 { background-image: url(img/slides/sub/1120/8.jpg); }
	#subslide9 { background-image: url(img/slides/sub/1120/9.jpg); }
	#subslide10 { background-image: url(img/slides/sub/1120/10.jpg); }
	#subslide11 { background-image: url(img/slides/sub/1120/11.jpg); }

}

@media screen and (min-width: 1120px) {
	#homeslides{ height: 580px; }
	#homeslideImg1 { background-image: url(img/slides/home/2000/1.jpg); }
	#homeslideImg2 { background-image: url(img/slides/home/2000/1.jpg); }
	#homeslideImg3 { background-image: url(img/slides/home/2000/1.jpg); }
	.slideBox{
		width: 700px;
		border-width: 15px;
		padding: 80px 20px 95px;
	}
	.slideBox:before{ height: 15px; }
	.slideHead{ font-size: 40px;  padding: 0 0 20px;}
	.slideBody{font-size: 20px; }

	.subslide{ height: 350px; }
	#subslide1 { background-image: url(img/slides/sub/2000/1.jpg); }
	#subslide2 { background-image: url(img/slides/sub/2000/2.jpg); }
	#subslide3 { background-image: url(img/slides/sub/2000/3.jpg); }
	#subslide4 { background-image: url(img/slides/sub/2000/4.jpg); }
	#subslide5 { background-image: url(img/slides/sub/2000/5-v2.jpg); }
	#subslide6 { background-image: url(img/slides/sub/2000/6.jpg); }
	#subslide7 { background-image: url(img/slides/sub/2000/7.jpg); }
	#subslide8 { background-image: url(img/slides/sub/2000/8.jpg); }
	#subslide9 { background-image: url(img/slides/sub/2000/9.jpg); }
	#subslide10 { background-image: url(img/slides/sub/2000/10.jpg); }
	#subslide11 { background-image: url(img/slides/sub/2000/11.jpg); }
}

@media screen and (min-width: 1400px){
	#theVideo{
		width: 100%;
	}
}
@media screen and (min-width: 1640px){
	#homeslides{ height: 640px; }
	.slideBox{
		width: 800px;
		border-width: 20px;
		padding: 80px 20px 95px 319px;
		margin: 0 0 0 -300px;
	}
	.slideBox:before{ height: 20px; width: 805px; }
	.slideHead{ font-size: 50px; }
	.slideBody{font-size: 22px; }

	.subslide{ height: 464px; }
}
@media screen and (min-width: 1400px){
	#homeslides{ height: 800px; }
}
/*Practice Areas*/
.sxn-practiceAreas{
	padding: 20px;
	text-align: center;
	overflow: hidden;
}
.pasList{
	margin: 0 auto;
}
.pasItem{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	box-sizing: border-box;
	margin: 0 5px 14px;
}
.pasItem a{
	position: relative;
	display: block;
	background-color: #ddd;
	text-align: center;
	color: #002146;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
	padding: 120px 10px 10px;
	transition: 300ms;
	height: 172px;
	box-sizing: border-box;
}
.pasItem span{ display: block; }
.pasItem2 span,
.pasItem4 span,
.pasItem6 span{ padding: 6px 0 0; }
.pasItem:hover a{
	background-color: #eee;
}
.pasItem a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 110px;
	background-image: url(img/areas/areas.webp);
	background-size: calc(600%);
	top: 0;
	left: 0;
	transition: 300ms;
}
.pasItem:hover a:before{ filter: brightness(120%); }
.pasItem1 a:before{ background-position: left center; }
.pasItem2 a:before{ background-position: left -100% center; }
.pasItem3 a:before{ background-position: left -200% center; }
.pasItem4 a:before{ background-position: left -300% center; }
.pasItem5 a:before{ background-position: left -400% center; }
.pasItem6 a:before{ background-position: left -500% center; }

@media screen and (min-width: 800px){
	.sxn-practiceAreas{
		position: relative;
		padding: 40px 10px;
	}
	.sxn-practiceAreas:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 50%;
		background-color: #002146;
		top: 0;
		left: 0;
	}
	.pasList{
		max-width: 1800px;
		margin: 0 auto;
		overflow: hidden;
	}
	.pasItem{
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 -5px;
		width: 16.67%;
	}
	.pasItem a{
		padding: 110px 10px 10px;
		font-size: 12px;
		box-shadow: -10px 0 20px 0 rgba(0,0,0,0.3);
	}
	.pasItem a:before{
		height: 95px;
	}
}
@media screen and (min-width: 1120px){
	.pasItem a{ overflow: hidden; padding: 90px 0 0;}
	.pasItem a:after{
		content: '';
		position: absolute;
		width: 85%;
		height: 15px;
		background-color: #002146;
		transform: skewX(-45deg);
		top: 70px;
		right: -10px;
		border-top: 5px solid #aaa;
		border-left: 7px solid #aaa;
		transition: 300ms;
	}
	.pasItem:hover a:after{
		border-color: #d6d6d6;
	}
	.pasItem span{
		position: relative;
		background: #ddd;
		padding: 25px 0 35px;
		transition: 300ms;
	}
	.pasItem:hover span{ background-color: #eee; }

}
@media screen and (min-width: 1300px){
	.pasItem a{ padding: 160px 0 0; height: 280px; }
	.pasItem a:before{ height: 160px; }
	.pasItem a:after{
		top: 133px;
		height: 20px;
		border-top: 7px solid #aaa;
		border-left: 10px solid #aaa;
		right: -15px;
	}
	.pasItem span{ font-size: 16px; padding: 25px 20px 35px;}
	.pasItem2 span,
	.pasItem4 span,
	.pasItem6 span{ padding-top: 35px; }
}
@media screen and (min-width: 1640px){
	.sxn-practiceAreas{
		padding: 55px 10px;
	}
	.pasItem a{ padding: 209px 0 0; height: 315px; }
	.pasItem a:before{ height: 209px; }
	.pasItem a:after{
		top: 182px;
		height: 20px;
		border-top: 7px solid #aaa;
		border-left: 10px solid #aaa;
		right: -15px;
	}
	.pasItem span{ font-size: 18px; padding: 27px 0 0;}
	.pasItem2 span,
	.pasItem4 span,
	.pasItem5 span,
	.pasItem6 span{ padding-top: 36px; }
}


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

/* BELOW THE FOLD (BTF) BEGINS */

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

#contentArea {
	margin: 0 auto;
	overflow: hidden;
	max-width: 1800px;
}
#crumbs{ padding: 20px 20px 0; font-size: 14px; }
#crumbs a{ color: #6b79bd; }
#crumbs a:hover{ text-decoration: underline; }
#mainContent {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	padding: 20px;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a{ color: #6b79bd; }
	.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;
		font-family: "Poppins", serif;
		color: #002146;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
		text-transform: uppercase;
	}
	.article h2 {
		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: 485px;
		height: auto;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
#sidebar {

}
.blog-sidebar{ margin: 0 10px 30px; }
.blog-sidebar h2{
	text-transform: uppercase;
	font-size: 20px;
}
.blog-sidebar > ul{ margin: 0 0 20px 20px; }
.blog-sidebar ul ul{ margin: 0 0 0 20px; }
.blog-sidebar a{ color: #6b79bd; }
.blog-sidebar a:hover{ text-decoration: underline; }

.sb-tests{
	text-align: center;
	margin: 0 auto 30px;
}
.sb-tests .sxn-testimonials{ padding: 0; }
.sb-tests .tests-cont-outer{ padding: 0; }

.sb-areas{ margin: 0 auto 30px; }
.sb-areas .pasItem{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 5px;

}
.sb-areas .pasItem a{
	box-shadow: none;
	height: auto;
	padding: 15px 10px 30px 150px;
	overflow: hidden;
	font-size: 16px;
}
.sb-areas .pasItem a:before{
	width: 150px;
	height: 100%;
}
.sb-areas .pasItem span{
	padding: 0;
	font-size: 16px;
}
.sb-areas .pasItem a:after{ top: auto; bottom: 0; }
.sb-tests .sxn-testimonials{ float: none; width: 100%;}


/* Content Area */

@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#caWrap{
		box-shadow: 0 0 30px 20px rgba(0,0,0,0.15);
		position: relative;
		margin: 50px 0 0;
		overflow: hidden;
	}
	#caWrap:before{
		content: '';
		position: absolute;
		width: 1412px;
		height: 17px;
		background-image: url(img/content/border.png);
		top: -17px;
		left: 20px;
	}
	body.home #caWrap{ padding: 50px 0 0; margin: 0; }
	#contentArea{
		overflow: hidden;
		padding: 40px;
	}
	#crumbs{ padding: 0 0 20px; }
	#mainContent {
		padding: 0;
		width: calc(100% - 20px - 390px);
		float: left;
	}
	.fwEntry #mainContent {
		float: none;
		margin: 0 auto;
		width: auto;
		max-width: 800px;
	}
	.article .alignright {
			float: right;
			margin: 0 0 5px 15px;
	}
	.article .aligncenter {
			display: block;
			margin: 0 auto;
	}
	.article .alignleft {
			float: left;
			margin: 0 15px 5px 0;
	}
	#sidebar {
		width: 390px;
		float: right;
	}
	.article .alignright.mcHomeImg { margin: 0 0 5px 45px; }
	.mcHomeHr { width: calc(100% - 400px); }
	.article ul.mc2Col { column-count: 2; }
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}

@media screen and (min-width: 1120px){
	#contentArea{ padding: 60px; }
	#mainContent{ width: calc(100% - 40px - 390px); }
	.article h1{ font-size: 30px; }
	.article h2{ font-size: 24px; }
	.article h3{ font-size: 18px; }
}
@media screen and (min-width: 1400px){
		#caWrap:before{
		left: auto;
		right: -20px;
	}
}
@media screen and (min-width: 1640px){
	#contentArea{ padding: 80px; }
	#mainContent{
		font-size: 18px;
		line-height: 1.7;
		width: calc(100% - 80px - 390px);
	}
	.article h1{ font-size: 45px; }
	.article h2{ font-size: 30px; }
	.article h3{ font-size: 22px; }	
}

/*Home Content*/
.homeExpanded{ display: none; }
body.home #mainContent{
	box-sizing: border-box;
	width: 100%;
}
.homeMore{
	display: inline-block;
	padding: 21px 130px 0 20px;
	text-transform: uppercase;
	font-size: 20px;
	background: #aaa;
	color: #fff;
	position: relative;
	background-image: url(img/content/more-arrow.webp);
	background-position: top right;
	background-repeat: no-repeat;
	height: 85px;
	box-sizing: border-box;
	border-top: 10px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
.homeMore:hover{
	background-color: #002146;
	background-position: bottom right;
}
@media screen and (min-width: 800px){
	.homeMore{ margin: 0 0 -30px 40px; }
	.homeMore:before{
		content: '';
		position: absolute;
		width: 1px;
		height: 100%;
		background-color: #aaa;
		padding-left: 999px;
		margin-left: -999px;
		top: 0;
		left: -1px;
		border-bottom: 10px solid #fff;
		box-shadow: inset -10px 0 10px 0 rgba(0,0,0,0.1);
	}
	.homeMore:hover:before{ background-color: #002146; }
}
@media screen and (min-width: 1120px){
	body.home #contentArea{ padding: 40px 20px; }
	.homeMore{ margin: 0 0 -30px 60px; padding: 21px 160px 0 50px; }
}
@media screen and (min-width: 1640px){
	.homeMore{
		margin: 0 0 -30px 80px;
		padding: 15px 200px 0 90px;
		font-size: 30px;
		border-width: 20px;
		height: 105px;
	}
	.homeMore:before{ border-width: 20px; }
}




/*Team*/
.sxn-team{
	padding: 20px;
	background: #777676;
	color: #000;
	text-align: center;
	overflow: hidden;
}
.teamTitle{
	display: block;
	text-transform: uppercase;
	font-size: 25px;
	margin: 0 auto 20px;
	color: #002146;
}
.teamList{ padding: 0 0 20px; }
.teamList li{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: relative;
}
.teamList a{
	display: block;
	overflow: hidden;
	width: 98px;
	height: 125px;
	background: #000;
	position: relative;
	cursor: default;
}
.teamList img{
	width: 100%;
	height: auto;
	opacity: 0.5;
	transition: 300ms;
}
.teamList li[data-id="2"] img{ margin-left: -100%; }
.teamList li[data-id="3"] img{ margin-left: -200%; }
.teamList li[data-id="4"] img{ margin-left: -300%; }
.teamList li.active img,
.teamList li:hover img{ opacity: 1; }

.teamList li.active a:before{
	content: '';
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px solid #fff;
	top: 3px;
	left: 3px;
}
.teamList li.active:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	border-top: 3px solid #c0bdbd;
	border-bottom: 3px solid #fff;
	bottom: -10px;
	left: 0;
	z-index: 9;
}
/*.teamList li.active:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 0 20px;
	border-color: #fff transparent transparent transparent;	
	bottom: -20px;
	left: calc(50% - 20px);
}*/
.teamName{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}
.teamPosition{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 auto 20px;
}
.teamPhone{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 auto 10px;
	color: #002146;
}
.teamPhone a{
	font-weight: 400;
	color: #002146;
}
.teamEmail{
	display: inline-block;
	color: #002146;
	padding: 0 15px 0 0;
	text-transform: uppercase;
	position: relative;
}
.teamEmail:hover{ text-decoration: underline; }
.teamEmail:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #002146;
	border-right: 2px solid #002146;
	transform: rotate(45deg);
	right: 0;
	top: 4px;
	transition: 300ms;
}
.teamEmail:hover:before{ right: -5px; }

@media screen and (min-width: 800px){
	.sxn-team{
		padding: 40px 20px;
		background-image: url(img/team/team-bg-1120.jpg);
		background-size: cover;
	}
	.teamTitle{
		display: block;
		font-size: 30px;
		margin: 0 auto 30px;
	}
	.teamList{ padding: 0 0 50px; }
	.teamList a{
		width: 165px;
		height: 210px;
	}	
	.teamInfo{
		text-align: left;
		overflow: hidden;
	}
	.teamName{ position: relative; display: inline-block; }
	.teamName:before{
		content: '';
		position: absolute;
		width: 1px;
		height: 5px;
		background: rgba(255,255,255,0.5);
		padding-right: 1540px;
		margin-right: -1540px;
		top: 10px;
		right: -15px;
	}
}
@media screen and (min-width: 1120px){
	.sxn-team{
		padding: 60px 20px;
		background-image: url(img/team/team-bg.webp);
	}
	.teamWrap{
		display: flex;
		max-width: 1200px;
		margin: 0 auto;
	}
	.teamList{ padding: 0 30px 0 0; }
	.teamList a{
		width: 243px;
		height: 310px;
	}
	.teamList li.active:before{
		height: 4px;
		border-top: 7px solid #c0bdbd;
		border-bottom: 7px solid #fff;
		bottom: -22px;
	}
	.teamList li.active:after{
		border-width: 20px 50px 0 50px;
		border-color: #fff transparent transparent transparent;	
		bottom: -40px;
		left: calc(50% - 50px);
	}
	.teamList li.active a:before{
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border: 3px solid #fff;
		top: 7px;
		left: 7px;
	}

	.teamTitle{ font-size: 40px; }
	.teamName{ font-size: 25px; }
	.teamName:before{ top: 12px; }

	.teamBio{
		display: inline-block;
		width: calc(100% - 340px);
		font-size: 18px;
		line-height: 1.3;
	}
	.teamContact{
		float: right;
		border-left: 3px solid rgba(255,255,255,0.5);
	}
	.teamPhone{
		padding: 20px;
		border-bottom: 3px solid rgba(255,255,255,0.5);
	}
	.teamPhone a{ font-size: 24px; }
	.teamEmail{
		padding: 20px 30px 20px 20px;
		font-size: 24px;
	}
	.teamEmail:before{ top: 27px; border-width: 3px; height: 15px; width: 15px; }
}
@media screen and (min-width: 1640px){
	.sxn-team{ padding: 80px 20px; }
	.teamWrap{ max-width: 1500px; }
	.teamList{ padding: 0 60px 0 0; }

	.teamList a{
		width: 386px;
		height: 492px;
	}	
	.teamList li.active:before{
		height: 6px;
		border-top: 9px solid #c0bdbd;
		border-bottom: 9px solid #fff;
		bottom: -30px;
	}
	.teamList li.active:after{
		border-width: 30px 80px 0 80px;
		border-color: #fff transparent transparent transparent;	
		bottom: -55px;
		left: calc(50% - 80px);
	}
	.teamList li.active a:before{
		width: calc(100% - 26px);
		height: calc(100% - 26px);
		border: 6px solid #fff;
		top: 7px;
		left: 7px;
	}

	.teamName{ font-size: 35px; }
	.teamName:before{ top: 20px; right: -20px; }
	.teamPosition{ font-size: 19px; }
	.teamBio{
		display: inline-block;
		width: calc(100% - 440px);
		font-size: 20px;
		line-height: 1.7;
	}
	.teamContact{
		border-left: 4px solid rgba(255,255,255,0.5);
	}
	.teamPhone{
		padding: 20px 20px 30px 40px;
		border-bottom: 4px solid rgba(255,255,255,0.5);
	}
	.teamPhone a{ font-size: 30px; }
	.teamEmail{
		padding: 20px 30px 20px 40px;
		font-size: 30px;
	}
	.teamEmail:before{ border-width: 4px; height: 20px; width: 20px; }	
	.teamInfo{
		max-width: 1800px;
		margin: 0 auto;
	}	
}
@media screen and (min-width: 1840px){
	.teamList li{ margin: 0 10px; }
}



/*Contact*/
.sxn-contact{
	text-align: center;
	padding: 20px;
	overflow: hidden;
}

.sxn-testimonials {
	padding: 20px 20px 40px;
}
.tests-cont-outer {
  position: relative;
  padding: 0 40px;
  max-width: 1200px;
  margin: 0px auto;
}
.testimonials-container{ margin: 0 auto 20px; }
.testimonial-slide {
  text-align: center;
  height: 200px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.testBox{ padding: 60px 0 40px; position: relative; }
.testBox:before{
	content: '';
	position: absolute;
	width: 200px;
	height: 36px;
	background-image: url(img/contact/stars.webp);
	background-size: 100%;
	top: 0;
	left: calc(50% - 100px);
}
.testBox:after{
	content: '';
	position: absolute;
	width: 100px;
	height: 28px;
	background-image: url(img/contact/google.webp);
	background-size: 100%;
	bottom: 0;
	left: calc(50% - 50px);
}
.testAuthor{
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #002146;
}
.swiper-button-next.test-button-next,
.swiper-button-prev.test-button-prev{
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	display: inline-block;
	width: 100px;
	height: 50px;
	background-color: #aaa;
	transition: 300ms;
}
.swiper-button-next.test-button-next:after,
.swiper-button-prev.test-button-prev:after{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	transition: 300ms;
}
.swiper-button-next.test-button-next:hover,
.swiper-button-prev.test-button-prev:hover{
	background-color: #d5d3d3;
}
.cfTitle{
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 auto 20px;
	color: #002146;
}
.conForm{
	width: 90%;
	margin: 0 auto;
	min-width: 255px;
	text-align: left;
}
.cfBox{
	margin: 0 auto 15px;
	position: relative;
}
.cfBox:before{
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #002146;
	top: 0;
	right: 0;
}
.conForm label{
	display: block;
	position: relative;
	font-size: 18px;
	margin: 0 0 5px;
}
.conForm input,
.conForm textarea{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	outline: 0;
	border: 2px solid #aaa;
}
.cfReq{
	display: block;
	position: relative;
	padding: 0 0 20px 20px;
	font-size: 12px;
}
.cfReq:before{
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #002146;
	top: 3px;
	left: 0;	
}
.cfReq b{ text-transform: uppercase; }
.conForm .gRecaptchaWrapper{
	width: 255px;
	height: 60px;
	margin: 0 auto 10px;
}
.conForm .submit-button{
	max-width: 255px;
	margin: 0 auto;
	border: none;
	text-transform: uppercase;
	color: #002146;
	font-size: 18px;
	background-image: url(img/contact/button-bg-v2.webp);
	background-position: right top;
	height: 60px;
	padding: 0 50px 0 0;
	cursor: pointer;
}
.conForm .submit-button:hover{
	background-position: right bottom -1px;
	color: #fff;
}
@media screen and (min-width: 800px){
	.sxn-contact{
		background-image: url(img/contact/contact-bg-1120.jpg);
		background-size: cover;
		padding: 20px 20px 40px;
	}
	.testimonials-container.swiper-container{
		background-color: #fff;		
		box-shadow: 0 0 20px 5px rgba(0,0,0,0.25);
		padding: 30px 0;
		margin: 0 auto 40px;
	}
	.testBox{ padding: 60px 40px 70px; }
	.testBox:after{
		width: 200px;
		height: 55px;
		left: calc(50% - 100px);
	}		
	.testBody{ font-size: 18px; line-height: 1.5; }
	.testAuthor{ font-size: 20px; }	

	.cfTitle{ font-size: 25px; }
	.cfBox:first-of-type,
	.cfBox:nth-of-type(2),
	.cfBox:nth-of-type(3){
		display: inline-block;
		width: calc(33.33% - 10px);
	}
	.cfBox:nth-of-type(2){ margin: 0 10px; }
	.conForm textarea{ height: 100px; }
	.conForm .gRecaptchaWrapper,
	.conForm .submit-button{
		display: inline-block;
		vertical-align: top;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1120px){
	.sxn-contact{
		padding: 60px 20px;
		background-image: url(img/contact/contact-bg.webp);
	}
	.conWrap{ position: relative; }
	.conWrap:after{
		content: '';
		display: table;
		clear: both;
	}
	.sxn-testimonials{
		float: left;
		width: 400px;
		padding: 0;
	}
	.tests-cont-outer{ padding: 0; }
	.testBody{ font-size: 16px; }
	.sxn-cfWrap{
/*		float: right;*/
		width: calc(100% - 480px);
		padding: 32px 40px 32px 40px;
		margin: 0 auto;	
		background: #fff;
		box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
		min-height: 400px;
		text-align: left;
	}
	.conForm{
		width: 100%;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 1640px){
	.sxn-contact{ padding: 100px 20px; }
	.sxn-testimonials{ width: 450px; }
	.testimonials-container.swiper-container{ padding: 40px 20px; }
	.testBox{
		padding: 70px 20px 0;
	}
	.testBox:before{ width: 234px; height: 42px; left: calc(50% - 117px); }
	.testBox:after{
		width: 211px;
		height: 58px;
		left: calc(50% - 105px);
	}
	.testBody{ font-size: 25px; }
	.testAuthor{ font-size: 25px; padding: 0 0 90px; }
	.conWrap{
		max-width: 1800px;
		margin: 0 auto;
	}
	.sxn-cfWrap{ padding: 50px 60px 50px 60px; width: calc(100% - 580px); }
	.cfTitle{ font-size: 40px; }
	.cfBottom{
		overflow: hidden;
		text-align: right;
		margin: 40px auto 0;
	}
	.cfReq{ width: calc(100% - 650px); max-width: 420px; float: left; text-align: left;}
	.conForm .submit-button{
		margin: 0 0 0 10px;
		max-width: 341px;
		font-size: 30px;
	}
}
/*Footer*/
#mainFooter {
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.mfBox{
	background: #002146;
	padding: 20px;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
}
.mfAddress b{
	display: block;
	text-transform: uppercase;
	padding: 0 0 5px;
}
.mfLogo{
	width: 100%;
	max-width: 300px;
	margin: 0 auto 20px;
}
.mfLogo img{ width: 100%; height: auto; }
.mfContact{
	text-transform: uppercase;
	font-weight: bold;
}
.mfContact li a{ font-weight: normal; display: block; }
.mfContact a{ color: #fff; }
.mfDirections{
	display: inline-block;
	margin: 10px auto 0;
	padding: 13px 40px 10px 15px;
	background: #ddd;
	transition: 300ms;
	position: relative;
	overflow: hidden;
}
.mfDirections:before{
	content: '';
	position: absolute;
	width: 38px;
	height: 38px;
	border-right: 4px solid #002146;
	border-top: 4px solid #002146;
	transform: rotate(45deg);
	right: 15px;
	top: 0px;
}
.mfDirections:hover{ background-color: #fff; color: #002146; }
@media screen and (min-width: 800px){
	.mfMain{
		background-image: url(img/footer/footer-bg-1120.jpg);
		padding: 300px 0 0;
	}
	.mfBox{
		overflow: hidden;
		position: relative;
		text-align: left;
	}
	.mfLogo{
		position: absolute;
		width: 200px;
		left: calc(50% - 100px);
		top: 50px;
	}
	.mfAddress{ float: left; padding: 10px 0 0; }
	.mfContact{
		float: right;
	}
	.mfDirections{ font-size: 14px; }
}
@media screen and (min-width: 1120px){
	.mfMain{
		background-image: url(img/footer/footer-bg.webp);
		padding: 400px 0 0;
		background-size: cover;
	}
	.mfBox{ margin: 0 20px; }
	.mfLogo{
		width: 300px;
		left: calc(50% - 150px);
		top: 25px;
	}
	.mfContact li{
		display: inline-block;
		vertical-align: top;
		padding: 10px 20px;
		border-right: 3px solid #ddd;
	}
	.mfContact li:last-child{ border: none; }
	.mfDirections{
		margin: 20px 0 0 20px;
		width: 225px;
		font-size: 16px;
	}
	.mfDirections:before{
		right: 30px;
		width: 40px;
		height: 40px;
	}
}
@media screen and (min-width: 1640px){
	.mfMain{ font-size: 18px; }
	.mfBox{
		padding: 25px 50px 15px;
		line-height: 1.7;
		max-width: 1600px;
		margin: 0 auto;
	}
	.mfAddress{ padding: 0; }
	.mfLogo{
		width: 350px;
		left: calc(50% - 175px);
		max-width: 100%;
		top: 14px;
	}
	.mfContact li:first-child{
		padding: 0 40px 0 0;
	}
	.mfContact li:last-child{
		padding: 0 0 0 40px;
	}
	.mfDirections{
		font-size: 20px;
		margin: 10px 0 0;
		width: 290px;
		padding: 5px 50px 5px 20px;
	}
	.mfDirections:before{
		right: 40px;
	}	
}


/*Agency Footer*/
#mmBrandingWrapper {
	padding: 30px 20px 30px;
	text-align: center;
	background: #002146;
}
#mmBranding {
	display: inline-block;
	overflow: hidden;
}
	#mmBranding > p,
	#mmBranding p > a {
		color: #fff;
		font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#mmBranding a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	#logo-mmm {
		display: inline-block;
	}
	#mmBranding p {
		margin: auto;
		padding: 12px 0 0;
		max-width: 320px; /*modme*/
		text-align: center;
	}
	#mmBranding br {display: none;}
	.fNav{ margin: 15px auto 0; }
	.fNav li{
		display: inline-block;
		position: relative;
		padding: 0 8px 0 3px;
		border-right: 1px solid #9b9b9b;
		line-height: 1;
		font-size: 14px;
	}
	.fNav li:last-child{ border: 0; }
	.fNav a{ color: #9b9b9b; }
	.fNav li:hover a{ color: #fff; }

@media screen and (min-width: 600px) {
	#mmBranding {
		display: inline-block;
	}
	#logo-mmm {
		display: inline-block;
		margin: 0 0 3px;
		vertical-align: bottom;
	}
	#mmBranding p {
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: bottom;
	}
	#mmBranding br {display: inline;}
}
@media screen and (min-width: 1120px){
	#mmBrandingWrapper{ padding: 40px 20px; }
	.fNav{
		display: inline-block;
		margin: 0 0 0 20px;
	}
}


/* 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:#ddd;}
.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;
	}
}

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

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

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

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

.vfActive {
    display: block
}

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

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

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

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


/* Home Banner */

.sxn-banner {
	padding: 0 20px;
	background-repeat: no-repeat;
	background-image: url(img/banner/bg-mob.jpg);
	background-size: cover;
	background-position: 0 center;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	color: #fff;
}
.sxn-banner .sxn-wrap {
	padding: 10px 0;
	text-align: center;
	max-width: 1600px;
	margin: 0px auto;
}
.banner-body {
	font-style: italic;
	padding: 0 0 10px 0;
	font-size: 14px;
	max-width: 500px;
	margin: 0px auto;
	text-transform: uppercase;
}
.banner-button {
	color: #fff;
	display: inline-block;
	font-weight: bold;
	position: relative;
	background-color: #9a9a9a;
	font-size: 16px;
	padding: 10px 50px 10px 15px;
	height: 40px;
	text-transform: uppercase;
	box-sizing: border-box;
}
.banner-button:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	width: 30px;
	height: 40px;
	background-repeat: no-repeat;
	background-image: url(img/banner/banner-arrow.png);
	background-size: 64px;
}
.banner-button:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background-color: #7e7e7e;
}
.banner-button:hover {
	background-color: #fff;
	color: #7e7e7e;
}
.banner-button:hover:after {
	background-position: -33px 0;
}
.banner-button:hover:before {background-color: #fff;}
@media screen and (min-width: 800px) {
	.sxn-banner {padding: 0 10px; background-image: url(img/banner/bg.jpg);}
	body.sticky_zone .sxn-banner {
		display: none;
	}
	.sxn-banner .sxn-wrap {padding: 20px 0}
	.sxn-banner .sxn-wrap {
		text-align: center;
	}
	.banner-body {
		display: inline-block;
		vertical-align: middle;
		padding: 0 20px 0 0;
		max-width: 520px;
	}
	.banner-button {
		vertical-align: middle;
	}
	body.page-id-8260 #wrapper {
		padding: 160px 0 0;
	}
}
@media screen and (min-width: 1000px) {
	body.page-id-8260 #wrapper {
		padding: 170px 0 0;
	}
	.banner-body {
		font-size: 18px;
    	max-width: 680px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn-banner .sxn-wrap {
		padding: 25px 0;
	}
	.banner-body {
		font-size: 20px;
		max-width: 760px;
	}
}
@media screen and (min-width: 1400px) {
	.sxn-banner .sxn-wrap {
		padding: 35px 0;
	}
	.banner-body {
		font-size: 23px;
		max-width: 900px;
		line-height: 1.1;
	}
}
@media screen and (min-width: 1640px) {
	.sxn-banner .sxn-wrap {
		padding: 45px 0;
	}
	.banner-body {
		font-size: 28px;
		max-width: 1100px;
		line-height: 1.1;
	}
	.banner-button {
		font-size: 22px;
		height: 61px;
		padding: 17px 80px 0 20px;
	}
	.banner-button:after {
		background-size: 98px;
		height: 61px;
		width: 47px;
		right: 25px;
	}
	.banner-button:hover:after {background-position: -51px 0;}
}