/***** 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:#2a2a2a;
    font-size:18px;
    font-size:1.8rem;
    font-weight:normal;
    font-family:'Roboto',sans-serif;
    line-height:1;
    background:#ffffff;
}
body>iframe {display:none;} /* This kills the empty iframe from captcha that causes a white block at the bottom of the contact page. */

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

/***** Default Headers *****/
h1, h2, h3, h4 {
    display:block;
	color:#0a225e;
    font-size:50px;
	font-size:5rem;
	line-height:1.2;
	margin-bottom:40px;
}
h2 {font-size:40px;font-size:4rem;margin-bottom:20px;}
h3 {font-size:30px;font-size:3rem;margin-bottom:20px;}
h4 {font-size:20px;font-size:2rem;margin-bottom:20px;}

/***** Default Links *****/
a, a:active, a:visited {color:#0a225e;text-decoration:none;transition:all .3s linear;}
a:hover {color:#0a225e;text-decoration:none;}

/***** Default Lists *****/
ul.list {list-style:disc;margin:0;padding-left:20px;}
.arrowList, .wysiwyg ul, .wysiwyg ol {display:inline-block;margin:0 0 20px 20px;padding-left:20px;list-style-type:disc;/* list-style-image:url('/img/arrow.png'); */}
.wysiwyg ol {list-style-image:none;list-style:decimal;}
.arrowList li, .wysiwyg li {line-height:1.5;}
.viewAll {display:block;margin-top:10px;}
.wysiwyg ul ul, .wysiwyg ol ol { display: block;margin-bottom:0;}
/***** Defaults *****/
strong {font-weight:bold;}
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;}
.italic {font-style:italic;}
.noMargin {margin:0;}
.section.nestedSection {padding:0;}
.col.noTopMargin {margin-top:0;}
.col.noTopBotMargin {margin-top:0;margin-bottom:0;}
.imgResponsive {display:block;max-width:100%;}
.imgResponsive.center {margin-left:auto;margin-right:auto;}
.bgGreen {background:#0a225e;}
.bgLightGreen {background:#0a225e;}
.bgGray {background:#ececec;}
.bgLightGray {background:#f6f6f6;}
.bgAbout {background:url('/img/bgAbout.jpg') no-repeat center center / cover;}
.bgIndustries {background:url('/img/bgServices.jpg') no-repeat center center / cover;}
.bgTexture {background:url('/img/bgTexture.jpg') repeat 0 0;}
ol.pdfList { display: block; } 

/***** Header Section *****/
.topBar {color:#ffffff;font-size:16px;font-size:1.6rem;padding:10px 0;}
.topBar a {color:#ffffff;}
.pipe {display:inline-block;margin:0 15px;}
.topBar a.pay {display:inline-block;color:#ffffff;font-size:16px;font-size:1.6rem;padding:10px 30px;background:#0a225e;border-radius:30px;}
.topBar a.pay:hover {color:#0a225e;background:#ffffff;}
.logo {float:left;margin:20px 0 15px;}
.facebookLink {float:right;margin:3px 0 0 20px;}
#headerLogo { max-height:90px;width:auto;max-width:295px;}
#loginHeaderLogo { max-height:90px;width:auto;max-width:295px; margin:1% auto; }

/***** Navigation Menu *****/
nav ul {float:right;margin-top:35px;overflow:hidden;background:transparent;}
nav li {float:left;}
nav li a {display:block;font-size:18px;font-size:1.8rem;padding:20px;}
nav li a:link, nav li a:active, nav li a:visited {color:#0a225e;}
nav li a:hover, nav li a.active {color:#0a225e;}
nav li a.last {border:0;}

.mobileMenuLink {float:right;clear:right;margin-top:45px;}
.mobileMenuLink:hover {cursor:pointer;}
#mobileMenuIcon { width:100px;height:auto;}

.mobileMenu li {width:100%;background:#ffffff;}
.mobileMenu a {display:block;font-size:20px;font-size:2rem;padding:15px 0 15px 10%;border-bottom:1px solid #cccccc;}
.mobileMenu a:hover, .mobileMenu a.active {color:#0a225e;} 
.mobileMenu ul ul {display:none;background:#efefef;}
.mobileMenu li li {text-align:left;}
.mobileMenu li li a {font-size:16px;font-size:1.6rem;padding-left:15%;}
.mobileMenu a.lastSub {border:0;}

/***** Content *****/
#slider_mobile, .mobileMenuLink, .mobileMenu, .mobileOnly, .col.mobileOnly, .bgAbout_mobile, .callUs {display:none;}
.header { margin-bottom:25px;}
.headerInterior, .headerInterior_mobile {font-size:0;}
.headerInterior img, .headerInterior_mobile img {width:100%;}
.contentPad {padding:50px 0;}
.hero img {width:100%;}
.ratesBlurb {font-size:20px;font-size:2rem;}
.whoWeAre .col {margin-top:0;margin-bottom:0;}
.btnGreen {display:inline-block;color:#ffffff;padding:20px 40px;margin-top:20px;background:#0a225e;border:2px solid transparent;border-radius:30px;}
.btnGreen:hover {color:#0a225e;background:#ffffff;border-color:#0a225e;}
a.btnGreen:visited {color:#ffffff;}
a.btnGreen:hover {color:#0a225e;background:#ffffff;border-color:#0a225e;} 
.aboutBlurb {padding:80px 15% 80px 10%;}
.section.industries {margin-top:40px;margin-bottom:80px;}
.industries .span_1_of_3 {border-radius:5px;}
.industry {color:#ffffff;padding:10%;}
.industry h3, .bgTexture h2 {color:#ffffff;}
.industryBlurb {font-size:24px;font-size:2.4rem;}
.aboutBlurb h2, .bgIndustries h2, .bgTexture h2, .testimonials h2, .contact h2 {font-size:44px;font-size:4.4rem;margin-bottom:40px;}
.contact h2, .bgIndustries h2 {margin-bottom:20px;}
.section.customers {padding:20px;}
.clientLogo {max-width:75%;}
.col.relative.span_1_of_2 {width:44%;margin:1% 3%;-webkit-box-shadow: 0px 0px 15px 0px rgba(170,170,170,1);-moz-box-shadow: 0px 0px 15px 0px rgba(170,170,170,1);box-shadow: 0px 0px 15px 0px rgba(170,170,170,1);}
.relative {position:relative;}
.testimonial {font-size:22px;font-size:2.2rem;padding:15% 10%;background:url('/img/iconQuote.png') no-repeat center 40%;}
.testimonial p {margin-bottom:40px;}
.author, .company {display:block;color:#0a225e;font-size:26px;font-size:2.6rem;padding:7px 10px;}

/***** WYSIWYG Content *****/
.wysiwyg {min-height:100px;}
.wysiwyg h2 {color:#;line-height:1.2;}
.wysiwyg h3 {color:#;line-height:1.2;}
.wysiwyg p {font-size:inherit;line-height:1.7;}
.wysiwyg p+ul {margin-top:-10px;}
.wysiwyg li+ul {list-style:circle;margin-bottom:0;}
.wysiwyg span {font-size:inherit !important;line-height:inherit !important;}
.wysiwyg img {max-width:100%;height:auto;}
.imageLeft {float:left;margin:0 40px 40px 0;}
.imageRight {float:right;margin:0 0 40px 40px;}
.imageCenter {display:block;margin:0 auto;}

/***** Contact Section *****/
.contactInfo {font-size:20px;font-size:2rem;line-height:1.5;}
.contactInfo span {display:block;}
.contactInfo span:first-of-type {margin-top:50px;}
.tel {color:#2a2a2a;}
.email:after {content:"";display:block;height:2px;width:50%;margin:15px 0;background:#dddddd;}
#googleMap {height:420px;width:90%;margin-top:30px;}

/***** Contact Form Table *****/
input, textarea {width:100%;color:#444444;font-size:18px;font-size:1.8rem;font-family:'Montserrat',sans-serif;padding:15px 0;text-indent:10px;margin-bottom:15px;border:2px solid #cccccc;background:#f6f6f6;}
input:focus, textarea:focus {background:#ffffff;}
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 #cccccc !important;}
input.submitButton {
    color:#ffffff;
    width:auto;
	text-indent:0;
    padding:17px 40px;
    margin:15px 0 0;
    border-radius:30px;
    background:#0a225e;
    border:2px solid transparent;
	transition:all .3s linear;
	-webkit-appearance:none; /* kills weird styling Apple does to the button on the phone. Dumb Apple. */
}
input.submitButton:hover, .loginSubmitButton:hover {color:#0a225e;cursor:pointer;background:#ffffff;border-color:#0a225e;}

.loginSubmitButton {
    color:#ffffff;
	text-indent:0;
    padding:17px 40px;
    margin:15px 0 0;
    background:#0a225e;
    border:2px solid transparent;
	transition:all .3s linear;
	-webkit-appearance:none; /* kills weird styling Apple does to the button on the phone. Dumb Apple. */
}

/***** Form Error Message *****/
#errorMessage, #successMessage {
    width:auto;
    color:#ffffff;
    line-height:1.4;
    padding:30px;
    margin-bottom:20px;
    background:#cc3333;
}
#successMessage {color:#58595b;padding-left:90px;background:#dff2bf url("/img/bgSuccess.png") no-repeat 20px 50% / 45px auto;}
span.errorGeneral, span.errorLine {display:block;}
span.errorLine {text-indent:15px;}

/***** Footer *****/
.footer {color:#ffffff;font-size:16px;font-size:1.6rem;padding:50px 0;}
.footerPipe {display:inline-block;margin:0 15px;}
.footer a {color:#ffffff;}
.footer a:hover {color:#ccc;}
.designedBy {display:inline-block;margin-top:20px;}

.backToTop:link, .backToTop:active, .backToTop:visited {float:right;display:none;position:fixed;bottom:5%;right:2%;color:#ffffff;font-size:18px;font-size:1.8rem;padding:45px 10px 10px;text-align:center;background:#ababab url('/img/upArrow.png') center 20% no-repeat;-webkit-transition: background-color 0.2s ease-in-out;-moz-transition:background-color 0.5s ease-in-out;-o-transition:background-color 0.5s ease-in-out;transition:background-color 0.5s ease-in-out;z-index:999;width:40px;}
.backToTop:hover {background-color:#cccccc;}

.loginSubmitButton {
    color:#ffffff;
	text-indent:0;
    padding:17px 40px;
    margin:15px 0 0;
    background:#0a225e;
    border:2px solid transparent;
	transition:all .3s linear;
	-webkit-appearance:none; /* kills weird styling Apple does to the button on the phone. Dumb Apple. */
}

.loginSubmitButton:hover {color:#0a225e;cursor:pointer;background:#ffffff;border-color:#0a225e;}

/* jquery ui */
.accordionHeader { font-size: 20px;font-size: 2.0rem; }
.ui-accordion .ui-widget-header { background: #eeeeee;}
.ui-accordion .ui-state-active { color:#ffffff;background:#0a225e; }
.ui-widget-content { border-color:#0a225e; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #0a225e;
    border-radius: 0;
    background: #0a225e;
    font-weight: normal;
    color: #ffffff;
    outline-width: 0;
}
.ui-corner-all { border-radius:0; }
.ui-widget-content { color:#2a2a2a; }
.ui-widget-content a { color:#0264af; }
.ui-widget-content a:hover { color:#0a225e; }

.ui-state-default { background: #eaeaea; }