/*
Theme Name: Schwed, Kahle & Kress 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
*/

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

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 {margin: 0 0 10px;}
@media screen and (min-width: 450px) {
.postThumbSingle {float: left; margin: 5px 10px 0 0;}
}
.tag-links {display: block;}
.google-map {height: 350px;margin: 0 0 25px; border: 1px solid #333;}
/* Universal Ends */

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

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

/*Animations*/
/*Custom Animations*/
@-webkit-keyframes markerDrop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
	100% {
    opacity: 1;
  }
}
@keyframes markerDrop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
	100% {
    opacity: 1;
  }
}
.markerDrop{ animation-name: markerDrop; }
@-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 fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-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 fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

article hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}

#wrapper {}
#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
body.fsMenuOn #persistentHeader {
  -webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
}
#mhWrapper {}
#mainHeader {

}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 400px; /*modme*/
		margin: 10px auto;
		transition: 300ms;
	}
	#logo-main img {display: block; width: 100%;}
	.mhLocations{
		display: none;
		position: relative;
		font-family: 'Merriweather', serif;
		font-style: italic;
		color: #000;
		padding: 5px 10px;
		border: 2px solid #a59769;
		border-radius: 7px;
		width: 170px;
		margin: 0 auto;
		transition: 300ms;
	}
	.mhLocations:hover{
		background: #006223;
		border: 2px solid #006223;
		color: #fff;
	}
	.mhLocations:before{
		display: block;
		position: absolute;
		content: "";
		width: 10px;
		height: 18px;
		background: url(img/header/btn-arrow.png);
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		right: 10px;
		transition: right 300ms;
	}
	.mhLocations:hover:before{ background-position: left bottom; right: 5px; }
	.mhContact{ text-align: center; padding: 10px 0; }
	.mhCTA{
		display: inline-block;
		position: relative;
		font-family: 'Merriweather', serif;
		font-style: italic;
		color: #383838;
		transition: 300ms;
		padding: 0 30px 0 0;
	}
	.mhCTA:after{
		display: block;
		position: absolute;
		content: "";
		width: 30px;
		height: 11px;
		background: url(img/header/diamond.png) center center no-repeat #fff;
		bottom: 5px;
		right: 0;
	}
	.mhPhone{
		display: inline-block;
		font-weight: bold;
		font-size: 18px;
		color: #000;
		transition: 300ms;
	}

/* 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;
	background: rgb(81,81,81); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(81,81,81,1) 0%, rgba(56,56,56,1) 25%, rgba(56,56,56,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(81,81,81,1) 0%,rgba(56,56,56,1) 25%,rgba(56,56,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(81,81,81,1) 0%,rgba(56,56,56,1) 25%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: relative;
	z-index: 100;
}
nav.mm:after{
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: #000;
	bottom: 0;
	left: 0;
}
nav.mm > ul > li{ border-left: 1px solid #6c6c6c; }
nav.mm > ul > li:last-child{ border-right: 1px solid #6c6c6c; }
nav.mm > ul > li > a {
	position: relative;
	z-index: 9;
    padding: 10px 10px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    transition: 300ms;
	background: #383838; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(193,178,131,1) 0%, rgba(162,148,102,1) 25%, rgba(162,148,102,1) 25%, rgba(81,81,81,1) 75%, rgba(56,56,56,1) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(193,178,131,1) 0%,rgba(162,148,102,1) 25%,rgba(162,148,102,1) 25%,rgba(81,81,81,1) 75%,rgba(56,56,56,1) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(193,178,131,1) 0%,rgba(162,148,102,1) 25%,rgba(162,148,102,1) 25%,rgba(81,81,81,1) 75%,rgba(56,56,56,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-size: 400% 400%;
	background-position: left bottom;
}
.topLevelInactive > a{ cursor: default; }
nav.mm > ul > li > a:after{
	display: block;
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 5px 10px;
	border-color: transparent transparent #000 transparent;
	left: calc(50% - 10px);
	bottom: 5px;
	transition: 300ms;
}
nav.mm > ul > li:hover > a:after{ border-width: 0 13px 8px 13px; left: calc(50% - 13px);}
nav.mm > ul > li > a:before{
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: #000;
	bottom: 0;
	left: 0;
}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {
	background-position: left top;
}
 html.ie9 nav.mm > ul > li:hover > a{ background: #a89a6b; }
nav.mm ul ul {background: #9e936c; width: 180px; border: 1px solid #96895d; }
html.ie9 nav.mm ul ul li:hover > a {background: #c1b283; }

nav.mm ul ul li {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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: #c1b283;
  -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:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

nav.mm ul ul li {border-top: 1px solid #96895d; }
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;}

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

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: #9e936c;} /*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: 295px;
	padding: 0;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	.mmi {
		height: 100%;
		float: left;
		display: inline;
		list-style-type: none;
		list-style-position: outside;
	}
	.mmi > a {
		font-size: 14px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		height: 100%;
		line-height: 34px;
		background-image: url(img/icons/menu2015.png);
		background-repeat: no-repeat;
		text-indent: -222px;
		overflow: hidden;
		text-align: left;
	}
	#mm1 {width: 56px;}
	#mm2 {width: 57px; }
	#mm3 {width: 66px;}
	#mm4 {width: 52px;}
	#mm5 {width: 57px;}
	.mmi a:hover {text-decoration: none;}
	.mmi {border-right: 1px solid #827751;} /*modme*/
	#mm1 {border-left: 1px solid #827751;} /*modme*/
	#mm1 > a {background-position: 20px 0; padding: 0 0 0 47px;}
	#mm2 > a {background-position: 20px -34px;}
	#mm3 > a {background-position: 20px -68px;}
	#mm4 > a {background-position: 20px -102px;}
	#mm5 > a {background-position: 20px -136px;}
	/* Dropdown support */
	.mmi > ul {
		width: 297px;
		left: -1px;
		display: none;
		position: absolute;
		z-index: 9999;
		box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.5);
	}
	.mmi:hover ul {display: block;}
	.mmi ul li {
		border-top: 1px solid #e6dfc5; /*modme*/
	}
	.mmi ul li:first-child {border: 0;}
	.mmi ul a {
		background: #fff; /*modme*/
		color: #9e936c; /*modme*/
		display: block;
		padding: 10px 10px;
		font-size: 16px;
	}
	.mmi ul a:hover {
		background: #c0b282; /*modme*/
		color: #fff;
	}
	@media screen and (min-width: 385px) {
		#mobMenuItems {width: 348px;}
		#mm1 {width: 110px;}
		#mm1 > a {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;
}
	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: #aea071; /*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; background: #c0b282;}
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: #aea071; /*modme*/
	font-size: 10px;
	height: 21px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
