/*
Theme Name: Goldman Responsive Website
Version: 100.0
Template: universal_mm
*/

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

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

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

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

a {outline: none;}

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

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

/*  < adaBtn >  */
.adaBtn{
	display: block !important;
	position: fixed;
	bottom: 55px;
	left: 5px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 9999;
}
.adaBtn > img{ width: 100%; height: auto; }
.adaBtn:hover > img{ margin-top: -41px; }
@media screen and (min-width: 800px){
	.adaBtn{
		bottom: 5px;
	}
}
@media screen and (min-width: 1120px){
	.adaBtn{
		width: 60px;
		height: 60px;
	}
	.adaBtn:hover > img{ margin-top: -61px; }
}
/*  </ adaBtn >  */

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

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	background: #fff;
}
a {color: blue;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
.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 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;
}

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


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: 10px 0;
}
body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */
			 -moz-transform: none; /* Firefox */
				-ms-transform: none; /* IE 9 */
				 -o-transform: none; /* Opera */
						transform: none;
}
#mhWrapper {}
#mainHeader {

}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 400px; /*modme*/
		margin: 0 auto;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhRight{
		font-family: 'Lora', serif;	
		padding: 10px 0 0;	
	}
	.mhCTA li{
		display: block;
		text-transform: uppercase;
		color: #003164;
		font-style: italic;
	}
	.mhPhone{
		display: block;
		color: #003164;
		font-size: 20px;
		font-weight: bold;
	}

/* 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;
	background: #003164;
	position: relative;
	z-index: 100;
}
nav.mm > ul > li{ border-left: 1px solid #2c65a0; }
nav.mm > ul > li:last-child{ border-right: 1px solid #2c65a0; }
nav.mm > ul > li > a {
	padding: 10px 10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	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:hover > a {background: #2c65a0; }
nav.mm ul ul {background: #2c65a0; width: 180px; border: 1px solid #1b5591;}
nav.mm ul ul li:hover > a {background: #4d86c0;}
nav.mm ul ul li {border-top: 1px solid #1b5591;}
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: #003164;} /*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 #2b4290;} /*modme*/
	#mm1 {border-left: 1px solid #2b4290;} /*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: #2c65a0; /*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; color: #ccc;}
body.fsMenuOn #menuWall {
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	content: "";
	width: 100%;
	height: 200%;
	left: 0;
	top: 0;
}
#mblSearch {
	max-width: 350px;
	padding: 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.25);
	outline: 0;
}
#mblsSubmit {
	width: 30%;
	border: 0;
	background: #003164; /*modme*/
	font-size: 10px;
	height: 21px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
#mblsSubmit:hover {background: #2c65a0;} /*modme*/

@media screen and (min-width: 800px) {
	#wrapper {
		padding: 126px 0 0; /*modme*/
	}
	#persistentHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		padding: 0;
		background: #fff;
	}
	#mainHeader{
		padding: 0 20px;
		max-width: 1800px;
		margin: 0 auto;
		overflow: hidden;
	}
	#logo-main{
		float: left;
		padding: 10px 0;
	}
	.mhRight{
		float: right;
		text-align: right;
		padding: 0;
		margin: 0;
	}
	.mhCTA{ font-size: 18px; }
	.mhPhone{
		position: relative;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 22px;
		font-size: 25px;
		margin: 10px 0 0;
	}
	.mhPhone:before{
		content: '';
		position: absolute;
		width: 15px;
		height: 27px;
		background: url(img/header/phone.png);
		background-size: 100%;
		top: 3px;
		left: 0;
	}


	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }

	body.sticky_zone .mhCTA{ display: none; }
	body.sticky_zone #logo-main{max-width: 250px; height: auto;}
	body.sticky_zone .mhRight{ margin: 5px 0 0; }

}
@media screen and (min-width: 1120px) {
	#wrapper {
		padding: 128px 0 0; /*modme*/
	}	
	.mhRight{
		margin: 27px 0 0;
	}
	.mhCTA{
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
		margin: 0 15px 0 0;
	}
	.mhCTA li{
		display: inline-block;
		position: relative;
	}
/*	.mhCTA li:first-of-type{
		padding: 0 13px 0 0;
		margin: 0 5px 0 0;
	}
	.mhCTA li:first-of-type:before{
		content: '';
		position: absolute;
		width: 4px;
		height: 4px;
		top: calc(50% - 2px);
		right: 0;
		background: #a6a9ab;
	}*/
	.mhPhone{
		font-size: 30px;
		margin: 0;
	}
	.mhPhone:before{
		top: 3px;
		width: 17px;
		height: 31px;
	}
	nav.mm > ul > li > a{
		font-size: 16px;
		padding: 10px 20px;
	}

	body.sticky_zone .mhCTA{ display: inline-block; }
	body.sticky_zone .mhRight{ margin: 17px 0 0; }
	body.sticky_zone #logo-main{ max-width: 300px; }	
}
@media screen and (min-width: 1640px) {
	#wrapper {
		padding: 179px 0 0; /*modme*/
	}	
	#logo-main{
		max-width: 556px;
		padding: 15px 0;
	}
	.mhRight{
		margin: 40px 0 0;
	}
	.mhCTA{ font-size: 24px; }
	.mhCTA li:first-of-type{
		padding: 0 20px 0 0;
		margin: 0 10px 0 0;
	}
	.mhPhone{
		font-size: 38px;
		padding: 0 0 0 40px;
	}
	.mhPhone:before{
		width: 31px;
		height: 56px;
		background-size: auto;
		top: -5px;
	}
	nav.mm > ul > li > a{
		font-size: 18px;
		padding: 15px 35px;
	}	

	body.sticky_zone #logo-main{ padding: 10px 0; }
	body.sticky_zone .mhCTA{ font-size: 20px; }
	body.sticky_zone .mhPhone{ font-size: 30px; padding: 0 0 0 22px; }
	body.sticky_zone .mhPhone:before{
		top: 3px;
		width: 17px;
		height: 31px;
		background-size: 100%;		
	}
	body.sticky_zone nav.mm > ul > li > a{
		font-size: 16px;
		padding: 10px 55px;
	}
}
@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: 360px;
	background-color: #fff;
	overflow: hidden;
}
.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); }

