/* TreeWorkNow.com */

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	color: black;
	background: white;
	min-width: 865px;
}

@media screen and (min-width: 900px) {
	body {
		overflow-x: hidden;
	}
}

ol, ul {
	list-style: none;
}
#intleftcontent2 ol, #intleftcontent3 ol, .css-fixed ol {
	list-style: decimal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
#intleftcontent2 ol li, #intleftcontent2 ul li, #intleftcontent3 ol li, #intleftcontent3 ul li, .css-fixed ol li, .css-fixed ul li {
	margin:0 0 1em 40px;
}
#intleftcontent2 ul, #intleftcontent3 ul, .css-fixed ul {
	list-style: disc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background:#324d25;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.5;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.5;
}

h1, #rightcontent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	color:#444000;
	line-height:1.2;
	padding:0;
}

#rightcontent h2 {
	font-size:1.2em;
	margin-bottom:10px;
	margin-top:10px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	color:#000;
	padding:18px 0 5px 0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#000;
	margin:1.0em 0;
}


img {
	vertical-align:bottom;
}

strong {
	font-weight:bold;
}

a {
	color:#9c6e0e;
}

a:hover {
}

#content div.star-rating-hover a:hover {
	background-color:transparent;
}

#header {
	border-top:10px solid #4F7938;
	background:#fff;
	margin:0 auto;
}

#logo {
	float:left;
	width:400px;
}
#logo img {
	width: 100%;
	max-width: 385px;
}

#contact {
	float:left;
	width:465px;
	text-align:right;
}

.frame {
	margin:0 auto;
	width:865px;
}

#nav {
	clear:both;
	/*background:url('/images/nav_bg.gif') top left repeat-x;*/
	color:#fff;
	position: relative;
    z-index: 102;
}

#nav a {
	display:block;
	width:143px;
	text-decoration:none;
	color:#fff;
	padding:17px 0 10px 0;
}

#nav li {
	float:left;
	width:143px;
	position:relative;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	border-right:1px solid #2f4520;
}
#nav.special li {
	width: 118px;
	font-size: 14px;
}
#nav.special a {
	width: 113px;
	padding-bottom: 21px;
	padding-top: 22px;
}
#nav.special a img {
	width: 87%;
}
#nav.special ul li > ul > li {
	width: 128px;
}
#nav.special ul li > ul > li > a {
	width: 128px;
	padding-bottom: 10px;
	padding-top: 7px;
}

#nav .frame {
	position: relative;
}

@media screen and (min-width: 900px) {

	#nav .frame:before {
		content: " ";
		display: block;
		width: 370px;
		height: 465px;
		background-image: url('images/2018/body-side-img.jpg');
		background-repeat: no-repeat;
		background-position: left top;
		background-size: auto 100%;
		position: absolute;
		top:0;
		left: -370px;
	}

	#nav .frame:after {
		content: " ";
		display: block;
		width: 370px;
		height: 465px;
		background-image: url('images/2018/body-side-img.jpg');
		background-repeat: no-repeat;
		background-position: right top;
		background-size: auto 100%;
		position: absolute;
		top:0;
		right: -370px;
	}

}

.first {
	border-left:1px solid #2f4520;
}

@media screen and (min-width: 641px) {
	#nav ul li:hover, #nav ul li.over {
		background:url('/images/nav_bg_on_tall.png') bottom left repeat-x;
	}
}

#nav ul li a img {
	padding-bottom:10px;
}

#nav ul li ul {
	visibility:hidden;
	position:absolute;
	top:auto;
	left:-1px;
	z-index:11;
}

@media screen and (min-width: 641px) {
	#nav ul li:hover ul, #nav ul li.over ul {
		visibility:visible;
	}
}

#nav li li {
	font-size:0.6em;
	background:#fff;
	border:1px solid #2f4520;
	border-top:none;
}

@media screen and (min-width: 641px) {
	#nav li li:hover {
		background:#fff;
	}
}

#nav li li a {
	color:#000;
	padding:7px 0;
}

@media screen and (min-width: 641px) {
	#nav li ul.orange li a:hover {
		background:#f9af19;
	}

	#nav li ul.blue li a:hover {
		background:#00a4d4;
	}

	#nav li ul.green li a:hover {
		background:#9ec23b;
	}
}

