/*
Theme Name: Modern Wealth Law 2021
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;}
	.post_entry_mult_left img {width: 100%; height: auto; max-width: 340px}
	.post_entry_mult_right {padding-left: 340px;}
	.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;}
}

body.single .wp-post-image.size-medium {
	display: block;
	float: none;
	margin: 0 0 20px;
	width: 100%;
	height: auto;
	max-width: 300px;	
}

@media screen and 
	(min-width: 500px) and (max-width: 800px),
	(min-width: 900px) {
	body.single .wp-post-image.size-medium {
		float: left;
		margin: 0 15px 5px 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: 'Lato', 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);
	text-align: center;
	padding: 0 0 10px;
}
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 {

}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 200px; /*modme*/
		margin: 0 auto;
		padding: 10px 0 5px;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhCTA{
		display: block;
		text-transform: uppercase;
		color: #314660;
	}
	.mhPhone{
		display: block;
		color: #000;
		font-size: 20px;
	}

/* 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{ position: relative; }
nav.mm > ul > li:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	background: #5b81a4;
	bottom: 0;
	left: 0;
	transition: 300ms;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform-origin: middle;
	opacity: 0;
}
nav.mm > ul > li:hover:before{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);	
	opacity: 1;
}
nav.mm > ul > li > a {
	padding: 10px 10px;
	font-size: 14px;
	color: #000;
	line-height: 1;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm ul ul {background: #2e4a6b; width: 180px; border: 1px solid #385a7a;}
nav.mm ul ul li:hover > a {background: #829eb7;}
nav.mm ul ul li {border-top: 1px solid #385a7a;}
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;}

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: #314660;} /*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 #6271a4;} /*modme*/
	#mm1 {border-left: 1px solid #6271a4;} /*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: 34px 0 10px;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff; /*modme*/
	z-index: 9999;
	text-align: left;
}
	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: 15px;
			padding: 3px 1em 3px 0;
			color: #000;
		}
		nav.mm_mob a:hover {
			background: #829eb7; /*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: 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: 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: 10px;
	font-family: arial, sans-serif;
	padding: 0 5px;
	line-height: 1;
	height: 21px;
	width: 70%;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.15);
	outline: 0;
}
#mblsSubmit {
	width: 30%;
	border: 0;
	background: #314660; /*modme*/
	font-size: 10px;
	height: 21px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
#mblsSubmit:hover {background: #829eb7;} /*modme*/

@media screen and (min-width: 600px){
	.mhCTA,
	.mhPhone{
		display: inline-block;
		vertical-align: bottom;
		padding: 0 5px;
	}
}

@media screen and (min-width: 800px) {
	#persistentHeader{
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		padding: 0;
	}
	#mainHeader{
		position: relative;
		padding: 0 20px;
	}
	#mainHeader:after{
		content: '';
		display: table;
		clear: both;
	}
	#logo-main{ float: left; }
	.mhrTop{ float: right; padding: 18px 0 0; }
	nav.mm{ clear: both; }
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }

	body.sticky_zone #persistentHeader{
		background: #fff;
		box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
	}
}
@media screen and (min-width: 1120px){
	#logo-main{ max-width: 265px; padding: 10px 0; }
	.mhRight{ float: right; }
	.mhrTop{ float: none; padding: 10px 0 0; }
	.mhCTA{
		letter-spacing: 2px;
		font-size: 18px;
	}
	.mhPhone{ font-size: 28px; }
	nav.mm{ text-align: right; padding: 5px 0 0; }
	nav.mm > ul > li > a{ font-size: 16px; padding: 10px 10px; }
}
@media screen and (min-width: 1640px){
	#mainHeader{ max-width: 1800px; margin: 0 auto; }
	#logo-main{ max-width: 346px; padding: 30px 0; }
	.mhRight{ padding: 20px 0 0; }
	.mhCTA{ font-size: 21px; letter-spacing: 4px; }
	.mhPhone{ font-size: 36px; line-height: 1; }
	nav.mm{ padding: 15px 0 0; }
	nav.mm > ul > li > a{ font-size: 20px; padding: 10px 15px; }

	body.sticky_zone #logo-main{ padding: 10px 0; }
	body.sticky_zone .mhRight{ padding: 0; }
}
    @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;
	height: 300px;
	background-color: #fff;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 600px;
}
#homeslides{ background-image: url(img/slides/home/600/1-v4.png); }
#homeslides{ background-image: url(img/slides/home/600/1-v4.webp); }
.homeslide, .homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.homeslide{ display: none; }
#homeslide1 { display: block; }
/*.homeslideImg1{ background-image: url(img/slides/home/600/1.jpg); }*/
.homeslideImg2{ background-image: url(img/slides/home/600/2.jpg); }
.homeslideImg3{ background-image: url(img/slides/home/600/3.jpg); }
.slideContent{
	position: relative;
	width: 100%;
	height: 100%;
/*	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); */
}
.slideBox {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
.slideHead {
	display: block;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #314660;
	font-size: 35px;
}
.slideBody {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	font-size: 14px;
	padding: 10px;
	z-index: 1;
}
.slideBody:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(91,129,164,0.7);	
	top: 0;
	left: 0;
	z-index: -1;
}
.subslide {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	height: 164px;
background-size: auto;
}
#subslide2 { background-image: url(img/slides/sub/600/2.jpg); }
#subslide3 { background-image: url(img/slides/sub/600/3.jpg); }
#subslide4 { background-image: url(img/slides/sub/600/4.jpg); }
#subslide5 { background-image: url(img/slides/sub/600/5.jpg); }
#subslide6 { background-image: url(img/slides/sub/600/6.jpg); }
#subslide7 { background-image: url(img/slides/sub/600/7.jpg); }
#subslide8 { background-image: url(img/slides/sub/600/8.jpg); }
#subslide9 { background-image: url(img/slides/sub/600/9.jpg); }
#subslide10 { background-image: url(img/slides/sub/600/10.jpg); }
#subslide11 { background-image: url(img/slides/sub/600/11.jpg); }
#subslide12 { background-image: url(img/slides/sub/600/12.jpg); }
#subslide13 { background-image: url(img/slides/sub/600/13.jpg); }
#subslide14 { background-image: url(img/slides/sub/600/14.jpg); }
#subslide15 { background-image: url(img/slides/sub/600/15.jpg); }
#subslide16 { background-image: url(img/slides/sub/600/16.jpg); }
#subslide17 { background-image: url(img/slides/sub/600/17.jpg); }
#subslide18 { background-image: url(img/slides/sub/600/18.jpg); }
#subslide19 { background-image: url(img/slides/sub/600/19.jpg); }
#subslide20 { background-image: url(img/slides/sub/600/20.jpg); }
#subslide21 { background-image: url(img/slides/sub/600/21.jpg); }
#subslide22 { background-image: url(img/slides/sub/600/22.jpg); }
#subslide23 { background-image: url(img/slides/sub/600/23.jpg); }
#subslide24 { background-image: url(img/slides/sub/600/24.jpg); }
#subslide25 { background-image: url(img/slides/sub/600/25.jpg); }
#subslide26 { background-image: url(img/slides/sub/600/26.jpg); }
#subslide27 { background-image: url(img/slides/sub/600/27.jpg); }
#subslide28 { background-image: url(img/slides/sub/600/28.jpg); }
#subslide29 { background-image: url(img/slides/sub/600/29.jpg); }
#subslide30 { background-image: url(img/slides/sub/600/30.jpg); }
#subslide31 { background-image: url(img/slides/sub/600/31.jpg); }
#subslide32 { background-image: url(img/slides/sub/600/32.jpg); }

#subslide33 { background-image: url(img/slides/sub/600/33.jpg); }
#subslide34 { background-image: url(img/slides/sub/600/34.jpg); }
#subslide35 { background-image: url(img/slides/sub/600/35.jpg); }
#subslide36 { background-image: url(img/slides/sub/600/36-v2.jpg); background-position: left center; }
#subslide37 { background-image: url(img/slides/sub/600/37-v2.jpg); }	

#subslideSpecial1 { background-image: url(img/slides/sub/600/special/1.jpg); }
#subslideSpecial2 { background-image: url(img/slides/sub/600/special/2.jpg); }
#subslideSpecial3 { background-image: url(img/slides/sub/600/special/3.jpg); }
#subslideSpecial4 { background-image: url(img/slides/sub/600/special/4.jpg); }
#subslideSpecial5 { background-image: url(img/slides/sub/600/special/5.jpg); }
#subslideSpecial6 { background-image: url(img/slides/sub/600/special/6.jpg); }

#subslideProfiles1 { background-image: url(img/slides/sub/600/profiles/1.jpg); }
#subslideProfiles2 { background-image: url(img/slides/sub/600/profiles/2.jpg);  background-position: right center;}	

#subslideBlog1 { background-image: url(img/slides/sub/600/blog/1.jpg); }	

#subslideContact1 { background-image: url(img/slides/sub/600/contact/1.jpg); }

