/*
Theme Name: Steinhardt Responsive Website
Theme URI: https://www.milemarkmedia.com/
Description: Designed and Powered by MileMark Media
Author: MileMark Media
Version: 1.0
Template: universal
*/

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

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

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

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

a {outline: none;}

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

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

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

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

.wcag-bar{
	padding: 10px 20px 10px;
	background: #000;
	color: #b6bccf;
	font-style: italic;
	text-align: center;
}
.wcag-bar span.adaBtn{
	color: #fff;
	font-size: 1.125rem;
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
}
.wcag-bar span.adaBtn:hover{ text-decoration: none; }
@media screen and (min-width: 800px){
	.sticky_zone .wcag-bar {display: none;}
}


.animated {opacity: 0;}
.officiallyAnimated, .ie9 .animated, #persistentHeader .animated, #persistentHeader.animated {opacity: 1;}
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;
}

/*OOCSS*/
.nc-arrowNav{
	padding: 20px 0 0;
	overflow: hidden;
	width: 150px;
	margin: 0 auto;
}
.nc-arrowNav li{
	display: block;
	width: 58px;
	height: 58px;
	padding: 10px;
	box-sizing: border-box;
	background: #113244;
	border-radius: 40px;
	border: 1px solid #245672;
	margin: 5px;
}
.nc-arrowNav li:hover{
	box-shadow: 0 0 10px rgba(255,255,255,0.55);
}
.nc-prevArrow{ float: left; }
.nc-nextArrow{ float: right; }
.nc-arrowNav a{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: #3593c4;
	border-radius: 30px;
	border: 3px solid #61c9ff;
	transition: 300ms;
}
.nc-arrowNav li:hover a{
	background: rgb(160,184,66); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(160,184,66,1) 0%, rgba(186,213,82,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(160,184,66,1) 0%,rgba(186,213,82,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(160,184,66,1) 0%,rgba(186,213,82,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 3px solid #c1dc59;
}
.nc-arrowNav li:hover img{ margin-top: -37px; }
.nc-prevArrow img{ margin: 5px 0 0 6px; }
.nc-nextArrow img{ margin: 5px 0 0 -37px; }
@media screen and (min-width: 800px){
	.nc-arrowNav li{ width: 79px; height: 79px; padding: 13px; }
	.nc-arrowNav a{
		width: 45px;
		height: 45px;
	}
	.nc-arrowNav li:hover img{ margin-top: -29px; }
	.nc-prevArrow img{ margin: 13px 0 0 13px; }
	.nc-nextArrow img{ margin: 13px 0 0 -30px; }
}


#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);
	background: #103b5a; /* Old browsers */
	background: -moz-linear-gradient(left, #103b5a 0%, #061a29 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #103b5a 0%,#061a29 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #103b5a 0%,#061a29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body.fsMenuOn #persistentHeader {
  -webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
}
#mhWrapper {}
#mainHeader {

}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 400px; /*modme*/
		margin: 0 auto;
		padding: 20px 0 10px;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhRight{ color: #fff; text-align: center; padding: 0 0 20px;}
	.mhCTA{
		font-family: 'PT Serif', serif;
		display: block;
		font-style: italic;
		text-transform: uppercase;
		padding: 0 0 5px;
		transition: 300ms;
	}
	.mhNumbers{
		display: block;
		text-transform: uppercase;
	}
	.mhNumbers li{ transition: 300ms; }
	.mhNumbers a{ color: #fff; font-weight: bold; }
	.mhReview{ display: block; margin: 10px auto 0; width: 120px; }
/* Enable these next two lines to modify dropdown colors
html body nav.mm ul li:nth-child(2) ul {display: block;}
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;
	background: #3087b4; /* Old browsers */
	background: -moz-linear-gradient(top, #3087b4 0%, #389bce 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3087b4 0%,#389bce 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3087b4 0%,#389bce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
nav.mm:after{
	content:"";
	display: block;
	width: 100%;
	height: 9px;
	background: #2f80aa;
	border-top: 1px solid #59bef2;
	border-bottom: 1px solid #59bef2;
	position: absolute;
}
nav.mm > ul > li{
	position: relative;
	padding: 0 0 6px;
}
nav.mm > ul > li:after{
	content:"";
	display: block;
	width: 97%;
	height: 9px;
	background: #2f80aa;
	border-top: 1px solid #59bef2;
	border-bottom: 1px solid #59bef2;
	position: absolute;
	z-index: 99;
	bottom: 0;
	transform-origin: left;
	transform: skewX(-20deg) scaleX(0);
	-webkit-transform: skewX(-20deg) scaleX(0);
	-moz-transform: skewX(-20deg) scaleX(0);
	-ms-transform: skewX(-20deg) scaleX(0);
	transition: transform 300ms;
}
nav.mm > ul > li > a {
    padding: 10px 10px 15px;
    font-size: 14px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 44px;}
nav.mm > ul {height: 34px;}
nav.mm > ul > li:hover > a {color: white;}
nav.mm > ul > li:hover:after {
	background: #a0b842; /* Old browsers */
	background: -moz-linear-gradient(left, #a0b842 0%, #c2df51 50%, #a0b842 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a0b842 0%,#c2df51 50%,#a0b842 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a0b842 0%,#c2df51 50%,#a0b842 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	transform: skewX(-20deg) scaleX(1);
	-webkit-transform: skewX(-20deg) scaleX(1);
	-moz-transform: skewX(-20deg) scaleX(1);
	-ms-transform: skewX(-20deg) scaleX(1);
}
nav.mm ul ul {background: #3798ca; width: 180px; border: 1px solid #59bef2;}
html.ie9 nav.mm ul ul li:hover > a {background: #c2df51; color: #000;}

nav.mm ul ul li {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
html.ie9 nav.mm ul ul li:before{ display: none; }
nav.mm ul ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c2df51;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
nav.mm ul ul li:hover a, nav.mm ul ul li:focus, a nav.mm ul ul li:active a {
  color: white;
}
nav.mm ul ul li:hover:before, nav.mm ul ul li:focus:before, nav.mm ul ul li:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

nav.mm ul ul li {border-top: 1px solid #59bef2;}
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: #3087b4; /* Old browsers */
	background: -moz-linear-gradient(top, #3087b4 0%, #389bce 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3087b4 0%,#389bce 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3087b4 0%,#389bce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
} /*modme*/
#mmiWrapper {box-shadow: 0 1px 10px rgba(0,0,0,0.7); position: fixed; top: 0; left: 0; width: 100%; z-index: 999;}
#mobMenuItems {
	height: 34px;
	width: 260px;
	padding: 0 0 0 12px;
	margin: 0 auto;
	text-transform: uppercase;
	overflow: hidden;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	.mmi {
		height: 100%;
		font-size: 14px;
		float: left;
		display: inline;
		list-style-type: none;
		list-style-position: outside;
	}
	.mmi a {
		box-sizing: border-box;
		color: #fff;
		display: block;
		height: 100%;
		line-height: 34px;
		background-image: url(img/icons/menu2015.png);
		background-repeat: no-repeat;
		background-position: 10px 0;
		text-indent: -222px;
		overflow: hidden;
		text-align: left;
	}
	#mm2 {width: 37px;}
	#mm3 {width: 46px;}
	#mm4 {width: 32px;}
	#mm5 {width: 37px;}
	.mmi a:hover {text-decoration: none;}
	.mmi {border-right: 1px solid #087ab5;} /*modme*/
	#mm1 {border-left: 1px solid #087ab5;} /*modme*/
	#mm1 a {text-indent: 0; width: 90px; padding: 0 0 0 27px; text-align: center;}
	#mm2 a {background-position: 10px -34px;}
	#mm3 a {background-position: 10px -68px;}
	#mm4 a {background-position: 10px -102px;}
	#mm5 a {background-position: 10px -136px;}
nav.mm_mob {
	position: absolute;
	padding: 34px 0 10px;
	left: 0;
	top: 0;
	width: 100%;
	background: #103b5a; /*modme*/
	z-index: 9999;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 10px 0 10px;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
			font-size: 15px;
			padding: 3px 1em 3px 0;
			color: #fff;
		}
		nav.mm_mob a:hover {
			background: #59bef2; /*modme*/
			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; background: #59bef2;}
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: 0;
	outline: 0;
}
#mblsSubmit {
	width: 30%;
	border: 0;
	background: #3697c9;
	font-size: 10px;
	height: 21px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
#mblsSubmit:hover {background: #59bef2;} /*modme*/
@media screen and (min-width: 600px){
	.mhNumbers li{ display: inline-block; padding: 0 10px; }
}
@media screen and (min-width: 800px) {
	#wrapper {padding: 198px 0 0;}
	.sticky_zone #wrapper{ padding: 165px 0 0; }
    #persistentHeader{
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 999;
    }
    #mainHeader{ overflow: hidden; max-width: 800px; margin: 0 auto; padding: 0 20px; }
    #logo-main{ float: left; padding: 30px 0 0; }
    .mhRight{ float: right; padding: 10px 0; }
    .mhNumbers li{
    	display: block;
    	text-align: left;
    	padding: 7px 0 7px 40px;
    	position: relative;
    }
    .mhNumbers li:before{
    	content:"";
		display: block;
		width: 30px;
		height: 30px;
		background: url(img/header/phone.png);
		background-size: 100%;
		position: absolute;
		top: 0;
		left: 0;
    }
    .mhReview{ margin: 0 auto; }
    body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .mhCTA{ display: none; }
	body.sticky_zone #logo-main{ width: 300px; padding: 10px 10px 5px; }
	body.sticky_zone .mhReview{ display: none; }
}
@media screen and (min-width: 1100px) {
	#wrapper{ padding: 207px 0 0; }
	.sticky_zone #wrapper{ padding: 175px 0 0; }
	#mainHeader{ max-width: 1100px; }
	#logo-main{ padding: 10px 0; }
	.mhRight{ padding: 27px 0; }
	.mhCTA{
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
		padding: 0;
		margin: -10px 0 0;
	}
	.mhNumbers{
		display: inline-block;
		vertical-align: middle;
		font-size: 18px;
		padding: 0 10px;
	}
	.mhNumbers li{
		padding: 5px 0 15px 40px;
	}
	.mhReview{
		display: inline-block;
		vertical-align: middle;
		margin: -5px 0 0;
	}
	nav.mm > ul > li > a { font-size: 17px; padding: 15px; }
	nav.mm > ul{ height: 42px; }
	nav.mm > ul > li > ul{ top: 52px; }
	body.sticky_zone .mhRight {
    	padding: 14px 0;
	}
}
@media screen and (min-width: 1600px){
	#wrapper{ padding: 248px 0 0; }
	.sticky_zone #wrapper{ padding: 185px 0 0; }
	#mainHeader{ max-width: 1600px; }
	#logo-main{ padding: 30px 0; }
	.mhRight{ padding: 48px 0 0; }
	.mhCTA{ font-size: 22px; padding: 5px 15px 0 0; margin: 0;}
	.mhNumbers li{ display: inline-block; padding: 10px 0 5px 60px; font-size: 22px; }
	.mhNumbers li:first-child{ padding: 10px 15px 5px 60px; }
	.mhNumbers li:before{ height: 44px; width: 44px; }
	.mhReview{ margin: 2px 0 0; }
	nav.mm > ul > li > a { font-size: 18px; padding: 20px; }
	nav.mm > ul{ height: 53px; }
	nav.mm > ul > li > ul{ top: 63px; }
	body.sticky_zone #logo-main{ padding: 15px; }
	body.sticky_zone .mhRight{ padding: 22px 0 0; }
	body.sticky_zone .mhCTA{ margin: 6px 0 0; padding: 0 20px 0 0; }
	body.sticky_zone .mhNumbers{ padding: 0; }
	body.sticky_zone .mhNumbers li{ padding: 10px 0 5px 60px; }
	body.sticky_zone .mhNumbers li:first-child{ padding: 10px 15px 5px 60px; }
	body.sticky_zone nav.mm > ul > li > a { font-size: 16px; padding: 15px 20px; }
	body.sticky_zone nav.mm > ul{ height: 41px; }
	body.sticky_zone nav.mm > ul > li > ul{ top: 51px; }
}
@media screen and (min-width: 1800px){
	#mainHeader{ max-width: 1800px; }
	.mhRight{ padding: 40px 0 0; }
	.mhCTA{ font-size: 24px; padding: 5px 35px 0 0; }
	.mhNumbers li{ font-size: 24px; padding: 7px 0 5px 60px; }
	.mhNumbers li:first-child{ padding: 7px 35px 5px 60px; }
}
#homeslides {
    position: relative;
    height: 330px;
    background-color: #143d55;
    overflow: hidden;
}
.homeslide{ display: none; }
.homeslide,
.homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
html.no-webp .homeslideImg1 { background-image: url(img/slides/home/600/1-v3.jpg); }
html.no-webp .homeslideImg2 { background-image: url(img/slides/home/600/2-v4.jpg); }
html.no-webp .homeslideImg3 { background-image: url(img/slides/home/600/3-v4.jpg); }
html.no-webp .homeslideImg4 { background-image: url(img/slides/home/600/4-v4.jpg); }
html.no-webp .homeslideImg5 { background-image: url(img/slides/home/600/5.jpg); }

html.webp .homeslideImg1 { background-image: url(img/slides/home/600/1-v3.jpg); }
html.webp .homeslideImg2 { background-image: url(img/slides/home/600/2-v4.webp); }
html.webp .homeslideImg3 { background-image: url(img/slides/home/600/3-v4.webp); }
html.webp .homeslideImg4 { background-image: url(img/slides/home/600/4-v4.webp); }
html.webp .homeslideImg5 { background-image: url(img/slides/home/600/5.webp); }

.slideBox {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	background: #143d55;
	color: #fff;
}
.slideBox span, .slideBox p{
	text-shadow: 2px 2px 0 #000;
}
.slideHead {
	font-weight: bold;
	transition: 300ms;
}
.slideHead span{
	font-weight: normal;
	font-family: 'PT Serif', serif;
	color: #bae7ff;
	font-style: italic;
}
.slideHead2{
	position: relative;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 1px;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #d7f564;
	transition: 300ms;
}
.slideHead2:after{
	content:"";
	display: block;
	width: 50%;
	height: 9px;
	background: #a0b842;
	position: absolute;
	bottom: 0;
	left: 1px;
	transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
}
.slideBody {
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	transition: 300ms;
}
.hsNav{
	display: block;
	box-shadow: 0 -9px 0 0 #2f80aa, 0 -10px 0 0 #fff;
	padding: 20px 0 15px;
	margin: 10px 0 0;
	text-align: center;
}
.hsNav li{ display: inline-block; padding: 0 3px; }
.hsNav li a{
	display: block;
	font-size: 0;
	height: 15px;
	width: 15px;
	border-radius: 15px;
	background: #d8d8d8;
	transition: 300ms;
}
.hsNav li:hover a{ background: #a2a2a2; }
.hsNav li.activeNavButton a{ background: #a0b842; }

.subslide {
    background-position: center top;
    background-repeat: no-repeat;
    height: 122px;
    box-shadow: 0 1px 0 0 #fff, 0 10px 0 0 #2f80aa;
    margin: 0 0 10px;
}
html.no-webp #subslide1 { background-image: url(img/slides/sub/600/1.jpg); }
html.webp #subslide1 { background-image: url(img/slides/sub/600/1.webp); }
@media screen and (min-width: 600px){
	#homeslides{ height: 350px; }
	.homeslideImg{ background-position: left top; background-size: cover; }
	html.no-webp .homeslideImg1{ background-image: url(img/slides/home/1100/1-v3.jpg); }
	html.no-webp .homeslideImg2{ background-image: url(img/slides/home/1100/2-v4.jpg); }
	html.no-webp .homeslideImg3{ background-image: url(img/slides/home/1100/3-v4.jpg); }
	html.no-webp .homeslideImg4{ background-image: url(img/slides/home/1100/4-v4.jpg); }
	html.no-webp .homeslideImg5{ background-image: url(img/slides/home/1100/5.jpg); }

	html.webp .homeslideImg1{ background-image: url(img/slides/home/1100/1-v3.webp); }
	html.webp .homeslideImg2{ background-image: url(img/slides/home/1100/2-v4.webp); }
	html.webp .homeslideImg3{ background-image: url(img/slides/home/1100/3-v4.webp); }
	html.webp .homeslideImg4{ background-image: url(img/slides/home/1100/4-v4.webp); }
	html.webp .homeslideImg5{ background-image: url(img/slides/home/1100/5.webp); }

	html.no-webp #subslide1 { background-image: url(img/slides/sub/1100/1.jpg); }
	html.webp #subslide1 { background-image: url(img/slides/sub/1100/1.webp); }
}
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides{ height: 400px; }
		@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);
		  }
		}

		.homeslideImg {
			-webkit-animation-name: ncburnsZoomIn; /* modify */
			animation-name: ncburnsZoomIn; /* modify */
			-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
			-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
			-webkit-animation-duration: 7800ms;
			animation-duration: 7800ms;
			opacity: 1;
		}
		.homeslide .homeslideImg.ieSlide {
			-webkit-animation-name: none;
			animation-name: none;
			transform: none;
			-webkit-transform: none;
		}
	.slideContent{ position: relative; height: 100%; }
	.slideBox{
		background: rgba(20,61,85,0.6);
		bottom: auto;
		right: -50px;
		width: 50%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding: 20px 0 20px 20px;
		opacity: 0;
		transition: 300ms;
	}
	.slideTxtAnimate .slideBox{ opacity: 1; right: 0; }
	.slideBox span, .slideBox p{ text-shadow: 3px 3px 0 rgba(0,31,49,0.65); }
	.slideHead{ font-size: 30px; /*62*/ opacity: 0; position: relative;  left: 100%; transition: 600ms; }
	.slideTxtAnimate .slideHead, .slideTxtAnimate .slideHead2{ opacity: 1; left: 0; }
	.slideHead span{ font-size: 20px; /*39*/ }
	.slideHead2{
		font-size: 36px; /*75*/
		padding: 0 0 20px;
		margin: 0 0 20px;
		opacity: 0;
		position: relative;
		left: 100%;
		transition: 600ms;
	}
	.slideBody{
		font-size: 20px;
		padding: 0 20px 0 0;
		position: relative;
		opacity: 0;
		left: 100%;
		transition: 900ms;
	}
	.slideTxtAnimate .slideBody{ opacity: 1; left: 0; }
}
@media screen and (min-width: 1100px) {
	.homeslideImg{ background-position: center center; }
	html.no-webp .homeslideImg1{ background-image: url(img/slides/home/2000/1-v3.jpg); }
	html.no-webp .homeslideImg2{ background-image: url(img/slides/home/2000/2-v4.jpg); }
	html.no-webp .homeslideImg3{ background-image: url(img/slides/home/2000/3-v4.jpg); }
	html.no-webp .homeslideImg4{ background-image: url(img/slides/home/2000/4-v4.jpg); }
	html.no-webp .homeslideImg5{ background-image: url(img/slides/home/2000/5.jpg); }

	html.webp .homeslideImg1{ background-image: url(img/slides/home/2000/1-v3.jpg); }
	html.webp .homeslideImg2{ background-image: url(img/slides/home/2000/2-v4.webp); }
	html.webp .homeslideImg3{ background-image: url(img/slides/home/2000/3-v4.webp); }
	html.webp .homeslideImg4{ background-image: url(img/slides/home/2000/4-v4.webp); }
	html.webp .homeslideImg5{ background-image: url(img/slides/home/2000/5.webp); }
	.slideBox {
		box-sizing: inherit;
	}
	.slideContent{ width: 1100px; margin: 0 auto; }
	.slideBox{ padding: 20px 999px 20px 20px; margin: 0 -999px 0 0; }
	.slideHead{ font-size: 40px; }
	.slideHead span{ font-size: 30px; }
	.slideHead2{
		font-size: 50px;
		padding: 0 999px 25px 0;
		margin: 0 -999px 25px 0;
	}
	.slideHead2:after{ width: 250px; }
	.hsNav{ padding: 25px 0 20px; }
	html.no-webp #subslide1 { background-image: url(img/slides/sub/2000/1.jpg); }
	html.webp #subslide1 { background-image: url(img/slides/sub/2000/1.webp); }
}
@media screen and (min-width: 1600px){
	#homeslides{ height: 481px; }
	.slideContent{ width: 1600px; }
	.slideBox{
		width: 45%;
		padding: 30px 999px 30px 30px;
	}
	.slideHead{ font-size: 62px; line-height: 1; }
	.slideHead span{ font-size: 39px; }
	.slideHead2{ font-size: 75px; }
	.slideHead2:after{ width: 400px; }
	.slideBody{ font-size: 25px; }
	.hsNav{ padding: 35px 0 30px; }
}
@media screen and (min-width: 1800px){
	#homeslides{ height: 520px; }
	.slideContent{ width: 1600px; }
	.slideBox{ width: 44%; }
	.subslide{ background-size: cover; }
}
#sync {height: 0; width: 0;}
.syncItem {position: relative; z-index: 0;}

/* BELOW THE FOLD (BTF) BEGINS */

/*Practice Areas*/
.practice-areas{
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #acacac;
}
.paTitle{
	display: block;
	position: relative;
	text-transform: uppercase;
	transition: 300ms;
	color: #287aa9;
	font-weight: bold;
	text-align: center;
	padding: 0;
	line-height: 1;
	margin: 0 0 20px;
	font-size: 22px;
}
.paTitle:after{
	content:"";
	display: block;
	width: 100%;
	height: 1px;
	background: #287aa9;
	position: absolute;
	bottom: 2px;
	left: 0;
}
.paItemWrap{
	display: block;
	box-shadow: 0 0 0 1px #3e98c8, 0 0 0 10px #143d55;
	margin: 10px;
	background-color: #3e98c8;
}
.paItemTitle{
	position: relative;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	transition: 300ms;
	padding: 7px 7px 7px 73px;
	background: -moz-linear-gradient(left, rgba(20,61,86,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(20,61,86,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(20,61,86,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	transition: 300ms;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.paItemTitle:before{
	content:"";
	display: block;
	width: 60px;
	height: 60px;
	background: url(img/areas/area-icons.jpg);
	background-size: 400%;
	position: absolute;
	top: 0;
	left: 0;
}
.paArea:hover .paItemTitle:before{ background-position: left top -100%; }
.paArea2 .paItemTitle:before{ background-position: left -100% top; }
.paArea2:hover .paItemTitle:before{ background-position: left -100% bottom; }
.paArea3 .paItemTitle:before{ background-position: left -200% top; }
.paArea3:hover .paItemTitle:before{ background-position: left -200% bottom; }
.paArea4 .paItemTitle:before{ background-position: left -300% top; }
.paArea4:hover .paItemTitle:before{ background-position: left -300% bottom; }
.paArea:hover .paItemTitle{ background-size: 150%; background-position: right top; }
.paMore{
	display: block;
	position: relative;
	color: #287aa9;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 999px 0 20px;
	margin: 0 -999px 0 0;
	font-size: 18px;
	transition: 300ms;
}
.paMore:before{
	content:"";
	display: block;
	width: 100px;
	height: 9px;
	background: rgb(159,184,67); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(159,184,67,1) 0%, rgba(41,122,169,1) 50%, rgba(41,122,169,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(159,184,67,1) 0%,rgba(41,122,169,1) 50%,rgba(41,122,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(159,184,67,1) 0%,rgba(41,122,169,1) 50%,rgba(41,122,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-size: 200%;
	background-position: right top;
	position: absolute;
	transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	bottom: 7px;
	left: 13%;
	z-index: 2;
	transition: 300ms;
}
.paMore:after{
	content:"";
	display: block;
	width: calc(85% - 2px);
	height: 1px;
	background: #287aa9;
	position: absolute;
	bottom: 7px;
	left: 15%;
	z-index: 1;
}
.paMore:hover{ color: #a0b842; letter-spacing: 3px; }
.paMore:hover:before{ background-position: left top; }
@media screen and (min-width: 600px){
	.paWrap{ max-width: 600px; margin: 0 auto; }
	.paList{ max-width: 600px; margin: 0 auto; }
}
@media screen and (min-width: 800px){
	.practice-areas{ padding: 20px 0 40px; }
	.paTitle{ font-size: 35px; line-height: 0.8; letter-spacing: 5px;}
	.paWrap{ max-width: 800px; }
	.paList{ max-width: 800px; }
	.paArea{ display: inline-block; margin: 0 0 -1px; vertical-align: top; }
	.paItemWrap{
		background-position: left top;
		position: relative;
		transition: box-shadow 300ms;
		height: 268px;
		width: 173px;
	}
	html.no-webp .paItemWrap.imgSet{ background-image: url(img/areas/areas.jpg); }
	html.webp .paItemWrap.imgSet{ background-image: url(img/areas/areas.webp); }
	.paArea:hover .paItemWrap{ box-shadow: 0 0 0 1px #77cfff, 0 0 0 10px #3594c4; }
	.paArea:hover .paItemWrap{ background-position: left bottom; }
	.paArea2 .paItemWrap{ background-position: left -350px top; }
	.paArea2:hover .paItemWrap{ background-position: left -350px bottom; }
	.paArea3 .paItemWrap{ background-position: left -700px top; }
	.paArea3:hover .paItemWrap{ background-position: left -700px bottom; }
	.paArea4 .paItemWrap{ background-position: left -1150px top; }
	.paArea4:hover .paItemWrap{ background-position: left -1150px bottom; }
	.paItem{
		height: 100%;
		width: 100%;
		position: relative;
	}
	.paItemTitle{
		display: block;
		position: relative;
		text-align: center;
		width: 100%;
		top: calc(50% + 30px);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		font-size: 20px; /*26*/
		padding: 12px 0;
		left: 0;
	}
	.paArea:hover .paItemTitle{ letter-spacing: 1px; }
	.paItemTitle:before{
		width: 50px;
		height: 50px;
		left: calc(50% - 25px);
		top: -60px;
	}
	.paArea:hover .paItemTitle{ background-position: left top; background-size: 100%; }
	.paMore{ padding: 10px 999px 0 0; }
	.paMore:before{ left: 9%; }
	.paMore:after{ left: 10%; }
}
@media screen and (min-width: 1100px){
	.paWrap,.paList{ max-width: 1100px; }
	.paItemWrap{ width: 248px; }
	.paArea4 .paItemWrap{ background-position: left -1050px top; }
	.paArea4:hover .paItemWrap{ background-position: left -1050px bottom; }
}
@media screen and (min-width: 1450px){
	.practice-areas{ padding: 20px 0 60px; }
	.paWrap{ max-width: 1426px; }
	.paList{ max-width: 1426px; padding: 20px 0; }
	.paItemWrap{ width: 333px; }
	.paArea2 .paItemWrap{ background-position: left -333px top; }
	.paArea2:hover .paItemWrap{ background-position: left -333px bottom; }
	.paArea3 .paItemWrap{ background-position: left -666px top; }
	.paArea3:hover .paItemWrap{ background-position: left -666px bottom; }
	.paArea4 .paItemWrap{ background-position: left -999px top; }
	.paArea4:hover .paItemWrap{ background-position: left -999px bottom; }
	.paItemTitle{
		font-size: 26px;
		width: calc(100% - 90px);
		margin: 0 0 0 90px;
		text-align: left;
		padding: 12px;
		top: 50%;
	}
	.paItemTitle:before{
		height: 90px;
		width: 90px;
		left: -96px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.paItemTitle:after{
		content:"";
		display: block;
		position: absolute;
		border-left: 4px solid #3e98c8;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-right: 4px solid transparent;
		left: -94px;
		bottom: -4px;
		transform: rotate(-45deg);
	}
	.paMore{ font-size: 20px; }
	.paMore:before{ left: 6.5%; width: 90px; }
}
@media screen and (min-width: 1600px){
	.practice-areas{ padding: 20px 0 80px; }
	.paWrap{ max-width: 1600px; }
	.paTitle{ font-size: 43px; letter-spacing: 8px; }
	.paList{ max-width: 1600px;  padding: 40px 0 30px;}
	.paArea{ margin: 0 20px; }
	.paMore{ padding: 0 999px 0 20px; }
	.paMore:before{ left: 7%; }
}
@media screen and (min-width: 1800px){
	.paWrap{ max-width: 1800px; }
	.paList{ max-width: 1800px; padding: 40px 0 25px; }
	.paArea{ margin: 0 45px; }
	.paMore{ padding: 10px 999px 0 45px; }
	.paMore:before{ left: 8%; }
}
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;
}
#crumbs {font-size: 14px; margin: 20px 20px 0;}
#crumbs a{ color: #95b51a; }
#crumbs a:hover{ text-decoration: underline; }
#mainContent {
	font-size: 16px;
	line-height: 1.4;
	color: #434343;
	padding: 20px;
	transition: 300ms;
}
	.article ul, .article ol {padding: 0 0 20px 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: #95b51a; }
	.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: #000;
		padding: 0 0 5px 0;
		transition: 300ms;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
		color: #0b2a41;
		font-weight: bold;
	}
	.article h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
		color: #287aa9;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
		color: #5a5a5a;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	body.home .mcImg{
		width: 100%;
		height: auto;
		max-width: 331px;
		margin: 0 auto 10px;
		display: block;
	}
	.headshot {
		margin: 10px 10px 15px;
		box-shadow: 0 0 0 1px #59bef2, 0 0 0 10px #287aa9;
	}
	.attorney img{ margin: 0 0 10px; }
	#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;}
	/*Home Content Styles*/
	.caHomeTop{ display: none; }
	body.home .caHomeTop{ display: block; }
	body.home h1{
		display: block;
		color: #123c55;
		font-family: 'PT Serif', serif;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0 20px;
		font-size: 25px; /*45*/
	}
	body.home h1 span{ color: #287aa9; }
	#badges{
		padding: 30px 0 50px;
		max-width: 734px;
		margin: 0 auto;
		overflow: hidden;
	}
	#badges-cont{
		position: relative;
		width: 2202px; /*3x size of badges image*/
		height: 97px;
		background-repeat: repeat-x;
	}
	#badges-cont.imgSet{ background-image: url(img/content/badges.jpg); }
	.mcQuote{
		display: block;
		font-family: 'PT Serif', serif;
		font-weight: bold;
		font-style: italic;
		color: #123c55;
		font-size: 18px;
		padding: 0;
		line-height: 1.4;
	}
/*Vimeo Modal*/
.vimeo-modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 99999999;
}
.vmContent{
	position: relative;
	max-width: 640px;
	max-height: 360px;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.vimeo-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.vimeo-embed-cont iframe, .vimeo-embed-cont object, .vimeo-embed-cont embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.article .vimeo-embed-cont {margin: 0 0 30px;}

/*Sidebar*/
#sidebar {}
.blog-sidebar span.sxn-head{
	display: block;
	font-weight: bold;
	color: #0b2a41;
	font-size: 18px;
}
.blog-sidebar ul{ padding: 0 0 10px 10px; }
.blog-sidebar a{ color: #95b51a; }
.blog-sidebar a:hover{ text-decoration: underline; }
/*sb-areas*/
.sb-areas{ 	margin: 0 auto 42px; }
.sbaList{
	max-width: 355px;
	margin: 11px;
}
.sbaArea{
	display: block;
	box-shadow: 0 0 0 1px #3e98c8, 0 0 0 11px #143d55;
	margin: 30px 12px;
	background: url(img/sidebar/areas.jpg);
	background-position: left top;
	padding: 20px 0;
	height: 128px;
	box-sizing: border-box;
	max-width: 332px;
}
.sbaArea{  }
.sbaArea:last-child{ margin: 20px 11px 10px; }
.sbaArea:hover{ background-position: left  bottom; }
.sbaArea2{ background-position: left -334px top; }
.sbaArea2:hover{ background-position: left -334px bottom; }
.sbaArea3{ background-position: left -666px top; }
.sbaArea3:hover{ background-position: left -666px bottom; }
.sbaArea4{ background-position: left -999px top; }
.sbaArea4:hover{ background-position: left -999px bottom; }
.sbaTitleWrap{}
.sbaTitle{
	position: relative;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 23px;
	transition: 300ms;
	padding: 16px;
	margin: 0 0 0 90px;
	background: -moz-linear-gradient(left, rgba(20,61,86,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(20,61,86,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(20,61,86,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	transition: 300ms;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.sbaTitle:before{
	content:"";
	display: block;
	width: 90px;
	height: 90px;
	background: url(img/areas/area-icons.jpg);
	background-size: 400%;
	position: absolute;
	top: 0;
	left: -95px;
}
.sbaArea2 .sbaTitle:before{ background-position: left -100% top; }
.sbaArea3 .sbaTitle:before{ background-position: left -200% top; }
.sbaArea4 .sbaTitle:before{ background-position: left -300% top; }
.sbaTitle:after{
	content:"";
	display: block;
	position: absolute;
	border-left: 4px solid #3e98c8;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid transparent;
	left: -94px;
	bottom: -4px;
	transform: rotate(-45deg);
}
.sbaArea:hover{ box-shadow: 0 0 0 1px #77cfff, 0 0 0 11px #3e98c8; }
.sbaArea:hover .sbaTitle:before{ background-position: left bottom; }
.sbaArea2:hover .sbaTitle:before{ background-position: left -100% bottom; }
.sbaArea3:hover .sbaTitle:before{ background-position: left -200% bottom; }
.sbaArea4:hover .sbaTitle:before{ background-position: left -300% bottom; }
/*sb-attorneys*/
.sb-attorneys{
	max-width: 333px;
	box-shadow: 0 0 0 1px #a3b9ca, 0 0 0 11px #2c5166;
	padding: 15px;
	box-sizing: border-box;
	margin: 11px 11px 35px 11px;
	background: url(img/sidebar/att-bg.jpg);
	background-size: cover;
}
.sbAtt{
	background: rgba(30,61,85,0.75);
	border: 1px solid #b5cbdc;
	margin: 0 0 5px;
	transition: 300ms;
}
.sbAtt:last-child{ margin: 0; }
.sbAttWrap{
	position: relative;
	display: block;
	padding: 9px;
}
.sbAttWrap:after{
	content:"";
	display: block;
	width: 9px;
	height: calc(100% - 2px);
	background: url(img/sidebar/att-arrow-small.png) no-repeat #a0b842;
	background-position: center center;
	position: absolute;
	top: 1px;
	right: 1px;
	transition: 300ms;
}
.sbAttHeadshot{
	position: relative;
	height: 100px;
	width: 100px;
	background-image: url(img/sidebar/attorneys-1.jpg);
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: middle;
}
.sbAtt:nth-child(2) .sbAttHeadshot{ background-position: left -100px top; }
.sbAtt:nth-child(3) .sbAttHeadshot{ background-position: left -200px top; }
.sbAttHeadshot:after{
	content:"";
	display: block;
	width: 6px;
	height: 49px;
	background: url(img/sidebar/att-arrow.png);
	position: absolute;
	right:  -9px;
	top: calc(50% - 23px);
	transition: 300ms;
}
.sbAttName{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 21px;
	padding: 0 0 0 20px;
}
.sbAtt:hover{
	background: rgba(37,103,141,0.75);
	border: 1px solid #bad56b;
}
.sbAtt:hover .sbAttWrap:after{ background-color: #c7e453; }
.sbAtt:hover .sbAttHeadshot:after{ right: -15px; }

/*sb-videos*/
.sb-videos{
	background: url(img/sidebar/videos-bg.jpg);
	background-size: cover;
	padding: 0;
	box-shadow: 0 0 0 1px #70818e, 0 0 0 11px #2c5166;
	margin: 11px 0 25px;
	padding: 15px 0;
}
.sbVidList{
	position: relative;
	overflow: hidden;
	height: 170px;
	width: 318px;
	margin: 0 auto;
	text-align: center;
}
.sbVid{
	position: absolute;
	height: 100%;
	width: 100%;
	display: none;
}
.sbVidWrap{
	display: block;
	height: 168px;
	width: 298px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid rgba(255,255,255,0.5);
}
.sbVidWrap img{ width: 400%; height: auto; }
.sbVid2 .sbVidWrap img{ margin-left: -100%; }
.sbVid3 .sbVidWrap img{ margin-left: -200%; }
.sbVid4 .sbVidWrap img{ margin-left: -300%; }
.sbVid5 .sbVidWrap img{ margin-left: -400%; }
/*
.sbVid5 .sbVidWrap img{ margin-left: -400%; }
.sbVid6 .sbVidWrap img{ margin-left: -500%; }
.sbVid7 .sbVidWrap img{ margin-left: -600%; } */
.sbVid:hover .sbVidWrap{ border: 1px solid #49ade1; }



/* Content Area */
@media screen and (min-width: 355px){
	.sb-areas{ margin: 0 auto 42px; max-width: 355px;}
	.sbaList{ margin: 0; }
	.sb-attorneys{ margin: 0 auto 42px; }
	.sb-videos{ margin: 0 auto 42px; max-width: 333px; box-sizing: border-box; }
}
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#contentArea{ max-width: 800px; margin: 40px auto; padding: 0 20px;}
	#crumbs {font-size: 14px; margin: 0 0 20px; }
	#mainContent {
		padding: 0;
		width: calc(100% - 20px - 355px);
		float: left;
	}
	body.home #mainContent{
		width: 100%;
		float: none;
	}
	#sidebar {
		width: 355px;
		float: right;
	}
	.sb-areas, .sb-attorneys, .sb-videos{ margin: 0 auto 62px; /*40*/}
	.sbvidNav{ width: 187px; }
	.caHomeTop{ padding: 0 0 30px; }
	body.home h1{ padding: 0 0 20px; }
}
@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: 1100px){
	#contentArea{
		margin: 40px auto;
		max-width: 1100px;
	}
	#mainContent{ width: calc(100% - 50px - 355px); line-height: 1.8; }
	/* Two Column Style */
	.twoCol{
		max-width: 1800px;

		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;

		-webkit-column-gap: 60px;
		-moz-column-gap: 60px;
		column-gap: 60px;
	}
	.article h1{ font-size: 28px; }
	.article h2{ font-size: 24px; }
	.article h3, .article h4, .article h5, #mainContent{ font-size: 18px; }
	body.home .mcImg{
		float: right;
		margin: 0 0 10px 10px;
	}
	.headshot{ float: left; margin: 10px 25px 20px 10px; }
	.mcPAs{ clear: left; }
	.satelliteOffices, .satelliteOffice, .mainOffice {
		display: inline-block;
		vertical-align: top;
		margin: 0 40px 20px 0;
	}
	.attorney{ overflow: hidden; margin: 0 0 20px; }
	.attorney img{ float: left; margin: 0 15px 0 0; }
	.caHomeTop{ overflow: hidden; }
	body.home h1{ float: left; width: 45%; font-size: 35px; /*45*/ }
	#badgesWrap{
		float: right;
		width: 50%;
		position: relative;
	}
	#badgesWrap:before{
		content:"";
		display: block;
		width: 100%;
		height: 1px;
		background: #acacac;
		position: absolute;
		bottom: -1px;
		right: 0;
	}
	#badgesWrap:after{
		content:"";
		display: block;
		width: 190px;
		height: 9px;
		background: #acacac;
		position: absolute;
		transform: skewX(25deg);
		-webkit-transform: skewX(25deg);
		-moz-transform: skewX(25deg);
		-ms-transform: skewX(25deg);
		left: -20%;
		bottom: -1px;
		z-index: 99;
	}
	#badges{ padding: 0 0 7px; }
}
@media screen and (min-width: 1600px){
	#contentArea{ max-width: 1600px; margin: 90px auto;  }
	#mainContent{ width: calc(100% - 160px - 355px); }
	.sb-areas, .sb-attorneys, .sb-videos{ margin: 0 auto 82px; /*60*/ }
	body.home h1{ font-size: 45px; }
}
@media screen and (min-width: 1800px){
	#contentArea{ max-width: 1800px; }
	.caHomeTop{ padding: 0 0 80px; }
	.mcQuote{ font-size: 21px; }
}
/*Attorneys*/
.attorneys{
	color: #fff;
	padding: 20px;
	box-shadow: inset 0 -5px 0 0 #c0d5e4, inset 0 -7px 0 0 #fff;
	overflow: hidden;
}
html.no-webp .attorneys.imgSet{ background: url(img/attorneys/bg-600.jpg); }
html.webp .attorneys.imgSet{ background: url(img/attorneys/bg-600.webp); }
.attsWrap{}
.attsList{
	text-align: center;
}
.att{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 5px;
}
.attWrap{}
.attsName{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	transition: 300ms;
}
.attsImg{
	display: block;
	position: relative;
	height: 130px;
	width: 100px;
	background-size: 300px;
	margin: 10px 0 0;
	box-shadow: 0 0 0 1px #fff, 0 4px 8px 0 rgba(21,61,85,0.85);
	filter: brightness(0.8);
}
html.no-webp .attsImg.imgSet{ background-image: url(img/attorneys/attorneys-1.jpg); }
html.webp .attsImg.imgSet{ background-image: url(img/attorneys/attorneys-1.webp); }
.att2 .attsImg{ background-position: top left -100px; }
.att3 .attsImg{ background-position: top left -200px; }
.attsImg:before{
	content:"";
	display: block;
	width: 50px;
	height: 6px;
	background: url(img/attorneys/triangle.png);
	background-size: 50px;
	position: absolute;
	top: -8px;
	left: calc( 50% - 25px);
}
.currentAtt .attsName{ color: #b3e5ff; }
.currentAtt .attsImg{ filter: brightness(1); box-shadow: 0 0 0 1px #fff,0 0 0 2px #3087b4, 0 4px 8px 0 rgba(21,61,85,0.85); }

.attInfo{ border: 1px solid #fff; margin: 10px auto 0; max-width: 600px; }
.attInfoBox{ margin: 5px; background: rgba(20,61,85, 0.54); padding: 10px; }
.attName{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #b3e5ff;
	transition: 300ms;
	font-size: 18px;
}
.attBio{ transition: 300ms; }
.attMore{
	position: relative;
	display: block;
	font-family: 'PT Serif', serif;
	font-style: italic;
	color: #fff;
	transition: 300ms;
	width: 185px;
	margin: 0 0 10px;
	transition: 300ms;
}
.attMore:after{
	content:"";
	display: block;
	width: 155px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: -15px;
	bottom: -5px;
}
.attMore:before{
	content:"";
	display: block;
	width: 40px;
	height: 22px;
	background: url(img/attorneys/arrow.png) no-repeat;
	background-size: 40px;
	position: absolute;
	bottom: -9px;
	right: 0;
	transition: right 300ms;
}
.attMore:hover:before{ background-position: left bottom; right: -5px; }
@media screen and (min-width: 600px){
	.attorneys{
		background-size: cover;
	}
	html.no-webp .attorneys.imgSet{ background-image: url(img/attorneys/bg-1100.jpg); }
	html.webp .attorneys.imgSet{ background-image: url(img/attorneys/bg-1100.webp); }
}
@media screen and (min-width: 850px){
	.attorneys{ padding: 40px 20px; }
	.attsWrap{ max-width: 800px; margin: 0 auto; }
	.attsList{ border-top: 1px solid #fff; margin: 0 0 20px;}
	.att{ margin: 0 2px; }
	.attsName{ font-size: 20px; padding: 40px 0 0; }
	.attsName br{ display: none; }
	.attsImg{
		width: 258px;
		height: 334px;
		margin: 31px 0 0;
		filter: none;
		background-size: 774px;
		background-position: left top;
		box-shadow: 0 0 0 1px #fff, 0 8px 12px 0 rgba(21,61,85,0.85);
	}
	.att2 .attsImg{ background-position: left -258px top; }
	.att3 .attsImg{ background-position: left -516px top; }
	.attsImg:before{
		width: 71px;
		height: 9px;
		background-size: auto;
		top: -12px;
	}
	.currentAtt .attsName{ color: #fff; display: none; }
	.currentAtt .attsImg{
		filter: none;
		box-shadow: 0 0 0 1px #fff, 0 0 0 3px #3087b4, 0 8px 12px 0 rgba(21,61,85,0.85);
		height: 414px;
		margin: 15px 0 0;
		background-position: left bottom;
	}
	.att2.currentAtt .attsImg{ background-position: left -258px bottom; }
	.att3.currentAtt .attsImg{ background-position: left -516px bottom; }
	.currentAtt .attsImg:before{
		background: #3087b4;
		height: 12px;
		top: -15px;
		transform: skewX(-25deg);
		-webkit-transform: skewX(-25deg);
		-moz-transform: skewX(-25deg);
		-ms-transform: skewX(-25deg);
		width: 170px;
		left: calc(50% - 85px);
	}


	.attInfo{ max-width: 800px; }
	.attInfoBox{ padding: 30px; margin: 10px; }
	.attName{ font-size: 25px; /*41*/ padding: 0 0 20px; }
	.attMore{ font-size: 18px; width: 200px; }
	.attMore:after{ left: -40px; width: 195px;}
}
@media screen and (min-width: 1100px){
	html.no-webp .attorneys.imgSet{ background-image: url(img/attorneys/bg.jpg); }
	html.webp .attorneys.imgSet{ background-image: url(img/attorneys/bg.webp); }
}
@media screen and (min-width: 1600px){
	.attorneys{ padding: 100px 20px; }
	.attsWrap{ max-width: 1600px; margin: 0 auto; overflow: hidden; }
	.attsList{ float: left; position: relative; }
	.attsList:after{
		content:"";
		display: block;
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: -1px;
		right: -50%;
	}
	.attInfo{ float: right; margin: 0; width: 47%; }
	.attInfoBox{ height: 409px; box-sizing: border-box; padding: 50px; }
	.attName{ font-size: 41px; padding: 0 0 25px; }
	.attBio{ font-size: 18px; line-height: 1.4; padding: 0 0 35px; }
	.attMore{ font-size: 20px; width: 235px;}
	.attMore:after{ width: 232px; left: -60px;}
	.attMore:before{
		background-size: auto;
		width: 58px;
		height: 33px;
		top: 5px;
	}
}
@media screen and (min-width: 1800px){
	.attsWrap{ max-width: 1800px; }
	.attInfo{ width: 48%; max-width: 48%; }
}

/*Videos*/
.videos{
	padding: 20px;
	overflow: hidden;
}
html.no-webp .videos.imgSet{ background: url(img/videos/bg-600.jpg); }
html.webp .videos.imgSet{ background: url(img/videos/bg-600.webp); }
.vidsWrap{ overflow: hidden; }
.vidList{
/*	width: 320px;*/
	margin: 0 auto;
}
.video{
	display: inline-block;
	margin: 0 auto;
}
.vidWrap{
	display: block;
	width: 278px;
	height: 168px;
	background-size: auto 100%;
	background-position: left bottom;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #dcdddd;
	transition: box-shadow 300ms;
}
html.no-webp .vidWrap.imgSet{ background-image: url(img/videos/videos-v6.jpg); }
html.webp .vidWrap.imgSet{ background-image: url(img/videos/videos-v6.webp); }
.video:hover .vidWrap{ box-shadow: inset 0 0 0 4px #46a7d9; border: 1px solid #46a7d9; }
.video2 .vidWrap{ background-position: left 25% top; }
.video3 .vidWrap{ background-position: left 50% top; }
.video4 .vidWrap{ background-position: left 75% top; }
.video5 .vidWrap{ background-position: left 100% top; }
/* .video4 .vidWrap{ background-position: left 300% top; }
.video5 .vidWrap{ background-position: left 400% top; }
.video6 .vidWrap{ background-position: left 500% top; }
.video7 .vidWrap{ background-position: left 600% top; }
.video8 .vidWrap{ background-position: left 800% top; }
.video9 .vidWrap{ background-position: left 900% top; }
.video10 .vidWrap{ background-position: left 1000% top; } */
@media screen and (min-width: 600px){
	.videos{ padding: 30px 20px; }
	html.no-webp .videos.imgSet{ background-image: url(img/videos/bg-1100.jpg); }
	html.webp .videos.imgSet{ background-image: url(img/videos/bg-1100.webp); }
	.vidsWrap{ position: relative; }
	.vidList{ position: relative; z-index: 5; }
	.vidNav{
		width: 500px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		left: calc(50% - 250px);
		z-index: 1;
	}
}
@media screen and (min-width: 800px){
	.videos{ background-size: cover; padding: 50px 20px; }
	html.no-webp .videos.imgSet{ background-image: url(img/videos/bg-1100.jpg); }
	html.webp .videos.imgSet{ background-image: url(img/videos/bg-1100.webp); }
	.vidList{ width: 472px; }
	.vidWrap{ width: 448px; height: 253px; }
	.vidNav{ width: 700px; left: calc(50% - 350px); }
}
@media screen and (min-width: 1200px){
	.videos{ padding: 60px 20px; }
	html.no-webp .videos.imgSet{ background-image: url(img/videos/bg.jpg);  }
	html.webp .videos.imgSet{ background-image: url(img/videos/bg.webp);  }
	.vidList{ width: 950px; }
	.vidNav{ width: 1150px; left: calc(50% - 575px); }
}
@media screen and (min-width: 1600px){
	.vidList{ width: 1380px; }
	.vidNav{ width: 1575px; left: calc(50% - 788px); }
}
@media screen and (min-width: 1800px){
	.vidList{ width: 1500px; }
	.vidNav{ width: 1750px; left: calc(50% - 875px); }
}
/*Contact*/
.contact{
	text-align: center;
	padding: 20px 0;
	overflow: hidden;
}
.conWrap{}
.conTop{
	border-bottom: 1px solid #a0b842;
}
.ctTitle{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #a0b842;
	font-size: 20px;
	padding: 0 0 10px;
	transition: 300ms;
}
.ctSocialTitle{
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #3087b4;
	font-weight: bold;
	transition: 300ms;
}
.ctSocial li{ display: inline-block; }
.ctSocial a{
	display: block;
	height: 31px;
	width: 31px;
	overflow: hidden;
}
.ctSocial li:hover img{ margin-top: -31px; }
.ctSocial img{ transition: 300ms; }
.ctTwitter img{ margin-left: -31px; }
.ctLinkedIn img{ margin-left: -62px; }
.ctGoogle img{ margin-left: -93px; }
.ctJustia img{ margin-left: -124px; }
.conBottom{
	position: relative;
	padding: 0 0 20px;
	border-bottom: 1px solid #a0b842;
}
.conInfo{ color: #3087b4; padding: 20px; transition: 300ms; }
.conForm{ width: 302px; margin: 0 auto; }
.conForm input, .conForm textarea{
	display: block;
	width: 100%;
	outline: 0;
	border: 1px solid #a0b842;
	color: #a0b842;
	text-transform: uppercase;
	padding: 5px;
	margin: 0 0 5px;
	box-sizing: border-box;
}
.conForm textarea{ height: 90px; resize: none; }
.conForm .g-recaptcha{
	width: 302px;
	height: 76px;
	margin: 0 auto 5px;
}
.conForm .submit-button{
	border: 0;
	color: #fff;
	background: rgb(18,54,76); /* Old browsers */
	background: url(img/contact/submit-icon.png) no-repeat top 4px right 4px, -moz-linear-gradient(45deg, rgba(18,54,76,1) 0%, rgba(36,93,123,1) 50%, rgba(18,54,76,1) 100%); /* FF3.6-15 */
	background: url(img/contact/submit-icon.png) no-repeat top 4px right 4px, -webkit-linear-gradient(45deg, rgba(18,54,76,1) 0%,rgba(36,93,123,1) 50%,rgba(18,54,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(img/contact/submit-icon.png) no-repeat top 4px right 4px, linear-gradient(45deg, rgba(18,54,76,1) 0%,rgba(36,93,123,1) 50%,rgba(18,54,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 5px;
	margin: 0 auto;
	padding: 10px;
	letter-spacing: 2px;
}
.conForm .submit-button:hover{
	background: url(img/contact/submit-icon.png) no-repeat bottom 4px right 4px #a0b842;
}
@media screen and (min-width: 800px){
	.contact{ padding: 40px 20px; }
	.conInfo{ max-width: 600px; margin: 0 auto; padding: 20px 20px 0; }
	.conForm{ width: 100%; max-width: 800px; }
	.cfLeft, .conForm textarea, .cfRight{ display: inline-block; vertical-align: top; }
	.cfLeft{ width: calc(50% - 160px); }
	.conForm textarea{ width: calc(50% - 160px); }
	.cfRight{ width: 302px; }
	.conForm input, .conForm textarea{ padding: 7px 7px 8px; }
	.conForm textarea{ height: 121px; }
}
@media screen and (min-width: 1100px){
	.contact{ padding: 70px 20px; }
	.conWrap{ max-width: 1100px; margin: 0 auto; }
	.conTop{ overflow: hidden; border: 0; position: relative; }
	.conTop:after{
		content:"";
		display: block;
		width: 100%;
		height: 1px;
		background: #a0b842;
		position: absolute;
		bottom: 8px;
		left: 0;
	}
	.ctTitle{ float: left; padding: 2px 0 0; font-size: 32px; }
	.ctRight{ float: right; }
	.ctSocialTitle{ display: inline-block; }
	.ctSocial{ display: inline-block; padding: 2px 0 0; }
	.conBottom{ overflow: hidden; padding: 20px 0 0; }
	.conBottom:after{
		content:"";
		display: block;
		width: 180px;
		height: 9px;
		background: #3087b4;
		position: absolute;
		bottom: 0;
		left: 2px;
		transform: skewX(-20deg);
		-webkit-transform: skewX(-20deg);
		-moz-transform: skewX(-20deg);
		-ms-transform: skewX(-20deg);
	}
	.conInfo{
		float: left;
		width: 23%;
		padding: 0 0 20px;
		text-align: left;
	}
	.conForm{ float: right; padding: 10px 0 0; }
}
@media screen and (min-width: 1600px){
	.contact{ padding: 100px 20px; }
	.conWrap{ max-width: 1600px; }
	.conTop:after{ bottom: 10px; }
	.ctTitle{ font-size: 43px; letter-spacing: 4px; }
	.ctRight{ padding: 10px 0 0; }
	.conBottom{ padding: 50px 0 20px; }
	.conInfo{ width: 20%; line-height: 1.4; }
	.conForm{ max-width: 1150px; padding: 0; }
	.conForm input, .conForm textarea{
		font-size: 18px;
		padding: 12px 15px 10px 45px;
		background: url(img/contact/form-icons.png) no-repeat left 15px top 14px;
	}
	.conForm .cfPhone{ background-position: left 15px top -32px; }
	.conForm .cfEmail{ background-position: left 15px top -82px; }
	.conForm textarea{ background-position: left 15px top -127px; height: 151px; }
	.conForm .submit-button{
		font-size: 20px;
		padding: 22px 70px 22px 22px;
		background: rgb(18,54,76); /* Old browsers */
		background: url(img/contact/submit-icon.png) no-repeat top 19px right 20px, -moz-linear-gradient(45deg, rgba(18,54,76,1) 0%, rgba(36,93,123,1) 50%, rgba(18,54,76,1) 100%); /* FF3.6-15 */
		background: url(img/contact/submit-icon.png) no-repeat top 19px right 20px, -webkit-linear-gradient(45deg, rgba(18,54,76,1) 0%,rgba(36,93,123,1) 50%,rgba(18,54,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: url(img/contact/submit-icon.png) no-repeat top 19px right 20px, linear-gradient(45deg, rgba(18,54,76,1) 0%,rgba(36,93,123,1) 50%,rgba(18,54,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.conForm .submit-button:hover{
		background: url(img/contact/submit-icon.png) no-repeat bottom 19px right 20px #a0b842;
	}
}
@media screen and (min-width: 1800px){
	.conWrap{ max-width: 1800px; }
	.conInfo{ width: 27%; padding: 0 0 30px; }
	.conForm{ max-width: 1250px; }
}
/*Main Footer*/
#mainFooter {
	overflow: hidden;
	box-shadow: 0 0 0 1px #fff, 0 0 0 2px #021438;
}
.footerAreas{
	background-size: cover;
	color: #fff;
	padding: 20px;
	text-align: center;
}
html.no-webp .footerAreas.imgSet{ background-image: url(img/footer/bg-600.jpg); }
html.webp .footerAreas.imgSet{ background-image: url(img/footer/bg-600.webp); }
.ftlTitle{
	display: block;
	font-family: 'PT Serif', serif;
	font-style: italic;
	color: #a0b842;
	font-size: 20px;
	padding: 0 0 10px;
	font-weight: bold;
	transition: 300ms;
}
.mfNumbers{ color: #55c5ff; padding: 0 0 20px; transition: 300ms; }
.mfNumbers a, .mfNumbers span{ color: #fff; }
.mfLogo{ position: relative; width: 90%; max-width: 513px; margin: 0 auto 20px; }
.mfLogo:after{
	content:"";
	display: block;
	width: 100%;
	height: 54px;
	background: url(img/footer/logo-shadow.png) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -40px;
	left: 0;
}
.mfLogo img{ width: 100%; height: auto; }
.ftRight{ font-size: 14px; }
.ftRight span{ color: #55c5ff; }
.fbTitle{
	display: block;
	font-family: 'PT Serif', sans-serif;
	font-style: italic;
	color: #a0b842;
	font-weight: bold;
	transition: 300ms;
	font-size: 20px;
	padding: 0 0 10px;
}
.fbTitle > span{ font-size: 15px; }
.fblOffice{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #55c5ff;
	transition: 300ms;
	font-size: 18px;
}
.mfoTitle{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #55c5ff;
	transition: 300ms;
	font-size: 18px;
}
.mfDirections{
	display: block;
	position: relative;
	text-transform: uppercase;
	color: #143d55;
	font-weight: bold;
	letter-spacing: 2px;
	background: rgb(48,135,180); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(48,135,180,1) 0%, rgba(61,159,209,1) 50%, rgba(48,135,180,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(48,135,180,1) 0%,rgba(61,159,209,1) 50%,rgba(48,135,180,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(48,135,180,1) 0%,rgba(61,159,209,1) 50%,rgba(48,135,180,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width: 200px;
	box-sizing: border-box;
	padding: 10px 10px 10px 40px;
	border-radius: 8px;
	border: 1px solid #42abe1;
	margin: 0 auto 30px;
}
.mfDirections:hover{
	background: rgb(160,184,66); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(160,184,66,1) 0%, rgba(192,219,84,1) 50%, rgba(160,184,66,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(160,184,66,1) 0%,rgba(192,219,84,1) 50%,rgba(160,184,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(160,184,66,1) 0%,rgba(192,219,84,1) 50%,rgba(160,184,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #bfdb54;
}
.mfDirections:before{
	content:"";
	display: block;
	width: 17px;
	height: 22px;
	background: url(img/footer/directions.png);
	position: absolute;
	left: 12px;
	top: 9px;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.mfDirections {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mfDirections:before {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mfDirections:hover:before, .mfDirections:focus:before, .mfDirections:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media screen and (min-width: 800px){
	html.no-webp .footerAreas.imgSet{ background-image: url(img/footer/bg-1100.jpg); }
	html.webp .footerAreas.imgSet{ background-image: url(img/footer/bg-1100.jpg); }
	.footerTop{ max-width: 800px; margin: 0 auto; }
	.ftLeft{ float: left; text-align: left; }
	.mfLogo{ float: right; }
	.ftRight{ clear: both; }
	.footerBottom{ max-width: 800px; margin: 0 auto; }
	.mfOffice{ display: inline-block; margin: 0 15px; }
}
@media screen and (min-width: 1100px){
	.footerAreas{ padding: 40px 20px; }
	html.no-webp .footerAreas.imgSet{ background-image: url(img/footer/bg.jpg); }
	html.webp .footerAreas.imgSet{ background-image: url(img/footer/bg.webp); }
	.footerTop{
		position: relative;
		max-width: 1100px;
		margin: 0 auto 20px;
	}
	.footerTop:before{
		content:"";
		display: block;
		width: 100%;
		height: 1px;
		background: #fff;
		padding: 0 999px 0 0;
		margin: 0 -999px 0 0;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.footerTop:after{
		content:"";
		display: block;
		width: 175px;
		height: 9px;
		background: #a0b842;
		position: absolute;
		transform: skewX(20deg);
		-webkit-transform: skewX(20deg);
		-moz-transform: skewX(20deg);
		-ms-transform: skewX(20deg);
		left: 1px;
		bottom: -8px;
	}
	.ftWrap{ overflow: hidden; }
	.ftlTitle{ font-size: 18px; padding: 10px 0 20px; }
	.mfLogo{ display: inline-block; float: none; max-width: 300px; padding: 30px 0 0;}
	.mfLogo:after{  }
	.ftRight{
		float: right;
		width: 45%;
		clear: none;
		text-align: left;
	}
	.footerBottom{ overflow: hidden; max-width: 1100px; text-align: left; padding: 20px 0 0; }
	.fbTitle{ padding: 0 0 20px; }
	.fbLeft{ float: left; border-right: 1px solid #fff; padding: 0 20px 0 0; }
	.fbRight{ float: right; }
	.mfOffice{ margin: 0 90px 0 0; }
	.mfOffice:last-child{ margin: 0; }
	.mfDirections{ margin: 0; }
}
@media screen and (min-width: 1600px){
	.footerAreas{ padding: 70px 20px 90px; }
	.footerTop{ max-width: 1600px; padding: 0 0 30px;}
	.ftlTitle{ font-size: 28px; padding: 0 0 30px; }
	.mfNumbers{ font-size: 30px; }
	.mfLogo{ max-width: 513px; padding: 30px 0 0;}
	.mfLogo:after{ bottom: -60px; }
	.ftRight{ width: 25%; }
	.footerBottom{ max-width: 1600px; padding: 50px 0 0; }
	.fbLeft{ padding: 0 135px 0 0; }
	.fbTitle{ font-size: 40px; padding: 0 0 40px; }
	.fbTitle > span{ font-size: 22px; }
	.fblOffice{ font-size: 28px; padding: 0; }
	.fblAddress{ font-size: 28px; padding: 0 0 30px; }
	.mfDirections{ font-size: 18px; width: 215px; }
	.mfoTitle{ font-size: 22px; padding: 0 0 10px; }
	.mfoAddress{ font-size: 22px; padding: 0 0 52px;}
}
@media screen and (min-width: 1800px){
	.footerTop, .footerBottom{ max-width: 1800px; }
	.fbLeft{ padding: 0 155px 0 0; }
	.mfOffice{ margin: 0 170px 0 0; }
}
/*Agency Footer*/
#mmBrandingWrapper {
	padding: 30px 20px 30px;
	font-size: 0;
	text-align: center;
	background: #fff;
}
#mmBranding {
	display: inline-block;
	/* margins, paddings, etc. */
	overflow: hidden;
}
	#mmBranding, #mmBranding > p > a {
		color: #000;
		font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#mmBranding a:hover {text-decoration: underline; font-weight: normal;}
	#logo-mmm {
		display: inline-block;
	}
	#mmBranding p {
		margin: auto;
		padding: 12px 0 0;
		max-width: 320px; /*modme*/
		text-align: center;
	}
	#mmBranding br {display: none;}

@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;}
}
.fNav {
	padding: 0 0 20px;
}
	.fNav li {
		position: relative;
		padding: 0;
		display: inline-block;
		list-style-type: none;
		list-style-position: outside;
		padding: 0 12px 0 5px;

	}
	.fNav li:after{
		content:"/";
		display: block;
		color: #235c7a;
		font-weight: bold;
		font-size: 16px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.fNav li:last-child:after{ display: none; }
	.fNav a {
		color: #235c7a;
		font-weight: bold;
		font-family: 'PT Sans', sans-serif;
		font-size: 16px;
	}
	.fNav a:hover {
		color: #94b025;
	}
	.mfSocial{ padding: 20px 0 0; }
	.mfSocial li{ display: inline-block; padding: 0 5px; }
	.mfSocial a{
		display: block;
		width: 15px;
		height: 31px;
		overflow: hidden;
	}
	.mfTwitter a{ width: 31px; }
	.mfTwitter img{ margin-left: -15px; }
	.mfGoogle a{ width: 32px; }
	.mfGoogle img{ margin-left: -46px; }
	.mfLinkedIn a{ width: 29px; }
	.mfLinkedIn img{ margin-left: -78px; }
	.mfJustia a{ width: 25px; }
	.mfJustia img{ margin-left: -116px; }
	.mfSocial li:hover img{ margin-top: -31px; }
@media screen and (min-width: 1600px) {
	#mmBranding{ width: 100%; max-width: 1600px; padding: 10px 0; }
	.fNav{ float: left; padding: 5px 0 0 0; }
	.mfSocial{ float: right; padding: 0; }
	.mfSocial li{ padding: 0 10px; }
}
@media screen and (min-width: 1800px){
	#mmBranding{ max-width: 1800px; }
}
#contact-tab {
	display: none;
    position: fixed;
    right: 0;
    z-index: 999;
	overflow: hidden;
    top: 290px;
	height: 128px;
}
body.sticky_zone #contact-tab {top: 180px;}
#contact-tab:hover img {margin: -128px 0 0 0;}
#contact-tab img {display: block;}
@media screen and (min-width: 800px){
	#contact-tab{ display: block; }
}
@media screen and (min-width: 1200px){
/*	#contact-tab{ top: 120px; }*/
}
@media screen and (min-width: 1600px){
/*	#contact-tab{ top: 150px; }*/
}
/* Contact Form Styling */
.nc_form {
	background-color: #f0f0f0;
	padding: 1.25em 2%;
	margin: 0 0 1.25em;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #333333;
}
.nc_form .req {color: #F71704;}
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {display: block; width: 98%; padding: 0;}
	.nc_form input, .nc_form textarea {background: #fff; color: #8B898C;}
	.nc_form input, .nc_form textarea, .nc_form .captcha-container {
		border: 1px solid #999;
		border-radius: 3px;
	}
	.nc_form label {margin: 0 0 .125em;}
	.nc_form input, .nc_form textarea, .nc_form select {
		margin: 0 0 10px;
		padding: .4em 1%;
	}
	.nc_form textarea {height:60px;}
	.nc_form .captcha-container {padding: 0;width: 100%;}

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

/* Contact Form - Custom */

/* 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-theme.css*/
@charset 'UTF-8';
/* Slider */
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*slick.css*/
/* Slider */
.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;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.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
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

/* iframe */
.mcIframe iframe {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 20px 0;
}