/*
Theme Name: ICS Responsive Website
Version: 100.1
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 {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 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

}
	#logo-main {
		display: block;
		width: 90%;
		max-width: 335px; /*modme*/
		margin: 20px auto;
	}
	#logo-main img {display: block; width: 100%; height: auto;}
	.mhrTop{
		text-align: center;
	}
	.mhCTA{
		display: block;
		font-style: italic;
		text-transform: uppercase;
		color: #9b1e21;
	}
	.mhPhone{
		display: block;
		color: #686a6c;
		padding: 5px 0;
	}
	.mhContactBtns{ margin: 5px auto 20px; overflow: hidden; }
	.mhContactBtns li{
		display: inline-block;
		width: 140px;
		margin: 0;
		text-align: center;
		border-right: 4px solid #c9c9c9;
	}
	.mhContactBtns a{
		display: block;
		color: #686a6c;
		border: 4px solid #c9c9c9;
		padding: 5px 5px 5px 30px;
		text-transform: uppercase;
		transition: 300ms;
		position: relative;
	}
	.mhContactBtns li:first-child a{ border-right: 0; }
	.mhContactBtns li:hover a{
		background: #4a4b51;
		color: #fff;
	}
	.mhContactBtns a:before{
		content: '';
		position: absolute;
		width: 28px;
		height: 23px;
		background: url(img/header/contact-icons.webp);
	}
	.mhContactBtns li:first-child a:before{
		background-position: left -20px top;
		left: 27px;
		top: 4px;
	}
	.mhContactBtns li:nth-child(2) a:before{
		background-position: left -54px top;
		width: 30px;
		height: 20px;
		left: 20px;
		top: 5px;
	}	
	.mhContactBtns li:first-child:hover a:before{
		background-position: left -20px bottom -1px;
	}
	.mhContactBtns li:nth-child(2):hover a:before{
		background-position: left -54px bottom -5px;
	}	

/* 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;
	border-top: 4px solid #c9c9c9;
	position: relative;
	z-index: 100;
}
nav.mm > ul > li{
	border-left: 4px solid #c9c9c9;
}
nav.mm > ul > li:last-child{ border-right: 4px solid #c9c9c9; }
nav.mm > ul > li > a {
	padding: 10px 8px;
	font-size: 14px;
	color: #9b1e21;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}
nav.mm > ul > li > a:hover {transition: background 300ms linear;}
nav.mm > ul > li > ul {top: 100%;}
nav.mm > ul > li:hover > a {background: #d34a4d; color: white;}
nav.mm ul ul {background: #9b1e21; width: 180px; border: 1px solid #88181a;}
nav.mm ul ul li:hover > a {background: #d34a4d; }
nav.mm ul ul li {border-top: 1px solid #88181a;}
nav.mm ul ul a {
	color: #fff;
	padding: 15px 10px;
	font-size: 14px;
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
	text-transform: none;
	line-height: 1.3;
	font-weight: normal;
}
nav.mm ul {padding: 0; margin: 0; font-size: 0;}
nav.mm li {position: relative;}
nav.mm ul a {display: block; text-decoration: none;}
nav.mm > ul > li {display: inline-block;}
nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	transform-origin: top;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 300ms;
}
nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
nav.mm ul ul ul {left: 100%;}
nav.mm ul ul li:first-child {border: 0;}

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

@media screen and (min-width: 800px) {
	#wrapper {
		padding: 134px 0 0; /*modme*/
	}
	#persistentHeader{
		background: #fff; /*modme*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
	}
	#mainHeader{
		position: relative;
		padding: 0;
	}
	#mainHeader:after{
		content: '';
		display: table;
		clear: both;
	}
	#logo-main{
		float: left;
		max-width: 450px;
		width: 100%;
		height: 123px;
		padding: 10px 0 10px 20px;
		margin: 0;
	}
	.mhrTop{
		float: right;
		text-align: right;
		margin: 33px 20px 0 0;
	}

	.mhCTA{ padding: 0 10px 0 0; }
	.mhPhone{ position: relative; padding: 0 0 0 20px; display: inline-block; }
	.mhPhone:before{
		content: '';
		position :absolute;
		width: 15px;
		height: 25px;
		background: url(img/header/contact-icons.webp);
		left: 0;
		top: -1px;
	}
	.mhContactBtns{ margin: 15px 0 0; }
/*	.mhContactBtns li{ margin: 0 -2px; }*/
	nav.mm{ clear: both; }
	body.admin-bar #persistentHeader {top: 32px;}
	body.admin-bar.fsMenuOn #persistentHeader {top: 0;}
	body.sticky_zone .noSticky{ display: none; }

	body.sticky_zone #persistentHeader{ box-shadow: 0 2px 15px 0 rgba(0,0,0,0.25); }
/*	body.sticky_zone .mhContactBtns{ display: none; }
	body.sticky_zone #logo-main{ max-width: 200px; padding: 5px 0 5px 20px; }
	body.sticky_zone .mhrTop{ margin: 25px 20px 0 0; }*/
}
@media screen and (min-width: 1120px) {
	#wrapper {
		padding: 99px 0 0; /*modme*/
	}
	#mainHeader{ padding: 0 20px; }
	#logo-main{ padding: 10px 0 9px; }
	.mhRight{
		float: right;
		width: calc(100% - 450px);
	}
	.mhrTop{ float: none; margin: 33px 0 0; }	
	.mhCTA,
	.mhPhone{
		font-size: 17px;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		padding: 0;
	}
	.mhPhone{ padding: 0 0 0 20px; margin: 0 0 0 5px; }
	.mhPhone:before{ top: -2px; }
	.mhContactBtns{
		display: inline-block;
		vertical-align: middle;
		margin: 0 2px 0 10px;
	}
	nav.mm{
		text-align: right;
		margin: 33px -999px 0 0;
		padding: 0 999px 0 0;
		display: inline-block;
		float: right;
	}
	nav.mm > ul > li > a{ text-transform: none; }

/*	body.sticky_zone .mhContactBtns{ display: inline-block; }
	body.sticky_zone #logo-main{ max-width: 220px; padding: 10px 0 9px 0; }
	body.sticky_zone .mhrTop{ margin: 16px 0 0 0; }*/
}
@media screen and (min-width: 1300px){
	nav.mm > ul > li > a{ text-transform: uppercase; padding: 10px 10px; }
}
@media screen and (min-width: 1640px){
	#wrapper {
		padding: 166px 0 0; /*modme*/
	}	
	#mainHeader{ max-width: 1800px; margin: 0 auto; }
	#logo-main{ padding: 20px 0; }
	.mhrTop{ margin: 31px 0 0; }
