/*
Theme Name: Shalloway Responsive ADA Website
Theme URI: http://nextclient.com/
Description: Designed and Powered by NextClient, Inc.
Author: NextClient, Inc.
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; font-size: 100%;}
body {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.3;
	color: #000;
	background: #e9e4df;
	word-wrap: break-word;
}
a {color: blue;}
a, a:link, a:active, a:visited {text-decoration: none; }
:focus{ outline: 3px solid red; }

.bypassBlock{
	position: absolute;
	opacity: 0;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	background: #8f6b46;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	z-index: 9999;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
}
.bypassBlock:focus{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
}
.animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animated,
#persistentHeader .animated,
#persistentHeader.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);
  }
}

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

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

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

.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 { overflow: hidden; }

#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	background: #104a1d; /* Old browsers */
	background: -moz-linear-gradient(top, #104a1d 0%, #0a2e0a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #104a1d 0%,#0a2e0a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #104a1d 0%,#0a2e0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
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 {}
#mainHeader {
	text-align: center;
	color: #fff;
}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 400px; /*modme*/
		margin: 0 auto;
		padding: 20px 0;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhRight{
		padding: 0 20px 10px;
	}
	.mhCTA{
		display: block;
		font-family: 'Playfair Display', serif;
	}
	.mhCTA br{ display: none; }
	.mhNumbers{
		display: block;
		color: #fff;
		font-size: 1rem;
	}
	.mhNumbers a{ color: #fff; }
/* 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;
	border-top: 1px solid #225066;
}
body.home nav.mm{ border: 0; }
nav.mm > ul > li > a {
	padding: 10px 10px;
	font-size: 0.675rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
.topLevelInactive > a{ cursor: default; }
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:not(.topLevelInactive):hover > a {color: #d1bfae;}
nav.mm ul ul {background: #0a2e0a; width: 180px; border: 1px solid #104a1d;}
nav.mm ul ul li:hover > a {background: #104a1d;}
nav.mm ul ul li {border-top: 1px solid #104a1d;}
nav.mm ul ul a {
	color: #fff;
	padding: 15px 10px;
	font-size: 0.875rem;
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
	transition: 300ms;
}
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, nav.mm ul li.focused > 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: #654b31;} /*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;
	width: 293px;
	padding: 0;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	.mmi {
		height: 100%;
		float: left;
		display: inline;
		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.webp);
		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 #7f6041;} /*modme*/
	#mm1 {border-left: 1px solid #7f6041;} /*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: 1rem;
	}
	.mmi ul a:hover {
		background: #999; /*modme*/
	}
	@media screen and (min-width: 385px) {
		#mobMenuItems {width: 357px;}
		#mm6 {width: 110px;}
		#mm6 > a {
			padding: 0 0 0 47px;
			text-indent: 0;
		}
		.mmi > ul {width: 350px;}
	}
nav.mm_mob {
	position: absolute;
	padding: 34px 0 10px;
	left: 0;
	top: 0;
	width: 100%;
	background: #e9e4df; /*modme*/
	z-index: 9999;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 10px 0 10px;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
			font-size: 0.938rem;
			padding: 3px 1em 3px 0;
			color: #472d14;
		}
		nav.mm_mob a:hover {
			background: #8f6b46; /*modme*/
			color: #fff;
			text-decoration: none;
		}
			nav.mm_mob ul a {padding-left: 1em;}
			nav.mm_mob ul ul a {padding-left: 2em;}
			nav.mm_mob ul ul ul a {padding-left: 3em;}
			nav.mm_mob ul ul li a {text-transform: none;}
#closeMenu {
	display: none;
	height: 34px;
	line-height: 34px;
	font-size: 1rem;
	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; background: #8f6b46; }
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: 10px 1em;
	overflow: hidden;
}
#mblsInput, #mblsSubmit {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	float: left;
	display: inline;
	box-sizing: border-box;
}
#mblsInput {
	font-size: 0.625rem;
	font-family: arial, sans-serif;
	padding: 0 5px;
	line-height: 1;
	height: 21px;
	width: 70%;
	box-sizing: border-box;
	border: 0;
	outline: 0;
}
#mblsSubmit {
	width: 30%;
	border: 0;
	background: #654b31; /*modme*/
	font-size: 0.625rem;
	height: 21px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
#mblsSubmit:hover {background: #8f6b46;} /*modme*/

@media screen and (min-width: 800px) {
	body.home #wrapper{ padding: 0; }
	#persistentHeader{
		background: #104a1d; /* Old browsers */
		background: -moz-linear-gradient(top, #104a1d 0%, #0a2e0a 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #104a1d 0%,#0a2e0a 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #104a1d 0%,#0a2e0a 100%);
		position: relative;
		z-index: 999;
	}
	body.home #persistentHeader{
		position: absolute;
		width: 100%;
		top: 55px;
		z-index: 999;
	}
	body.sticky_zone #persistentHeader,
	body.home.sticky_zone #persistentHeader{
		position: fixed;
		top: 0;
		width: 100%;
		background: #104a1d; /* Old browsers */
		background: -moz-linear-gradient(top, #104a1d 0%, #0a2e0a 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #104a1d 0%,#0a2e0a 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #104a1d 0%,#0a2e0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.mhCTA{ font-size: 1.125rem; }
	body.home #persistentHeader{ background: transparent; }
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
}
@media screen and (min-width: 1000px) {
	nav.mm > ul > li > a {font-size: .775rem;}
	body.page-id-24 nav.mm > ul > li.menu-item-3387 > a {font-size: .975rem;}
}
@media screen and (min-width: 1120px) {
	body.home #persistentHeader{
		top: 58px;
	}
	#mainHeader{
		position: relative;
		padding: 0 20px;
	}
	#mainHeader:after{
		content: '';
		display: table;
		clear: both;
	}
	#logo-main{ float: left; max-width: 530px; }
	.mhRight{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		text-align: right;
		right: 0;
		padding: 0 20px 0 0;
	}
	.mhCTA,
	.mhNumbers{
		display: inline-block;
		vertical-align: middle;
		line-height: 1.2;
	}
	.mhCTA{
		padding: 0 20px 0 0;
		margin: 0 15px 0 0;
		font-size: 0.875rem;
		text-align: right;
		border-right: 1px solid #fff;
	}
	.mhCTA br{ display: block; }
	.mhNumbers{ text-align: left; }
	nav.mm > ul > li > a{ padding: 15px; }
	body.page-id-24 nav.mm > ul > li.menu-item-3387 > a {font-size: 1.15rem;}
	nav.mm ul ul { width: 200px; }
	body.sticky_zone #logo-main{
		padding: 10px 0;
		max-width: 420px;
	}
}
@media screen and (min-width: 1200px) {
	body.home #persistentHeader{
		top: 63px;
	}
}
@media screen and (min-width: 1340px) {
	nav.mm > ul > li > a {font-size: .875rem;}
	body.page-id-24 nav.mm > ul > li.menu-item-3387 > a {font-size: 1.45rem;}
}
@media screen and (min-width: 1400px) {
	#logo-main{ max-width: 650px; }
	.mhCTA,
	.mhNumbers{ font-size: 1.25rem; }
	nav.mm > ul > li > a{ padding: 20px 15px; font-size: 1rem; }
	body.page-id-24 nav.mm > ul > li.menu-item-3387 > a {font-size: 1.85rem;}
	nav.mm ul ul { width: 220px; }
}
@media screen and (min-width: 1600px) {
	body.home #persistentHeader{
		top: 63px;
	}
}
@media screen and (min-width: 1640px) {
	#mainHeader{
		padding: 20px;
		max-width: 1800px;
		margin: 0 auto;
	}
	#logo-main{ max-width: 650px; }
	.mhCTA,
	.mhNumbers{ font-size: 1.75rem; }
	nav.mm > ul > li > a{
		padding: 30px 15px;
		font-size: 1.125rem;
	}
	body.sticky_zone #mainHeader{ padding: 0 20px; }
	body.sticky_zone .mhCTA,
	body.sticky_zone .mhNumbers{ font-size: 1.5rem; }
	body.sticky_zone nav.mm > ul > li > a{ padding: 20px 15px; }
}
@media screen and (min-width: 1840px){
	#logo-main{ max-width: 802px; }
}

.homeVirtualBanner {
	background-color: rgba(82, 114, 8, 1);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
}
body.sticky_zone .homeVirtualBanner {background-color: rgba(82, 114, 0, 1); display: block;}
.homeVirtualCont {
    line-height: 1.3;
    display: block;
    color: #fff;
}