.slideBox {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #003164;
	color: #fff;
	text-align: center;
}
.slideBox br{ display: none; }
.slideHead {
	display: block;
	font-family: 'Lora', serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
}
.slideHead > span{ font-size: 30px; }
.slideSubhead{
	display: block;
	text-transform: uppercase;
	font-style: italic;
	line-height: 1;
}
.slideBody {
	padding: 10px 0 0;
	font-size: 14px;
	font-style: italic;
}
.subslide {
	background-position: center top;
	background-repeat: no-repeat;
	height: 120px;
	background-size: cover;
	border-bottom: 5px solid #d1d0d7;
}
#subslide1 { background-image: url(img/slides/sub/600/1.jpg); }
#subslide2 { background-image: url(img/slides/sub/600/2.jpg); }
#subslide3 { background-image: url(img/slides/sub/600/3.jpg); }
#subslide4 { background-image: url(img/slides/sub/600/4.jpg); }
#subslide5 { background-image: url(img/slides/sub/600/5.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); }

@media screen and (min-width: 500px){
	.homeslideImg{ background-size: 100%; }
}
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides{ height: 350px; }
	.homeslideImg{ background-size: cover; }
	.homeslideImg1{ background-image: url(img/slides/home/1120/1.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;

	}
	.slideBox{
		background: transparent;
		color: #003164;
		bottom: auto;
		left: auto;
		right: -100px;
		opacity: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding: 0 20px 0 0;
		text-align: left;
		width: 430px;
		color: #fff;
		transition: 300ms;
	}	
	.slideTxtAnimate .slideBox{
		right: 0;
		opacity: 1;
	}	
	#homeslide1 .slideBox{ color: #003164; }
	#homeslide1 .slideBox:before{
		content: '';
		position: absolute;
		width: 110px;
		height: 124px;
		background: url(img/slides/home/logo.png) center top no-repeat;
		background-size: 100%;
		top: 7px;
		left: -120px;
	}
	.slideHead{ font-size: 30px; }
	.slideHead > span{ font-size: 50px; }
	.slideSubhead{
		font-size: 30px;
		text-indent: 60px;
	}
	#homeslide1 .slideSubhead{ text-indent: 40px; }
	#homeslide1 .slideSubhead{ font-size: 30px; }
	.slideBody{ font-size: 16px; }	

	.subslide{ height: 200px; border-width: 10px; }
	#subslide1 { background-image: url(img/slides/sub/1120/1.jpg); }
	#subslide2 { background-image: url(img/slides/sub/1120/2.jpg); }
	#subslide3 { background-image: url(img/slides/sub/1120/3.jpg); }
	#subslide4 { background-image: url(img/slides/sub/1120/4.jpg); }
	#subslide5 { background-image: url(img/slides/sub/1120/5.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); }	
}

@media screen and (min-width: 1120px) {
	#homeslides{
		height: 500px;
	}
	.homeslideImg1{ background-image: url(img/slides/home/2000/1.webp); }
	.homeslideImg2{ background-image: url(img/slides/home/2000/2.jpg); }
	.homeslideImg3{ background-image: url(img/slides/home/2000/3.jpg); }
	#homeslide1 .slideBox:before{
		width: 170px;
		height: 192px;
		left: -190px;
	}
	.slideBox{ width: 595px; }
	.slideBox br{ display: block; }
	.slideHead{ font-size: 45px; }
	.slideHead > span{ font-size: 90px; }
	.slideSubhead{
		font-size: 70px;
		text-indent: 150px;
	}
	#homeslide1 .slideSubhead{
		font-size: 43px;
		text-indent: 60px;
	}
	#homeslide3 .slideSubhead{
		text-indent: 100px;
	}	
	.slideBody{
		font-size: 18px;
		line-height: 1.5;
		padding: 15px 0 0;
	}	

	.subslide{ height: 275px; border-width: 15px; }
	#subslide1 { background-image: url(img/slides/sub/2000/1.jpg); }
	#subslide2 { background-image: url(img/slides/sub/2000/2.jpg); }
	#subslide3 { background-image: url(img/slides/sub/2000/3.jpg); }
	#subslide4 { background-image: url(img/slides/sub/2000/4.jpg); }
	#subslide5 { background-image: url(img/slides/sub/2000/5.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); }	
}
@media screen and (min-width: 1640px){
	#homeslides{
		height: 617px;
	}
	.slideContent{
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		max-width: 1800px;
	}
	.slideBox{
		width: 800px;
	}
	#homeslide1 .slideBox:before{
		width: 251px;
		height: 284px;
		left: -281px;
		top: -7px;
	}
	.slideHead{ font-size: 58px; }
	.slideHead > span{ font-size: 118px; }
	.slideSubhead{ font-size: 90px; }
	#homeslide1 .slideSubhead{ font-size: 60px; }
	#homeslide3 .slideSubhead{
		text-indent: 120px;
	}	
	.slideBody{ font-size: 22px; }

	.subslide{ height: 370px; border-width: 20px; }
}

/*Badges*/
.sxn-badges{
	background: #f1f1f1;
	padding: 20px 0;
}
.badgeWrap{
	display: inline-block;
	margin: 0 15px;
}
.badge{
	display: block;
	height: 144px;
	overflow: hidden;
}
.badge img{ width: 1024px; }
.badge1{ width: 125px; }
.badge2{ width: 96px; }
.badge2 img{ margin-left: -132px; }
.badge3{ width: 95px; }
.badge3 img{ margin-left: -234px; }
.badge4{ width: 95px; }
.badge4 img{ margin-left: -334px; }
.badge5{ width: 80px; }
.badge5 img{ margin-left: -434px; }
.badge6{ width: 113px; }
.badge6 img{ margin-left: -524px; }
.badge7{ width: 258px; }
.badge7 img{ margin-left: -642px; }
.badge8{ width: 111px; }
.badge8 img{ margin-left: -913px; }