@media screen and (min-width: 600px) {	
	#homeslides,
	.subslides {
		background-size: auto;
	}	
	.homeslideImg{
		background-position: center top -20px;
	}
}
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides{ height: 540px; background-position: center top; }
	.neutralizer #homeslides{ background-image: url(img/slides/home/1120/1-v3.jpg); }
	.no-webp #homeslides{ background-image: url(img/slides/home/1120/1-v3.jpg); }
  .webp #homeslides{ background-image: url(img/slides/home/1120/1-v3.webp); }
	.homeslideImg{ background-position: center top;  background-size: auto;}
	.homeslideImg1{ background-image: url(img/slides/home/1120/1-v3.jpg); }
	.homeslideImg2{ background-image: url(img/slides/home/1120/2.jpg); }
	.homeslideImg3{ background-image: url(img/slides/home/1120/3.jpg); }	

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

    }

	.slideContent{ background: transparent; }
	.slideBox{
		left: auto;
		right: -100px;
		opacity: 0;
		transition: 300ms;
		bottom: auto;
		top: 175px;
		width: auto;
		min-width: 350px;
		text-align: left;
	}
	.slideTxtAnimate .slideBox{
		right: 0;
		opacity: 1;
	}
	.slideHead{ font-size: 50px; line-height: 1; }
	.slideBody{ font-size: 16px; padding: 10px 10px 10px 30px; }
	.slideBody:before{
		transform: skewX(25deg);
		-webkit-transform: skewX(25deg);
		-moz-transform: skewX(25deg);
		-ms-transform: skewX(25deg);
		padding: 0 999px 0 0;
		margin: 0 -999px 0 0;		
	}
	.slideBody:after{
		content: '';
		position: absolute;
		width: 6px;
		height: 100%;
		background: #c8d2e2;
		border-left: 6px solid #d4dae9;
		transform: skewX(25deg);
		-webkit-transform: skewX(25deg);
		-moz-transform: skewX(25deg);
		-ms-transform: skewX(25deg);
		left: 0;
		top: 0;
	}

	.subslide {
		background-position: center top;
		height: 300px;
		border-bottom: 10px solid #d9d9d9;
	}
	#subslide2 { background-image: url(img/slides/sub/1120/2.jpg); }
	#subslide3 { background-image: url(img/slides/sub/1120/3.jpg); }
	#subslide4 { background-image: url(img/slides/sub/1120/4.jpg); }
	#subslide5 { background-image: url(img/slides/sub/1120/5.jpg); }	
	#subslide6 { background-image: url(img/slides/sub/1120/6.jpg); }
	#subslide7 { background-image: url(img/slides/sub/1120/7.jpg); }
	#subslide8 { background-image: url(img/slides/sub/1120/8.jpg); }
	#subslide9 { background-image: url(img/slides/sub/1120/9.jpg); }
	#subslide10 { background-image: url(img/slides/sub/1120/10.jpg); }
	#subslide11 { background-image: url(img/slides/sub/1120/11.jpg); }
	#subslide12 { background-image: url(img/slides/sub/1120/12.jpg); }
	#subslide13 { background-image: url(img/slides/sub/1120/13.jpg); }
	#subslide14 { background-image: url(img/slides/sub/1120/14.jpg); }
	#subslide15 { background-image: url(img/slides/sub/1120/15.jpg); }
	#subslide16 { background-image: url(img/slides/sub/1120/16.jpg); }
	#subslide17 { background-image: url(img/slides/sub/1120/17.jpg); }
	#subslide18 { background-image: url(img/slides/sub/1120/18.jpg); }
	#subslide19 { background-image: url(img/slides/sub/1120/19.jpg); }
	#subslide20 { background-image: url(img/slides/sub/1120/20.jpg); }
	#subslide21 { background-image: url(img/slides/sub/1120/21.jpg); }
	#subslide22 { background-image: url(img/slides/sub/1120/22.jpg); }
	#subslide23 { background-image: url(img/slides/sub/1120/23.jpg); }
	#subslide24 { background-image: url(img/slides/sub/1120/24.jpg); }
	#subslide25 { background-image: url(img/slides/sub/1120/25.jpg); }
	#subslide26 { background-image: url(img/slides/sub/1120/26.jpg); }
	#subslide27 { background-image: url(img/slides/sub/1120/27.jpg); }
	#subslide28 { background-image: url(img/slides/sub/1120/28.jpg); }
	#subslide29 { background-image: url(img/slides/sub/1120/29.jpg); }
	#subslide30 { background-image: url(img/slides/sub/1120/30.jpg); }
	#subslide31 { background-image: url(img/slides/sub/1120/31.jpg); }
	#subslide32 { background-image: url(img/slides/sub/1120/32.jpg); }

	#subslide33 { background-image: url(img/slides/sub/1120/33.jpg); }
	#subslide34 { background-image: url(img/slides/sub/1120/34.jpg); }
	#subslide35 { background-image: url(img/slides/sub/1120/35.jpg); }
	#subslide36 { background-image: url(img/slides/sub/1120/36-v2.jpg); }
	#subslide37 { background-image: url(img/slides/sub/1120/37.jpg); }		

	#subslideSpecial1 { background-image: url(img/slides/sub/1120/special/1.jpg); }
	#subslideSpecial2 { background-image: url(img/slides/sub/1120/special/2.jpg); }
	#subslideSpecial3 { background-image: url(img/slides/sub/1120/special/3.jpg); }
	#subslideSpecial4 { background-image: url(img/slides/sub/1120/special/4.jpg); }
	#subslideSpecial5 { background-image: url(img/slides/sub/1120/special/5.jpg); }
	#subslideSpecial6 { background-image: url(img/slides/sub/1120/special/6.jpg); }

	#subslideProfiles1 { background-image: url(img/slides/sub/1120/profiles/1.jpg); }
	#subslideProfiles2 { background-image: url(img/slides/sub/1120/profiles/1.jpg);  }

	#subslideBlog1 { background-image: url(img/slides/sub/1120/blog/1.jpg); }	
	
	#subslideContact1 { background-image: url(img/slides/sub/1120/contact/1.jpg); }
}

@media screen and (min-width: 1120px) {
	#homeslides{ height: 600px; background-position: center top -70px; }
	.no-webp #homeslides{ background-image: url(img/slides/home/2000/1-v3.jpg); }
	.webp #homeslides{ background-image: url(img/slides/home/2000/1-v3.webp); }
	.homeslideImg1{ background-image: url(img/slides/home/2000/1-v3.jpg); }
	.homeslideImg2{ background-image: url(img/slides/home/2000/2.jpg); }
	.homeslideImg3{ background-image: url(img/slides/home/2000/3.jpg); }
	.slideBox{ top: 180px; }
	.slideHead{ font-size: 68px; }
	.slideBody{ font-size: 18px; }

	.subslide {
		height: 500px;
	}
	#subslide2 { background-image: url(img/slides/sub/2000/2.jpg); }
	#subslide3 { background-image: url(img/slides/sub/2000/3.jpg); }
	#subslide4 { background-image: url(img/slides/sub/2000/4.jpg); }
	#subslide5 { background-image: url(img/slides/sub/2000/5.jpg); }
	#subslide6 { background-image: url(img/slides/sub/2000/6.jpg); }
	#subslide7 { background-image: url(img/slides/sub/2000/7.jpg); }
	#subslide8 { background-image: url(img/slides/sub/2000/8.jpg); }
	#subslide9 { background-image: url(img/slides/sub/2000/9.jpg); }
	#subslide10 { background-image: url(img/slides/sub/2000/10.jpg); }
	#subslide11 { background-image: url(img/slides/sub/2000/11.jpg); }
	#subslide12 { background-image: url(img/slides/sub/2000/12.jpg); }
	#subslide13 { background-image: url(img/slides/sub/2000/13.jpg); }
	#subslide14 { background-image: url(img/slides/sub/2000/14.jpg); }
	#subslide15 { background-image: url(img/slides/sub/2000/15.jpg); }
	#subslide16 { background-image: url(img/slides/sub/2000/16.jpg); }
	#subslide17 { background-image: url(img/slides/sub/2000/17.jpg); }
	#subslide18 { background-image: url(img/slides/sub/2000/18.jpg); }
	#subslide19 { background-image: url(img/slides/sub/2000/19.jpg); }	
	#subslide20 { background-image: url(img/slides/sub/2000/20.jpg); }	
	#subslide21 { background-image: url(img/slides/sub/2000/21.jpg); }
	#subslide22 { background-image: url(img/slides/sub/2000/22.jpg); }	
	#subslide23 { background-image: url(img/slides/sub/2000/23.jpg); }	
	#subslide24 { background-image: url(img/slides/sub/2000/24.jpg); }	
	#subslide25 { background-image: url(img/slides/sub/2000/25.jpg); }	
	#subslide26 { background-image: url(img/slides/sub/2000/26.jpg); }
	#subslide27 { background-image: url(img/slides/sub/2000/27.jpg); }
	#subslide28 { background-image: url(img/slides/sub/2000/28.jpg); }
	#subslide29 { background-image: url(img/slides/sub/2000/29.jpg); }
	#subslide30 { background-image: url(img/slides/sub/2000/30.jpg); }
	#subslide31 { background-image: url(img/slides/sub/2000/31.jpg); }
	#subslide32 { background-image: url(img/slides/sub/2000/32.jpg); }

	#subslide33 { background-image: url(img/slides/sub/2000/33.jpg); }
	#subslide34 { background-image: url(img/slides/sub/2000/34.jpg); }
	#subslide35 { background-image: url(img/slides/sub/2000/35.jpg); }
	#subslide36 { background-image: url(img/slides/sub/2000/36-v2.jpg); }
	#subslide37 { background-image: url(img/slides/sub/2000/37-v2.jpg); }

	#subslideSpecial1 { background-image: url(img/slides/sub/2000/special/1.jpg); }	
	#subslideSpecial2 { background-image: url(img/slides/sub/2000/special/2.jpg); }	
	#subslideSpecial3 { background-image: url(img/slides/sub/2000/special/3.jpg); }	
	#subslideSpecial4 { background-image: url(img/slides/sub/2000/special/4.jpg); }	
	#subslideSpecial5 { background-image: url(img/slides/sub/2000/special/5.jpg); }	
	#subslideSpecial6 { background-image: url(img/slides/sub/2000/special/6.jpg); }

	#subslideProfiles1 { background-image: url(img/slides/sub/2000/profiles/1.jpg); background-position: center; }
	#subslideProfiles2 { background-image: url(img/slides/sub/2000/profiles/1.jpg); background-position: right; }

	#subslideBlog1 { background-image: url(img/slides/sub/2000/blog/1.jpg); }	

	#subslideContact1 { background-image: url(img/slides/sub/2000/contact/1.jpg); }	
}
@media screen and (min-width: 1640px){
	#homeslides{ height: 900px; }
	.slideContent{ max-width: 1840px; margin: 0 auto; }
	.slideBox{ top: 320px; min-width: 600px; }
	.slideHead{ font-size: 88px; }
	.slideBody{ font-size: 23px; padding: 15px 15px 15px 50px; }
	.slideBody:after{
		width: 12px;
		border-width: 12px;
	}
	.subslide{ height: 549px; }
}
@media screen and (min-width: 2000px){ .subslide{ background-position: center top !important; } }