#mblsSubmit:hover {background: #c0b282;} /*modme*/

@media screen and (min-width: 800px) {
    #wrapper {
        padding: 130px 0 0; /*modme*/
    }
    #persistentHeader{
    	background: #fff; /*modme*/
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 999;
    }
    #mainHeader{
    	overflow: hidden;
    	max-width: 760px;
    	margin: 0 auto;
    	padding: 10px 0;
    	transition: 300ms;
    }
    #logo-main{ display: inline-block; max-width: 300px; margin: 0 0 0 63px;}
    .mhLocations{
    	display: block;
    	float: left;
    	padding: 10px;
    	margin: 17px 0 0;
    }
    .mhContact{ float: right; text-align: center; padding: 0; margin: 8px 0 0; }
    .mhCTA, .mhPhone{ display: block; }
    .mhCTA{ padding: 0 7px 11px; margin: 0 0 0; }
    .mhCTA:after{
    	bottom: 0;
    	right: auto;
    	left: calc(50% - 15px);
    }
    .mhCTA:before{
    	display: block;
		position: absolute;
		content: "";
		width: 100%;
		height: 1px;
		background: #c1b283;
		bottom: 5px;
		left: 0;
    }
    .mhPhone{ font-size: 20px; }
    body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
	body.sticky_zone #mainHeader{ padding: 5px 0; }
	body.sticky_zone .mhLocations{ margin: 2px 0 0; }
	body.sticky_zone #logo-main{ max-width: 250px; margin: 0 0 0 90px; }
	body.sticky_zone .mhContact{ margin: 12px 0 0; }
}
@media screen and (min-width: 1120px) {
    #wrapper {
        padding: 163px 0 0; /*modme*/
    }
	#mainHeader{ max-width: 1080px; }
	#logo-main{ max-width: 400px; margin: 0 0 0 140px; }
	.mhLocations{
		font-size: 18px; /*20*/
		padding: 10px 30px 10px 15px;
		width: 225px;
		box-sizing: border-box;
		margin: 23px 0 0;
	}
	.mhLocations:before{ right: 15px; }
	.mhLocations:hover:before{ right: 10px; }
	.mhContact{ margin: 13px 0 0; }
	.mhCTA{ font-size: 20px; /*25*/ padding: 0 5px 12px; }
	.mhPhone{ font-size: 25px; /*32*/ }
	nav.mm > ul > li > a{ padding: 15px 20px 20px; text-transform: uppercase; }
	nav.mm ul ul{ width: 250px; }

	body.sticky_zone #mainHeader{ padding: 10px 0; }
	body.sticky_zone #logo-main{ margin: 0 0 0 217px; }
	body.sticky_zone .mhLocations{ margin: 7px 0 0; }
	body.sticky_zone .mhContact{ margin: 14px 0 0; }
	body.sticky_zone nav.mm > ul > li > a{ padding: 10px 20px 15px; }
}
@media screen and (min-width: 1640px){
    #wrapper {
        padding: 217px 0 0; /*modme*/
    }
	#mainHeader{ max-width: 1600px; padding: 20px 0; }
	#logo-main{ max-width: 487px; margin: 0 0 0 317px; }
	.mhLocations{
		font-size: 20px;
		padding: 15px 30px 15px 20px;
		width: 255px;
		border-radius: 10px;
		margin: 27px 0 0;
	}
	.mhLocations:before{ right: 20px; }
	.mhLocations:hover:before{ right: 15px; }
	.mhContact{ margin: 16px 0 0; }
	.mhCTA{ font-size: 25px; }
	.mhPhone{ font-size: 32px; }

	nav.mm > ul > li > a{ padding: 20px 30px 25px; font-size: 18px; letter-spacing: 2px; }
	nav.mm ul ul a{ font-size: 16px; }
	nav.mm .multiCol > ul {
	    width: 450px;
	}
	body.sticky_zone #logo-main{ max-width: 300px; margin: 0 0 0 413px;}
	body.sticky_zone .mhLocations{ margin: 5px 0 0; }
	body.sticky_zone nav.mm > ul > li > a{ font-size: 16px; }
}
@media screen and (min-width: 1840px){
	#mainHeader{ max-width: 1800px; }
	#logo-main{ margin: 0 0 0 417px; }
	body.sticky_zone #logo-main{ margin: 0 0 0 500px; }
}
#hsWrap{ position: relative; }
#homeslides {
    position: relative;
    height: 340px;
    background-color: #000;
    overflow: hidden;
}
.homeslide, .homeslideImg {
    background-position: center top -60px;
    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?t=2018); background-size: 100%; background-position: center top -40px;}
