/*
Theme Name: Roger G. Jain & Associates, P.C.
Version: 100.0
Template: universal
*/

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

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

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

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

a {outline: none;}

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

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

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

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: "Open Sans", 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 {}

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

#mainHeader {
	text-align: center;
}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 249px; /*modme*/
		margin: 0 auto;
		padding: 10px 0;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhRight{
		font-family: 'Poppins', sans-serif;
	}
	.mhCTA{
		display: block;
		color: #781e28;
	}
	.mhPhone{
		display: inline-block;
		vertical-align: middle;
		position: relative;
		color: #192138;
		font-size: 16px;
		margin: 5px auto;
		padding: 4px 0 5px 42px;
	}

	.mhPhone span {
		display: block;
		font-family: 'Poppins', sans-serif;
		font-size: clamp(14px ,4vw, 18px);
		color: #781e28;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
	}

	.mhPhone:before{
		content: '';
		position: absolute;
		width: 36px;
		height: 36px;
		background-image: url(img/header/phone.webp);
		background-size: 100%;
		top: 0;
		left: 0;
	}

/* 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 15px;
	font-size: 14px;
	color: #fff;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	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: #93323c; }
nav.mm ul ul {background: #781e28; width: 180px; border: 1px solid #93323c; border-radius: 3px;}
nav.mm ul ul li:hover > a {background: #93323c; }
nav.mm ul ul li {border-top: 1px solid #93323c;}
nav.mm ul ul li:first-child a{ border-radius: 3px 3px 0 0; }
nav.mm ul ul li:last-child a{ border-radius: 3px 3px 0 0; }
nav.mm ul ul a {
	color: #fff;
	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;}


.phSearch{
	display: none;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	transition: 300ms;
	border-radius: 3px;
	padding: 5px 0 0;
	box-sizing: border-box;
	margin: 5px 0 0;
}
.phSearch img{ width: 21px; height: auto; }
.phSearch:hover{ background: #93323c; }

.phSearchWrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(73,19,20); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(73,19,20,1) 0%, rgba(120,30,40,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(73,19,20,1) 0%,rgba(120,30,40,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(73,19,20,1) 0%,rgba(120,30,40,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	z-index: 999999;
	color: #fff;
	display: none;
}
.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: 29px;
	height: 35px;
	background: url(img/header/search.webp) center center 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: 800px){
	nav.mm > ul,
	.phSearch{ display: inline-block; vertical-align: top; }
}
@media screen and (min-width: 1640px){
	.phSearch{
		height: 38px;
		width: 38px;
		margin: 10px auto 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: #781e28;} /*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 #8d2b36;} /*modme*/
	#mm1 {border-left: 1px solid #8d2b36;} /*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: #000;
		    font: 15px/1 arial, sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			background: #93323c; /*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: #781e28;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}

@media screen and (min-width: 800px) {
	#wrapper {
		padding: 73px 0 0; /*modme*/
	}
	#persistentHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	#mhWrapper{
		background-color: #fff;
		box-shadow: 0 10px 40px 0 rgba(0,0,0,0.5);
		padding: 0 20px;
		background-image: url(img/header/header-bg.webp);
		background-position: left top;
		background-repeat: no-repeat;
	}
	#mainHeader{
		max-width: 1800px;
		margin: 0 auto;
		overflow: hidden;
	}
	#logo-main{ float: left; }
	.mhRight{
		float: right;
		text-align: right;
	}
	.mhCTA{ font-size: 20px; margin: 0 0 5px; }
	.mhPhone{ font-size: 20px; margin: 0; }

	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: #192138; }
}
@media screen and (min-width: 1120px) {
	#wrapper {
		padding: 84px 0 0; /*modme*/
	}	
	#logo-main{ max-width: 250px; padding: 22px 0;}
	.mhCTA{
		font-size: 20px;
		display: inline-block;
		vertical-align: middle;
		margin: 0 20px 0 0;
	}
	.mhPhone{
		font-size: 25px;
		padding: 22px 999px 21px 60px;
		background-color: #fff;
		margin: 0 -999px 0 30px;
		z-index: 1;
	}
	
	.mhPhone.mhPhone2{
		padding: 22px 999px 21px 10px;
		margin: 0 -999px 0 0px;
	}
	.mhPhone:before{
		width: 65px;
    height: 65px;
    left: -38px;
    border: 17px solid #fff;
    border-radius: 50%;
    box-shadow: -8px 0 7px 0 rgba(0,0,0,0.12);
    z-index: -1;
	}
	.mhPhone.mhPhone2:before{
		display: none;
	}
	nav.mm > ul > li > a{ font-size: 16px; padding: 10px 20px; }
	body.sticky_zone #logo-main{ max-width: 250px; }
	body.sticky_zone .mhPhone{ padding: 17px 999px 14px 60px; }
	body.sticky_zone .mhPhone:before{ border: 16px solid #fff; }
	body.sticky_zone .mhCTA{ margin: 5px 20px 0 0; }
}
@media screen and (min-width: 1640px) {
	#wrapper {
		padding: 134px 0 0; /*modme*/
	}
	#logo-main{ max-width: 351px; padding: 35px 0; }
	.mhCTA{ font-size: 30px; }
	.mhPhone{ font-size: 30px; padding: 42px 999px 42px 105px }
	.mhPhone:before{
		width: 73px;
		height: 73px;
		border-width: 36px;
		left: -30px;
	}
	nav.mm > ul > li{ padding: 10px 0; }
	nav.mm > ul > li > a{ padding: 10px 40px; font-size: 18px; }
	body.sticky_zone #logo-main{ padding: 10px 0; }
	body.sticky_zone .mhCTA{ font-size: 25px; }
	body.sticky_zone .mhPhone{ font-size: 30px; }
	body.sticky_zone .mhPhone:before{
		border: 20px solid #fff;
		width: 52px;
		height: 52px;
	}
}

@keyframes
ncburnsZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
    1.5625% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
  }
}

#homeslides {
	position: relative;
	background-color: #000;
	height: 300px;
}