@media screen and (min-width: 800px){
	.sxn-badges{ padding: 40px 0; }
	.badgeWrap{ margin: 0 30px; }
}
@media screen and (min-width: 1120px){
	.badgeWrap{ margin: 0 50px; }
	.badge{ height: 144px; }
	.badge img{ width: 1330px; }

	.badge1{ width: 162px; }
	.badge2{ width: 124px; }
	.badge2 img{ margin-left: -172px; }
	.badge3{ width: 122px; }
	.badge3 img{ margin-left: -305px; }
	.badge4{ width: 123px; }
	.badge4 img{ margin-left: -434px; }
	.badge5{ width: 103px; }
	.badge5 img{ margin-left: -564px; }
	.badge6{ width: 146px; }
	.badge6 img{ margin-left: -681px; }
	.badge7{ width: 335px; }
	.badge7 img{ margin-left: -834px; }	
	.badge8{ width: 144px; }
	.badge8 img{ margin-left: -1186px; }		
}
@media screen and (min-width: 1350px){
	.sxn-badges{ padding: 40px 0 70px; }
}
@media screen and (min-width: 1640px){
	.badgesList{
		position: relative;
		max-width: 1600px;
		margin: 0 auto;
	}
	.badgesList:before{
		content: '';
		position: absolute;
		width: 100px;
		height: 100%;
		background: -moz-linear-gradient(left, rgb(11, 6, 6) 0%, rgba(241,241,241,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(241,241,241,1) 0%,rgba(241,241,241,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(241,241,241,1) 0%,rgba(241,241,241,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		z-index: 5;
		top: 0;
		left: 0;
	}
	.badgesList:after{
		content: '';
		position: absolute;
		width: 100px;
		height: 100%;
		background: -moz-linear-gradient(left, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(241,241,241,0) 0%,rgba(241,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(241,241,241,0) 0%,rgba(241,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		z-index: 5;
		top: 0;
		right: 0;
	}	
}

.sxn-results {
	border-top: 10px solid #fff;
	background-color: #d1d0d7;
	text-align: center;
}
.sxn-results .sxn-wrap {
	max-width: 1800px;
	margin: 0px auto;
	color: #003164;
	font-family: 'Lora', serif;
	padding: 40px 0;
}
.sxn-results .sxn-wrap h2 {
	padding: 0 0 15px 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
}
.home-results-cont {
	padding: 0 0 20px 0;
}
.home-result-inner {
	padding: 20px;
}
.home-result-inner2 {
	position: relative;
	max-width: 300px;
	margin: 0px auto;
	background-color: #fff;
	min-height: 280px;
	box-sizing: border-box;
	padding: 45px 40px 0;
	box-shadow: 0 0 16px rgba(0, 0, 0, .3);
}
.home-result-amount {
	font-weight: bold;
	font-size: 30px;
	position: relative;
	padding: 0 0 35px 0;
	margin: 0 0 40px 0;
	display: block;
}
.home-result-amount:before {
	content: "";
	display: block;
	height: 1px;
	background-color: #9d9ca3;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.home-result-amount:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -20px;
	background-repeat: no-repeat;
	background-image: url(img/results/hammer.jpg);
	width: 44px;
	height: 41px;
	transform: translate(-50%, 0);
}
.home-result-body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	padding: 0;
	line-height: 1.5;
}
.home-prev-next-result {
	display: inline-block;
	margin: 0 10px;
	width: 76px;
	height: 76px;
	position: relative;
	background-color: #003164;
	vertical-align: top;
}
.home-prev-next-result:hover {cursor: pointer;}
.home-prev-next-result:before {
	content: "";
	display: block;
	width: 56px;
	height: 56px;
	border: 1px solid #fff;
	top: 8px;
	left: 8px;
	position: absolute;
	transition: .3s;
	background-color: transparent;
}
.home-prev-next-result:hover:before {
	background-color: #fff;
}
.home-prev-next-result:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-image: url(img/results/arrows.webp);
	width: 33px;
	height: 33px;
}
.home-next-result:after {
	background-position: -37px 0;
}
.home-prev-next-result:hover:after {
	background-position: 0 -37px;
}
.home-next-result:hover:after {
	background-position: -37px -37px;
}
@media screen and (min-width: 600px){
	.sxn-results .sxn-wrap {
		padding: 40px 100px;
		position: relative;
	}
	.home-results-cont {padding: 0;}
	.home-prev-next-result {
		position: absolute;
		margin: 0;
		top: calc(50% + 15px);
		transform: translate(0, -50%);
	}
	.home-prev-result {
		left: 20px;
	}
	.home-next-result {
		right: 20px;
	}
}
@media screen and (min-width: 800px) {
	.sxn-results .sxn-wrap {
		padding: 40px 110px;
	}
	.home-result-inner {
		padding: 20px 17px;
	}
	.home-result-inner2 {
		max-width: none;
	}
	.sxn-results .sxn-wrap h2 {
		font-size: 37px;
	}
	.home-prev-next-result {
		top: calc(50% + 8px);
	}
}
@media screen and (min-width: 1000px) {
/* 	.home-result-amount {font-size: 36px;} */
	.home-prev-next-result {
		top: calc(50% + 16px);
	}
}
@media screen and (min-width: 1120px) {
	.sxn-results .sxn-wrap {
		padding: 45px 110px;
	}
	.sxn-results .sxn-wrap h2 {
		font-size: 46px;
		padding: 0 0 30px 0;
	}
	.home-prev-next-result {
		top: calc(50% + 30px);
	}
}
@media screen and (min-width: 1350px) {
	.sxn-results .sxn-wrap {
		padding: 45px 110px 75px;
	}
	.sxn-results .sxn-wrap h2 {
		font-size: 50px;
	}
/* 
	.home-result-amount {
		font-size: 38px;
	}
 */
	.home-prev-next-result {
		top: calc(50% + 17px);
	}
}
@media screen and (min-width: 1640px) {
	.sxn-results .sxn-wrap {
		padding: 55px 110px 85px;
	}
	.sxn-results .sxn-wrap h2 {
		font-size: 64px;
		padding: 0 0 40px 0;
	}
	.home-result-amount {
		font-size: 36px;
	}
	.home-prev-next-result {
		top: calc(50% + 35px);
	}
	.home-result-inner2 {
		min-height: 300px;
		padding: 55px 40px 0;
	}
	.home-result-body {font-size: 17px;}
}

/*Practice Areas*/
.sxn-practiceAreas{
	text-align: center;
	padding: 20px;
	overflow: hidden;
}
.pasWrap{}
.pasLeft{}
.pasSubtitle{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #003164;
	line-height: 1;
}
.pasTitle{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Lora', serif;
	color: #003164;
	font-style: italic;
	padding: 0 0 15px;
	font-size: 30px;
	line-height: 1;
}
.pasBody{
	font-style: italic;
	line-height: 1.5;
}

.pasRight{}
.pasList{
	position: relative;
	z-index: 5;
}
.pasList br{ display: none; }
.pasArea{
	margin: 0 auto 5px;
}
.pasArea a{
	display: block;
}
.pasArea span{
	display: block;
	position: relative;
	background: #003164;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;	
	padding: 11px;
	transition: 300ms;
}
.pasArea:hover span{ background: #2c65a0; }

@media screen and (min-width: 600px){
	.pasList{ max-width: 700px; margin: 0 auto; }
	.pasArea{
		width: 180px;
		display: inline-block;
		vertical-align: top;
		margin: 0 5px 12px;
		border: 2px solid #fff;
	}
	.pasArea a{
		padding: 130px 0 0;
		background: url(img/areas/areas.webp);
		background-size: 900%;
		position: relative;
	}
	.pasArea2 a{ background-position: top left -100%; }
	.pasArea3 a{ background-position: top left -200%; }
	.pasArea4 a{ background-position: top left -300%; }
	.pasArea5 a{ background-position: top left -400%; }
	.pasArea6 a{ background-position: top left -500%; }
	.pasArea7 a{ background-position: top left -600%; }
	.pasArea8 a{ background-position: top left -700%; }
	.pasArea9 a{ background-position: top left -800%; }
	.pasArea a:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		top: 0;
		left: 0;
		transition: 300ms;
	}
	.pasArea:hover a:before{
		background: rgba(0,0,0,0);
	}
	.pasArea br{ display: block; }
	.pasArea span{
		height: 62px;
		box-sizing: border-box;
		padding: 11px 40px 11px 0;
	}
	.pasArea6 span{ padding-top: 21px; }
	.pasArea span:before{
		content: '';
		position: absolute;
		width: 26px;
		height: 26px;
		background: url(img/areas/arrow.png) center top 3px no-repeat;
		top: 16px;
		right: 16px;
		border: 1px solid #fff;
		transition: background-color 300ms;
	}
	.pasArea:hover span:before{
		background-color: #fff;
		background-position: center bottom 5px;
	}
}
@media screen and (min-width: 800px){
	.sxn-practiceAreas{
		padding: 40px 20px 0;
		position: relative;
		z-index: 9;
	}
	.pasSubtitle{ font-size: 20px; }
	.pasTitle{ font-size: 40px; }
	.pasBody{
		padding: 0 0 40px;
		max-width: 800px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1120px){
	.pasSubtitle{ font-size: 25px; }
	.pasTitle{ font-size: 50px; }	
	.pasList{ max-width: 990px; }
}
@media screen and (min-width: 1350px){
	.sxn-practiceAreas{
		margin: -30px 0 0;
		padding: 0 20px;
	}
	.pasWrap{
		overflow: hidden;
		max-width: 1400px;
		margin: 0 auto;
	}
	.pasLeft{
		float: left;
		width: calc(100% - 1010px);
		text-align: left;
		margin: 70px 0 0;
	}
	.pasTitle{ text-indent: 18px; }
	.pasBody{
		font-size: 17px;
		line-height: 1.6;
	}
	.pasRight{
		float: right;
	}
}
@media screen and (min-width: 1640px){
	.sxn-practiceAreas{
		margin: -30px 0 0;
		padding: 0 10px 0 20px;
	}	
	.pasWrap{ max-width: 1800px; }
	.pasLeft{ width: calc(100% - 1250px); }
	.pasSubtitle{ font-size: 30px; }
	.pasTitle{
		font-size: 60px;
		padding: 0 0 25px;
		text-indent: 23px;
		line-height: 0.8;
	}
	.pasBody{
		font-size: 18px;
		line-height: 1.7;
		max-width: 450px;
		margin: 0;
	}
	.pasList{ max-width: 1250px; }
	.pasArea{
		width: 228px;
		margin: 0 7px 18px;
	}
	.pasArea a{ padding: 167px 0 0; }
}





#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%;}

#crumbs{
	margin: 0 0 20px;
	font-size: 13px;
}
#crumbs a{ color: #2c65a0; }
#crumbs a:hover{ text-decoration: underline; }
#contentArea {
	margin: 0 auto;
	position: relative;
	padding: 20px;
	max-width: 1800px;
}
#contentArea:after{
	content: '';
	display: table;
	clear: both;
}
#mainContent {
	font-size: 16px;
	line-height: 1.7;
	color: #000;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a{ color: #2c65a0; }
	.article a:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		color: #003164;
		padding: 0 0 5px 0;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
		font-family: 'Lora', serif;
		font-weight: bold;
	}
	.article h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
		font-style: italic;
		font-weight: 600;
	}
	.article h3 {
		font-size: 16px;
		font-weight: 600;
		font-style: italic;
	}
	.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;
	}


	
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}