.homeslideImg3 {background-image: url(img/slides/home/600/3.jpg);}
.slideBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    text-align: center;
}
.slideHead {
	display: block;
	position: relative;
	font-family: 'Merriweather', serif;
	font-style: italic;
	padding: 0 0 20px;
	margin: 0 auto 15px;
	max-width: 320px;
	transition: 300ms;
}
.slideHead:before{
	display: block;
	position: absolute;
	content: "";
	width: calc(50% - 40px);
	height: 1px;
	background: -moz-linear-gradient(left, rgba(168,155,113,0) 40%, rgba(168,155,113,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(168,155,113,0) 40%,rgba(168,155,113,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(168,155,113,0) 40%,rgba(168,155,113,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	bottom: 0;
	left: 0;
}
.slideHead:after{
	display: block;
	position: absolute;
	content: "";
	width: calc(50% - 40px);
	height: 1px;
	background: -moz-linear-gradient(left, rgba(168,155,113,0.65) 0%, rgba(168,155,113,0) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(168,155,113,0.65) 0%,rgba(168,155,113,0) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(168,155,113,0.65) 0%,rgba(168,155,113,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	bottom: 0;
	right: 0;
}
.slideBody {
	position: relative;
	padding: 0;
	font-size: 14px;
	max-width: 320px;
	margin: 0 auto;
	transition: 300ms;
}
.slideBody:before{
	display: block;
	position: absolute;
	content: "";
	width: 40px;
	height: 17px;
	background: url(img/slides/home/diamond.png);
	top: -24px;
	left: calc(50% - 20px);
}
.slideBody br{ display: none; }
.hsNav{
	background: #000;
	font-size: 0;
	text-align: center;
	padding: 0 0 10px;
}
.hsNav li{ display: inline-block; margin: 0 5px; }
.hsNav a{
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 25px;
	background: rgba(255,255,255,0.5);
	transition: 300ms;
}
.hsNav li:hover a, .hsNav li.activeNavButton a{ background: #fff; }
.subslide {
    background-position: center top;
    background-repeat: no-repeat;
    height: 100px;
    background-size: cover;
}
#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); }
@media screen and (min-width: 550px){
	.homeslideImg2{ background-size: auto; background-position: center top -150px; }
}
@media screen and (min-width: 600px){
	.homeslideImg{ background-size: cover; }
	.slideHead{ max-width: 500px; }
	.slideBody{ max-width: 500px; }
}
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#hsWrap:before{
		display: block;
		position: absolute;
		content: "";
		width: 100%;
		height: 38px;
		background: url(img/slides/slides-angle-1120.png) center center no-repeat;
		bottom: 0;
		left: 0;
		z-index: 8;
	}
	#homeslides{ height: 400px; }
	.homeslideImg{ background-position: center center }
	.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);}

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

    }
	.homeslide .homeslideImg.ieSlide {
    -webkit-animation-name: none;
    animation-name: none;
    transform: none;
    -webkit-transform: none;
}
	.slideContent{ width: 760px; position: relative; margin: 0 auto; }
	.slideBox{
		background: transparent;
		bottom: auto;
		top: -100px;
		opacity: 0;
		transition: 300ms;
	}
	.slideTxtAnimate .slideBox{ opacity: 1; top: 20px; }
	.slideHead{
		font-size: 20px;
		max-width: 100%;
		padding: 0 0 25px;
		margin: 0 auto 22px;
	}
	.slideHead:before{
		transform: scaleX(0);
		-webkit-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform-origin: right;
		transition: 300ms;
		transition-delay: 500ms;
	}
	.slideTxtAnimate .slideHead:before{
		transform: scaleX(1);
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
	}
	.slideHead:after{
		transform: scaleX(0);
		-webkit-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform-origin: left;
		transition: 300ms;
		transition-delay: 500ms;
	}
	.slideTxtAnimate .slideHead:after{
		transform: scaleX(1);
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
	}
	.slideBody{ max-width: 100%; font-size: 16px; }
	.slideBody:before{ top: -31px; opacity: 0; transition: 300ms; transition-delay: 300ms; }
	.slideTxtAnimate .slideBody:before{ opacity: 1; }
	.slideBody br{ display: block; }
	.hsNav{
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		background: transparent;
		z-index: 9;
		padding: 0 0 15px;
	}
	.subslide{ height: 190px; position: relative; }
	.subslide:before{
		display: block;
		position: absolute;
		content: "";
		width: 100%;
		height: 58px;
		background: url(img/slides/slides-angle-1120.png) center bottom no-repeat;
		bottom: 0;
		left: 0;
	}
	#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); }
}
@media screen and (min-width: 1120px) {
	#hsWrap:before{ background-image: url(img/slides/slides-angle.png); }
	#homeslides{ height: 500px; }
	.homeslideImg1 {background-image: url(img/slides/home/2000/1.jpg);}
	.homeslideImg2 {background-image: url(img/slides/home/2000/2.jpg);}
	.homeslideImg3 {background-image: url(img/slides/home/2000/3.jpg);}
	.slideContent{ width: 1080px; }
	.slideTxtAnimate .slideBox{ top: 40px; }
	.slideHead{
		font-size: 32px; /*47*/
		padding: 0 0 30px;
		margin: 0 auto 25px;
}
	.slideBody{ font-size: 20px; /*24*/ }
	.slideBody:before{ top: -35px; }
	.hsNav{ padding: 0 0 20px; }

	.subslide{ height: 225px; }
	.subslide:before{ background-image: url(img/slides/slides-angle.png); }
	#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); }
}
@media screen and (min-width: 1640px){
	#homeslides{ height: 679px; }
	.slideContent{ width: 1200px; }
	.slideTxtAnimate .slideBox{ top: 65px; }
	.slideHead{
		font-size: 47px;
		padding: 0 0 30px;
		margin: 0 auto 35px;
	}
	.slideBody{
		font-size: 24px;
	}
	.slideBody:before{ top: -45px; }
	.hsNav{ padding: 0 0 30px; }

	.subslide{ height: 258px; }
}
@media screen and (min-width: 2000px){
	#hsWrap:before{ background-size: 100%; }
	.subslide:before{ background-size: 100%; }
}
#sync {height: 0; width: 0;}
.syncItem {position: relative; z-index: 0;}

/* BELOW THE FOLD (BTF) BEGINS */

p {padding: 0 0 20px;}
li {list-style-type: none; list-style-position: outside;}
.topo {display: block; overflow: hidden;}
.topo img {display: block; width: 100%;}

#caWrap{
	position: relative;
	background: url(img/global/texture.jpg);
}
#caWrap:before{
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	top: 0;
	left: 0;
}
#contentArea {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1;
	transition: 300ms;
	padding: 20px 0 0;
	max-width: 760px;
}
#crumbs {font-size: 12px; margin: 0 20px 20px; }
#crumbs a{ color: #016222; }
#crumbs a:hover{ color: #c1b283; }
.homeSubtitle{
	position: relative;
	text-align: center;
	display: block;
	text-transform: uppercase;
	color: #c1b283;
	margin: 0 20px 10px;
}
#mainContent {
	font-size: 16px;
	line-height: 1.3;
	color: #5d5d5d;
	padding: 0 20px 20px;
}
	.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: #016222; }
	.article a:hover { color: #c1b283; }
	.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;
		font-family: 'Merriweather', serif;
		color: #383838;
	}
	.article h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
		color: #000;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
		color: #c1b283;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		margin: 0 15px 5px 0;
		max-width: 150px;
	}
	#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;}
	.mcStaffList{
		overflow: hidden;
		text-align: center;
	}
	.mcStaffMem{
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin: 0 10px 20px;
	}
	.mcStaffMem img{ width: 130px; }
	.mcStaffMem a, .mcStaffMem em{
		display: block;
		text-align: center;
	}