.homeslide {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
}
#homeslideImg1 { background-image: url(img/slides/home/600/1.webp); }
#homeslideImg2 { background-image: url(img/slides/home/600/2.webp); }
#homeslideImg3 { background-image: url(img/slides/home/600/3.webp); }
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
}
.slideBox {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-family: 'Poppins', sans-serif
}
.slideHead {
	display: block;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
}
.slideHead2{
	display: block;
	font-family: 'PT Serif', serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1;
}
.slideBody {
	padding: 20px 0 0;
	font-size: 15px;
}
.slideBody br{ display: none; }
.subslide {
	background-position: center top;
	background-repeat: no-repeat;
	height: 140px;
	background-size: cover;
}
#subslide1 { background-image: url(img/slides/sub/600/1.webp); }
#subslide2 { background-image: url(img/slides/sub/600/2.webp); }
#subslide3 { background-image: url(img/slides/sub/600/3.webp); }
#subslide4 { background-image: url(img/slides/sub/600/4.webp); }
#subslide5 { background-image: url(img/slides/sub/600/5.webp); }
#subslide6 { background-image: url(img/slides/sub/600/6.webp); }
#subslide7 { background-image: url(img/slides/sub/600/7.webp); }
#subslide8 { background-image: url(img/slides/sub/600/8.webp); }
#subslide9 { background-image: url(img/slides/sub/600/9.webp); }
#subslide10 { background-image: url(img/slides/sub/600/10.webp); }
#subslide11 { background-image: url(img/slides/sub/600/11.webp); }
#subslide12 { background-image: url(img/slides/sub/600/12.webp); }
#subslide13 { background-image: url(img/slides/sub/600/13.webp); }
#subslide14 { background-image: url(img/slides/sub/600/14.webp); }
#subslide15 { background-image: url(img/slides/sub/600/15.webp); }
#subslide16 { background-image: url(img/slides/sub/600/16.webp); }
#subslide17 { background-image: url(img/slides/sub/600/17.webp); }
#subslide18 { background-image: url(img/slides/sub/600/18.webp); }
#subslide19 { background-image: url(img/slides/sub/600/19.webp); }
#subslide20 { background-image: url(img/slides/sub/600/20.webp); }
#subslide21 { background-image: url(img/slides/sub/600/21.webp); }
#subslide22 { background-image: url(img/slides/sub/600/22.webp); }


@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides{ height: 500px; }
	#homeslideImg1 { background-image: url(img/slides/home/1120/1.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/1120/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/1120/3.webp); }
	.homeslideImg {
	-webkit-animation-name: ncburnsZoomIn; /* modify */
	animation-name: ncburnsZoomIn; /* modify */
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: 7800ms;  /* change this number to match the 'pause' + ‘onStart’ + ’onComplete' time */
        animation-duration: 7800ms; /* change this number to match the 'pause' + ‘onStart’ + ’onComplete' time */
	animation-fill-mode: forwards;
        opacity: 1;

    }
	.slideBox{ bottom: 40px; }
	.slideHdg{
		display: inline-block;
		position: relative;
		padding: 0 20px;
		border-left: 35px solid #781e28;
		border-right: 35px solid #781e28;
	}
	.slideHdg:before{
		content: '';
		position: absolute;
		width: calc(100% + 80px);
		height: 100%;
		border-left: 10px solid rgba(255,255,255,0.5);
		border-right: 10px solid rgba(255,255,255,0.5);
		top: 0;
		left: -50px;
	}
	.slideHdg:after{
		content: '';
		position: absolute;
		width: calc(100% + 110px);
		height: 100%;
		border-left: 2000px solid rgba(255,255,255,0.25);
		border-right: 2000px solid rgba(255,255,255,0.25);
		top: 0;
		left: -2055px;
	}	
	.slideHead{ font-size: 60px; }
	.slideHead2{ font-size: 30px; letter-spacing: 2px; }
	.slideBody{ font-size: 16px; }
	.slideBody br{ display: block; }

	.subslide{ height: 200px; }
	#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); }
	#subslide13 { background-image: url(img/slides/sub/1120/13.webp); }
	#subslide14 { background-image: url(img/slides/sub/1120/14.webp); }
	#subslide15 { background-image: url(img/slides/sub/1120/15.webp); }
	#subslide16 { background-image: url(img/slides/sub/1120/16.webp); }
	#subslide17 { background-image: url(img/slides/sub/1120/17.webp); }
	#subslide18 { background-image: url(img/slides/sub/1120/18.webp); }
	#subslide19 { background-image: url(img/slides/sub/1120/19.webp); }
	#subslide20 { background-image: url(img/slides/sub/1120/20.webp); }
	#subslide21 { background-image: url(img/slides/sub/1120/21.webp); }
	#subslide22 { background-image: url(img/slides/sub/1120/22.webp); }	
}

@media screen and (min-width: 1120px) {
	#homeslides{ height: 700px; }
	#homeslideImg1 { background-image: url(img/slides/home/2000/1.webp); }
	#homeslideImg2 { background-image: url(img/slides/home/2000/2.webp); }
	#homeslideImg3 { background-image: url(img/slides/home/2000/3.webp); }
	.slideBox{ bottom: 80px; }
	.slideHead{ font-size: 80px; }
	.slideHead2{ font-size: 40px; }
	.slideBody{ font-size: 18px; }	


	.subslide{ height: 300px; }
	#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); }
	#subslide13 { background-image: url(img/slides/sub/2000/13.webp); }
	#subslide14 { background-image: url(img/slides/sub/2000/14.webp); }
	#subslide15 { background-image: url(img/slides/sub/2000/15.webp); }
	#subslide16 { background-image: url(img/slides/sub/2000/16.webp); }
	#subslide17 { background-image: url(img/slides/sub/2000/17.webp); }
	#subslide18 { background-image: url(img/slides/sub/2000/18.webp); }
	#subslide19 { background-image: url(img/slides/sub/2000/19.webp); }
	#subslide20 { background-image: url(img/slides/sub/2000/20.webp); }
	#subslide21 { background-image: url(img/slides/sub/2000/21.webp); }
	#subslide22 { background-image: url(img/slides/sub/2000/22.webp); }		
}
@media screen and (min-width: 1640px){
	#homeslides{ height: 846px; }
	.slideBox{ bottom: 120px; }
	.slideHead{ font-size: 100px; }
	.slideHead2{ font-size: 60px; }
	.slideBody{ font-size: 22px; }

	.subslide{ height: 347px; }
}

