@charset "utf-8";
/* CSS Document */

/***** BEGIN RESET *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	font-family: 'Industry', sans-serif;
	background: #f5f5f5!important;
	line-height: 1.5;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

a {
	text-decoration: none;
    transition: all .3s ease-in-out;
}

.width {max-width: 1500px; margin: 0 auto; width: 90%;}
.wrapper-width {width: 80%; margin: 0 auto; max-width: 1400px;}
/*.inventory-width {width: 85%; margin: 0 auto;}*/

/* slide down inv search */
.search {display: none;}

/**SCROLL UP BUTTON**/
.cd-top {
  display: inline-block;
  outline: none; /* Remove outline */
  border: none; /* Remove borders */
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #2a2a2a /*black*/ url(../siteart/scroll-to-top.svg) no-repeat center 50%;
  visibility: hidden;
  border-radius: 100px;
  opacity: 0;
  padding:5px; /* Some padding */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius:5px;
  border: .5px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity .3s 0s, visibility 0s .5s;
  -moz-transition: opacity .3s 0s, visibility 0s .5s;
  transition: opacity .3s 0s, visibility 0s .5s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .5s 0s, visibility 0s 0s;
  -moz-transition: opacity .5s 0s, visibility 0s 0s;
  transition: opacity .5s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
.cd-top:hover {
  background-color: #c31f25;
}


/***************************  HEADER STYLES  *************************************/
header {
	width: 100%;
	display: inline-block!important;
	margin: 0 auto;
	background: rgba(0, 0, 0, .8);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	position: fixed;
	z-index: 10;
}

header .flex-wrapper {display: flex; align-items: flex-end; flex-wrap: wrap; justify-content: space-between;}

div.hdr-top {
	width: 700px;
	position: absolute;
	right: 0;
	display: inline-block;
	background: #c31f25;
	border-radius: 0 0 0 5px;
	transform-origin: top left;
    transform: skew(-135deg, 0deg);
    overflow: hidden;
}

div.hdr-top p {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 12px;
	vertical-align: middle;
	text-align: right;
	text-transform: uppercase;
    transform: skew(135deg, 0deg);
	letter-spacing: .5px;
}

div.hdr-top p a {
	text-decoration: none;
	color: #000;
}

div.hdr-top p a:first-child {
	margin-right: 15px;
}

div.hdr-top p a:hover {
	color: #ddd;
}

a#logo {
	padding: 10px 0 5px;
}

a#logo img {
	width: 100%;
	max-width: 155px;
	height: auto;
}

#search-box input#search-btn {
	padding: 1%;
	background: none;
	text-transform: uppercase;
	outline: none;
	color: #c31f25;
	font-weight: 900;
	border: 1px solid #c31f25;
	cursor: pointer;
}

#search input#search-btn:hover {
	border: 1px solid #ddd;
	color: #ddd;
}

/*********************  HOMEPAGE STYLES **************************************/
.homepage-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	height: auto;
	position: relative;
	z-index: 1;
}

.home-welc{
	width:100%;
	display: inline-block;
	text-align: center;
	color:#fff;
	text-shadow:1px 2px 2px rgba(0,0,0,0.75);
	position: absolute;
	z-index: 5;
	top:45%;
}

.home-welc h1 {
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: 1px;
	text-shadow: 2px 2px 8px #222;
}

.home-welc h1 span {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: .25em;
	display: block;
	letter-spacing: 2px;
}

.slider-pro {background-color: #000;}

/* inv cutout button section */
.inv-cutouts {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding: 2em 0;
	text-align: center;
	background: #fff;
}

.inv-cutouts img {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: inline-block;
	margin: 1%;
}

.inv-cutouts a:hover {
	font-weight: bolder;
	opacity: 0.8;
}

.inv-cutouts h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #c31f25;
}

.inv-cutouts p {
	font-size: 15px;
	color: #000;
}

.col1, .col2, .col3 {
	float: left;
	width: 48%;
	margin: 1%;
	padding: 5px;
	display: inline-block;
}


/*********************  OUR MISSION SECTION **************************************/
.mission-statement {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: url('/siteart/mission-left-bg.jpg') no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	border-bottom: 1px solid #fff;
	background-color: #000;
}

.mission-statement .left {
	float: left;
	width: 50%;
	padding: 3em 10%;
}

