/***** 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%;}
nav 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:#000000;font-size:16px;font-size:1.6rem;font-weight:normal;font-family:Arial, Verdana;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:#0099d5;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:#ff0000;text-decoration:none;transition:all .3s linear;}
a:hover {color:#ff0000;text-decoration:none;}

/***** Default Lists *****/
ul.list, .arrowList, .wysiwyg ul, .wysiwyg ol, ol, ul {
	display: inline-block;
	margin:0 0 20px 20px;
	padding-left: 20px;
	list-style: disc;
	line-height: normal; 
}

.wysiwyg ol, ol { 
	list-style: decimal;
}

.arrowList li, .wysiwyg li {
	padding:5px 0;
	line-height:normal;
}
.viewAll {display:block;margin-top:10px;}

/***** Defaults *****/
strong {font-weight:bold;}
p {line-height:1.7;margin-bottom:10px;}
.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;}
.imgResponsive {display:block;max-width:100%;}
.imgResponsive.center {margin-left:auto;margin-right:auto;}
.bgBlue {background:#172f55;}
.bgAbout {background:#f1f1f1;}
.boldFont {font-weight:bold;}
/*
these are both set whoweare.css
.bgAbout {background:url('/cache/201810241039082.jpg') no-repeat center center / cover;}
.imgAbout {background:url('/img/imgAbout.jpg') no-repeat center center / cover;}
*/

/***** Header Section *****/
.topLinks {float:right;color:#ffffff;font-size:20px;font-size:2rem;text-align:right;padding:10px 0;}
.topLinks a {color:#ffffff;padding:10px 0;}
.topLinks a.tel {display:inline-block;}
.pipe {display:inline-block;margin:0 15px;}
.topLinks a.pay {display:inline-block;color:#ffffff;font-size:16px;font-size:1.6rem;padding:10px 3px;background:#61b544;border-radius:30px;}
.topLinks a.pay:hover {color:#61b544;background:#ffffff;}
.logo {width:100%;margin:20px 0;max-width: 300px;max-height: 150px;}
.topLinks a.facebookLink {float:right;padding:0;margin:5px 0 0 20px;}

/***** Navigation Menu *****/
nav.nav { font-family:Arial, Verdana; } /* setting default, cms may overwrite this */
/* nav {float:right;clear:right;margin-top:50px;} */
nav ul {display:inline-block;overflow:hidden;background:transparent;}
nav li {float:left;}
nav li a {display:block;font-size:20px;font-size:2rem;padding:25px;}
nav li a:link, .topBar nav li a:active, nav li a:visited {color:#172f55;}
nav li a:hover, .topBar nav li a.active {color:#61b544;}
nav li a.last {border:0;}

/* Header with no Top Bar */
.noTopBar nav {margin-top:0;}
.noTopBar .topLinks a {color:#000000;}

/* Mobile Menu */
.mobileMenuLink {float:right;clear:right;margin-top:25px;}
.mobileMenuLink:hover {cursor:pointer;}
.mobileMenu {border-top:2px solid #172f55;}
.mobileMenu li {float:left;width:calc(100%/3);text-align:center;margin:10px 0;background:#ffffff;}
.mobileMenu a {display:block;color:#172f55;font-size:16px;font-size:1.6rem;padding:10px 0;border-right:2px solid #61b544;}
.mobileMenu a:hover, .mobileMenu a.active {color:#172f55;} 
.mobileMenu a.last {border:0;}

/***** Content *****/
#slider_mobile, .mobileMenuLink, .mobileMenu, .mobileOnly, .col.mobileOnly {display:none;}
.headerInterior, .headerInterior_mobile {font-size:0;}
.headerInterior img, .headerInterior_mobile img {width:100%;}
.contentPad {padding:80px 0;}
.hero img {width:100%;}

#services h2 { padding-left: 20px; flex-basis: 100%; }
.service span.serviceTitle {width:90%;display:block;color:#ffffff;font-size:24px;font-size:2.4rem;padding:20px 5%;}
.serviceBlurb { display:block;width:90%;padding: 0 5% 5% 5%; }
.serviceBlurb li { margin-bottom: 7px; }
.whoWeAre .span_1_of_2 {width:50%;margin:0;}
.aboutBlurb {padding:20% 15% 20% 10%;}
.serviceBox { width: 100%;max-width:45%;padding: 0 20px; }

/***** Contact Section *****/
.contactInfo {line-height:1.5;}
.contactInfo h2, #contactForm h2 {font-size:34px;font-size:3.4rem;}
.contactInfo h2.location {margin:40px 0 10px;}
.contactInfo span {display:block;}
#googleMap {height:400px;border-bottom:5px solid #61b544;}

/***** Contact Form Table *****/
input, textarea {width:100%;color:#444444;font-size:16px;font-size:1.6rem;font-family:Arial;padding:15px 0;text-indent:10px;margin-bottom:10px;background:#f1f1f1;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 #cccccc !important;}
input.submitButton {
    color:#ffffff;
    width:auto;
	text-indent:0;
    padding:15px 25px;
    margin:10px 0 0;
    border:0;
    border-radius:3px;
    background:#61b544;
	transition:all .3s linear;
	-webkit-appearance:none; /* kills weird styling Apple does to the button on the phone. Dumb Apple. */
}
input.submitButton:hover {cursor:pointer;background:#0099d5;}

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

/***** Footer *****/
.footer {color:#f1f1f1;font-size:14px;font-size:1.4rem;line-height:2;padding:40px 0;}
.footer a {color:#f1f1f1;}
.footer a:hover {color:#0099d5;}

/* Facebook iFrame*/ */
.fb-page {
    margin-top: 75px;
}

#facebookIcon {
    width: 34px;
    border: 1px solid #fff;
}  

#facebookIcon:hover {
    border-color:#b7b7b7;
    background:#b7b7b7;
}      
.fb_iframe_widget { margin-top: 4%; }