#sidebar {}
.blog-sidebar{ padding: 20px; }
.blog-sidebar h2{
	display: block;
	font-size: 20px;
	font-family: 'Lora', serif;
	color: #003164;
	font-weight: bold;
	text-transform: uppercase;
}
.blog-sidebar > ul{ padding: 0 0 20px 20px; }
.blog-sidebar ul ul{ padding: 0 0 0 20px; }
.blog-sidebar a{ color: #2c65a0; }
.blog-sidebar a:hover{ text-decoration: underline; }
.sb-home{
	margin: 0 auto 20px;
	text-align: center;
	font-style: italic;
	color: #003164;
	font-size: 18px;
	line-height: 1.5;
}
.sb-home .imgWrap{
	position: relative;
	padding: 7px 0;
	border-top: 10px solid #003164;
	border-bottom: 10px solid #003164;
}
.sb-home .imgWrap img{ max-width: 100%; height: auto;}
.sbhTitle{
	display: block;
	font-weight: bold;
	color: #003164;
	font-size: 20px;
	margin: 20px 0 10px;
	font-style: normal;
	line-height: 1;
}
.sb-home p{ padding: 0; }

.sb-areas,
.sb-article,
.sb-testimonials{ margin: 0 auto 30px; }
.sbTitle,
.sbSubtitle{
	display: block;
	color: #003164;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}
.sbTitle{
	font-style: italic;
	font-family: 'Lora', serif;
	font-size: 25px;
	margin: 0 0 20px;
}
.sb-areas{ text-align: center; }
.sb-areas br{ display: none; }

.sb-article{
	padding: 10px 0 50px;
	text-align: center;
	position: relative;
	border: 2px solid #d1d0d7;
	box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 7px #d1d0d7;
	max-width: 400px;
}
.sb-article img{
	margin: 0 auto;
	width: 260px;
	height: auto;
}
.sb-article a{
	position: absolute;
	font-family: 'Lora', serif;
	color: #003164;
	font-weight: bold;
	display: inline-block;
	background: #fff;
	border-left: 2px solid #d1d0d7;
	border-top: 2px solid #d1d0d7;
	border-right: 2px solid #d1d0d7;
	font-size: 18px;
	bottom: 0;
	padding: 10px 15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: 300ms;
}
.sb-article a:hover{
	background: #d1d0d7;
	color: #fff;
	box-shadow: inset 0 0 0 2px #fff;
}

.sb-testimonials{ text-align: center; }
.sb-testimonials .testsList{
	position: relative;
	overflow: hidden;
	height: 440px;
}
.sb-testimonials .testWrap{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

@media screen and (min-width: 600px){
	.sb-areas .pasArea{
		display: block;
		width: 100%;	
		margin: 0 auto 3px;
	}
	.sb-areas .pasArea a{
		background-size: 810px;
		padding: 0 0 0 60px;
	}
	.sb-areas .pasArea2 a{ background-position: left -90px top; }
	.sb-areas .pasArea3 a{ background-position: left -180px top; }
	.sb-areas .pasArea4 a{ background-position: left -270px top; }
	.sb-areas .pasArea5 a{ background-position: left -360px top; }
	.sb-areas .pasArea6 a{ background-position: left -450px top; }
	.sb-areas .pasArea7 a{ background-position: left -540px top; }
	.sb-areas .pasArea8 a{ background-position: left -630px top; }
	.sb-areas .pasArea9 a{ background-position: left -720px top; }
	.sb-areas .pasArea span{
		padding: 21px 20px;
		text-align: left;
	}	
}
@media screen and (min-width: 800px){
	.blog-sidebar{ padding: 0 0 30px; }
	.sb-home{
		position: relative;
		text-align: left;
		z-index: 1;
		margin: 0 auto 30px;
	}
	.sb-home:before{
		content: '';
		position: absolute;
		width: calc(100% + 40px);
		height: calc(100% + 130px);
		background: #d1d0d7;
		z-index: -1;
		top: -120px;
		left: 0;
	}
	.sb-home .imgWrap{
		width: 350px;
		overflow: hidden;
		position: relative;
		left: -10px;
	}
	.sb-home .imgWrap img{
		width: 450px;
		max-width: 450px;
	}
	.sb-home span,
	.sb-home p{
		padding: 0 0 0 25px;
	}

	.sbTitle{ font-size: 45px; }
	.sbSubtitle{font-size: 20px; }
	.sb-areas .sbSubtitle{ text-indent: -150px; }
	.sb-areas .pasArea{ margin: 0 auto; }
	.sb-areas .pasArea span{ font-size: 12px; }

	.sb-testimonials .sbTitle,
	.sb-testimonials .sbSubtitle{
		text-align: right;
		padding: 0 20px 0 0;
	}	
	.sb-testimonials .testsList{ width: 100%; }
	.sb-testimonials .test{ margin: 0; }
}

@media screen and (min-width: 1640px){
	.sb-home{
		margin: 0 auto 70px;
		font-size: 24px;
	}
	.sb-home:before{
		width: calc(100% + 60px);
		height: calc(100% + 225px);
		top: -200px;
	}
	.sb-home .imgWrap{
		width: 481px;
		left: -35px;
		padding: 7px 0 0;
	}
	.sb-home .imgWrap img{
		width: 641px;
		max-width: 641px;
	}
	.sb-home span,
	.sb-home p{
		padding: 0 0 0 30px;
	}
	.sbhTitle{
		font-size: 26px;
		margin: 50px auto 20px;
	}
	.sbTitle{ font-size: 60px; }
	.sbSubtitle{font-size: 30px; }

	.sb-areas,
	.sb-article{ margin: 0 auto 50px; }

	.sb-areas .sbTitle{ text-indent: 30px; }
	.sb-areas .sbSubtitle{ text-indent: -170px; }	
	.sb-areas .pasArea span{ font-size: 16px; }
	.sb-areas .pasArea a{ padding: 0 0 0 90px; }

	.sb-article img{ width: auto; }	
	.sb-article a{ font-size: 24px; }

	.sb-testimonials .testsList{ height: 530px; }
	.sb-testimonials .test{ height: 100%; }
	.sb-testimonials .testBody{ font-size: 18px; }
	.sb-testimonials .testAuthor{ font-size: 22px; }
	.sb-testimonials .testsArrows{ margin: 25px auto; }

}






/* Content Area */

@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#contentArea{ padding: 40px; }
	#crumbs{ margin: 0 0 20px; }
	#mainContent {
		padding: 0;
		width: calc(100% - 20px - 300px);
		float: left;
	}
	.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: 300px;
		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){
	.article h1{ font-size: 40px; }
	.article h2{ font-size: 22px; }
	.article h3{ font-size: 18px; }	
}
@media screen and (min-width: 1640px){
	#contentArea{ padding: 60px; }
	#mainContent{
		width: calc(100% - 65px - 387px);
		font-size: 18px;
	}
	.article h1{ font-size: 50px; }
	.article h2{ font-size: 25px; }
	.article h3{ font-size: 20px; }
	.article h4,
	.article h5{ font-size: 18px; }
	#sidebar{ width: 387px; }
}


