/*
Theme Name: Smith Ball
Version: 100.0
Template: universal_mm
*/

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

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

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

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

a {outline: none;}

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

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

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

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

/* General */
html {-webkit-text-size-adjust: 100%; background: #333;}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	background: #fff;
}
p, li { line-height: 1.8; }
a {color: #E3A12F;}
a, a:link, a:active, a:visited {text-decoration: none; outline: none;}
.animate__animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {opacity: 1;}
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 {
	background: #234071;
	-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 { padding: 0 20px; }
#mainHeader {
	padding: 0 0 10px;
	text-align: center;
	position: relative;
}
	#logo-main {
	  display: block;
	  width: 90%;
	  margin: 0 auto;
	  padding: 10px 0 5px;
	  max-width: 480px;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhCTA { margin: 20px 0; }
   .phone-tagline {
	   	font-family: 'Libre Baskerville', sans-serif;
		font-size: .9em;
		color: #fff;
		line-height: 1.2;
		font-weight: 400;
		text-transform: uppercase;
		display: block;
		font-style: normal;
   }
   .mhPhone { 
   		 display: block;
	    font-family: 'Montserrat', sans-serif;
	    font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.2; 
		color: #E3A12F;
	}
	.mhCTAbtn {  display:none; }

/* Enable these next two lines to modify dropdown colors
html body nav.mm ul li:nth-child(2) ul {display: block; transform: scaleY(1); opacity: 1}
html body nav.mm ul li:nth-child(2) ul li:nth-child(2) > a {background-color: #5B9FC4;}
*/
nav.mm {
	text-align: center;
	background: #234071;
	position: relative;
	z-index: 100;
	padding: 0 0 10px;
}
nav.mm > ul > li > a {
	padding: 10px 5px;
	font-size: 14px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a { color: #E3A12F;}
nav.mm ul ul { background: #234071; width: 200px;}
nav.mm ul ul li:hover > a { background: #E3A12F; color:#FFF;}
nav.mm ul ul a {
	color:#FFF;
	padding: 15px 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li {display: inline-block;}
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}


body.admin-bar #mmiWrapper {position: static;}
body.admin-bar.mob_menu #wrapper {padding: 0;}
body.mob_menu #wrapper {padding: 34px 0 0;}
body.mob_menu #wpadminbar {position: absolute;}
body.fsMenuOn #wpadminbar, body.fsMenuOn #contact-tab {display: none;}
#mmiWrapper, #mblSearchCont, nav.mm_mob {display: none;}
.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {display: block;}
.fsMenuOn #mmiWrapper {z-index: 1;}
#mmiWrapper, #closeMenu {background: #E3A12F;} 
#mmiWrapper {box-shadow: 0 1px 10px rgba(0,0,0,0.7); position: fixed; top: 0; left: 0; width: 100%; z-index: 999;}
#mobMenuItems {
	height: 34px;
	text-align: center;
	font-size: 0;
	padding: 0;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	.mmi {
		height: 100%;
		display: inline-block;
		vertical-align: top;
		list-style-type: none;
		list-style-position: outside;
	}
	.mmi > a {
		font-size: 14px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		height: 100%;
		line-height: 34px;
		background-image: url(img/icons/menu-2019.png);
		background-repeat: no-repeat;
		text-indent: -222px;
		overflow: hidden;
		text-align: left;
	}
	#mm1 {width: 47px;}
	#mm2 {width: 47px;}
	#mm3 {width: 56px;}
	#mm4 {width: 42px;}
	#mm5 {width: 47px;}
	#mm6 {width: 46px;}
	.mmi a:hover {text-decoration: none;}
	.mmi {border-right: 1px solid #454141;} /*modme*/
	#mm1 {border-left: 1px solid #454141;} /*modme*/
	#mm1 > a {background-position: 15px 0;}
	#mm2 > a {background-position: 15px -34px;}
	#mm3 > a {background-position: 15px -68px;}
	#mm4 > a {background-position: 15px -102px;}
	#mm5 > a {background-position: 15px -136px;}
	#mm6 > a {background-position: 15px -170px;}
	/* Dropdown support */
	.mmi > ul {
		z-index: 1;
		width: 297px;
		left: -1px;
		display: none;
		position: absolute;
	}
	.mmi:hover ul {display: block;}
	.mmi ul li {
		border-top: 1px solid #333; /*modme*/
	}
	.mmi ul li:first-child {border: 0;}
	.mmi ul a {
		background: #666; /*modme*/
		color: #fff; /*modme*/
		display: block;
		padding: 10px 10px;
		font-size: 16px;
	}
	.mmi ul a:hover {
		background: #999; /*modme*/
	}
	@media screen and (min-width: 385px) {
		#mm6 {width: 110px;}
		#mm6 > a {
			padding: 0 0 0 47px;
			text-indent: 0;
		}
		.mmi > ul {width: 350px;}
	}
nav.mm_mob {
	position: absolute;
	padding: 54px 0 20px;
	left: 0;
	top: 0;
	width: 100%;
	background: #6198CB;
	z-index: 9999;
}
	nav.mm_mob ul {padding: 0;}
	nav.mm_mob > ul {padding: 0;}
		nav.mm_mob ul li {
			list-style-type: none;
			list-style-position: outside;
			display: block;
		}
		nav.mm_mob ul a {
			display: block;
		    padding: 5px 20px 4px 0;
		    color: #fff;
		    font: 15px/1 arial, sans-serif;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		nav.mm_mob a:hover {
			background: #234071;
			text-decoration: none;
		}
			nav.mm_mob ul a {padding-left: 20px;}
			nav.mm_mob ul ul a {padding-left: 40px;}
			nav.mm_mob ul ul ul a {padding-left: 60px;}
			nav.mm_mob ul ul li a {text-transform: none;}
#closeMenu {
	display: none;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-family: arial, sans-serif;
	color: #fff;
	z-index: 999999999;
	top: 0;
	right: 0;
	width: 100%;
	text-transform: uppercase;
	position: fixed;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
}
#closeMenu:hover {text-decoration: none; color: #ccc;}
body.fsMenuOn #menuWall {
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	content: "";
	width: 100%;
	height: 200%;
	left: 0;
	top: 0;
}
#mblSearch {
	max-width: 350px;
	padding: 0 20px 20px;
	overflow: hidden;
}
#mblsInput, #mblsSubmit {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	float: left;
	display: inline;
	box-sizing: border-box;
}
#mblsInput {
	box-sizing: border-box;
    padding: 0 16px;
    width: 70%;
    height: 32px;
    font: 14px/normal arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    border-radius: 4px 0 0 4px;
    outline: 0;
}
#mblsSubmit {
	cursor: pointer;
    width: 30%;
    height: 32px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    background: #234071;
    border: 0;
    border-radius: 0 4px 4px 0;
    transition: all 250ms ease;
}
#mblsSubmit:hover {background: #7A807A;} /*modme*/

@media screen and (min-width: 800px) {
	#wrapper { padding: 228px 0 0; }
	#persistentHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.mhPhonelinks {
	 	display: flex;
	 	align-items: center;
	 	column-gap: 30px;
	 	text-align: left;
	 	justify-content: center;
	 }
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }
	body.sticky_zone nav.mm { display: none; }
	body.sticky_zone #logo-main img { width: 80%; margin: 0 auto;}
}
@media screen and (min-width: 1110px) {
	#wrapper { padding: 228px 0 0; }
}
@media screen and (min-width: 1120px) {
	#mainHeader {
		align-items: flex-end;
		align-content: space-around;
		display: flex;
		padding: 15px 0;
	 }
	 #logo-main { 
	 	max-width: 30%;
	 	margin: 0;
	 }
	 body.sticky_zone nav.mm { display: block; }
	 body.sticky_zone #logo-main img { width: 100%; }
	 nav.mm { text-align: right; }
	 nav.mm > ul > li > a { padding: 10px; }
	 .mhPhonelinks { column-gap: 10px; }
	 .mhCTAbtn { 
	 	display: block;
	 	color: #FFFFFF;
		background-color: #FCBC4E;
		font-size: 16px;
		padding: 15px 10px;
		height: auto;
		line-height: 1.2;
		font-weight: 700;
		text-transform: uppercase;
		transition: color 0.25s ease 0s;
	 }
	 .mhCTAbtn:hover {
	 	color: #000;
	 	background: #FFF;
	 }
	 .mhCTA {
	  margin: 0 0 0 30px;
	  width: 70%;
	  display: flex;
	  align-items: center;
	  justify-content: flex-end;
	  column-gap: 20px;
	}
}

