/*
Theme Name: TotalMD 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 {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: Arial, "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;}
.animated {opacity: 0;}
.officiallyAnimated, .ie9 .animated, #persistentHeader.animated, #persistentHeader .animated {opacity: 1;}

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

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

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;
}
body.admin-bar{ position: static !important; }
body.admin-bar.mob_menu.fsMenuOn #wrapper{ margin: -12px 0 0; }
#persistentHeader {
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	text-align: center;
	z-index: 9;
	background: #fff;
}
body.fsMenuOn #persistentHeader {
  -webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
}
.newLocsBanner {
	background-color: #cf1f24;
}
.newBannerWrap {
	padding: 0 20px;
	transition: .3s;
	-webkit-transition: .3s;
}
.newBannerCont {
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	padding: 10px;
	font-size: 18px;
	margin: 0px auto;
	text-transform: uppercase;
}
.newBannerCont span { padding: 0 10px; display: inline-block; }
.newBannerCont em { color: #cbcbcb; font-weight: 700; }
.newBannerCont p { padding: 10px 0;}

.nlb2 .newBannerCont p a {
	padding: 10px 30px;
	display: block;
	background-color: #2483c3;
	transition: .3s;
	color: #fff;
}
.nlb2 .newBannerCont .newBannerInner {max-width: 500px; margin: 0px auto; display: block;}
.nlb2 .newBannerCont p a:hover {background-color: #4aa4e0;}
.newBannerCont .boldBanner {
	font-weight: bold;
	text-transform: uppercase;
}
.boldBanner span {display: inline-block; padding: 0 10px 0 0;}
@media screen and (min-width: 800px) {
	.newBannerCont {
		padding: 10px 0;
		max-width: none;
	}
	body.sticky_zone .newBannerWrap {display: none;}
	.nlb2 .newBannerCont .newBannerInner {max-width: none;}
	.nlb2 .newBannerCont p a {font-size: 13px;}
}
@media screen and (min-width: 1000px) {
	.nlb2 .newBannerCont .newBannerInner {max-width: none;}
	.nlb2 .newBannerCont p a {font-size: 16px;}
}
@media screen and (min-width: 1100px) {
	.newBannerCont {
		padding: 10px 0;
		box-sizing: border-box;
		max-width: 1100px;
		margin: 0px auto;
	}
	.newBannerCont p { padding: 20px 0; }
	body.sticky_zone .newBannerWrap {margin: -56px 0 0 0; position: relative;}
	.nlb2 .newBannerCont p a {font-size: 16px;}
}
@media screen and (min-width: 1600px) {
	.newBannerCont {
		font-size: 24px;
		padding: 10px 0px 8px 0px;
		max-width: 1600px;
	}
	body.sticky_zone .newBannerWrap {margin: -73px 0 0 0; position: relative;}
	.nlb2 .newBannerCont p a {font-size: 27px;}
}

/* Televisits Banner */
#televisitsBannerWrapper {
	background-color: #0c0c0c;
	padding: 10px 20px;
}
#televisitsBanner {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 260px;
	margin: 0 auto;
	padding: 0 0 0 56px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
#televisitsBanner:before {
	background-image: url(img/laptop-icon.png);
	background-repeat: no-repeat;
	width: 56px;
	height: 28px;
	background-size: cover;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: calc( (100% - 28px) /2 );
}
.televisitEmphasis {
	font-size: 18px;
}
#televisitsLink {
	color: #fff;
}
.sticky_zone #televisitsBannerWrapper {
	display: none;
}
@media screen and (min-width: 400px) {
	#televisitsBanner {
		max-width: 330px;
	}
}
@media screen and (min-width: 640px) {
	#televisitsBanner {
		padding: 0 0 0 102px;
		width: 440px;
		height: 55px;
		line-height: 55px;
		max-width: initial;
		font-size: 20px;
		text-align: left;
	}
	#televisitsBanner:before {
		width: 92px;
		height: 55px;
		top: 0;
	}
	.televisitEmphasis {
		font-size: 22px;
	}
}
@media screen and (min-width: 800px) {
	#televisitsBanner {
		width: 540px;
		font-size: 26px;
	}
	.televisitEmphasis {
		font-size: 30px;
	}
}
@media screen and (min-width: 1100px) {
	#televisitsBanner {
		width: 610px;
		font-size: 30px;
	}
	.televisitEmphasis {
		font-size: 36px;
	}
}
@media screen and (min-width: 1600px) {
	#televisitsBanner {
		padding: 0 0 0 110px;
		width: 895px;
		font-size: 46px;
	}
	.televisitEmphasis {
		font-size: 60px;
	}
}