#special-top {
	width:865px;
	margin:0 auto;
	background-color: #e7e7de;
	border-top: 7px solid #4F7938;
	position: relative;
	overflow: hidden;
	background: #4e7938;
}
#special-top img.illustration {
	width: 100%;
	max-width: 400px;
}
#special-top #special-top-cycle {
	width: 465px;
	float:right;
	z-index: 2;
}
#special-top #special-top-cycle img {
	display: none;
}

#special-top .st-video {
	width: 100%;
	max-width: 400px;
	float: left;
	padding-top: 50px;
}




  .hero-video-container {
  	overflow: hidden;
	position: relative;
  }
  .hero-video-container > .container {
	position: relative;
	z-index: 3;
  }


  div.mask {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: #4e7938;
  }


.vimeo-wrapper {
   position: absolute;
   width: auto;
   padding-left: 65%;
   height: 100%;
   top: 0;
   left: 50%;
    -webkit-transform: translateX(-50%);
       -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
           transform: translateX(-50%);
   /*pointer-events: none;*/
   overflow: hidden;
}

@media screen and (max-width: 640px) {
	.vimeo-wrapper {
		width: 100%;
		padding:0;
	}
}


.vimeo-wrapper iframe {
   width: 100%;
   height: 100%;
   position: absolute;
   top:0;
   left:0;
}





#crew {
	width:865px;
	margin:0 auto;
}

#crew-inner {
	display:inline-block;
	padding:10px 0 18px 10px;
	width:565px;
}
#crew-inner h2 {
	white-space: nowrap;
	clear: both;
	padding-top: 1px;
}

#nav.special #crew-inner {
	width: 136px;
	background: #4d7637;
	padding: 10px 0px 0 14px;
}
#nav.special #crew-inner h2 {
	color: #fff;
	font-size: 14px;
	padding: 0 14px 10px 0;
	text-align: center;
	white-space: normal;
}
#nav.special #crew-inner .estimator-photo {
	width: 92px;
	margin-left: 15px;
}
#nav.special #crew-inner .estimator-photo img {
	width: 100% !important;
	height: auto !important;
}

#nav.special #crew-inner .estimator-photo .estimator-name {
	font-size: 13px;
}

#main-video-thumb {
	float:right;
	padding:10px;
}
#main-video {
	float:right;
	padding:10px;
	display: none;
}
#main-video-thumb.special {
	width: 100%;
	padding: 0 0 10px 0;
}
#main-video-thumb.special img {
	width: 100%;
}
#main-video.special {
	width: 100%;
	padding: 0 0 10px 0;
}

#content {
	background:#E7E7DE;
	color:#283D1C;
	border-top:7px solid #4F7938;
	width:865px;
	margin:0 auto;
}

#leftcontent {
	float:left;
	width:501px;
	padding:25px 19px 30px 39px;
}

#intleftcontent {
	float:left;
	width:540px;
	padding:25px 19px 30px 25px;
}

#intleftcontent2 {
	float:left;
	width:480px;
	padding:25px 19px 30px 25px;
}

#intleftcontent3 {
	float:left;
	width:820px;
	padding:25px 19px 30px 25px;
}

#rightcontent {
	float:left;
	width:265px;
	padding:25px 10px 30px 31px;
}

#rightcontent p {
	padding-left:25px;
}

#intrightcontent {
	float:left;
	width:200px;
	padding:25px 10px 30px 20px;
}

#intrightcontent p {
	padding-left:25px;
}

#inttext {
	float:left;
	width:260px;
	padding:25px 10px 30px 20px;
}
#charity {
padding: 0px 0 0px 0;
}

#lc {
	float:left;
	width:300px;
	padding:25px 19px 30px 25px;
}
#rc {
	float:left;
	width:300px;
	padding:25px 19px 30px 25px;
}


#footer {
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background:#fff;
	padding:10px 0;
	border-top:1px solid #4F7938;
	line-height:1.0;
}

#footer ul {
	font-size:10px;
	list-style:none;
	margin:0;
	padding:10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#footer li {