/*Practice Areas*/
.sxn-practiceAreas{
	padding: 20px;
	text-align: center;
	line-height: 1;
}
.pasItem{
	margin: 0 auto 10px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.25);
	border-radius: 3px;
}
.pasItem > a{
	display: block;
	position: relative;
	padding: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	transition: 300ms;
	font-size: 20px;
	overflow: hidden;
}
.pasItem:hover a{
	color: #fff;
	background-color: #781e28;
}
.pasItem > a > span > br{ display: none; }
@media screen and (min-width: 800px){
	.pasItem{
		display: inline-block;
		margin: 0 5px 14px;
		width: calc(50% - 23px);
	}
	.pasItem:hover{ border-color: #781e28; }
	.pasItem{ border: 5px solid #fff; }
	.pasItem a{ padding: 80px 0 90px; border-bottom: 10px solid #192138; }
	.pasItem:hover a{ border-color: #fff; }
	.pasItem a:before{
		content: '';
		position: absolute;
		width: 120%;
		height: 130px;
		background-color: #781e28;
		border-radius: 50%;
		transition: 300ms;
		top: -50px;
		left: -10%;
	}
	.pasItem:hover a:before{ background-color: #192138; }
/*	.pasItem a:after{
		content: '';
		position: absolute;
		width: 100;
	}*/
	.pasItem > a > span{
		display: block;
		position: relative;
		padding: 60px 0 0;
	}
	.pasItem > a > span:before{
		content: '';
		position: absolute;
		width: 75px;
		height: 75px;
		background-image: url(img/areas/area-icons.webp);
		background-position: left 12px top 6px;
		background-repeat: no-repeat;
		background-color: #192138;
		border-radius: 50%;
		border: 2px solid #fff;
		box-shadow: 0 0 0 3px #192138, 0 0 0 13px #fff, 0 0 20px 7px rgba(0,0,0,0.75);
		top: -50px;
		left: calc(50% - 37px);
	}
	.pasItem:hover > a > span:before{
		background-color: #fff;
		border: 2px solid #fff;
		box-shadow: inset 0 0 0 3px #192138, 0 0 0 3px #192138, 0 0 0 13px #fff, 0 0 20px 7px rgba(0,0,0,0.75);		
	}
	.pasItem1:hover > a > span:before{ background-position: left 12px bottom 17px; }
	.pasItem2 > a > span:before{ background-position: left -130px top 12px; }
	.pasItem2:hover > a > span:before{ background-position: left -130px bottom 12px; }
	.pasItem3 > a > span:before{ background-position: left -285px top 13px; }
	.pasItem3:hover > a > span:before{ background-position: left -285px bottom 20px; }
	.pasItem4 > a > span:before{ background-position: left -437px top 12px; }
	.pasItem4:hover > a > span:before{ background-position: left -437px bottom 11px; }
	.pasItem5 > a > span:before{ background-position: left -571px top 13px; }
	.pasItem5:hover > a > span:before{ background-position: left -571px bottom 15px; }
	.pasItem6 > a > span:before{ background-position: left -714px top 13px; }
	.pasItem6:hover > a > span:before{ background-position: left -714px bottom 19px; }
	.pasItem7 > a > span:before{ background-position: left -848px top 16px; }
	.pasItem7:hover > a > span:before{ background-position: left -848px bottom 14px; }
	.pasItem8 > a > span:before{ background-position: left -988px top 12px; }
	.pasItem8:hover > a > span:before{ background-position: left -988px bottom 12px; }

	.pasItem5 > a > span,
	.pasItem7 > a > span{ line-height: 2; }
	.pasItem > a > span:after{
		content: '';
		position: absolute;
		width: 80%;
		height: 100px;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 40%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 40%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 40%);
		border-radius: 50%;
		left: 10%;
		bottom: -125px;
	}
	.pasItem > a > span > br{ display: block; }
}
@media screen and (min-width: 1120px){
	.sxn-practiceAreas{
		padding: 0 10px 400px;
		position: relative;
		z-index: 5;
		background-image: url(img/areas/areas-bg.webp);
		background-position: center top 55px;
		background-repeat: no-repeat;
	}
	.pasList{
		margin: -55px auto 0;
		max-width: 1800px;
	}
	.pasItem{
		width: calc(25% - 25px);
		background-color: #fff;
	}
}
@media screen and (min-width: 1640px){
	.pasItem > a > span{ font-size: 28px; }
}
@media screen and (min-width: 2000px){
	.sxn-practiceAreas{
		background-size: 100%;
	}
}


#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;
}
#mainContent {
	font-family: 'Open Sans', 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: #ac4751; }
	.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', sans-serif;
		color: #192138;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
		font-weight: bold;
	}
	.article h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
		font-family: 'PT Serif', serif;
		text-transform: uppercase;
		color: #781e28;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		width: 40%;
		max-width: 175px;
		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; 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*/
.sb-box{
	text-align: center;
	margin: 0 auto 30px;
}
.sb-areas{
	padding: 20px;
}
.sb-tests{ background-color: #192138; color: #fff; padding: 20px 0; }

@media screen and (min-width: 800px){
	.sb-box{ margin: 0 0 50px; }
	.sb-areas{ padding: 0; }
	.sb-areas .pasList{ margin: 0; }
	.sb-areas .pasItem{ width: 100%; margin: 0 0 10px; }
	.sb-areas .pasItem br{ display: none; }
	.sb-areas .pasItem > a:before{
		top: -17px;
		left: -15px;
		width: 60px;
		height: 100px;
	}
	.sb-areas .pasItem > a{
		padding: 20px 10px 20px 50px;
		border-bottom: 0;
		border-right: 10px solid #192138;
	}
	.sb-areas .pasItem > a > span{ padding: 0; font-size: 25px; line-height: 1; }
	.sb-areas .pasItem > a > span:before{
		transform: scale(0.5);
		top: -27px;
		left: -50px;
	}
	.sb-areas .pasItem > a > span:after{ display: none; }

	.sb-tests{
		background-image: url(img/sidebar/tests-bg.webp);
		background-size: cover;
		padding: 40px 0;
		overflow: hidden;
		position: realtive;
	}
	.sb-tests .testsWrap{
		background-color: rgba(25,33,56,0.9);
		box-shadow: 0 20px 30px 0 rgba(0,0,0,1);
	}
	.sb-tests .test-button{
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		transform: none;
	}
	.sb-tests .tests-cont-outer{ padding: 0; }
	.sb-tests .tests-cont-outer:before,
	.sb-tests .tests-cont-outer:after{ display: none; }
	.sb-tests .testimonials-container:before,
	.sb-tests .testimonials-container:after{ display: none; }
	.sb-tests .testsTitle{ font-size: 40px; }
	.sb-tests .testsSubtitle{ font-size: 20px; margin: 0; padding: 0 0 40px; }
	.sb-tests .testTitle{ font-size: 25px; padding: 0; margin: 0 0 20px; }
	.sb-tests .testBody{ font-size: 16px; line-height: 1.7; }
	.sb-tests .testAuthor{ font-size: 25px; }
	.sb-tests .testsWrap{ padding: 20px 0; }
	.sb-tests .testBox{ height: 500px; padding: 20px; }
	.sb-tests > .test-button{
		display: inline-block !important;
		position: relative !important;
		background-size: 100px;
		width: 60px !important;
		height: 120px !important;
		border-radius: 5px;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		margin: -30px 0 30px;
	}
	.sb-tests > .test-button-next{
		background-position: right 10px center !important; 
	}
	.sb-tests:before{
		content: '';
		position: absolute;
		width: 135px;
		height: 120px;
		left: calc(50% - 78px);
		bottom: 20px;
		border-left: 10px solid rgba(255,255,255,0.8);
		border-right: 10px solid rgba(255,255,255,0.8);
	}
	.sb-tests:after{
		content: '';
		position: absolute;
		width: 163px;
		height: 120px;
		left: calc(50% - 282px);
		bottom: 20px;
		border-left: 200px solid rgba(255,255,255,0.4);
		border-right: 200px solid rgba(255,255,255,0.4);
	}	
}



/* Content Area */

@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#contentArea{ padding: 40px; }
	#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;
	}
}
@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: 22px; }
	.article h3{ font-size: 18px; }	
}
@media screen and (min-width: 1640px){
	#contentArea{ padding: 80px; }
	#mainContent{
		font-size: 18px;
		line-height: 1.7;
		width: calc(100% - 60px - 390px);
	}
	.article h1{ font-size: 40px; }
	.article h2{ font-size: 25px; }
	.article h3{ font-size: 20px; }	
}