.mission-statement .left p {
	font-weight: 500;
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 2px 8px #222222;
    -webkit-text-shadow: 2px 2px 8px #222222;
    -moz-text-shadow: 2px 2px 8px #222222;
    -ms-text-shadow: 2px 2px 8px #222222;
	padding: 2%;
	letter-spacing: .5px;
}

.mission-statement .left p a {
	color: #fff;
}

.mission-statement .left p a:hover {
	color: #ddd;
}

.mission-statement .right {
	float: right;
	width: 50%;
	background: #000;
	color: #ddd;
	padding: 5em;
}

.mission-statement .right h1 {
	text-transform: uppercase;
	color: #c31f25;
	font-size: 45px;
	line-height: 1.2;
}

.mission-statement .right h1 span {
	display: block;
}

.mission-statement .right hr {
	width: 75px;
    display: inline-block;
    border-width: 5px;
    /*border-style: dashed;*/
    color: #2a2a2a;
    margin-bottom: 25px;
	margin-top: 15px;
}

.mission-statement .right p span {
	font-size: 20px;
	font-weight: 500;
}

.mission-statement a#cta-btn, .page-wrapper a#cta-btn, .what-we-do a#cta-btn {
	background: #c31f25;
	color: #e3e3e3;
	letter-spacing: 1px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	padding: 15px 25px;
	margin: 15px 0;
}

.mission-statement a#cta-btn:hover, .page-wrapper a#cta-btn:hover, .what-we-do a#cta-btn:hover {
	background: #e3e3e3;
	color: #313233;
}

.mission-statement a#cta-btn:after, .page-wrapper a#cta-btn:after {
	content: ' \00BB';
	margin-left: 5px;
	color: #2a2a2a;
}


/* services page */
.service-form h3 .fas {
	margin-right: 10px;
	color: #000;
}

.service-form #formpage {
	padding: 0;
	padding-top: 10px;
}

.service-form .formfield {
	width: 100%;
}

.service-form #formpage div {
	line-height: 30px;
}

.mission-statement.service {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	margin-bottom: -6px;
	margin-top: -11px;
	background: url('/siteart/services-bg.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-color: #000;
}

.mission-statement .left.service {
	float: right;
	width: 50%;
	padding: 3rem;
	background: rgba(255,255,255,.75);
	margin: 20px 0;
}

.mission-statement .right.service ul li {
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	text-shadow: 2px 2px 8px #222222;
	padding: 2%;
	letter-spacing: .5px;
}

.mission-statement .right.service ul li .fas {
	margin-right: 5px;
	color: #c31f25;
}

.mission-statement .right.service {
	float: left;
	width: 50%;
	background: transparent;
	color: #ddd;
	padding: 7%;
}

.mission-statement .right.service h1 {
	text-transform: uppercase;
	color: #c31f25;
	font-size: 45px;
	line-height: 32px;
}

.mission-statement .right.service hr {
	width: 75px;
    display: inline-block;
    border-width: 5px;
    /*border-style: dashed;*/
    color: #fff;
    margin-bottom: 25px;
	margin-top: 15px;
}

.mission-statement .right.service p {
	line-height: 26px;
}

.mission-statement .right.service p span {
	font-size: 20px;
	font-weight: 500;
}

.mission-statement .right.service p span a {
	color: #c0c0c0;
	text-decoration: underline
}

.mission-statement .right.service p span a:hover {
	color: #fff;
	text-decoration: none;
}

/*********************  WHAT WE DO SECTION **************************************/
.what-we-do {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
	background: url('/siteart/what-we-do-bg2.png');	
	/*background-attachment: fixed;
	background-size: cover;
	background-repeat: space;*/
	color: #fff;
	line-height: 26px;
	background-color: #000;
}

.what-we-do .title {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	font-size: 30px;
	display: block;
	margin: 45px 45px 25px 45px;
}

.what-we-do hr {
	width: 100%;
	max-width: 75px;
	display: block;
	text-align: center;
	border-width: 5px;
	border-style: solid;
	color: #c31f25;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	left: 0;
	right: 0;
}

.what-we-do h2 {
	font-weight: 100;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.what-we-do h2 .fas {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 55px;
}

.what-we-do .col1, .what-we-do .col2, .what-we-do .col3 {
	float: left;
	width: 24%;
	margin: 4.5%;
	padding: 5px;
	display: inline-block;
}

.what-we-do a#cta-btn {
	margin: 0 auto;
	width: 100%;
	max-width: 222px;
	margin-top: 10px;
}

.what-we-do a#cta-btn .fas {
	margin-right: 7px;
	line-height: 40px;
}