/*Home Content*/
.article a.homeMore{
	display: inline-block;
	color: #003164;
	font-size: 24px;
	font-family: 'Lora', serif;
	font-weight: bold;
	position: relative;
	padding: 0 30px 0 0;
}
.article a.homeMore:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(img/content/more-arrow.png);
	top: 10px;
	right: 0;
}
.article a.homeMore:hover{
	color: #2c65a0;
	text-decoration: none;
}
.article a.homeMore:hover:before{ background-position: left bottom; }
.homeExpanded{ display: none; }
body.home .article h1{
	text-align: center;
	position: relative;
	padding: 0 0 40px;
	border-bottom: 1px solid #d1d0d7;
	margin: 0 0 40px;
}
body.home .article h1:before{
	content: '';
	position: absolute;
	width: 30px;
	height: 39px;
	background: url(img/content/content-icon.png) center center no-repeat #fff;
	background-size: 30px;
	padding: 5px;
	border: 1px solid #d1d0d7;
	left: calc(50% - 25px);
	bottom: -20px;
}
@media screen and (min-width: 1120px){
	body.home .article h1{
		text-align: center;
		position: relative;
		padding: 0 0 80px;
		border-bottom: 1px solid #d1d0d7;
		margin: 0 0 70px;
	}
	body.home .article h1:before{
		width: 58px;
		height: 75px;
		background-size: 58px;
		padding: 10px;
		left: calc(50% - 29px);
		bottom: -37px;
	}	
}