/*	list-style:none;
	display:inline-block; */
	border-right:1px solid #4F7938;
	padding:0 18px 0 18px;
	margin:10px 0;
}

#footer li:last-child,
#footer li.nobullet {
	border-right:none;
}

#footer p {
	margin:1.0em 0;
}





.estimate {
	vertical-align:text-bottom;
}

.phone {
	color:#4F7938;
	font-weight:bold;
	font-size:24px;
	padding-top:15px;
	letter-spacing:1px;
}

.email {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.email:hover {
	text-decoration:underline;
}

.smallphone {
	font-weight:bold;
	font-size:1.2em;
	color:#4F7938;
	letter-spacing:1px;
}

.gallery {
		padding:30px;

}

#estimate_table td {
	padding:5px;
	vertical-align:top;
}

#quick_submit, #additional_information {
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:none repeat scroll 0 0 #F9AF19;
	border:2px solid #4F7938;
	color:#444000;
	font-size:1.3em;
	font-weight:bold;
	padding:20px;
	margin-top:1.0em;
}

#quick_submit.light {
	background-color:#fff;
}

#additional_information {
	font-size:1.0em;
	background-color:#ddd;
	border:1px solid #4F7938;
}

#quick_submit p, #additional_information p {
	margin-bottom:1.0em;
}

#quick_submit input {
	font-size:1.0em;
}

#quick_submit legend, #additional_information legend {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:none repeat scroll 0 0 #FFFFFF;
	border:2px solid #4F7938;
	color:#444000;
	font-family:Arial,Helvetica,sans-serif;
	font-style:italic;
	font-weight:normal;
	padding:5px;
}

#additional_information legend {
	font-size:1.3em;
	border:1px solid #4F7938;
}

#quick_submit .instructions, #additional_information .instructions {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:none repeat scroll 0 0 #FFFFFF;
	color:#888888;
	float:right;
	margin-top:1.5em;
	padding:10px;
	width:120px;
}

#quick_submit p.no-bottom-margin, #additional_information p.no-bottom-margin {
	margin-bottom:0;
}



.css-fixed {
	line-height:1.5;
}

.css-fixed p {
	margin:1.0em 0;
}

em {
	font-style:italic;
}

.css-fixed #rightcontent h3 {
	margin:0;
	padding:0;
}

.css-fixed #rightcontent p {
	margin-top:0;
}



.float-left {
	float:left;
	margin-right:10px;
}

.call-to-action, .call-to-action:visited {
	background-color:#FF5C00;
	font-size:1.0em;
	padding:8px 14px 9px;
	font-weight:bold;
	line-height:1;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	-moz-border-radius:5px 5px 5px 5px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	border-bottom:1px solid rgba(0, 0, 0, 0.25);
	color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	position:relative;
	text-decoration:none;
}

.call-to-action:hover {
	background-color:#D45500;
}


.call-to-action.orange, .call-to-action.orange:visited {
	background-color: #f9af1a;
}
.call-to-action.orange:hover {
	background-color:#e29e15;
}


.call-to-action.blue, .call-to-action.blue:visited {
	background-color: #02a4d4;
}
.call-to-action.blue:hover {
	background-color: #0490b9;
}


.call-to-action.green, .call-to-action.green:visited {
	background-color: #9ec23b;
}
.call-to-action.green:hover {
	background-color: #7f9c2e;
}



.small-column {
	float:left;
	width:160px;
	font-size:12px;
}

#intleftcontent2 .small-column li {
	margin:0 15px 0 12px;
}

#content.estimate-icon-bg {
	background: url("images/estimate-icon-bg.png") no-repeat scroll center 35px #E7E7DE;
}

#content.testimonials-icon-bg {
	background: url("images/testimonials-icon-bg.png") no-repeat scroll center 35px #E7E7DE;
}

#content.testimonials-icon-bg-2 {
	background: url("images/testimonials-icon-bg.png") no-repeat scroll center 275px #E7E7DE;
}

#content.video-icon-bg {
	background: url("images/video-icon-bg.png") no-repeat scroll center 35px #E7E7DE;
}