/*	.mhRight{ width: calc(100% - 355px); }*/
	.mhCTA,
	.mhPhone,
	.mhContactBtns{ font-size: 24px; }
	.mhCTA{ padding: 0 30px 0 0; }
	.mhPhone{ padding: 0 0 0 25px; }
	.mhPhone:before{ top: 4px; }
	.mhContactBtns{
		margin: 0 27px 0 30px;
	}
	.mhContactBtns li{ margin: 0px 2px; }
	.mhContactBtns a{
		padding: 6px 6px 6px 30px;
		box-sizing: border-box;
	}
	.mhContactBtns li:first-child a:before{ left: 15px; top: 12px; }
	.mhContactBtns li:nth-child(2) a{ width: 165px; }
	.mhContactBtns li:nth-child(2) a:before{ left: 15px; top: 12px; }
	nav.mm{ margin: 32px -999px 0 0; }
	nav.mm > ul > li > a{
		font-size: 16px;
		padding: 20px 32px;
	}

/*	body.sticky_zone .mhCTA,
	body.sticky_zone .mhPhone,
	body.sticky_zone .mhContactBtns{ font-size: 20px; }	
	body.sticky_zone .mhPhone:before{ top: 0; }
	body.sticky_zone .mhContactBtns li:first-child a:before{ top: 9px; }
	body.sticky_zone .mhContactBtns li:nth-child(2) a:before{ top: 9px; }
	body.sticky_zone .mhrTop{ margin: 7px 0 0; }
	body.sticky_zone nav.mm{ margin: 7px -999px 0 0; }			
	body.sticky_zone nav.mm > ul > li > a{ padding: 10px 40px; }*/
}

#homeslides {
	position: relative;
	height: 300px;
	background-color: #fff;
}
.homeslide, .homeslideImg {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
}
.homeslide{ display: none; }
#homeslide1 { display: block; }
.homeslideImg1{ background-image: url(img/slides/home/600/1-v2.webp); }
.homeslideImg2{ background-image: url(img/slides/home/600/2-v2.webp); }
.homeslideImg3{ background-image: url(img/slides/home/600/3-v2.webp); }
.homeslideImg4{ background-image: url(img/slides/home/600/4-v2.webp); }
.slideBox{
	position: absolute;
	z-index: 6;
	background: rgba(0,0,0,0.65);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 20px;
	bottom: 0;
	left: 0;
	border-bottom: 15px solid #9b1e21;
}
.slideHead {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	padding: 0 0 20px;
}
.slideBody {
	display: block;
	padding: 0;
	font-size: 14px;
}

@media screen and (min-width: 800px) {
	#syncMenu {z-index: 1;}
	#homeslides{ height: 438px; }

	.slideBox{
		text-align: left;
		border-bottom: 0;
		border-right: 15px solid #9b1e21;
		left: calc(50% - 391px);
		box-sizing: initial;
		padding: 30px 20px 30px 1019px;
		margin: 0 0 0 -999px;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.slideBoxInner{
		width: 613px;
		float: right;
	}
	.slideHead{ font-size: 24px; }

	.homeslideImg{ background-size: auto; }
	.homeslideImg1{ background-image: url(img/slides/home/1120/1-v2.webp); }
	.homeslideImg2{ background-image: url(img/slides/home/1120/2-v2.webp); }
	.homeslideImg3{ background-image: url(img/slides/home/1120/3-v2.webp); }
	.homeslideImg4{ background-image: url(img/slides/home/1120/4-v2.webp); }
}

@media screen and (min-width: 1120px) {
	#homeslides{ height: 624px; }

	.slideBox{
		left: calc(50% - 566px);
		padding: 40px 20px 40px 1019px;
	}
	.slideBoxInner{
		width: 704px;
	}
	.slideHead{ font-size: 28px; }
	.slideBody{ font-size: 15px; }

	.homeslideImg1{ background-image: url(img/slides/home/2000/1-v2.webp); }
	.homeslideImg2{ background-image: url(img/slides/home/2000/2-v2.webp); }
	.homeslideImg3{ background-image: url(img/slides/home/2000/3-v2.webp); }
	.homeslideImg4{ background-image: url(img/slides/home/2000/4-v2.webp); }
}

@media screen and (min-width: 1640px){
	.slideBox{
		left: calc(50% - 813px);
		padding: 55px 20px 55px 1019px;
	}
	.slideBoxInner{
		width: 951px;
	}	
	.slideHead{ font-size: 38px; }
	.slideBody{ font-size: 18px; }
}
@media screen and (min-width: 1700px){
	.slideBox{
		border-width: 30px;
		left: calc(50% - 828px);
	}
}

/*Services*/
.sxn-services{
	padding: 20px;
	text-align: center;
}
.serTitle{
	display: block;
	text-transform: uppercase;
	color: #959698;
	font-size: 25px;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 15px;
}
.serTitle > span{
	color: #9b1e21;
	font-weight: bold;
}
.serList li{ margin: 0 auto 5px; }
.serList span{
	display: block;
	background: #9b1e21;
	padding: 10px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #fff;
	transition: 300ms;
}
.serList li:hover span{ background: #d34a4d; }

.serBody{
	padding: 20px 0;
	line-height: 1.5;
}

.serSubtitle{
	display: block;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #9b1e21;
	font-weight: bold;
	margin: 0 0 10px;
}

.serSublist a{
	color: #000;
	transition: 300ms;
	font-family: 'Raleway', sans-serif;
}
.serSublist a:hover{ color: #d34a4d; }

.serBroker{
	display: block;
	border: 1px solid #b5b5b5;
	background: #fff;
	color: #000;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-size: 20px;
	margin: 20px auto;
	padding: 20px 130px 20px 20px;
	position: relative;
	transition: 300ms;
	width: 245px;
	box-sizing: border-box;
}
.serBroker:hover{
	background: #b5b5b5;
	color: #fff;
}
.serBroker:before{
	content: '';
	position: absolute;
	width: 100px;
	height: 50px;
	background: url(img/services/broker-v2.webp);
	background-size: 100%;
	top: 20px;
	right: 15px;
}

@media screen and (min-width: 800px){
	.sxn-services{
		text-align: left;
		padding: 40px 20px 215px;
		background: url(img/services/services-bg.webp) right bottom no-repeat;
	}
	.serTitle{ font-size: 30px; }
	.serList li{
		width: calc(33.33% - 5px);
		display: inline-block;
		vertical-align: top;
		margin: 0 0 25px;
		text-align: center;
	}
	.serList a{
		display: block;
		padding: 180px 0 0;
		background: url(img/services/services-v3.webp);
		background-size: 600%;
	}
	.serItem2 a{ background-position: left -100% top; }
	.serItem3 a{ background-position: left -200% top; }
	.serItem4 a{ background-position: left -300% top; }
	.serItem5 a{ background-position: left -400% top; }
	.serItem6 a{ background-position: left -500% top; }
	.serList li:hover a{
		filter: brightness(120%);
		-webkit-filter: brightness(120%);
		-moz-filter: brightness(120%);
		-ms-filter: brightness(120%);
	}
	.serList span{ font-size: 20px; }
	.serSubtitle{
		font-size: 18px;
		padding: 0 0 20px;
		text-align: left;
		max-width: 820px;
	}
	.serSublist{
		text-align: left;
		display: inline-block;
		vertical-align: top;
	}
	.serSublist1{
		border-right: 1px solid #6c6e70;
		padding: 0 30px 0 0;
		margin: 0 30px 0 0;
	}
	.serSublist li { margin: 0 0 5px; }
	.serSublist li a{
		position: relative;
		display: block;
		padding: 0 0 0 15px;
	}
	.serSublist li a:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 7px;
		border-color: transparent transparent transparent #9b1e21;
		top: 4px;
		left: 0;
		transition: 300ms;
	}
	.serSublist li:hover a:before{
		border-color: transparent transparent transparent #d34a4d;
		left: 5px;
	}
	.serBroker{ margin: 20px 0 0; }
}
@media screen and (min-width: 1120px){
	.serList li{
		width: calc(16.7% - 5px);	
	}
	.serList a{ padding: 160px 0 0; }
	.serSubtitle{
		position: relative;
		padding: 20px 0;
	}
	.serSubtitle:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: #000;
		padding: 0 0 0 999px;
		margin: 0 0 0 -999px;
		top: 0;
		left: 0;
	}
	.serSubtitle:after{
		content: '';
		position: absolute;
		width: 400px;
		height: 5px;
		background: #9b1e21;
		border-left: 5px solid #fff;
		top: -4px;
		left: 600px;
	}		
	.serBroker{
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 20px;
	}
}
@media screen and (min-width: 1640px){
	.sxn-services{ padding: 60px 20px 260px; }
	.serWrap{ max-width: 1800px; margin: 0 auto; }
	.serTitle{ margin: 0 0 30px; }
	.serList li{
		margin: 0 10px;
		width: calc(16.7% - 25px);
	}
	.serList li:first-child{ margin-left: 0; }
	.serList li:last-child{ margin-right: 0; }
	.serList a{ padding: 235px 0 0; }
	.serBody{
		font-size: 18px;
		padding: 30px 0;
		line-height: 1.7;
	}
	.serSubtitle{ padding: 30px 0; }
	.serSublist li{ margin: 0 0 10px; }
	.serSublist li a{ font-size: 18px; padding: 0 0 0 25px; }
	.serSublist li a:before{ top: 6px; }
	.serBroker{
		font-size: 28px;
		width: 386px;
		margin: 10px 0 0 20px;
	}
	.serBroker:before{
		width: 163px;
		height: 82px;
		top: 15px;
	}
}

/*Testimonials*/
.sxn-testimonials{
	text-align: center;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 35%, rgba(238,238,238,1) 35%, rgba(238,238,238,1) 35%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 35%,rgba(238,238,238,1) 35%,rgba(238,238,238,1) 35%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 35%,rgba(238,238,238,1) 35%,rgba(238,238,238,1) 35%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
	padding: 0 0 20px;
}
.testsWrap{}
.testsList{
	position: relative;
	width: 300px;
	margin: 0 auto;
	height: 660px;
	overflow: hidden;
	background: #fff;
	border: 2px solid #b5b5b5;
	text-align: left;
}
.testWrap{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}
.test{
	padding: 20px;
}
.testImg img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.testTitle{
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding: 20px 0 10px;
}
.testBody{
	font-style: italic;
}
.testAuthor{
	display: block;
	font-weight: bold;
}

.testsArrows{
	overflow: hidden;
	display: inline-block;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #b5b5b5;
	border-bottom: 2px solid #b5b5b5;
}
.testsArrows li{
	float: left;
}
.taPrev{ border-right: 2px solid #b5b5b5; }
.testsArrows a{
	font-size: 0;
	display: block;
	width: 80px;
	height: 55px;
	position: relative;
	transition: 300ms;
	background: #fff;
}
.testsArrows li a:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-top: 2px solid #b5b5b5;
	border-right: 2px solid #b5b5b5;
	top: 16px;
	transition: 300ms;
}
.taPrev a:before{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	left: 35px;
}
.taNext a:before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	left: 23px;
}
.testsArrows li:hover a{
	background: #b5b5b5;
}
.testsArrows li:hover a:before{
	border-color: #fff;
}
.taPrev:hover a:before{ left: 30px; }
.taNext:hover a:before{ left: 28px; }