/*Testimonials*/
.sxn-testimonials{
	padding: 20px 0;
	text-align: center;
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.testsSubtitle{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #003164;
	line-height: 1;
}
.testsTitle{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #003164;
	font-family: 'Lora', serif;	
	font-size: 30px;
	font-style: italic;
	line-height: 1;
	padding: 0 0 20px;
}
.testsBody{
	font-style: italic;
	padding: 0 20px 20px;
	line-height: 1.5;
}
.testsList{
	width: 320px;
	margin: 0 auto;
}
.test{
	position: relative;
	background: #003164;
	color: #fff;
	padding: 60px 20px;
	margin: 0 10px;
	border: 2px solid #fff;
	box-shadow: inset 0 0 0 5px #003164, inset 0 0 0 8px #fff;
	box-sizing: border-box;
	height: 440px;
}
.test:before{
	content: '';
	position: absolute;
	width: 100px;
	height: 28px;
	background: #003164;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	top: 5px;
	left: calc(50% - 50px);
	z-index: 9;
}
.test:after{
	content: '';
	position: absolute;
	width: 220px;
	height: 3px;
	background: #fff;
	top: 30px;
	left: calc(50% - 110px);
	z-index: 9;
}

.testBody{
	line-height: 1.5;
	padding: 50px 0 20px;
	position: relative;
}
.testBody:before{
	content: '';
	position: absolute;
	width: 208px;
	height: 38px;
	background: url(img/testimonials/stars.png);
	top: 0;
	left: calc(50% - 104px);
}
.testAuthor{
	display: block;
	font-weight: 600;
	font-size: 18px;
}
.testAuthor:before{
	content: '';
	position: absolute;
	width: 100px;
	height: 28px;
	background: #003164;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	bottom: 5px;
	left: calc(50% - 50px);
	z-index: 9;
}
.testAuthor:after{
	content: '';
	position: absolute;
	width: 220px;
	height: 3px;
	background: #fff;
	bottom: 30px;
	left: calc(50% - 110px);
	z-index: 9;
}

.testsArrows{
	padding: 5px;
	background: #003164;
	border: 2px solid #fff;
	box-sizing: border-box;
	width: 207px;
	margin: 20px auto 0;
	border-radius: 2px;
}
.testsArrows li{
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px
}
.testsArrows a{
	display: block;
	border: 2px solid #fff;
	background: #003164;
	width: 93px;
	height: 71px;
	overflow: hidden;
	transition: 300ms;
}
.testsArrows li:hover a{
	background: #fff;
	box-shadow: inset 0 0 0 3px #003164;
}
.taPrev img{ margin: 16px 0 0 25px; }
.taNext img{ margin: 16px 0 0 -70px; }
.testsArrows li:hover img{ margin-top: -46px; }

@media screen and (min-width: 800px){
	.sxn-testimonials{
		background: url(img/testimonials/testimonials-bg.webp) bottom 60px right 100px no-repeat;
	}
	.testsSubtitle{ font-size: 20px; }
	.testsTitle{ font-size: 40px; }	
	.testsList{ width: 700px; }
}
@media screen and (min-width: 1120px){
	.testsTop{ overflow: hidden; padding: 0 20px 30px; }
	.testsSubtitle{ font-size: 25px; }
	.testsTitle{ font-size: 50px; }	
	.testsHeader{
		float: left;
		text-align: right;
	}
	.testsBody{
		float: right;
		text-align: left;
		width: calc(100% - 350px);
	}
	.testsList{
		width: 1000px;
	}
}
@media screen and (min-width: 1640px){
	.sxn-testimonials{ background-position: left bottom 64px; }
	.testsWrap{ max-width: 1800px; margin: 0 auto; }
	.testsSubtitle{ font-size: 30px; }
	.testsTitle{ font-size: 60px; }	
	.testsBody{
		font-size: 18px;
		line-height: 1.7;
		width: calc(100% - 420px);
	}
	.testsList{ width: 1600px; }
	.test{
		padding: 70px 50px;
		margin: 0 20px;
		height: 550px;
	}
	.testBody{
		font-size: 21px;
		padding: 70px 0 30px;
		line-height: 1.7;
	}
	.testAuthor{ font-size: 29px; }
	.testsArrows{ margin: 60px auto 0; }
}

/*Attorney*/
.sxn-attorney{
	padding: 20px;
	text-align: center;
	overflow: hidden;
}
.attWrap{
	line-height: 1.5;
}
.attBox{ position: relative; }
.attBox:before{
	content: '';
	position: absolute;
	width: 200px;
	height: 250px;
	background: url(img/attorney/headshot.webp);
	background-size: 100%;
	top: 60px;
	left: calc(50% - 100px);
}
.attBox:after{
	content: '';
	position: absolute;
	width: 200px;
	height: 250px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 60%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 60%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	top: 60px;
	left: calc(50% - 100px);
}
.attSubtitle,
.attTitle{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #003164;
	line-height: 1;
}
.attTitle{
	font-size: 25px;
	font-family: 'Lora', serif;
	font-style: italic;
	padding: 0 0 290px;
}
@media screen and (min-width: 800px){
	.sxn-attorney{
		background: url(img/attorney/attorney-bg-1120.jpg) center center;
		background-size: cover;
		margin: -60px 0 0;
		padding: 100px 20px 0;
		position: relative;
		border-bottom: 2px solid #fff;
	}
	.sxn-attorney:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100px;
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, 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) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		top: 0;
		left: 0;
	}
	.attBox{ padding: 0 0 20px 220px; text-align: left; }
	.attBox:before{
		left: -100px;
		top: auto;
		bottom: 0;
		width: 300px;
		height: 380px;
	}
	.attBox:after{ display: none; }
	.attSubtitle{ font-size: 20px; }
	.attTitle{
		font-size: 40px;
		padding: 0 0 20px;
		text-indent: 30px;
	}	
}
@media screen and (min-width: 1120px){
	.sxn-attorney{
		background-image: url(img/attorney/attorney-bg.webp);
	}
	.attBox{
		line-height: 1.8;
		max-width: 1100px;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.attSubtitle{ font-size: 25px; }
	.attTitle{
		font-size: 50px;
		padding: 0 0 30px;
	}		
}
@media screen and (min-width: 1640px){
	.sxn-attorney{
		padding: 140px 20px 0;
	}
	.attBox{
		max-width: 1800px;
		padding: 0 0 70px 430px;
		font-size: 18px;
	}
	.attBox:before{
		width: 377px;
		height: 477px;
		left: 0;
	}	
	.attSubtitle{ font-size: 30px; }
	.attTitle{ font-size: 60px; }	
}

/*Contact*/
.sxn-contact{
	background: #d1d0d7;
	text-align: center;
	padding: 20px 0;
	border-bottom: 2px solid #fff;
	overflow: hidden;
}
.conSubtitle,
.conTitle{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #003164;
	line-height: 1;
	font-size: 20px;
}
.conTitle{
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 40px;
}
.conSubtitle2{ padding: 0 0 20px; }
.conForm{
	width: 90%;
	margin: 0 auto;
	min-width: 255px;
}
.conForm input,
.conForm textarea{
	width: 100%;
	color: #000;
	border: 0;
	outline: 0;
	border-bottom: 2px solid #003164;
	margin: 0 auto 5px;
	background: transparent;
	padding: 10px 20px 10px 0;
	box-sizing: border-box;
}
.conForm input::placeholder,
.conForm textarea::placeholder{
	color: #000;
}
.cfTerms{
	display: block;
	font-size: 11px;
	margin: 0 auto 10px;
}
.conForm .gRecaptchaWrapper{
	margin: 0 auto;
	width: 255px;
}
.conForm .submit-button{
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	border: 2px solid #003164;
	width: 255px;
	text-align: center;
	padding: 12px 10px 11px;
	font-family: 'Lora', serif;
	text-transform: uppercase;
	color: #003164;
	font-weight: bold;
	font-size: 26px;
	margin: 10px auto 0;
	transition: 300ms;
}
.conForm .submit-button:hover{
	box-shadow: inset 0 0 0 2px #d1d0d7;
	background: #003164;
	color: #fff;
}

@media screen and (min-width: 800px){
	.sxn-contact{ padding: 40px 0; }
	.conTitle{ font-size: 60px; }
	.cfTop input{
		display: inline-block;
		vertical-align: top;
		width: calc(33.33% - 10px);
	}
	.cfTop input:nth-of-type(2){
		margin: 0 10px;
	}
	.cfTerms{
		margin: 20px auto 25px;
	}
	.conForm .gRecaptchaWrapper,
	.conForm .submit-button{
		display: inline-block;
		vertical-align: top;
	}
	.conForm .submit-button{ margin: 0 0 0 15px; }
}
@media screen and (min-width: 1120px){
	.conWrap{ overflow: hidden; padding: 0 20px; }
	.conHeader{
		float: left;
		text-align: left;
	}
	.conSubtitle{ font-size: 25px; }
	.conTitle{
		font-size: 80px;
		text-indent: 30px;
	}
	.conSubtitle2{ text-indent: 15px; }
	.conForm{
		width: 100%;
		float: right;
		width: calc(100% - 270px);
	}
	.cfBottom{ overflow: hidden; }
	.cfTerms{
		float: left;
		margin: 0;
		text-align: left;
		width: calc(100% - 530px);
		box-sizing: border-box;
		padding: 0 20px 0 0;
		max-width: 720px;
	}	
}
@media screen and (min-width: 1640px){
	.conWrap{
		max-width: 1800px;
		margin: 0 auto;
	}
	.conSubtitle{ font-size: 30px; }
	.conTitle{
		font-size: 99px;
		text-indent: 40px;
	}
	.conForm{
		width: calc(100% - 350px);
	}
	.conForm input,
	.conForm textarea{
		font-size: 18px;
		margin: 0 auto 30px;
	}
	.cfTerms{ line-height: 1.8; }
	.cfBottom{ text-align: right; }
}

/*Footer*/
#mainFooter {
	overflow: hidden;
}
.mfBottom{
	padding: 20px;
	text-align: center;
	overflow: hidden;
}
.mfCity{
	height: 200px;
	background: url(img/footer/cityscape-1120.jpg);
	background-size: cover;
}
.mfLogo{
	max-width: 280px;
	margin: 0 auto 20px;
}
.mfLogo img{ width: 100%; height: auto;}
.mfPhone,
.mfFax{
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-family: 'Lora', serif;
	color: #003164;
	font-weight: bold;
	font-size: 22px;
	padding: 50px 0 0;
	margin: 0 20px;
}
.mfAddress{
	display: block;
	color: #003164;
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0;
	padding: 50px 0 0;
	position: relative;
	font-size: 14px;
}
.mfPhone:before,
.mfFax:before,
.mfAddress:before{
	content: '';
	position: absolute;
	background: url(img/footer/contact-icons.png);
	top: 0;
}
.mfPhone:before{
	width: 25px;
	height: 45px;
	left: calc(50% - 12px);
}
.mfFax:before{
	width: 47px;
	height: 47px;
	background-position: left -30px top;
	left: calc(50% - 23px);
}
.mfAddress:before{
	width: 34px;
	height: 47px;
	background-position: right top;
	left: calc(50% - 17px);	
}