#content.about-icon-bg {
	background: url("images/about-icon-bg.png") no-repeat scroll center 35px #E7E7DE;
}

#content.insurance-icon-bg {
	background: url("images/insurance-icon-bg.png") no-repeat scroll 520px 35px #E7E7DE;
}

#content.coupons-icon-bg {
	background: url("images/coupons-icon-bg.png") no-repeat scroll 520px 35px #E7E7DE;
}

#social {
	list-style:none;
}

#social li {
	margin:0;
	padding:0;
}

#social a, #social a:hover {
	display:block;
	margin:6px;
	height:24px;
	width:100px;
	text-indent:30px;
	background-repeat:no-repeat;
}

#social a.twitter { background-image: url(images/twitter.png); }
#social a.google { background-image: url(images/google.png); }
#social a.facebook { background-image: url(images/facebook.png); }
#social a.instagram { background-image: url(images/instagram.png); }
#social a.youtube { background-image: url(images/youtube.png); }
#social a.linkedin { background-image: url(images/linkedin.png); }
#social a.rss { background-image: url(images/rss.png); }

.align-right {
	float:right;
	padding:10px 0 10px 10px;
}

.align-left {
	float:left;
	padding:10px 10px 10px 0;
}

.gallery-new {
	display:block;
	float:left;
	width:50%;
	height:auto;
	margin-bottom: 10px;
}

ol.alpha-list {
	list-style:lower-alpha;
	font-size:0.8em;
}

.css-fixed .tight li {
	margin-bottom:0.5em;
}

.estimator-photos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

.estimator-photos td {
	text-align:center;
	padding:3px;
}

.blue-emphasis {
	color:#00a4d4;
	font-size:13px;
}

/* testimonial speech bubbles */


.testimonial-small {
	background: url("images/speech-bubble-small-top.gif") no-repeat scroll left top transparent;
	font-size:0.9em;
	margin:1em 0;
	padding-top:14px;
	width:275px;
}

.testimonial-small-body {
	background: url("images/speech-bubble-small-middle.gif") repeat-y scroll left top transparent;
	padding:0 14px;
}

.testimonial-small-body p {
	margin: 0 0 1em 0;
}

.testimonial-small-foot {
	background: url("images/speech-bubble-small-bottom.gif") no-repeat scroll left top transparent;
	margin-top:-1em;
	height:43px;
}

.testimonial-small .testimonial-small-author {
	background:url("images/speech-bubble-small-icon.gif") no-repeat scroll right top transparent;
	height:40px;
	line-height:40px;
	margin:-20px 50px 0 0;
	padding-right:50px;
	text-align:right;
	font-size:1.0em;
}


.testimonial-medium {
	background: none;
	width: 100%;
	padding: 0;
	margin: 1em 0;
}
.testimonial-medium-body {
	background: #fff;
	border: 2px solid #44a5d1;
	border-radius: 12px;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	position: relative;
	margin-bottom: 30px;
	padding: 12px 10px 0 11px;
}
.testimonial-medium-body p {
	margin: 0 0 1em 0;
}
	.testimonial-medium-body:before,
	.testimonial-medium-body:after {
		content: " ";
		position: absolute;
		border-left: 0px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #fff;
		bottom: -20px;
		right: 20px;
	}
	.testimonial-medium-body:before {
		border-left: 0px solid transparent;
		border-right: 25px solid transparent;
		border-top: 23px solid;
		border-top-color: inherit;
		bottom: -24px;
		right: 17px;
	}
.testimonial-medium-foot {
	display: none;
}

.testimonial-medium .testimonial-medium-author {
	background:url("images/speech-bubble-small-icon.gif") no-repeat scroll right top transparent;
	height:40px;
	line-height:19px;
	margin:-20px 55px 0 0;
	padding-right:50px;
	text-align:right;
	font-size:1.0em;
	padding-top: 12px;
}