.homeVirtualBox {
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 12px 20px 12px 65px;
}
.homeVirtualBox:before {
    position: absolute;
    left: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    border-radius: 22px;
    background-color: #000;
    content: "";
    display: inline-block;
    background-image: url(img/warning-i-white.webp);
    background-repeat: no-repeat;
    background-position: center center;
}
.hVCHeading {
	display: block;
	text-align: left;
	padding: 0 0 5px 0;
	font-weight: bold;
}
.hVCButton {
	display: inline-block;
	position: relative;
	left: -25px;
}
@media screen and (min-width: 800px) {
	.homeVirtualBanner {
		margin: 20px 0 0 0;
		background-color: rgba(82, 114, 8, 0);
		display: none;
	}
	body.home .homeVirtualBanner {display: block;}
	body.sticky_zone .homeVirtualBanner {background-color: rgba(82, 114, 0, 1); margin: 0;}
	.homeVirtualBox {
		font-size: 22px;
	}
	body.sticky_zone .hVCHeading {
		display: inline-block;
		padding: 0;
	}
	body.sticky_zone .hVCButton {
		display: inline-block;
		margin: 0 0 0 7px;
		position: relative;
	}
	body.sticky_zone .hVCButton:before {
		content: "";
		display: inline-block;
		margin: 13px 10px 0 0;
		width: 10px;
		height: 2px;
		vertical-align: top;
		background-color: #fff;
	}
}
@media screen and (min-width: 1120px) {
	.homeVirtualBanner {margin: 60px 0 0 0;}
	.homeVirtualBox {
		font-size: 30px;
	}
	body.sticky_zone .homeVirtualBox {font-size: 22px;}
}
@media screen and (min-width: 1400px) {
	.homeVirtualBanner {
		margin: 30px 0 0 0;
	}
	.homeVirtualBox {
		font-size: 36px;
	}
	.hVCHeading {padding: 0;}
}
@media screen and (min-width: 1640px) {
	.homeVirtualBox {
		font-size: 40px;
	}
}


