@charset "utf-8";
/* CSS Document */

/*
#ED3025 - Red
#5B6766 - Dark Grey
#C9D1CF - Light Grey
*/

/* TOP OF PAGE OFFSET
-----------------------------------------------------------------------------*/
.topOffset {
	padding-top: 0px;
}
#topOffsetAdmin {
	padding-top: 300px;
}
#slide2 {
	background: #FFF;
}
/* ADMIN
-----------------------------------------------------------------------------*/
#admin {
  background: #333;
  overflow: hidden;
  text-align: right;
}
#admin-nav a {
  display: inline-block;
  padding: 6px 12px 4px 12px;
}
#admin-nav img {
  height: 18px;
}
#admin-nav a:hover, #admin-nav a:focus {
  background: rgba(255, 255, 255, .3);
}
/* Forms
-----------------------------------------------------------------------------*/
.buttons {
	padding: 0;
  	overflow: hidden;
	margin: 0;
}
.buttons a, .buttons button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	float: left;
	text-align: center;
	margin: 0 5px 0 0;
	min-width: 80px;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 10px 5px 10px; /* Links */
}
.buttons button, .buttons a {
	overflow: visible;
	margin: 0;
	padding: 4px 10px; /* IE6 */
}
.buttons button:hover, .buttons a:hover {
	background-color: #fff;
	border: 3px solid #fff;
	color: #D0112B;
}

button:focus, .buttons a:focus {
	color: #D0112B;
	background-color: #fff;
}
.page-content .buttons button[type] {
	padding: 5px 10px 5px 10px; /* Firefox */
	 /* Safari */
}
*:first-child+html button[type] {
	padding: 5px 10px 5px 10px; /* IE7 */
}
.buttons button img, .buttons a img {
	margin: 0 6px -3px 0 !important;
	padding: 0;
	border: none;
	width: 14px;
	height: 14px;
}
/* ADMIN BUTTONS: Standard */
button, .buttons a {
	background: #B8CDEA;
	border: 1px solid #96B2DB;
	color: #196DB6;
}
button:hover, .buttons a:hover, button:focus, .buttons a:focus {
	background: #96B2DB;
	color: #196DB6;
}
/* ADMIN BUTTONS: Positive */
button.positive, .buttons a.positive {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
.buttons a.positive:hover, button.positive:hover, .buttons a.positive:focus, button.positive:focus {
	background: #C6D880;
	color: #529214;
}
/* ADMIN BUTTONS: Negative */
.buttons a.negative, button.negative {
	background: #FBE3E4;
	border: 1px solid #FBC2C4;
	color: #D12F19;
}
.buttons a.negative:hover, button.negative:hover, .buttons a.negative:focus, button.negative:focus {
	background: #FBC2C4;
	color: #D12F19;
}
.req {
	color: #D12F19;
}

#pagerefer {
	display: none;
}

#ADDRESS2label {
	display: none;
}
#ADDRESS2 {
	display: none;
}
#ADDRESS3label {
	display: none;
}
#ADDRESS3 {
	display: none;
}
/* Mailchimp
-----------------------------------------------------------------------------*/
#mc_embed_signup {
	position: absolute;
	right: 0;
	width: 30vw;
	background-color: #D0112B;
}

/* Sub-page Box
-----------------------------------------------------------------------------*/


a.subpageBox {
	display: block;
	border: 1px solid #FFF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: 205px;
}
a.subpageBox:hover, a.subpageBox:focus {
	text-decoration: none;
	background: #FFF;/* -webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%); */
}
a.subpageBox div {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 160px;/* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); */
}
a.subpageBox div:hover, a.subpageBox div:focus {
	filter: brightness(40%);
}
a.subpageBox h2 {
	text-align: center;
	font-weight: 700;
	color: #000;
	margin: 0;
	padding: 0 20px 0 20px;
    font-size: 1rem;   
    letter-spacing: normal;
	line-height: 1.5;
  	display: inline-block;
  	vertical-align: middle;
}
a.subpageBox p {
	min-height: 80px;
	padding: 0 20px 0 20px;
}
#span2 a.subpageBox div {
	height: 100px;
}
#span6 a.subpageBox div {
	height: 220px;
}
.servicetile {	
	float:left;
	margin: 0 1%;
}
.serviceBox, #slide4 .serviceBox {
	display: block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 0 24px 0;
	text-align: center;
}
.serviceBox h3, #slide4 .serviceBox h3 {
	text-align: center;
	font-family: "Eurostile", serif;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 600;
	margin: 24px auto 6px auto;
	color: #222;
	width: 150px;
}
.serviceBox:hover, .serviceBox:focus, #slide4 .serviceBox:hover, #slide4 .serviceBox:focus {
	text-decoration: none;
	
	/*-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);*/
}
.serviceBox div, #slide4 .serviceBox div {
	background-size: cover;
	background-position: center;
	border-radius: 50%; 
	width: 225px;
	
	height: 225px; 
	background-color: #222;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 auto;
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);*/
}
.serviceBox div:hover, .serviceBox div:focus, #slide4 .serviceBox div:hover, #slide4 .serviceBox div:focus {
	filter: brightness(40%);
}
.serviceBox p, #slide4 .serviceBox p {
	padding: 0 10%;
	color: #000;
}
#news-page {
    display: block;
    padding: 5em;
    
}
.newstitle {
    padding: 2.5em 2.5em 0 2.5em;
}
#newspageBox {
    display: flex;
    gap: 1em;
	padding: 35px 5em;
}
#newspageBox-home {
    display: flex;
    width: fit-content;  
    background-color: #fff; 
    padding-left: 5em;
}
#news-carousel {
    display: flex;
    position: relative;
    width: calc(60vw + 5em);
    background-color: #fff;
    margin-left: 5em; 
    overflow: hidden; 
        
}
#news-buttons {
    display: flex;
    flex-direction: column;
    width: 5em;
    position: relative;
    z-index: 100;
}
.current-slide {
    height: 100%;
}
.arrow {
    height: 20px; width: 20px;
    border-top: 2px solid #ccc; border-right: 2px solid #ccc;
}
.right {
    translate: -25%; rotate: 45deg;
}
.left {
    translate: 25%; rotate: -135deg;
}