.testimonial-large {
	background: none;
	width: 100%;
	padding: 0;
	margin: 1em 0;
	min-width: 816px;
}
.testimonial-large-body {
	background: #fff;
	border: 2px solid #44a5d1;
	border-radius: 12px;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	position: relative;
	margin-bottom: 30px;
	padding: 12px 10px 0 11px;
}
.testimonial-large-body p {
	margin: 0 0 1em 0;
}
	.testimonial-large-body:before,
	.testimonial-large-body:after {
		content: " ";
		position: absolute;
		border-left: 0px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #fff;
		bottom: -20px;
		right: 20px;
	}
	.testimonial-large-body:before {
		border-left: 0px solid transparent;
		border-right: 25px solid transparent;
		border-top: 23px solid;
		border-top-color: inherit;
		bottom: -24px;
		right: 17px;
	}
.testimonial-large-foot {
	display: none;
}

.testimonial-large .testimonial-large-author {
	background:url("images/speech-bubble-small-icon.gif") no-repeat scroll right top transparent;
	height:40px;
	line-height:19px;
	margin:-20px 55px 0 0;
	padding-right:50px;
	text-align:right;
	font-size:1.0em;
	padding-top: 12px;
}



.coupon {
	color:#0a0;
	background:#fff;
	border:2px dashed #050;
	width:400px;
	padding:10px;
}

.coupon h2 {
	font-size:1.6em;
	margin:0;
	padding:0;
	color:#0a0;
}

.coupon h3 {
	font-size:1.2em;
	margin:0;
	padding:0;
	color:#0a0;
}

#content p.flush-left {
	margin-top:2.0em;
	padding-left:0;
}

p.small {
	font-size:12px;
	font-weight:normal;
}

#response {
	display:none;
}

.estimator-name {
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: #fff;
	padding: 5px;
	border-top-left-radius: 5px;
	-moz-top-left-radius: 5px;
	-webkit-top-left-radius: 5px;
	color: #000;
}

.estimator-photo {
	float:left;
	width:102px;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	z-index:10;
}

#iphone-buttons {
	background-color:#4F7938;
	padding:0.5em;
	display:none;
}

.free-estimate {
	color:#fff;
	margin:0.25em 0;
	text-align:center;
	font-size:4.0em;
}

.free-estimate .call-to-action {
	background-color:#DBDBDB;
	color:#000;
	border-radius:40px;
	border:10px solid #000;
	width:90%;
	text-shadow:0px 3px 1px rgba(255, 255, 255, 0.4);
	padding:0.5em 0;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E6E6E6), color-stop(0.49, #C4C4C4), color-stop(0.51, #ADADAD), to(#ADADAD));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #E6E6E6, #C4C4C4 49%, #ADADAD 51%, #ADADAD);

}

object, embed {
	z-index:1;
}

#quick_submit #subject, #free_mulch #subject {
	display:none;
}