#homeslides {
	position: relative;
	height: 400px;
	background-color: #082518;
}
.hsBtn{
	position: relative;
	display: inline-block;
	color: #000;
	background: #fff;
	z-index: 9;
	font-weight: bold;
	font-size: 0.875rem;
	padding: 5px 10px;
	border-radius: 6px;
	top: 10px;
	left: 10px;
	transition: 300ms;
}
.hsBtn:hover{
	background: #edd5ba;
}
.homeslide, .homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
}
.homeslide{ display: none; }
#homeslide1 {display:block;}
.homeslide:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0865) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	bottom: 0;
	left: 0;
	z-index: 5;
}
html.webp .homeslideImg1{ background-image: url(img/slides/home/600/1.webp); }
html.webp .homeslideImg2{ background-image: url(img/slides/home/600/2.webp); }
html.webp .homeslideImg3{ background-image: url(img/slides/home/600/3.webp); }
.slideBox {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	z-index: 8;
}
.slideHead,
.slideSubhead {
	display: block;
	font-family: 'Playfair Display', serif;
}
.slideHead{ font-size: 1.25rem; }
.slideBody { padding: 10px 0; }
.slideMore{
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: bold;
	color: #000;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(left, #bda58c 0%, #f7f3f0 50%, #bda58c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #bda58c 0%,#f7f3f0 50%,#bda58c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #bda58c 0%,#f7f3f0 50%,#bda58c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 9px;
}
.slideMore:hover{ background: #fff; }
.subslide {
	background-position: center top;
	background-repeat: no-repeat;
}
#subslide1 {}
#subslide2 {}
#subslide3 {}

@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides{ height: 750px; }
	.hsBtn{
		top: 690px;
		left: 35px;
	}
	.homeslide:after{ display: none; }

	html.webp .homeslideImg1{ background-image: url(img/slides/home/1120/1.webp); }
	html.webp .homeslideImg2{ background-image: url(img/slides/home/1120/2.webp); }
	html.webp .homeslideImg3{ background-image: url(img/slides/home/1120/3.webp); }
	.slideBox{
		bottom: auto;
		top: 390px;
	}
	.slideHead{ font-size: 2rem; }
	.slideSubhead{
		letter-spacing: 1px;
		font-size: 1.125rem;
	}
	.slideBody{ padding: 20px 0; }
	.slideMore{}
}
@media screen and (min-width: 1120px) {
	#homeslides{ height: 800px; }
	.hsBtn{
		top: 710px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	html.webp .homeslideImg1{ background-image: url(img/slides/home/2000/1.webp); }
	html.webp .homeslideImg2{ background-image: url(img/slides/home/2000/2.webp); }
	html.webp .homeslideImg3{ background-image: url(img/slides/home/2000/3.webp); }
	.slideBox{ top: 390px; }
	.slideHead{
		font-size: 3rem;
	}
	.slideSubhead{
		font-size: 1.5rem;
		letter-spacing: 2px;
	}
	.slideBody{
		font-size: 1.125rem;
		padding: 30px 0;
	}
	.slideMore{
		font-size: 1rem;
		padding: 10px 30px;
		letter-spacing: 1px;
	}
}
@media screen and (min-width: 1400px){
	#homeslides{ height: 800px; }
/*	.hsBtn{ padding: 10px 30px; border-radius: 9px; }*/
/*	.slideBox{ top: 220px; }*/
	.slideHead{ font-size: 4.25rem; }
	.slideSubhead{ font-size: 2rem; }
	.slideMore{ padding: 15px 50px; }
	.hsBtn {top: 740px;}
}
@media screen and (min-width: 1640px){
	#homeslides{ height: 1000px; }
	.hsBtn{ font-size: 1.125rem; top: 900px; }
	.slideBox{ top: 480px; }
	.slideHead{ font-size: 5.375rem; }
	.slideSubhead{ font-size: 2.5rem; }
	.slideBody{ font-size: 1.563rem; }
	.slideMore{ font-size: 1.125rem; }
}

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

/*Testimonials*/
.sxn-testimonials{
	background: #082518;
	color: #fff;
	padding: 20px 0;
	font-family: 'Playfair Display', serif;
}
.sxn-testimonials > h2{ display: none; }
.testsWrap{}
.testsList{
	width: 100%;
	overflow: hidden;
}
.testWrap{
	display: inline-block;
	vertical-align: top;
	height: 100%;
}
.test{
	background: rgb(14,64,12); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(14,64,12,1) 0%, rgba(12,50,33,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(14,64,12,1) 0%,rgba(12,50,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(14,64,12,1) 0%,rgba(12,50,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 20px;
}
.testBody{
	position: relative;
	display: block;
	font-size: 1.125rem;
	padding: 45px 0 20px;
}
.testBody:before{
	content: '';
	position: absolute;
	width: 45px;
	height: 31px;
	background: url(img/testimonials/quotes.webp);
	background-size: 100%;
	top: 0;
	left: 0;
}
.testAuthor{
	display: block;
	font-style: italic;
	font-size: 0.875rem;
	padding: 0 0 30px;
}
a.testMore{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	color: #bfa78e;
	text-decoration: underline;
	letter-spacing: 1px;
	transition: 300ms;
}
a.testMore:hover{ color: #fff; }

.testsArrows{
	text-align: center;
	margin: 20px 0 0;
}
.testsArrows li{
	display: inline-block;
	border: 1px solid #bfa78e;
	padding: 10px 12px;
	margin: 0 2px;
}
.testsArrows a{
	display: block;
	overflow: hidden;
	width: 28px;
	height: 32px;
}
.taNext img{ margin-left: -29px; }
.testsArrows li:hover img{ margin-top: -33px; }
@media screen and (min-width: 800px){
	.sxn-testimonials{
		padding: 5px 0 20px;
		position: relative;
	}
	.sxn-testimonials:before{
		content: '';
		position: absolute;
		width: 76px;
		height: 76px;
		background: url(img/testimonials/test-icon.webp);
		background-size: 100%;
		z-index: 9;
		top: -38px;
		left: calc(50% - 38px);
	}
	.testsList{ max-width: 900px; margin: 0 auto; }
	.test{
		padding: 30px 20px 20px;
	}
	.testBody{ font-size: 1.25rem; }
}
@media screen and (min-width: 1120px){
	.testsList{ max-width: 1400px; }
	.test{
		padding: 50px 40px 30px;
	}
	.testBody{ font-size: 1.25rem; }
}
@media screen and (min-width: 1640px){
	.sxn-testimonials:before{
		width: 103px;
		height: 103px;
		left: calc(50% - 52px);
		top: -50px;
	}
	.testsList{ max-width: 1800px; }
	.test{ padding: 60px 40px 40px; }
	.testBody:before{
		width: 72px;
		height: 50px;
	}
	.testBody{ font-size: 1.5rem; padding: 80px 0 30px; }
	.testAuthor{ font-size: 1rem; padding: 0 0 30px; }
	.testMore{ font-size: 1rem; }
	.testsArrows li{
		padding: 15px 17px;
	}
}






/* 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 {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: #e9e4df;
	max-width: 1800px;
}
#mainContent {
	font-size: 1rem;
	line-height: 1.8;
	color: #472d14;
	padding: 20px;
/*	background-color: #e9e4df;*/
}
body.page-id-130 #mainContent {text-align: center;}
body.page-id-130 #mainContent form {text-align: left; max-width: 900px; margin: 0 auto;}
	#crumbs {
		margin: 0 0 20px;
		font-size: 12px;
	}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a {text-decoration: underline; color: #472d14;}
	.article a:hover {text-decoration: none; }
	.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: 'Playfair Display', serif;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: 1.863rem;
		padding: 0 0 20px 0;
		color: #472d14;
	}
	body.page-id-130 .article h2 {padding: 0 0 5px 0; font-weight: bold;}
	.article h2 {
		font-size: 1.125rem;
		padding: 0 0 15px 0;
		color: #2f562f;
	}
	.article h3 {
		font-size: 1rem;
		font-weight: bold;
		color: #472d14;
		font-family: 'Source Sans Pro', sans-serif;
	}
	.article h4 {
		font-size: 1rem;
		font-style: italic;
	}
	.article h5 {
		font-size: 1rem;
	}
	.headshot {
		width: 40%;
		height: auto;
		max-width: 220px;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
			margin: 10px auto;
	}
	.article h2.newFont {
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
	}

	.mobile_areas_cont {
		padding: 20px;
		background-color: #082518;
		color: #fff;
		font-family: 'Source Sans Pro',Arial,Helvetica,sans-serif;
	}
	.areasHeading {
		display: block;
		font-family: 'Playfair Display',serif;
		font-size: 20px;
		padding: 0 0 20px 0;
		font-weight: bold;
	}
	.article .mobile_areas_list {padding: 0 0 20px 20px;}
	.mobile_areas_list li {
		display: block;
		margin: 0 auto 8px auto;
	}
	.article .mobile_areas_list li {
		position: relative;
	}
	.article .mobile_areas_list li:before {
		content: '';
		display: block;
		position: absolute;
		background-color: #1f732d;
		width: 6px;
		height: 6px;
		border-radius: 12px;
		top: 12px;
		left: -15px;
	}
	.mobile_areas_list li a {
		display: inline-block;
		color: #1f732d;
		font-size: 16px;
		font-weight: bold;
		/* padding: 5px;
		border: 1px solid #1f732d; */
		text-decoration: none;
	}
	.mobile_areas_list li a:hover {text-decoration: underline;}
	.areaTitle {
		display: block;
		font-family: 'Playfair Display',serif;
		color: #dad1a5;
		font-size: 20px;
		padding: 0 0 15px 0;
		font-weight: bold;
	}
	.areasBox p {
		padding: 0 0 25px 0;
		line-height: 1.5;
	}
	.areasBox p a {
		color: green;
	}
	@media screen and (min-width: 375px) {
		.areasHeading {font-size: 22px;}
		.mobile_areas_list li a {font-size: 15px;}
	}
	@media screen and (min-width: 450px) {
		.areasHeading {font-size: 24px;}
		.mobile_areas_list li a {font-size: 16px;}
	}
	@media screen and (min-width: 800px) {
		.mobile_areas_list li a {font-size: 18px;}
	}
	/* mobile_areas_cont */
	.semShalloway {
		max-width: 450px;
		margin: 0px auto;
		text-align: left;
	}
	.semDiscList {
		padding: 0 0 10px 0;
		text-align: left;
		max-width: 600px;
		margin: 0px auto;
	}
	.article .semDiscList {padding: 0 0 30px 20px;}
	.semDiscList li {
		padding: 0 0 0 25px;
		position: relative;
	}
	.article .semDiscList li {
		list-style-type: none;
		list-style-position: outside;
	}
	body.page-id-130 .article .semDiscList li {
		font-size: 1.2rem;
	}
	.semDiscList li:before {
		content: '\2713';
		display: block;
		position: absolute;
		color: #472d14;
		width: 10px;
		height: 10px;
		top: 0;
		left: 0;
	}
	.article .programsList {padding: 20px 20px 15px 20px; border: 1px solid #472d14; margin: 0 auto 10px auto; background-color: rgba(0, 0, 0, .05);}
	.article .programBox,
	.article .plTitle {
		list-style-type: none;
		list-style-position: outside;
	}
	.article .programBox {font-size: 18px;}
	.article .plTitle{
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.1;
		padding: 0 0 10px;
	}
	.bigger {font-size: 2rem;}
.programsCTA {
	width: 90%;
	margin: 30px auto 0 auto;
	max-width: 900px;
	text-align: left;
}
.programsBottom {
	width: 80%;
	margin: 0px auto;
}
.programsBottom br {display: none;}
.programsBottom span {
	font-size: 1rem;
	font-weight: bold;
}
.semCTA {
	font-weight: bold;
	font-size: 26px;
	line-height: 1;
	padding: 0 0 5px 0;
}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 1rem; 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-homeImg{
	display: block;
	width: 100%;
	height: 300px;	
	background-position: center center;
	background-size: cover;
}
.sb-video{
	position: relative;
	display: block;
	margin: 0 auto 40px;
}
html.webp .sb-homeImg.imgSet{ background-image: url(img/sidebar/home.webp); }
@media screen and (min-width: 800px){
	#sidebar{
		position: relative;
		z-index: 9;
	}
	.sb-homeImg{ height: 400px; }
}
@media screen and (min-width: 1120px){
	.sb-homeImg{ position: relative; }
	.sb-homeImg:before,
	.sb-video:before{
		content: '';
		position: absolute;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		border-top: 10px solid #654b31;
		border-left: 10px solid #654b31;
		top: -10px;
		left: -10px;
	}
	.article .programBox {font-size: 20px;}
	.semCTA {font-size: 28px;}
}
@media screen and (min-width: 1400px){
	.sb-homeImg{ height: 500px; }
	.sb-homeImg:before,
	.sb-video:before{
		width: calc(100% - 15px);
		height: calc(100% - 15px);
		border-top: 15px solid #654b31;
		border-left: 15px solid #654b31;
		top: -15px;
		left: -15px;
	}
}
@media screen and (min-width: 1640px){
	.sb-homeImg{
/*		height: 621px;*/
height: 400px;
		background-size: auto;
	}
	.sb-homeImg:before,
	.sb-video:before{
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border-top: 20px solid #654b31;
		border-left: 20px solid #654b31;
		top: -20px;
		left: -20px;
	}
	.article .programBox {font-size: 22px;}
	.semCTA {font-size: 31px;}
}
/* Content Area */

@media screen and (min-width: 580px) {
	.programsBottom br {display: block;}
}
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#contentArea{ padding: 40px; }
	#contentArea:before{
		content: '';
		position: absolute;
		width: 849px;
		height: 499px;
		background: url(img/global/content-bg-top.webp);
		left: 0;
		top: 0;
	}
	#contentArea:after{
		content: '';
		position: absolute;
		width: 922px;
		height: 575px;
		background: url(img/global/content-bg-bottom.webp);
		right: 0;
		bottom: 0;
	}
	#mainContent {
		position: relative;
		z-index: 5;
		padding: 0;
	}
	.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;
	}
}
@media screen and (min-width: 900px) {
	/* Used to be at mw700 - Begins */
	.programsList {overflow: hidden; max-width: 1000px; margin: 0px auto;}
	.programBox {
	  display: inline-block;
		vertical-align: top;
		margin: 0 20px;
	}
	.plTitle{ font-size: 2.5rem; }
	.programsBottom span{ font-size: 1.5rem; }
/*	.pBox1 {float: left;}
	.pBox3 {float: right;}
	.pBox2 {display: block; margin: 0px auto; display: inline-block;}*/
	/* Used to be at mw700 - Ends */	

	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
@media screen and (min-width: 1120px){
	#contentArea{ padding: 80px; }
	body.home #mainContent{
		width: calc(100% - 30px - 400px);
		float: left;
	}
	#sidebar{ width: 400px; float: right; }
}
@media screen and (min-width: 1400px){
	body.home #mainContent{
		width: calc(100% - 50px - 500px);
	}
	#sidebar{ width: 500px; }
}
@media screen and (min-width: 1640px){
	#mainContent{ font-size: 1.125rem; }
	.article h1{ font-size: 3rem; }
	.article h2{ font-size: 1.550rem; }
	.article h3{ font-size: 1.125rem; }
	body.home #mainContent{
		width: calc(100% - 50px - 655px);
	}
	body.home .article h1{ font-size: 3.5rem; }
	.programsBottom span {font-size: 26px;}
	.semShalloway {max-width: 600px;}
	body.page-id-130 .article .semDiscList li {
		font-size: 1.3rem;
	}
	#sidebar{ width: 655px; }
}