/* zoom quick links styles */
.cta-quicklinks {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: url('/siteart/quicklinks-bg2.jpg') no-repeat;
	background-position: bottom;
	background-size: cover;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.zoom-container {
	width: 33.4%;
	height: 190px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: -4px;

}

.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	background: rgba(0, 0, 0, .70)

}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	background: rgba(0, 0, 0, .70);
	border-left: 1px solid white;
}

.zoom-container .zoom-caption:hover {
	background: none;
}

.zoom-container .zoom-caption h3 {
	position: absolute;
	word-break: normal;
	left: 0;
	right: 0;
	top: 40%;
	display: block;
	text-align: center;
	font-size: 26px;
	color: #ddd;
	letter-spacing: 1px;
	font-weight:100;
	padding: 5px 0;
	text-transform: uppercase;
	text-shadow: 2px 2px 8px #222222;
    -webkit-text-shadow: 2px 2px 8px #222222;
    -moz-text-shadow: 2px 2px 8px #222222;
    -ms-text-shadow: 2px 2px 8px #222222;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.zoom-container .zoom-caption h3 .fas {
	margin-right: 40px;
	color: #ddd;
}

.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	background: rgba(0, 0, 0, .6);
}

.zoom-container:hover .zoom-caption h3 {
	color: #fff;
}

.zoom-container:hover .zoom-caption h3:after {
	content: ' \00BB';
	margin-left: 5px;
	color: #fff;
	font-size: 28px;
}


/******************  ABOUT PAGE STYLES **************************************/
img#about-logo {
	width: 100%;
	height: auto;
	max-width: 180px;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}


/******************  CONTACT PAGE STYLES **************************************/
.page-wrapper {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}

.page-wrapper .what-we-do {
	margin-top: -11px;
	background: #2a2a2a;
}

.page-wrapper .header {
	width: 100%;
	height: 300px;
	display: inline-block;
	background: url('/siteart/quicklinks-bg2.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: #000;
	/*box-shadow: 0px 3px 3px rgba(0,0,0,0.2);*/
}

.page-wrapper .header h1 {
	width: 100%;
	display: inline-block;
	position: absolute;
	margin: 0 auto;
	left: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 50px;
	top: 185px;    
	text-shadow: 0px 2px 2px #2a2a2a;
    -webkit-text-shadow: 0px 2px 2px #2a2a2a;
    -moz-text-shadow: 0px 2px 2px #2a2a2a;
    -ms-text-shadow: 0px 2px 2px #2a2a2a;
}

.page-wrapper .header hr {
	width: 75px;
    display: block;
    text-align: center;
    border-width: 5px;
    border-style: solid;
    color: #c31f25;
    margin-bottom: 25px;
	margin: 0 auto;
	margin-top: 265px;
}

/* thank you page styles */
p#thankyou {
	line-height: 26px;
	background: rgba(255,255,255,.85);
	padding: 4rem;
	/*box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;*/
	border: 2px solid #eeeeee;
	font-weight: 600;
	color: #2a2a2a;
	margin: 1em auto;
}

p#thankyou a {
	text-decoration: none;
	color: #c31f25;
}

p#thankyou a:hover {
	color: #777777;
}

p#thankyou .fas {margin-right: 10px;}


/* locations */
.location-wrapper {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}