@media screen and (min-width: 600px){
	.testsList{ width: 320px; height: 640px; }
}

@media screen and (min-width: 800px){
	.sxn-testimonials{ 	margin: -175px 0 0; padding: 0 0 40px; }
	.testsWrap{
		max-width: 760px;
		margin: 0 auto;
		overflow: hidden;
	}
	.testsList{
		width: calc(100% - 4px);
		height: 545px;
	}
	.testsArrows{
		float: left;
		margin: 0 0 0 130px;
	}
}
@media screen and (min-width: 1120px){
	.testsWrap{
		max-width: 1080px;
	}
	.test{ overflow: hidden; }
	.testImg{
		float: left;
		text-align: center;
	}
	.testWrap[data-slidenum="0"] .testImg{ margin-top: 5px; }
	.testWrap[data-slidenum="1"] .testImg{ margin-top: -5px; }
	.testWrap[data-slidenum="2"] .testImg{ margin-top: -10px; }
/*	.testWrap[data-slidenum="3"] .testImg{ margin-top: ; }*/
	.testWrap[data-slidenum="4"] .testImg{ margin-top: -5px; }
	.testWrap[data-slidenum="5"] .testImg{ margin-top: -5px; }
	.testWrap[data-slidenum="6"] .testImg{ margin-top: -30px; }
	.testWrap[data-slidenum="7"] .testImg{ margin-top: -5px; }
	.testWrap[data-slidenum="8"] .testImg{ margin-top: -5px; }

	.testWrap[data-slidenum="0"] .testInfo{ width: calc(100% - 250px); }
	.testWrap[data-slidenum="1"] .testInfo{ width: calc(100% - 208px); }
	.testWrap[data-slidenum="2"] .testInfo{ width: calc(100% - 327px); }
	.testWrap[data-slidenum="3"] .testInfo{ width: calc(100% - 228px); }
	.testWrap[data-slidenum="4"] .testInfo{ width: calc(100% - 298px); }
	.testWrap[data-slidenum="5"] .testInfo{ width: calc(100% - 278px); }
	.testWrap[data-slidenum="6"] .testInfo{ width: calc(100% - 250px); }
	.testWrap[data-slidenum="7"] .testInfo{ width: calc(100% - 172px); }
	.testWrap[data-slidenum="8"] .testInfo{ width: calc(100% - 204px); }
	.testInfo{
		float: right;
/*		width: calc(100% - 300px);*/
		box-sizing: border-box;
		padding: 0 0 0 20px;
	}
	.testTitle{
		padding: 0 0 30px;
		font-size: 28px;
	}
	.testBody{
		font-size: 22px;
		line-height: 1.5;
		padding: 0 0 30px;
	}
	.testAuthor{ font-size: 22px; }
}
@media screen and (min-width: 1640px){
	.sxn-testimonials{
		padding: 0 20px 70px;
		margin: -180px 0 0;
	}
	.testsWrap{ max-width: 1800px; }
	.testsList{ height: 360px; }
	.test{ padding: 50px; }
/*	.testImg{ height: 215px; }*/
	.testInfo{ width: calc(100% - 400px); }
}