/*Page Options*/
#pageOptions{
	clear: both;
	display: block;
	position: relative;
	z-index: 9;
	padding: 20px;
	text-align: center;
}
.pgOp{
	display: block;
	margin: 0 auto 5px;
	max-width: 250px;
	text-align: center;
}
.pgOp a{
	display: block;
	color: #fff;
	padding: 5px 15px;
	background: #654b31;
	border-radius: 8px;
}
.pgOp a:hover{ background: #8f6b46; }


@media screen and (min-width: 800px){
	.pgOp{
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 10px;
		max-width: 100%;
	}
}
@media screen and (min-width: 1120px){
	.pgOp a{ position: relative; padding: 10px 10px 10px 40px; }
	#pgOp4 a{ padding: 10px; }
	.pgOp a:before{
		content: '';
		position: absolute;
		height: 24px;
		width: 19px;
		background: url(img/content/page-options.webp) top right;
		left: 10px;
		top: calc(50% - 12px);
	}
	#pgOp2 a:before{ background-position: top left -22px; }
	#pgOp3 a:before{ background-position: top left; }
	#pgOp4 a:before{ display: none; }
}

/*Practice Areas*/
.sxn-practiceAreas{
	background-color: #082518;
	color: #fff;
	padding: 20px;
	overflow: hidden;
}
.sxn-practiceAreas h2{
	font-family: 'Playfair Display', serif;
	font-size: 1.125rem;
	line-height: 1;
	border-left: 1px solid #bcad9f;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}
.paArea{ margin: 0 0 5px; }
.pasList a{
	display: block;
	padding: 10px 20px;
	color: #fff;
	background-color: #654b31;
	text-align: center;
	transition: 300ms;
}
.pasList li:hover a{ background-color: #8f6b46; }

@media screen and (min-width: 800px){
	.sxn-practiceAreas{
		padding: 40px;	
		background-repeat: no-repeat;
		background-color: #082518;
		background-size: 100%;
	}
	html.webp .sxn-practiceAreas.imgSet{ background-image: url(img/areas/areas-bg-1120.webp); }
	.sxn-practiceAreas h2{ font-size: 1.5rem; margin: 0 0 30px; }
	.pasList{ overflow: hidden; max-width: 700px; margin: 0 auto; }
	.paArea a{
		font-weight: bold;
		height: 230px;
		position: relative;
		padding: 0;		
		background-size: 100%;
	}
	html.webp .paArea a.imgSet{ background-image: url(img/areas/area-imgs.webp); }
	.paArea a:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
		left: 0;
		top: 0;
		transition: 300ms;
	}
	.paArea:hover a:before{ opacity: 0; }
	.paArea2 a{ background-position: top -260px left; }
	.paArea3 a{ background-position: top -520px left; }
	.paArea4 a{ background-position: top -780px left; }
	.paArea5 a{ background-position: top -1030px left; }
	.paArea6 a{ background-position: top -1290px left; }
	.paArea7 a{ background-position: top -1550px left; }
	.paArea8 a{ background-position: top -1810px left; }
	.paArea span{
		display: block;
		position: absolute;
		width: calc(100% - 40px);
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		font-size: 1.125rem;
		z-index: 9;
		text-decoration: underline;
		padding: 0 20px;
	}
}
@media screen and (min-width: 1120px){
	.sxn-practiceAreas{
		padding: 60px 20px;		
	}
	html.webp .sxn-practiceAreas.imgSet{ background-image: url(img/areas/areas-bg.webp); }
	.sxn-practiceAreas h2{
		font-size: 2rem;
		margin: 0 0 40px;
	}
	.pasList{ max-width: 1080px; }
	.paArea{
		width: calc(50% - 2px);
		float: left;
		margin: 0 0 2px 2px;
	}
	.paArea a{ height: 190px; }
	.paArea2 a{ background-position: top -200px left; }
	.paArea3 a{ background-position: top -395px left; }
	.paArea4 a{ background-position: top -590px left; }
	.paArea5 a{ background-position: top -785px left; }
	.paArea6 a{ background-position: top -980px left; }
	.paArea7 a{ background-position: top -1180px left; }
	.paArea8 a{ background-position: top -1375px left; }
	.paArea span{ font-size: 1.25rem; }
}
@media screen and (min-width: 1650px){
	.sxn-practiceAreas{ padding: 80px 20px 120px; }
	.sxn-practiceAreas h2{ font-size: 3.625rem; margin: 0 0 80px; }
	.pasWrap{ max-width: 1600px; margin: 0 auto; }
	.pasList{ max-width: 1600px; }
	.paArea a{ height: 291px; }
	.paArea2 a{ background-position: top -291px left; }
	.paArea3 a{ background-position: top -582px left; }
	.paArea4 a{ background-position: top -873px left; }
	.paArea5 a{ background-position: top -1164px left; }
	.paArea6 a{ background-position: top -1455px left; }
	.paArea7 a{ background-position: top -1746px left; }
	.paArea8 a{ background-position: top -2037px left; }
	.paArea span{ font-size: 1.5rem; }
}

/*Seminars*/
.sxn-seminars {
	background-color: #182c24;
	padding: 30px;
	text-align: center;
	color: #fff;
}
.sxn-seminars h2 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 15px 0;
}
.sxn-seminars p {
	font-size: 17px;
	padding: 0 0 25px 0;
	font-weight: bold;
}
.sxn-seminars a {
	display: block;
	color: #000;
	max-width: 347px;
	margin: 0px auto;
	transition: .3s;
	-webkit-transition: .3s;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 20px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 7px;
	background-image: linear-gradient(to right, #bda58c , #f6f2ee, #bda58c);
}
.sxn-seminars a:hover {background-image: linear-gradient(to right, #f6f2ee, #f6f2ee, #f6f2ee);}

@media screen and (min-width: 800px) {
	.sxn-seminars {
		background-position: center 0;
		background-size: cover;
		background-repeat: no-repeat;		
	}
	html.webp .sxn-seminars.imgSet { background-image: url(img/seminars/seminars_bg.webp); }
	.sxn-seminars h2 {font-size: 30px; padding: 0 0 10px 0;}
}
@media screen and (min-width: 1120px) {
	.sxn-seminars {padding: 40px 40px 45px 40px;}
}
@media screen and (min-width: 1640px) {
	.sxn-seminars {padding: 55px 40px 60px 40px;}
	.sxn-seminars h2 {font-size: 58px; padding: 0 0 20px 0;}
	.sxn-seminars p {font-size: 30px; padding: 0 0 45px 0;}
	.sxn-seminars a {font-size: 20px;}
}


/*Secondary Content*/
.sxn-secondaryContent{
	background: #e9e4df;
	padding: 20px;
	/* overflow: hidden; */
}

.scTop{ overflow: hidden; }
.scArticle{
	color: #472d14;
	line-height: 1.7;
}
.scArticle h2{
	font-family: 'Playfair Display', serif;
	font-size: 1.25rem;
	color: #472d14;
	padding: 0 0 20px;
	line-height: 1.3;
}
.scArticle h3{
	display: block;
	color: #2f562f;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
	border-left: 1px solid #2f562f;
	font-family: 'Playfair Display', serif;
	line-height: 1.4;
}
.scSidebar{}
.scsb-Img{
	display: block;
	width: 100%;
	height: 300px;	
	background-position: center center;
	background-size: cover;
}
html.webp .scsb-Img.imgSet{ background-image: url(img/secondary-content/content-img.webp); }
@media screen and (min-width: 800px){
	.sxn-secondaryContent{ position: relative; padding: 40px 20px; }
	.sxn-secondaryContent:before{
		content: '';
		position: absolute;
		width: 849px;
		height: 499px;
		background: url(img/global/content-bg-top.webp);
		left: 0;
		top: 0;
	}
	.sxn-secondaryContent:after{
		content: '';
		position: absolute;
		width: 922px;
		height: 575px;
		background: url(img/global/content-bg-bottom.webp);
		right: 0;
		bottom: 0;
	}
	.scTop{ position: relative; z-index: 9; padding: 0 0 30px; }
	.scArticle h2{ font-size: 2rem; padding: 0 0 30px; }
	.scArticle h3{ margin: 0 0 30px; }
	.scsb-Img{
		height: 400px;
	}
}
@media screen and (min-width: 1120px){
	.scArticle{ float: right; width: calc(100% - 30px - 400px); }
	.scSidebar{
		float: left;
		width: 400px;
	}
	.scsb-Img{ position: relative; }
	.scsb-Img:before{
		content: '';
		position: absolute;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		border-right: 10px solid#654b31;
		border-bottom: 10px solid#654b31;
		right: -10px;
		bottom: -10px;
	}
}
@media screen and (min-width: 1400px){
	.sxn-secondaryContent{ padding: 80px 20px; }
	.scArticle{ width: calc(100% - 60px - 400px); }
}
@media screen and (min-width: 1640px){
	.scTop{ max-width: 1600px; margin: 0 auto; }
	.scArticle{ font-size: 1.125rem; }
	.scArticle h2{ font-size: 2.438rem; padding: 0 0 60px; }
	.scArticle h3{ margin: 0 0 50px; }
	.scArticle{ width: calc(100% - 120px - 664px); }
	.scSidebar{ width: 664px; }
	.scsb-Img{ height: 512px; }
	.scsb-Img:before{
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border-right: 20px solid#654b31;
		border-bottom: 20px solid#654b31;
		right: -20px;
		bottom: -20px;
	}
}

/*Badges*/
.badges{
	padding: 20px;
	position: relative;
	z-index: 9;
}
.badgesList{
	width: 100%;
	overflow: hidden;
}
.badgeWrap{
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
.badge{
	display: block;
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
}
.badge1{ width: 195px;}
.badge1 img{ margin-left: -1374px; }
.badge2{ width: 277px;}
.badge2 img{ margin-left: -1575px; }
.badge3{ width: 183px;}
.badge3 img{ margin-left: 0; }
.badge4{ width: 195px;}
.badge4 img{ margin-left: -197px; }
.badge5{ width: 176px;}
.badge5 img{ margin-left: -404px; }
.badge6{ width: 157px;}
.badge6 img{ margin-left: -588px; }
.badge7{ width: 124px;}
.badge7 img{ margin-left: -756px; }
.badge8{ width: 171px;}
.badge8 img{ margin-left: -894px; }
.badge9{ width: 143px;}
.badge9 img{ margin-left: -1073px; }
.badge10{ width: 143px;}
.badge10 img{ margin-left: -1226px; }
.badge11{ width: 250px;}
.badge11 img{ margin-left: -1857px; }
.badge12{ width: 188px;}
.badge12 img{ margin-left: -2119px; }
.badgeDesc{
	display: block;
	color: #654b31;
	padding: 20px 20px 0;
	border-top: 1px solid #737373;
	margin: 20px 0 0;
}
.badgesArrows{
	width: 100px;
	margin: 0 auto;
	overflow: hidden;
}
.bnPrev{ float: left; }
.bnNext{ float: right; }
.badgesArrows a{
	display: block;
	overflow: hidden;
	width: 33px;
	height: 48px;
}
.bnNext img{ margin-left: -34px; }
.badgesArrows li a:hover img{ margin-top: -49px; }
@media screen and (min-width: 600px){
	.badges{ padding: 40px 20px; }
	.badgeWrap{
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
	}
}
@media screen and (min-width: 1120px){
	.badges{ padding: 80px 20px; position: relative; }
	.badgesList{
		width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	.badge{
		display: inline-block;
		vertical-align: middle;
	}
	.badgeDesc{
		display: inline-block;
		width: calc(100%  - 320px);
		vertical-align: middle;
		box-sizing: border-box;
		border-left: 1px solid #737373;
		border-top: 0;
		padding: 0 0 0 20px;
		margin: 0 0 0 20px;
	}
	.badgeDesc p:last-of-type{ padding: 0; }
	.badgesArrows{
		position: absolute;
		width: 1080px;
		top: calc(50% - 24px);
		left: calc(50% - 540px);
	}
}
@media screen and (min-width: 1400px){
	.badgeWrap{ margin: 0 20px; }
}
@media screen and (min-width: 1640px){
	.badgeWrap{ margin: 0 40px; }
	.badgesList{ width: 1450px; }
	.badgesArrows{
		width: 1550px;
		left: calc(50% - 775px);
	}
	.badgeDesc{ padding: 0 0 0 30px; margin: 0 0 0 30px; }
}


/*Team*/
.sxn-team{
	background: #082518;
	color: #fff;
	padding: 20px;
}
.teamWrap{
	background: rgb(14,64,12); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(14,64,12,1) 0%, rgba(12,50,33,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(14,64,12,1) 0%,rgba(12,50,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(14,64,12,1) 0%,rgba(12,50,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 20px 0;
}
.teamList{
	overflow: hidden;
}
.teamMem{
	display: inline-block;
	vertical-align: top;
}
.memImg{
	width: 194px;
	height: 244px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.teamMem2 .memImg img{ margin: 0 0 0 -194px; }
.teamMem3 .memImg img{ margin: 0 0 0 -388px; }
.teamMem4 .memImg img{ margin: 0 0 0 -582px; }

.memInfo{
	text-align: center;
	padding: 20px 0 0;
}
.memName{
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 1rem;
}
.memTitle{
	display: block;
	padding: 10px 0;
	font-size: 0.875rem;
}
.memLink{
	display: inline-block;
	border: 2px solid #9e9084;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.875rem;
	padding: 10px 20px;
	border-radius: 7px;
	font-weight: bold;
}
.memLink:hover{
	background: #6e645b;
	color: #fff;
}
.teamArrows{
	overflow: hidden;
	max-width: 100px;
	margin: 20px auto 0;
}
.teamArrows li{}
.teaPrev{ float: left; }
.teaNext{ float: right; }
.teamArrows a{
	display: block;
	width: 30px;
	height: 107px;
	overflow: hidden;
}
.teaNext img{ margin-left: -31px; }
.teamArrows li:hover img{ margin-top: -107px; }


@media screen and (min-width: 600px){
	.teamList{
		width: 388px;
		margin: 0 auto;
	}
	.memImg:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #0c3221;
		opacity: 0.5;
		z-index: 5;
		transition: 300ms;
	}
	.teamMem:hover .memImg:before{ opacity: 0; }
	.memImg > img{
		filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
	}
	.teamMem:hover img{
		filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-webkit-filter: grayscale(0%);
	}
}
@media screen and (min-width: 800px){
	.sxn-team{ padding: 0 20px 20px; position: relative; }
	.sxn-team:after{
		content: '';
		position: absolute;
		width: 76px;
		height: 76px;
		background: url(img/team/column-icon.webp);
		background-size: 100%;
		top: -38px;
		left: calc(50% - 38px);
	}
	.teamWrap{
		width: 740px;
		margin: 0 auto;
		position: relative;
		padding: 50px 0 20px;
	}
	.teamList{
		position: relative;
		z-index: 5;
	}
	.teamArrows{
		position: absolute;
		max-width: 100%;
		width: 90%;
		left: 5%;
		top: 105px;
	}
}
@media screen and (min-width: 900px){
	.teamWrap{ width: 840px; } /* 840 */
	.teamList{ width: 776px; } /*776*/
	.teamArrows {display: none;}
}
@media screen and (min-width: 1120px){
	/* .teamWrap{ width: 1040px; padding: 80px 0 40px; } */
	.teamWrap{ padding: 80px 0 40px; }
	 .teamList{ width: 776px; } 
	.teamArrows{ top: 125px;}
}
@media screen and (min-width: 1300px){
	.teamWrap{ width: 1220px; }
/*	.teamList{ width: 970px; }	*/
}
@media screen and (min-width: 1640px){
	.sxn-team:after{
		width: 103px;
		height: 103px;
		left: calc(50% - 51px);
		top: -51px;
	}
/*	.teamWrap{ width: 1600px; padding: 120px 0 80px; }
	.teamList{ width: 1358px; }
	.teamArrows{ display: none; }*/
}

/*Contact*/
.sxn-contact{
	background-color: #082518;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	border-bottom: 5px solid #654b31;
}
.conWrap{}
.conWrap h2{
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 1.125rem;
	padding: 0 0 20px;
}
.conForm{
	width: 90%;
	min-width: 302px;
	margin: 0 auto;
	max-width: 1300px;
}
.conForm label{
	display: block;
	text-align: left;
	padding: 0 0 5px;
}
.conForm input, .conForm textarea{
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #082518;
	outline: 0;
	-webkit-appearance: none;
	border: 1px solid #bcada0;
	margin: 0 auto 10px;
	color: #fff;
}
.conForm textarea{ height: 130px; }
.cfRequired{
	display: block;
	color: #cfc2b6;
	font-family: 'Playfair Display', serif;
	padding: 0 0 10px;
}
.conForm .submit-button{
	display: inline-block;
	width: auto;
	border: 0;
	letter-spacing: 2px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: bold;
	color: #000;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(left, #bda58c 0%, #f7f3f0 50%, #bda58c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #bda58c 0%,#f7f3f0 50%,#bda58c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #bda58c 0%,#f7f3f0 50%,#bda58c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 7px;
}
.conForm .submit-button:hover{ background: #fff; }
@media screen and (min-width: 800px){
	.sxn-contact{		
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100%;
		padding: 40px 20px 120px;
	}
	html.webp .sxn-contact.imgSet{ background-image: url(img/footer/city-bg-1120.webp); }
	.sxn-contact h2{ font-size: 1.75rem; }
	.conForm label{
		font-size: 1.125rem;
		padding: 0 0 15px;
	}
	.conForm input,
	.conForm textarea{
		font-size: 1.125rem;
		margin: 0 0 15px;
	}
	.cfRequired{
		font-size: 1.125rem;
		padding: 20px 0 30px;
	}
	.conForm .submit-button{ font-size: 1.125rem; padding: 15px 50px; }
}
@media screen and (min-width: 1120px){
	.sxn-contact{		
		padding: 60px 20px 180px;
	}
	html.webp .sxn-contact.imgSet{ background-image: url(img/footer/city-bg.webp); }
	.conWrap h2{
		font-size: 2.25rem;
	}
	.conForm .submit-button{
		font-size: 1.5rem;
		padding: 20px 110px;
		border-radius: 9px;
	}
}
@media screen and (min-width: 1640px){
	.sxn-contact{ padding: 80px 0 300px; }
	.conWrap h2{
		font-size: 3rem;
		padding: 0 0 60px;
	}
}

/*Footer*/
#mainFooter {
	overflow: hidden;
	background: #000;
	color: #fff;
	text-align: center;
}
.mfContact{
	padding: 20px;
}
.mfAddress{ display: block; }
.mfDirections{
	display: inline-block;
	font-weight: bold;
	color: #fff;
	border: 2px solid #9e9084;
	border-radius: 7px;
	padding: 10px 20px;
	margin: 0 auto 20px;
}
.mfDirections:hover{
	background: #c3ac95;
	color: #000;
	transition: 300ms;
}
.mfLawPay{
	display: inline-block;
	font-weight: bold;
	margin: 0 auto 15px;
	max-width: 205px;
}
.mfLawPay img {
	display: block;
	width: 100%;
}
.mfNumbers > span{ display: block; }
.mfNumbers a{ color: #fff; }
.mfDisc{
	border-top: 1px solid #654b31;
	padding: 20px;
	border-bottom: 1px solid #654b31;
}
.fNav {
	padding: 20px 0 0;
}
	.fNav li {
		padding: 0 10px;
		display: inline-block;
		list-style-type: none;
		list-style-position: outside;
		position: relative;
	}
	.fNav li:after{
		content: '';
		position: absolute;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #fff;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		right: -3px;
	}
	.fNav li:last-child:after{ display: none; }
	.fNav a {
		color: #fff;
		font-family: 'Playfair Display', serif;
		text-decoration: underline;
	}
	.fNav a:hover {
		color: #cebba8;
	}
#ncBrandingWrapper {
	padding: 30px 20px 30px;
	text-align: center;
	background: #000;
}
.mfSocial{ text-align: center; margin: 0 0 20px; }
.mfSocial .mfSocialTitle{
	display: block;
	font-size: 1.125rem;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 10px;
	color: #cebba8;
}
.mfSocial li{
	display: inline-block;
	margin: 0 10px;
}
.mfSocial a{
	display: block;
	height: 40px;
	overflow: hidden;
}
.mfFacebook a{ width: 15px; }
.mfTwitter a{ width: 32px; }
.mfTwitter img{ margin-left: -20px; }
.mfLinkedIn a{ width: 31px; }
.mfLinkedIn img{ margin-left: -60px; }
.mfYouTube a{ width: 35px; }
.mfYouTube img{ margin-left: -95px; }
.mfSocial li:hover img{margin-top: -41px;}

#ncBranding {
	overflow: hidden;
}
	#ncBranding p, #ncBranding p > a {
		color: #fff;
		font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#ncBranding a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	#logo-nextclient {
		display: block;
		margin: 0 auto 15px;
	}
	#ncBranding p {
		padding: 0;
		max-width: 320px; /*modme*/
		margin: 0 auto;
	}
	#ncBranding br {display: none;}.mfWcag{ margin: 20px auto 0; }
@media screen and (min-width: 600px) {
	#ncBranding {
		display: inline-block;
	}
	#logo-nextclient {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	#ncBranding p {
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: middle;
	}
	#ncBranding br {display: inline;}
}
@media screen and (min-width: 1120px){
	.mfContact{ padding: 20px 0; }
	.mfAddress,
	.mfDirections,
	.mfNumbers{
		display: inline-block;
		vertical-align: middle;
		padding: 0;
		margin: 0 0 10px;
	}
	.mfDirections{
		padding: 15px 30px;
		border-radius: 9px;
		margin: 0 60px;
	}
	.mfLawPay {
		vertical-align: middle;
		margin: 0 80px;
	}
	.mfDisc{
		padding: 40px 20px;
	}
	.mfSocial,
	#ncBranding,
	.mfWcag{
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	#ncBranding{ margin: 0 50px; }
	.fNav{
		display: inline-block;
		padding: 0;
		vertical-align: middle;
		margin: -20px 0 0;
	}
}
@media screen and (min-width: 1640px){
	#mainFooter{ font-size: 1.125rem; }
	.mfContact{
		overflow: hidden;
		max-width: 1500px;
		margin: 0 auto;
	}
	.mfAddress{
		position: relative;
		padding: 0 0 0 70px;
		text-align: left;
		float: left;
		margin: 40px 0 0;
	}
	.mfAddress:before{
		content: '';
		position: absolute;
		width: 20px;
		height: 28px;
		background: url(img/footer/contact-icons.webp);
		left: 17px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.mfAddress:after{
		content: '';
		position: absolute;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		border: 2px solid #9e9084;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		left: 0;
	}
	.mfDirections{ position: relative; padding: 15px 30px 15px 50px; }
	.mfDirections:before{
		content: '+';
		line-height: 0.7;
		font-size: 28px;
		position: absolute;
		color: #082518;
		background: #eee7e0;
		padding: 0 2px;
		left: 15px;
		top: calc(50% - 9px);
	}
	.mfDirections:hover:before{ background: #c3ac95; }
	.mfNumbers{
		position: relative;
		text-align: right;
		padding: 0 70px 0 0;
		float: right;
		margin: 40px 0 0;
	}
	.mfNumbers:before{
		content: '';
		position: absolute;
		width: 25px;
		height: 34px;
		background: url(img/footer/contact-icons.webp) right top;
		right: 17px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.mfNumbers:after{
		content: '';
		position: absolute;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		border: 2px solid #9e9084;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		right: 0;
	}
	.mfDisc{
		max-width: 1800px;
		margin: 0 auto;
		padding: 40px 100px;
		box-sizing: border-box;
	}
}


#contact-tab {
	display: none;
	position: fixed;
	right: 0;
	z-index: 200;
	overflow: hidden;
	top: 240px;
	height: 98px;
}
#contact-tab:hover img {margin: -98px 0 0 0;}
#contact-tab img {display: block;}

/* Contact Form Styling */
.nc_form {
	background-color: #f0f0f0;
	padding: 1.25em 2%;
	margin: 0 0 1.25em;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #333333;
}
.nc_form .req {color: #F71704;}
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {display: block; width: 98%; padding: 0;}	
	.nc_form input, .nc_form textarea {background: #fff; color: #8B898C;}
	.nc_form input, .nc_form textarea, .nc_form .captcha-container {
		border: 1px solid #999;
		border-radius: 3px;
	}
	.nc_form label {margin: 0 0 .125em;}
	.nc_form input, .nc_form textarea, .nc_form select {
		margin: 0 0 10px;
		padding: .4em 1%;
	}
	.nc_form textarea {height:60px;}
	.nc_form .captcha-container {padding: 0;width: 100%;}

.nc_form input.hidden {display:none;}
.nc_form input.submit-button {
	cursor:pointer;
	margin: 1em 0;
	padding: 0.6em 2%;
	width:auto;
	height:auto;
	background:#555;
	color:#fff;
	line-height: 1;
}
	.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 1em;
	padding: 0.33em 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 {margin: 0 0 10px;}
	.nc_form .checkbox input {
		display: inline;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
		margin: 0 0 0 10px;
	}
		.nc_form .checkbox input.delin {margin: 0;}
.nc_form .radio {margin: 0 0 10px;}
	.nc_form .radio input {
		display: inline;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
		margin: 0 0 0 10px;
	}
		.nc_form .radio input.delin {margin: 0;}
.nc_form .inlineSelect select {display: inline; width: auto;}

/* Contact Form - Custom */
#form_2 p { padding: 5px 0; line-height: 1.3; }
#form_2.nc_form label.label-checkbox, 
#form_2.nc_form input[type='checkbox'] { 
	display: inline-block; 
}
#form_2.nc_form label.label-checkbox { user-select: none; width: calc(100% - 40px);}
#form_2.nc_form input[type='checkbox'] { 
	margin: 4px 5px;
    width: 17px;
    height: 17px;
}

/* Contact Form Styling Ends */

#form_2.nc_form label.label-checkbox {
	font-size: 19px;
}
#form_2.nc_form .formFontChange i {font-size: 19px; width: calc(100% - 40px); margin: 0 0 0 27px; display: block;}

@media screen and (min-width: 1120px) {
	#form_2.nc_form label.label-checkbox {
		font-size: 22px;
	}
	#form_2.nc_form .formFontChange i {font-size: 22px;}
	#form_2.nc_form input[type='checkbox'] { margin: 6px 5px 0; }
}

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

/*WCAG TOOLBAR*/
#wcag-toolbar {
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background: #1c2701;
    color: #fff;
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #fff;
}

#wcag-toolbar > h2 > a {
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #fff;
}

#wcag-toolbar > h2:hover > a {
    text-decoration: none;
}

#wcag-toolbar h3 {
    display: block;
    font-weight: bold;
    padding: 0 0 10px;
    font-size: 14px;
    color: #fff;
}

.wtb-main {
    display: none;
    padding: 20px;
}

.wtb-size, .wtb-inversion {
    padding: 0 0 20px;
}

.wtb-sizeOptions li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 -4px;
    vertical-align: bottom;
    width: 36px;
    line-height: 1;
}