/* < Subslide Titles > */
.subslide #sub-title {
	box-sizing: border-box;
	position: absolute;	
	bottom: 0;
	width: 100%;
	padding: 18px 10px;
	text-align:center;
	background-color:rgba(91, 129, 164, 0.70);	
}
.subslide #sub-title span {
	display: block;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;	
}
@media screen and (min-width: 800px) {
	.subslide #sub-title {
		box-sizing: initial;
		left: -50px;
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%) skew(15deg);
		-ms-transform: translateY(-50%) skew(15deg);
		transform: translateY(-50%) skew(15deg);
		min-width: 100px;
		max-width: 200px;
		padding: 18px 50px 18px 90px;
		text-align: left;
	}
	.subslide #sub-title::before,
	.subslide #sub-title::after {
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
		width: 12px;
	}
	.subslide #sub-title::before {
		right: -7px;			
		background-color: #c8d5e3;
	}
	.subslide #sub-title::after {
		right: 4px;		
		background-color: #c6d1e1;
	}
	.subslide #sub-title span {
		font-size: 18px;
		transform: skew(-15deg);
		-webkit-transform: skew(-15deg);
		-ms-transform: skew(-15deg);
	}
}
@media screen and (min-width: 1120px) {
	.subslide #sub-title {
		min-width: 200px;
		max-width: 300px;
		padding: 18px 50px 18px 110px;
	}
	.subslide #sub-title span {
		font-size: 20px;
	}
}
@media screen and (min-width: 1400px) {
	.subslide #sub-title {
		min-width: 300px;
		max-width: 400px;
		padding: 18px 50px 18px 110px;
	}
	.subslide #sub-title span {
		font-size: 22px;
	}
}
@media screen and (min-width: 1640px) {
	.subslide #sub-title {
		min-width: 400px;
		max-width: 500px;
		padding: 18px 50px 18px 130px;
	}
	.subslide #sub-title span {
		font-size: 25px;
	}
}
/* </ Subslide Titles > */

/*Practice Areas*/
.sxn-practiceAreas{
	text-align: center;
	padding: 20px;
}
.pasList li{
	margin: 0 auto 5px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.25);
}
.pasList a {
	display: block;
	color: #fff;
	background: rgba(46,74,107,1.0);
	padding: 24px 10px 24px 90px;
	transition: 300ms;
	font-size: 20px;
	text-align: left;
	position: relative;
}
.pasList li:nth-of-type(odd) a {
  background: rgba(46,74,107,1.0);
  box-shadow: inset 0 0 0 5px #2e4a6b, inset 0 0 0 7px #fff;
}
.pasList li:nth-of-type(odd):hover a {
	background: #fff;
  box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 7px #2e4a6b;
  color: #2e4a6b;
}
.pasList li:nth-of-type(even) a {
  background: rgba(91,129,164,1.0);
  box-shadow: inset 0 0 0 5px #5b81a4, inset 0 0 0 7px #fff;
}
.pasList li:nth-of-type(even):hover a {
	background: #fff;
  box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 7px #5b81a4;
  color: #5b81a4;
}
.pasList br{ display: none; }
.pasList a:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-position: left 9px top 9px;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.25);
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    left: 20px;
}
	.no-webp .pasList a:before{ background-image: url(img/areas/area-icons.png); }
	.webp .pasList a:before{ background-image: url(img/areas/area-icons.webp); }
	.pasList li:hover a:before {
    background-color: #7f9cb8;
    box-shadow: none;
    background-position: left 9px bottom 13px;
  }
	.pasList li.pasArea2 a:before{ background-position: left -84px top 9px; }
	.pasList li.pasArea3 a:before{ background-position: left -184px top 9px; }
	.pasList li.pasArea4 a:before{ background-position: left -283px top 9px; }
	.pasList li.pasArea2:hover a:before{ background-position: left -84px bottom 13px; }
	.pasList li.pasArea3:hover a:before{ background-position: left -184px bottom 13px; }
	.pasList li.pasArea4:hover a:before{ background-position: left -283px bottom 13px; }	

@media screen and (min-width: 600px){
	.pasList a { font-size: 25px; }
}	

@media screen and (min-width: 800px) {
	.sxn-practiceAreas{
		padding: 0 20px 40px;
		margin: -145px 0 0;
		position: relative;
		z-index: 9;
	}
	.pasList li{
		display: inline-block;
		vertical-align: top;
		width: calc(25% - 3px);
	}
	.pasList a{
		padding: 40px 0 0;
		font-size: 20px;
		height: 100px;
		box-sizing: border-box;
		line-height: 1;
		text-align: center;
		position: relative;
		border: 1px solid #fff;
	}
	.pasList li:nth-of-type(odd) a { box-shadow: none; background: rgba(46,74,107,0.7); }
	.pasList li:nth-child(even) a { background: rgba(91,129,164,0.7); box-shadow: none; }
	.pasList li:nth-of-type(odd):hover a, .pasList li:nth-of-type(even):hover a { box-shadow: none; }
	.pasList a:before{
		top: -30px;
		left: calc(50% - 30px);
		transform: scale(1.0);
	}
}
@media screen and (min-width: 1120px){
	.sxn-practiceAreas{ margin: -175px 0 0; }
	.pasList a{
		font-size: 25px;
		padding: 60px 0 0;
		height: 130px;
	}
	.pasList br{ display: block; }
}
@media screen and (min-width: 1640px){
	.sxn-practiceAreas{
		max-width: 1840px;
		margin: -215px auto 0;
	}
	.pasList li{ width: calc(25% - 5px); margin: 0; }
	.pasList a{
		font-size: 30px;
		padding: 75px 0 0;
		height: 170px;
	}	
}


#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: 1840px;
}
#mainContent {
	font-size: 16px;
	line-height: 1.6;
	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: #356794; }
	.article a:hover { color: #ffc300;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
		text-transform: uppercase;
	}
	.article h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
		color: #5b81a4;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
		padding: 0 0 10px 0;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		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%;
	}
	#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*/	
#sidebar {}
.sb-attorney{ margin: 0 auto 20px; }
.sb-attorney img{ max-width: 349px; }
.sb-areas,
.sb-tran,
.sb-testimonials,
.sb-headshot{	
	margin: 0 auto 50px;
}
.sb-areas .pasList li{
	display: block;
	width: 100%;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.25);
	margin: 0 auto 5px;
	border: 0;
}
.sb-areas .pasList a:before {
    content: none;
    position: absolute;
    width: 60px;
    height: 60px;
    background-position: left 9px top 9px;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.25);
    top: 50%;
    left: 20px;
}
.sb-areas .pasList li:nth-of-type(odd) a{
	background: #2e4a6b;
	box-shadow: inset 0 0 0 5px #2e4a6b, inset 0 0 0 7px #fff;
}
.sb-areas .pasList li:nth-of-type(odd):hover a{
	box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 7px #2e4a6b;
	color: #2e4a6b;
}
.sb-areas .pasList li:nth-of-type(even) a{
	background: #5b81a4;
	box-shadow: inset 0 0 0 5px #5b81a4, inset 0 0 0 7px #fff;
}
.sb-areas .pasList li:nth-of-type(even):hover a{
	box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 7px #5b81a4;
	color: #5b81a4;
}
.sb-areas .pasList a{
	padding: 20px;
	font-size: 27px;
	border: 0;
	text-align: center;
}
.sb-areas .pasList li:hover a{
	background: #fff;
}
@media screen and (min-width: 800px) {
	.sb-areas .pasList a:before { content: ''; }
}
.sb-attorney{
	position: relative;
	background: #2e4a6b;
	color: #fff;
	text-align: center;
	padding: 0 0 15px;
	overflow: hidden;
}
.sb-attorney img{
	width: 100%;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
}
.sbAttName{
	display: block;
	font-size: 35px;
	padding: 20px 0;
	margin: 0 15px;
}
.sbAttMore{
	display: block;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	transition: 300ms;
	background: #5b81a4;
	padding: 20px 0;
	margin: 0 15px;
}
.sbAttMore:hover{
	background: #cfd7e6;
	color: #2e4a6b;
}
.sb-testimonials{
	text-align: center;
	color: #fff;
	background: url(img/sidebar/testimonials-bg.jpg);
	background-size: cover;
	padding: 40px 0 0;
}
.sb-testimonials .testItem{ font-size: 18px; line-height: 1.3; }
.sb-testimonials .testsList{
	height: 350px;
	margin: 0 auto 50px;
	width: 100%;
}
.sb-testimonials .testsTitle{ font-size: 35px; margin: 0 0 20px; }
.sb-testimonials .testItem{ padding: 70px 20px 0; }
.sb-testimonials .testItem:before{
	transform: scale(0.75);
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	top: 0;
}
.sb-testimonials .testsArrows{
	position: relative;
	padding: 10px 0 7px;
	margin: 0 auto;
	left: 0;
	top: 0;
}
.sb-testimonials .testsArrows:before{ display: none; }
.sb-testimonials .testsArrows a{ width: 130px; }
.sb-testimonials .taPrev img{ margin: 5px 0 0 35px; }
/*
.sb-headshot{
	padding: 0 20px;
}
.sb-headshot img{
	display: block;
	width: 100%;
	margin: 0 0 14px;
	height: auto;	
}
.sb-headshot > span{
	padding: 0 0 10px;
}
.sb-headshot-name { 
	display: block;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
}
.sb-headshot hr {
	border: none;
	height: 2px;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	margin: 2px 0 16px;
	padding: 0;
}
.sb-headshot-title {
	display: block; 
	font-size: 17px;
	font-style: italic;
	color: #5b81a4;
	font-weight: 700;
}
.sb-headshot-phone {
	display: block;
}
.sb-headshot-phone span { 
	font-weight: 700;
}
.sb-headshot-email { 
	display: block;
}
.sb-headshot-email a {
	color: #000000;
}
.sb-headshot-email a:hover {
	color: #ffc300;
}
*/
@media screen and (min-width: 800px){
	.sb-areas .pasList a{ padding: 30px 40px 30px 135px; height: auto; }
	.sb-areas .pasList a:before{ left: 30px; top: 27px; }
	.sb-areas .pasList .pasArea2 a{ padding: 30px 40px 30px 120px; }
/*
	.sb-headshot{ padding: 0; }
	.sb-headshot-name { font-size: 33px; }
	.sb-headshot-title { font-size: 19px; }
*/
}