/*Sidebar*/
#sidebar {}
.blog-sidebar{ padding: 0 20px 20px; }
.blog-sidebar h2{
	display: block;
	font-family: 'Merriweather', serif;
	font-size: 20px;
}
.blog-sidebar ul{ padding: 0 0 0 20px; }
.blog-sidebar > ul{ padding: 0 0 20px 20px; }
.blog-sidebar a{ color: #016222; }
.blog-sidebar a:hover{ color: #c1b283; }
.sb-areas{
	position: relative;
	background: #9e936c;
	padding: 20px 10px 10px;
	margin: 0 auto 20px;
}
.sb-areas:before{
	display: block;
	position: absolute;
	content: "";
	width: 151px;
	height: 27px;
	background: url(img/sidebar/areas-arrow.png) center top no-repeat;
	background-size: 100px;
	top: 0;
	left: calc(50% - 75px);
}
.sbaTitle{
	display: block;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-style: italic;
	letter-spacing: 2px;
	text-align: center;
	font-size: 20px;
	transition: 300ms;
	padding: 0 0 10px;
}
.sbaList{
	background: #fff;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.25);
}
.sbaList li{
	display: block;
}
.sbaList a{
	display: block;
	position: relative;
	padding: 10px 10px 10px 30px;
	color: #9e936c;
	text-transform: uppercase;
	border-bottom: 1px solid #9e936c;
	transition: 300ms;
}
.sbaList a:hover{
	background: #016222;
	color: #fff;
}
.sbaList a:before{
	display: block;
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #c1b283;
	top: calc(50% - 5px);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	left: 10px;
	transition: 300ms;
}
.sbaList a:hover:before{
	background: #fff;
	width: 6px;
	height: 6px;
	top: calc(50% - 3px);
	left: 12px;
}
.sb-staff{
	background: #5b5344;
	margin: 0 auto 20px;
	color: #fff;
	padding: 20px;
	text-align: center;
}
.sbsTitle{
	display: block;
	color: #c1b283;
	font-size: 20px;
	font-family: 'Merriweather', serif;
	padding: 0 0 10px;
	transition: 300ms;
	font-style: italic;
}
.sbsTitle > span{ color: #fff; }
.sbsTitle br{ display: none; }
.sbsMore{
	display: inline-block;
	position: relative;
	color: #c1b283;
	transition: 300ms;
	padding: 0 0 0 55px;
	text-align: right;
	font-size: 17px;
	margin: 15px auto;
}
.sbsMore:hover{ color: #fff; }
.sbsMore:before{
	display: block;
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	background: url(img/team/handshake-icon.png) top 12px left 6px no-repeat;
	border-radius: 50px;
	background-size: 30px;
	border: 2px solid #c1b283;
	top: -10px;
	left: 0;
	transition: 300ms;
}
.sbsMore:hover:before{
	background-color: #7d7459;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
/* Content Area */
@media screen and (min-width: 600px){
	.homeSubtitle{
		display: inline-block;
		text-align: left;
		margin: 0 20px 10px;
		line-height: 1;
	}
	.homeSubtitle:after{
		display: block;
		position: absolute;
		content: "";
		width: 1px;
		height: 1px;
		padding: 0 999px 0 0;
		margin: 0 -999px 0 0;
		background: #c1b283;
		bottom: 2px;
		right: -10px;
	}
}
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#contentArea{ padding: 20px 0; overflow: hidden; }
	#crumbs{ margin: 0 0 20px; }
	.homeSubtitle{ margin: 0; }
	body.home #mainContent{ padding: 30px 0 0; }
	#mainContent {
		padding: 0;
		width: calc(100% - 20px - 300px);
		float: left;
	}
	body.home #sidebar{ margin: -5px 0 0; }
	#sidebar {
		width: 300px;
		float: right;
	}
	.blog-sidebar{ padding: 0 0 20px; }
	.sb-staff{ background: url(img/sidebar/staff-bg.jpg); background-size: cover; text-align: left; }
	.sbsTitle br{ display: block; }
	.mcLocations{ overflow: hidden; }
	.mcLocation{
		float: left;
		margin: 0 10px 20px;
		width: calc(50% - 20px);
	}
	.headshot{ float: left; }
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}
@media screen and (min-width: 1120px){
	#contentArea{ max-width: 1080px; padding: 60px 0; }
	.mcStaffMem img{ width: 200px; }
	.mcLocation{
		width: calc(33% - 20px);
	}
	.headshot{ max-width: 100%; }
}
@media screen and (min-width: 1640px){
	#contentArea{ max-width: 1600px; padding: 100px 0; }
	.homeSubtitle{ font-size: 20px; letter-spacing: 3px; }
	#mainContent{ font-size: 18px; line-height: 1.7; width: calc(100% - 100px - 400px); }
	body.home #mainContent{ padding: 50px 0 0; }
	/* 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: 32px; }
	body.home .article h1{ font-size: 41px; padding: 0 0 40px; }
	.article h2{ font-size: 24px; }
	.article h3, .article h4, .article h5{
		font-size: 18px;
	}
	#sidebar{ width: 400px; }
	body.home #sidebar{ margin: -4px 0 0; }

	.sb-areas, .sb-staff{ margin: 0 auto 30px; }
	.sb-areas{ padding: 35px 10px 10px; }
	.sb-areas:before{ background-size: auto; }
	.sbaTitle{ font-size: 36px; letter-spacing: 4px; padding: 0 0 35px; }
	.sbaList a{ font-size: 18px; padding: 25px 25px 25px 50px; }
	.sbaList a:before{ left: 20px; }
	.sbaList a:hover:before{
		background: #fff;
		left: 22px;
	}
	.sb-staff{ padding: 60px 30px 30px; }
	.sbsTitle{ font-size: 40px; padding: 0 0 35px; }
	.sbsBody{ font-size: 18px; line-height: 1.8; padding: 0 0 30px; }
	.sbsMore{
		font-size: 18px;
		margin: 20px 0 20px;
		padding: 0 0 0 80px;
	}
	.sbsMore:before{
		background-size: auto;
		width: 60px;
		height: 60px;
		background-position: top 18px left 9px;
		top: -20px;
	}
}
@media screen and (min-width: 1840px){
	#contentArea{ max-width: 1800px; }
}
/*Team*/
.sxn-team {
	position: relative;
	overflow: hidden;
	color: #fff;
	background: #5b5344;
}
.teamWrap{
	margin: auto;
	max-width: 760px;
}
.teamLeft{ padding: 10px; }
.tlWrap{
	background: rgba(36,35,35,0.72);
	padding: 10px;
	text-align: center;
}
.teamTitle{
	display: block;
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-size: 20px;
	transition: 300ms;
	padding: 0 0 10px;
	color: #c1b283;
}
.teamTitle > span { color: #fff; }
.teamTitle br{ display: none; }
.teamBody{ transition: 300ms; }
.teamMore{
	display: block;
	position: relative;
	color: #c1b283;
	transition: 300ms;
	padding: 0;
	width: 270px;
	text-align: right;
	margin: 15px auto;
	font-size: 18px;
}
.teamMore:hover{ color: #fff; }
.teamMore:before{
	display: block;
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	background: url(img/team/handshake-icon.png) top 12px left 6px no-repeat;
	background-size: 30px;
	border: 2px solid #c1b283;
	border-radius: 50px;
	top: -10px;
	left: 0;
	transition: 300ms;
}
.teamMore:hover:before{
	background-color: #7d7459;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.teamRight{
	display: none;
	font-size: 0;
}
.teamList {
	position: relative;
	margin: auto;
	width: 240px;
	height: 254px;
	overflow: hidden;
	font-size: 0;
}
.teamMem { display: inline-block; }
.memLink{
	position: relative;
	margin: 0 auto;
	display: block;
	width: 152px;
	height: 203px;
	overflow: hidden;
	background: url(img/team/team-2025.jpg);
	background-position: left top;
	background-size: 900%;
}
.memLink:hover{ background-position: left top -203px; }
.memLink2{ background-position: left -100% top; }
.memLink2:hover{ background-position: left -100% top -203px; }
.memLink3{ background-position: left -200% top; }
.memLink3:hover{ background-position: left -200% top -203px; }
.memLink4{ background-position: left -300% top; }
.memLink4:hover{ background-position: left -300% top -203px; }
.memLink5{ background-position: left -400% top; }
.memLink5:hover{ background-position: left -400% top -203px; }
.memLink6{ background-position: left -500% top; }
.memLink6:hover{ background-position: left -500% top -203px; }
.memLink7{ background-position: left -600% top; }
.memLink7:hover{ background-position: left -600% top -203px; }
.memLink8{ background-position: left -700% top; }
.memLink8:hover{ background-position: left -700% top -203px; }
.memLink9{ background-position: left -800% top; }
.memLink9:hover{ background-position: left -800% top -203px; }
.memLink10{ background-position: left -900% top; }
.memLink10:hover{ background-position: left -900% top -203px; }
.memLink11{ background-position: left -1000% top; }
.memLink11:hover{ background-position: left -1000% top -203px; }
.memInfo {
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 20px;
}
.memName{
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	line-height: 1.2;
}
.memTitle{
	display: block;
	color: #c1b283;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 2px;
}
.teamArrows{
	display: none;
	overflow: hidden;
	width: 120px;
	margin: 20px auto;
}
.teamArrows > div{
	display: inline-block;
}
.taPrev{ float: left; }
.taNext{ float: right; }
.teamArrows > div{
	border: 2px solid #c1b283;
	border-radius: 50px;
	transition: 300ms;
}
.teamArrows > div:hover{ background: #7d7459; }
.taPrev{ padding: 11px 17px 11px 11px; }
.taNext{ padding: 11px 13px 11px 15px; }
.teamArrows a{
	display: block;
	overflow: hidden;
	width: 18px;
	height: 25px;
}
.taPrev img{ margin: -74px 0 0 0; }
.taNext img{ margin:-74px 0 0 -24px; }
@media screen and (min-width: 600px){
	.sxn-team{ padding: 20px 0; }
	.tlWrap{ padding: 20px; }
	.teamRight{ position: relative; }
	.teamArrows{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 340px;
		left: calc(50% - 170px);
	}
}
@media screen and (min-width: 800px){
	.sxn-team{
		position: relative;
		background: url(img/team/team-bg-1120.jpg);
		background-size: cover;
		padding: 0 0 30px;
	}
	.sxn-team:after{
		display: block;
		position: absolute;
		content: "";
		width: 100%;
		height: 27px;
		background: url(img/global/angle-1120.png) center bottom no-repeat;
		bottom: 0;
		left: 0;
	}
	.teamLeft{ padding: 0; }
	.teamTitle{ font-size: 30px; /*52*/ }
	.teamRight{ display: block; }
	.teamList{ width: 760px; height: 508px; text-align: left; padding: 4px 0 0; }
	.teamMem{ margin: 0; }
	.teamArrows{ display: none; }
}
@media screen and (min-width: 1120px){
	.sxn-team{ padding: 0 0 40px; }
	.sxn-team:after{ background-image: url(img/global/angle.png); }
	.teamWrap{
		max-width: 1080px;
		margin: 0 auto;
		position: relative;
	}
	.teamWrap:after{
		content:"";
		display: table;
		clear: both;
	}
	.teamLeft{ float: left; width: calc(100% - 608px); }
	.tlWrap{ text-align: left; padding: 70px 70px 49px; }
	.teamTitle{ font-size: 40px; line-height: 1.2; padding: 0 0 20px; }
	.teamTitle br{ display: block; }
	.teamBody{ font-size: 17px; line-height: 1.5; }
	.teamMore{ margin: 15px 0; font-size: 20px; width: 290px; }
	.teamRight{ float: right; }
	.teamList{ width: 608px; height: 609px; margin: 0; }
	.memLink{}
	.memTitle{ font-size: 12px; }
}
@media screen and (min-width: 1640px){
	.sxn-team{ background-image: url(img/team/team-bg.jpg); padding: 0 0 80px; }
	.sxn-team:after{ background-size: 100%; }
	.teamWrap{ max-width: 1600px; }
	.teamLeft{ width: calc(100% - 1185px); }
	.tlWrap{
		padding: 40px 65px 46px 999px;
		margin: 0 0 0 -999px;
	}
	.teamTitle{ font-size: 40px; line-height: 1.2; padding: 0 0 30px; }
	.teamBody{ font-size: 18px; line-height: 1.5; }
	.teamMore{ font-size: 22px; width: 340px; margin: 25px 0; padding: 6px 0 0; }
	.teamMore:before{
		background-size: auto;
		width: 60px;
		height: 60px;
		background-position: top 18px left 9px;
	}
	.teamList{ width: 1185px; height: 634px; }
	.memLink{
		width: 237px;
		height: 317px;
	}

.memLink:hover{ background-position: left bottom; }
.memLink2:hover{ background-position: left -100% bottom; }
.memLink3:hover{ background-position: left -200% bottom; }
.memLink4:hover{ background-position: left -300% bottom; }
.memLink5:hover{ background-position: left -400% bottom; }
.memLink6:hover{ background-position: left -500% bottom; }
.memLink7:hover{ background-position: left -600% bottom; }
.memLink8:hover{ background-position: left -700% bottom; }
.memLink9:hover{ background-position: left -800% bottom; }
.memLink10:hover{ background-position: left -900% bottom; }
.memLink11:hover{ background-position: left -1000% bottom; }

	.memName{ font-size: 18px; }
	.memTitle{ font-size: 18px; }
}
@media screen and (min-width: 1840px){
	.teamWrap{ max-width: 1800px; }
	.tlWrap{ padding: 60px 60px 60px 999px; }
	.teamTitle{ font-size: 52px; padding: 0 0 32px; }
	.teamBody{ line-height: 1.8; }
}
/*Badges*/
.sxn-badges{
	padding: 20px 0;
}
.badgeWrap{
	display: inline-block;
	margin: 0 50px;
}
.badgesList{
	position: relative;
	max-width: 760px;
	margin: 0 auto;
}
.badgesList:before{
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	top: 0;
	left: 0;
	z-index: 5;
}
.badge{
	display: block;
	overflow: hidden;
	height: 132px;
	width: 125px;
}
.badge2{ width: 234px; }
.badge2 img{ margin: 0 0 0 -137px; }

.badge3{ width: 307px; }
.badge3 img{ margin: 0 0 0 -387px; }

.badge4{ width: 207px; }
.badge4 img{ margin: 0 0 0 -710px; }

.badge5{ width: 105px; }
.badge5 img{ margin: 0 0 0 -934px; }

.badge6{ width: 120px; }
.badge6 img{ margin: 0 0 0 -1055px; }

.badge7{ width: 132px; }
.badge7 img{ margin: 0 0 0 -1190px; }
@media screen and (min-width: 1120px){
	.sxn-badges{ padding: 30px 0; }
	.badgesList{ max-width: 1080px; }
}
@media screen and (min-width: 1640px){
	.sxn-badges{ padding: 50px 0; }
	.badgesList{ max-width: 1600px; }
	.badgeWrap{ margin: 0 70px; }
}
/*Contact*/
.sxn-contact{
	padding: 20px 0;
	text-align: center;
	overflow: hidden;
}
.conWrap{}
.conTitle{
	display: block;
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-size: 22px;
	transition: 300ms;
	color: #383838;
	padding: 0 20px 3px;
}
.conSubtitle{
	display: block;
	text-transform: uppercase;
	color: #9e936c;
	transition: 300ms;
	padding: 0 20px 10px;
	font-size: 15px;
}
.conForm{
	width: 302px;
	margin: 0 auto;
	transition: 300ms;
}
.conForm input, .conForm textarea{
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 auto 5px;
	background: #fff;
	border: 1px solid #c1b283;
	font-weight: bold;
	outline: none;
	transition: 300ms;
	color: #383838;
}
.conForm textarea{
	resize: none;
	height: 100px;
}
.conForm .g-recaptcha{
	width: 302px;
	height: 76px;
	margin: 0 auto 5px;
}
.conForm .submit-button{
	border: 0;
	background: #006124;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 20px;
	transition: 300ms;
	border-radius: 3px;
	padding: 15px 10px;
	-webkit-appearance: none;
}
.conForm .submit-button:hover{ background: #0c903d; }
@media screen and (min-width: 800px){
	.sxn-contact{
		padding: 43px 0;
		background: url(img/contact/contact-bg-1120.jpg?t=2018) center top no-repeat;
		background-size: 100%;
	}
	.conWrap{ max-width: 760px; margin: 0 auto; }
	.conTitle{ font-size: 30px; }
	.conSubtitle{ font-size: 16px; padding: 0 0 40px; }
	.conForm{ width: 760px;}
	.conForm input, .conForm textarea{
		padding: 15px 15px 15px 37px;
	}
	.cfIcon{
		display: block;
		position: relative;
	}
	.cfIcon:before{
		display: block;
		position: absolute;
		content: "";
		width: 50px;
		height: 50px;
		top: 0;
		left: 0;
		background: url(img/contact/form-icons.png) left 3px top 14px no-repeat;
	}
	.cfTop .cfIcon:nth-of-type(2):before{ background-position: left 3px top -36px; }
	.cfTop .cfIcon:nth-of-type(3):before{ background-position: left 3px top -85px; }
	.cfTop{ position: relative; }
	.cfTop:after{
		content: "";
		display: table;
		clear: both;
	}
	.cfTop .cfIcon{
		float: left;
		width: calc(33% - 1px);
	}
	.cfTop .cfIcon:nth-of-type(2){ margin: 0 5px; }
	.cfIconMessage:before{ background-position: left 3px top -140px; }
	.conForm .g-recaptcha, .conForm .submit-button{
		display: inline-block;
		width: 302px;
		vertical-align: top;
		margin: 10px 5px 0;
	}
	.conForm .submit-button{
		font-size: 25px;
		padding: 22px 0 23px;
		letter-spacing: 3px;
	}
}
@media screen and (min-width: 1120px){
	.sxn-contact{
		background-image: url(img/contact/contact-bg.jpg);
		background-position: center bottom;
		padding: 50px 0 200px;
	}
	.conWrap{ max-width: 1080px; }
	.conTitle{ font-size: 40px; /*58*/ padding: 0 0 10px; }
	.conSubtitle{ font-size: 20px; /*24*/ padding: 0 0 50px; }
	.conForm{ width: 980px; }
	.cfTop .cfIcon:nth-of-type(2){ margin: 0 6px; }
	.conForm input, .conForm textarea{ font-size: 18px; }
	.conForm textarea{ height: 140px; }
	.conForm .g-recaptcha, .conForm .submit-button{ margin: 30px 4px 0; }
}
@media screen and (min-width: 1640px){
	.sxn-contact{ padding: 50px 0 300px; }
	.conWrap{ max-width: 1600px; }
	.conTitle{ font-size: 58px; padding: 0 0 20px; }
	.conSubtitle{ font-size: 24px; padding: 0 0 70px; }
	.conForm{ width: 1275px; }
	.conForm input, .conForm textarea{
		padding: 24px 24px 24px 60px;
		font-size: 20px;
		background-position: left 15px top 25px;
	}
	.cfTop .cfIcon:nth-of-type(2):before{ background-position: left 15px top -25px; }
	.cfTop .cfIcon:nth-of-type(3):before{ background-position: left 15px top -74px; }
	.cfIcon:before{ background-position: left 15px top -127px; }
	.cfTop .cfIcon:nth-of-type(2){ margin: 0 7px 0 8px; }
}
@media screen and (min-width: 1840px){
	.conForm{ width: 1400px; }
}
/*Footer*/
#mainFooter {
	overflow: hidden;
	background: #000;
}
/*mfTop*/
.mfTop{ background: #383838; padding: 20px 15px; text-align: center; }
.mftTitle{
	display: block;
	font-size: 25px;
	font-family: 'Merriweather', serif;
	font-style: italic;
	color: #fff;
	padding: 0 0 10px;
	transition: 300ms;
}
.mftSubtitle{
	display: block;
	text-transform: uppercase;
	color: #9e936c;
	font-size: 15px;
	padding: 0 0 20px;
	transition: 300ms;
}
.mfLocation{
	display: block;
	color: #fff;
	text-align: left;
	border: 1px solid #c1b283;
	margin: 0 0 15px;
	padding: 20px;
}
.mfLocation:hover, .locHover{ background: #c1b283; }
.locImg{
	display: none;
	width: 136px;
	height: 136px;
	overflow: hidden;
	margin: 0 auto 10px;
}
.mfLocation2 .locImg > img{ margin: 0 0 0 -136px; }
.mfLocation3 .locImg > img{ margin: 0 0 0 -272px; }
.mfLocation4 .locImg > img{ margin: 0 0 0 -408px; }
.mfLocation5 .locImg > img{ margin: 0 0 0 -544px; }
.mfLocation6 .locImg > img{ margin: 0 0 0 -680px; }

.locName{
	display: block;
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 5px;
	transition: 300ms;
}
.locName > span{ font-size: 15px; }
.locAddress{
	display: inline-block;
	position: relative;
	color: #fff;
	transition: 300ms;
	padding: 0 0 5px 40px;
	text-align: left;
	font-size: 15px;
}
.locAddress:hover{ text-decoration: underline; }
.locAddress:before{
	display: block;
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url(img/footer/address-icon.png);
	background-size: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
}
.locPhone, .locFacsmilie{ display: block; }
.locPhone > a, .locFacsmilie > a{ font-weight: bold; color: #fff; }
.mfMarkers{ display: none; }
@media screen and (min-width: 800px){
	.mfTop{
		padding: 20px 0 0;
		background: url(img/footer/footer-bg-1120.jpg) center top;
		background-size: cover;
	}
	.mftTitle{ font-size: 35px; }
	.mfSubtitle{ font-size: 16px; }
	.mfLocList{
		width: 760px;
		margin: 0 auto;
		overflow: hidden;
	}
	.mfLocation{
		box-sizing: border-box;
		width: calc(50% - 20px);
		margin: 0 10px 20px;
		float: left;
	}
}
@media screen and (min-width: 1120px){
	.mfTop{ padding: 40px 0; }
	.mftTitle{ font-size: 45px; }
	.mftSubtitle{ font-size: 20px; letter-spacing: 2px; padding: 0 0 30px; }
	.mftWrap{
		position: relative;
		width: 1080px;
		margin: 0 auto;
		background: url(img/footer/map.png) top right no-repeat;
		padding: 0 0 80px;
	}
	.mftWrap:after{
		content: "";
		display: table;
		clear: both;
	}
	.mfLocations{ width: 40%; float: left; }
	.mfLocList{ width: 100%; overflow: initial; }
	.mfLocation{
		position: relative;
		float: none;
		width: 90%;
		border-top: 2px solid #a59769;
		border-bottom: 2px solid #a59769;
		border-left: 2px solid #a59769;
		border-right: 0;
		margin: 0 0 2px;
		text-align: left;
		padding: 15px;
	}
	.mfLocation:before{
		display: block;
		position: absolute;
		content: "";
		width: 19px;
		height: 150px;
		background: url(img/footer/location-arrow.png);
		top: -2px;
		right: -19px;
	}
	.mfLocation:hover:before, .locHover:before{ background-position: left bottom; }
	.mfMarkers{
		display: block;
		position: relative;
		width: 60%;
		height: 912px;
		float: right;
	}
	.mfMarker{
		position: absolute;
		display: block;
		width: 54px;
		height: 71px;
		overflow: hidden;
	}
	/* Pop */
/*	@-webkit-keyframes locMarker-pop {
	  50% {
	    -webkit-transform: scale(1.5);
	    transform: scale(1.5);
	  }
	}
	@keyframes locMarker-pop {
	  50% {
	    -webkit-transform: scale(1.5);
	    transform: scale(1.5);
	  }
	}
	.mfMarker {
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	}
	.locMarkerHover{ animation: locMarker-pop 300ms; }*/
	.mfMarker:hover img, .locMarkerHover img{ margin-top: -72px; }
	.mfMarker1{
		/*palm beach*/
		top: 650px;
		right: 0px;
	}
	.mfMarker2{
		/*miami*/
		top: 730px;
		right: 8px;
	}
	.mfMarker3{
		/*Orlando*/
		top: 340px;
		right: 165px;
	}
	.mfMarker4{
		/*Tampa*/
		top: 395px;
		right: 315px;
	}
	.mfMarker5{
		/*Jacksonville*/
		top: 20px;
		right: 212px;
	}
	.mfMarker6{
		/*Tallahassee*/
		top: 17px;
		right: 540px;
	}
}
@media screen and (min-width: 1640px){
	.mfTop{
		background-image: url(img/footer/footer-bg.jpg);
		padding: 70px 0;
	}
	.mftTitle{ font-size: 58px; padding: 0 0 30px; }
	.mftSubtitle{ font-size: 24px; padding: 0 0 70px; }
	.mftWrap{ width: 1600px; }
	.mfLocations{ width: 55%; }

	.mfLocation{ font-size: 18px; padding: 5px; }
	.mfLocBox{ overflow: hidden; }
	.locImg{
		display: block;
		float: left;
		margin: 0 40px 0 0;
	}
	.locLeft, .locRight{
		padding: 16px 0;
	}
	.locLeft{ float: left; }
	.locRight{ float: right; margin: 0 80px 0 0; }
	.locName{ font-size: 28px; padding: 0 0 20px; }
	.locName > span{ font-size: 17px; }
	.locAddress{ padding: 0 0 0 50px; font-size: 18px; }
	.locAddress:before{
		width: 38px;
		height: 38px;
	}
	.locPhone{ padding: 0 0 12px; }
	.locPhone > a, .locFacsmilie > a{ display: block; }

	.mfMarkers{ width: 40%; }
}
@media screen and (min-width: 1840px){

}







/*mfBottom*/
.mfSocial{
	text-align: center;
	padding: 20px 0 0;
}
.mfSocial li{
	display: inline-block;
	margin: 0 2px;
	width: 52px;
	height: 52px;
}
.mfSocial a{
	display: block;
	overflow: hidden;
	width: 52px;
	height: 52px;
}

@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.mfSocial a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.mfSocial a:hover{
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}



.mfTwitter img{ margin: 0 0 0 -53px; }
.mfLinkedIn img{ margin: 0 0 0 -106px; }
.mfGoogle img{ margin: 0 0 0 -159px; }

.mfSocial li:hover img{ margin-top: -53px; }


#mmBrandingWrapper {
	padding: 20px 20px 30px;
	font-size: 0;
	text-align: center;
}
#mmBranding {
	display: inline-block;
	/* margins, paddings, etc. */
	overflow: hidden;
}
#mmBranding, #mmBranding p > a {
	color: #fff;
	font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
}
#mmBranding p > 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;}

.fNav {
	padding: 10px 0 0;
}
.fNav li {
	padding: 0 10px;
	position: relative;
	display: inline-block;
	list-style-type: none;
	list-style-position: outside;
}
.fNav li:before{
	display: block;
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: -3px;
}
.fNav li:last-child:before{ display: none; }
.fNav a {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}
.fNav a:hover {
	color: #c1b283;
}

@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: 1120px) {
	.mfBottom{ width: 1080px; margin: 0 auto; padding: 20px 0; }
	#mmBrandingWrapper{ padding: 20px 0 30px; }
	.mfSocial{ float: left; }
	.fNav{ float: right; }
}
@media screen and (min-width: 1640px){
	.mfBottom{ width: 1600px; padding: 40px 0; }
}
@media screen and (min-width: 1840px){
	.mfBottom{ width: 1800px; padding: 50px 0;}
}
#contact-tab {
	display: none;
    position: fixed;
    right: 0;
    z-index: 200;
	overflow: hidden;
    top: 240px;
	height: 98px;
}
#contact-tab:hover img {margin: -98px 0 0 0;}
#contact-tab img {display: block;}

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

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

/* Contact Form - Custom */

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

/*  add to style.css  */

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

/* Vimeo Shortcode */
.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%;
}
.vimeo-embed-cont iframe{ border: 0;}

.article .vimeo-embed-cont {margin: 0 0 30px;}