.mfSocial{
	text-align: center;
}
.mfSocial li{
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.mfSocial a{
	display: block;
	height: 40px;
	overflow: hidden;
}
.mfSocial img{}

.mfFacebook a{ width: 19px; }
.mfTwitter a{ width: 40px; }
.mfTwitter img{ margin: 0 0 0 -24px; }
.mfLinkedIn a{ width: 38px; }
.mfLinkedIn img{ margin: 0 0 0 -69px; }
.mfSocial li:hover img{ margin-top: -41px; }

@media screen and (min-width: 800px) {
	.mfBottom{
		padding: 40px 20px;
	}
	.mfLogo{
		max-width: 400px;
		margin: 0 auto 30px;
	}
	.mfPhone,
	.mfFax,
	.mfAddress{
		display: inline-block;
		vertical-align: middle;
		margin: 0 auto;
		text-align: left;
	}
	.mfFax{ margin: 0 35px; }
	.mfSocial{ margin: 30px auto 0; }
}
@media screen and (min-width: 1120px) {
	.mfCity{
		background-image: url(img/footer/cityscape.webp);
	}
	.mfPhone{ padding: 0 0 0 37px; }
	.mfFax{ padding: 0 0 0 59px; }
	.mfPhone,
	.mfFax{
		font-size: 27px;
	}
	.mfPhone:before,
	.mfFax:before{
		left: 0;
		top: -5px;
	}
	.mfAddress{
		font-size: 16px;
		padding: 0 0 0 50px;
	}
	.mfAddress:before{
		left: 0;
		top: -4px;
	}
}
@media screen and (min-width: 1500px){
	.mfbWrap{
		overflow: hidden;
		max-width: 1800px;
		margin: 0 auto;
		padding: 5px 0;
	}
	.mfLogo{
		max-width: 300px;
		float: left;
	}
	.mfLogo{
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}
	.mfSocial{ float: right; margin: 0; }
}
@media screen and (min-width: 1640px) {
	.mfCity{ height: 253px; }
	.mfLogo{ max-width: 350px; }
	.mfPhone,
	.mfFax{
		font-size: 27px;
		margin: 0 90px 0 0;
	}
	.mfAddress{ font-size: 16px; }
	.mfPhone,
	.mfFax,
	.mfSocial{ margin-top: 10px; }
}

/*Agency Footer*/
#mmBrandingWrapper {
	padding: 30px 20px 30px;
	text-align: center;
	background: #003164;
}
#mmBranding {
	display: inline-block;
	overflow: hidden;
}
	#mmBranding,
	#mmBranding p > a {
		color: #fff;
		font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#mmBranding a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	#logo-mmm {
		display: inline-block;
	}
	#mmBranding p {
		margin: auto;
		padding: 12px 0 0;
		max-width: 320px; /*modme*/
		text-align: center;
	}
	#mmBranding br {display: none;}