#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: 1800px;
}
#mainContent {
	padding: 20px;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
}
	.article ul, .article ol {padding: 0 0 20px 30px;}
	.article li ul, .article li ol {padding: 0 0 0 30px;}
	.article li {list-style-position: outside;}
	.article ul li {list-style-type: disc;}
	.article ol > li {list-style-type: decimal;}
	.article ol > li > ol > li {list-style-type: lower-alpha;}
	.article ol > li > ol > li > ol > li {list-style-type: lower-roman;}
	.article ul ul {padding-bottom: 0;}
	.article a{ color: #d34a4d; }
	.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: 'Raleway', sans-serif;
		color: #9b1e21;
		padding: 0 0 5px 0;
		text-transform: uppercase;
		font-weight: bold;
	}
	.article h1 {
		font-size: 25px;
		padding: 0 0 20px 0;
	}
	.article h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
	}
	.article h3 {
		font-size: 16px;
		font-weight: bold;
	}
	.article h4 {
		font-size: 16px;
		font-style: italic;
	}
	.article h5 {
		font-size: 16px;
	}
	.headshot {
		width: 40%;
		max-width: 220px;
		float: left;
		margin: 0 15px 5px 0;
	}
	.article .alignright, .article .aligncenter, .article .alignleft{
		display: block;
		margin: 10px auto;
	}
	.mcImgScale{
		/*Do not add any additional css to this class.*/
		max-width: 100%;
	}
	#shareThisPage {clear: both; border-top: 1px solid #2a3868; padding: 20px 0 0; margin: 15px 0 0;}
	#shareThisPageHead {display: inline-block; font-size: 16px; line-height: 1; font-weight: normal; text-transform: uppercase; margin: 0 10px 0 0;}
	#shareThisPage .shareThisWrapper {display: inline-block;}
	.shareThisWrapper {font-size: 0;}
	.dskSharingIcon {width: 16px; height: 16px; display: inline-block; margin: 0 14px 0 0; overflow: hidden;}
	.dskSharingIcon:hover {opacity: 0.8;}
	.dskSharingIcon_twitter img{margin: 0 0 0 -16px;}
	.dskSharingIcon_linkedin img{margin: 0 0 0 -32px;}
	.dskSharingIcon_googleplus img{margin: 0 0 0 -48px;}
	.mcTable {margin: 0 0 20px;}
	.mcTable td {vertical-align: top; display: block;}
	.mcTable ul {padding: 0 0 0 30px;}
#sidebar {

}
.sb-thanks{ margin: 0 auto 20px; }
.sb-thanks img{ width: 100%; height: auto; }

.sb-testimonials{
	text-align: center;
	padding: 30px;
	background: #eeeeee;
	font-size: 16px;
	line-height: 1.7;
	margin: 0 auto 20px;
}
.sbtTitle,
.sbtSubtitle{
	display: block;
	font-family: 'Raleway', sans-serif;
	line-height: 1.3;
}
.sbtTitle{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
}
.sbtSubtitle{ font-size: 18px; padding: 0 0 20px; }

.sb-form{
	background: #9b1e21;
	color: #fff;
	text-align: center;
	padding: 20px;
	margin: 0 auto 20px;
}
.sbfTitle{
	display: block;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	padding: 0 0 20px;
}
.sbfTitle > span{ font-weight: bold; }
.sbfInput{ position: relative; }
.sbfInput:before{
	content: '';
	position: absolute;
	width: 37px;
	height: 41px;
	background: url(img/sidebar/form-icons.webp);
	top: 0;
	left: 0;
}
.sbfInput:nth-of-type(2):before{ background-position: left top -45px; }
.sbfInput:nth-of-type(3):before{ background-position: left top -90px; }
.sbfInput:nth-of-type(4):before{ background-position: left top -135px; }
.sbForm input,
.sbForm textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 0;
	outline: 0;
	color: #5f5f5f;
	padding: 11px 10px 10px 50px;
	margin: 0 auto 5px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}
.sbForm input::placeholder,
.sbForm textarea::placeholder{
	color: #5f5f5f;
}
.sbForm textarea{ height: 110px; }
.sbForm .gRecaptchaWrapper{ width: 100%; background: #4a90e2; }
.sbForm .submit-button{
	padding: 8px 8px 9px;
	text-transform: uppercase;
	color: #fff;
	background: url(img/sidebar/submit-arrow.webp) top right no-repeat #6b0204;
	font-weight: 400;
	font-size: 20px;
	margin: 5px 0 0;
}
.sbForm .submit-button:hover{
	background-color: #d34a4d;
	background-position: right bottom;
}

@media screen and (min-width: 1640px){
	.sb-testimonials,
	.sb-form,
	.sb-thanks{ margin: 0 auto 40px; }
}

/* Content Area */

@media screen and (min-width: 800px) {
	#syncContent {z-index: 1;}
	#contentArea{
		padding: 40px;
		overflow: hidden;
	}
	#mainContent {
		padding: 0;
		width: calc(100% - 20px - 300px);
		float: left;
	}
	.fwEntry #mainContent { float: none; margin: 0 0 40px; 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 {
		width: 300px;
		float: right;
	}
}
@media screen and (min-width: 900px) {
	.mcTable td {display: table-cell; padding: 0 0 0 40px;}
	.mcTable td:first-child {padding: 0;}
}

@media screen and (min-width: 1120px){
	#contentArea{ padding: 60px; }
	#mainContent{ width: calc(100% - 50px - 300px); }
}
@media screen and (min-width: 1640px){
	.article h1{ font-size: 40px; }
	.article h2{ font-size: 30px; }
	.article h3{ font-size: 22px; }
}




/*About*/
.sxn-about{ line-height: 1.5; overflow: hidden; }
.abtRight{}
.abtStory{
	background: #eeeeee;
	padding: 20px;
}
.abtTitle{
	display: block;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #9b1e21;
	font-size: 20px;
	padding: 0 0 15px;
}
.abtTitle > span{ font-weight: bold; }