#mhWrapper {}
#mainHeader {

}

	#logo-main {
		display: block;
		width: 90%;
		max-width: 250px;
		margin: 20px auto 10px;
	}
	body.fsMenuOn #logo-main{ display: none; }
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhrTop{ position: relative; z-index: 999; }
	body.fsMenuOn .mhrTop{ display: none; }

	@keyframes ticker {
	  0% { transform: translateX(20%); }
	  100% { transform: translateX(-100%); }
	}

	.mhTickerWrap {
		display: block;
		position: relative;
		width: 200px;
		margin: 0 auto;
		border-radius: 8px;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #cc252e;
		font-family: 'PT Sans Narrow', sans-serif;
		font-size: 16px;
	}
	.mhTickerWrap:before{
		display: block;
		position: absolute;
		content: "";
		width: 20px;
		height: 100%;
		background: -moz-linear-gradient(left, rgba(204,37,46,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(204,37,46,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(204,37,46,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		top: 0;
		left: 0;
		z-index: 1;
	}
	.mhTickerWrap:after{
		display: block;
		position: absolute;
		content: "";
		width: 20px;
		height: 100%;
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(204,37,46,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(204,37,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(204,37,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		top: 0;
		right: 0;
		z-index: 1;
	}
	.mhTicker{
        white-space: nowrap;
        box-sizing: content-box;
        position: relative;
        height: 40px;
	}
	.mhTicker a{
		display: block;
		position: absolute;
		width: auto;
		color: #fff;
		left: 0;
		top: 0;
		line-height: 40px;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    	animation-name: ticker;
        animation-duration: 40s;
        transition: 300ms;
	}
	.mhTicker a > span{
		display: inline-block;
		padding: 0 50px;
	}
	.mhNumber{ display: block; position: relative; margin: 0 auto; }
	.mhNumber > a{
		width: 185px;
		padding: 5px 10px 5px 5px;
		text-align: right;
		position: relative;
		display: block;
		font-family: 'PT Sans Narrow', sans-serif;
		color: #000;
		font-size: 30px; /*50*/
		margin: 10px auto;
		box-shadow: 0 0 7px 3px rgba(0,0,0,0.15);
		border-radius: 5px;
	    -webkit-transform: perspective(1px) translateZ(0);
	    transform: perspective(1px) translateZ(0);
	    -webkit-transition-duration: 0.3s;
	    transition-duration: 0.3s;
	}
	.mhNumber > a:before{
		display: block;
		position: absolute;
		content: "";
		width: 27px;
		height: 30px;
		background: url(img/header/phone.png);
		background-size: cover;
		top: 9px;
		left: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	}
	.mhNumList{
		position: absolute;
		text-align: left;
		width: 370px;
		left: calc(50% - 185px);
		top: 49px;
		background: #faf8f1;
		border: 1px solid #ccc;
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		transform-origin: top;
		transition: 300ms;
		z-index: 99;
	}

	@-webkit-keyframes hvr-icon-buzz-out {
	  10% {
	    -webkit-transform: translateX(3px) rotate(2deg);
	    transform: translateX(3px) rotate(2deg);
	  }
	  20% {
	    -webkit-transform: translateX(-3px) rotate(-2deg);
	    transform: translateX(-3px) rotate(-2deg);
	  }
	  30% {
	    -webkit-transform: translateX(3px) rotate(2deg);
	    transform: translateX(3px) rotate(2deg);
	  }
	  40% {
	    -webkit-transform: translateX(-3px) rotate(-2deg);
	    transform: translateX(-3px) rotate(-2deg);
	  }
	  50% {
	    -webkit-transform: translateX(2px) rotate(1deg);
	    transform: translateX(2px) rotate(1deg);
	  }
	  60% {
	    -webkit-transform: translateX(-2px) rotate(-1deg);
	    transform: translateX(-2px) rotate(-1deg);
	  }
	  70% {
	    -webkit-transform: translateX(2px) rotate(1deg);
	    transform: translateX(2px) rotate(1deg);
	  }
	  80% {
	    -webkit-transform: translateX(-2px) rotate(-1deg);
	    transform: translateX(-2px) rotate(-1deg);
	  }
	  90% {
	    -webkit-transform: translateX(1px) rotate(0);
	    transform: translateX(1px) rotate(0);
	  }
	  100% {
	    -webkit-transform: translateX(-1px) rotate(0);
	    transform: translateX(-1px) rotate(0);
	  }
	}
	@keyframes hvr-icon-buzz-out {
	  10% {
	    -webkit-transform: translateX(3px) rotate(2deg);
	    transform: translateX(3px) rotate(2deg);
	  }
	  20% {
	    -webkit-transform: translateX(-3px) rotate(-2deg);
	    transform: translateX(-3px) rotate(-2deg);
	  }
	  30% {
	    -webkit-transform: translateX(3px) rotate(2deg);
	    transform: translateX(3px) rotate(2deg);
	  }
	  40% {
	    -webkit-transform: translateX(-3px) rotate(-2deg);
	    transform: translateX(-3px) rotate(-2deg);
	  }
	  50% {
	    -webkit-transform: translateX(2px) rotate(1deg);
	    transform: translateX(2px) rotate(1deg);
	  }
	  60% {
	    -webkit-transform: translateX(-2px) rotate(-1deg);
	    transform: translateX(-2px) rotate(-1deg);
	  }
	  70% {
	    -webkit-transform: translateX(2px) rotate(1deg);
	    transform: translateX(2px) rotate(1deg);
	  }
	  80% {
	    -webkit-transform: translateX(-2px) rotate(-1deg);
	    transform: translateX(-2px) rotate(-1deg);
	  }
	  90% {
	    -webkit-transform: translateX(1px) rotate(0);
	    transform: translateX(1px) rotate(0);
	  }
	  100% {
	    -webkit-transform: translateX(-1px) rotate(0);
	    transform: translateX(-1px) rotate(0);
	  }
	}
	.mhNumber:hover > a:before {
	  -webkit-animation-name: hvr-icon-buzz-out;
	  animation-name: hvr-icon-buzz-out;
	  -webkit-animation-duration: 0.75s;
	  animation-duration: 0.75s;
	  -webkit-animation-timing-function: linear;
	  animation-timing-function: linear;
	  -webkit-animation-iteration-count: 1;
	  animation-iteration-count: 1;
	}
	.mhNumber:hover .mhNumList{
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}
	.mhNumList li{
		padding: 12px;
		border-bottom: 1px solid #ccc;
	}
	.mhNumList li:hover{
		background: #d01f25; /* Old browsers */
		background: -moz-linear-gradient(top, #d01f25 0%, #9f090e 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #d01f25 0%,#9f090e 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #d01f25 0%,#9f090e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.mhNumList li:last-child{ border-bottom: 0; }
	.mhNumList a{ color: #000; display: block; }
	.mhNumList li:hover a{ color: #fff; }
	.mhNumList span{ color: #888; }
	.mhNumList li:hover a span{ color: #fff; }
	.mhSocial{ margin: 15px 0 10px; text-align: center; }
	.mhSocial li{
		display: inline-block;
		height: 28px;
		margin: 0 8px;
	}
	.mhFacebook li{ width: 15px; }
	.mhSocial a{
		display: block;
		height: 28px;
		width: 13px;
		overflow: hidden;
	}
	.mhTwitter li, .mhTwitter a{ width: 32px; }
	.mhTwitter img{ margin: 0 0 0 -15px; }
	.mhInstagram li, .mhInstagram a{ width: 32px; }
	.mhInstagram img{ margin: 0 0 0 -54px; }
	.mhSocial li:hover img{ margin-top: -28px; }
	@-webkit-keyframes hvr-pop {
	  50% {
	    -webkit-transform: scale(1.2);
	    transform: scale(1.2);
	  }
	}
	@keyframes hvr-pop {
	  50% {
	    -webkit-transform: scale(1.2);
	    transform: scale(1.2);
	  }
	}
	.mhSocial li {
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	}
	.mhSocial li:hover a{
	  -webkit-animation-name: hvr-pop;
	  animation-name: hvr-pop;
	  -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;
	}
	.mhTime{ display: none; }
	.mhHours{
		display: block;
		font-family: 'PT Sans Narrow', sans-serif;
		text-transform: uppercase;
		color: #ce1f26;
		font-size: 18px; /*24*/
		padding: 0 0 15px;
	}
	.mhePortal{
		display: inline-block;
		position: relative;
		border: 1px solid #c9c9c9;
		font-family: 'PT Sans Narrow', sans-serif;
		text-transform: uppercase;
		color: #ce1f25;
		padding: 4px 10px 2px 30px;
		margin: 0 auto 10px;
		box-sizing: border-box;
		line-height: 1;
		transition: 300ms;
	}
	.mhePortal:hover{ background: #c9c9c9; color: #fff; }
	.mhePortal:before{
		display: block;
		position: absolute;
		content: "";
		width: 16px;
		height: 15px;
		background: url(img/header/patient-portal.png);
		top: 3px;
		left: 7px;
	}
	.mhePortal:hover:before{
		background-position: left bottom;
	}
	#google_translate_element{ padding: 0 0 10px; }
/* 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;
	background: #0e76bc;
	position: relative;
	z-index: 100;
}
nav.mm > ul > li{ border-right: 1px solid #4f9bd5; }
nav.mm > ul > li > a {
    padding: 11px 6px;
    font-size: 12px;
    color: #fff;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}
nav.mm > ul > li.menu-item-2010 > a {background-color: #ad090e;}
nav.mm > ul > li.menu-item-2010 > a:hover {background-color: #d82b30;}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li.nav-appointment > a{ background: #ce1f25; }
nav.mm > ul > li.nav-appointment:hover > a{ background: #ed4b51; }
nav.mm > ul > li > ul {top: 34px;}
nav.mm > ul {height: 34px;}
nav.mm > ul > li:hover > a {background: #4385c6;}
nav.mm ul ul {background: #4385c6; width: 180px; border: 1px solid #4f9bd5;}
html.ie9 nav.mm ul ul li:hover > a {background: #61a5e8;}

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: #61a5e8;
  -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, nav.mm ul ul li:focus, nav.mm ul ul li:active {
  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 #4f9bd5;}
nav.mm ul ul a {
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    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 ul {
}
nav.mm .multiCol > ul {
    width: 410px;
}
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 #2c6ca2;
}
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;}

nav.mm .mhPayment{
	display: inline-block;
	width: auto;
	vertical-align: top;
	padding: 12px 10px 11px;
	cursor: pointer;
	transition: 300ms;
}
nav.mm .mhPayment:hover{
	background: #4385c6;
}
nav.mm .mhPayment input[type="submit"]{
	color: #fff;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 1;
	cursor: pointer;
}

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, body.admin-bar.fsMenuOn #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: #0e76bc;}
#mmiWrapper {box-shadow: 0 1px 10px rgba(0,0,0,0.7); position: fixed; top: 0; left: 0; width: 100%; z-index: 99999;}
#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;
		position: relative;
	}
	.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 #1a90e0;}
	#mm1 {border-left: 1px solid #1a90e0;}
	#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: 0 0 10px;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
	text-align: left;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 10px 0 10px;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
			font-size: 15px;
			padding: 3px 1em 3px 0;
			color: #000;
		}
		nav.mm_mob a:hover {
			background: #ce1f25;
			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;}
/* Dropdown support */
.mmi > ul {
	z-index: 1;
	width: 240px;
	left: -92px;
	display: none;
	position: absolute;
	background-color: #0e76bc;
}
.mmi:hover ul {display: block;}
.mmi > ul > li {
	border-bottom: 1px solid #1a90e0;
}
.mmi > ul > li > a {
	color: #fff;
	background-image: none;
	text-indent: 0px;
	font-size: 16px;
	position: relative;
	padding: 0;
	transition: .3s;
	-webkit-transition: .3s;
	text-align: center;
}
.mmi > ul > li > a:hover {
	background-color: #2b9be6;
}
#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: #4385c6; }
body.fsMenuOn #menuWall {
    position: fixed;
	background: #000;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9;
    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(14,118,188,0.3);
	outline: 0;
}
#mblsSubmit {
	width: 30%;
	border: 0;
	background: #0e76bc;
	font-size: 10px;
	height: 21px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
#mblsSubmit:hover {background: #4385c6;}

.mhPayment{
	display: block;
	width: 100%;
	padding: 3px 1em 3px 1em;
	text-align: left;
}
.mhPayment:hover{ background: #ce1f25; }
.mhPayment input[type="submit"]{
	display: block;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 14px;
}
.mhPayment:hover input[type="submit"]{ color: #fff; }

@media screen and (min-width: 800px) {
	#wrapper {
		padding: 330px 0 0;
	}
	body.sticky_zone #wrapper{padding: 288px 0 0;}
/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
	75% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes hvr-icon-up {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
	75% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
    #persistentHeader{
    	background: #fff;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 999;
    }
    #mainHeader{ margin: 0 auto; }
    #logo-main{ margin: 20px auto; }
    .mhDates{ margin: 20px 0 0; }
    .mhNumber, .mhSocial{
    	display: inline-block;
    	vertical-align: top;
    }
    .mhTickerWrap{
    	margin: 5px 10px 0 0;
    	display: inline-block;
    	vertical-align: top;
    }
    .mhNumber{ z-index: 99; margin: 0 0 0 10px;}
    .mhNumber > a{ margin: 0; }
    .mhSocial{ margin: 10px 0 0 10px; }
    .mhTime, .mhHours{ display: inline-block; vertical-align: top; }
    .mhTime{
    	position: relative;
    	font-family: 'PT Sans Narrow', sans-serif;
    	color: #0e76bc;
    	font-size: 18px;
    	padding: 0 10px 0 0;
    }
    .mhTime:after{
    	display: block;
		position: absolute;
		content: "";
		width: 5px;
		height: 5px;
		background: #0e76bc;
		border-radius: 10px;
		top: 8px;
		right: 2px;
    }
    .mhExtras{ display: inline-block; vertical-align: top; padding: 0 0 15px;}
    .mhePortal{ display: inline-block; vertical-align: top; margin: 0 15px 0 0; }
    #google_translate_element{ display: inline-block; padding: 0; position: relative; }
    #google_translate_element:before{
    	display: block;
		position: absolute;
		content: "";
		width: 5px;
		height: 5px;
		background: #0e76bc;
		border-radius: 10px;
		top: 10px;
		left: -12px;
    }
    nav.mm > ul > li.mbl-extra{ display: none; }
    nav.mm_mob { padding: 34px 0 10px; }
    #persistentHeader{ box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5); }
    body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}

	body.sticky_zone .mhTickerWrap{ display: none; }
	body.sticky_zone .mhNumber{ padding: 0 0 15px; }
	body.sticky_zone .mhSocial{ display: none; }
	body.sticky_zone .mhDates{ display: none; }
	body.sticky_zone .mhePortal{ display: none; }
	body.sticky_zone #google_translate_element{ display: none; }
}
@media screen and (min-width: 900px) {
	nav.mm > ul > li > a {
		padding: 11px 10px 11px;
    font-size: 12px;
	}
	nav.mm .mhPayment {
		padding: 11px 10px 11px;
	}
	nav.mm .mhPayment input[type=submit] {font-size: 12px;}
}
@media screen and (min-width: 1000px) {
	#wrapper {
		padding: 330px 0 0;
	}
}
@media screen and (min-width: 1100px) {
	#wrapper{padding: 250px 0 0;}
	#mainHeader{ max-width: 1100px; padding: 0 20px; }
	#logo-main{
		display: inline-block;
		vertical-align: top;
		padding: 23px 0 0;
	}
	.mhRight{
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 305px);
		box-sizing: border-box;
		text-align: right;
		padding: 10px 0 0;
	}
	.mhrtRight{ display: inline-block; }
	.mhTickerWrap{ margin: 0 10px 0 0; padding: 0; width: 300px; }
	.mhTicker{ height: 49px; font-size: 18px; }
	.mhTicker a{ line-height: 49px; }
	.mhDates{ margin: 10px 0; }
	.mhTime, .mhHours{ padding: 0;}
	.mhTime{ display: inline-block; padding: 0 17px 0 0; }
	.mhTime:after{
		width: 7px;
		height: 7px;
		border-radius: 10px;
	}
	.mhExtras{ padding: 0 0 10px; }
	nav.mm{ text-align: left; padding: 0 999px 0 0; margin: 0 -999px 0 0; border-radius: 15px 0 0 0; }
	nav.mm > ul > li:first-child a{ border-radius: 15px 0 0 0; }
	nav.mm .multiCol > ul { width: 470px; }
	nav.mm > ul > li > a {
		padding: 12px 9px 11px;
		font-size: 11px;
	}
	body.sticky_zone #wrapper{padding: 210px 0 0;}
	body.sticky_zone #logo-main{ padding: 0; width: 245px; }
	body.sticky_zone .mhNumber{ padding: 2px 0 12px; }
	body.sticky_zone .mhNumList{ left: auto; right: 0; }
	nav.mm .mhPayment {padding: 12px 9px 11px;}
	nav.mm .mhPayment input[type=submit] {font-size: 11px;}
}

@media screen and (min-width: 1160px) {
	nav.mm > ul > li > a {
		padding: 12px 10px 11px;
		font-size: 11px;
	}
	nav.mm .mhPayment {padding: 12px 10px 11px;}
}
@media screen and (min-width: 1600px){
	#wrapper{padding: 290px 0 0;}
	body.sticky_zone #wrapper{padding: 230px 0 0;}
	#mainHeader{ max-width: 1600px; }
	#logo-main{ max-width: 332px; }
	.mhRight{ width: calc(100% - 429px); margin: 0 0 0 20px; padding: 15px 0 0; }
	.mhrTop{ margin: 7px 0 0; }
	.mhrtRight{ max-width: 1060px; }
	.mhTickerWrap{ width: 600px; }
	.mhNumber{ margin: 0 0 15px 10px; }
	.mhNumber > a{
		width: 233px;
		font-size: 38px;
		line-height: 1;
		padding: 7px 15px 3px 0px;
		border-radius: 8px;
	}
	.mhNumber > a:before{ left: 14px; top: 9px; }
	.mhNumList{ top: 60px; }
	.mhSocial{ margin: 10px 0 0 25px; }
	.mhSocial li{ margin: 0; }
	.mhSocial li:nth-child(2){ margin: 0 20px; }
	.mhDates{ display: inline-block; }
	.mhTime{ display: inline-block; font-size: 20px; padding: 0 25px 0 0; }
	.mhTime:after{
		display: block;
		width: 8px;
		height: 8px;
		top: 8px;
		right: 6px;
	}
	.mhHours{ font-size: 20px; margin: 0 0 10px;}
	.mhExtras{ display: inline-block; margin: 10px 0; }
	.mhePortal{ margin: 0 0 0 25px; }
	.mhePortal:after{
		display: block;
		position: absolute;
		content: "";
		width: 8px;
		height: 8px;
		background: #0e76bc;
		top: 7px;
		left: -22px;
		border-radius: 8px;
	}
	#google_translate_element{ margin: 0 0 0 25px; }
	#google_translate_element:before{
		width: 8px;
		height: 8px;
		top: 7px;
		left: -19px;
		border-radius: 8px;
	}
	nav.mm > ul > li:first-child > a{ border-radius: 30px 0 0 0; }
	.nav-appointment > a:before{
		display: block;
		position: absolute;
		content: "";
		width: 27px;
		height: 23px;
		background: url(img/header/icons.png) left bottom;
		background-size: 100%;
		top: 14px;
		left: 18px;
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	}
	.nav-appointment {
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  position: relative;
	}
	.nav-appointment:hover a:before{
	  -webkit-animation-name: hvr-icon-up;
	  animation-name: hvr-icon-up;
	  -webkit-animation-duration: 0.75s;
	  animation-duration: 0.75s;
	  -webkit-animation-timing-function: ease-out;
	  animation-timing-function: ease-out;
	}
	nav.mm{ border-radius: 30px 0 0; }
	nav.mm > ul > li {vertical-align: top; }
	nav.mm > ul > li > a{ font-size: 16px; padding: 18px 15px 17px; }
	nav.mm > ul > li > ul { top: 51px; }
	nav.mm > ul { height: 51px; }
	nav.mm .multiCol > ul { width: 530px; }
	nav.mm ul ul a { font-size: 14px; padding: 10px; }
	nav.mm ul ul{ width: 240px; }

	nav.mm .mhPayment{ padding: 18px 15px 17px; }
	nav.mm .mhPayment input[type="submit"]{ font-size: 20px; }

	body.sticky_zone #logo-main{ width: 324px; }
	body.sticky_zone .mhrTop{ margin: 0; }
	body.sticky_zone .mhNumber{ padding: 2px 0 3px; }
	body.sticky_zone .mhNumber > a{ font-size: 40px; width: 250px; }
	body.sticky_zone .mhNumber > a:before{ top: 8px; }
	/* body.sticky_zone nav.mm > ul > li > a{ padding: 15px 15px 12px; font-size: 22px; } */
	/* body.sticky_zone nav.mm .mhPayment{ padding: 14px 15px 9px; } */
	body.sticky_zone nav.mm > ul > li.nav-appointment > a{ padding: 15px 25px 12px 60px;}
	/* body.sticky_zone nav.mm > ul > li > ul { top: 49px; }
	body.sticky_zone nav.mm > ul { height: 49px; } */
	/* body.sticky_zone nav.mm .mhPayment {padding: 18px 15px 17px;} */
	nav.mm .mhPayment input[type=submit] {font-size: 16px;}
}
@media screen and (min-width: 1800px){
	#mainHeader{ max-width: 1800px; }
	.mhRight{ width: calc(100% - 600px); margin: 0 0 0 191px; }
}
.hsWrap{ position: relative; overflow: hidden; }
.hsNav{ background: #ad090e; padding: 0 0 13px; text-align: center; }
.hsNav li{ display: inline-block; margin: 0 3px; }
.hsNav a{
	display: block;
	font-size: 0;
	height: 13px;
	width: 13px;
	background: #f04a50;
	border-radius: 13px;
	transition: 300ms;
}
.hsNav li:hover a, .hsNav li.activeNavButton a{ background: #fff; }
#homeslides {
	position: relative;
	height: 300px;
	background-color: #fff;
	overflow: hidden;
}
.homeslide, .homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.homeslide{ display: none; }
#homeslide1{ display: block; }
.homeslideImg1 {background-image: url(img/slides/home/600/1.jpg);}
.homeslideImg2 {background-image: url(img/slides/home/600/2.jpg);}
.homeslideImg3 {background-image: url(img/slides/home/600/3.jpg);}
.homeslideImg4 {background-image: url(img/slides/home/600/4.jpg);}
.homeslideImg5 {background-image: url(img/slides/home/600/5.jpg?t=2018);}
.homeslideImg6 {background-image: url(img/slides/home/600/6.jpg?t=2018);}
.homeslideImg7 {background-image: url(img/slides/home/600/7.jpg);}
.homeslideImg8 {background-image: url(img/slides/home/600/8.jpg);}
.homeslideImg9 {background-image: url(img/slides/home/600/9.jpg?t=2018);}
.homeslideImg10 {background-image: url(img/slides/home/600/10.jpg);}
.homeslideImg14 {background-image: url(img/slides/home/600/14.jpg);}
.slideBox {
    position: absolute;
    bottom: 0;
    background: rgba(206,31,37,1);
    color: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-family: 'PT Sans Narrow', sans-serif;
}
.slideBoxContent{ position: relative; }
.slideBoxContent:before{
	display: block;
	position: absolute;
	content: "";
	width: calc(100% + 40px);
	height: 30px;
	background: url(img/slides/cross.png) center center no-repeat #ed464c;
	background-size: 20px;
	top: -45px;
	left: -20px;
}
.slideHead {
	display: block;
	font-weight: bold;
	font-size: 20px; /*55*/
	transition: 300ms;
	padding: 0 0 5px;
}
.slideBody {
	display: block;
	transition: 300ms;
	padding: 0;
}
.subslide {
    background-position: center top;
    background-repeat: no-repeat;
    height: 300px;
    box-shadow: inset 0 15px 20px 0 rgba(0,0,0,0.1), inset 0 -15px 20px 0 rgba(0,0,0,0.1);
    background-size: cover;
}
#subslide12{ box-shadow: inset 0 10px 15px 0 rgba(0,0,0,0.1), inset 0 -10px 15px 0 rgba(0,0,0,0.1); }
body.parent-pageid-46 .subslide,
body.parent-pageid-208 .subslide,
body.page-id-46 .subslide,
body.category-news .subslide,
body.blog .subslide,
body.page-template-template-category .subslide,
body.page-id-6 .subslide,
body.single-post .subslide{
	display: none;
}
#subslide1 { background-image: url(img/slides/home/600/1.jpg); }
#subslide2 { background-image: url(img/slides/home/600/2.jpg); }
#subslide3 { background-image: url(img/slides/home/600/3.jpg); }
#subslide4 { background-image: url(img/slides/home/600/4.jpg); }
#subslide5 { background-image: url(img/slides/home/600/5.jpg?t=2018); }
#subslide6 { background-image: url(img/slides/home/600/6.jpg?t=2018); }
#subslide7 { background-image: url(img/slides/home/600/7.jpg); }
#subslide8 { background-image: url(img/slides/home/600/8.jpg); }
#subslide9 { background-image: url(img/slides/home/600/9.jpg?t=2018); }
#subslide10 { background-image: url(img/slides/home/600/10.jpg); }
#subslide11 { background-image: url(img/slides/home/600/11.jpg); }
#subslide13 { background-image: url(img/slides/home/600/13.jpg); }
#subslide14 { background-image: url(img/slides/home/600/14.jpg); }

#subslide12{ background: #fff; }
.badges{
	padding: 20px 0;
}
.badgeWrap{ display: inline-block; }
.badge{
	display: block;
	height: 124px;
	overflow: hidden;
	margin: 0 20px;
}
.badge1{ width: 223px; }
.badge1 > img{ margin: 0; }
.badge2{ width: 255px; }
.badge2 > img{ margin-left: -240px; }
.badge3{ width: 211px; }
.badge3 > img{ margin-left: -504px; }
.badge4{ width: 104px; }
.badge4 > img{ margin-left: -725px; }
.badge5{ width: 277px; }
.badge5 > img{ margin-left: -835px; }
.badge6{ width: 263px; }
.badge6 > img{ margin-left: -1121px; }
.badge7{ width: 196px; }
.badge7 > img{ margin-left: -1395px; }
.badge8{ width: 197px; }
.badge8 > img{ margin-left: -1599px; }
.badge9{ width: 204px; }
.badge9 > img{ margin-left: -1804px; }
.badge10{ width: 278px; }
.badge10 > img{ margin-left: -2014px; }
.badge11{ width: 251px; }
.badge11 > img{ margin-left: -2301px; }
.badge12{ width: 255px; }
.badge12 > img{ margin-left: -2556px; }
.badge13{ width: 182px; }
.badge13 > img{ margin-left: -2815px; }
.badge14{ width: 228px; }
.badge14 > img{ margin-left: -3010px; }
.badge15{ width: 286px; }
.badge15 > img{ margin-left: -3244px; }
.badge16{ width: 166px; }
.badge16 > img{ margin-left: -3535px; }
.badge17{ width: 184px; }
.badge17 > img{ margin-left: -3708px; }
.badge18{ width: 207px; }
.badge18 > img{ margin-left: -3904px; }
.badge19{ width: 220px; }
.badge19 > img{ margin-left: -4119px; }
.badge20{ width: 225px; }
.badge20 > img{ margin-left: -4345px; }
.badge21{ width: 315px; }
.badge21 > img{ margin-left: -4585px; }
.badge22{ width: 190px; }
.badge22 > img{ margin-left: -4895px; }

@media screen and (min-width: 600px){
	.homeslideImg1 {background-image: url(img/slides/home/1100/1.jpg);}
	.homeslideImg2 {background-image: url(img/slides/home/1100/2.jpg);}
	.homeslideImg3 {background-image: url(img/slides/home/1100/3.jpg);}
	.homeslideImg4 {background-image: url(img/slides/home/1100/4.jpg);}
	.homeslideImg5 {background-image: url(img/slides/home/1100/5.jpg?t=2018);}
	.homeslideImg6 {background-image: url(img/slides/home/1100/6.jpg?t=2018);}
	.homeslideImg7 {background-image: url(img/slides/home/1100/7.jpg);}
	.homeslideImg8 {background-image: url(img/slides/home/1100/8.jpg);}
	.homeslideImg9 {background-image: url(img/slides/home/1100/9.jpg?t=2018);}
	.homeslideImg10 {background-image: url(img/slides/home/1100/10.jpg);}
	.homeslideImg14 {background-image: url(img/slides/home/1100/14.jpg);}
	.homeslideImg{ background-size: cover; }

/*	.subslide{ height: 200px; }*/
	#subslide1 { background-image: url(img/slides/home/1100/1.jpg); }
	#subslide2 { background-image: url(img/slides/home/1100/2.jpg); }
	#subslide3 { background-image: url(img/slides/home/1100/3.jpg); }
	#subslide4 { background-image: url(img/slides/home/1100/4.jpg); }
	#subslide5 { background-image: url(img/slides/home/1100/5.jpg?t=2018); }
	#subslide6 { background-image: url(img/slides/home/1100/6.jpg?t=2018); }
	#subslide7 { background-image: url(img/slides/home/1100/7.jpg); }
	#subslide8 { background-image: url(img/slides/home/1100/8.jpg); }
	#subslide9 { background-image: url(img/slides/home/1100/9.jpg?t=2018); }
	#subslide10 { background-image: url(img/slides/home/1100/10.jpg); }
	#subslide11 { background-image: url(img/slides/home/1100/11.jpg); }
	#subslide13 { background-image: url(img/slides/home/1100/13.jpg); }
	#subslide14 { background-image: url(img/slides/home/1100/14.jpg); }
}
@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides, .subslide{ height: 400px; }
	.homeslideImg{ box-shadow: inset 0 15px 20px 0 rgba(0,0,0,0.1), inset 0 -15px 20px 0 rgba(0,0,0,0.1); }
	 @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;  /* change this number to match the 'pause' + ‘onStart’ + ’onComplete' time */
	        animation-duration: 7800ms; /* change this number to match the 'pause' + ‘onStart’ + ’onComplete' time */
	        opacity: 1;

	    }

		.homeslide .homeslideImg.ieSlide {
		    -webkit-animation-name: none;
		    animation-name: none;
		    transform: none;
		    -webkit-transform: none;
		}
	.slideContent{ position: relative; height: 100%; max-width: 800px; margin: 0 auto; }
	.slideBox{
		bottom: auto;
		top: 45.5%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 40%;
		background: rgba(206,31,37,0.75);
		z-index: 10;
		opacity: 0;
		right: -100%;
		transition: 300ms;
	}
	.slideTxtAnimate .slideBox{
		opacity: 1; right: 0;
	}
	.slideBox:before{
		display: block;
		position: absolute;
		content: "";
		width: 58px;
		height: 24px;
		background: url(img/slides/triangle.png?t=2017502);
		background-size: 100%;
		top: 0;
		right: 0;
		transition: 300ms;
		transition-delay: 300ms;
		z-index: -2;
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		-moz-transform: scaleX(0);
		transform: scaleX(0);
		transform-origin: right;
	}
	.slideTxtAnimate .slideBox:before{
		-ms-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		transform: scaleX(1);
	}
	.slideBox:after{
		display: block;
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		padding: 0 999px 0 0;
		margin: 0 -999px 0 0;
		background: rgba(173,9,14,0.75);
		top: 24px;
		right: 55px;
		z-index: -3;
		transition: 1000ms;
		transition-delay: 600ms;
		-ms-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		transform-origin: left;
	}
	.slideTxtAnimate .slideBox:after{
		transform: scaleX(1);
		-ms-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-webkit-transform: scaleX(1);
	}
	.slideBoxContent{
		padding: 0 0 0 35px;
	}
	.slideBoxContent:before{
		position: absolute;
		width: 40px;
		height: calc(100% + 40px);
		top: -20px;
		left: -20px;
		transform: scaleX(0);
		transform-origin: left;
		transition: 500ms;
		transition-delay: 300ms;
	}
	.slideTxtAnimate .slideBoxContent:before{
		transform: scaleX(1);
	}
	.slideBoxContent:after{
		display: block;
		position: absolute;
		content: "";
		width: 58px;
		height: 24px;
		background: url(img/slides/triangle-bottom.png);
		background-size: 100%;
		bottom: -43px;
		right: -22px;
		z-index: -2;
		transition: 300ms;
		transition-delay: 300ms;
		transform: scaleX(0);
		-ms-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform-origin: right;
	}
	.slideTxtAnimate .slideBoxContent:after{
		transform: scaleX(1);
		-ms-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-webkit-transform: scaleX(1);
	}
	.hsNavWrap{
		position: absolute;
		bottom: 0;
		z-index: 9;
		width: 800px;
		text-align: right;
		left: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.hsNav{
		display: inline-block;
		z-index: 999;
		padding: 0 13px 13px;
		border-radius: 9px 9px 0 0;
	}
	.badges{
		padding: 70px 0;
	}
}
@media screen and (min-width: 1100px) {
	#homeslides, .subslide{ height: 475px; }
	.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);}
	.homeslideImg4 {background-image: url(img/slides/home/2000/4.jpg);}
	.homeslideImg5 {background-image: url(img/slides/home/2000/5.jpg?t=201803);}
	.homeslideImg6 {background-image: url(img/slides/home/2000/6.jpg?t=201803);}
	.homeslideImg7 {background-image: url(img/slides/home/2000/7.jpg);}
	.homeslideImg8 {background-image: url(img/slides/home/2000/8.jpg);}
	.homeslideImg9 {background-image: url(img/slides/home/2000/9.jpg?t=201803);}
	.homeslideImg10 {background-image: url(img/slides/home/2000/10.jpg);}
	.homeslideImg14 {background-image: url(img/slides/home/2000/14.jpg);}
	.slideContent{ max-width: 1100px; }
	.slideBox{ padding: 30px;}
	.slideBoxContent{ padding: 0 0 0 45px; }
	.slideBoxContent:before{
		top: -30px;
		left: -30px;
		height: calc(100% + 60px);
		background-size: 35px;
		width: 50px;
	}
	.slideBoxContent:after{
		bottom: -54px;
		right: -32px;
	}
	.slideHead{ font-size: 30px; }
	.slideBody{ font-size: 18px; /*28*/ }
	.hsNavWrap{ width: 1100px; }
	#subslide1 { background-image: url(img/slides/home/2000/1.jpg); }
	#subslide2 { background-image: url(img/slides/home/2000/2.jpg); }
	#subslide3 { background-image: url(img/slides/home/2000/3.jpg); }
	#subslide4 { background-image: url(img/slides/home/2000/4.jpg); }
	#subslide5 { background-image: url(img/slides/home/2000/5.jpg?t=2018); }
	#subslide6 { background-image: url(img/slides/home/2000/6.jpg?t=2018); }
	#subslide7 { background-image: url(img/slides/home/2000/7.jpg); }
	#subslide8 { background-image: url(img/slides/home/2000/8.jpg); }
	#subslide9 { background-image: url(img/slides/home/2000/9.jpg?t=2018); }
	#subslide10 { background-image: url(img/slides/home/2000/10.jpg); }
	#subslide11 { background-image: url(img/slides/home/2000/11.jpg); }
	#subslide12 .badges{ display: none; }
	#subslide12{
		background: url(img/slides/sub/1100/12a-v7.jpg) center center no-repeat;
		background-size: auto;
		box-shadow: inset 0 15px 20px 0 rgba(0,0,0,0.1), inset 0 -15px 20px 0 rgba(0,0,0,0.1);
	}
	#subslide13 { background-image: url(img/slides/home/2000/13.jpg); }
	#subslide14 { background-image: url(img/slides/home/2000/14.jpg); }
}
@media screen and (min-width: 1600px){
	#homeslidesm .subslide{ height: 549px; }
	.slideContent{ max-width: 1600px; }
	.slideBox{ width: 40%; padding: 40px; }
	.slideBox:before{
		width: 149px;
		height: 62px;
	}
	.slideBox:after{ top: 62px; right: 147px; }
	.slideBoxContent{ padding: 0 0 0 55px; }
	.slideBoxContent:before{
		background-size: 43px;
		width: 60px;
		top: -40px;
		left: -40px;
		height: calc(100% + 80px);
	}
	.slideBoxContent:after{
		width: 149px;
		height: 62px;
		bottom: -101px;
		right: -40px;
	}
	.slideHead{ font-size: 55px; padding: 0 0 10px; line-height: 1; }
	.slideBody{ font-size: 28px; }
	.hsNavWrap{ width: 1600px; }
	body.page-id-239 .subslide {height: 600px;}
	#subslide12{ background-image: url(img/slides/sub/2000/12a-v7.jpg); }
}
@media screen and (min-width: 2000px){
	.subslide{ background-size: cover; }
}
#sync {height: 0; width: 0;}
.syncItem {position: relative; z-index: 0;}

/* BELOW THE FOLD (BTF) BEGINS */

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

#contentArea {
	margin: 0 auto;
	overflow: hidden;
	max-width: 800px;
}
#crumbs {font-size: 14px; margin: 20px 20px 0;}
#crumbs a{ color: #0e76bc; }
#crumbs a:hover{ color: #479ee3; }
#mainContent {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	color: #000;
	padding: 20px;
	transition: 300ms;
}
body.page-id-46 #mainContent{ text-align: center; }
body.page-id-46 #mainContent br{ display: none; }
	.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: #0e76bc; }
	.article a:hover {color: #479ee3; }
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		font-family: "PT Sans Narrow", sans-serif;
		color: #000;
		padding: 0 0 5px 0;
		transition: 300ms;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #ce1f25;
		margin: 0 0 10px;
	}
	body.home .article h1{
		font-weight: bold;
		border-bottom: 0;
		text-align: center;
		padding: 0 0 20px;
		margin: 0;
	}
	body.home .article h1 > span{
		color: #ce1f25;
	}
	body.page-id-2006 .article h1 {
		text-align: center;
	}
	.article h2 {
		font-size: 20px;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #ce1f25;
		margin: 0 0 10px;
		color: #ce1f25;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
		color: #0e76bc;
		text-transform: uppercase;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		float: left;
		margin: 0 15px 5px 0;
	}
	/* Providers Page */
	.mcProvider{
		display: block;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 30px;
	}
	.mcProvider > img{
		width: 236px;
		height: 302px;
	}
	.mcProvider > span{
		display: block;
		color: #0e76bc;
		font-family: 'PT Sans Narrow', sans-serif;
		font-size: 26px;
		font-weight: bold;
	}
	.mcProvider:hover > span{ color: #479ee3; }
	.mcInsurance{ width: 100%; height: auto; max-width: 1100px; }
	.article ul.mc4Col, .article ul.mc3Col, .article ul.mc2Col{
		padding: 0 0 20px;
	}
	.article ul.mc4Col > li, .article ul.mc3Col > li, .article ul.mc2Col > li{ list-style-type: none; padding: 0 0 5px; }

	/* Locations Shortcode */
	.article .mcLocations{ padding: 0; }
	.article .mcLocations li{
		position: relative;
		list-style-type: none;
		font-family: 'PT Sans Narrow', sans-serif;
		text-align: center;
		padding: 0 0 10px;
		margin: 0 0 10px;
	}
	.mcLocations li:after{
		display: block;
		position: absolute;
		content: "";
		width: 150px;
		height: 1px;
		background: #ce1f25;
		bottom: 0;
		left: calc(50% - 75px);
	}
	.mcLocations li:last-child:after{ display: none; }
	.mcLocations a{
		display: block;
		color: #0e76bc;
		font-size: 22px;
	}
	.mcLocations span{
		display: block;
		font-size: 18px;
		color: #000;
	}
	.mcLocations li:hover span{ color: gray; }
	.article ul.careerBoxes {
		padding: 20px 0 0 0;
		overflow: visible;
	}
	.article ul.careerBoxes li {
		list-style-type: none;
		list-style-position: outside;
		margin: 0 auto 30px auto;
		box-shadow: 0 0 10px #949494;
		border-radius: 7px;
		padding: 20px 25px;
		font-family: 'PT Sans Narrow', sans-serif;
	}
	.article ul.careerBoxes li p {padding: 0;}
	.article ul.careerBoxes li h2 {
		border-bottom: 0;
		margin: 0;
		padding: 0 0 2px 0;
		font-size: 25px;
	}
	ul.careerBoxes li span {
		display: block;
		font-size: 19px;
		padding: 0 0 20px 0;
	}
	ul.careerBoxes li a {
		display: inline-block;
		line-height: 1;
		font-size: 16px;
		text-align: center;
		padding: 6px 11px;
		color: #fff;
		background-color: #cd222b;
		transition: .3s;
		-webkit-transition: .3s;
	}
	ul.careerBoxes li a:hover {background-color: #ed4b54; color: #fff;}
	.careerSpecsBox {padding: 10px 0 0 0; border-bottom: 1px solid #ce1f25; margin: 0 0 25px 0;}
	.careerSpecsBox span {
		color: #cd2730;
	}
	.article .careerMainInner h2 {
		margin: 0;
		padding: 0 0 15px 0;
		border-bottom: 0;
		font-size: 23px;
	}
	.article .careerMainInner h3 {
		color: #cc2730;
		text-transform: none;
		font-weight: bold;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		padding: 0 0 15px 0;
	}
	.article .careerMainInner ul {padding: 0 0 0 50px;}
	.careerMainInner ul li {
		padding: 0 0 15px 0;
	}
	.careerDisclaimer {
		font-style: italic;
		text-align: center;
		padding: 30px 0;
	}
	#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;}

	.article .mc_number_list {
		padding: 0 0 20px;
		counter-reset: item;
	}
	.article .mc_number_list > li {
		margin: 0;
		padding: 0;
		text-indent: 0;
		list-style-type: none;
		counter-increment: item;
	}
	.article .mc_number_list > li:before {
		display: inline-block;
		width: 1.5em;
		padding-right: 0.5em;
		font-weight: bold;
		text-align: left;
		content: counter(item) ".";
		vertical-align: top;
	}
	.article .mc_number_list > li p {
		display: inline-block;
	}

/*Sidebar*/
#sidebar {}
.blog-sidebar{ margin: 0 0 40px; }
.blog-sidebar h2{
	display: block;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 0 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #ce1f25;
}
.blog-sidebar > ul{ padding: 0 10px 15px; }
.blog-sidebar a{ color: #0e76bc; }
.blog-sidebar a:hover{ color: #479ee3; text-decoration: underline; }
.sbHeadshot{
	width: 273px;
	height: 347px;
	margin: 0 auto 20px;
}
.sbHeadshot img{
	display: block;
	width: 100%;
	height: auto;
}
/* Content Area */

@media screen and (min-width: 600px) {
	.article ul.careerBoxes li {
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		margin: 0 20px 30px 0;
		width: calc(50% - 25px);
	}
}
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#contentArea{ padding: 40px 20px; }
	#crumbs {font-size: 14px; margin: 0 0 20px;}
	#mainContent{ padding: 0; }
	body.has-sidebar #mainContent {
		width: calc(100% - 20px - 273px);
		float: right;
	}
	#sidebar {
		width: 273px;
		float: left;
	}
	body.home .article h1{ font-size: 30px; }
	.article ul.mc4Col, .article ul.mc3Col, .article ul.mc2Col{ overflow: hidden; }
	.article ul.mc4Col > li, .article ul.mc3Col > li, .article ul.mc2Col > li{
		width: 50%;
		box-sizing: border-box;
		float: left;
	}
	/*Locations Shortcode*/
	.article .mcLocations{ padding: 0 0 20px; }
	.article .mcLocations li{
		display: inline-block;
		vertical-align: middle;
		padding: 0 15px;
		margin: 0 0 25px;
	}
	.article .mcLocations li:first-child{ padding: 0 15px 0 0; }
	.article .mcLocations li:nth-child(2):after{ display: none; }
	.article .mcLocations li:nth-child(3){ padding: 0 15px 0 5px; }
	.mcLocations li:after{
		height: 100%;
		width: 1px;
		right: 0;
		left: auto;
	}
	.careerSpecsBox {overflow: hidden;}
	.cSBInner {
		box-sizing: border-box;
		padding: 0 40px 0 0;
		display: inline-block;
		vertical-align: top;
		position: relative;
		max-width: 50%;
	}
	.cSBInner1:after {
		content: '';
		display: block;
		position: absolute;
		background-color: #cb222b;
		width: 1px;
		height: calc(100% - 20px);
		top: 0;
		right: 0;
	}
	.cSBInner2 {padding: 0 0 0 40px;}
	.careersMainBox {overflow: hidden;}
	.careerMainInner {
		box-sizing: border-box;
		position: relative;
	}
	.cMI1 {
		float: left;
		padding: 0 25px 0 0;
		width: 60%;
	}
	.cMI2 {
		float: right;
		width: 40%;
		padding: 0 0 0 25px;
	}
	.cMI2:before {
		content: '';
		display: block;
		position: absolute;
		background-color: #cb222b;
		width: 1px;
		height: 100%;
		top: 0;
		left: 0;
	}
}
@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{ max-width: 1100px;  }
	#mainContent{ line-height: 1.5; }
	.article h1{ font-size: 30px; padding: 0 0 15px; margin: 0 0 15px; }
	body.home .article h1{ font-size: 40px; padding: 0 0 10px; }
	.article h2{ font-size: 22px; padding: 0 0 15px; margin: 0 0 15px; }
	.article h3{ font-size: 20px; }
	.twoCol{
		position: relative;
		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;
		padding: 20px 0;
	}
	.twoCol:before{
		display: block;
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		background: #ce1f25;
		top: 0;
		left: 50%;
	}
	html.ie9 .twoCol:before{ display: none; }
	.article ul.mc2Col{ max-width: 900px; }
	.article ul.mc3Col{ max-width: 1364px; }
	/*Locations Shortcode*/
	.article .mcLocations li{ padding: 0 20px 0; }
	.article .mcLocations li:first-child{ padding: 0 20px 0 0; }
	.article .mcLocations li:nth-child(2):after{ display: block; }
	.article .mcLocations li:nth-child(3){ padding: 0 20px 0; }
	.article .mcLocations li:nth-child(3):after{ display: none; }
	.article .mcLocations li:nth-child(4){ padding: 0 20px 0 5px; }
	.article .mcLocations li:nth-child(4):after{ display: block; }
	.article .mcLocations li a{ font-size: 22px; line-height: 1; }
	.article .mcLocations li span{ font-size: 18px; padding: 5px 0 0; line-height: 1; }
	.article ul.careerBoxes li {width: calc(33% - 25px); margin: 0 35px 35px 0;}
	.article ul.careerBoxes li:nth-child(3n) {margin: 0 0 30px 0;}
	.cSBInner1 {
		padding: 0 60px 0 0;
	}
	.cMI1 {padding: 0 40px 0 0;}
	.cMI2 {
		padding: 0 0 0 40px;
	}
	.article .careerMainInner h2 {font-size: 26px;}
	.cSBInner {max-width: 59%;}
	.cSBInner p {
		font-size: 20px;
	}
}
@media screen and (min-width: 1600px){
	#contentArea{ max-width: 1600px; }
	body.has-sidebar #mainContent {
		width: calc(100% - 50px - 273px);
		float: right;
	}
	.article h1{ font-size: 45px; padding: 0 0 25px; margin: 0 0 25px; }
	body.home .article h1{ font-size: 55px; padding: 0 0 20px; }
	.article h2{ font-size: 40px; padding: 0 0 25px; margin: 0 0 25px; }
	.article h3{ font-size: 25px; padding: 0 0 10px; }
	.article h4, .article h5, #mainContent{ font-size: 18px; }
	#mainContent{ line-height: 1.7; }
	.article ul.mc4Col > li, .article ul.mc3Col > li{
		width: 33%;
		box-sizing: border-box;
		float: left;
	}

	/*Locations Shortcode*/
	.article .mcLocations{ padding: 0 0 30px; }
	.article .mcLocations li{ padding: 0 40px 0 !important; }
	.article .mcLocations li:first-child{ padding: 0 40px 0 0; }
	.article .mcLocations li:nth-child(3):after{ display: block; }
	.article .mcLocations li a{ font-size: 23px; }
	.article .mcLocations li span{ font-size: 19px; }
	.article ul.careerBoxes li {
		width: calc(33% - 28px);
		margin: 0 40px 35px 0;
	}
	.article ul.careerBoxes li h2 {font-size: 37px;}
	ul.careerBoxes li span {font-size: 24px;}
	ul.careerBoxes li a {font-size: 18px; padding: 7px 11px;}
	.article ul.careerBoxes li:nth-child(3n) {margin: 0 0 35px 0;}
	.careerSpecsBox {padding: 10px 0 15px 0; margin: 0 0 40px 0;}
	.cMI1 {padding: 0 60px 0 0;}
	.cMI2 {
		padding: 0 0 0 60px;
	}
	.article .careerMainInner h2 {font-size: 33px;}
	.cSBInner {max-width: none;}
	.cSBInner p {
		font-size: 25px;
	}
	.article .careerMainInner h3 {font-size: 18px;}
}
@media screen and (min-width: 1800px){
	#contentArea{ max-width: 1800px; }
	.article ul.mc4Col > li{
		width: 25%;
		box-sizing: border-box;
		float: left;
	}
}

/*Services Page*/
body.page-id-303 #contentArea, body.page-id-303 #mainContent{ padding: 0; margin: 0; max-width: 100%; }
body.page-id-303 #mainContent ul{ padding: 0; }
body.page-id-303 #mainContent li{ list-style-type: none; }
@media screen and (min-width: 800px){
	body.page-id-303 #mainContent ul{ padding: 30px 20px 0; }
}
@media screen and (min-width: 1100px){
	body.page-id-303 #mainContent .sxn-services{ background-image: url(img/content/content-bg.jpg?t=2018); }
}
/*Locations Page*/
body.page-id-208 #contentArea{ background-image: url(img/services/services-bg-600.jpg); background-size: cover; }
body.page-id-208 #contentArea, body.page-id-208 #mainContent{ padding: 0; margin: 0; max-width: 100%; }
body.page-id-208 .locRight{ background: transparent; width: 100%; max-width: 100%; }
body.page-id-208 .locTitle{ width: 100%; }
body.page-id-208 .locLocations{ width: 100%; }
@media screen and (min-width: 600px){
	body.page-id-208 #contentArea{ background-image: url(img/content/content-bg.jpg?t=2018); }
}
/*Contact Us Page*/
@media screen and (min-width: 1100px){
	.contact-locations{
		overflow: hidden;
	}
	.contact-location{
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 5px);
		max-width: 300px;
		padding: 0 40px 0 0;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 1800px){
	.contact-location{ max-width: 350px; }
}
/*Services*/
.sxn-services{
	background-size: cover;
	padding: 20px 0;
	text-align: center;
	overflow: hidden;
}
.sxn-services.imgSet { background-image: url(img/services/services-bg-600.jpg); }
.servTitle{
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #fff;
	font-size: 20px;
	transition: 300ms;
	padding: 0 0 10px;
	font-weight: bold;
}
.servList{ max-width: 400px; margin: 0 auto; }
.servList li{ border-bottom: 1px solid #861c1c; }
.servList li.animated{ animation-delay: 800ms; }
.servList li:nth-child(2).animated{ animation-delay: 600ms; }
.servList li:nth-child(3).animated{ animation-delay: 400ms; }
.servList li:nth-child(4).animated{ animation-delay: 200ms; }
.servList li:nth-child(5).animated{ animation-delay: 0ms; }
.servList li:nth-child(6).animated{ animation-delay: 0ms; }
.servList li:nth-child(7).animated{ animation-delay: 200ms; }
.servList li:nth-child(8).animated{ animation-delay: 400ms; }
.servList li:nth-child(9).animated{ animation-delay: 600ms; }
.servList li:nth-child(10).animated{ animation-delay: 800ms; }
.servList li:nth-child(11).animated{ animation-delay: 1000ms; }
.servList li > a{
	display: block;
	padding: 5px 20px;
	background: #5e0508;
	transition: 300ms;
}
.servList li:hover > a{ background-color: #ef3839; }
.servList li > a  span{
	font-family: 'PT Sans Narrow', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.servList li > a br{ display: none; }
@media screen and (min-width: 600px){
	.sxn-services.imgSet { background-image: url(img/services/services-bg-1100.jpg); }
}
@media screen and (min-width: 800px){
	.sxn-services{ padding: 40px 0; }
	.servTitle{ font-size: 30px; /*45*/ padding: 0 0 30px; }
	.servList{ max-width: 600px; }
	.servList li{
		position: relative;
		display: inline-block;
		padding: 24px;
		box-sizing: border-box;
		width: 266px;
		height: 266px;
		border-radius: 400px;
		box-shadow: 0 0 45px 10px rgba(0,0,0,0.4);
		margin: 0 10px 25px;
	}
	.servList li:before{
		display: block;
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: url(img/services/circle.png?t=2017) center top;
		top: 0;
		left: 0;
		transition: transform 300ms;
	}
	.servList li > a{
		position: relative;
		width: 218px;
		height: 218px;
		padding: 0;
		box-sizing: border-box;
		border-radius: 300px;
		background: url(img/services/services-5.png) no-repeat #ce1f25;
		overflow: hidden;
		transition: 300ms;
	}
	.servList li:nth-child(2) > a{ background-position: left -220px top; }
	.servList li:nth-child(3) > a{ background-position: left -440px top; }
	.servList li:nth-child(4) > a{ background-position: left -660px top; }
	.servList li:nth-child(5) > a{ background-position: left -880px top; }
	.servList li:nth-child(6) > a{ background-position: left -1100px top; }
	.servList li:nth-child(7) > a{ background-position: left -1320px top; }
	.servList li:nth-child(8) > a{ background-position: left -1540px top; }
	.servList li:nth-child(9) > a{ background-position: left -1760px top; }
	.servList li:nth-child(10) > a{ background-position: left -1980px top; }
/*	.servList li:nth-child(11) > a{ background-position: left -2200px top; }*/
/*	.servList li:nth-child(12) > a{ background-position: left -2420px top; }*/
	.servList li:nth-child(11) > a{ background-position: left -2641px top; }
	.servList li > a > div{
		position: absolute;
		bottom: 0;
		left: 0;
		height: 112px;
		background: #5e0508;
		font-size: 20px;
		font-weight: bold;
		width: 100%;
		border-radius: 0 0 110px 110px;
		transition: 300ms;
	}
	.servList li > a > div > span{
		display: block;
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}
	.servList li > a br{ display: block; }
	.servList li:hover:before{
		background-position: left bottom;
		transform: rotate(-90deg);
	}
	.servList li:hover > a{ filter: brightness(110%); }
	.servList li:hover > a > div{ background: #ef3839; }
}
@media screen and (min-width: 1100px){
	.sxn-services.imgSet { background-image: url(img/services/services-bg.jpg?t=2018); }
	.servTitle{ font-size: 40px; padding: 0 0 40px; }
	.servList{ max-width: 1100px; }
	.servList li{ display: inline-block; }
}
@media screen and (min-width: 1640px){
	.sxn-services{ padding: 65px 20px 45px; }
	.servTitle{ padding: 0 0 50px; font-size: 45px; }
	.servList{ max-width: 1800px; transform: scale(0.9); }
	.servList li{ margin: 0 0 30px; }
}
@media screen and (min-width: 1800px){
/*	.servList{ max-width: 1800px; }
	.servList li{ margin: 0 30px 60px; }*/
}
/*News*/
.sxn-news{
	overflow: hidden;
	padding: 20px;
	text-align: center;
	background: #eaeaea;
}
.newsWrap{}
.newsTitle{
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 10px;
}
.newsList{}
.newsItem{
	max-width: 300px;
	margin: 0 auto 30px;
	background: #fff;
	padding: 20px;
	border: 8px solid #ddd;
}
.newsItem:nth-child(2).animated{ animation-delay: 200ms; }
.newsItem:nth-child(3).animated{ animation-delay: 400ms; }
.niImgWrap{ margin: 0 auto; height: 150px; position: relative; }
.niImgWrap > img{
	width: auto;
	height: 100%;
}
.niTitle{
	display: block;
	font-weight: bold;
	padding: 10px 0;
	transition: 300ms;
}
.niMeta{
	display: block;
	font-size: 14px;
	padding: 0 0 10px;
}
.niBody{
	transition: 300ms;
	padding: 0 0 20px;
}
.niMore{
	font-size: 15px;
	text-transform: uppercase;
	color: #bf4040;
	font-weight: bold;
}
.niMore:hover{ color: #f36a6a; }
@media screen and (min-width: 800px){
	.sxn-news{ padding: 40px 20px; }
	.newsTitle{ font-size: 30px; padding: 0 0 20px; }
	.newsList{ max-width: 800px; margin: 0 auto; text-align: center; }
	.newsItem{ display: inline-block; margin: 0 15px 40px; vertical-align: top; }
}
@media screen and (min-width: 1100px){
	.sxn-news{ padding: 60px 20px; }
	.newsTitle{ font-size: 40px; padding: 0 0 30px; }
	.niTitle{ padding: 20px 0; }
	.niMeta{ padding: 0 0 20px; }
	.niBody{ line-height: 1.5; }
}
@media screen and (min-width: 1600px){
	.sxn-news{ padding: 70px 20px 80px; }
	.newsTitle{ padding: 0 0 40px; font-size: 45px; }
	.newsList{ max-width: 1600px; }
	.newsItem{ margin: 0 10px; max-width: 360px; padding: 40px; box-sizing: border-box; }
	.niTitle{ font-size: 20px; padding: 30px 0 20px; }
}
@media screen and (min-width: 1800px){
	.newsList{ max-width: 1800px; }
	.newsItem{ margin: 0 20px; }
}
/*Locations*/
.sxn-locations{ 
	overflow: hidden; 
	background-color: #d0d0d0;
	box-shadow: 15px 0 50px 0 rgba(0,0,0,0.3);
}
.locLeft{ display: none; }
.locRight{
	background-size: cover;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: center;
	padding: 20px;
}
.locRight.imgSet { background-image: url(img/locations/locations-bg-mbl.jpg); }
.locTitle{
	display: block;
	font-weight: bold;
	padding: 0 0 20px;
	font-size: 20px; /*45*/
	transition: 300ms;
}
.locLocation{ margin: 0 0 30px; }
.locLocation:last-child{ margin-bottom: 0; }
.locImgWrap{
	display: block;
	width: 274px;
	height: 133px;
	overflow: hidden;
	margin: 0 auto 10px;
	box-shadow: 5px 5px 35px 0 rgba(0,0,0,0.6);
}
.locImgWrap img{ width: 700%; }
.locLocation2 .locImgWrap img{ margin-left: -100%; }
.locLocation3 .locImgWrap img{ margin-left: -200%; }
.locLocation4 .locImgWrap img{ margin-left: -400%; }
.locLocation5 .locImgWrap img{ margin-left: -300%; }
.locLocation6 .locImgWrap img{ margin-left: -500%; }
.locLocation7 .locImgWrap img{ margin-left: -600%; }
.locImgWrapHover img{ margin-top: -134px; }
.locName{
	display: block;
	font-weight: bold;
	font-size: 18px; /*21*/
	padding: 0 0 5px;
}
.locAddress{
	display: block;
	color: #fe888c;
	padding: 0;
}
@media screen and (min-width: 800px){
	.locRight{
		padding: 40px 20px;
	}
	.locRight.imgSet { background-image: url(img/locations/locations-bg.jpg); }
	.locTitle{ font-size: 30px; padding: 0 0 30px; }
	.locLocation{
		display: inline-block;
		vertical-align: top;
		margin: 0 15px 30px;
	}
}
@media screen and (min-width: 1100px){
	.sxn-locations{ overflow: hidden; position: relative; }
	.locTitle{ font-size: 40px; width: 611px; }
	.locLeft{
		position: relative;
		display: block;
		background-repeat: no-repeat;
		background-position: top right;
		background-color: #d0d0d0;
		height: 859px;
		background-size: 751px;
		float: left;
		width: 40%;
		/* box-shadow: 15px 0 50px 0 rgba(0,0,0,0.3); */
	}
	.locLeft.imgSet { background-image: url(img/locations/map-1.jpg); }
	.locMarker{
		position: absolute;
		display: block;
		height: 58px;
		width: 36px;
		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);
	  }
	}
	.locMarker {
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	}
	.locMarker1{ bottom: 254px; right: 250px; animation-delay: 300ms; } /*Coral Springs*/
	.locMarker2{ top: 198px; right: 157px; animation-delay: 100ms; }  /*WPB - Forest Hill*/
	.locMarker3{ top: 154px; right: 202px; animation-delay: 0ms; } /*WPB Okeechobee*/
	.locMarker4{ bottom: 207px; right: 210px; animation-delay: 400ms; } /*Fort Lauderdale*/
	.locMarker5{ top: 412px; right: 166px; animation-delay: 200ms; } /*Boca Raton*/
	.locMarker6{ top: 652px; right: 260px; animation-delay: 200ms; } /*Plantation*/
	.locMarkerHover {
	  -webkit-animation-name: locMarker-pop;
	  animation-name: locMarker-pop;
	  -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;
	}
	.locMarker1.locMarkerHover, .locMarker2.locMarkerHover, .locMarker3.locMarkerHover, .locMarker4.locMarkerHover, .locMarker5.locMarkerHover{ animation-delay: 0ms; }
	.locMarkerHover img{ margin: -59px 0 0 0; }
	.locRight{ width: 60%; float: right; box-sizing: border-box; padding: 42px 20px; }
	.locLocations{ width: 611px; }
	.locLocation{ margin: 0 10px 30px; }
	/* Pop */
	@-webkit-keyframes locImg-pop {
	  50% {
	    -webkit-transform: scale(1.1);
	    transform: scale(1.1);
	  }
	}
	@keyframes locImg-pop {
	  50% {
	    -webkit-transform: scale(1.1);
	    transform: scale(1.1);
	  }
	}
	.locImgWrapHover{
	  -webkit-animation-name: locImg-pop;
	  animation-name: locImg-pop;
	  -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;
	}
}
@media screen and (min-width: 1600px){
	.locLeft{ width: 30%; }
	.locRight{ width: 70%; padding: 86px 20px 35px; }
	.locTitle{ font-size: 45px; padding: 0 0 40px; width: 1060px; }
	.locLocations{ width: 1060px; }
	.locLocation{ margin: 0 30px 50px; }
	.locImgWrap{ margin: 0 0 35px; }
	.locName{ font-size: 21px; padding: 0 0 15px;}
	.locAddress{ font-size: 20px; line-height: 1.5; }
}
@media screen and (min-width: 1800px){
	.locLeft{ width: 35%; }
	.locRight{ width: 65%; }
}

/*  < sxn_virtual_tour >  */
.sxn_virtual_tour {
	font-size: 0;
	line-height: 1;
	text-align: center;
	background: #eaeaea;
}
body.page-id-6 .sxn_virtual_tour {
	background: #fff;
}
.sxn_virtual_tour .sxn_wrap {
	position: relative;
	margin: auto;
	padding: 20px;
	max-width: 1574px;
}
.sxn_virtual_tour .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.sxn_virtual_tour .block_list {
	box-sizing: border-box;
	padding: 10px;
	overflow: hidden;
	background: #fff;
	border-color: #dddddd;
	border-style: solid;
	border-width: 4px;
}
.sxn_virtual_tour ul {
	padding: 0 0 5px;
}
.sxn_virtual_tour ul li {
	display: inline-block;
	padding: 0 0 5px;
}
.sxn_virtual_tour ul li img {
	display: block;
	width: 100%;
	max-width: 136px;
	height: auto;
}
.sxn_virtual_tour .cont_image {
	padding: 0 0 10px;
}
.sxn_virtual_tour .cont_image img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 129.5px;
}
.sxn_virtual_tour .cont_heading {
	display: inline-block;
	padding: 0 10px 0 0;
	font: bold 19px/1 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}
.sxn_virtual_tour a:hover { cursor: pointer; }
.sxn_virtual_tour .cont_link {
	display: inline-block;
	padding: 9px 20px 5px;
	color: #fff;
	font: 13.5px/1 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #cf1f24;
	border-radius: 2px;
	vertical-align: middle;
	transition: all 250ms ease;
}
.sxn_virtual_tour .cont_link:hover {
	background: #f04950;
}
@media screen and (min-width: 600px) {
	.sxn_virtual_tour ul {
		padding: 0 0 10px;
	}
	.sxn_virtual_tour ul li {
		padding: 0 6px 0;
	}
	.sxn_virtual_tour ul li:first-of-type {
		padding-left: 0;
	}
	.sxn_virtual_tour ul li:last-of-type {
		padding-right: 0;
	}
}
@media screen and (min-width: 800px) {
	.sxn_virtual_tour .sxn_wrap {
		padding: 20px 20px 40px;
	}
	.sxn_virtual_tour ul {
		float: left;
		display: inline-block;
		padding: 0;
	}
	.sxn_virtual_tour .element_logo {
		display: inline-block;
		padding: 5px 0 0;
	}
}
@media screen and (min-width: 1100px) {
	.sxn_virtual_tour .sxn_wrap {
		padding: 30px 20px 60px;
	}
	.sxn_virtual_tour .block_list {
		border-width: 6px;
	}
	.sxn_virtual_tour ul li img {
		max-width: 204px;
	}
	.sxn_virtual_tour .element_logo {
		padding: 12px 0 0;
	}
	.sxn_virtual_tour .cont_image img {
		max-width: 194.25px;
	}
	.sxn_virtual_tour .cont_heading {
		font-size: 28.5px;
	}
}
@media screen and (min-width: 1600px) {
	.sxn_virtual_tour .sxn_wrap {
		padding: 40px 20px 80px;
	}
	.sxn_virtual_tour .block_list {
		padding: 12px 12px 12px;
		border-width: 8px;
	}
	.sxn_virtual_tour .element_logo {
		padding: 19px 0 0;
	}
	.sxn_virtual_tour ul li img {
		max-width: 272px;
	}
	.sxn_virtual_tour .cont_image {
		padding: 0 0 15px;
	}
	.sxn_virtual_tour .cont_image img {
		max-width: 259px;
	}
	.sxn_virtual_tour .cont_heading {
		padding: 0 18px 0 0;
		font-size: 38px;
	}
	.sxn_virtual_tour .cont_link {
		font-size: 18px;
	}
}
/*  </ sxn_virtual_tour >  */

/*Footer*/
#mainFooter {
	position: relative;
	background: #d9d9d9;
	margin: 13px 0 0;
}
#mainFooter:before{
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 10px;
	background: #f04a50;
	border-bottom: 3px solid #971b1e;
	top: -13px;
	left: 0;
}
.mfLogos{
	text-align: center;
}
.mfLogo{
	display: block;
	padding: 15px 20px 10px;
}
.mfLogo2{ background: #fff; }
@media screen and (min-width: 800px){
	.mfLogos{ overflow: hidden; }
	.mfLogo{
		display: inline-block;
		max-width: calc(33% - 1px);
		box-sizing: border-box;
		padding: 20px 20px 15px;
	}
	.mfLogo img{ width: 100%; }
	.mfLogo2{ box-shadow: 0 0 15px 5px rgba(0,0,0,0.15); }
}
@media screen and (min-width: 1100px){
	#mainFooter{ margin: 25px 0 0; }
	#mainFooter:before{
		height: 19px;
		border-bottom: 6px solid #971b1e;
		top: -25px;
	}
	.mfLogo{ padding: 30px 40px 25px; }
}
@media screen and (min-width: 1600px){
	.mfLogo{ padding: 40px 90px 35px; }
}
/*Agency Footer*/
.agencyFooter{ background: #1b2862; }
#mmBrandingWrapper {
	padding: 30px 20px 30px;
	font-size: 0;
	text-align: center;
}
#mmBranding {
	display: inline-block;
	/* margins, paddings, etc. */
	overflow: hidden;
}
.fNav {
	padding: 0;
}
	.fNav li {
		padding: 0 0 5px;
		display: block;
		list-style-type: none;
		list-style-position: outside;

	}
	.fNav a {
		color: #8d99cd;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 1;
		transition: 300ms;
	}
	.fNav a:hover {
		color: #fff;
		text-decoration: none;
	}
	#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;
		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;}
}
@media screen and (min-width: 1100px){
	.fNav{ padding: 0 0 20px; }
	.fNav li{
		display: inline-block;
		padding: 0 10px;
		border-right: 2px solid #415197;
	}
	.fNav li:last-child{ border-right: 0; }
}
@media screen and (min-width: 1600px){
	#mmBrandingWrapper{
		overflow: hidden;
		max-width: 1600px;
		margin: 0 auto;
		padding: 40px 20px;
	}
	.fNav{ float: left; padding: 10px 0 0; }
	.fNav li a{ font-size: 18px; padding: 0 10px; }
	#mmBranding{ float: right; }
}
@media screen and (min-width: 1800px){
	#mmBrandingWrapper{ max-width: 1800px; }
}
#contact-tab {
	display: block;
  position: fixed;
  right: 0;
  z-index: 999;
	overflow: hidden;
	width: 98px;
  top: 240px;
	height: 120px;
}
#contact-tab img {width: 200px;}
#contact-tab:hover img {
	filter: brightness(125%);
}
#contact-tab img {
	display: block;
	width: 200px;
}
@media screen and (min-width: 800px) {
	#contact-tab {top: 95px;}
}
@media screen and (min-width: 1100px) {
	#contact-tab {top: 200px;}
}
@media screen and (min-width: 1640px) {
	#contact-tab {
		top: 200px;
		width: 197px;
		height: 239px;
	}
	#contact-tab img {width: 400px;}
	/* #contact-tab:hover img {margin: 0 0 0 -203px;} */
}


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