.wtb-sizeOptions li:before {
    content: '';
    display: block;
    position: absolute;
    height: 28px;
    width: 1px;
    background: #6d6d6d;
    bottom: 0;
    left: 0;
}

.wtb-sizeOptions a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.wtb-sizeSm a {
    font-size: 16px;
}

.wtb-sizeMd a {
    font-size: 24px;
}

.wtb-sizeLg a {
    font-size: 32px;
}

.wtb-sizeOptions li:hover a, .wtb-sizeOptions li.wtb-sizeCurrent a {
    text-decoration: underline;
}

.wtb-inversionOptions li {
    display: inline-block;
}

body.inv .wtb-inversionOptions li {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.wtb-inversionOptions a {
    display: block;
    color: #6d6d6d;
    font-size: 16px;
    width: 28px;
    height: 26px;
    line-height: 26px;
}

.wtb-inversionOptions li.wtb-inversionCurrent a, .wtb-inversionOptions li:hover a {
    text-decoration: underline;
}

.wtb-inversionOptions li > a {
    text-decoration: none;
}

.wtb-inversionInv > a {
    border: 2px solid #fff;
    background: #6d6d6d;
    color: #fff;
}

.wtb-inversionNorm {
    border: 2px solid #6d6d6d;
    background: #fff;
    color: #6d6d6d;
}

.wtb-info {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.wtb-info:hover {
    text-decoration: none;
}
.wtb-logo{
	max-width: 146px;
	display: block;
	margin: 0 auto 10px;
	height: auto;
}
.wtb-close {
    display: block;
    padding: 20px 0 0;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}

@media screen and (min-width: 800px) {
    #wcag-toolbar {
        text-align: left;
        line-height: 32px;
    }

    #wcag-toolbar h2 {
        display: none;
    }

    .wtb-main {
        display: block !important;
        padding: 10px 20px;
        overflow: hidden;
    }
    .wtb-logo{ display: none; }
    .wtb-close {
        display: none;
    }

    /*	#wcag-toolbar h3{ display: none; }*/
    .wtb-size,
    .wtb-inversion,
    .wtb-info {
        padding: 0;
        margin: 0;
    }

    .wtb-size,
    .wtb-inversion {
        float: left;
        text-align: center;
        padding: 0 20px 0 0;
        line-height: 32px;
    }

    #wcag-toolbar h3,
    .wtb-sizeOptions,
    .wtb-inversionOptions {
        display: inline-block;
        vertical-align: middle;
    }

    #wcag-toolbar h3 {
        vertical-align: middle;
        padding: 0;
        margin: 0 10px 0 0;
        font-weight: normal;
    }

    .wtb-info {
        float: right;
        display: inline-block;
        padding: 0px 0 0;
        font-weight: normal;
    }

    /*	.wtb-inversionOptions{ height: 30px; }*/
}