.abtMedia{
	display: block;
	margin: 0 auto;
	width: 183px;
	position: relative;
	background: #d0d0d0;
	color: #000;
	text-align :center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	transition: 300ms;
	padding: 100px 0 0;
}
.abtMedia:before{
	content: '';
	position: absolute;
	width: 163px;
	height: 82px;
	background: url(img/about/business-journal.webp);
	top: 10px;
	left: 10px;
}
.abtMedia:hover{
	background: #fff;
}
.abtMedia span{
	display: block;
	color :#fff;
	background: #9b1e21;
	font-size: 15px;
	line-height: 1;
	padding: 10px;
	border-top: 2px solid #eee;
	transition: 300ms;
	margin: 6px 0 0;
}
.abtMedia:hover span{ background: #d34a4d; }

.abtHistory{ padding: 20px; }
.abtSubtitle{
	display: block;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #9b1e21;
	font-size: 18px;
	padding: 0 0 15px;
}
.abtSubtitle span{ font-weight: bold; }
.abtHistBox{
	padding: 0 0 10px;
	border-bottom: 1px solid #000;
	margin: 0 0 30px;
	position: relative;
}
.abtHistBox:before{
	content: '';
	position: absolute;
	width: 200px;
	height: 5px;
	background: #9b1e21;
	left: 0;
	bottom: -1px;
	border-right: 5px solid #fff;
}
.abtRight b{
	display: block;
	padding: 0 0 15px;
}
.abtList li{
	display: block;
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}
.abtList li:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #9b1e21;
	top: 5px;
	left: 0;
}
.abtRight .abtList{
	margin: 0 0 0 30px;
}
.abtLeft{
	padding: 20px;
}
.abtTour{
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 150px 20px 20px;
	margin: 0 auto 20px;
}
.abtTour.imgSet{
	background-image: url(img/about/tour.webp);
}
.abtTour span{
	display: block;
	padding: 10px;
	background: #9b1e21;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	border-radius: 3px;
}
.abtTour p{
	display: block;
	padding: 10px;
	border-radius: 3px;
	background: rgba(0,0,0,0.65);
	margin: 20px 0 0;
	line-height: 1.7;
}
.abtLicense{
	position: relative;
	padding: 0 0 200px
}
.abtLicense:after{
	content: '';
	position: absolute;
	width: 300px;
	height: 186px;
	background: url(img/about/us.webp);
	background-size: 100%;
	bottom: 0;
	left: calc(50% - 150px);
}
@media screen and (min-width: 800px){
	.sxn-about{
		background: url(img/about/about-bg.webp) bottom left no-repeat;
	}
	.abtTitle{ font-size: 30px; }
	.abtSubtitle{ font-size: 20px; }  
	.abtStory{ position: relative; }
	.abtStory:after{
		content: '';
		display: table;
		clear: both;
	}
	.abtStory p{ float: left; width: calc(100% - 220px); }
	.abtMedia{ float: right; }        
}
@media screen and (min-width: 1120px){
	.sxn-about{
		position: relative;
		line-height: 1.5;
		padding: 0 0 20px;
	}
	.sxn-about:after{
		content: '';
		display: table;
		clear: both;
	}
	.abtLeft{
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding: 0;
	}
	.abtRight{
		float: right;
		width: 50%;
		box-sizing: border-box;
		padding: 0;
	}
	.abtTitle{ font-size: 40px; }
	.abtSubtitle{ font-size: 30px; }
	.abtStory{
		padding: 0 20px 0 30px;
	}
	.abtHistory{ padding: 20px 20px 20px 30px; }
	.abtTour{
		padding: 350px 60px 60px;
		position: relative;
	}
	.abtTour:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 208px;
		border-top: 2px solid #9b1e21;
		border-right: 2px solid #9b1e21;
		bottom: 0;
		right: 30px;
	}
	.abtTour span{
		position: relative;
		z-index: 5;
		margin: 0 auto;
	}
	.abtTour span,
	.abtTour p{
		max-width: 400px;
		padding: 15px;
	}
	.abtTour p{ margin: 10px auto 0; }
	.abtLicense{ padding: 0 20px 280px; }
	.abtLicense:after{
		width: 450px;
		height: 280px;
		left: calc(50% - 225px);
	}
}
@media screen and (min-width: 1640px){
	.sxn-about{
		font-size: 18px;
		line-height: 1.7;
		padding: 0 0 40px;
	}
	.abtWrap{
		max-width: 1800px;
		margin: 0 auto;
	}
	.abtTitle{ padding: 0; }
	.abtSubtitle{ padding: 0 0 20px; }
	.abtList li:before{ top: 8px; }
	.abtTour{
		padding: 250px 90px 75px 0;
		margin: 0 0 80px;
		font-size: 18px;
		overflow: hidden;
	}
	.abtTour:before{
		height: 298px;
	}
	.abtTour span{ padding: 20px; box-sizing: border-box; }
	.abtTour p{ padding: 30px; box-sizing: border-box; }
	.abtTour span,
	.abtTour p{ max-width: 440px; }	
	.abtTourBox{ float: right; width: 440px;  }
	.abtLicense{ padding: 0 20px 380px; }
	.abtLicense:after{
		width: 630px;
		height: 392px;
		left: calc(50% - 390px);
	}
	.abtListLic{
		display: inline-block;
		vertical-align: top;
		max-width: 220px;
	}
	.abtListLic1{
		padding: 0 50px 0 0;
		border-right: 1px solid #6c6e70;
		margin: 0 50px 0 80px;
	}
	.abtStory{
		padding: 0 20px 40px 60px;
	}
	.abtHistory{
		padding: 60px 20px 0 60px;
	}
	.abtHistBox{
		padding: 0 0 40px;
		margin: 0 0 60px;
	}
	.abtHistBox:before{ width: 400px; }
	.abtRight b{ padding: 0 0 10px; }
}
@media screen and (min-width: 1840px){
	.abtTour{
		padding: 250px 90px 75px 370px;
		margin: 0 0 80px -370px;
	}
}

