<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***** CSS 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/***** HTML5 display-role reset for older browsers *****/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*************************/
html {font-size:62.5%;}
body {
    color:#ffffff;
    font-size:18px;
    font-size:1.8em;
    font-weight:normal;
    font-family:'Archivo Narrow', sans-serif;
    line-height:1;
    background:#171614;
}
body&gt;iframe {display:none;} /* This kills the empty iframe from captcha that causes a white block at the bottom of the contact page. */
strong {font-weight:bold;}

/***** Default Links *****/
a, a:active, a:visited {color:#e97e22;text-decoration:none;}
a:hover {color:#e97e22;text-decoration:none;}

/***** Default Lists *****/
ul.list {
    list-style:disc;
    margin:0;
    padding-left:20px;
}

/***** Default Container Classes *****/
header, .inner, footer {
    max-width:1200px;
    position:relative;
    margin:0 auto;
    overflow:visible;
}
header {overflow:hidden;}

/***** Default Headers *****/
h1, h2, h3 {
    display:block;
	color:#ffffff;
    font-size:54px;
	font-size:5.4rem;
	font-weight:700;
	line-height:1;
	margin-bottom:40px;
}
h2 {font-size:40px;font-size:4rem;margin-bottom:20px;}
h3 {font-size:26px;font-size:2.6rem;margin-bottom:20px;}

/***** Defaults *****/
p {line-height:1.7;margin-bottom:20px;}
.grayLine {margin:30px 0;border-top:1px solid #AAAAAA;}
.center {text-align:center;}
.right {text-align:right;}
.noMargin {margin:0;}
.section.nestedSection {padding:0;}
.col.noTopMargin {margin-top:0;}
.col.noTopBotMargin {margin-top:0;margin-bottom:0;}
.bgGray {background:#4D4D4D;}
.bgServices {background:url('../img/bgServices.jpg') center center no-repeat;background-size:cover;}
.bgGallery {background:url('../img/bgGallery.jpg') center center no-repeat;background-size:cover;}
.bgTexture {background:url('../img/bgTexture.jpg') 0 0 repeat;}
.team {height:700px;background:url('../img/team.jpg') fixed center center no-repeat;background-size:cover;}

/***** Header Section *****/
.topNumber {float:right;display:block;color:#000000;padding:10px 20px;background:#e97e22;}
.logo {vertical-align:bottom;}

/***** Navigation Menu *****/
nav {float:right;clear:right;text-align:center;margin-right:20px;}
nav ul {display:inline-block;overflow:hidden;background:transparent;}
nav li {float:left;}
nav li a {
    display:block;
    font-size:18px;
	font-size:1.8rem;
	font-weight:700;
    padding:35px 25px 15px;
}
nav li a.iconFacebook {padding:25px 25px 5px}
nav li a:link, nav li a:active, nav li a:visited {color:#FFFFFF;}
nav li a:hover, nav li a.active, .mobileMenu a:hover {color:#e97e22;}
nav li a.last {padding-right:0;border:0;}
.mobileMenu {text-align:center;}
.mobileMenu li {display:inline-block;}
.mobileMenu a {display:inline-block;color:#ffffff;font-size:16px;font-size:1.6rem;font-weight:700;padding:20px 15px;}

/***** Content *****/
#slider_mobile, .mobileMenuLink, .mobileOnly, .mobileHead {display:none;}
.headerInterior, .headerInterior_mobile {font-size:0;}
.headerInterior img, .headerInterior_mobile img {width:100%;}
.contentPad {padding:60px 0;}
.about {color:#e97e22;font-size:20px;font-size:2rem;}
.service {padding:20px;}
.serviceHead {color:#e97e22;text-align:center;line-height:1.2;margin:10px 0 0;}
.blurb {margin-bottom:40px;}
.call {font-size:22px;font-size:2.2rem;font-style:italic;}

/***** Lists *****/
.arrowList, .wysiwyg ul {margin:0 0 20px 20px;padding-left:20px;list-style-image:url('../img/arrow.png');}
.arrowList li, .wysiwyg li {padding:5px 0;line-height:1.3;}
.viewAll {display:block;margin-top:10px;}

/***** Photo Gallery *****/
.album, .album:active, .album:visited {display:inline-block;font-size:16px;font-size:1.6rem;padding:5px 10px;border:1px solid #e97e22;margin-right:20px;}
.albumActive, .album:hover, .albumActive:active, .albumActive:visited {color:#ffffff;background:#e97e22;}
.photoGalleryImages img {width:100%;}
.videoDescription {margin:10px 0 50px;}

/***** Contact Section *****/
.contactInfo {line-height:1.5;}
.contactInfo span {display:block;}
#googleMap {height:400px;width:100%;}

/***** Contact Form Table *****/
input, textarea {width:100%;color:#444444;font-size:16px;font-size:1.6rem;font-family:'Archivo Narrow', sans-serif;padding:15px 0;text-indent:10px;margin-bottom:0;border:1px solid #CCCCCC;}
textarea {width:98%;padding-left:10px;text-indent:0;}
#recaptcha_response_field {color:#58595B;padding:5px;border:1px solid #DFDFDF !important;}
.recaptchatable {background:#FFFFFF;}
.recaptchatable a, .recaptchatable a:hover {color:#555555 !important;font-size:14px;font-size:1.4rem;} /*** CAPTCHA Links ***/
#recaptcha_response_field {font-size:14px !important;font-size:1.4rem !important;text-indent:0;padding:5px !important;border:1px solid #CCC !important;}
input.submitButton {
    color:#FFFFFF;
    width:auto;
	text-indent:0;
    padding:15px 25px;
    margin:0;
    border:0;
    background:#e97e22;
	transition-property:background;
	transition-duration:.3s;
	transition-timing-function:linear;
	-webkit-appearance:none; /* kills weird styling Apple does to the button on the phone. Dumb Apple. */
}
input.submitButton:hover {cursor:pointer;background:#e97e22;}

/***** Form Error Message *****/
#errorMessage, #successMessage {
    width:auto;
    color:#FFFFFF;
    line-height:24px;
    padding:20px;
    margin-bottom:20px;
    background:#CC3333;
}
#successMessage {
    color:#58595B;
    padding-left:70px;
    background:#DFF2BF url("../img/greenCheck.png") no-repeat 10px 50%;
}
span.errorGeneral, span.errorLine {display:block;}
span.errorLine {text-indent:15px;}

/***** Footer *****/
.footer {color:#FFFFFF;font-size:16px;font-size:1.6rem;line-height:2;padding:30px 0}
.footer a {color:#FFFFFF;}
.footer a:hover {color:#e97e22;}</pre></body></html>