.location-info {
	margin: 40px 0;
	font-family: 'Industry', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.location-info h2 {
	color: #ddd;
	line-height: 60px;
	background: #000;
	font-size: 20px;
	border-bottom: 5px solid #c31f25;
}

.location-info p {
	margin: 0; 
	background: #f5f5f5;
	line-height: 26px;
	color: #555555;
	padding: 1rem;
	display: block;
	letter-spacing: 1px;
	border: 1px solid #555555;
	text-transform: capitalize;
}

.location-info-left {
	float: left;
	width: 49%;
}

.location-info-right {
	float: right;
	width: 49%;
}

.location-info-left a, .location-info-right a {
	color: #2a2a2a;
}

/*********************  OUR WORK PAGE STYLES **************************************/
.gallery.wrapper-width {
	margin-top: 80px;
	margin-bottom: 80px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;
	padding: 3rem;
}

/* gallery slider  
------------------------------------------------*/
.gallery-wrapper {
	max-width:100%;
	margin:10px auto 0;
	position:relative;
	padding:20px 0 60px;
	text-align:center;
}


.gallery-wrapper a{
	*display:inline-block;
}

.historybox {
	width:320px; 
	height:190px;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	margin:15px;
	background:#fff;
	border:2px solid #eeeeee;
	padding-top:14px;
	padding-bottom: 14px;
}

.historybox:hover {
	transform:scale(1.1,1.1);
	box-shadow:0 0 5px #363636;
}

.historybox img {
	max-width:310px; 
	border:none;
	float:none;
	padding:0;
	margin:0;
	max-height:160px; 
	display:inline-block; text-align:center; vertical-align:middle;
}

.whitebox {
	width:190px; 
	height:130px;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	margin:7px;
	background:#fff;
	border:2px solid #eaeaea;
	padding-top:14px;
}

.whitebox:hover {
	transform:scale(1.1,1.1);
	box-shadow:0 0 5px #363636;
}

.whitebox img {
	max-width:150px; 
	border:none;
	float:none;
	padding:0;
	margin:0;
	max-height:124px; 
	display:inline-block; text-align:center; vertical-align:middle;
}

.hvr-shrink {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

.back-to {
	text-align:right;
	margin:0 auto;
	padding:20px 0;	
}

.back-to a {
	color:#2F3E7D;
	font-weight:700;
}

.back-to a:hover {
	color: #D9AE3F;
	text-decoration:underline;
}


/*********************  FOOTER STYLES **************************************/
footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #c31f25;
	padding-top: 3em;
	box-sizing: border-box;
}

footer .wrapper-width {
	padding-left: 90px;
}

footer ul#equipment a:hover, footer ul#nav a:hover {
	color: #000;
	font-weight: 900;
}

footer .col1, footer .col2, footer .col3 {
	padding-bottom: 40px;
	width: 31.33%;
}

footer h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer hr {
	width: 75px;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	color: #000;
	margin-bottom: 25px;
}

footer ul#equipment a {
	color: #e3e3e3;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 500;
}

footer ul#nav a {
	color: #e3e3e3;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 500;
}

footer p {
	color: #e3e3e3;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 1px;
}

footer p a {color: #e3e3e3;}

footer p a#map {
	color: #000;
	font-weight: 900;
	letter-spacing: 1px;
}

footer p a#map:hover, footer p a#map:after {
	content: ' \00BB';
	margin-left: 5px;
	color: #e3e3e3;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #000;
	padding: 20px 0;
}

.site-host p {
	text-transform: uppercase;
	color: #777;
	letter-spacing: 1px;
	font-size: 11px; 
	line-height: 22px;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
}


/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1250px) {
	.wrapper-width {width: 95%;}
	
	.page-wrapper .header {height: 225px;}
	.page-wrapper .header h1 {top: 140px; font-size: 40px;}
	.page-wrapper .header hr {margin-top: 195px;}
	
	a#logo img {max-width: 130px;}
	
	.home-welc h1 span {font-size: 24px;}
	.home-welc h1 {font-size: 36px;}
		
	.mission-statement .right h1 {font-size: 40px; line-height: 28px;}
	.mission-statement .right h1 span {font-size: 24px!important;}
	
	.mission-statement .right.service h1 {font-size: 35px; line-height: 22px;}
	.mission-statement .right.service ul li {font-size: 20px; line-height: 30px;}
	.mission-statement .left.service {padding: 2rem;}
	.service-form #formpage div, #formpage div {line-height: 24px;}
	.mission-statement .right.service p span {font-size: 18px;}
	
	footer .wrapper-width {padding-left: 60px;}
	
	.zoom-container {height: 150px;}
}