/*Projects*/
.sxn-projects{
	padding: 20px 20px 50px;
	background: #eee;
	line-height: 1.5;
}
.proTitle{
	display: block;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	color: #9b1e21;
	padding: 0 0 15px;
}
.proTitle span{ font-weight: bold; }
.proBody br{ display: none; }
.proList{
	width: 320px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.proItem{ display: inline-block; text-align: center; }
.proItem a{
	display: block;
	background-size: 300%;
	text-transform: uppercase;
	text-align: center;
	width: 300px;
	padding: 171px 0 0;
	transition: 300ms;
	margin: 0 auto;
}
.proItem a.imgSet { background-image: url(img/projects/projects-v3.webp); }
.proItem2 a{ background-position: left -100% top; }
.proItem3 a{ background-position: left -200% top; }
.proItem a:hover{
	filter: brightness(120%);
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-ms-filter: brightness(120%);
}
.proItem span{
	display: block;
	color: #9b1e21;
	transition: 300ms;
	font-size: 22px;
	background: #eee;
	padding: 15px;
}
.proItem a:hover span{
	color: #d34a4d;
	filter: brightness(83%);
	-webkit-filter: brightness(83%);
	-moz-filter: brightness(83%);
	-ms-filter: brightness(83%);
}
.proArrows{ text-align: center; }
.proArrows li{ display: inline-block; }
.proArrows a{
	font-size: 0;
	display: block;
	width: 80px;
	height: 55px;
	position: relative;
	transition: 300ms;
	background: #9b1e21;
}
.proArrows li a:before{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 14px;
	transition: 300ms;
}
.paPrev a:before{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	left: 33px;
}
.paNext a:before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	left: 21px;
}
.proArrows li:hover a{
	background: #d34a4d;
}
.paPrev:hover a:before{ left: 28px; }
.paNext:hover a:before{ left: 26px; }
@media screen and (min-width: 600px){
	.sxn-projects{
		padding: 20px 0 50px;
	}
	.proTitle{ padding: 0 20px 20px; }
	.proBody{ padding: 0 20px 30px; }
	.proListWrap{
		position: relative;
	}
	.proList{
		position: relative;
		z-index: 5px;
	}
	.proItem a{ width: 320px; }
	.proArrows{
		position: absolute;
		top: 0;
		margin: 0;
		width: 100%;
	}
	.paPrev{ float: left; }
	.paNext{ float: right; }
	.proArrows a{
		height: 274px;
		width: 60px;
	}
	.paPrev a:before{ right: 2px; left: auto; }
	.paNext a:before{ left: 2px; }
	.proArrows li a:before{
		top: calc(50% - 20px);
	}
	.paPrev:hover a:before{ right: 7px; left: auto;}
	.paNext:hover a:before{ left: 7px; }	
}
@media screen and (min-width: 800px){
	.sxn-projects{ padding: 40px 0; overflow: hidden; }
	.proTitle{ font-size: 30px; padding: 0 20px 10px; }
	.proTitle,
	.proBody{ max-width: 610px; margin: 0 auto; }
	.proListWrap{ max-width: 780px; margin: 0 auto; }
	.proList{ width: 650px; }
	.proItem { margin: 0; }
	.paPrev a{
		padding-left: 999px;
		margin-left: -999px;
	}
	.paNext a{
		padding-right: 999px;
		margin-right: -999px;
	}	
}
@media screen and (min-width: 1120px){
	.sxn-projects{ padding: 40px 0 140px; }
	.proTitle,
	.proBody { max-width: 930px; }
	.proListWrap { max-width: 1080px; }
	.proList{ width: 955px; }	
}
@media screen and (min-width: 1450px){
	.proTitle,
	.proBody{ max-width: 1220px; }
	.proBody br{ display: block; }
	.proListWrap{ max-width: 1360px; }
	.proList{ width: 1235px; }	
	.proItem a { width: 400px; padding: 214px 0 0;}
}
@media screen and (min-width: 1640px){
	.sxn-projects{ padding: 60px 20px 250px; }
	.proTitle,
	.proBody{ max-width: 1590px; }
	.proBody{
		font-size: 18px;
		padding: 0 0 60px;
	}
	.proListWrap{ max-width: 1600px; }
	.proList{ width: 1600px; }	
	.proItem a { 
		width: 512px;
    padding: 274px 0 0;
  }	
}