#news-buttons button {
    height: 50%;
    background-color: #fff;
    color: #666;
    cursor: pointer;
    position: relative; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    border: 2px solid #ccc;
    box-sizing: border-box;
}
#news-carousel-container {
    width: 60vw;    
}
#news-carousel-track {
    display: flex;
    list-style: none;
    height: 100%;
    position: relative;
    transition: transform 250ms ease-in;
    padding: 0;
    margin: 0;
}
.news-carousel-slide {
    display: flex;
    
    padding: 0;
    margin: 0;
}
.news-flex {
    display: flex;
    flex-direction: row;
    
    width: 60vw;
    gap: 1em;
}
.news-image {
    background-size: cover;
	background-position: center;
    aspect-ratio: 1.5;
}
.newspageBox-home {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 0 70px 0;
    
}

.newspageBox {
	display: block;
	border: 1px solid #FFF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 0 70px 0;
}
.newspageBox:hover, .newspageBox:focus {
	text-decoration: none;
}
.newspageBox div {
	background-size: cover;
	background-position: center;
    aspect-ratio: 1.5;
}
.newspageBox div:hover, .newspageBox div:focus {
	/*filter: grayscale(0%);*/
}
.newspageBox span {
	font-family: "montserrat", serif;
	margin: 10px 0;
	color: #888;
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: 900;
}

.newspageBox p {
	color: #000;
}
/* TOGGLE Sections
-----------------------------------------------------------------------------*/
#sections {
	float: left;
	width: 100%;
}