/* Content Area */

@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#caWrap{
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.neutralizer #caWrap.imgSet{ background-image: url(img/content/home-content-bg-1120.jpg) }
	#contentArea{ padding: 40px; }
	#mainContent {
		padding: 0;
		width: calc(100% - 20px - 351px);
		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: 351px;
		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){
	#caWrap{
		background-size: 100%;
	}
	.no-webp #caWrap.imgSet{ background-image: url(img/content/home-content-bg.jpg); }
	.webp #caWrap.imgSet{ background-image: url(img/content/home-content-bg.webp); }
	#contentArea{ padding: 60px; }
	#mainContent{ width: calc(100% - 50px - 351px); }
	.article h1{ font-size: 30px; }
	.article h2{ font-size: 24px; }
	.article h3{ font-size: 20px; }
	.article h4,
	.article h5{ font-size: 18px; }	
}
@media screen and (min-width: 1640px){
	#contentArea{ padding: 80px; }
	#mainContent{
		font-size: 18px;
		line-height: 1.8;
		width: calc(100% - 150px - 351px);
	}
	.article h1{ font-size: 34px; }
	.article h2{ font-size: 28px; }
	.article h3{ font-size: 22px; }
	.article h4,
	.article h5{ font-size: 19px; }
}
@media screen and (min-width: 2000px){
	#caWrap{ background-size: 100%; }
}

/* Bio headshot */
.bio-headshot{	
	max-width: 349px;
	margin: 0 0 10px;
}
.bio-headshot img{
	display: block;
	width: 100%;
	margin: 0 0 14px;
	height: auto;	
}
.bio-headshot h1 {	
	padding: 0 0 5px;
}
.bio-headshot > span{
	padding: 0 0 5px;
}
.bio-headshot-title {
	display: block; 
	font-size: 17px;
	font-style: italic;
	color: #5b81a4;
	font-weight: 700;
}
.bio-headshot-phone {
	display: block;
}
.bio-headshot-phone span { 
	font-weight: 700;
}
.bio-headshot-email { 
	display: block;
}
.bio-headshot-email a {
	color: #000000;
}
.bio-headshot-email a:hover {
	color: #ffc300;
}
@media screen and (min-width: 700px){
	.bio-headshot{ float: left; padding: 0 20px; margin: 0 20px 15px 0; }
}
@media screen and (min-width: 800px){
	.bio-headshot{ float: none; padding: 0; margin: 0 40px 15px 0; }
	.bio-headshot-name { font-size: 33px; }
	.bio-headshot-title { font-size: 19px; }
}
@media screen and (min-width: 1120px){
	.bio-headshot{
		float: left;
	}
}

/*Steps in Content (estate planning process)*/
.sxn-content-steps{
	padding: 20px;
	text-align: center;
}
ul.contentStepsList{
	padding: 0;
}
li.contentStepItem{
	position: relative;
	background: #5b81a4;
	padding: 85px 20px 40px;
	color: #fff;
	margin: 62px auto 0;
	list-style-type: none;
}
.contentStepItem2.animate__animated{ animation-delay: 300ms; }
.contentStepItem3.animate__animated{ animation-delay: 600ms; }
.contentStepItem4.animate__animated{ animation-delay: 900ms; }
.contentStepItem5.animate__animated{ animation-delay: 1200ms; }
.contentStepItem:before{
	content: '1';
	position: absolute;
	font-size: 41px;
	font-weight: bold;
	width: 85px;
	height: 85px;
	color: #5a81a4;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #5a81a4, 0 0 0 10px #fff, 6px 10px 25px 0 rgba(0,0,0,1);
	box-sizing: border-box;
	top: -42px;
	left: calc(50% - 42px);
	padding: 7px 0 0;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
}
.contentStepItem2:before{ content: '2'; }
.contentStepItem3:before{ content: '3'; }
.contentStepItem4:before{ content: '4'; }
.contentStepItem5:before{ content: '5'; }
.contentStepTitle{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2;
	padding: 0 0 10px;
}
.contentStepDesc{ padding: 0; max-width: 300px; margin: 0 auto; line-height: 1.3; }
.contentStepItem hr{
	width: 125px;
	height: 5px;
	background: #3b566f;
	border: 0;
	outline: 0;
	margin: 20px auto;
}

@media screen and (min-width: 600px){
	.contentStepTitle { height: 55px; }
	.contentStepsDesc{ margin: 0 auto; }
	.contentStepsList{ overflow: hidden; }
	.contentStepItem{
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		margin: 60px 1px 0;
		width: calc(50% - 10px);
		height: 320px;
	}
}
@media screen and (min-width: 800px){
	.sxn-content-steps{ padding: 40px 20px; }
	.contentStepItem{ 
		width: 100%; 
		height: auto;
	}
}
@media screen and (min-width: 1120px){
	.sxn-content-steps{
		padding: 60px 15px 90px;
	}
	.contentStepItem{ 
		width: calc(50% - 10px); 
		height: 310px; 		
	}
	.contentStepTitle{ height: 55px; }
}
@media screen and (min-width: 1400px){
	.contentStepItem{
		padding: 72px 0 40px;
		width: calc(33% - 10px);
		height: 365px;
	}
	.contentStepTitle{ height: 65px; }
	.contentStepDesc{ font-size: 20px; }
	.contentStepItem hr{ margin: 30px auto; }
}
@media screen and (min-width: 1640px){
	.sxn-content-steps{ padding: 40px 0 60px; background-size: 100%; }
	.contentStepsList{ max-width: 1800px; margin: 0 auto; }
	.contentStepItem{
		padding: 90px 50px 60px;
		width: calc(20% - 10px);
		height: 375px;
	}
	.contentStepItem:before{
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
	}
	.contentStepTitle{ font-size: 25px; margin: 0 0 5px; height: 60px; }
	.contentStepDesc{ font-size: 19px; }
}


/*Home Content*/
body.home #mainContent{ width: 100%; box-sizing: border-box; }
body.home .article h1{ text-align: center; }
	body.home #mainContent{ font-size: 19px; }
	body.home .article h2{
		font-size: 22px; 
	}
	body.home .article hr{
		height: 3px;
		margin: 15px auto;
		background-color: #e4e4e4;
		width: auto;
		background-image: none;
	}
@media screen and (min-width: 800px){
	body.home .article h1{ font-size: 30px; }
	body.home .article h2{
		font-size: 23px; 
	}
}
@media screen and (min-width: 1120px){	
	body.home .article h1{ font-size: 40px; }
	body.home .article h2{
		font-size: 30px; 
	}
	body.home #mainContent{ font-size: 18px; }
	body.home .article hr{
		margin: 20px auto;
	}
}
@media screen and (min-width: 1640px){
	body.home .article h1{ font-size: 45px; margin: 0 auto 40px; }
	body.home .article h2{
		font-size: 33px;
	}
	body.home #mainContent{ font-size: 18px; }
	body.home .article hr{
		height: 5px;
		margin: 25px auto;
	}		
}
@media screen and (min-width: 1820px){
	body.home .article h2{
		font-size: 35px;
	}
	body.home #mainContent{ font-size: 20px; }
	body.home .article hr{ margin: 30px auto; }	
}

/*Home Zone*/
.mcHomeZone{
	position: relative;
	background: #2e4a6b;
	padding: 250px 10px 10px;
	margin: 20px auto;
}
.mcHomeZone:before{
	content: '';
	position: absolute;
	width: calc(100% - 20px);
	height: 260px;
	background-size: 100%;
	top: -20px;
	left: 10px;
}
.mcHomeZone.imgSet:before{ background-image: url(img/sidebar/home-v4.webp); }
.mcHomeZone a{
	display: block;
	background: #5e84a7;
	color: #fff;
	text-transform: uppercase;
	transition: 300ms;
	text-align: center;
	padding: 10px;
}
.mcHomeZone a:hover{
	color: #5e84a7;
	background: #fff;
}