/*Footer*/
body.home .mfBottom.imgSet{
	background-image: url(img/footer/cityscape-1120.webp);
}
.mfBottom{
	background-size: cover;
	text-align: center;
	padding: 150px 0 0;
}
.mfBottom.imgSet{
	background-image: url(img/footer/cityscape-1120-sub.webp);
}
.mfbBar{
	background: rgba(0,0,0,0.65);
	color: #fff;
	padding: 20px 0;
}
.mflHeader{
	display: inline-block;
	padding: 0 0 15px;
	border-bottom: 1px solid #fff;
	margin: 0 0 20px;
}
.mflTitle{
	display: block;
	font-size: 26px;
}
.mflSubtitle{
	display: block;
	font-size: 18px;
}
.mfLoc{
	padding: 20px 0;
}
.mfLoc1{ border-bottom: 1px solid #fff; }
.mfNumbers{ margin: 0 auto; }
.mfNumbers a,
.mfNumbers span{ color: #fff; }

.mfBtns{
	display: inline-block;
	position: relative;
	padding: 10px 10px 8px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	position: relative;
	margin: 10px 15px;
	transition: 300ms;
	font-size: 14px;
}
.mfBtns:hover{
	 background: #fff;
	 color: #d34a4d;
}
.mfBtns:before{
	content: '';
	position: absolute;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border: 2px solid #fff;
	top: -4px;
	left: -4px;
}

.mfSocial{
	margin: 20px auto 0;
	text-align: center;
}
.mfSocial li{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}
.mfSocial a{
	display: block;
	height: 36px;
	width: 17px;
	overflow: hidden;
}
.mfLinkedIn a{ width: 33px; }
.mfLinkedIn img{ margin-left: -24px; }
.mfTwitter a{ width: 40px; }
.mfTwitter img{ margin-left: -63px; }
.mfSocial li:hover img{ margin-top: -37px; }

@media screen and (min-width: 600px){
	.mfLocation{
/*		text-align: left;*/
		font-size: 18px;
		width: 400px;
		margin: 0 auto;
	}
	.mfAddress{
		display: inline-block;
		vertical-align: top;
	}
	.mfNumbers{
		font-size: 18px;
		width: 160px;
		margin: 0 auto 40px;
	}
	.mfBtns{
		padding: 10px 50px 7px 10px;
		font-size: 16px;
	}
	.mfBtns:after{
		content: '';
		position: absolute;
		width: 25px;
		height: 25px;
		background: url(img/footer/arrow.webp) center top 3px no-repeat #fff;
		background-size: 10px;
		border-radius: 3px;
		right: 8px;
		top: 6px;
		transition: background-color 300ms;
	}
	.mfBtns:hover:after{
		background-color: #d34a4d;
		background-position: center bottom 3px;
	}
}
@media screen and (min-width: 800px){
	.mfbBar{ padding: 30px 20px; }
	.mfLocation{
		width: 630px;
		margin: 0 auto 30px;
		text-align: left;
	}	
	.mfLocWrap{
		display: inline-block;
		vertical-align: top;
	}
	.mfLoc{
		display: inline-block;
		vertical-align: top;
		border: 0;
		padding: 0;
	}
	.mfNumbers{
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 30px;
	}
	.mfBtns{ margin: 0 15px; }
	.mfSocial{
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 10px;
	}
}
@media screen and (min-width: 1120px){
	body.home .mfBottom.imgSet{
		background-image: url(img/footer/cityscape-bg.webp);
	}
	.mfBottom{
		padding: 210px 0 0;
	}
	.mfBottom.imgSet{
		background-image: url(img/footer/cityscape-bg-sub.webp);
	}
	.mfLocation{ width: 1040px; }
	.mfbBar{ padding: 40px 0; }
	.mflHeader{
		padding: 0 0 10px 0;
		display: inline-block;
		vertical-align: top;
		border-bottom: 0;
	}	
	.mfLoc1{
		padding: 0 20px 0;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		margin: 0 20px 0;
	}
	.mfAddress{ padding: 0; }
	.mfBtns{
		text-align: center;
		font-size: 25px;
		padding: 10px 70px 10px 35px;
	}
	.mfBtns:after{
		width: 34px;
		height: 34px;
		background-size: auto;
		background-position: top 5px center;
		top: 9px;
		right: 10px;
	}
	.mfBtns:hover:after{ background-position: bottom 5px center; }
	.mfSocial{ margin: 7px 0 0 10px; }
}
@media screen and (min-width: 1640px){
	.mfBottom{ padding: 340px 0 0; }
	.mfLocation{
		width: 1503px;
		text-align: center;
	}	
	.mflHeader,
	.mfLocWrap{ text-align: left; }
}


/*Homepage Footer*/
/*Contact*/
body.home .mfBottom{ padding: 0; }
.sxn-contact{
	background: #fff;
	border: 2px solid #b5b5b5;
	width: 90%;
	min-width: 300px;
	margin: 0 auto 60px;
	position: relative;
	top: -30px;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.conTitle{
	display: block;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	color: #9b1e21;
	padding: 0 0 10px;
	font-size: 20px;
}
.conTitle span{ font-weight: bold; }
.conForm{ width: 100%; }
.conForm input,
.conForm textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 0;
	outline: 0;
	border-bottom: 2px solid #b5b5b5;
	padding: 10px;
	margin: 0 0 5px;
	color: #000;
}
.conForm input::placeholder,
.conForm textarea::placeholder{ color: #000; }
.conForm .gRecaptchaWrapper{
	margin: 0 auto 5px;
	width: 255px;
}
.conForm .submit-button{
	border: 0;
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #9b1e21;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	max-width: 255px;
	margin: 0 auto;
	font-size: 30px;
	padding: 12px 50px 13px 10px;
}
.conForm .submit-button.imgSet { background-image: url(img/contact/arrow.webp) }
.conForm .submit-button:hover{
	background-color: #d34a4d;
	background-position: right bottom;
}
@media screen and (min-width: 800px){
	.sxn-contact{ padding: 30px; }
	.conTitle{ font-size: 30px; padding: 0 0 20px; }
	.conForm .gRecaptchaWrapper,
	.conForm .submit-button{
		display: inline-block;
		vertical-align: top;
		margin: 20px 5px 0;
	}
	.cfInputs input{
		display: inline-block;
		vertical-align: top;
		width: calc(33.33% - 7px);
	}
	.cfInputs input:nth-of-type(2){
		margin: 0 5px;
	}
}
@media screen and (min-width: 1120px){
	.sxn-contact{
		top: -100px;
	}
	.cfTextareas textarea{
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 8px);
	}
	.cfTextareas textarea:first-of-type{
		margin: 0 10px 0 0;
	}
}
@media screen and (min-width: 1640px){
	.sxn-contact{
		max-width: 1580px;
		left: -5px;
		top: -175px;
		padding: 75px;
	}
	.conTitle{
		line-height: 1;
		padding: 0 0 50px;
	}
	.conForm input,
	.conForm textarea{
		font-size: 18px;
		margin: 0 0 15px;
	}
	.cfInputs input{
		width: calc(33.33% - 20px);
	}
	.cfInputs input:nth-of-type(2){
		margin: 0 20px;
	}	
	.cfTextareas textarea{
		width: calc(50% - 20px);
	}
	.cfTextareas textarea:first-of-type{
		margin: 0 20px 0 0;
	}	
	.conForm .submit-button{ margin: 20px 0 0 15px; }
}

/*Homepage Footer*/
/*Map*/
.sxn-map{
	margin: 0 auto 40px;
	position: relative;
}
.mapMarker{
	display: block;
	position: absolute;
	width: 35px;
	height: 54px;
	overflow: hidden;
}
.mapMarker img{ width: 100%; height: auto; }
.mapMarker:hover img{ margin-top: -55px; }
.mapMarker1{ left: calc(50% - 20px); top: -15px; }
.mapMarker2{ left: calc(50% + 20px);  top: -10px; }
.mapWrap{
	display: block;
	width: 280px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}
.mapWrap img{
	width: 1200px;
	margin: 0 0 0 -460px;
}
@media screen and (min-width: 800px){
	.sxn-map{ margin: 0 auto; }
	.mapMarker{
		width: 40px;
		height: 62px;
	}
	.mapMarker:hover img{ margin-top: -63px; }
	.mapMarker1{
		left: calc(50% - 19px);
		top: -23px;
	}
	.mapMarker2{
		left: calc(50% + 38px); 
		top: -14px;
	}	
	.mapWrap{
		width: 670px;
	}
	.mapWrap img{
		width: auto;
		margin: -2px 0 0 -453px;
	}
	/*.sxn-map a:hover img{ margin: -233px 0 0 -453px; }*/

	body.home .mfLocation{
		background: #9b1e21;
		padding: 20px 20px 0;
	}
	body.home .mfbBar{ padding: 0 0 30px; }
}
@media screen and (min-width: 1120px){
	.mapMarker{
		width: 56px;
		height: 87px;
	}
	.mapMarker1{
		left: calc(50% - 29px);
		top: -45px;
	}
	.mapMarker2{
		left: calc(50% + 28px); 
		top: -37px;
	}	
	.mapMarker:hover img{ margin-top: -88px; }
	.mapWrap{
		width: 1080px;
		height: 230px;
	}
	.mapWrap img{
		margin: 0 0 0 -250px;
	}
/*	.sxn-map a:hover img{ margin: -231px 0 0 -250px; }*/
	body.home .mfLocation{
		padding: 20px 20px 0;
	}
}
@media screen and (min-width: 1640px){
	.mapMarker1{
		left: calc(50% - 32px);
	}
	.mapMarker2{
		left: calc(50% + 25px); 
	}		
	.mapWrap{
		width: 1583px;
	}	
	.mapWrap img{ margin: 0; }
/*	.sxn-map a:hover img{ margin: -231px 0 0 0; }*/
	body.home .mfLocation{
		padding: 20px 40px;
	}
	body.home .mfbBar{ padding: 0 0 50px; }	
	body.home .mfBtns{ margin: 20px 15px 0; }
	body.home .mfSocial{ margin: 22px 0 0 10px; }
}

/*Agency Footer */
#plmBrandingWrapper {
	padding: 30px 20px 30px;
	text-align: center;
	background: #000;
}
#plmBranding {
	overflow: hidden;
}
	#plmBranding,
	#plmBranding p > a {
		color: #fff;
		font: normal 10px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-decoration: none;
	}
	#plmBranding a:hover {
		text-decoration: underline;
		font-weight: normal;
	}
	#logo-plm {
		display: inline-block;
		margin: 0 auto 15px;
	}
	#logo-plm img {display: block;}
	#plmBranding p {
		padding: 0;
		margin: auto;
		max-width: 330px; /*modme*/
	}
	#plmBranding br {display: none;}

.fNav {
	padding: 20px 20px 0;
}
	.fNav li {
		line-height: 1;
		padding: 0 10px 0 9px;
		display: inline-block;
		list-style-type: none;
		list-style-position: outside;
		border-right: 1px solid #fff;
	}
	.fNav li:last-child{ border-right: 0; }
	.fNav a {
		color: #fff;
		font-size: 16px;
	}
	.fNav a:hover {
		text-decoration: underline;
	}	