.toggleTitle {
  cursor: pointer;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0;
  margin: 0 0 0 0;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggleTitle:hover, .toggleTitle:focus {
  /* background: rgba(0, 0, 0, .05); */ 
	color: #333;	
  text-decoration: none;
}
.toggleTitle h2 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #D0112B;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.toggleTitle span {
  display: inline-block;
  font-style: normal;
}
.sectAnchor::before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0 0;
  visibility: hidden;
}
.toggleDiv {
  overflow: hidden;
  margin: 0 0 12px 0;
  background: rgba(255, 255, 255, .9);
}
.toggleDiv h3 {
  padding: 0 0 0 0;
  margin: 0 0 12px 0;
}
.toggleDiv img {

}
.toggleDiv img {

}
/* VIDEOS - Responsive
-----------------------------------------------------------------------------*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin: auto;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* TEXT STYLES
-----------------------------------------------------------------------------*/
.hgroup {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 18px 0px;
	border-bottom: 1px solid #CCC;
}
.intro {	/* Used in Page Intros */
	font-size: 1.4rem;
	line-height: 2.0rem;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
}
#INTRO {
	font-size: 1.4rem;
	line-height: 2.0rem;
	color: #D0112B;
}
.intro2 {	/* Used in Section Intros */
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	color: #888;
}
.body{
	
}
#INTRO2 {
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #888;
}
.fineprint {
	font-size: 0.7rem;
	line-height: 1.2rem;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.anchor {
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}
#byline {
	font-size: .8rem;
	text-align: right;
	margin: -15px 0 12px 0;
}
/* SIDEBAR
-----------------------------------------------------------------------------*/
#sidebar {
	margin-top: 0px;
	background: #EEE;
	padding: 20px 20px 10px 20px;
	border: 1px solid #CCC;
}
#sidebar h4 {
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
}
#sidebar p {
	font-size: .8rem;
	line-height: 1.2rem;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.sideItem {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
/* MEDIA ELEMENTS
-----------------------------------------------------------------------------*/
.mediaElements {
	width: 40%;
	float: right;
	margin: 0 0 24px 24px;
	background: #EFEFEF;
	border: 1px solid #CCC;
}
.mediaElements div {
	margin: 0 0 6px 0;
}
.mediaElements h3 {
	font-size: .8rem;
	line-height: 1.2rem;
	margin: 0 0 2px 6px;
	padding: 0 0 0 0;
}
.mediaElements p {
	font-size: .8rem;
	line-height: 1.2rem;
	margin: 0 0 6px 6px;
	padding: 0 0 0 0;
}
.mediaElements ul {
	font-size: .8rem;
	line-height: 1.2rem;
	margin: 0 0 6px 18px;
}
.mediaElements li {
	font-size: .8rem;
	line-height: 1.2rem;
}
.mediaElements img {
	width: 100%;
}
.mediaElements a {
	font-size: .8rem;
	line-height: 1.2rem;
}
/* LAYOUT - COLUMNS
-----------------------------------------------------------------------------*/
.container {
	margin: 0 auto 0 auto;
	overflow: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 1100px;
}
.lpcontainer {
	margin: 0 auto 0 auto;
	overflow: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 1200px;
}
[class*="span"] {
	margin-left: 2.12766%;
	float: left;
}
[class*="span"]:first-child {
	margin-left: 0;
}
.span1 {
	width: 6.38298%;
}
.span2 {
	width: 14.89362%;
}
.span3 {
	width: 23.40426%;
}
.span4 {
	width: 31.91489%;
}
.span5 {
	width: 40.42553%;
}
.span6 {
	width: 48.93617%;
}
.span6x {
	width: 48.93617%;
}
.span7 {
	width: 57.44681%;
}
.span8 {
	width: 65.95745%;
}
.span9 {
	width: 74.46809%;
}
.span10 {
	width: 82.97872%;
}
.span11 {
	width: 91.48936%;
}
.span12 {
	width: 100%;
}

/* Desktop (large)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 1100px) {
html {
	font-size: 14px;
}
.container {
	width: 1000px;
}
.lpcontainer {
	width: 1000px;
}	
#hero {
	display: block;
	background-image: url('<? echo $hero_img; ?>'), url("../../media/static/images/home-slide-overlay-vertical.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: bottom;
	width: 100%;
	font-size: 1.8rem;
	line-height: 2.0rem;
	color: #FFF;
	text-align: center;
}
#hero .container {
	padding: 120px 0 120px 0;
}
#hero .container h1 {
	font-size: 6rem;
	line-height: 6.2rem;
	color: #fff;
}
}

/* Desktop (regular)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1099px) {
html {
	font-size: 14px;
}
.container {
	width: 700px;
}
.lpcontainer {
	width: 700px;
}	
	a.subpageBox {
		height: 262px
	}	
a.subpageBox div {
	height: 200px;
	}
.servicetile {
	width: 48%; 
	overflow:hidden; 
	float:left;
	margin: 0 1%;
}
.mediaElements {
	width: 100%;
	margin: 0 0 0 0;
	float: none;
} 
#navClick {
	display: none;
} 
#navTouch {
	display: block;
}
.topOffset {
	padding-top: 0;
}
#topOffsetAdmin {
	padding-top: 300px;
}	
#hero .container h1 {
	font-size: 5.5rem;
	line-height: 5.7rem;
	color: #fff;
}

}



/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
html {
	font-size: 14px;
}
.container {
	width: 500px;
}
.lpcontainer {
	width: 500px;
}
	.mobile-ftr {
		padding: 0;
	}
a.subpageBox {
		height: 300px;
	}	
a.subpageBox div {
	height: 255px;
	}	
	
[class*="span"] {
	margin-left: 0;
}
[class*="span"]:first-child {
	margin-left: 0;
}
.span1 {
	width: 100%;
}
.span2 {
	width: 100%;
}
.span3 {
	width: 100%;
}
.span4 {
	width: 100%;
}
.span5 {
	width: 100%;
}
.span6 {
	width: 100%;
}
.span7 {
	width: 100%;
}
.span8 {
	width: 100%;
}
.span9 {
	width: 100%;
}
.span10 {
	width: 100%;
}
.span11 {
	width: 100%;
}
.span12 {
	width: 100%;
}
.span6x {
	margin-left: 2.12766%;
	}
}

/* Mobile
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 549px) {
html {
	font-size: 14px;
}
.topOffset {
	padding-top: 0;
}
#topOffsetAdmin {
	padding-top: 45px;
}
.container {
	width: 88%;
	margin: 0 21px 0 21px;
}
.lpcontainer {
	width: 88%;
	margin: 0 21px 0 21px;
}	
	
.servicetile {
		width: 100%;
		margin: 20px 0 0 0;
	
	}
#slide4 .serviceBox div {
		width: 60vw;
		height: 60vw;
	}
	.mobile-ftr {
		padding: 20px 0;
	}
#breadcrumb {
	display: none;
}
[class*="span"] {
	margin-left: 0;
}
[class*="span"]:first-child {
	margin-left: 0;
}
#footer-contact {
	text-align: center;
}
ul#menuFtr {
	display: none;
}
#hero .container {
	padding: 40px 0 40px 0;
}
#hero .container h1 {
	font-size: 3rem;
	line-height: 3.2rem;
	color: #fff;
}
.span6x {
	width: 100%;
	margin: 0;
	}	
}