/*Home Content*/
body.home #mainContent{
	width: 100%;
	box-sizing: border-box;
	float: none;
}

@media screen and (min-width: 800px){
	body.home #contentArea{
		position: relative;
		z-index: 9;	
	}
	body.home .article h1,
	body.home .article h2{ text-align: center; }
}
@media screen and (min-width: 1120px){
	body.home #contentArea{ margin: -340px auto 0; }
}
@media screen and (min-width: 1300px){
	body.home #mainContent h2{ margin: 0 auto 30px; }
}
@media screen and (min-width: 1640px){
	body.home #contentArea{ margin: -400px auto 0; }
	body.home #mainContent h2{ margin: 0 auto 70px; }
}

/*Testimonials*/
.sxn-testimonials{
	text-align: center;
	background-color: #192138;
	color: #fff;
	padding: 20px 0;
}
.testsTitle{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 25px;
}
.testsSubtitle{
	display: block;
	font-family: 'PT Serif', serif;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 auto 20px;
}
.tests-cont-outer {
  position: relative;
  padding: 0 70px;
  max-width: 1800px;
  margin: 0px auto;
}
.testimonial-slide {

  /* 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{
	  /* 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;
}
.testTitle{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin: 0 auto 10px;
}
.testBody a{
	text-transform: uppercase;
	font-weight: bold;
	color: #909dc3;
	transition: 300ms;
}
.testBody a:hover{
	color: #fff;
	text-decoration: underline;
}
.testAuthor{ font-size: 20px; }
.sb-tests .test-button,
.tests-cont-outer .test-button{
	display: block;
	width: 50px;
	height: 200px;
	background-color: #781e28;
	transform: none;
	top: 0;
	background-image: url(img/testimonials/tests-arrows.webp);
	background-position: left 1px center;
	background-repeat: no-repeat;
	border-radius: 4px;
}
.sb-tests .test-button:hover,
.tests-cont-outer .test-button:hover{ background-color: #a33f49; }
.test-button:before{ display: none; }
.test-button:after{ display: none; }
.sb-tests .test-button-next,
.tests-cont-outer .test-button-next{ background-position: right 1px center; }
@media screen and (min-width: 800px){
	.sxn-testimonials{
		background-image: url(img/testimonials/testimonials-bg-1120.webp);
		background-size: cover;
		padding: 50px 0;
	}
	.testsWrap{
		background-color: rgba(25,33,56,0.9);
		padding: 20px 0;
	}
	.testsTitle{ font-size: 30px; }
	.testsSubtitle{ font-size: 20px; }
	.testBox{ padding: 0 20px; }
	.testTitle{ font-size: 25px; }
	.testAuthor{ font-size: 25px; }
	.sb-tests .test-button,
	.tests-cont-outer .test-button{
		width: 60px;
		background-position: left 7px center;
		top: 50px;
	}	
	.sb-tests .test-button-next,
	.tests-cont-outer .test-button-next{ background-position: right 7px center; }
}
@media screen and (min-width: 1120px){
	.sxn-testimonials{
		padding: 100px 0;
		background-image: url(img/testimonials/testimonials-bg.webp);
		overflow: hidden;
	}
	.testsWrap{
		padding: 40px 40px;
		box-shadow: 0 20px 20px 0 rgba(0,0,0,0.75);
	}
	.testsHeader{ margin: 0; }
	.testsTitle{ font-size: 37px; }
	.testsSubtitle{ font-size: 22px; }	
	.tests-cont-outer{
		padding: 0 100px;
		margin: -35px auto 0;
		max-width: 800px;
	}
	.tests-cont-outer:before{
		content: '';
		position: absolute;
		width: 50%;
		height: 100px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		bottom: 0;
		left: 102px;		
	}
	.tests-cont-outer:after{
		content: '';
		position: absolute;
		width: 50%;
		height: 100px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		bottom: 0;
		right: 102px;		
	}	
	.testimonials-container{ position: relative; }
	.testimonials-container:before{
		content: '';
		position: absolute;
		width: calc(50% - 230px);
		height: 100px;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		top: 0;
		left: 0;
	}
	.testimonials-container:after{
		content: '';
		position: absolute;
		width: calc(50% - 230px);
		height: 100px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		top: 0;
		right: 0;
	}
	.testBox{ padding: 40px; height: 410px; box-sizing: border-box; }
	.testTitle{ font-size: 30px; }
	.testBody{ font-size: 18px; line-height: 1.5; }
	.testAuthor{ font-size: 35px; }	
	.sb-tests .test-button,
	.tests-cont-outer .test-button{
		width: 70px;
		height: 280px;
		background-position: left 11px center;
		top: 55px;
	}
	.tests-cont-outer .test-button-next{ background-position: right 11px center; }
	.tests-cont-outer .test-button:before{
		content: '';
		position: absolute;
		width: 10px;
		height: 100%;
		background-color: rgba(255,255,255,0.5);
		display: block;
		transform: none;
		left: -17px;
		top: 0;
		opacity: 1;
	}
	.tests-cont-outer .test-button-next:before{
		left: auto;
		right: -17px;
	}
	.tests-cont-outer .test-button:after{
		content: '';
		display: block;
		position: absolute;
		width: 1px;
		height: 100%;
		padding: 0 0 0 999px;
		margin: 0 0 0 -999px;
		background-color: rgba(255,255,255,0.25);
		left: -25px;
	}
	.tests-cont-outer .test-button-next:after{
		padding: 0 999px 0 0;
		margin: 0 -999px 0 0;
		left: auto;
		right: -25px;
	}	
}
@media screen and (min-width: 1640px){
	.sxn-testimonials{ padding: 190px 0 350px; }
	.testsWrap{ padding: 40px 0 60px; }
	.testsTitle{ font-size: 45px; }
	.testsSubtitle{ font-size: 26px; }	
	.tests-cont-outer{ max-width: 1800px; padding: 0 120px; margin: -39px auto 0; }
	.testimonials-container:before{
		width: calc(50% - 270px);
	}
	.testimonials-container:after{
		width: calc(50% - 270px);
	}
	.tests-cont-outer:before{
		bottom: 0;
		left: 121px;		
	}
	.tests-cont-outer:after{
		bottom: 0;
		right: 121px;		
	}
	.testBox{ padding: 60px; height: 420px; }
	.testTitle{ font-size: 35px; margin: 0 auto 30px; }
	.testBody{ font-size: 20px; line-height: 1.8; }
	.testAuthor{ font-size: 40px; }	
	.tests-cont-outer .test-button{
		top: 95px;
	}	
}


/*Track Record*/
.sxn-record{
	padding: 20px 10px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.recsTitle{
	display: block;
	font-weight: bold;
	font-size: 25px;
}
.recsSubtitle{
	display: block;
	font-family: 'PT Serif', serif;
	text-transform: uppercase;
	margin: 0 auto 20px;
}
.recsList{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 auto 20px;
}
.recsList li{
	padding: 10px;
	border: 3px solid transparent;
}
.recsList li:hover,
.recsList li.active{
	border: 3px solid #fff;
}
.rec-cont-outer {
  position: relative;
  padding: 0 80px;
  margin: 0 auto;
}
.rec-slide {
  /* 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;
}
.recSliders{
	position: relative;
	height: 600px;
}
.recSliderWrap{
	position: absolute;
	z-index: auto;
	top: 0;
	left: 0;
	z-index: 0;
	height: 100%;
	width: 100%;	
	box-sizing: border-box;
	opacity: 0;
}
.recSliderWrap.active{ z-index: 99; opacity: 1; }
.recBox{ padding: 10px; background-color: #781e28; height: 600px; width: 100%; box-sizing: border-box; }
.recBox > b{ display: block; }
.recTitle{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 20px;
}
.rec-cont-outer .rec-button-prev,
.rec-cont-outer .rec-button-next{
	background-color: #192138;
	padding: 10px;
	border-radius: 3px;
	transition: 300ms;
}
.rec-cont-outer .rec-button-prev:hover,
.rec-cont-outer .rec-button-next:hover{ background-color: #2e3959; }
.rec-cont-outer .rec-button-prev:after,
.rec-cont-outer .rec-button-next:after{ color: #fff; }
@media screen and (min-width: 800px){
	.sxn-record{ padding: 40px 20px 20px; overflow: hidden; }
	.recWrap{ overflow: hidden; }
	.recsTitle{ font-size: 30px; }
	.recsSubtitle{ font-size: 20px; margin: 0; }
	.rec-cont-outer{
		padding: 0;
	}
	.recsList{
		font-size: 20px;
		float: left;
		width: 330px;
		padding: 80px 0 0;
		position: relative;
		z-index: 9;
	}
	.recsList li.active,
	.recsList li:hover{ border-right: 2px solid #000; }
	.recSliders{
		float: right;
		width: calc(100% - 330px);
		box-sizing: border-box;
	}
	.recs-wrapper{
		padding: 40px 0 0;
		position: relative;
	}
	.recSliders{
		position: relative;
		padding: 0;
		height: 654px;
	}
	.recSliders:before{
		content: '';
		position: absolute;
		width: calc(100% - 2px);
		height: calc(100% - 104px);
		border: 2px solid #fff;
		top: 38px;
		left: -2px;
	}
	.recSliderWrap{ padding: 0 2px 0 0; }
	.recSliderWrap:after{
		content: '';
		position: absolute;
		width: 380px;
		height: 70px;
		background-color: #000;
		bottom: 35px;
		left: calc(50% - 190px);
		border-radius: 8px 8px 0 0;
		z-index: 9;
	}	
	.recBox{
		box-shadow: inset 0 0 0 10px #000;
		position: relative;
		z-index: 9;
		box-sizing: border-box;
		height: 550px;
		padding: 0 30px 0;
	}
	.recTitle{
		position: relative;
		z-index: 9;
		display: inline-block;
		background-color: #000;
		padding: 10px 20px;
		border-radius: 4px;
		margin: 0;
		top: -20px;
		font-size: 30px;
	}
	.rec-cont-outer .rec-button-prev,
	.rec-cont-outer .rec-button-next{
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(-30px);
		display: inline-block;
		z-index: 1;
		padding: 10px 65px;
		margin: 0 3px;
		z-index: 99;
	}	
	.rec-cont-outer .rec-button-prev{ border-radius: 4px 0 0 4px; }
	.rec-cont-outer .rec-button-next{ border-radius: 0 4px 4px 0; }
}
@media screen and (min-width: 1120px){
	.recsTitle{ font-size: 40px; }
	.recsSubtitle{ font-size: 22px; margin: 0 auto 20px; }
	.recsList{ font-size: 23px; width: 370px; }
	.recSliders{
		width: calc(100% - 370px);
		height: 644px;
	}
	.recTitle{ font-size: 40px; }
	.recBox{
		line-height: 1.7;
		font-size: 17px;
		box-shadow: inset 0 0 0 20px #000;
		padding: 0 60px;
		height: 540px;
	}
	.recTitle{
		border-radius: 8px;
		margin: -15px 0 0;
		padding: 0 40px;
	}
	.recSliderWrap:after{
		width: 500px;
		height: 80px;
		bottom: 35px;
		left: calc(50% - 250px);
		border-radius: 8px 8px 0 0;
	}		
}
@media screen and (min-width: 1640px){
	.sxn-record{ font-size: 18px; }
	.recWrap{
		max-width: 1800px;
		margin: 0 auto;
	}
	.recsTitle{ font-size: 45px; }
	.recsSubtitle{ font-size: 26px; }	
	.recsList{ font-size: 26px; width: 420px; }
	.recSliders{ width: calc(100% - 420px); }
	.recBox{
		font-size: 18px;
		padding: 0 100px;
		box-shadow: inset 0 0 0 30px #000;
	}
	.recTitle{ font-size: 45px; }
}

/*Contact*/
.sxn-contact{
	text-align: center;
	padding: 20px 0;
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
}
.conTitle{
	display: block;
	font-weight: bold;
	font-size: 25px;
	padding: 0 20px;
	line-height: 1;
}
.conSubtitle{
	display: block;
	text-transform: uppercase;
	font-family: 'PT Serif', serif;
	padding: 0 20px 15px;
}
.conBody{
	padding: 0 20px 20px;
	font-size: 15px;
	max-width: 890px;
	margin: 0 auto;
}
.conForm{
	width: 90%;
	min-width: 255px;
	margin: 0 auto;
}
.conForm label{
	display: block;
	text-align: left;
	font-weight: bold;
}
.conForm label > span{ color: #781e28; }
.conForm input,
.conForm textarea{
	display: block;
	width: 100%;
	padding: 10px 10px 10px 0;
	box-sizing: border-box;
	text-align: left;
	border: 0;
	outline: 0;
	border-bottom: 7px solid #192138;
	margin: 0 auto 20px;
	background-color: transparent;
}
.conForm .gRecaptchaWrapper{
	width: 255px;
	height: 60px;
	margin: 0 auto 10px;
}
.conForm .submit-button{
	border: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background-color: #781e28;
	width: 255px;
	height: 60px;
	padding: 10px 30px 10px 0;
	background-image: url(img/contact/submit-arrow.webp);
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 20px;
	transition: 300ms;
}
.conForm .submit-button:hover{ background-color: #a33f49; background-position: right 25px center; }
.cfTerms{
	display: block;
	font-size: 12px;
	position: relative;
	padding: 0 0 0 10px;
}
.cfTerms:before{
	content: '*';
	position: absolute;
	left: 0;
	top: 0;
	color: #781e28;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (min-width: 800px){
	.sxn-contact{
		padding: 40px 20px;
		background-image: url(img/contact/contact-bg-1120.webp);
		background-repeat: no-repeat;
	}
	.conTitle{ font-size: 35px; }
	.conSubtitle{ font-size: 18px; }	
	.conForm{ width: 100%; }
	.cfItem{
		width: calc(50% - 10px);
		display: inline-block;
		margin: 0 -4px 10px;
	}
	.cfItem:first-of-type,
	.cfItem:nth-of-type(3){ margin-right: 10px; }
	.conForm .gRecaptchaWrapper,
	.conForm .submit-button{
		display: inline-block;
		vertical-align: top;
		margin: 0 5px 20px;
	}
}
@media screen and (min-width: 1120px){
	.sxn-contact{
		padding: 60px 20px;
		background-image: url(img/contact/contact-bg.webp);
	}
	.conTitle{ font-size: 45px; }
	.conSubtitle{ font-size: 22px; padding: 0 0 30px; }
	.conBody{
		line-height: 1.7;
		padding: 0 0 40px;

	}
	.conForm{
		max-width: 1800px;
		margin: 0 auto;
		font-size: 18px;
	}	
	.cfItem{
		width: calc(25% - 14px);
	}
	.cfItem{ margin: 0 10px 10px 0; }
	.cfItem:last-of-type{ margin: 0; }	
	.cfMessage{
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 400px);
		margin: 10px 0 0;
	}
	.cfBottom{
		display: inline-block;
		vertical-align: top;
		padding: 0 0 0 10px;
		text-align: center;
	}
	.conForm .gRecaptchaWrapper,
	.conForm .submit-button{
		display: block;
		margin: 0 auto 20px;
	}
	.conForm .submit-button{
		width: 385px;
		box-sizing: border-box;
		font-size: 25px;
	}
	.cfTerms{
		text-align: left;
		max-width: 900px;
		line-height: 1.5;
	}
}
@media screen and (min-width: 1640px){
	.sxn-contact{ background-size: 100%; padding: 100px 20px; }
	.conTitle{ font-size: 55px; padding: 0 0 5px; }
	.conSubtitle{ font-size: 26px; }
	.conBody{
		font-size: 18px;
		line-height: 1.8;
		max-width: 1060px;
	}
	.conForm{ font-size: 20px; }
	.cfItem{ width: calc(25% - 15px); }
	.cfMessage{ width: calc(100% - 405px); }
}


/*Footer*/
#mainFooter {
	overflow: hidden;
}

.footerTop {
	background-image: url('img/footer/ft_bg-sm.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	aspect-ratio: 2000/430;
	isolation: isolate;
}

.footerTop::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.25;
	width: 100%;
	height: auto;
	aspect-ratio: 2000/96;
	background-image: linear-gradient(#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%);
}

.footerTop::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.25;
	width: 100%;
	height: auto;
	aspect-ratio: 2000/96;
	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%);
}

.footerBot {
	padding: 30px 0;
	background-color: #fff;
	background-image: url('img/footer/fb_bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.fbLogo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 40px;
}

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

.fbContain {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 30px 40px;
}

.fbLocBox {
	width: 100%;
	max-width: 100%;

}

.fblLink {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 105px;
	box-sizing: border-box;
	border: 7px solid #fff;
	margin: 0 auto 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
	position: relative;
	transition: .4s;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}

.fblLink:hover {
	filter: brightness(110%);
}

.fbLocBoxHouston .fblLink {
	background-image: url('img/footer/houston.webp');
}

.fbLocBoxSugarLand .fblLink {
	background-image: url('img/footer/sugar_land.webp');
}

.fbPin {
	position: absolute;
	top: 7px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #781e28;
	transition: .4s;
}

.fbPin::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border: 5px solid #fff;
	background-color: #192138;
	border-radius: 100%;
	box-sizing: border-box;
	pointer-events: none;
	transition: .4s;
}

.fblLink:hover .fbPin::before {
	border: 5px solid #192138;
	background-color: #fff;
}

.fbPin::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -26px;
	width: 100%;
	height: 47px;
	z-index: -1;
	pointer-events: none;
	background-color: #781e28;
	clip-path: polygon(0 0, 100% 0, 52% 100%, 48% 100%);
	transition: .4s;
}

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

.fblTitle {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(18px, 4vw, 22px);
	color: #781e28;
	font-weight: bold;
	padding: 0 0 5px;
	text-transform: uppercase;
	text-align: center;
}

.fblLoc {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: clamp(14px, 4vw, 18px);
	color: #000;
	padding: 0 0 15px;
	text-align: center;
	line-height: 1.67;
	text-transform: uppercase;
}

.fblLoc:hover {
	text-decoration: underline;
}

.fblCall {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: clamp(18px, 4vw, 20px);
	color: #000;
	text-align: center;
	line-height: 1.67;
}

.fblCall span {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: clamp(18px, 4vw, 22px);
	color: #781e28;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.fblCall:hover {
	text-decoration: underline;
}


@media (min-width:800px) {
.footerTop {
	background-image: url('img/footer/ft_bg-md.webp');
}

.footerBot {
	padding: 40px 0;
}
}

@media (min-width:1120px) {
.footerTop {
	background-image: url('img/footer/ft_bg.webp');
}
	.fbContain {
    flex-direction: row;
}

.footerBot {
	padding: 50px 0;
}
}

/*

.mfMain{
	text-align: center;
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
}
.mfLogo{
	width: 250px;
	margin: 0 auto 20px;
}
.mfLogo > img{
	width: 100%;
	height: auto;
}
.mfContacts li{ margin: 0 auto 10px; }
.mfContacts b{
	display: block;
	text-transform: uppercase;
	color: #781e28;
}
.mfContacts a{ color: #000; }
.mfMap{
	display: block;
	height: 191px;
	width: 300px;
	overflow: hidden;
	margin: 0 auto;
}
.mfMap img{ margin: 0 0 0 -160px; }
.mfMap:hover img{ margin-top: -191px; }

@media screen and (min-width: 800px){
	.mfMain{
		background-image: url(img/footer/footer-bg-1120.webp);
		padding: 300px 0 0;
	}
	.mfBox{
		background-color: #fff;
		overflow: hidden;
	}
	.mfLogo{ padding: 20px 0; }
	.mfContacts{
		float: left;
		text-align: left;
		padding: 0 0 0 20px;
	}
	.mfMap{
		display: inline-block;
		float: right;
	}
}
@media screen and (min-width: 1120px){
	.mfMain{
		background-image: url(img/footer/footer-bg.webp);
		background-position: center top;
		padding: 350px 0 0;
	}
	.mfBox{
		background-image: url(img/footer/footer-bottom-bg.webp);
		background-position: left bottom;
		background-repeat: no-repeat;
	}
	.mfLogo{
		float: left;
		padding: 70px 0 0 20px;
	}
	.mfContacts{
		padding: 70px 0 0 20px;
		float: none;
		display: inline-block;
	}
	.mfContacts li{
		display: inline-block;
		vertical-align: top;
		margin: 0 25px 0 0;
	}
	.mfMap{ width: 220px; }
}
@media screen and (min-width: 1400px){
	.mfMain{ padding: 420px 0 0; }
	.mfLogo{
		width: 280px;
		padding: 65px 0 0 20px;
	}
	.mfContacts{ margin: 0 -60px 0 0; }
	.mfContacts li{
		margin: 0 50px 0 0;
		font-size: 18px;
	}
	.mfContacts b{ padding: 0 0 5px; }
	.mfMap{ width: 400px; }
}
@media screen and (min-width: 1640px){
	.mfContacts{ margin: 0 -220px 0 0; }
	.mfMap{ width: 800px; margin: 0 -170px 0 0; }
	.mfMap img{ margin: 0; }
	.mfContacts li{ font-size: 20px; }
}
@media screen and (min-width: 1840px){
	.mfMain{ background-size: cover; }
	.mfBox{ height: 191px; position: relative; }
	.mfLogo{
		position: absolute;
		float: none;
		left: calc(50% - 900px);
		padding: 60px 0 0 20px;
		width: 315px;
	}
	.mfContacts{ margin: 0; padding: 65px 0 0; }
	.mfMap{
		position: absolute;
		margin: 0;
		right: calc(50% - 1000px);
	}
}

*/

/*Agency Footer*/
#elmBrandingWrapper {
	padding: 30px 20px 30px;
	text-align: center;
	background: #192138;
}
#elmBranding {
	overflow: hidden;
}
#elmBranding > img{ margin: 0 auto 10px; }
	#elmBranding p,
	#elmBranding  p > a {
		color: #fff;
		font: normal 12px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#elmBranding a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	#logo-everest-legal-marketing {
		display: block;
		margin: 0 auto 15px;
	}
	#elmBranding p {
		padding: 0;
		max-width: 330px; /*modme*/
		margin: auto;
	}
	#elmBranding br {display: none;}
	.fNav{ margin: 20px 0 0; }
	.fNav li{ margin: 0 0 5px; }
	.fNav a{ color: #fff;}
@media screen and (min-width: 600px) {
	#elmBranding {
		display: inline-block;
	}
	#elmBranding,
	#elmBranding a {line-height: 1.1;}
	#logo-everest-legal-marketing {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	#elmBranding p {
		display: inline-block;
		margin: 0 0 0 20px;
		max-width: none;
		text-align: left;
		vertical-align: middle;
	}
	#elmBranding br {display: inline;}
}
@media screen and (min-width: 800px) {
	#elmBrandingWrapper {
		padding: 30px 20px;
	}
	#elmBranding > img{
		margin: 0;
		float: left;
	}
	#elmBranding p{
		float: left;
		width: calc(100% - 300px);
		line-height: 1.5;
	}
	#elmBranding .fNav{
		float: right;
		margin: 0;
		text-align: left;
	}
}
@media screen and (min-width: 1120px){
	#elmBrandingWrapper {
		padding: 40px 20px;
	}
	#elmBranding > img{ padding: 0 40px 0 0; }
	#elmBranding p{
		font-size: 14px;
		line-height: 1.7;
		width: calc(100% - 300px);
	}
}
@media screen and (min-width: 1640px){
	#elmBrandingWrapper {
		padding: 50px 20px;
	}
	#elmBranding{ max-width: 1600px; margin: 0 auto; }
	#elmBranding p{
		font-size: 16px;
		line-height: 1.7;
		width: calc(100% - 300px);
	}	
}



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

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

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

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


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

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