@media screen and (min-width: 1440px) {
		#mainHeader { align-items: center; padding: 10px 0; }
		.mhCTAbtn { font-size: 20px; width: 340px; }
		.mhPhonelinks div { padding: 0 10px; }
}
@media screen and (min-width: 1640px) {
	#mhWrapper {
	  max-width: 1600px;
	  margin: 0 auto;
	}
	nav.mm > ul > li > a { padding: 10px 20px; }
}
#homeslides {
  position: relative;
  height: 590px;
}
.homeslides-container {
	background-image: url(img/slides/home/800/1-v2.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
	background-color: #fff;
}
.homeslide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.homeslideImg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 90%;
	height: 100%;
	width: 100%;
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	opacity: 1;
}
/*#homeslideImg1 { background-image: url(img/slides/home/800/mainstage-img.webp); }*/
.slideContent {
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.slideBox {
	font-family: 'Montserrat', sans-serif;
	max-width: 1600px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	margin: 0px auto;
	text-align: center;
	transition: all 500ms ease;
	background-color: #0b2147;
}
.slideBox:before{
	content: '';
	position: absolute;
	width: 700px;
	height: 700px;
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%);
	top: calc(50% - 350px);
	left: calc(50% - 350px);
	display: none;
}
.slideHead {
	color: #fff;
	font-size: calc(4.5rem * .55);
	font-family: 'Libre Baskerville', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: 0 0 10px;
	}
	.slideHead small {
		color: #6198CB;
		font-size: calc(1.4rem * .75);
		font-weight: 600;
		display: block;
	}