@media screen and (min-width: 1120px) {
    #wcag-toolbar h3,
    .wtb-info {
        font-weight: bold;
        font-size: 21px;
    }

    #wcag-toolbar .wbt-size h3 {
        padding: 7px 0 0;
    }

    .wtb-info {
        padding: 0 0 5px;
    }
}
@media screen and (min-width: 1200px){
	.wtb-size,
	.wtb-inversion{
		padding-top: 5px;
	}
	 .wtb-logo{
	 	display: block;
	 	float: right;
	 	margin: 0 0 0 10px;
	 }
	 .wtb-info{ line-height: 42px; padding: 0; }
}

@media screen and (min-width: 1640px) {
    #wcag-toolbar {
        text-align: center;
    }

    .wtb-main {
        max-width: 1800px;
        margin: 0 auto;
    }

    .wtb-InversionOptions {
        float: left;
    }

    .wtb-info {
        position: relative;
/*        padding: 0 40px 0 0;*/
    }

/*    .wtb-info:after {
        content: '';
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        background: url(img/global/btn-arrow.webp) center center no-repeat #fff;
        border: 1px solid #000;
        top: calc(50% + 5px);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: 0;
        top: 17px;
    }*/
}

/*INVERSION CSS*/
body.inv {
    filter: invert(100%) grayscale(100%);
    -webkit-filter: invert(100%) grayscale(100%);
    -moz-filter: invert(100%) grayscale(100%);
    -ms-filter: invert(100%) grayscale(100%);
}