/*Shortcodes*/
.mc_bio{
	text-align: center;
	position: relative;
	padding: 150px 0 0;
	margin: 0 auto 20px;
	line-height: 1;
}
.mc_bio:before{
	content: '';
	position: absolute;
	width: 280px;
	height: 150px;
	background-image: url(img/sidebar/headshot.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
	left: calc(50% - 140px);
}
.mcbSubtitle{
	display: block;
	text-transform: uppercase;
	font-family: 'PT Serif', serif;
	color: #781e28;
}
.mcbTitle{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #192138;
	font-weight: bold;
}
@media screen and (min-width: 800px){
	.mc_bio{
		padding: 270px 0 0;
		margin: 0 auto 40px;
		width: 500px;
	}
	.mc_bio:before{
		width: 500px;
		height: 270px;
		left: calc(50% - 250px);
	}	
	.mcbSubtitle{ font-size: 18px; padding: 0 0 10px; }
	.mcbTitle{ font-size: 30px; }
}
@media screen and (min-width: 1300px){
	.mc_bio{
		float: left;
		margin: 0 40px 40px 0;
	}
}
@media screen and (min-width: 1640px){
	.mc_bio{
		padding: 315px 0 0;
		width: 651px;
	}
	.mc_bio:before{
		width: 651px;
		height: 356px;
		left: calc(50% - 325px);
		top: -25px;
	}		
	.mcbSubtitle{ font-size: 26px; }
	.mcbTitle{ font-size: 40px; }		
}


/*mc_team*/
.mc_team{
	overflow: hidden;
	margin: 0 auto 20px;
}
.mc_team img{
	margin: 0 40px 20px 0;
}
.mc_team h2{
	display: inline-block;
	position: relative;
	padding: 0 20px 0 0;
	margin: 0 auto 40px;
}
.mc_team h2:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 3px;
	background-color: #781e28;
	padding-right: 999px;
	margin-right: -999px;
	right: 0;
	top: calc(50% - 1px);
}
/*notable_cases*/
.mc_notableCases{
	background-color: #efefef;
	padding: 20px 20px 10px;
	margin: 0 auto 40px;
}
.mc_notableCases h2{
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	position: relative;
}
.mc_notableCases h2:before,
.mc_notableCases h2:after{
	content: '';
	position: absolute;
	width: calc(50% - 110px);
	height: 2px;
	background-color: #781e28;
	left: 0;
	top: calc(50% - 5px);
}
.mc_notableCases h2:after{
	left: auto;
	right: 0;
}
.mc_notableCases ul{
	padding: 0;
	list-style-type: none;
}
.mc_notableCases li{
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.25);
	border-radius: 3px;
	margin: 10px;
	padding: 30px 15px;
}
.mc_notableCases li:before,
.mc_notableCases li:after{
	content: '';
	position: absolute;
	width: calc(100% - 10px);
	height: 9px;
	left: 5px;
}
.mc_notableCases li:before{
	background-color: #192138;
	border-radius: 2px 2px 0 0;
	top: 5px;
}
.mc_notableCases li:after{
	background-color: #781e28;
	border-radius: 0 0 2px 2px;
	bottom: 5px;
}

