/***** BEGIN RESET *****/
* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family: 'Roboto Condensed', sans-serif;

}
ol, ul {list-style: none;}
.clear {clear:both; height:0px; margin:0;}
/***** END RESET *****/

header, nav, article, footer, img {display:block;}

body {background:#fff; font-family: 'Roboto Condensed', sans-serif; font-size:16px; font-weight:400; line-height:normal; color:#000; -webkit-text-size-adjust:none;}
.clear-it:after {content:""; display:block; clear:both;}

.wrap {width:80%; margin:0 auto;}

.show-tablet, .show-1024, .show-640 {display:none;}

.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; float:left;}
.column1 {width:8.33333%;}
.column2 {width:16.66666%;}
.column3 {width:25%;}
.column4 {width:33.33333%;}
.column5 {width:41.66666%;}
.column6 {width:49%; margin-right:.5%;}
.column7 {width:58.33333%;}
.column8 {width:66.66666%;}
.column9 {width:75%;} 
.column10 {width:83.33333%;}
.column11 {width:91.66666%;}
.column12 {width:100%;}

.col-pad-lt {padding:0 0 0 2%;}
.col-pad-rt {padding:0 2% 0 0;}
.col-pad-center {padding:0 1%;}


/***** typography styles **/
p {margin-bottom:14px; line-height:185%;}

h1, h2, h3, h4, h5, h6 {font-family: 'Roboto Condensed', sans-serif;
 font-weight:600;}
h1 {font-size:32px; margin-bottom:12px;}
h2 {font-size:66px; margin-bottom:12px;}
h3 {font-size:34px; margin:7px 0; font-weight:400;}
h4 {font-size:24px; margin-bottom:7px;}
h5 {font-size:22px; margin-bottom:5px;}
h6 {font-size:20px; margin-bottom:14px;}
p {font-size:16px;}