body.inv img,
body.inv .subslide,
body.inv .homeslideImg,
body.inv iframe,
body.inv .sb-homeImg,
body.inv .scsb-Img,
body.inv .memImg img,
body.inv .paArea a {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
}
body.inv .paArea a{ color: #000; }
body.inv .paArea a:before{ background: #fff; opacity: 0.8; }
body.inv #ncBranding img,
body.inv .mfWcag img,
body.inv #logo-main img,
body.inv .testsArrows img,
body.inv .teamArrows img,
body.inv .mfSocial img{
    filter: invert(0%);
    -webkit-filter: invert(0%);
    -moz-filter: invert(0%);
    -ms-filter: invert(0%);
}
body.inv .homeslideImg{ opacity: 0.25; }
body.inv #homeslides{ background: #000; }
/*IE10-11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .wtb-inversion {
        display: none;
    }
}

html.ie8 .wbt-inversion,
html.ie9 .wbt-inversion {
    display: none;
}
/*Newsletters*/
/* Newsletter Styling */
#nl-container {
	overflow: hidden;
}
#nl-pageTitle {
	border-bottom: 1px solid #333;
}
#nl-sidebar {
	width: 30%;
	float: left;
	display: inline;
	font-size: 0.9em;
	line-height: 1.3;
}
	ul#nl-articles, ul#nl-newslinks {
		margin: 0;
		padding: 0;
	}
	#nl-articles li, #nl-newslinks li {
		border-bottom: 1px solid #000;
		display: block;
	}
		#nl-articles li.nl-last-item, #nl-newslinks li.nl-last-item {
			border-bottom: 0;
		}
		#nl-articles li {
			padding: 0 0 0.8em;
			margin: 0 0 0.8em;
		}
		#nl-newslinks li {
			padding: 0 0 0.4em;
			margin: 0 0 0.5em;
		}
		#newslinkHeader {
			color: #000;
			font-size: 1.3em;
			font-weight: bold;
			margin: 0 0 0.6em;
		}
		a.nl-article-headline {
			color: #9d1c20;
			font-weight: bold;
			display: block;
			text-decoration: none;
			margin: 0 0 0.3em;
		}
		a.nl-article-headline:hover {
			text-decoration: underline;
		}
		.nl-excerpt {

		}