@media screen and (min-width: 400px){
	.mcHomeZone{ padding: 340px 10px 10px; }
	.mcHomeZone:before{	height: 350px; }
}
@media screen and (min-width: 600px){
	.mcHomeZone{ padding: 510px 10px 10px; }
	.mcHomeZone:before{	height: 520px; }
}
@media screen and (min-width: 800px){
	.mcHomeZone{
		float: left;
		width: 45%;
		max-width: 500px;
		margin: 20px 20px 20px 0;
		padding: 320px 10px 10px;
	}
	.mcHomeZone:before{
		height: 330px;
	}	
}
@media screen and (min-width: 1120px){
	.mcHomeZone{
		padding: 380px 10px 10px;
	}	
	.mcHomeZone:before{
		height: 390px;
	}
	.mcHomeZone a{
		padding: 15px 15px 15px 60px;
		font-size: 20px;
		position: relative;
	}
	.mcHomeZone a:before{
		content: '';
		position: absolute;
		width: 39px;
		height: 39px;
		background-position: left top;
		left: 15px;
		top: 12px;
	}
	.no-webp .mcHomeZone a.imgSet:before{ background-image: url(img/content/home-calendar.png); }
	.webp .mcHomeZone a.imgSet:before{ background-image: url(img/content/home-calendar.webp); }
	.mcHomeZone a:hover:before{ background-position: left bottom; }
}
@media screen and (min-width: 1640px){
	.mcHomeZone{
		max-width: 100%;
		width: 675px;
		padding: 598px 15px 15px;
		margin: 30px 90px 40px 40px;
	}
	.mcHomeZone:before{
		width: calc(100% - 30px);
		height: 613px;
		top: -30px;
		left: 15px;
	}
	.mcHomeZone a{
		font-size: 26px;
		text-align: left;
		padding: 15px 15px 15px 100px;
	}
	.mcHomeZone a:before{
		top: 20px;
		left: 20px;
	}
}




/*Benefits*/
.sxn-benefits{
	padding: 20px;
	text-align: center;
	background: #2d4868;
	color: #fff;
}
.benItem{
	position: relative;
	padding: 140px 0 60px;
	border-bottom: 2px solid #446e95;
	transition: 300ms;
}
.benItem2.animate__animated{ animation-delay: 300ms; }
.benItem3.animate__animated{ animation-delay: 600ms; }
.benItem4.animate__animated{ animation-delay: 900ms; }
.benItem.active{ background: rgba(116,160,200,0.5); }
.benItem:before{
	content: '';
	position: absolute;
	display: block;
	width: 35px;
	height: 35px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	bottom: 0;
	left: calc(50% - 18px);
	transition: 300ms;
}
.benItem.active:before{
	bottom: -20px;
	opacity: 0;
}

.benItem:after{
	content: '';
	position: absolute;
	width: 103px;
	height: 103px;
	border-radius: 50%;
	background-position: top 11px left 11px;
	background-repeat: no-repeat;
	background-color: #5b81a4;
	top: 20px;
	left: calc(50% - 51px);
	transition: background-color 300ms;
	box-shadow: 2px 2px  10px 0 rgba(0,0,0,0.5);
}
.benItem.imgSet:after{ background-image: url(img/benefits/benefit-icons.png); }
.benItem.active:after{ background-color: #fff; }
.benItem1.active:after{ background-position: bottom 11px left 11px; }

.benItem2:after{ background-position: top 9px left -153px; }
.benItem2.active:after{ background-position: bottom 12px left -153px; }

.benItem3:after{ background-position: top 10px left -317px; }
.benItem3.active:after{ background-position: bottom 11px left -317px; }

.benItem4:after{ background-position: top 14px left -492px; }
.benItem4.active:after{ background-position: bottom 8px left -492px; }
.bensTitle{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	margin: 0 auto 20px;
}
.benTitle{
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.1;
	font-size: 18px;
	margin: 0 auto 5px;
	transition: 300ms;
	height: auto;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform-origin: top;	
}
.benItem.active .benTitle,
.benItem.active .benSubtitle{
	height: 0;
	opacity: 0;
	padding: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);	
}
.benSubtitle{
	display: block;
	color: #7ea4c8;
}
.benDesc{
	height: 0;
	line-height: 1.5;
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform-origin: top;
	transition: 300ms;
}
.benItem.active .benDesc{
	height: auto;
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
}
@media screen and (min-width: 800px){
	.sxn-benefits{ padding: 40px 20px; }
	.bensTitle{ font-size: 35px; }
}
@media screen and (min-width: 1120px){
	.sxn-benefits{
		padding: 60px 20px;
		background: url(img/benefits/benefits-bg.jpg);
		background-size: cover;
	}
	.bensTitle{ font-size: 45px; margin: 0 0 60px; }
	.benItem{
		width: calc(25% - 2px);
		display: inline-block;
		vertical-align: top;
		margin: 0 -2px;
		border-bottom: 0;
		border-right: 2px solid #446e95;
		box-sizing: border-box;
		padding: 140px 10px 10px;
		height: 450px;
	}
	.benTitle{ font-size: 30px; }
	.benSubtitle{ font-size: 20px; }
	.benDesc{ text-align: left; font-size: 14px; }
	.benItem4{ border: 0; }
}
@media screen and (min-width: 1300px){
	.benDesc{ font-size: 16px; }
}
@media screen and (min-width: 1640px){
	.sxn-benefits{ padding: 100px 20px; }
	.bensWrap{ max-width: 1800px; margin: 0 auto; }
	.bensTitle{ font-size: 57px; margin: 0 auto 100px; }
	.benItem{ height: 515px; padding: 150px 30px 30px; }
	.benItem:after{ top: 30px; }
	.benTitle{ font-size: 38px; padding: 10px 0 0; }
	.benSubtitle{ font-size: 24px; }
	.benDesc{ font-size: 18px; line-height: 1.7; }
}