.blue {color:#00a8dd;}
.gray {color:#333;}
.black {color:#000;}
.white {color:#fff;}

a, a:hover {color:inherit; text-decoration:none;}


nav {width:95%; display: flex;}
nav ul {width:100%;}
nav li {position:relative; display:inline-block;}
nav a:link, nav a:active, nav a:visited {display:block; text-decoration:none; color:#000; padding:10px 0 10px 45px; border-bottom:2px #fff solid; text-transform:uppercase; font-size:20px; line-height:20px;}
nav li a:hover {color:#e0352f;}

.fas fa-chevron-down {font-size:12px; top:5px;}

nav ul ul {display:none; position:absolute; z-index:99999; top:40px; left:0; width:190px; background:#00a8dd;}
nav ul ul ul {position:absolute; left:100%; top:0;}
nav ul li:hover > ul {display:block; z-index:99999;}
nav ul ul li {float:none; position:relative; display:block;}
nav ul ul li a:link, nav ul ul li a:active, nav ul ul li a:visited {font-size:14px; line-height:16px; padding:10px 0px 10px 12px; border-bottom:1px solid #fff; color:#fff; text-align:left;}
nav ul ul li a:hover {background:linear-gradient(#00a8dd, #069ccb); color:#fff;}


/* MOBILE NAV */
#mobile-nav .close-nav {width:100%; display:block; height:30px; line-height:30px; text-align:right; border-bottom:none;}
#mobile-nav .close-nav i {font-size:20px; color:#fff; margin-right:15px;}

#mobile-nav {display:none; position:fixed; top:0; height:100%; z-index:9999; width:260px; overflow-x:none; overflow-y:auto; font-size:15px; background:#232323; color:#fff; margin:0!important; -moz-box-shadow:2px 0px 3px rgba(0,0,0,.4); -webkit-box-shadow:2px 0px 3px rgba(0,0,0,.4); box-shadow:2px 0px 3px rgba(0,0,0,.4);}
#mobile-nav ul {clear:both; display:block; padding:0;}
#mobile-nav ul li {display:block; margin:0; line-height:40px; position:relative; text-transform:uppercase; border-bottom:1px solid #424242;}
#mobile-nav ul li a, #mobile-nav ul li span {padding:0 15px; display:block; font-weight:700; text-decoration:none; color:#fff; border-left:3px #424242 solid; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#mobile-nav ul li.active a, #mobile-nav ul li a:hover {border-left-color:#309b45;}
#mobile-nav ul li.active a:hover {color:#309b45;}

#mobile-nav ul li.expandable .end {position:absolute; top:0px; right:0px; width:40px; height:40px; line-height:40px; text-align:center; display:block;}
#mobile-nav ul li.expandable .end i {font-size:20px; line-height:40px;}
#mobile-nav ul li.expandable .end.rotate {-ms-transform:rotate(90deg); -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); transform:rotate(90deg);}
#mobile-nav ul ul.collapsed {display:none;}
#mobile-nav ul ul.expanded {display:block;}

#mobile-nav ul li ul {border:none; margin:0; background:#232323;}
#mobile-nav ul li ul li {line-height:40px; font-size:13px; border-bottom:1px solid #309b45;}
#mobile-nav ul li ul li:last-child {border-bottom:none;}
#mobile-nav ul li ul li a, #mobile-nav ul li ul li span {color:#fff; padding-left:30px;}
#mobile-nav ul li ul li a:hover {background:#309b45;}


/* HEADER */
header {width:100%; background:#fff;}

.logo {width:25%; float:left; margin:10px 0;}
.logo img {width:100%; height:auto;}

.rt-head {width:75%; float:right; text-align:right;}
.head-contact {float:right; background:#232323;  padding:1%; text-align:right; font-size:24px; font-weight:bold; color:#fff!important; text-transform:uppercase; width:50%; margin-bottom:2.5%;}
.head-contact a {color:#fff!important;}
.head-contact a:hover {color:#e0352f;}



/* content styles */
.hero-contain {width:100%; display:block;}
.hero-contain img {width:100%;}
.tagline {position:absolute; width:100%; text-align:center; top:400px; padding:5% 0 0; display:block; color:#fff; font-size:40px; text-shadow:1px 1px 2px rgba(0,0,0,.85); box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
a.redbtn {display:block; background:#e0352f; color:#fff; font-size:18px; font-weight:700; text-align:center; padding:8px 2%; width:100%; max-width:300px; margin:0 auto;}
a.redbtn:hover {background:linear-gradient(#e0352f, #ca221d);}

.text-block {width:100%; max-width:1000px; display:block; background:#fff; color:#000; text-align:center; padding:5px 0 35px 0; margin:30px auto;}
.bottomtag {float:left; font-size: 30px; width:78%; text-align:left; text-shadow:1px 1px #7c7c7c;}
.bottomtagbtn {float:right; width:21%; border:1px solid #309b45; background:#309b45; color:#fff; text-align:center; padding:10px 0; font-size:18px; box-shadow:1px 1px #238a37;} 
.bottomtagbtn:hover {background:linear-gradient(#309b45, #166b27); color:#fff;}

article {width:100%; background:url('../siteart/330 Turbo-00807_mr.jpg') no-repeat; background-size:cover; padding:7% 0; color:#fff; width:100%;} 
article p {font-size:30px; line-height:45px; font-color:#fff; width:500px; margin-left:65%;}

.ctaleft {background:url('../siteart/1-(2).jpg') no-repeat; background-size:cover; display:inline-block; width: 49.5%; margin:.25% .1% .25% .25%; text-align:center; padding:4% 0; color:#fff;}
.ctaleft img {width:auto; height:75px; display:inline-block; vertical-align:middle;}
.ctaright {background:url('../siteart/2310mulch.jpg') no-repeat; background-size:cover; display:inline-block; width: 49.5%; margin:.25% 0% .25% 0%;text-align:center; padding:4% 0; color:#fff;}
.ctaright img {width:auto; height:75px; display:inline-block; vertical-align:middle;}

.home {background:#232323; color:#fff; padding:50px 0;}

/* FOOTER */
footer {background:#309b45; width:100%; color:#fff; font-size:14px; line-height:20px; margin-bottom:-5px;}
footer a {color:#fff!important;}
footer a:hover {border-bottom:1px solid #fff;}
.footleft {background:#309b45; float:left; width:55%;}
.col2 {display:inline-block; vertical-align:top; width:49%;}
.footright {float:right; width:45%;}
#bottom {background:#232323; color:#fff; padding:15px 0;}
#bottom a {color:#fff!important;}
#bottom a:hover {border-bottom:1px solid #fff;}

.col-1 {float:left; font-size:14px; padding:10px 0;}
.col-2 {float:right; font-size:14px; text-align:right; text-transform:uppercase; padding:10px 0;}


/* FORM */
#formpage label {display:block; margin-bottom:3px;}
#formpage input {width:calc(100% - 12px); padding:6px 5px; border:1px solid #999; color:#333; font-size:14px; margin-bottom:12px; background:rgba(255,255,255,0.5);}

#formpage textarea {width:calc(100% - 12px); padding:6px 5px; border:1px solid #999; color:#333; font-size:14px; height:120px; margin-bottom:12px; background:rgba(255,255,255,0.5);}

#formpage select {width:calc(100% - 2px); border:1px solid #999; color:#333; vertical-align:middle; font-size:14px; line-height:normal; padding:5px; margin-bottom:12px; background:rgba(255,255,255,0.5);}

#formpage input.checkbox {padding:0; border:0; margin:0 5px 0 0; width:13px; height:13px; display:inline; background-color:#fff;}
#formpage input.radio {padding:0; border:0; margin:0 5px 0 0; width:15px; height:15px; display:inline;}

/* focus states of various types of fields */
#formpage input:focus, #formpage textarea:focus, #formpage select:focus {background:rgba(255,255,255,1.0); color:#000; border:1px solid #00a8dd; outline-style:none;}
#formpage input.radio:focus, #formpage input.checkbox:focus {background:none; border:0; outline-style:none;}

#formpage input.button, #formpage input.button:focus {width:100%; margin:0; padding:10px 0; background:#00a8dd; border:none; font-size:16px; line-height:16px; font-weight:bold; text-transform:uppercase; color:#fff;}
#formpage input.button:hover {background:linear-gradient(#00a8dd, #069ccb); color:#fff; cursor:pointer}

/*control the Captcha */
.captchawrap {width:50%; margin:0 auto;}
#captcha {width:100%; margin:0 auto; text-align:center;}
.CaptchaPanel {margin:0 auto !important; padding:0 0 0 0 !important; text-align: center !important; line-height:normal !important;}
.CaptchaImagePanel {margin:0 0 0 0; padding:0 0 0 0;}
.CaptchaMessagePanel {padding:0 0 0 0 !important; margin:0 auto !important; font-weight:normal !important; font-size:12px; line-height:14px; color:#000;}
.CaptchaAnswerPanel {margin:0 auto; padding:2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel {line-height:0; margin:0 0 0 0; padding:8px 0 8px 0 !important; font-size:11px;}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}  
.CaptchaImage {width:200px; margin: 10px auto 0;}

#formpage input.button{background:#e0352f;  width:96%; margin:0 auto; font-weight:bold; text-transform:uppercase; color:#fff; height:30px; line-height:15px; display:inline-block; text-align:center; font-size:18px; margin-top:5px; margin-bottom:20px;}
#formpage input.button:hover {background-position:bottom; height:30px; cursor:pointer; background:linear-gradient(#e0352f, #ca221d); color:#fff!important;}

a.button-col-1 {background:#e0352f; width:99.6%; margin:.5% 0 0 .25%; font-weight:bold; text-transform:uppercase; color:#fff; height:28px; line-height:28px; display:inline-block; text-align:center; padding-top:5px; margin-bottom:20px;}
a.button-col-1:hover {background-position:bottom; text-decoration:none; background:linear-gradient(#e0352f, #ca221d); color:#fff!important;}

/*Listings */
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {font-size:20px;}


/***** responsive styles **/
@media screen and (max-width:1600px) {
	.rt-head {width:75%;}
	.head-contact {margin-bottom:1.25%;}
	nav a:link, nav a:active, nav a:visited {padding:10px 0 10px 40px;}

	.tagline {top:300px; font-size:36px;}
}

@media screen and (max-width:1330px) {
	h2 {font-size:50px;}
	.logo {width:28%;}
	.rt-head {width:72%;}
	.head-contact {margin-bottom:2%;}
	nav a:link, nav a:active, nav a:visited {padding:10px 0 10px 30px; font-size:19px; line-height:20px;}
	
}

@media screen and (max-width:1250px) {
	nav a:link, nav a:active, nav a:visited {padding:10px 0 10px 15px; font-size:17px; line-height:20px;}
	
	article p {font-size:26px; margin-left:50%; width:425px;}
}

@media screen and (max-width:1150px) {
	h3 {font-size:28px;}
	
	.col-1 {float:none; width:100%; text-align:center;}
	.col-2 {float:none; width:100%; text-align:center;}
	
	.tagline {top:250px;}
	
	.ctaleft img {height:50px;}
	.ctaright img {height:50px;}

}
	
@media screen and (min-width:1025px) {
	#mobile-nav {display:none!important;}
}
@media screen and (max-width:1024px) {
	h1 {font-size:24px;}
	p {font-size:14px;}
	.hide-1024 {display:none;}
	.show-1024 {display:block; text-align: right; width: 95%; position: relative; top: 15px;}
	
	.column1-ht {width:8.33333%;}
	.column2-ht {width:16.66666%;}
	.column3-ht {width:25%;}
	.column4-ht {width:33.33333%;}
	.column5-ht {width:41.66666%;}
	.column6-ht {width:50%;}
	.column7-ht {width:58.33333%;}
	.column8-ht {width:66.66666%;}
	.column9-ht {width:75%;}
	.column10-ht {width:83.33333%;}
	.column11-ht {width:91.66666%;}
	.column12-ht {width:100%;}
	
	.col-pad-lt-ht {padding:0 0 0 2%;}
	.col-pad-rt-ht {padding:0 2% 0 0;}
	.col-pad-center-ht {padding:0 1%;}
	.col-pad-clear-ht {padding:0;}
	
	.text-block {width:90%;}
	.bottomtagbtn {padding:5px 0; font-size:16px;}
	
	.wrap {width:90%;}
	
	.rt-head {font-size:20px;}
	
	.tagline {top:200px;}
	
}


@media screen and (max-width:900px) {
	h2 {font-size:40px;}
	h3 {font-size:20px;}
	.logo {width:35%;}
	.rt-head {width:65%;}
	.head-contact {font-size:18px; margin-bottom:5%;}
	
	.tagline {font-size:32px;}
	
	article p {font-size:16px;line-height:20px; width:350px;}
}

@media screen and (max-width:768px) {
	h2 {font-size:40px;}
	.hide-tablet {display:none;}
	.show-tablet {display:block;}
	
	.column1-vt {width:8.33333%;}
	.column2-vt {width:16.66666%;}
	.column3-vt {width:25%;}
	.column4-vt {width:33.33333%;}
	.column5-vt {width:41.66666%;}
	.column6-vt {width:50%;}
	.column7-vt {width:58.33333%;}
	.column8-vt {width:66.66666%;}
	.column9-vt {width:75%;}
	.column10-vt {width:83.33333%;}
	.column11-vt {width:91.66666%;}
	.column12-vt {width:100%;}
	
	.col-pad-lt-vt {padding:0 0 0 2%;}
	.col-pad-rt-vt {padding:0 2% 0 0;}
	.col-pad-center-vt {padding:0 1%;}
	.col-pad-clear-vt {padding:0;}
	
	.tagline {top:150px; font-size:26px;}
	
	article p {width:325px;}
	
	.footleft {width:60%;}
	.footright {width:40%;}
	

}

@media screen and (max-width:650px) {
	h1 {font-size:20px;}
	h2 {font-size:30px;}
	
	.hide-640 {display:none;}
	.show-640 {display:block;}
	
	.column1-hp {width:8.33333%;}
	.column2-hp {width:16.66666%;}
	.column3-hp {width:25%;}
	.column4-hp {width:33.33333%;}
	.column5-hp {width:41.66666%;}
	.column6-hp {width:50%;}
	.column7-hp {width:58.33333%;}
	.column8-hp {width:66.66666%;}
	.column9-hp {width:75%;}
	.column10-hp {width:83.33333%;}
	.column11-hp {width:91.66666%;}
	.column12-hp {width:100%;}
	
	.col-pad-lt-hp {padding:0 0 0 2%;}
	.col-pad-rt-hp {padding:0 2% 0 0;}
	.col-pad-center-hp {padding:0 1%;}
	.col-pad-clear-hp {padding:0;}
	
	.logo {width:40%;}
	.rt-head {width:60%;}
	.head-contact {width:75%; font-size:16px;}
	
	.tagline {top:125px; font-size:22px;}
	a.redbtn {font-size:16px; max-width:250px;}
	
	.ctaleft {display:block; width:99.5%;}
	.ctaright {display:block; width:99.5%;}
	
	.home {padding:20px 0;}
	
	article p {width:300px;}
	.bottomtagbtn {font-size:14px; padding:3px 0px;}
	
	.ctaleft {display:block; width:99.5%;}
	.col2 {display:block; width:100%;}
	
	
	
}
@media screen and (max-width:500px) {
	h1 {font-size:18px;}
	h2 {font-size:24px;}
	
	.column1-vp {width:8.33333%;}
	.column2-vp {width:16.66666%;}
	.column3-vp {width:25%;}
	.column4-vp {width:33.33333%;}
	.column5-vp {width:41.66666%;}
	.column6 {width:100%;}
	.column7-vp {width:58.33333%;}
	.column8-vp {width:66.66666%;}
	.column9-vp {width:75%;}
	.column10-vp {width:83.33333%;}
	.column11-vp {width:91.66666%;}
	.column12-vp {width:100%;}
	
	.col-pad-lt-vp {padding:0 0 0 2%;}
	.col-pad-rt-vp {padding:0 2% 0 0;}
	.col-pad-center-vp {padding:0 1%;}
	.col-pad-clear-vp {padding:0;}
	
	.tagline {top:100px; font-size:18px;}
	a.redbtn {font-size:14px; padding:3px 0;}
	article p {margin-left:30%;}

	.bottomtag {float:none; width:100%; text-align:center;}
	.bottomtagbtn {float:none; width:100%;}

	
	.footleft {float:none; width:100%; text-align:center;}
	.footright {float:none; width:100%;}
	.col-1 {font-size:12px;}
	.col-2 {font-size:12px;}
	
}
@media screen and (max-width:414px) {
	.logo {float:none; width:90%; margin:0 auto; padding:10px 0;}
	.rt-head {float:none; width:100%; padding-bottom:10px;}
	.head-contact {width:100%; text-align:center;}
	.show-1024{top: -10px;}
	.tagline {display:none;}

	article p {margin-left:10%; max-width:90%;}
}