@media screen and (max-width: 1080px) {	
	.inv-cutouts h2 {font-size: 18px;}
	.inv-cutouts .width {max-width: 99%;}
	
	.mission-statement .left, .mission-statement .right {float: none; width: 100%;}
	.mission-statement .left p {font-size: 26px; line-height: 32px;}
	
	.what-we-do .col1, .what-we-do .col2, .what-we-do .col3 {width: 100%; margin: 0 auto; float: none; padding: 2rem; max-width: 550px;}
	.what-we-do h2 .fas {margin-bottom: 35px;}
	.what-we-do {padding: 40px 0;}
	
	div.hdr-top {width: 600px;}
	div.hdr-top p {font-size: 14px;}
	
	.inv-cutouts img {max-width: 200px;}
	div.col1 a img {max-width: 190px!important;}
	div.col2 a img {max-width: 165px!important;}
	.inv-cutouts {padding: 20px 0;}

	.mission-statement .right.service, .mission-statement .left.service {float: none; width: 100%;}
	.mission-statement .right.service ul li {width: 50%; float: left; line-height: 22px; font-size: 18px;}
	.mission-statement .right.service ul {margin-bottom: 15px; display: inline-block;}
	
	.location-info h2 {font-size: 16px;}
	
	footer {font-size: 14px; line-height: 24px;}
	footer h2 {font-size: 20px;}
	footer .wrapper-width {padding-left: 5px;}
	
	.cta-quicklinks {margin-top: -1px;}
	.zoom-container {width: 100%; border-top: 1px solid #fff;}
	.zoom-container .zoom-caption {border-left: none;}
	footer hr {margin-bottom: 10px;}
}


@media screen and (max-width: 767px) {
	header .flex-wrapper {align-items: center;}
	div.hdr-top {width: 100%; transform: none; float: none; position: relative;}
	div.hdr-top p {transform: none; text-align: center;}
	a#logo img {max-width: 115px;}
	
	.sp-slides-container {margin-top: 30px;}
	.home-welc {top: 55%;}
	.home-welc h1 {font-size: 30px;}
	.home-welc h1 span {font-size: 18px;}
	
	.col1, .col2, .col3 {float: none; width: 100%;}
	div.col1 a img {max-width: 290px!important;}
	div.col2 a img {max-width: 250px!important;}
	.inv-cutouts img {max-width: 300px!important;}
	.inv-cutouts h2 {font-size: 20px;}
	
	.page-wrapper .header {height: 260px;}
	.page-wrapper .header h1 {font-size: 34px; top: 170px;} 
	.page-wrapper .header hr {margin-top: 220px;}
	p#thankyou {padding: 3rem;}
	
	.mission-statement .right.service, .mission-statement .left.service {float: none; width: 100%;}
	.mission-statement .right.service ul li {font-size: 16px;}
	.mission-statement .left.service div#service-form h3 {font-size: 24px!important;}
	.mission-statement .left.service div#service-form #formpage h3 {font-size: 16px!important;}
	
	.location-info-left, .location-info-right {float: none; width: 100%;}
	.location-info-left {margin-bottom: 15px;}
	
	footer {padding-top: 15px;}
	footer .wrapper-width {padding: 1rem;}
	footer hr {margin-bottom: 5px;}
	footer p, footer ul#nav a, footer ul#equipment a {line-height: 28px;}
	.col1, .col2, .col3 {float: none; width: 100%;}
	footer .col1, footer .col2, footer .col3 {padding-bottom: 15px; width: 100%; float: none;}
	.zoom-container {height: 135px;}
}

@media screen and (max-width: 585px) {
	body .full .inner-wrap {padding: 15px!important;}
	
	.page-wrapper .header {height: 170px; background-attachment: inherit;}
	.mission-statement.service {background-attachment: inherit;}
	.page-wrapper .header h1 {top: 100px;}
	.page-wrapper .header hr {margin-top: 145px;}
	
	div.hdr-top {display: none;}
	a#logo img {max-width: 95px;}
	
	.sp-slides-container {margin-top: 0;}
	.home-welc {top: 53%;}
	.home-welc h1 {font-size: 20px;}
	.home-welc h1 span {font-size: 14px;}
	
	.what-we-do {padding: 30px 0;}
	.what-we-do hr {border-width: 4px;}
	.what-we-do .title {margin: 30px 45px 25px 45px; font-size: 24px;}
	.what-we-do h2 .fas {font-size: 40px; line-height: 36px;}
	.what-we-do h2 {font-size: 20px;}
	
	.mission-statement {background-attachment: inherit;}
	.mission-statement .right, .mission-statement .left {padding: 3em 4em;}
	.mission-statement .right.service ul li {width: 100%;}
	.mission-statement .left p {font-size: 18px; line-height: 26px;}
	.mission-statement .right h1 {font-size: 32px; line-height: 22px;}
	.mission-statement .right h1 span {font-size: 18px!important;}
	.mission-statement .right p span {font-size: 16px;}
	
	p#thankyou {padding: 2.5rem;}
	.zoom-container .zoom-caption h3 {font-size: 22px;}

}

@media screen and (max-width: 475px) {
	.page-wrapper .header h1 {top: 0; margin-top: 100px;}
	.page-wrapper .header hr {margin-top: 145px;}
}