@media screen and (max-width: 640px) {

	/*#iphone-buttons {
		display:block;
	}*/

	.hide-for-mobile {
		display: none !important;
	}

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	body {
		min-width: 360px;
	}

	#nav ul li.over {
		background:url('/images/nav_bg_on_tall.png') bottom left repeat-x;
	}
	#nav ul li.over ul {
		visibility:visible;
	}

	.frame {
		width: 100%;
	}

	#header > .frame {
		display: table;
		width: 100%;
	}
		#logo {
			width: 50%;
			float: none;
			display: table-cell;
			vertical-align: middle;
			padding-left: 5px;
		}
			#logo img {
				width: 100%;
				height: auto;
				margin-top: 1px;
			}
		#contact {
			width: 50%;
			float: none;
			display: table-cell;
			padding-right: 5px;
		}

	ul#ul_nav {
		width: 100%;
		float:left;
		position: relative;
	}
	#nav li,
	#nav.special li {
		float:left;
		width: 16.6666667%;
		font-size: .7em;
		position: initial;
	}
	#nav li.first {
		border-left: none;
	}
	#nav li.last {
		border-right: none;
	}
	#nav a,
	#nav.special a {
		width: 100%;
	}
	#nav ul li a img,
	#nav.special ul li a img {
		width: 80%;
	}
		#nav ul li ul {
			width: 100%;
		}
		#nav li li {
			width: 100%;
			font-size: 1.2em;
		}
		#nav li li a {
			padding: 14px 0;
		}

	#content {
		width: 100%;
		min-width: 360px;
	}

	#leftcontent, #intleftcontent2, #inttext, #intleftcontent3 {
		width: 100%;
		padding: 25px 20px 30px 20px;
	}
	#leftcontent img, #intleftcontent2 img, #inttext img, #intleftcontent3 img {
		width: auto;
		max-width: 100%;
		margin-bottom: 15px;
		height: auto !important;
	}
	#inttext table[align="right"] {
		float:left;
		text-align: left !important;
	}
		#inttext table[align="right"] div[align="right"] {
			text-align: left !important;
		}
		#inttext table[align="right"] img[align="right"] {
			float:left;
		}

	#rightcontent {
		width: 100%;
		padding: 25px 20px 30px 20px;
	}
	img.img-mobile {
		width: 100%;
		height: auto;
	}
	img.mobile-fullwidth {
		width: 100%;
		max-width: none;
	}

	.growbook-promo {
		width: 100% !important;
	}
	.growbook-promo img {
		margin-left: 30px;
	}
	.growbook-promo a {
		font-size: 16px;
	}

	.small-column {
		width: 100%;
		font-size: 14px;
		padding: 0 0 0 5px;
		margin-bottom: 20px;
	}

	#special-top {
		width: 100%;
		border-top: 0;
		overflow: hidden;
	}
	#special-top #special-top-cycle {
		float: none;
		width: 100%;
		z-index: 1;
	}
	#special-top #special-top-cycle img {
		width: 100%;
	}

	#crew {
		width: 100%;
		text-align: center;
		position: relative;
	}
	#crew:after {
		content: " ";
		clear: both;
		display: table;
	}
	#crew-inner,
	#nav.special #crew-inner {
		width: 100%;
	}
	.estimator-photo {
		width: 20%;
		margin:0;
		padding: 0 10px 10px 0;
	}
	.estimator-photo img {
		width: 100%;
		height: auto;
	}
	.estimator-name {
		right: 9px;
		bottom: 6px;
	}
	#nav.special #crew-inner {
		display: none;
	}
	#nav.special #crew-inner {
		padding: 10px 10px 7px 10px;
	}
	#nav.special #crew-inner h2 {
		font-size: 14px;
	}

	#special-top img.illustration {
		display: none;
	}

	#main-video-thumb {
		float: none;
		display: inline-block;
	}
	#main-video {
		float: none;
	}

	#quick_submit .instructions, #additional_information .instructions {
		width: 100%;
		float:left;
		margin-top: 10px;
	}
	#quick_submit p, #additional_information p {
		width: 100%;
		float:left;
	}
	#quick_submit p label, #additional_information p label {
		width: 100%;
		display: inline-block;
	}
	#quick_submit input, #additional_information input {
		width: 100%;
		font-size: 18px;
	}
	#quick_submit input[type="checkbox"], #additional_information input[type="checkbox"] {
		width: auto;
		margin-bottom: 12px;
	}
	#additional_information label.text {
		float: none;
		display: inline;
	}
	#additional_information select {
		width: 100%;
		font-size: 18px;
	}
	#additional_information textarea {
		width: 100%;
		font-size: 18px;
		padding: 10px;
	}
	.testimonial-large {
		min-width: 10px;
	}
	.testimonial-large .testimonial-large-author,
	.testimonial-medium .testimonial-medium-author {
		font-size: 0.8em;
	}

	.testimonial-large .testimonial-large-body .align-right,
	.testimonial-medium .testimonial-medium-body .align-right {
		float: none;
		padding: 0;
	}

	.gallery-new {
		width: 100%;
	}

	#Table_01 {
		display: none !important;
	}

	form#free_mulch p {
		width: 100%;
		float:left;
		margin: 0 0 18px 0;
	}
	form#free_mulch p label {
		width: 100%;
		display: inline-block;
	}
	form#free_mulch input {
		width: 100%;
		font-size: 18px;
	}
	form#free_mulch textarea {
		width: 100%;
		font-size: 18px;
		padding: 10px;
	}
	form#free_mulch select {
		width: 100%;
		font-size: 18px;
	}
	form#free_mulch input[type="checkbox"] {
		width: auto;
		margin-bottom: 12px;
	}
		form#free_mulch input[type="checkbox"] + label {
			float: none;
			display: inline;
		}

	form[name="captcha"] p {
		width: 100%;
		float:left;
		margin: 0 0 18px 0;
	}
	form[name="captcha"] p label {
		width: 100%;
		display: inline-block;
	}
	form[name="captcha"] input {
		width: 100%;
		font-size: 18px;
	}
	form[name="captcha"] textarea {
		width: 100%;
		font-size: 18px;
		padding: 10px;
	}
	form[name="captcha"] select {
		width: 100%;
		font-size: 18px;
	}
	form[name="captcha"] input[type="checkbox"],
	form[name="captcha"] input[type="radio"] {
		width: auto;
		margin-bottom: 12px;
	}
		form[name="captcha"] input[type="checkbox"] + label,
		form[name="captcha"] input[type="radio"] + label {
			float: none;
			display: inline;
		}

}