@media screen and (min-width: 1400px){
	.mc_notableCases ul{ text-align: center; }
	.mc_notableCases li{
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 24px);
		text-align: left;
		box-sizing: border-box;
		height: 154px;
	}
}
@media screen and (min-width: 1640px){
	.mc_notableCases li{ height: 200px; }
}




/*content*/
.page-id-1783 #mainContent{ width: 100%; float: none; }
.page-id-1783 #sidebar{ display: none; }


/*Contact Page*/
.page-id-23 .conForm{ clear: both; }
.page-id-23 .conForm .cfMessage{ display: block; width: 100%; }
.page-id-23 .conForm .gRecaptchaWrapper,
.page-id-23 .conForm .submit-button{ display :inline-block; max-width: 300px;  margin: 0 10px 20px ;}
@media screen and (min-width: 1400px){
	.page-id-23 iframe{
		float: right;
		width: calc(100% - 500px);
		margin: 0 auto 40px;
	}
	.page-id-23 .article h2.mc_conTitle{
		display: block;
		clear: both;
		margin: 0 auto 20px;
	}
}


/*FAQs*/
.page-id-15 h2,
.page-id-13689 h2{
	text-align: center;
}
.mc_faq{
	border: 2px solid #efefef;
	position: relative;
	padding: 20px 80px 20px 20px;
	margin: 0 auto 20px;
	position: relative;
	cursor: pointer;
}
.mc_faq:before{ 
	content: '+';
	position: absolute;
	color: #192138;
	font-size: 60px;
	line-height: 1;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	right: 10px;
}
.mc_faq.open:before{
	content: '—';
	transform: none;
	font-size: 40px;
	top: 0;
}
.mc_faq h3{
	padding: 0;
	font-weight: bold;
	color: #192138;
	line-height: 1;
	margin: 0;
}
.page-id-15 .article h2{
	display: block;
	position: relative;
	text-align: center;
	padding: 20px;	
}
.mc_faq.open h3{ margin: 0 auto 20px; }
.mc_faq p,
.mc_faq ul,
.mc_faq ol,
.mc_faq b,
.mc_faq h4,
.mc_faq h5,
.mc_faq em{ display: none; }