.fNav {
	padding: 20px 0 0;
}
	.fNav li {
		padding: 0 7px 0 5px;
		border-right: 1px solid #fff;
		line-height: 1;
		display: inline-block;
		list-style-type: none;
		list-style-position: outside;
	}
	.fNav li:last-child{ border-right: 0; }
	.fNav a {
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
	}
	.fNav a:hover {
		text-decoration: underline;
	}	
@media screen and (min-width: 600px) {
	#mmBranding {
		display: inline-block;
	}
	#logo-mmm {
		display: inline-block;
		margin: 0 0 3px;
		vertical-align: bottom;
	}
	#mmBranding p {
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: bottom;
	}
	#mmBranding br {display: inline;}
}
@media screen and (min-width: 1050px){
	#mmBrandingWrapper{ padding: 40px 0; }
	#mmBranding,
	.fNav{
		display: inline-block;
		vertical-align: middle;
	}
	.fNav{ margin: 0 0 0 50px; }
}



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

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

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

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

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

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

.vfActive {
    display: block
}

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

/* Contact Form Styling Ends */

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

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


/*Testimonials Page*/
.mc-testimonial{
	padding: 0 0 0 25px;
	border-left: 5px solid #003164;
	margin: 0 auto 50px;
}
.mc-testimonial span{
	font-weight: bold;
	color: #003164;
	font-size: 20px;
}

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

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

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

/* CASE RESULTS PAGE */


.page-results-cont {
	max-width: 1800px;
	margin: 0px auto;
	color: #003164;
	font-family: 'Lora', serif;
	padding: 40px 0;
	text-align: center;
}
.page-results-cont {
	padding: 0 0 20px 0;
}
.page-result-inner {
	padding: 20px 20px 15px;
}
.page-result-inner2 {
	position: relative;
	margin: 0px auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 45px 40px 45px;
	box-shadow: 0 0 16px rgba(0, 0, 0, .3);
}
.page-result-amount {
	font-weight: bold;
	font-size: 30px;
	position: relative;
	padding: 0 0 35px 0;
	margin: 0 0 40px 0;
	display: block;
	line-height: 1;
}
.page-result-amount:before {
	content: "";
	display: block;
	height: 1px;
	background-color: #9d9ca3;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.page-result-amount:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -20px;
	background-repeat: no-repeat;
	background-image: url(img/results/hammer.jpg);
	width: 44px;
	height: 41px;
	transform: translate(-50%, 0);
}
.page-result-body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	padding: 0;
	line-height: 1.5;
}
@media screen and (min-width: 600px){
	.page-results-cont {padding: 0; overflow: hidden;}
	.page-result {
		float: left;
		width: 100%;
	}
	.page-result-inner2 {
		min-height: 290px;
		padding: 45px 40px 0;
	}
	.page-result-inner {
		padding: 20px 17px 15px;
	}
}
@media screen and (min-width: 800px) {
	.page-result-inner {
		padding: 20px 17px;
	}
	.page-result-inner2 {
		max-width: none;
		min-height: auto;
		padding: 45px 40px 45px;
	}
	.page-result {
		float: none;
		width: 100%;
	}
}
@media screen and (min-width: 1000px) {
	.page-result-amount {font-size: 36px;}
	.page-result {
		float: left;
		width: calc(50%);
	}
	.page-result-inner2 {
		min-height: 290px;
		padding: 45px 40px 0;
	}
	.page-result-inner {
		padding: 15px 15px 10px;
	}
}
@media screen and (min-width: 1350px) {
	.page-result-amount {
		font-size: 38px;
	}
	.page-result {
		width: calc(100%/3);
	}
}
@media screen and (min-width: 1640px) {
	.page-result-amount {
		font-size: 41px;
	}
	.page-result-inner2 {
		min-height: 320px;
		padding: 55px 40px 0;
	}
	.page-result-body {font-size: 17px;}
}

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

nav.mm .navmm_scrollable .navmm_scroll_menu ul {top: 0;}
nav.mm .navmm_scrollable .navmm_scroll_menu ul ul {padding: 0;}
nav.mm .navmm_scrollable .navmm_scroll_menu ul ul,
nav.mm .navmm_scrollable:hover .menu_more_indicator,
nav.mm .navmm_scrollable ul li:hover > a {background: #2c65a0;} /* modme to match ul bg color */
nav.mm .navmm_scrollable ul li:hover > a:hover {background: #4d86c0;} /* modme to match hover bg color */
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul a {padding-left: 30px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul a {padding-left: 60px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul ul a {padding-left: 90px;}
nav.mm .navmm_scrollable:hover .navmm_scroll_menu  ul ul ul ul ul a {padding-left: 120px;}
