/***** 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:#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;}
#headerBar {height:60px;margin-top:-50px;}

/***** 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 {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:square;/* list-style-image:url('../img/arrow.png'); */}
.wysiwyg ol {list-style-image:none;list-style:decimal;}
.arrowList li, .wysiwyg li {padding:5px 0;line-height:1.3;}
.viewAll {display:block;margin-top:10px;}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3 { color:#ffffff;}
.wysiwyg p { font-size: 18px;font-size: 1.8rem; }
/***** 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;}
.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;}
.bgGray {background:#626262;}
.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-top:10px;}
.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 {margin: 2%;}
.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:1%;padding:0;}
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:2% 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;}
.noRightBorder { border-right:none !important;}
/***** 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%;}
.service {position:relative;}
.service span {position:absolute;bottom:0;left:0;width:90%;display:block;color:#ffffff;font-size:24px;font-size:2.4rem;padding:20px 5%;background:rgba(0,153,213,0.8);}
.serviceBlurb {width:90%;padding:5%;}
.whoWeAre .span_1_of_2 {width:50%;margin:0;}
.aboutBlurb {padding:20% 15% 20% 10%;background:url('/img/imgRustonSports.jpg') no-repeat center center / cover;}
.aboutBlurb p { max-width: 600px; margin:0 auto;text-align:center;}
.aboutBlurb h2 { color:#ffffff;text-align:center; }
.photoGallery {border-bottom:5px solid #e9e9e9;}
.leftMenu {width:85%;padding:10% 5%;background:#e9e9e9;}
.leftMenu h4 {padding-bottom:10px;border-bottom:2px solid #000000;}
.leftMenu a:link, .leftMenu a:active, .leftMenu a:visited {display:block;width:95%;color:#ffffff;padding:15px 0 15px 5%;margin-bottom:10px;background:#000000;}
.leftMenu a.active, .leftMenu a:hover {color:#ffffff;background:#76bf47;}

/***** Contact Section *****/
#contact { background:#3d3d3d;}
.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_iframe_widget { margin-top: 4%; }

/* added */
.bgBlack { background:#000000; }
#frmContact {max-width: 600px;margin: 15px auto;}
#frmContact input, #frmContact textarea { background:#626262; color:#ffffff;border:none;}
#frmContact :-ms-input-placeholder { color: #ffffff;} 
#frmContact ::-ms-input-placeholder { color: #ffffff;} 
#frmContact ::placeholder { color: #ffffff;} 
#frmContact .submitButton { background:#000000; }
#frmContact .submitButton:hover {cursor:pointer;background:#626262;}

.g-recaptcha div:first-child { margin: 0 auto; }
.welcomeBlurb {max-width: 600px;margin: 5% auto; padding:2% 10%;font-size:20px;font-size:2.0rem;}
.welcomeBlurb, .welcomeBlurb h2, .welcomeBlurb h3 { color:#ffffff; }

.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:#76bf47 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:#000000;}

textarea:focus, input:focus{
    outline-color: #76bf47;
}

a.buttonWhite.scrollLink {
    font-size:16px;
    font-size:1.6rem;
    color:#000000;
    width:auto;
	text-indent:0;
    padding:10px 50px;
    margin:20px 0 0;
    border:0;
    border-radius:3px;
    background:#ffffff;
	transition:all .3s linear;
	-webkit-appearance:none; /* kills weird styling Apple does to the button on the phone. Dumb Apple. */
}
a.buttonWhite:hover {cursor:pointer;background:#000000;color:#ffffff;}

a.buttonGreen {
    font-size:16px;
    font-size:1.6rem;
    color:#ffffff !important;
    width:auto;
	text-indent:0;
    padding:10px 50px;
    margin:20px 0 0;
    border:0;
    border-radius:3px;
    background:#76bf47;
	transition:all .3s linear;
	-webkit-appearance:none; /* kills weird styling Apple does to the button on the phone. Dumb Apple. */
}
a.buttonGreen:hover {cursor:pointer;background:#ffffff;color:#76bf47 !important;}
#rscLogo { max-width:600px;margin:0 auto;}
#about { border-bottom: 5px solid #61b544;}