@media screen and (max-width: 400px) {
	#nav li,
	#nav.special li {
		font-size: .6em;
	}
}

div.refer-friend-card {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 0 0;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.refer-friend-card div.inner {
	background: #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
}

div.refer-friend-card:nth-of-type(1) div.inner {
	background: #ececec;
}

div.refer-friend-card input,
div.refer-friend-card textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.small-24-medium-12 {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.small-24-medium-12.c-first {
	padding-right: 10px;
}
div.small-24-medium-12.c-second {
	padding-left: 10px;
}

div.small-24-medium-12 img {
	width: 100%;
	display: inline-block;
}

@media screen and (max-width: 640px) {
	div.refer-friend-card {
		width: 100%;
	}

	div.refer-friend-card p {
		float: none !important;
	}

	div.small-24-medium-12 {
		width: 100%;
		padding: 0 !important;
	}
}

ul.compact li {
	margin: 0 0 5px 18px;
}

.dib-post-content img {
	max-width: 100%;
    height: auto;
}

body.blog-page .dib-posts-list .dib > h1 {display: none;}

body.blog-single .dib-post .dib-post-featured-image {
	display: none;
}

body.blog-page .dib-posts-list .dib {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
body.blog-page .dib-posts-list .dib .dib-post {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    min-width: 0;
    -webkit-box-sizing: border-box;box-sizing: border-box;
    padding: 0 10px;
    margin: 0 0 20px 0;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0, .3);

    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
        flex-direction: column;
}
body.blog-page .dib-posts-list .dib .dib-post .dib-post-readtime,
body.blog-page .dib-posts-list .dib .dib-post .dib-post-date,
body.blog-page .dib-posts-list .dib .dib-post .dib-post-content,
body.blog-page .dib-posts-list .dib .dib-post .dib-post-author {
	display: none;
}

body.blog-page .dib-posts-list .dib .dib-post .dib-post-featured-image {
	-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;
}

body.blog-page .dib-posts-list .dib .dib-post .dib-post-featured-image img {
	width: 100%;
}

body.blog-page .dib-posts-list .dib .dib-post .dib-post-title {
	padding: 0 0 10px 0;
	-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;
}

.dib .pagination {
	width: 100%;
	min-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.dib .pagination a {
	display: block;
}

div.blog-home-featured {
	margin: 0 0 35px 0;
}
div.blog-home-featured .dib .dib-post {
	-webkit-box-sizing: border-box;box-sizing: border-box;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0, .3);
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
        flex-direction: column;
        padding: 10px;
        display: none;
}
div.blog-home-featured .dib .dib-post:first-child {
	display: block;
}
div.blog-home-featured .dib .dib-post p {
	padding-left: 0 !important;
}
div.blog-home-featured .dib .dib-list .dib-post .dib-post-readtime,
div.blog-home-featured .dib .dib-list .dib-post .dib-post-date,
div.blog-home-featured .dib .dib-list .dib-post .dib-post-content,
div.blog-home-featured .dib .dib-list .dib-post .dib-post-author {
	display: none;
}
div.blog-home-featured .dib .dib-list .dib-post .dib-post-featured-image {
	-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;
}

div.blog-home-featured .dib .dib-list .dib-post .dib-post-featured-image img {
	width: 100%;
}

div.blog-home-featured .dib .dib-list .dib-post .dib-post-title {
	padding: 0 0 10px 0;
	-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;
	margin: 0 !important;
}

div.alert-bar {
	display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
	width: 100%;
	max-width: 865px;
	margin: 0 auto;
}

div.alert-bar a.storm {
	width: 70%;
	display: block;
	background: #1a5d99;
	color: #fff;
	padding: 12px 10px;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
}

div.alert-bar a.storm:hover {
	background: #155186;
}


div.alert-bar a.covid {
	width: 30%;
	display: block;
	background: #324d24;
	color: #fff;
	padding: 12px 10px;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
}

a.alert-banner {
	display: block;
	background: #fcca10;
	color: #000;
	padding: 12px 10px;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	position: sticky;
	top: 0;
	z-index: 205;
}
a.alert-banner:hover {
	background: #f7c407;
}

div.alert-banner-frame {
	width: 100%;
	margin:0 auto;
	max-width:865px;
}


div.ba-cycle img {
	display: none;
}
div.ba-cycle img:first-child {
	display: block;
}

img.img-hires {
	width: auto;
	max-width: 100%;
}

div.submit-float {
    border-radius: 5px 5px 0 0;
    background: #e7e7df;
    color: #444000;
    font-size: 1.3em;
    font-weight: bold;
    padding: 20px;
    margin-top: 1.0em;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    bottom:0;
    -webkit-box-shadow: 0px 0px 14px 2px #636363;box-shadow: 0px 0px 14px 2px #636363;
}


.submit-float-button {
	background: #dc6818;
	background: -moz-linear-gradient(0deg, #dc6818 0%, #f28d06 100%);
	background: -webkit-linear-gradient(0deg, #dc6818 0%, #f28d06 100%);
	background: linear-gradient(0deg, #dc6818 0%, #f28d06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc6818",endColorstr="#f28d06",GradientType=1);
	color:#fff;
	border:2px solid #dc6818;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	cursor:pointer;
	font-size: 22px;
    width: 100%;
    display: block;
    padding: 10px 0;
    font-weight: 700;
}

.submit-float-button:hover {
	background: #de7f00;
	background: -moz-linear-gradient(0deg, #de7f00 0%, #f28d06 100%);
	background: -webkit-linear-gradient(0deg, #de7f00 0%, #f28d06 100%);
	background: linear-gradient(0deg, #de7f00 0%, #f28d06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7f00",endColorstr="#f28d06",GradientType=1);
}



/* ADDED BY HORST ARTS 2022 */

.two-column-images img {
	float: left;
	width: 49% !important;
}

.two-column-images img:nth-child(odd) {
	margin: 20px 1% 20px 0 !important;
}

.two-column-images img:nth-child(even) {
	margin: 20px 0 20px 1% !important;
}

@media screen and (max-width: 640px) {
	.two-column-images img {
		float: none;
		padding: 0;
		width: 100% !important;
	}

	.two-column-images img:nth-child(odd) {
		margin: 20px 0 0 0 !important;
	}

	.two-column-images img:nth-child(even) {
		margin: 20px 0 0 0 !important;
	}
}

.crew-cycle div {
}



.two-columnn {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.two-columnn p {
	margin: 0;
	padding: 10px 0;
	width: 50%;
	line-height: 1.2em;
	border-top: 1px solid #D6D6CD;
}

.two-columnn p.black {
	color: white;
	background-color: black;
}

.two-columnn p:nth-child(even) span {
	display: block;
	padding: 0 0 0 15px;
}

.two-columnn p:nth-child(odd) span {
	display: block;
	padding: 0 5px 0 10px;
}


.reasons {
	margin: 15px 0;
	padding: 20px;
	border-radius: 10px;
	border-width: 4px;
	border-style: solid;
}

.reasons-red { background-color: #cc0000; color:white; border-color: #990000; }
.reasons-red h3 { color:white; }
.reasons-yellow { background-color: #eeee00; border-color: #aaaa00; }
.reasons-green { background-color: #00aa00; color:white; border-color: #008800; }
.reasons-green h3 { color:white; }

.reasons h3 {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

.reasons ul li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
		