/* reCAPTCHA v2 invisible */
.grecaptcha-badge {visibility: hidden;}
.grDisclaimerBox {
	background-color: #4a90e2;
	overflow: hidden;
	height: 60px;
	width: 255px;
}
.nc_form .grDisclaimerBox {
    box-shadow: rgba(0,0,0,0.75) 0px 0px 5px;
	margin: 0 0 20px;
}
.grDisclaimerBoxNarrow {width: 180px;}
.grDisclaimerBoxNarrow .grdbBadge {display: none;}
.grdbBadge {
	float: left;
	width: 70px;
	height: 100%;
	background-color: #fff;
	background-image: url(img/recaptcha-logo-48.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.grdbText {
	float: left;
	color: #fff;
	width: 185px;
	box-sizing: border-box;
	font-family: Roboto, helvetica, arial, sans-serif;
	font-size: 13px;
	padding: 15px 15px 0;
	line-height: 1;
}
.grdbHead {
	display: block;
	margin: 0 0 5px;
}
.grdbLinks a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
.grdbLinks a:hover {text-decoration: underline;}
.grdbSep {font-size: 8px;}
/* reCAPTCHA v2 invisible */

/* Contact Form - Custom */

/* Contact Form Styling Ends */	

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

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

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

.validationFeedback {
    display: none;
    text-align: center;
    background-color: #f5770c;
    color: #000;
    padding: 20px 20px 0;
    margin:0 auto 20px;
	width: 100%;
	box-sizing: border-box;
}

.vfActive {
    display: block
}

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

/* custom checkbox sms */

.sxn_cForm_checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 10px;
}
.sxn_cForm_checkbox label {
    flex: 1;
}
.sxn_cForm_checkbox input[type=checkbox] {
    margin: 6px 0 0;
    width: 18px;
	height: 18px;
}
#form_3 .sxn_cForm_checkbox input[type=checkbox] {
	margin: 4px 0 0;
	width: 16px;
	height: 16px;
}