/*Team*/
.sxn-team{
	padding: 20px 0 0;
	text-align: center;
	background: #5b81a4;
	color: #fff;
}
.teamTitle{
	display: block;
	text-transform: uppercase;
	font-size: 25px;
	margin: 0 auto 20px;
}
.teamBox{ padding: 20px; }
.teamBox2{ background: #2e4a6b; }
.memName{
	display: block;
	text-transform: uppercase;
	margin: 0 auto 10px;
	font-size: 18px;
}
.memBio{
	max-width: 600px;
	margin: 0 auto;
}
.memSocial{ margin: 0 auto 20px; }
.memSocial li{
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
.memSocial a{
	text-align: center;
	display: block;
	overflow: hidden;
	width: 53px;
	height: 53px;
	background: #cfd7e6;
	transition: 300ms;
	border-radius: 50%;
}
.memSocial li:hover a{ background-color: #fff; }
.msFacebook img{ margin: -57px 0 0 17px; }
.msLinkedIn img{ margin: -57px 0 0 -55px; }

.memFeat{
	position: relative;
	padding: 310px 0 0;
}
.memFeat:before{
	content: '';
	position: absolute;
	width: 250px;
	height: 300px;
	background-size: 100%;
	left: calc(50% - 125px);
	top: 0;
}
.memFeat.imgSet:before{ background-image: url(img/team/wong-home.jpg); }
.teamBox2 .memFeat.imgSet:before{ background-image: url(img/team/tran-home.jpg); }
.memMore{
	display: block;
	text-transform: uppercase;
	color: #5b81a4;
	background: #cfd7e6;
	padding: 15px;
	transition: 300ms;
	font-weight: bold;
	width: 250px;
	box-sizing: border-box;
	margin: 0 auto;
}
.memMore:hover{
	background: #fff;
}
@media screen and (min-width: 800px){
	.teamBox{ position: relative; }
	.teamTitle{ font-size: 30px; }
	.teamBox:after{
		content: '';
		display: table;
		clear: both;
	}
	.memInfo{
		width: calc(100% - 300px);
	}
	.teamBox1 .memFeat{ float: left; }
	.teamBox1 .memInfo{ float: right; text-align: right; }
	.teamBox2 .memFeat{ float: right; }
	.teamBox2 .memInfo{ float: left; text-align: left;}
	.memName{ font-size: 25px; }
	.memBio{ max-width: 100%; }
}
@media screen and (min-width: 1120px){
	.sxn-team{
		background-position: center top 40px;
		background-repeat: no-repeat;
		background-color: transparent;
		background-size: cover;
		padding: 90px 10px 60px;
		position: relative;
		overflow: hidden;
		margin: -40px 0 0;
	}
	.sxn-team.imgSet{ background-image: url(img/team/team-bg.jpg); }
	.sxn-team:before{
		content: '';
		position: absolute;
		width: 1px;
		height: 40px;
		padding: 0 1999px 0 0;
		margin: 0 -1999px 0 0;
		background: #d6d6d6;
		top: 0;
		right: calc(50% - 150px);
		transform: skewX(-30deg);
		-webkit-transform: skewX(-30deg);
		-moz-transform: skewX(-30deg);
		-ms-transform: skewX(-30deg);
	}
	.teamTitle{
		font-size: 40px;
		color: #000;
		margin: 0 auto 60px;
	}
	.teamWrap{
		position: relative;
		overflow: hidden;
		padding: 25px 0 0;
		margin: -25px 0 0;
	}
	.teamWrap:after{
		content: '';
		display: table;
		clear: both;
	}
	.teamBox{
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding: 0 10px 10px;
	}
	.teamBox1{ background-color: #2e4a6b; }
	.teamBox2{ background-color: #5b81a4; }
	.memFeat{ padding: 370px 0 0; }
	.memFeat:before{
		height: 374px;
		box-shadow: 0 0 10px 2px rgba(0,0,0,0.25);
		top: -15px;
	}
	.memInfo{
		width: calc(100% - 260px);
		padding: 10px;
		box-sizing: border-box;
		position: relative;
		min-height: 425px;
	}
	.teamBox .memInfo{ text-align: left; }
	.memName{ font-size: 25px; }
	.memBio{ font-size: 14px; }
	.teamBox1 .memMore{ background: #5b81a4; color: #fff; }
	.teamBox1 .memMore:hover{ color: #5b81a4; background: #fff; }
	.memSocial{ position: absolute; bottom: 0; }
	.teamBox1 .memSocial a{ background-color: #5b81a4; }
	.teamBox1 .memSocial li:hover a{ background-color: #fff; }
	.teamBox1 .msFacebook img{ margin: 11px 0 0 17px; }
	.teamBox1 .msFacebook:hover img{ margin: -57px 0 0 17px; }
	.teamBox1 .msLinkedIn img{ margin: 11px 0 0 -55px; }
	.teamBox1 .msLinkedIn:hover img{ margin: -57px 0 0 -55px; }
}
@media screen and (min-width: 1200px){
	.memBio{ font-size: 16px; }
}
@media screen and (min-width: 1400px){
	.memBio{ font-size: 18px; }
}
@media screen and (min-width: 1640px){
	.sxn-team{
		padding: 160px 20px 100px;
		background-position: center top 60px;
		margin: -60px 0 0;
	}
	.sxn-team:before{ height: 60px; }
	.teamWrap{
		max-width: 1800px;
		margin: 0 auto;
		padding: 35px 0 0;
	}
	.teamTitle{ font-size: 50px; margin: 0 auto 70px; }
	.teamBox{ padding: 0 15px 15px; }
	.memFeat{ width: 318px; padding: 463px 0 0; }
	.memFeat:before{
		width: 318px;
		height: 472px;
		left: 0;
		top: -25px;
	}		
	.memInfo{
		width: calc(100% - 328px);
		padding: 50px 30px 0;
		min-height: 527px;
	}
	.memName{ font-size: 35px; margin: 0 0 25px; }
	.memBio{ font-size: 18px; line-height: 1.5; }
	.memMore{ font-size: 19px; width: 318px; }
	.memSocial{ margin: 0; }
}

/*Steps*/
.sxn-steps{
	padding: 20px;
	text-align: center;
}
.stepsTitle{
	display: block;
	text-transform: uppercase;
	font-size: 25px;
	margin: 0 auto 10px;
}
.stepsDesc{
	display: block;
	color: #6c6c6c;
	max-width: 600px;
	margin: 0 auto 50px;
}
.stepItem{
	position: relative;
	background: #5b81a4;
	padding: 70px 20px 40px;
	color: #fff;
	margin: 62px auto 0;
}
.stepItem2.animate__animated{ animation-delay: 300ms; }
.stepItem3.animate__animated{ animation-delay: 600ms; }
.stepItem4.animate__animated{ animation-delay: 900ms; }
.stepItem5.animate__animated{ animation-delay: 1200ms; }
.stepItem:before{
	content: '1';
	position: absolute;
	font-size: 41px;
	font-weight: bold;
	width: 85px;
	height: 85px;
	color: #5a81a4;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #5a81a4, 0 0 0 10px #fff, 6px 10px 25px 0 rgba(0,0,0,1);
	box-sizing: border-box;
	top: -42px;
	left: calc(50% - 42px);
	padding: 15px 0 0;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
}
.stepItem2:before{ content: '2'; }
.stepItem3:before{ content: '3'; }
.stepItem4:before{ content: '4'; }
.stepItem5:before{ content: '5'; }
.stepTitle{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
	padding: 0 0 10px;
}
.stepTitle + br{ 
	display: none;
}
.stepDesc{ padding: 0; max-width: 300px; margin: 0 auto; }
.stepItem hr{
	width: 125px;
	height: 5px;
	background: #3b566f;
	border: 0;
	outline: 0;
	margin: 20px auto;
}

@media screen and (min-width: 600px){
	.neutralizer .sxn-steps{
		background-image: url(img/global/chevron-bg-1120.jpg);
	}
	.sxn-steps{
		background-position: center bottom -1px;
		background-repeat: no-repeat;
	}
	.stepTitle + br{ display: block; }
	.stepsDesc{ margin: 0 auto; }
	.stepsList{ overflow: hidden; }
	.stepItem{
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		margin: 60px 1px 0;
		width: calc(50% - 10px);
		height: 295px;
	}
}
@media screen and (min-width: 800px){
	.sxn-steps{ padding: 40px 20px; }
	.stepsTitle{ font-size: 35px; }	
	.stepsDesc{ font-size: 18px; }
}
@media screen and (min-width: 1120px){
	.sxn-steps{
		padding: 60px 15px 90px;
	}
	.no-webp .sxn-steps{ background-image: url(img/global/chevron-bg.jpg); }
	.webp .sxn-steps{ background-image: url(img/global/chevron-bg.webp); }
	.stepsTitle{ font-size: 45px; }	
	.stepsDesc{ font-size: 20px; max-width: 700px; }
	.stepItem{
		width: calc(20% - 10px);
	}
}
@media screen and (min-width: 1400px){
	.stepItem{
		padding: 72px 0 40px;
		height: 365px;
	}
	.stepDesc{ font-size: 20px; }
	.stepItem hr{ margin: 40px auto; }
}
@media screen and (min-width: 1640px){
	.sxn-steps{ padding: 80px 20px 120px; background-size: 100%; }
	.stepsList{ max-width: 1800px; margin: 0 auto; }
	.stepsTitle{ font-size: 58px; }
	.stepsDesc{
		font-size: 24px;
		max-width: 850px;
		margin: 0 auto 20px;
	}
	.stepItem{
		padding: 90px 50px 60px;
		height: 410px;
	}
	.stepItem:before{
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
	}
	.stepTitle{ font-size: 29px; margin: 0 0 5px; }
	.stepDesc{ font-size: 24px; }
}

/*Badges*/
.sxn-badges{
	padding: 20px 0;
	text-align: center;
}
.badgesTitle{
	display: block;
	font-size: 25px;
	text-transform: uppercase;
}
.badgesList{
	margin: 20px auto;
	overflow: hidden;
	max-width: 320px;
}
.badge{
	display: block;
	overflow: hidden;
	height: 140px;
	width: 196px;
	margin: 0 auto;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
}
.badge2{ width: 303px; }
.badge2 img{ margin-left: -226px; }

.badge3{ width: 266px; }
.badge3 img{ margin-left: -559px; }

.badge4{ width: 258px; }
.badge4 img{ margin-left: -859px; }

.badge5{ width: 259px; }
.badge5 img{ margin-left: -1141px; }

.badge6{ width: 307px; }
.badge6 img{ margin-left: -1431px; }

.badge7{ width: 278px; }
.badge7 img{ margin-left: -1757px; }

.badge8{ width: 136px; }
.badge8 img{ margin-left: -2052px; }

.badge9{ width: 327px; }
.badge9 img{ margin-left: -2206px; }

.badge10{ width: 154px; }
.badge10 img{ margin-left: -2551px; }

.badge11{ width: 236px; }
.badge11 img{ margin-left: -2724px; }

.badgesArrows li{ display: inline-block; margin: 0 5px; }
.badgesArrows a{
	display: block;
	width: 85px;
	height: 85px;
	background: #ddd;
	border-radius: 50%;
	transition: 300ms;
	overflow: hidden;
}
.badgesArrows li:hover a{ background: #5b81a4;}
.badgesArrows img{ transition: 300ms; }
.baPrev img{ margin: 25px 0 0 13px; }
.baNext img{ margin: 25px 0 0 -93px; }
.baPrev:hover img{ margin-left: 7px; }
.baNext:hover img{ margin-left: -82px; }
@media screen and (min-width: 600px){
	.sxn-badges{
		padding: 40px 20px;
	}
	.badgesWrap{
		position: relative;
		max-width: 600px;
		margin: 0 auto;
	}
	.badgesList{ max-width: 360px; }
	.badge{
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
	}	
	.badgesArrows{
		position: absolute;
		width: 100%;
		left: 0;
		top: calc(50% - 42px);
		overflow: hidden;
	}
	.baPrev{ float: left; }
	.baNext{ float: right; }
}
@media screen and (min-width: 800px){
	.badgesTitle{ font-size: 30px; }
}
@media screen and (min-width: 1000px){
	.badgesWrap{ max-width: 980px; }
	.badgesList{ max-width: calc(100% - 200px); }
}
@media screen and (min-width: 1120px){
	.sxn-badges{
		position: relative;
		box-shadow: 0 -10px 30px 0 rgba(0,0,0,0.25);
		padding: 0px 20px 40px;
	}
	.sxn-badges:before{
		content: '';
		position: absolute;
		width: 750px;
		height: 40px;
		background: #fff;
		top: -40px;
		left: calc(50% - 375px);
		transform: skewX(-30deg);
		-webkit-transform: skewX(-30deg);
		-moz-transform: skewX(-30deg);
		-ms-transform: skewX(-30deg);	
		box-shadow: 0 -10px 9px 0 rgba(0,0,0,0.15);	
	}
	.sxn-badges:after{
		content: '';
		position: absolute;
		width: 50px;
		height: 40px;
		background: #fff;
		top: -40px;
		left: calc(50% + 347px);
		transform: skewX(-30deg);
		-webkit-transform: skewX(30deg);
		-moz-transform: skewX(30deg);
		-ms-transform: skewX(30deg);	
	}
	.badgesTitle{ font-size: 40px; margin: 0 auto 40px; }
	.badgesList{ margin: 0 auto; }
}
@media screen and (min-width: 1300px){
	.badgesWrap{
		max-width: 1800px;
	}
}
@media screen and (min-width: 1640px){
	.sxn-badges{
		padding: 40px 20px 100px;
	}
	.badgesTitle{ font-size: 50px; margin: 0 auto 70px; }
}

/*Testimonials*/
.sxn-testimonials{
	padding: 20px 0 0;
	text-align: center;
	background: #2e4a6b;
	color: #fff;
	overflow: hidden;
}
.testsTitle{
	display: block;
	font-size: 25px;
	text-transform: uppercase;
	margin: 0 auto 20px;
}
.testsList{
	width: 320px;
	margin: 0 auto 20px;
	height: 340px;
	overflow: hidden;
	position: relative;
}
.testWrap{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}
.testItem{
	padding: 50px 20px 0;
	position: relative;
}
.testItem:before{
	content: '';
	position: absolute;
	width: 308px;
	height: 47px;
	left: calc(50% - 154px);
	top: 0;
	transform: scale(0.75);
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
}
.no-webp .testItem:before{ background-image: url(img/testimonials/stars.png); }
.webp .testItem:before{ background-image: url(img/testimonials/stars.webp); }
.testMore{
	display: inline-block;
	text-transform: uppercase;
	color: #ffc300;
}
.testMore:hover{ text-decoration: underline; color: #fff; }
.testMeta{
	display: block;
}
.testMeta > span{
	display: block;
	color: #7bb3e7;
}
.testsArrows{
	background: #5b81a4;
	padding: 11px 0 8px;
}
.testsArrows li{
	display: inline-block;
	margin: 0 2px;
}
.testsArrows a{
	display: block;
	overflow: hidden;
	border: 2px solid #7bb3e7;
	transition: 300ms;
	width: 100px;
	height: 44px;
}
.testsArrows li:hover a{ background-color: #7bb3e7; }
.taPrev img{ margin: 5px 0 0 20px; }
.taNext img{ margin: 5px 0 0 -190px; }

@media screen and (min-width: 600px){
	.testsList{ width: 500px; }
	.testItem{
		line-height: 1.5;
	}
}
@media screen and (min-width: 800px){
	.sxn-testimonials{
		padding: 0;
		background-color: transparent;
		overflow: hidden;
	}
	.testsWrap{
		background-position: center bottom;
		background-repeat: no-repeat;
		background-color: #2e4a6b;
		padding: 30px 0 30px;
		width: 50%;
		position: relative;
	}
	.testsWrap.imgSet{ background-image: url(img/testimonials/testimonials-bg.jpg); }
	.testsWrap:before{
		content: '';
		position: absolute;
		width: 800px;
		height: 482px;
		left: 100%;
		top: 0;
	}
	.testsWrap.imgSet:before{ background-image: url(img/testimonials/family.jpg); }
	.testsTitle{ font-size: 40px; }
	.testsList{ width: 100%; height: 330px; }

}
@media screen and (min-width: 1120px){
	.sxn-testimonials{ padding: 0 0 71px; }
	.testsWrap{
		padding: 80px 50px 80px 20px;
		box-sizing: border-box;
	}
	.testsWrap:before{
		height: 665px;
		width: 1002px;
	}
	.testsTitle{ font-size: 50px; }
	.testsList{ height: 400px; }
	.testItem{
		padding: 80px 20px 20px;
		font-size: 18px;
	}	
	.testItem:before{
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);		
	}	
	.testsArrows{
		position: absolute;
		padding: 11px 50px 8px 100px;
		left: 0;
	}
	.testsArrows:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 71px 51px 0 0;
		border-color: #5b81a4 transparent transparent transparent;		
		top: 0;
		right: -51px;
	}
	.testsArrows a{ width: 210px; }
	.taPrev img{ margin: 5px 0 0 70px; }
	.taNext img{ margin: 5px 0 0 -190px; }	
}
@media screen and (min-width: 1640px){
	.testsTitle{ font-size: 60px; margin: 0 auto 40px; }
	.testsWrap{
		padding: 120px 50px 100px;
	}
	.testsWrap:before{
		height: 779px;
	}
	.testsWrap:after{
		content: '';
		display: table;
		clear: both;
	}	
	.testsBox{
		float: right;
	}
	.testsList{ width: 700px; height: 421px;}
	.testItem{
		font-size: 22px;
		padding: 100px 20px 20px;
	}
	.testsArrows{
		left: calc(50% - 630px);
		padding-left: 999px;
		margin-left: -999px;
	}
}

/*Contact (Home)*/
.sxn-contact{
	padding: 20px 0;
	text-align: center;
	overflow: hidden;
}
.conTitle{
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 auto 20px;
}
.cfTitle{
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: #5b81a4;
	padding: 10px;
	margin: 0 auto 25px;
}
.conForm{
	min-width: 255px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.conForm label{
	text-transform: uppercase;
	color: #5b81a4;
	background: #fff;
	margin: 0 0 0 30px;
	padding: 0 10px;
	position: relative;
	z-index: 9;
	line-height: 1.3;
	text-align: left;
}
.conForm input,
.conForm textarea{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	margin: -10px auto 5px;
	width: 100%;
	outline: 0;
	border: 1px solid #bfbfbf;
	background: transparent;
}
.conForm textarea{
	resize: none;
	height: 100px;
}
.cfReq{
	display: block;
	text-transform: uppercase;
	color: #5b81a4;
	text-align: center;
	margin: 10px auto 15px;
}
.cfReq br{ display: none; }
.conForm .gRecaptchaWrapper{
	width: 255px;
	height: 60px;
	margin: 0 auto 20px;
}
.conForm .submit-button{
	background: #5b81a4;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	outline: 0;
	height: 60px;
	font-size: 24px;
	max-width: 255px;
	margin: 0 auto;
	transition: 300ms;
}
.conForm .submit-button:hover{ background-color: #76a7d4; }

@media screen and (min-width: 600px){
	.conForm .gRecaptchaWrapper,
	.conForm .submit-button{
		display: inline-block;
		vertical-align: top;
		margin: 0 2px 5px;
	}
	.cfBottom{ text-align: center; }	
}
@media screen and (min-width: 800px){
	.sxn-contact{
		background-position: center bottom -1px;
		background-repeat: no-repeat;
		padding: 40px 20px 80px;
	}
	.neutralizer .sxn-contact{ background-image: url(img/global/chevron-bg-1120.jpg); }
	.conTitle{ font-size: 30px; }
	.cfWrap{
		padding: 0 0 0 340px;
		position: relative;
	}
	.cfWrap:after{
		content: '';
		position: absolute;
		width: 300px;
		height: 450px;
		background-size: 100%;
		top: 0;
		left: 0;
	}
	.cfWrap.imgSet:after{ background-image: url(img/contact/handshake.jpg); }
	.cfWrap:before{
		content: '';
		position: absolute;
		width: 300px;
		height: 390px;
		border: 10px solid #2e496a;
		top: 50px;
		left: -10px;
	}
	.cfTitle{
		text-align: left;
		position: relative;
		padding: 10px 10px 10px 80px;
		box-sizing: border-box;
	}
	.cfTitle:before{
		content: '';
		position: absolute;
		width: 70px;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #2e4a6a;
		top: 0;
		left: 0;
	}
	.cfTitle.imgSet:before{ background-image: url(img/global/calendar-icon.png) }
	.conForm{ width: 100%; }
}
@media screen and (min-width: 1120px){
	.sxn-contact{
		padding: 60px 20px 100px;
	}
	.no-webp .sxn-contact{ background-image: url(img/global/chevron-bg.jpg); }
	.webp .sxn-contact{ background-image: url(img/global/chevron-bg.webp); }
	.conTitle{ font-size: 40px;  margin: 0 auto 40px;}
	.cfWrap{ padding: 0 0 0 520px; }
	.cfWrap:after{
		width: 460px;
		height: 550px;
	}
	.cfWrap:before{
		width: 460px;
		border-width: 15px;
		left: -15px;
		height: 485px;
	}
	.cfTitle{
		font-size: 18px;
		line-height: 1;
		padding: 15px 15px 15px 85px;
	}
	.conForm input,
	.conForm textarea{
		padding: 15px;
		font-size: 18px;
	}
	.conForm textarea{ height: 150px; }
}
@media screen and (min-width: 1640px){
	.sxn-contact{ padding: 100px 20px 140px; background-size: 100%; }
	.conWrap{
		max-width: 1780px;
		margin: 0 auto;
		left: 20px;
	}
	.conTitle{ font-size: 50px; margin: 0 auto 85px; }
	.cfWrap{ padding: 0 0 0 640px; }
	.cfWrap:after{
		width: 529px;
		height: 795px;
	}
	.cfWrap:before{
		border-width: 20px;
		left: -20px;
		height: 700px;
		width: 529px;
		top: 75px;
	}
	.cfTitle{
		font-size: 24px;
		padding: 25px 25px 25px 115px;
		margin: 0 auto 30px;
	}
	.cfTitle:before{ width: 90px; }
	.conForm label{ margin: 0 0 0 50px; font-size: 20px; }
	.conForm input,
	.conForm textarea{
		border-width: 2px;
		font-size: 20px;
		padding: 30px;
		margin: -12px auto 15px;
	}
	.conForm textarea{ height: 230px; }
	.cfBottom{ margin: 40px 0 0; }
	.cfReq{ float: right; font-size: 18px; }
	.cfReq br{ display: block; }
	.conForm .submit-button{ padding: 0; }

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

/*Testimonials page*/
.full-testimonials-wrap {
	margin: 15px 0 0;
}
.single-testimonials-wrap {
	padding: 30px;
	margin: 0 0 30px;
	text-align: center;
	background-color: #e7e7e7;
}
	.single-testimonials-wrap img {
		display: inline-block;
		padding: 0 0 10px;
		width: 200px;
    	height: auto;
	}
	.single-testimonials-wrap p {
		text-align: left;
	}
	.single-testimonials-wrap span {
		
	}

/*Map*/
.sxn-map{
	background-position: center top -45px;
	background-repeat: no-repeat;
	text-align: center;
	padding: 20px 20px 50px;
	display: block;
}
.sxn-map.imgSet{ background-image: url(img/footer/map-1120.jpg); }
.sxn-map:hover{ background-position: center bottom -91px; }
.mapTitle{
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
}
.sxn-map:hover .mapTitle{ color: #000; }
.mapMore{
	display: inline-block;
	margin: 0 auto;
	background: #fff;
	border-radius: 8px;
	padding: 15px 30px;
	text-transform: uppercase;
	color: #2e4a6b;
	font-weight: bold;
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.25);
	transition: 300ms;
	position: relative;
	margin: 120px 0 0;
}
.sxn-map:hover .mapMore{
	background-color: #5b81a4;
	color: #fff;
}
.mapMore:before{
	content: '';
	position: absolute;
	width: 79px;
	height: 107px;
	top: -105px;
	left: calc(50% - 39px);
}
.mapMore.imgSet:before{ background-image: url(img/footer/marker.png); }
.sxn-map:hover .mapMore:before{ background-position: center bottom; }

@media screen and (min-width: 800px){
	#mainFooter{ margin: -53px 0 0; }
	.sxn-map{
		height: 457px;
		box-sizing: border-box;
		background-position: center top;
		position: relative;
		z-index: 99;
	}
	.sxn-map.imgSet{ background-image: url(img/footer/map-v2.png); }
	.sxn-map:hover{ background-position: center bottom; }
	.mapTitle{ font-size: 30px; padding: 10px 0 93px; }
	.mapMore{
		margin: 125px 0 0;
		font-size: 20px;
		padding: 20px 50px;
	}
	.mapMore:before{ top: -125px; }
}

/*Main Footer Bottom*/
.mfBottom{
	background: #2e4a6b;
	text-align: center;
	color: #fff;
	padding: 20px;
	font-size: 18px;
	box-shadow: inset 0 5px 15px 0 rgba(0,0,0,0.5);
	position: relative;
}
.mfBottom a{ color: #fff; }
.mfAddress{ display: block; padding: 35px 0 40px; }
.mfEmail{ display: block; }
.mfSocial li{
	display: inline-block;
	margin: 0 5px;
}
.mfSocial a{
	display: block;
	overflow: hidden;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	background-color: #5b81a4;
	transition: 300ms;
}
.mfSocial li:hover a{ background-color: #7fabd4; }
.mfFacebook img{ margin: 12px 0 0 24px; }
.mfLinkedIn img{ margin: 12px 0 0 -79px; }
@media screen and (min-width: 1120px){
	.mfBottom{ padding: 40px 20px; }
	.mfPhones,
	.mfAddress,
	.mfSocial{
		display: inline-block;
		vertical-align: middle;
	}
	.mfPhones{
		position: relative;
		text-align: left;
		padding: 0 0 0 80px;
	}
	.mfPhones:before{
		content: '';
		position: absolute;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		left: 0;
		top: -13px;
	}
	.mfPhones.imgSet:before{ background-image: url(img/footer/phone.png); }
	.mfAddress{
		border-left: 5px solid #5b81a4;
		border-right: 5px solid #5b81a4;
		padding: 30px 45px;
		margin: 0 35px;
	}
}
@media screen and (min-width: 1640px){
	.mfBottom{ padding: 60px 20px;}
	.mfBottom{ font-size: 22px; }
	.mfPhones{ padding: 0 0 0 70px; }
	.mfPhones li{
		display: inline-block;
		padding: 0 0 0 20px;
	}
	.mfPhones:before{ top: -20px; }
	.mfAddress{
		padding: 30px 70px;
		margin: 0 60px;
	}
}

/* < Contact Address (contact page) > */
.con-address-cont {
	overflow: auto; /* clearfix */
	width: 100%;
	padding: 10px 0 20px;
}
.con-address-txt {	
	width: 100%;
	padding: 0 0 10px;
}
.con-address-map {	
	width: 100%;
}
@media screen and (min-width: 1120px){
	.con-address-txt {
		float: left;
		width: 41%;
		padding: 0;
	}
	.con-address-map {
		float: right;
		width: 57%;
	}
}
@media screen and (min-width: 1640px){
	.con-address-txt {
		width: 28%;
	}
	.con-address-map {
		width: 71%;
	}
}
/* </ Contact Address (contact page) > */

/*Footer Nav*/
.fNav {
	padding: 20px;
	background: #2e4a6b;
	text-align: center;
	border-top: 5px solid #5a80a3;
	position: relative;
}
	.fNav li {
		padding: 0;
		display: block;
		list-style-type: none;
		list-style-position: outside;
	}
	.fNav a {
		color: #fff;
		text-transform: uppercase;
	}
	.fNav a:hover {
		text-decoration: underline;
	}
@media screen and (min-width: 600px) {
	.fNav li{
		display: inline-block;
		position: relative;
		padding: 0 20px 0 15px;
	}
	.fNav li:before{
		content: '';
		position: absolute;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background: #fff;
		top: 7px;
		right: -3px;
	}
	.fNav li:last-child:before{ display: none; }
}
@media screen and (min-width: 800px){
	.fNav{ padding: 30px 20px; }
}


@media screen and (min-width: 2000px){
	#mainFooter:before{
		content: '';
		position: absolute;
		width: 100%;
		height: calc(100% - 53px);
		background: #2e4a6b;
		left: 0;
		bottom: 0;
	}
}



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

/* 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 */
.cpForm{
	min-width: 255px;
	width: 90%;
	margin: 0 auto 30px;
	text-align: left;
	overflow: hidden;
}
.cpForm label{
	text-transform: uppercase;
	color: #5b81a4;
	background: #fff;
	margin: 0 0 0 30px;
	padding: 0 10px;
	position: relative;
	z-index: 9;
	line-height: 1.3;
	text-align: left;
}
.cpForm input,
.cpForm textarea{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	margin: -11px auto 5px;
	width: 100%;
	outline: 0;
	border: 1px solid #bfbfbf;
	background: transparent;
}
.cpForm textarea{
	resize: none;
	height: 100px;
}
.cpfReq{
	display: block;
	text-transform: uppercase;
	color: #5b81a4;
	text-align: center;
	line-height: 1.3;
	margin: 10px auto 15px;
}
.cpfReq br{ display: none; }
.cpForm .gRecaptchaWrapper{
	width: 255px;
	height: 60px;
	margin: 0 auto 20px;
}
.cpForm .submit-button{
	background: #5b81a4;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	outline: 0;
	height: 60px;
	font-size: 24px;
	max-width: 255px;
	margin: 0 auto;
	transition: 300ms;
}
.cpForm .submit-button:hover{ background-color: #76a7d4; }

@media screen and (min-width: 600px){
	.cpForm .gRecaptchaWrapper,
	.cpForm .submit-button{
		display: inline-block;
		vertical-align: top;
		margin: 0 2px 5px;
	}
	.cpfBottom{ text-align: center; }	
}
@media screen and (min-width: 800px){
	.cpForm{ width: 100%; margin: 0 auto 70px; }
}
@media screen and (min-width: 1120px){
	.cpForm{ margin: 0 auto 45px; }
	.cpForm input,
	.cpForm textarea{
		padding: 15px;
		font-size: 18px;
	}
	.cpForm textarea{ height: 150px; }
}
@media screen and (min-width: 1640px){
	.cpForm label{ margin: 0 0 0 50px; font-size: 20px; }
	.cpForm input,
	.cpForm textarea{
		border-width: 2px;
		font-size: 20px;
		padding: 30px;
		margin: -16px auto 15px;
	}
	.cpForm textarea{ height: 230px; }
	.cpfBottom{ margin: 40px 0 0; }
	.cpfReq{ float: right; font-size: 18px; }
	.cpfReq br{ display: block; }
	.cpForm .submit-button{ padding: 0; }
}
/* Contact Form Styling Ends */

/* Blog Page */
@media screen and (max-width: 1000px) {
	.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;
	}
}

/*  version: 1.8.1  */

/*  < slick >  */
/*  slick - get rid of blue outline on slideshow  */
:focus {
	outline: -webkit-focus-ring-color auto 0px;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 0px;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.slick-list:focus { outline: none; }
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	content: '';
	display: table;
}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide {
	float: left;
	display: none;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none; }
/*  </ slick >  */

/* Featured Image */
.dskFiMult {
	max-width: 100%;
}

.dskFiSingle {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}
@media screen and (min-width: 500px) {
	.dskFiSingle.dskFiLeft {
		float: left;
		margin: 0 10px 10px 0;
	}
	.dskFiSingle.dskFiRight {
		float: right;
		margin: 0 0 10px 10px;
	}
}

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

/*Pages CSS*/
.article ul.mcOfficeImgs{
	padding: 0;
	list-style-type: none;
}
.article ul.mcOfficeImgs li{
	padding: 0;
	margin: 0 auto 20px;
	list-style-type: none;
}
.mcOfficeImgs img{
	width: 100%;
	height: auto;
	max-width: 600px;
}
@media screen and (min-width: 1300px){
	.article ul.mcOfficeImgs{ margin: 0 auto 20px; }
	.article ul.mcOfficeImgs li{
		display: inline-block;
		width: calc(50% - 12px);
		vertical-align: top;
		margin: 0 10px 0 0;
	}
}

/* Form Validation -- Begins */
form input[type=text].validationError, 
form textarea.validationError, 
form select.validationError,
form .validationError::placeholder {
    background-color: #ea7e7e !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: #ea7e7e;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	opacity: 1;
	box-shadow: 1px 1px 3px #ea7e7e;
}

.validationFeedback {
    display: none;
    text-align: center;
    background-color: #efb788;
    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 */