#nl-mainContent {
	width: 65%;
	float: right;
	display: inline;
}
#nl-copyright {
	font-size: 0.8em;
	text-align: center;
	padding: 1em 0 1.5em;
}
body.nl-page #sidebar {
	display: none;
}
body.nl-page #mainContent {
	float: none;
	display: block;
	width: auto;
}

/* Newsletter - Custom */

h1#nl-pageTitle {
	margin: 0 0 20px 0;
}
h2#nl-articleTitle {
}

/* Newsletter Styling Ends */

/* Contact Form - Custom */

/* Contact Form Styling Ends */

@media screen and (min-width: 2000px) {
	#homeslide, #mfWrapper {
		background-size: 100%;
	}
}
	/*  < mc_gallery >  */
	.mc_gallery {
		padding: 0 0 20px;
		max-width: 770px;
		margin: 0 auto;
	}
	.mc_gallery .block_full {
		position: relative;
	}
	.mc_gallery ul {
		padding: 0;
	}
	.mc_gallery .item_full {
	}
	.mc_gallery .item_full li {
		display: inline-block;
	}
	.mc_gallery .item_full li img {
		display: block;
		width: 100%;
		height: auto;
	}
	/*  < element_arrows >  */
	.mc_gallery .block_full .element_arrows {
		z-index: 2;
		position: absolute;
		top: 0;
		bottom: 0;
		opacity: 0;
		padding: 0;
		width: auto;
		font-size: 0;
		text-align: center;
		transition: all 250ms ease;
	}
	.mc_gallery .block_full:hover .element_arrows {
		opacity: 1;
	}
	.mc_gallery .block_full .element_arrows_prev {
		left: 0;
	}
	.mc_gallery .block_full .element_arrows_next {
		right: 0;
	}
	.mc_gallery .block_full .element_arrows a {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: perspective(1px) translateY(-50%);

		box-sizing: border-box;
		display: inline-block;
		padding: 20px 10px 20px;
		background: #000;
		background: rgba( 0, 0, 0, 0.64 );
	}
	.mc_gallery .block_full .element_arrows_prev a {
		border-radius: 0 8px 8px 0;
	}
	.mc_gallery .block_full .element_arrows_next a {
		border-radius: 8px 0 0 8px;
	}
	.mc_gallery .block_full .element_arrows a span {
		display: block;
		width: 30px;
		height: 43px;
		overflow: hidden;
	}
	.mc_gallery .block_full .element_arrows a img {
		display: block;
		width: 400%;
	}
	.mc_gallery .block_full .element_arrows a.next_slide img { margin: 0 0 0 -100%; }
	.mc_gallery .block_full .element_arrows a.prev_slide:hover img { margin: 0 0 0 -200%; }
	.mc_gallery .block_full .element_arrows a.next_slide:hover img { margin: 0 0 0 -300%; }
	/*  </ element_arrows >  */

	.mc_gallery .block_thumb {
		position: relative;
	}
	.mc_gallery .item_thumb {}
	.mc_gallery .item_thumb li {
		opacity: 0.35;
		transition: all 250ms ease;
		display: inline-block;
	}
	.mc_gallery .item_thumb li:hover,
	.mc_gallery .item_thumb .slick-current {
		opacity: 1;
	}
	.mc_gallery .item_thumb .item {
		border-right: 1px solid #fff;
	}
	.mc_gallery .item_thumb .item img {}
	/*  < element_arrows >  */
	.mc_gallery .block_thumb .element_arrows {
		z-index: 2;
		position: absolute;
		top: 0;
		bottom: 0;
		opacity: 0;
		padding: 0;
		width: auto;
		font-size: 0;
		text-align: center;
		transition: all 250ms ease;
	}
	.mc_gallery .block_thumb:hover .element_arrows {
		opacity: 1;
	}
	.mc_gallery .block_thumb .element_arrows_prev {
		left: 0;
	}
	.mc_gallery .block_thumb .element_arrows_next {
		right: 0;
	}
	.mc_gallery .block_thumb .element_arrows a {
		box-sizing: border-box;
		display: inline-block;
		padding: 10px 9px 10px;
		height: 100%;
		background: #000;
		background: rgba( 0, 0, 0, 0.64 );
	}
	.mc_gallery .block_thumb .element_arrows a span {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: perspective(1px) translateY(-50%);
		display: block;
		width: 34px;
		height: 34px;
		overflow: hidden;
	}
	.mc_gallery .block_thumb .element_arrows a img {
		display: block;
		width: 400%;
	}
	.mc_gallery .block_thumb .element_arrows a.next_slide img { margin: 0 0 0 -100%; }
	.mc_gallery .block_thumb .element_arrows a.prev_slide:hover img { margin: 0 0 0 -200%; }
	.mc_gallery .block_thumb .element_arrows a.next_slide:hover img { margin: 0 0 0 -300%; }
	/*  </ element_arrows >  */
	@media screen and (min-width: 1120px) {
		.mc_gallery .block_full .element_arrows a {
			padding: 40px 19px 40px;
		}
	}
	@media screen and (min-width: 1640px) {
		.mc_gallery .block_full .element_arrows a {
			padding: 77px 19px 77px;
		}
	}
	/*  </ mc_gallery >  */

/*Print Styles*/
@media print{
	#homeslides,
	.sxn-practiceAreas,
	.sxn-testimonials,
	.badges,
	.sxn-team,
	.sxn-contact,
	#ncBrandingWrapper{
		display: none;
	}
}

/*Multi-col nav items*/
nav.mm .multiCol ul {
    z-index: 999;
    width: 100%;
		background-color: #0a2e0a;
}
nav.mm .multiCol ul ul {
    background: #0a2e0a;
}
nav.mm .multiCol > ul {
    width: 310px;
}
nav.mm .multiCol > ul > li {
    width: 50%;
    box-sizing: border-box;
    float: left;
}
nav.mm .multiCol > ul > li:nth-child(odd) {
    border-right: 1px solid #104a1d;
}
nav.mm .multiCol > ul > li:nth-child(odd) > ul,
nav.mm .multiCol > ul > li:nth-child(even) > ul ul {
    left: 96%;
}
nav.mm .multiCol > ul > li:nth-child(even) > ul,
nav.mm .multiCol > ul > li:nth-child(odd) > ul ul {
    left: auto;
    right: 96%;
}
nav.mm .multiCol > ul > li:nth-child(2) {
    border-top: 0;
}
nav.mm_mob ul li a {height: auto !important;}

/*mhAnnouncement*/
.mhAnnouncement {
    display: block;
    text-align: center;
	background: rgba(82, 114, 0, 1);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    transition: 300ms;
	padding: 20px;
	box-sizing: border-box;
	line-height: 1;
	font-weight: 700;
}
@media screen and (min-width: 1120px) {
	.mhAnnouncement { font-size: 20px; }
}
@media screen and (min-width: 1640px) {
	.mhAnnouncement { font-size: 22px; }
}
body.sticky_zone .mhAnnouncement { display:none; }


/*  < youtube css >  */
.youtube-embed-cont {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-embed-cont iframe, .youtube-embed-cont object, .youtube-embed-cont embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.article .youtube-embed-cont {margin: 0 0 30px;}
/*  </ youtube css >  */


/* new badges zone */
.sxn-badges {
	max-width: 1450px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px 20px;
	position: relative;
	z-index: 1;
}
.badgeLists {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.badgeItem {
	cursor: pointer;
	border: 2px solid transparent;
	padding: 5px;
	box-sizing: border-box;
}
.badgeItem:hover {
	border-color: #527200;
}
.badgeItem img {
	display: block;
	max-width: 100%;
	height: auto;
}
.badgeText {
	display: none;
	background: #FFF;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	width: 720px;
	max-width: 96%;
	position: absolute;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.8));
    margin: 10px 0 0;
	left: 50%;
	transform: translateX(-50%);
}
.badgeItem:hover .badgeText.active { display: block; }
@media screen and (min-width: 1120px) {
	.sxn-badges { padding: 80px 20px; }
}
@media screen and (min-width: 1640px) {
	.badgeText {
		left: auto;
		transform: none;
		padding: 20px 30px;
	}
	.badgeItem5 .badgeText,
	.badgeItem6 .badgeText,
	.badgeItem12 .badgeText { right: 0; }
}