/* Footer Form */
.contactForm {
	font-family: 'PT Sans', sans-serif;
	color: #000;
	line-height: 1.6;
}
.f3BlockTop,
.f3BlockMid {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 20px;
	justify-content: space-between;
	margin: 0 0 35px;
}
.f3BlockBtm {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px 60px;
}
.f3BlockTop .form3Block { width: 100%; }
.form3Block label { 
	display: block; 
	margin: 0 0 5px;
}
.form3Input input,
.form3Input textarea {
	display: block;
	width: 100%;
	outline: none;
	border: 0;
	border-bottom: 2px solid #c8c8c8;
	background: transparent;
	height: 40px;
	resize: none;
}
.f3BlockMid { gap: 35px 20px; flex-direction: column; align-items: flex-start; }
.f3TextBlock { display: block; width: 100%; }
#form_3 .formDisclaimerMsg { flex: 1; }
.form3SubmitBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px 25px;
	width: 100%;
	margin: 0 auto;
	width: 570px;
	max-width: 100%;
}
.form3Recaptcha { vertical-align: middle; height: 60px; margin: 0; }
.form3Submit {
	width: 100%;
	height: 60px;
	max-width: 290px;
	transition: .5s;
	position: relative;
	font: 20px/1 'PT Sans', sans-serif;
	z-index: 1;
	background: #0e76bc;
	box-sizing: border-box;
}
.form3Submit input {
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	display: block;
	color: #FFF;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
}
.form3Submit:hover { background: #4385c6; }
@media screen and (min-width: 800px) {
	.f3BlockTop,
	.f3BlockMid { gap: 35px 20px; }
	.f3BlockTop .form3Block { width: calc(50% - 10px); }
	.f3BlockTop .form3Block { flex: 1; }
}
@media screen and (min-width: 1120px) {
	.f3BlockTop,
	.f3BlockMid { gap: 25px; }
	.f3BlockBtm { flex-direction: row; }
	.form3Block label { font-size: 18px; }
	.form3SubmitBox { flex-wrap: nowrap; font-size: 22px; }
}
@media screen and (min-width: 1500px) {
	.f3TextBlock { flex: 1; }
}


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


/*Blog Page*/
body.category-news,
body.blog,
body.page-template-template-category{ background: #eaeaea; }
body.category-news h1,
body.blog h1,
body.page-template-template-category hi{
	border: 0;
	margin: 0;
	font-family: 'PT Sans Narrow', sans-serif;
}
body.category-news .post_entry_mult,
body.blog .post_entry_mult,
body.page-template-template-category .post_entry_mult{ border: 0; margin: 0; text-align: center; }

@media screen and (min-width: 800px){
	body.category-news .post_entry_mult,
	body.blog .post_entry_mult,
	body.page-template-template-category .post_entry_mult{ display: inline-block; vertical-align: top; margin: 0 0 30px; }
	body.category-news .newsItem,
	body.blog .newsItem,
	body.page-template-template-category .newsItem{ max-width: 256px; }
}
@media screen and (min-width: 1100px){
	body.category-news .niTitle,
	body.blog .niTitle,
	body.page-template-template-category .niTitle{ line-height: 1.3; }
}
@media screen and (min-width: 1600px){
	body.category-news .newsItem,
	body.blog .newsItem,
	body.page-template-template-category .newsItem{ max-width: 362px; }
}
@media screen and (min-width: 1800px){
	body.category-news .newsItem,
	body.blog .newsItem,
	body.page-template-template-category .newsItem{ max-width: 375px; }
}

/* sxn-contact */
.sxn-contact {
	background: #fff;
	padding: 30px 20px;
}
.sxn-contact .contactWrap {
	max-width: 1700px;
	margin: 0 auto;
}
.contactTitle {
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 10px;
	text-align: center;
}
.contactTitle small {
	display: block;
	font-weight: 400;
	margin: 10px 0 0;
	font-size: 16px;
}
.contactForm {
	margin: 20px 0 0;
}

@media screen and (min-width: 800px){
	.contactTitle {
		font-size: 30px;
		padding: 0 0 20px;
	}
	.contactTitle small { font-size: 18px; }
}
@media screen and (min-width: 1100px){
	.sxn-contact { padding: 50px 20px; }
	.contactTitle {
		font-size: 40px;
		padding: 0 0 30px;
	}
	.contactTitle small { font-size: 24px; }
}
@media screen and (min-width: 1600px){
	.sxn-contact { padding: 80px 20px; }
	.contactTitle {
		font-size: 45px;
		padding: 0 0 40px;
	}
}
@media screen and (min-width: 1800px){
	
}