@media screen and (min-width: 600px) {
	#plmBranding {
		display: inline-block;
	}
	#plmBranding,
	#plmBranding a {line-height: 1.1;}
	#logo-plm {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	#logo-plm img {display: block;}
	#plmBranding p {
		display: inline-block;
		margin: 4px 0 0 10px;
		max-width: none;
		text-align: left;
		vertical-align: middle;
	}
	#plmBranding br {display: inline;}
}
@media screen and (min-width: 1120px){
	#plmBrandingWrapper{ padding: 40px 20px; }
	#plmBranding,
	.fNav{
		display: inline-block;
		vertical-align: middle;
		padding: 0;
	}
	.fNav{ margin: 10px 0 0 30px; }
}
@media screen and (min-width: 1640px){
	#plmBrandingWrapper{ padding: 50px 20px; }
}


#contact-tab {
	display: none;
	position: fixed;
	right: 0;
	z-index: 200;
	overflow: hidden;
	top: 240px;
	height: 98px;
}
#contact-tab:hover img {margin: -98px 0 0 0;}
#contact-tab img {display: block;}

/* Search Page */
#univ_search_form {margin: 0 0 20px;}
#univ_search_field {
	display: inline-block;
	box-sizing: border-box;
	width: 160px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	color: #000;
	background-color: #fff;
}
#univ_search_submit {
	height: 36px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: #333;
	color: #fff;
}
#univ_search_submit:hover {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

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

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

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

/* Contact Form - Custom */

/* Contact Form Styling Ends */

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

/*  < slick >  */
/*  slick - get rid of blue outline on slideshow  */
:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.slick-list:focus { outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide {
    float: left;
    display: none;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none; }
/*  </ slick >  */


/*Page Specific CSS*/


/*Contact page*/
.article .mc_contactList{
	padding: 0 0 20px;
	list-style-type: none;
}

.article .mc_contactList li{
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0 10px;
}
.article .mc_contactList li:before{
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(img/content/contact-icons.webp);
	top: 4px;
	left: 0;
}
.article .mc_contactList li:nth-of-type(2):before,
.article .mc_contactList li:nth-of-type(5):before{
	background-position: left top -19px;
	width: 19px;
	height: 16px;
}
.article .mc_contactList li:nth-of-type(4):before{
	background-position: left bottom;
	height: 18px;
	width: 18px;
}

@media screen and (min-width: 800px){
	.mc_contactList span{ display: block; padding: 0 0 10px; }
	.mc_contactList p{
		display: inline-block;
		vertical-align: top;
		padding: 0 20px 0 0;
	} 
}


/* testimonials page */
.testimonial{
	border-left: 5px solid #9b1e21;
	padding: 0 0 0 20px;
	margin: 0 0 40px;
}
.testimonial h3{
	color: #9b1e21;
	font-size: 18px;
}
.testimonial h4{
	color: #9b1e21;
	font-size: 14px;
}
.testimonial img{ max-height: 75px; max-width: 100%; }
@media screen and (min-width: 1120px){
	.testimonial{ margin: 0 0 60px; }
	.testimonial img{ max-height: 60px; margin: -5px 20px 0 0; }
	.testimonial img,
	.testMeta{
		display: inline-block;
		vertical-align: top;
	}
	.testimonial h3{ font-size: 20px; padding: 0 0 5px; }
	.testimonial h4{ font-size: 16px; }
}

/*Projects Page*/
.mcProject{
	background: #eee;
	padding: 20px;
	margin: 0 auto 20px;
	overflow: hidden;
}
.mcProject h2{ text-align: center; }
.article .mcProject img{
	height: auto;
	float: none;
	margin: 0 auto 20px;
	border: 2px solid #000;
}

.mcProject ul{ list-style-type: none; padding: 0; }
.mcProject li{
	position: relative;
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0 auto 15px;
}
.mcProject li:last-child{ margin: 0; }
.mcProject li:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #9b1e21;
	top: 8px;
	left: 0;
}

@media screen and (min-width: 1200px){
	.mcProject{ padding: 0 20px 20px; }
	.mcProject h2{ line-height: 1; padding: 0 0 20px; }
	.article .mcProject img{
		float: left;
		max-width: 300px;
		margin: 0;
	}
	.mcProject ul{
		float: left;
		margin: 0 0 0 30px;
		width: calc(100% - 334px);
	}
}

/*News Page*/
.mc_news{
	border-left: 5px solid #9b1e21;
	padding: 0 0 0 20px;
	margin: 0 0 40px;
}
.mc_news h2 { text-transform: none; }
.mc_news img{
	max-width: 100%;
	margin: 0 auto 10px;
	border: 2px solid #000;
}
.mc_news p{ padding: 0; }
@media screen and (min-width: 1200px){
	.mc_news{ overflow: hidden; margin: 0 0 60px; }
	.mc_news img{ 
		float: right;
		max-height: 200px;
		margin: 0 0 0 20px;
	}
}

/*General Main Content*/
.article a.mcBtn{
	display: inline-block;
	position: relative;
	border: 2px solid #992025;
	padding: 10px;
	background: #fff;
	text-transform: uppercase;
	color: #992025;
	transition: 300ms;
}
.article a.mcBtn:hover{
	background: #992025;
	color: #fff;
	box-shadow: inset 0 0 0 2px #fff;
	text-decoration: none;
}
@media screen and (min-width: 600px){
	.article a.mcBtn{
		font-size: 25px;
		padding: 10px 70px 10px 20px;
	}
	.article a.mcBtn:before{
		content: '';
		position: absolute;
		width: 30px;
		height: 30px;
		background: #992025;
		border-radius: 3px;
		top: 16px;
		right: 16px;
		transition: 300ms;
	}
	.article a.mcBtn:hover:before{ background: #fff; }
	.article a.mcBtn:after{
		content: '';
		position: absolute;
		width: 15px;
		height: 15px;
		border-top:  1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		top: 23px;
		right: 27px;
		transition: 300ms;
	}	
	.article a.mcBtn:hover:after{ border-color: #992025; }
}

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

/* CSS below only if Vimeo-embed has never been implemented */

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

/* Recent Project */
.mcImgList {
	display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px 30px;
}
.mcImgList ul, .mcImgList li {
	list-style-type: none !important;
	padding: 0;
}
.mcImgList img {
	display: block;
	margin: 0;
}
@media screen and (min-width: 1250px) {
	.mcImgList { 
	  justify-content: flex-start;
	  flex-wrap: wrap;
	   flex-direction: row;
	}
}	
@media screen and (min-width: 1640px) {
	.mcImgList { gap: 50px 55px; }
}	

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

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

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

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

.vfActive {
    display: block;
	width: calc(100% - 40px);
}

.vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidationPrompt,
.vfFailedZipValidationPrompt {display: none;}
.vfFailedEmailValidation .vfFailedEmailValidationPrompt,
.vfFailedTelephoneValidation .vfFailedTelephoneValidationPrompt,
.vfFailedZipValidation .vfFailedZipValidationPrompt {display: block;}

@media screen and (min-width: 1120px){
	.vfActive {
		width: calc(100% - 40px);
		margin: 20px 0;
	}
}
/* Form Validation -- Ends */