.slideBody {
	color: #fff;
	font-size: calc(1.75rem * .85);
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	position: relative;
}
.slideBody a {color: #fff;}
.slideMore.btn{ position: relative; }
.slideMore.btn:hover,
.locBtn.btn:hover,
.aboutbtn.btn:hover
 { background: #6198CB; color: #fff; text-decoration: none; }

.subslide { 
	padding: 13% 0; 
	background-position: center top; 
	background-repeat: no-repeat; 
	background-size: cover; 
	position: relative;
}
#subslide1 {background-image: url(img/slides/sub/800/1-v4.webp?t=2024); background-position: right top;}
#subslide2 {background-image: url(img/slides/sub/800/2.webp);}
#subslide3 {background-image: url(img/slides/sub/800/3.webp);}
#subslide4 {background-image: url(img/slides/sub/800/4.webp);}
#subslide5 {background-image: url(img/slides/sub/800/5.webp);}
#subslide6 {background-image: url(img/slides/sub/800/6.webp);}
#subslide7 {background-image: url(img/slides/sub/800/7.webp);}
#subslide8 {background-image: url(img/slides/sub/800/8.webp);}
#subslide9 {background-image: url(img/slides/sub/800/9.webp);}
#subslide10 {background-image: url(img/slides/sub/800/10.webp);}
#subslide11 {background-image: url(img/slides/sub/800/11.webp);}
#subslide12 {background-image: url(img/slides/sub/800/12.webp);}
#subslide13 {background-image: url(img/slides/sub/800/13.webp);}
#subslide14 {background-image: url(img/slides/sub/800/14.webp);}
#subslide15 {background-image: url(img/slides/sub/800/15.webp);}
#subslide16 {background-image: url(img/slides/sub/800/16.webp);}
#subslide17 {background-image: url(img/slides/sub/800/17.webp);}
#subslide18 {background-image: url(img/slides/sub/800/18.webp);}
#subslide19 {background-image: url(img/slides/sub/800/19.webp);}
#subslide20 {background-image: url(img/slides/sub/800/20.webp);}
#subslide21 {background-image: url(img/slides/sub/800/21.webp);}
#subslide22 {background-image: url(img/slides/sub/800/22.webp);}
@media screen and (min-width: 500px) {
	#homeslides { height: 780px; }
/*	#homeslideImg1 { background-image: url(img/slides/home/1120/mainstage-img.webp); }*/
}

@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides { height: 900px; }
	#subslide1 {background-image: url(img/slides/sub/1120/1-v4.webp);}
	#subslide2 {background-image: url(img/slides/sub/1120/2.webp);}
	#subslide3 {background-image: url(img/slides/sub/1120/3.webp);}
	#subslide4 {background-image: url(img/slides/sub/1120/4.webp);}
	#subslide5 {background-image: url(img/slides/sub/1120/5.webp);}
	#subslide6 {background-image: url(img/slides/sub/1120/6.webp);}
	#subslide7 {background-image: url(img/slides/sub/1120/7.webp);}
	#subslide8 {background-image: url(img/slides/sub/1120/8.webp);}
	#subslide9 {background-image: url(img/slides/sub/1120/9.webp);}
	#subslide10 {background-image: url(img/slides/sub/1120/10.webp);}
	#subslide11 {background-image: url(img/slides/sub/1120/11.webp);}
	#subslide12 {background-image: url(img/slides/sub/1120/12.webp);}
	#subslide13 {background-image: url(img/slides/sub/1120/13.webp);}
	#subslide14 {background-image: url(img/slides/sub/1120/14.webp);}
	#subslide15 {background-image: url(img/slides/sub/1120/15.webp);}
	#subslide16 {background-image: url(img/slides/sub/1120/16.webp);}
	#subslide17 {background-image: url(img/slides/sub/1120/17.webp);}
	#subslide18 {background-image: url(img/slides/sub/1120/18.webp);}
	#subslide19 {background-image: url(img/slides/sub/1120/19.webp);}
	#subslide20 {background-image: url(img/slides/sub/1120/20.webp);}
	#subslide21 {background-image: url(img/slides/sub/1120/21.webp);}
	#subslide22 {background-image: url(img/slides/sub/1120/22.webp);}
}

@media screen and (min-width: 1110px) {
	#homeslides {
	  background-attachment: fixed;
	  height: auto;
	  width: 100%;
	}
	.homeslides-container { 
		background-image: url(img/slides/home/1120/1-v2.webp);
		background-size: cover;
		background-position: top center;
	}
	 #homeslideImg1 { background-image: none; }
	 .slideContent {
		  width: 35%;
		  padding: 15% 0 2%;
	  }
	  .slideBox{
	  	margin: 120px auto 0;
	  	background: transparent;
	  	margin: 20px auto;
	  }
	  .slideBox:before{ display: block; }
	 .slideHead { font-size: calc(4.5rem * .7); color: #234071; }
	 .slideHead small { font-size: calc(1.4rem * .8); }
	 .slideBody { font-size: calc(1.75rem * .9); color: #000; }
	.slideBody a {color: #000;}
}

@media screen and (min-width: 1120px) {
	#wrapper { padding: 155px 0 0; }
}
@media screen and (min-width: 1440px) {
	nav.mm > ul > li > a { font-size: 16px; }
	.homeslides-container {  background-image: url(img/slides/home/2000/1-v2.webp); }
	.slideContent { padding: 10% 0 2%; }
	 .slideHead { font-size: 4.5rem; }
	 .slideHead small { font-size: 1.4rem; }
	 .slideBody { font-size: 1.75rem; margin: 0 0 30px; }
#subslide1 {background-image: url(img/slides/sub/2000/1-v4.webp);}
	#subslide2 {background-image: url(img/slides/sub/2000/2.webp);}
	#subslide3 {background-image: url(img/slides/sub/2000/3.webp);}
	#subslide4 {background-image: url(img/slides/sub/2000/4.webp);}
	#subslide5 {background-image: url(img/slides/sub/2000/5.webp);}
	#subslide6 {background-image: url(img/slides/sub/2000/6.webp);}
	#subslide7 {background-image: url(img/slides/sub/2000/7.webp);}
	#subslide8 {background-image: url(img/slides/sub/2000/8.webp);}
	#subslide9 {background-image: url(img/slides/sub/2000/9.webp);}
	#subslide10 {background-image: url(img/slides/sub/2000/10.webp);}
	#subslide11 {background-image: url(img/slides/sub/2000/11.webp);}
	#subslide12 {background-image: url(img/slides/sub/2000/12.webp);}
	#subslide13 {background-image: url(img/slides/sub/2000/13.webp);}
	#subslide14 {background-image: url(img/slides/sub/2000/14.webp);}
	#subslide15 {background-image: url(img/slides/sub/2000/15.webp);}
	#subslide16 {background-image: url(img/slides/sub/2000/16.webp);}
	#subslide17 {background-image: url(img/slides/sub/2000/17.webp);}
	#subslide18 {background-image: url(img/slides/sub/2000/18.webp);}
	#subslide19 {background-image: url(img/slides/sub/2000/19.webp);}
	#subslide20 {background-image: url(img/slides/sub/2000/20.webp);}
	#subslide21 {background-image: url(img/slides/sub/2000/21.webp);}
	#subslide22 {background-image: url(img/slides/sub/2000/22.webp);}
}

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

/* Top Content */
.sxn-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.mhTopContainer {
	 color: #fff;
	 background-image: url(img/homepage/top-bg-800.webp);
	 background-repeat: no-repeat;
	 background-size: cover;
	 padding: 40px 20px;
}
h1 { color: #234071; }
h2 { color: #6198CB; font-family: 'Montserrat', sans-serif;}
.hpHeader, .sbHeader, .home h1, .sxn-subfooter h1, .subContact h1 {
	font-family: 'Libre Baskerville', sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.hpSubHeader, .sbSubHeader, .home h2, .sxn-subfooter h2, .subContact h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
  margin: 0 0 40px;
}
.hpNavCont {
  position: relative;
  top: 20px;
  text-align: center;
  margin: 0 auto 30px;
  z-index: 99;
}
.hpbutton {
  width: 24px;
  height: 24px;
  background: url(img/homepage/slider-arrow.webp) no-repeat left top;
  background-size: 100% auto;
  cursor: pointer;
  display: inline-block;
  top: 0;
  left: 0;
  margin: 0 5px;
}
.hpbutton.hpbutton-prev {
  transform: rotateY(-180deg);
  left: auto;
  right: 0;
}
.hpbutton:hover {
		 background-position:left bottom;
 }
.btn {
	color: #FFFFFF;
	background-color: #FCBC4E;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 25px;
	margin: 20px 20px 0;
	display: block;
	text-align: center;
	margin-inline: auto;
  width: auto;
}
.btn:hover { background: #fff; color: #000; }

@media screen and (min-width: 400px) {
	.btn { width: max-content; }
}
@media screen and (min-width: 800px) {
	.mhTopContainer {
	 background-image: url(img/homepage/top-bg-1120.webp);
	}
}
@media screen and (min-width: 1300px) {
	.mhTopContainer {
	 background-image: url(img/homepage/top-bg.webp);
	}
	.btn { font-size: 20px; }
	.hpHeader, h1, .home h1, .sxn-subfooter h1, .subContact h1  { font-size: 40px; padding: 0 0 10px;}
	.hpSubHeader, h2, .home h2, .sxn-subfooter h2, .subContact h2  { font-size: 30px; }
  .hpNavCont { margin: 20px auto 50px; }
}
@media screen and (min-width: 1640px) {
		.sxn-wrap { padding: 0; }
}
/* Cases */

.sxn-cases .sxn-wrap { margin: 0 auto; position: relative; padding: 40px 0 20px; }
.hpCasesCont {
	position: relative;
	margin: 30px auto;
	padding: 0 5px;
}
.hpCases-wrapper { 
	display: flex; 
}
.hpCase-slide { 
	position: relative;
	overflow: hidden;
	 }
.hpCase-slide:before,
.hpCase-slide:after,
.sbCases-outer:before,
.sbCases-outer:after,
.testimonials-wrap:before,
.testimonials-wrap:after,
.areaList-wrap:before,
.areaList-wrap:after,
.helpCTA:before,
.helpCTA:after,
.rightsBlock:before,
.rightsBlock:after,
.vidsWrap:before,
.vidsWrap:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
  width: 100%;
	z-index: 1;
	transition: transform 2s ease 0s;
	left: 0;
	right: 0;
	background-color: #FFEACD;
}
.hpCase-slide:before, .sbCases-outer:before, .testimonials-wrap:before,.areaList-wrap:before,.helpCTA:before, .rightsBlock:before, .vidsWrap:before { top: 20px; }
.hpCase-slide:after, .sbCases-outer:after, .testimonials-wrap:after, .areaList-wrap:after, .helpCTA:after, .rightsBlock:after, .vidsWrap:after { bottom: 20px; }
.hpCaseBox, .sbCases {
	margin: 0;
	width: calc(100% - 40px);
	min-height: 220px;
	padding: 20px;
	background: #234071;
}
.hpCaseBox:before,
.hpCaseBox:after,
.sbCases:before,
.sbCases:after,
.tests-cont-outer:before,
.tests-cont-outer:after,
.areaList-outer:before,
.areaList-outer:after,
.helpCTA-inner:before,
.helpCTA-inner:after,
.rightsInner:before,
.rightsInner:after,
.vidsWrapInner:before,
.vidsWrapInner:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
  width: 1px;
	z-index: 1;
	transition: transform 2s ease 0s;
	top: 0;
	background-color: #FFEACD;
}
.hpCaseBox:before, .sbCases:before, .tests-cont-outer:before, .areaList-outer:before, .helpCTA-inner:before, .rightsInner:before, .vidsWrapInner:before  { left: 20px; }
.hpCaseBox:after, .sbCases:after, .tests-cont-outer:after, .areaList-outer:after, .helpCTA-inner:after, .rightsInner:after, .vidsWrapInner:after { right: 20px; }
.hpCaseBody {
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		text-align: center;
		line-height: 1.5;
		padding: 10px;
}
.hpCaseBody span, .sbCaseBody span {display: block; font-size: 22px; }
.hpCaseBody strong, .sbCaseBody strong {
	display: block;
	font-size: 30px;
	margin: 10px 0 20px;
}

/* sub Cases */
.page-id-13435 { background-color: #223453 !important; color: #FFF; }
.page-id-13435 .article h1 { color: #fff; }
.caseList {
	width: 100%;
	position: relative;
	padding: 0 !important;
}
.caseList li {
	background: #FFF;
	font-size: 18px;
	color: #000;
	width: 100%;
	margin: 20px 0;
	padding: 0 !important;
	box-sizing: border-box;
}
.caseList li div { padding: 40px; text-align: center; }
.caseList li strong {
	display: block;
	background-color: #FCBC4E;
  color: #FFFFFF;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 30px;
  text-align: center;
  padding: 20px;
}
.caseList li em {
	color: #6198CB;
	font-size: 25px;
	margin: 0 0 5px;
}
.caseList li:before { content: none !important; }

@media screen and (min-width: 800px) {
	.caseList {
		align-items: stretch;
		align-content: space-around;
		display: flex;
		flex-wrap: wrap;
		column-gap: 30px;
	}
	.caseList li {
		width: calc(50% - 30px);
	}
}
@media screen and (min-width: 1440px) {
	.hpCaseBox, .sbCaseBox { min-height: 280px; }
	.hpCaseBody span, .sbCaseBody span { padding: 30px 0 0; font-size: 28px; }
	.hpCaseBody strong, .sbCaseBody strong {
		font-size: 40px;
	}
	.caseList { column-gap: 50px; }
	.caseList li { font-size: 26px; margin: 25px 0; }
	.caseList li strong { font-size: 40px; }
	.caseList li em { font-size: 30px; }
}
/* Info */
.sxn-info { padding: 40px 0; }
.sxn-info .hpHeader,
.sxn-info .hpSubHeader { 
	text-align: left; 
}
.infoCont { 
	margin: 20px 0;
	line-height: 2;
	overflow: hidden;
}
.infoBox {
	border-color: #FFEACD;
	border-style: solid;
  border-width: 3px;
  padding: 20px;
}
.infoBox p {
	text-align: center;
	padding: 0;
}
.infoBox a {
	color: #E3A12F;
}

@media screen and (min-width: 600px) {
	.infoBtn { display: inline-block; }
}

@media screen and (min-width: 800px) {
	.infoBox  { padding: 30px 40px; }
}
@media screen and (min-width: 1110px) {
	.infoCont {
		display: flex;
		justify-content: space-between;
	}
	.infoContHalf { width: calc( 50% - 3% ); }
	}
@media screen and (min-width: 1440px) {
	.sxn-info { padding: 60px 0; }
	.infoCont { margin: 20px 0; }
	.infoCont p { font-size: 18px; }
	}

/* teams */
.sxn-teams { margin: 40px 0; }
.teamList { 
	margin: 20px 0;
	overflow: hidden;
	text-align: center;
}
.teamList li {
	  width: 100%;
	  margin: 0 auto;
	  max-width: 300px;
	  overflow: hidden;
}
.teamList a {
	font-family: 'Montserrat', sans-serif;
  display: block;
  color: #fff;
  transition: 300ms;
  position: relative;
	padding: 375px 0 30px;
  font-size: 18px;
	margin: 0 0 30px;
}
.teamList a span { 
	display: block;
	font-size: 20px;
	background-color: #234071;
	padding: 10px;
	width: 100%;
	padding: 25px 20px;
	position: absolute;
	bottom: -20px;
	line-height: 1.6;
	text-align: left;
	box-sizing: border-box;
}
	.teamList a:before {
	  content: '';
	  position: absolute;
	  width: 100%;
	  height: 325px;
	  top: 0;
	  left: 0;
	  background-size: 400%;
	  background-position: left top;
	  transition: 300ms;
	}
	.teamList li:hover a:before {
	  transform: scale(1.2);
 }
.teamList .imgSet::before { background-image: url(img/teams/teams-v6.webp);}
.teamItem2 a::before { background-position: left -100% top; }
.teamItem3 a::before { background-position: left -200% top; }
.teamItem4 a::before { background-position: left -300% top; }
.teamList em {
	font-size: 16px;
	display: block;
	font-style: italic;
}

@media screen and (min-width: 800px) {
	.teamList{ max-width: 900px; margin: 0 auto; }
.teamList li {
	display: inline-block;
	width: calc(50% - 15px);
	margin: 0 10px 10px;
	}
}

@media screen and (min-width: 1110px) {
/*	.teamList li {
	  width: calc(25% - 15px);
	}*/
}
@media screen and (min-width: 1440px) {
	.sxn-teams { margin: 60px 0; }
	.teamList { margin: 60px 0 0;  max-width: 100%;}
	.teamList li {
	  max-width: 300px;
	  width: calc(25% - 25px);
	  padding: 0 0 60px;
	}		
	.teamList a { padding: 400px 0 30px; } 
	.teamList a::before { height: 400px; }
	.teamList a span { bottom: -78px; }
	}

/* Testimonial */
.sxn-testimonials { padding: 20px 0 40px; color: #FFF;}
.sxn-testimonials .sxn-wrap { padding: 0; } 
.testimonials-wrap { position: relative; }
.tests-cont-outer {
	background: #223453;
  position: relative;
  padding: 40px;
  max-width: 1600px;
  margin: 0px auto;
}
.testimonial-slide {
  text-align: center;
  height: 200px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mh_testimonial { 
	font-family: 'Montserrat', sans-serif;
	margin: 50px 0 0;
}
.mh_testimonial img {
	max-width: 150px;
	width: 100%;
	height: auto;
}
.mh_testimonial h2 {
	color: #FFF;
	font-size: 24px;
	margin: 10px 0;
}
.test-content { 
	font-size: 16px;
	line-height: 1.6;
	}
.mcAuthor { 
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 0;
}
.testsBtn { margin: 40px auto 20px; max-width: 250px; width: auto;}
 .show-read-more .more-text{ display: none; }
 .show-read-more { padding: 0 0 20px; }
 .read-more {
 	color: #E3A12F;
 	text-transform: uppercase;
 }
 .read-more:hover {
 	color: #FFF;
 	text-decoration: underline;
 }
@media screen and (min-width: 1440px) {
	.tests-cont-outer { padding: 80px 40px; }
	.mh_testimonial h2 {
		font-size: 35px;
		margin: 20px 0 30px;
	}
	.test-content { 
		font-size: 20px;
		line-height: 1.8;
		}
}

.mhareabadgeCont {
	 color: #fff;
	 background-repeat: no-repeat;
	 background-size: cover;
	 padding: 40px 0;
}

.mhareabadgeCont.imgSet {
	background-image: url(img/areas/area-bg.webp);
}

.sxn-areas-wrap { 
	position: relative;
}
.areaList-wrap {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #fff;
	display: block;
	background: #234071;
	margin: 0 auto;
	padding: 40px 20px;
	position: relative;
}
.areaList-outer { 
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.areaList { padding: 20px 0; }
.areaList li a {
	display: block;
	color: #E3A12F;
	font-size: 20px;
	font-weight: 700;
	padding: 5px 0;
	text-transform: uppercase;
}
.areaList li a:hover { color: #fff; }
.areabgList { display: none; }

@media screen and (min-width: 1110px) {
	.areaList-wrap { 
		display: inline-block;
		width: 100%;
	}
	.areaList-outer { width: 50%; }
	.areabgList {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 55%;
		height: 70%;
		overflow: hidden;
		pointer-events: none;
		z-index: 99;
	}
	.areabgList { display: block; }
	.areabgList li { width: 100%; }
	.areabgItem {
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		pointer-events: none;
	}
}
.areabgItem0.imgSet.active { background-image: url(img/areas/area-01.webp); }
.areabgItem1.imgSet.active { background-image: url(img/areas/area-02.webp); }
.areabgItem2.imgSet.active { background-image: url(img/areas/area-03.webp); }
.areabgItem3.imgSet.active { background-image: url(img/areas/area-04.webp); }
.areabgItem4.imgSet.active { background-image: url(img/areas/area-05.webp); }
.areabgItem5.imgSet.active { background-image: url(img/areas/area-06.webp); }
.areabgItem6.imgSet.active { background-image: url(img/areas/area-07.webp); }
.areabgItem7.imgSet.active { background-image: url(img/areas/area-08.webp); }
.areabgItem8.imgSet.active { background-image: url(img/areas/area-09.webp); }

@media screen and (min-width: 1440px) {
	.areaList li a { font-size: 26px; }
	}

/*Badges*/

.sxn-badges{
	padding: 20px 0;
	margin: 40px auto 0;
}
.badgeWrap {
  text-align: center;
  height: 265px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.badgesList .swiper-slide{
	position: relative;
	margin: 20px auto;
}
.badge {
	display: inline-block;
	overflow: hidden;
	width: 265px;
	height: auto;
	margin: 0;
}
.badge2 img { margin-left: -265px; }
.badge3 img { margin-left: -530px; }
.badge4 img { margin-left: -795px; }
.badge5 img { margin-left: -1060px; }
.badge6 img { margin-left: -1325px; }
.badge7 img { margin-left: -1590px; }
.badge8 img { margin-left: -1855px; }
.badge9 img { margin-left: -2120px; }
.badge10 img { margin-left: -2385px; }
.badge11 img { margin-left: -2650px; }
.badge12 img { margin-left: -2915px; }
.badge13 img { margin-left: -3180px; }
.badge14 img { margin-left: -3444px; }

/* Help */
.hpHelp { 
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: top center;
	 padding: 40px 0;
}

.hpHelp.imgSet { 
	background-image: url(img/help/help-bg.webp);
}

.hpHelp h1,.hpHelp h2 { text-align: left; }
.helpItem {
	margin: 30px 0;
	position: relative;
	line-height: 1.6;
}
.helpInfo {
		padding: 0 0 0 100px;
}
.helpInfo span { 
	font-size: 20px;
	display: block;
	color: #6198CB;
}
.helpItem .helpIcon {
	position: absolute;
	left: 0;
	top: 5px;
  display: block;
  width: 70px;
  height: 56px;
  overflow: hidden;
  padding: 0 60px 0 0;
}
.helpItem2 .helpIcon img { margin: -66px 0 0 0; }
.helpItem3 .helpIcon img { margin: -142px 0 0 0; }
.helpItem4 .helpIcon img { margin: -206px 0 0 0; }
.helpItem5 .helpIcon img { margin: -282px 0 0 0; }
.helpItem6 .helpIcon img { margin: -360px 0 0 0; }
.helpImg img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.helpCTA {
	color: #fff;
	display: block;
	background: #223453;
	margin: -40px 20px 0;
	padding: 40px 20px;
	position: relative;
}
.helpPhone {
	font-family: 'Libre Baskerville', sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin: 60px 0 40px;
}

@media screen and (min-width: 1100px) {
.hpHelp-BLock {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 40px;
}
.hpHelp-2col { width: 50%; }
}

@media screen and (min-width: 1440px) {
	.helpItem { margin: 40px 0; }
	.helpInfo { font-size: 18px; line-height: 1.8; }
	.helpInfo span { font-size: 28px; }
	.helpCTA {
		margin: -60px 40px 0;
		padding: 80px;
	}
	.helpPhone { font-size: 40px; }
	}

/* Rights */
.sxn-rights { padding: 40px 0; background: #FFFBF4;}
.rightsBlock {
	background: #223453;
	color: #fff;
	position: relative;
	box-shadow: 1em 1em 2em rgba(0,0,0,0.25);
}
.rightsInner { position: relative; padding: 60px 40px 40px; }
.rightsBlock h2,
.rightsBlock h3 { 
	font-family: 'Montserrat', sans-serif;
	color: #fff; }
.rightsBlock h2 {
	text-align: center;
	font-weight: 700;
	font-size: 30px;
}
.rightsBlock h3 {
	font-size: 25px;
	margin: 0 0 20px;
}
.rightsBlock p, .rightsList li { line-height: 1.8; }
.rightsList  { padding: 0 0 15px 20px; }
.rightsList li {
	padding: 0 0 10px 40px;
	position: relative;
}
.rightsList li:before {
	content: '';
	position: absolute;
	top: .45em;
	left: 0;
	width: 0.944em;
	height: 0.944em;
	border-radius: 50%;
	border-style: solid;
	border-width: 0.056em;
	background-color: #FCBC4E;
	border-color: #FFEACD;
	box-shadow: inset 0 0 0 0.167em #223453;
}
.rightsBlock a { color: #E3A12F; }
.rightsBlock a:hover { color: #FFF; }

@media screen and (min-width: 1440px) {
	.sxn-rights { padding: 60px 0; }
	.rightsInner { padding: 60px 60px 40px; }
	.rightsBlock h2 { font-size: 35px; }
	.rightsBlock h3 { font-size: 28px; }
}
/* Locations */
.sxn-location { padding: 40px 0; background: #FFFBF4; }
article .locList { 
	padding: 0 !important;
	overflow: visible !important;
	justify-content: space-evenly;
}
.locList {
	position: relative;
	width: 100%;
	left: 0;
	margin: 20px 0;
}
.locList li {
	width: 100%;
	margin: 20px 0;
	background: #fff;
	box-shadow: 0.08em 0.08em 1em rgba(0,0,0,0.25);;
	box-sizing: border-box;
	padding: 0 !important;
}
.locList li:before { content: none !important; }
.locList li:hover {
		opacity: 0.7;
}
.locList a {
	display: block;
	padding: 20px;
}
.locList a:hover { text-decoration: none !important; }
.locList .locImg {
	display: block;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 35% 0;
}

.locList .locImg0.imgSet {
	background-image: url('img/locations/boca-raton.webp');
}
.locList .locImg1.imgSet {
	background-image: url('img/locations/boynton-beach.webp');
}
.locList .locImg2.imgSet {
	background-image: url('img/locations/delray-beach.webp');
}
.locList .locImg3.imgSet {
	background-image: url('img/locations/fort-pierce.webp');
}
.locList .locImg4.imgSet {
	background-image: url('img/locations/jupiter.webp');
}
.locList .locImg5.imgSet {
	background-image: url('img/locations/lake-worth.webp');
}
.locList .locImg6.imgSet {
	background-image: url('img/locations/naples.webp');
}
.locList .locImg7.imgSet {
	background-image: url('img/locations/palm-beach-gardens.webp');
}
.locList .locImg8.imgSet {
	background-image: url('img/locations/port-st-lucie.webp');
}
.locList .locImg9.imgSet {
	background-image: url('img/locations/stuart.webp');
}
.locList .locImg10.imgSet {
	background-image: url('img/locations/wellington.webp');
}
.locList .locImg11.imgSet {
	background-image: url('img/locations/west-palm-beach.webp');
}

.locList .locImg img { 
	transform: scale(1,1);
	transform-origin: 50% 50%;
	will-change: transform;
	transition: transform .5s ease 0s;
	margin: 0 auto;
	 }
.locList span {
	display: block;
	color: #6198CB;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
  padding: 20px 0 0;
}
@media screen and (min-width: 800px) {
	.locList {
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.locList li { 
		width: calc(50% - 20px);
	}
}
@media screen and (min-width: 1440px) {	
	.sxn-location { padding: 60px 0; }
	.locList li { 
		width: calc(25% - 30px);
	}
	.locList span { font-size: 26px; }
}

/* About  */
.sxn-about { padding: 40px 0; }
.aboutBlock {
	display: block;
}
	.about-row {
		width: 100%;
		margin: 20px 0;
	}
	.aboutCont h1 { text-align: left; }
	.aboutImg { margin: 20px; }
	.aboutImg img {
		display: block;
		width: 100%;
		height: auto;
	}
	.aboutBlock p { margin: 20px 0 0; line-height: 2; }
	.aboutbtn { display: inline-block; }

@media screen and (min-width: 1120px) {	
	.about-row {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.about-row div {
			width: 50%;
			margin: 20px;
		}
   .about-row-last { flex-direction: row-reverse; }
   .aboutImg { margin: 20px 0; }
}
@media screen and (min-width: 1440px) {	
		.sxn-about { padding: 60px 0; }
}
/* Homepage Blog */
.mhbottomContainer {
	 color: #fff;
	 background-repeat: no-repeat;
	 background-size: cover;
	 padding: 40px 0; 
 }

 .mhbottomContainer.imgSet {
	background-image: url(img/homepage/bottom-bg.webp);
}

.hpblogList {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hpblogItem {
	background-color: #223453;
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	box-shadow: 1em 1em 2em rgba(0,0,0,0.25);
}
.blogLink {
	display: flex;
	align-items: stretch;
	align-content: center;
	flex-direction: column;
	color: #fff;
/* 	cursor: pointer; */
}
/* 
.blogLink:hover { opacity: 0.8; }
.blogLink:hover .blogImg img {
	 transform: scale(1.2);
}
 */
.blogImg { overflow: hidden; }
.blogImg img {
	display: block;
	width: 100%;
	height: auto;
}
.blogCont { padding: 20px;}
.blogCont h3 { font-size: 20px; margin: 20px 0;}
.blogCont span { font-weight: 700; }
.blogLink a:hover {
	text-decoration: underline;
}
.blogCont strong { 
	color: #E3A12F;
	font-weight: 700;
}
.blogCat {
	border-top: 0.5px solid #FFF;
	padding: 10px 0 0 20px;
	margin: 20px 0 0;
}
@media screen and (min-width: 800px) {
	.hpblogList {
		flex-direction: row;
		flex-wrap: wrap;
	}
		.hpblogItem {
			width: calc(50% - 20px);
		}
}
@media screen and (min-width: 1120px) {
		.hpblogItem {
			width: calc(33.33% - 20px);
		}
	}

/* Contact Form */
.sxn-contact {
	padding: 40px 0;
}
.contactLocation { margin: 0 0 20px; }
.input-wrap, .message-wrap, .select-wrap { 
	margin: 0 auto 15px;
	position: relative;
	border-radius: 5px;
	background-color: #FFF;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 0;
}
.select-wrap select {
	background-color: #fff;
	outline: 0;
	border: 0;
	box-sizing: border-box;
}

.contactForm form input[type="text"], .contactForm form textarea, .contactForm select {
	color: #000;
	outline: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 10px;
}
.contactForm select { color: #767676; border: 1px solid #8f8f9d; }
.required-wrap {
	display: block;
	text-align: center;
	color: #fff;
	padding: 0 0 20px 0;
}

.required-wrap span {
	font-weight: 700;
	display: inline-block;
	padding: 10px 0;
}
.required-wrap small {
	display: block;
	font-size: 11px;
}
.formBottom { text-align: center; }
.formRecaptcha {
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: middle;
}
.formSubmit {
	border: 0;
	width: 100%;
	max-width: 255px;
	margin: 0 auto;
}
.formSubmit:hover {
	background-color: #fff;
	cursor: pointer;
}
.contactAdd {
	display: block;
	line-height: 1.8;
}
.contactAdd > div { margin: 20px 0; }
.contactAdd span { 
	font-size: 18px;
	display: block;
}
.contactAdd a { display: block; }
.subContact {
	 background-position: top center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 padding: 40px 20px; 
}

.subContact.imgSet {
	background-image: url(img/contact/contact-team-bg-mobile.webp);
}

.subContactwrap { 
	width: 100%;
  max-width: 1600px;
  margin: 0 auto; 
}
.subContact-team h1, .subContact-team h2 { text-align: left; }
.subContact .required-wrap { color: #000; }
.subContact .contImg {
	margin: 20px auto;
}
.subContact .contImg img { 
	display: block;
	width: 100%;
	height: auto; 
	margin: 0 auto;
	}
.subContact .formSubmit:hover { background: #6198CB; color: #fff;}
.subContact .sxn-testimonials { 
	padding: 0; 
	margin: 0 auto;
	max-width: 670px;
}
.subContact-area .contactForm { margin: 20px 0 0; }
.subContact-area .contactForm { text-align: center; }
.subContact-area h2 { margin: 0 0 20px; }
.subContact-area .contImg { margin: 20px auto 0; }
.subContact-area .tests-cont-outer { padding: 10px 40px 20px; }
.subContact-area .tests-cont-outer .mh_testimonial,
.subContact-area  .mh_testimonial h2 { text-align: left; }
@media screen and (min-width: 800px) {
	.formUpper { overflow: hidden; }
	.formUpper .input-wrap:nth-child(2n+1) { margin: 0 20px 10px 0;}
	.formUpper .input-wrap {
	  float: left;
	  width: calc(50% - 10px);
		}
	.contactAdd {
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (min-width: 1120px) {
	.sxn-contact { padding: 40px 20px;
}
	.sxn-contact .sxn-wrap {
		 display: flex;
	  flex-direction: row-reverse;
	  flex-wrap: wrap;
	  column-gap: 30px;
	}
	.sxn-contact .sxn-wrap > div {
		 flex: 1;
	}
	.input-wrap, .message-wrap, .select-wrap { margin: 0 auto 25px; }
	.required-wrap { text-align: left; }
	.formSubmitBox {
	  display: inline-block;
	  margin: 0 20px;
	}
	.formSubmit { 
		display: inline-block; 
	  vertical-align: top;
	  padding: 20px 25px;
	  line-height: 1;
	}
 .subContact { background-image: url(img/contact/contact-team-bg.webp); padding: 60px 20px; }
 .subContactwrap {
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 	column-gap: 20px;
 }
 .subContactwrap > div { width: 50%; }
.subContact-team .contactForm { order: 2; }
 .subContact-team .contImg { order: 1; max-width: 650px; }
 .subContact-area .contactTest { order: 2; }
 .subContact-area .contImg { max-width: 670px;}
 .subContact-area  .mh_testimonial h2 { font-size: 30px; margin: 15px 0; }
	}
#contentArea {
	margin: 0 auto;
	overflow: hidden;
	max-width: 1600px;
}
#mainContent {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	margin: 20px 0;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: none; position: relative; padding: 0 0 8px 32px;}
	.article ul li:before {
		content: '';
	  position: absolute;
	  top: .45em;
	  left: 0;
	  width: 0.944em;
	  height: 0.944em;
	  border-radius: 50%;
	  border-style: solid;
	  border-width: 0.056em;
	  background-color: #FCBC4E;
	  border-color: #E7D5BB;
	  box-shadow: inset 0 0 0 0.167em #FFFFFF;
	}
	.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:hover {text-decoration: underline;}
	.article ul, .article ol {overflow: hidden;}
	.article h1,
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		line-height: 1.2;
		font-weight: normal;
		font-family: 'Montserrat', sans-serif;
		color: #000;
		padding: 0 0 5px 0;
	}
	.article h1, h1.sliderhead {
		font-family: 'Libre Baskerville', sans-serif;
		color: #234071;
		font-weight: 700;
		font-size: 25px;
		padding: 0 0 10px 0;
	}
	.article h2 {
		color: #6198CB;
		font-size: 22px;
		padding: 0 0 10px 0;
	}
	.article h3 {
		color: #6198CB;
		font-size: 18px;
		padding: 0 0 10px 0;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	h1.sliderhead { color: #fff; }
	.headshot {
		width: 40%;
		max-width: 300px;
		height: auto;
		float: left;
		margin: 0 30px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
		height: auto;
	}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
	.mcVcard a { position: relative; padding: 0 0 0 35px; }
	.mcVcard a:before {
		content: "";
		position: absolute;
		background: url(img/icons/vcard.webp);
		width: 25px;
		height: 19px;
		left: 0;
		top: 0;
	}
	.article br{
		display: block;
		clear: both;
	}

@media screen and (min-width: 1440px) {
		.article h1, h1.sliderhead { font-size: 40px; padding: 0 0 20px 0; }
		.article h2 { font-size: 30px; padding: 0 0 20px 0;}
		.article h3 { font-size: 25px;}
		.article h4 { font-size: 20px;}
}

/* Video subpage */
.mcVideo h2 { margin: 20px 0 10px; position: relative;}
.mcVideo .vid-btn {
	font-size: 18px;
	position: relative;
	background: #E3A12F;
	color: #FFF;
	font-weight: 700;
	padding: 6px 20px;
	top: 0;
	right: 0;
}
.mcVideo ul {
	width: 100%;
  left: 0;
  margin: 0;
  padding: 0 !important;
}
.mcVideo li {
	width: 100%;
	list-style-type: none;
	padding: 0 !important;
}
.mcVideo ul li:before { content: none; }
.mcVideo li a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #234071;
	text-align: center;
	line-height: 1.3;
}
.mcVideo li a:hover { opacity: 0.8; text-decoration: none; }
.mcVideo li a:hover .vid-img:before { background-position: bottom center; }
.mcVideo .vid-img {
	display: block;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 30% 0;
	margin: 0 0 10px;
}
.mcVideo ul.vid-blog li .vid-img { background-image: url(img/videos/video-blog.webp); }
.mcVideo ul.vid-bicycle li .vid-img { background-image: url(img/videos/faq-bicycle.webp); }
.mcVideo ul.vid-boating li .vid-img { background-image: url(img/videos/boating-faq.webp); }
.mcVideo ul.vid-car li .vid-img { background-image: url(img/videos/car-accident-faq.webp); }
.mcVideo ul.vid-driving li .vid-img { background-image: url(img/videos/distracted-faq.webp); }
.mcVideo ul.vid-gen li .vid-img { background-image: url(img/videos/general-faq.webp); }
.mcVideo ul.vid-motor li .vid-img { background-image: url(img/videos/motorcycle-faq.webp); }
.mcVideo ul.vid-personal li .vid-img { background-image: url(img/videos/pi-faq.webp); }
.mcVideo ul.vid-truck li .vid-img { background-image: url(img/videos/truck-faq.webp); }
.mcVideo ul.vid-tv li .vid-img { background-image: url(img/videos/as-seen-on-tv.webp); }
.mcVideo .vid-img:before {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 84px;
	height: 57px;
	background-image: url(img/videos/play-btn.webp);
	background-size: 100%;
	background-position: top center;
}
.mcVideo .vid-btn:hover { background-color: #234071; text-decoration: none; }
.article .mcVideo li::before { content: none; }

@media screen and (min-width: 900px) {
	.mcVideo ul {
		align-items: stretch;
		align-content: space-around;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
    column-gap: 20px;
	}
	.mcVideo ul li { width: calc(33.33% - 20px); margin: 10px 0; }
	.mcVideo .vid-btn {
		content: "";
		position: absolute;
	}
}
@media screen and (min-width: 1440px) {
	.mcVideo h2 { margin: 40px 0 10px; }
	.mcVideo li a { font-size: 25px; }
	.mcVideo ul { column-gap: 30px; }
	.mcVideo ul li { width: calc(33.33% - 30px); margin: 10px 0; }
	.mcVideo .vid-img { margin: 0 0 20px; }
	}
/* Content Area */
#contentArea {
  	padding: 40px 20px;
 }
 .mctableTeam { width: 100%; margin: 0 auto;}
 .mctableTeam td { 
 	width: 90%; 
 	padding: 10px;
 	display: block;
 	margin: 0 auto;
 	vertical-align: top;
 }
 .mctableTeam a {
 	display: block;
 	color: #fff;
 	background: #223453;
 }
 .mctableTeam a:hover { opacity: 0.8; }
 .mctableTeam img {
 	display: block;
 	width: 100%;
 }
 .mctableTeam .teamCont {
 	font-size: 16px;
 	padding: 5px 20px 30px;
 	font-style: italic;
 }
 .mctableTeam .teamCont strong { 
 	display: block;
 	font-size: 20px;
 	line-height: 1;
 }
.mcFrame {
	display: block;
	border: 3px solid #E7D5BB;
	padding: 30px 70px 10px;
	line-height: 2;
	margin: 20px 0;
	text-align: center;
}
.mcFrame2 {
	display: block;
	color: #fff;
	background-color: #223453;
	padding: 30px 70px 10px;
	line-height: 2;
	margin: 20px 0;
	text-align: center;
}

 /* Sidebar */
.sidebar {
  max-width: 340px;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
 .sbAreas {
	 	background: #fff;
	 	border: 1px solid #ccc;
	 	box-shadow: 1em 1em 2em rgba(0,0,0,0.25);
 }
 .sbHeader a {
 	 display: block;
 	 color: #FCBC4E;
 	 font-family: 'Libre Baskerville', sans-serif;
 	 font-size: 30px;
 	 font-weight: 700;
 	 padding: 20px;
 }
 .sbHeader a:hover { color: #234071; }
 .sbAreasList li { border-top: 1px solid #ccc; }
 .sbAreasList li:hover { background-color: #234071; }
 .sbAreasList li:hover a { color: #fff; }
 .sbAreasList a {
 	display: block;
  line-height: 1.2;
 	color: #234071;
 	font-size: 20px;
 	padding: 15px 20px;
 }
.sbCases {
	background-color: #223453 !important;
	position: relative;
	color: #FFF;
	padding: 0;
	width: 100%;
	box-shadow: 1em 1em 2em rgba(0,0,0,0.25);
}
.sbCases-outer { position: relative; }
.sbCases-Cont { padding: 40px; margin: 0 20px; }
.sbCases .hpNavCont {
	top: 0;
	margin: 0 auto 30px;
}
.sbCases .caseBtn { 
	max-width: 300px;
	margin: 20px auto;
	font-size: 17px;
	width: auto; 
}
.sbTeams {
	color: #FFF;
	background-color: #223453;
	padding: 40px 20px;
	box-shadow: 1em 1em 2em rgba(0,0,0,0.25);
}
.sbTeams .sbSubHeader { color: #6198CB; }
.sbTeamImg img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 340px;
}
@media screen and (min-width: 500px) {
	.mctableTeam td { width: 60%; }
}
@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	.fwEntry { background-color: #FFFBF4; }
	#mainContent { 
		padding: 0;
		width: calc(100% - 40px - 340px);
		float: left; 
	}
	.home #mainContent,
	.fwEntry #mainContent { float: none; margin: 50px 0 100px; width: 100%; }
	.article .alignright {
			float: right;
			margin: 0 0 5px 15px;
	}
	.article .aligncenter {
			display: block;
			margin: 0 auto;
	}
	.article .alignleft {
			float: left;
			margin: 0 15px 5px 0;
	}
	.sidebar {
		max-width: 340px;
	}
}
@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) {
	#mainContent { width: calc(100% - 100px - 400px); margin: 50px 0 100px; }
	.sidebar { max-width: 400px; }
	.mctableTeam td { 
		display: table-cell;
	 	width: 25%;
	 }
	 .mctableTeam .teamCont { min-height: 125px; }
	 .mctableTeam .teamCont strong { font-size: 22px; }
}
@media screen and (min-width: 1640px) {
	#mainContent {  width: calc(100% - 150px - 400px); font-size: 18px;}
}

.sxn-subfooter {
	background-image: url(img/footer/subfooter-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
}
.helpList-subf {
	width: 100%;
	margin: 0;
}
.helpList-subf li {
	background-color: #223453;
  color: #FFFFFF;
	margin: 20px 0;
	padding: 40px 20px;
	box-shadow: 1em 1em 2em rgba(0,0,0,0.25);
}
.helpList-subf .helpItem .helpIcon { margin: 40px 20px 0; }
.helpList-subf .helpInfo span { 
	color: #FFF;
	font-size: 24px;
	padding: 0 0 10px;
	line-height: 1.5;
}

@media screen and (min-width: 1120px) {
	.helpList-subf {
		align-items: stretch;
		align-content: space-around;
		display: flex;
		flex-wrap: wrap;
		column-gap: 30px;
	}
	.helpList-subf li {
		width: calc(50% - 30px);
		box-sizing: border-box;
	}
}

@media screen and (min-width: 1440px) {
	  .helpList-subf { column-gap: 50px; }
		.helpList-subf li { width: calc(33.33% - 50px); }
		.helpList-subf .helpInfo span { font-size: 26px; }
	}

@media screen and (min-width: 1640px) {	
	.mctableTeam .teamCont { min-height: 100px;}
}


/*sxn-videos*/
.sxn-videos{
	text-align: center;
	color: #fff;
	display: block;
	padding: 40px 20px;
	position: relative;
}
.vidsWrap{
	background-color: #2d3853;
	padding: 40px;
	position: relative;
	max-width: 1600px;
	box-sizing: border-box;
	margin: 0 auto;
}
.vidsWrapInner{ position: relative; }
.vidsWrapInner:before,
.vidsWrapInner:after{
	height: calc(100% + 80px);
	top: -40px;
}
.vidsWrapInner:before{ left: -20px; }
.vidsWrapInner:after{ right: -20px; }
.vidsTitle{
	display: block;
	font-family: 'Libre Baskerville', sans-serif;
	font-weight: bold;
	margin: 0 auto 20px;
	font-size: 20px;
}
.vidMain{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 877px;
	position: relative;
	font-size: 0;
}
.vidMain:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	opacity: 0.5;
	transition: 300ms;
}
.vidMain:hover:before{ opacity: 0; }
.vidMain:after{
	content: '';
	position: absolute;
	width: 203px;
	height: 203px;
	background-image: url(img/vid-gallery/vid-play.webp);
	background-position: left top;
	top: calc(50% - 101px);
	left: calc(50% - 101px);
	z-index: 5;
	transform: scale(0.5);
}
.vidMain:hover:after{ background-position: left bottom; }
.vidMain img{
	width: 100%;
	height: auto;
}
.vidsList{ margin: 20px auto 15px; }
.vidItem{
	position: relative;
	display: block;
	font-size: 0;
	max-width: 405px;
	margin: 0 auto;
}
.vidItem img{
	width: 100%;
	height: auto;
}
.vidItem:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	opacity: 0.5;
	transition: 300ms;
}
.vidItem:hover:before{ opacity: 0; }
.vidItem:after{
	content: '';
	position: absolute;
	width: 203px;
	height: 203px;
	background-image: url(img/vid-gallery/vid-play.webp);
	background-position: left top;
	top: calc(50% - 101px);
	left: calc(50% - 101px);
	z-index: 5;
	transform: scale(0.4);	
}
.vidItem:hover:after{ background-position: left bottom; }
.vidsNav{ transform: scale(0.75); }
.vidsNav a{
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 90px;
	border: 3px solid #d19e39;
	overflow: hidden;
	transition: 300ms;
}
.vidsNav a:hover{ background-color: #d19e39; }
.vidsPrev{ margin: 0 20px 0 0; }
.vidsPrev img{ margin: 27px 0 0 13px; }
.vidsPrev:hover img{ margin: -57px 0 0 13px; }
.vidsNext img{ margin: 27px 0 0 -125px; }
.vidsNext:hover img{ margin: -57px 0 0 -125px; }

@media screen and (min-width: 800px){
	.vidsTitle{ font-size: 25px; }
	.vidMain:after{ transform: scale(0.75); }
	.vidsList.swiper-container{
		max-width: 405px;
		margin: 20px auto 0;
		overflow: hidden;
	}
	.vidItem{ }
	.vidsNav{
		position: absolute;
		bottom: 70px;
		left: calc(50% - 325px);
		width: 650px;
		overflow: hidden;
		transform: none;
	}
	.vidsPrev{ float: left; position: relative; z-index: 5; }
	.vidsNext{ float: right; position: relative; z-index: 5; }
}
@media screen and (min-width: 1120px){
	.vidsWrapInner:before,
	.vidsWrapInner:after{
		height: calc(100% + 140px);
		top: -60px;
	}	
	.vidsTitle{ font-size: 30px; margin: 20px auto 40px; }
	.vidMain:before{ transform: scale(1); }

	.vidsList.swiper-container{
		max-width: 700px;
		margin: 60px auto 40px;
	}
	.vidsNav{
		bottom: 55px;
		left: calc(50% - 500px);
		width: 1000px;
	}	
}
@media screen and (min-width: 1400px){
	.sxn-videos{ padding: 50px 20px; }
}
@media screen and (min-width: 1640px){	
	.vidsWrapInner:before,
	.vidsWrapInner:after{
		height: calc(100% + 160px);
		top: -80px;
	}		
	.vidsTitle{ font-size: 40px; margin: 40px auto 60px; }
	.vidsList.swiper-container{
		max-width: 1200px;
	}
	.vidsNav{
		bottom: 70px;
		left: calc(50% - 725px);
		width: 1450px;
	}		
}

#mainFooter {
	overflow: hidden;
}
.mfContactInfo {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
}

.mfContactInfo.imgSet {
	background-image: url(img/footer/footer-bg.webp);
}

.mfCI-inner {
	text-align: center;
	max-width: 1600px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mfCI-inner h3 {
	color: #fff;
	font-size: 20px;
}
#logo-footer img {
  max-width: 80%;
  width: 100%;
  height: auto;
}
.mfPhones { margin: 20px 0; }
.mfSocialList {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0;
}
.mfSocialList a {
  display: block;
  width: 50px;
  height: 52px;
  overflow: hidden;
}
.mfSocialList img {
  width: 356px;
  height: auto;
}
.mfFacebook img { margin: 0 0 0 -3px; }
.mfFacebook:hover img { margin: -52px 0 0 -3px; }
.mfTwitter img { margin: 0 0 0 -63px; }
.mfTwitter:hover img { margin: -52px 0 0 -63px; }
.mfInsta img { margin: 0 0 0 -123px; }
.mfInsta:hover img { margin: -52px 0 0 -123px; }
.mfYt img { margin: 0 0 0 -183px; }
.mfYt:hover img { margin: -52px 0 0 -183px; }
.mfGoogle img { margin: 0 0 0 -243px; }
.mfGoogle:hover img { margin: -52px 0 0 -243px; }
.mfYelp img { margin: 0 0 0 -303px; }
.mfYelp:hover img { margin: -52px 0 0 -303px; }
.mfAdd {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}
.mfAddItem { line-height: 2; margin: 10px 0;}
.mfAddItem h4 {
	font-size: 20px;
	color: #E3A12F;
}
.mfAddItem a, .mflinks a { color: #E3A12F; display: block; }
.mflinks a {
	margin: 10px 0;
}
.mfCopyright {
	max-width: 1600px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.8;
	padding: 40px 20px;
}
.fNav {
  display: block;
  padding: 20px 0 0;
  text-align: center;
}
.fNav li {
	display: inline-block;
  position: relative;
}
.fNav li::after {
  content: '|';
  color: #000;
}
.fNav li:last-child:after { content: none; }
.fNav a {
	color: #000;
	padding: 5px 10px;
}
	.fNav a:hover {
		text-decoration: underline;
	}	
@media screen and (min-width: 600px) {
		.mfAdd {
				flex-direction: row;
				gap: 0 60px;
				margin: 20px 0;
		}
		.mfCopyright {
			padding: 40px 20px;
		}
}	
@media screen and (min-width: 1120px) {
		.mfCI-inner {
			flex-direction: row;
			justify-content: space-evenly;
		}
		#logo-footer img { max-width: 310px; }
		.mfAdd { gap:0 30px; text-align: left;}
		.mflinks { text-align: left; }
}
@media screen and (min-width: 1440px) {
		.mfPhones a { font-size: 30px; line-height: 1.5; }
		.mfAdd { gap: 0 60px; font-size: 18px;}
		.mfAddItem h4 { font-size: 24px; }
}
/* Search Page */
#univ_search_form {margin: 0 0 20px;}
#univ_search_field {
	display: inline-block;
	box-sizing: border-box;
	width: 160px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	color: #000;
	background-color: #fff;
}
#univ_search_submit {
	height: 36px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: #333;
	color: #fff;
}
#univ_search_submit:hover {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

/* Contact Form Styling */
input[type=submit] {cursor: pointer; -webkit-appearance: none;border-radius: 0;}
.nc_form {
	background-color: #f0f0f0;
	padding: 20px 10px;
	margin: 0 0 15px;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #333333;
	min-width: 255px;
}
.nc_form .form-part{margin: 0 0 10px;}
.nc_form .req {color: #F71704;}
.nc_form .groupLegend{
	font-size: 18px;
	margin: 0 0 5px;
}
.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {display: block; width: 100%; padding: 0; box-sizing: border-box; }
	.nc_form input, .nc_form textarea {background: #fff; color: #000;}
	.nc_form input::placeholder, .nc_form textarea::placeholder {color: gray;}
	.nc_form input, .nc_form textarea, .nc_form .captcha-container {
		border: 1px solid #999;
		border-radius: 3px;
	}
	.nc_form label {margin: 0 0 5px;}
	.nc_form input, .nc_form textarea, .nc_form select {
		margin: 0 0 10px;
		padding: 10px 10px;
	}
	.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: 10px 10px;
	width:auto;
	height:auto;
	background:#555;
	color:#fff;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 0;	
}
	.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 15px;
	padding: 10px 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,
	.nc_form .radio{ margin: 0 auto 10px; }
	.nc_form .checkbox input,
	.nc_form .checkbox label,
	.nc_form .radio input,
	.nc_form .radio label {
		display: inline;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
	}
	.nc_form .checkbox label,
	.nc_form .radio label{ margin: 0 15px 0 2px; }

.nc_form .inlineSelect select{display: inline; width: auto;}
.nc_form .inlineSelectGroup{ display: inline-block; margin: 0 10px 0 0; } 
.nc_form .inlineSelectGroup select{margin: 0;} 
.nc_form .inlineSelectGroup label{ font-size: 0.85rem; }


@media screen and (min-width: 600px){
	.nc_form{ padding: 20px 15px; }
}

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

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

/* Animation */
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}
.officiallyAnimated, .ie9 .animate__animated, #persistentHeader .animate__animated, #persistentHeader.animate__animated {opacity: 1;}
.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

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

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

to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
from {
	opacity: 0;
}

to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
	opacity: 0;
}

to {
	opacity: 1;
}
}
.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

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

to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
from {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

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

to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

/* Form Validation -- Begins */
form input[type=text].validationError, 
form textarea.validationError,
form input[type=select].validationError
form select.validationError,
form .validationError::placeholder {
    background-color: #df2d2d !important;
    color: #fff !important;
}
form .validationError:-moz-placeholder,
form .validationError::-moz-placeholder {
	opacity: 1;
}
.validationFeedback {
    display: none;
    text-align: center;
    background-color: #df2d2d;
    color: #000;
    padding: 20px 20px 0;
    margin:0 auto 20px
}
.vfActive {
    display: block
}
.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}
/* Form Validation -- Ends */

/* Vimeo CSS */

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

/*Vimeo Modal*/
.vimeo-modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 99999999;
}
.vmContent{
	position: relative;
	max-width: 640px;
	max-height: 360px;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


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

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

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

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

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

/* Footer Branding */
#mmBrandingWrapper {
	padding: 20px 20px 60px;
	font-size: 0;
	text-align: center;
	background: #223453;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px 35px;
}
#mmBranding { 
	display: inline-block; 
	overflow: hidden; 
	width: 100%; 
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 10px;
}
#mmBranding,
#mmBranding a {
	color: #fff;
	font: normal 10px/1.2 Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
}
#mmBranding a:hover { font-weight: normal; text-decoration: underline; }
#logo-mmm {
	display: inline-block;
	width: 100%;
	max-width: 137px;
	height: auto;
}
#mmBranding p {
	margin: auto;
	padding: 12px 0 0;
	max-width: 320px; /*modme*/
	text-align: center;
}
#mmBranding br {display: none;}

@media screen and (min-width: 600px) {	
	/* #mmBranding { display: inline-block; } */
	#mmBranding p {
		display: inline-block;
		margin: 9px 0 0 12px;
		padding: 0;
		max-width: none;
		text-align: left;
		vertical-align: bottom;
	}
	#mmBranding br {display: inline;}
}
@media screen and (min-width: 800px) {
	#mmBrandingWrapper { padding: 20px; }
}	

@media screen and (min-width: 1120px) {
	#mmBrandingWrapper { padding: 25px 20px; }
	#mmBranding { width: auto; }
}

@media screen and (min-width: 1640px) {
	#mmBrandingWrapper { padding: 35px 20px; }
}


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

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

.dsk_preint .homeslides-container {
	background-color: #0a2147;
	background-image: none;
}
@media screen and (min-width: 1110px) {
	.dsk_preint .homeslides-container{ 
		background-image: url(img/slides/home/1120/1-v2.webp);
	}
}
@media screen and (min-width: 1440px) {
	.dsk_preint .homeslides-container{ 
		background-image: url(img/slides/home/2000/1-v2.webp);
	}
}
.mhTopContainer1,
.mhTopContainer2, 
.mhTopContainer3,
.mhTopContainer4 {
	background-color: #0a1832;
	color: #fff;
}
.mhTopContainer1 {padding: 40px 20px 0;}
.mhTopContainer2, .mhTopContainer3 {padding: 0px 20px;}
.mhTopContainer4 {padding: 0px 20px 40px;}
.mhTopContainer3 {overflow: hidden;} /* Due to margin on team zone */