/* 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;
}

h2.h1style {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	color:#444000;
	line-height:1.2;
	padding: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 {
	display: none;
	clear: both;
	color:#fff;
	position: relative;
    z-index: 102;
}

#nav.active {
	display: block;
}

#submenu1.active,
#submenu2.active,
#submenu3.active,
#submenu4.active,
#submenu5.active,
#submenu6.active,
#submenu7.active
{
	display: block;
}

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

	#nav {
		display: block;
	}

}

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

#nav>ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 865px;
	margin: 0 auto;
	padding: 0;
	/*
	list-style: none;
	text-align: center;
	*/
}

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

	#nav>ul {
		flex-direction: row;
	}

}

#nav li {
	float: none;
	display: inline-block;
	position:relative;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	/*
	padding-left: 30px;
	padding-right: 30px;
	*/
}
#nav.special li {
	font-size: 14px;
	/* background-color: red; */
}

#nav.special a {
	padding-bottom: 21px;
	padding-top: 22px;
}
#nav.special a img {
	width: 87%;
}
#nav.special ul li > ul > li {
	width: 128px;
	padding-left: 0;
	padding-right: 0;
}
#nav.special ul li > ul > li > a {
	width: 128px;
	padding-bottom: 10px;
	padding-top: 7px;
}

#nav .frame {
	position: relative;
}

#nav ul li ul {
	/* visibility:hidden; */
	display: none;
	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; */
		display: block;
	}
}

#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 (max-width: 640px) {

	#nav ul li ul {
		position: relative;
	}

	#nav.special ul li > ul > li {
		width: 100% !important;
	}

	#nav.special ul li > ul > li > a {
		width: 100% !important;
	}

}

@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 #183006;
	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;
}

#mobile-buttons {
	display: flex;
	margin: 20px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #324D25;
}

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

	#mobile-buttons {
		display: none;
	}

}

#mobile-buttons a {
	display: block;
	width: 49%;
	padding: 14px 0 10px 0;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#mobile-buttons a.phone1 {
	margin-right: 1%;
	color: white;
	background-color: #4F7938;
}

#mobile-buttons a.phone1:hover {
	background-color: #638746;
}

#mobile-buttons a.quote1 {
	margin-left: 1%;
	color: black;
	background-color: #fcca10;
}

#mobile-buttons a.quote1:hover {
	background-color: #ffe02d;
}


#google-reviews {
	display: block;
	padding: 10px;
	background-color: white;
}

#google-reviews img {
	display: block;
	margin: 0 auto;
	width: 50%;
}

#google-reviews p {
	padding-top: 4px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

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

	#google-reviews {
		display: none;
	}

}



#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: 65%;
			float: none;
			display: table-cell;
			vertical-align: middle;
			padding-left: 5px;
		}
			#logo img {
				width: 100%;
				padding: 10px;
				height: auto;
				margin-top: 1px;
			}

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

			#logo {
				width: 100%;
				padding: 0;
			}
			#logo img {
				width: 300px;
				padding: 10px;
				height: auto;
				margin-top: 1px;
			}

		}

		#contact {
			width: 50%;
			float: none;
			display: none;
			padding-right: 5px;
		}

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

			#contact {
				display: table-cell;
			}

		}

	ul#ul_nav {
		width: 100%;
		float:left;
		position: relative;
		text-align: center;
	}
	#nav li,
	#nav.special li {
		float: none;
		display: inline-block;
		/* width: 16.6666667%; */
		font-size: 18px;
		position: initial;
		padding: 0;
		border-bottom: 1px solid #4F7938;
	}

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

		#nav.special li {
			border-top: none;
			font-size: 14px;
		}

	}

	#nav a,
	#nav.special a {
		width: 100%;
		padding-bottom: 21px;
		padding-top: 22px;
	}

	#nav.special a:hover {
		background-color: #4F7938;
	}

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

		#nav.special a {
			padding-bottom: 16px;
			padding-top: 17px;
		}

		#nav.special a:hover {
			background-color: transparent;
		}

	}

	#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;
	}
}


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

	#nav ul li a,
	#nav.special ul li a {
		font-size: 20px !important;
	}

	#nav ul li ul li a,
	#nav.special ul li ul li a {
		font-size: 18px !important;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#nav ul li ul li a:hover,
	#nav.special ul li ul li a:hover {
		color: white;
	}
}

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: none;
	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;
}

@media screen and (min-width: 640px) {
	a.alert-banner {
		display: block;
	}
}

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;
}



video {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.video-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;

}
.video-header {
	position: relative;
	color: white;
	background-color: rgba(0,0,0,0.65);
	width: 100%;
	height: 100%;
}

.video-header-container {
	max-width: 865px;
	margin: 0 auto;
}

.video-header-container h1 {
	margin: 0;
	padding: 40px 40px 0 40px;
	font-size: 48px;
	font-weight: bold;
	line-height: 53px;
	text-align: left;
	color: white;
	text-transform: uppercase;
}

.video-header-container h2 {
	margin: 0;
	padding: 15px 40px 20px 40px;
	font-size: 28px;
	line-height: 32px;
	text-align: left;
	color: #7BA667;
}

.video-header-columns {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom: 40px;
}

.video-header-columns div:first-child {
	width: 32%;
	padding: 0 0 0 5%;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 30px auto;
}

.video-header-columns div:last-child {
	width: 52%;
	padding: 0 5% 0 0;
}

.video-header-container p, .quote-call p {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
	color: #fcca10;
}

.video-header-container ul {
	margin: 16px 0;
	padding: 0 0 0 20px;
	list-style: disc inside none;
	text-align: left;
}

.video-header-container ul li {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

p.video-header-button {
	text-align: center;
}

p.video-header-button a {
	display: block;
	color: black;
	background-color: #fcca10;
	margin: 0;
	padding: 10px 20px;
	border-radius: 20px;
	text-decoration: none;
}

p.video-header-button a:hover {
	background-color: #ffe02d;
}


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

	.video-header-container h2 {
		font-size: 33px;
		line-height: 38px;
	}

	.video-header-container p {
		font-size: 1.3em;
		line-height: 1.1em;
	}

	.video-header-columns {
		flex-direction: column;
	}

	.video-header-columns div:first-child {
		background-image: none;
		width: 100%;
		padding: 0 5% 0 5%;
	}

	.video-header-columns div:last-child {
		width: 100%;
		padding: 0 5% 0 5%;
	}

}


#services {
	padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 1px solid #2D4711;
	background-color: #183006;
}

#services div {
	width: 15%;
	text-align: center;
	padding-bottom: 30px;
}

#services div img {
	width: 90%;
}

#services div a {
	display: block;
	width: 100%;
	padding-top: 124px;
	text-decoration: none;
	line-height: 1.1em;
	color: white;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 90%;
}

#services div a.treetrimming { background-image: url("images/icon-treetrimming.png"); }
#services div a.treetrimming:hover { background-image: url("images/icon-treetrimming-on.png"); }
#services div a.treeremoval { background-image: url("images/icon-treeremoval.png"); }
#services div a.treeremoval:hover { background-image: url("images/icon-treeremoval-on.png"); }
#services div a.stormprep { background-image: url("images/icon-stormprep.png"); }
#services div a.stormprep:hover { background-image: url("images/icon-stormprep-on.png"); }
#services div a.stormcleanup { background-image: url("images/icon-stormcleanup.png"); }
#services div a.stormcleanup:hover { background-image: url("images/icon-stormcleanup-on.png"); }
#services div a.arboristassessment { background-image: url("images/icon-arboristassessment.png"); }
#services div a.arboristassessment:hover { background-image: url("images/icon-arboristassessment-on.png"); }
#services div a.stumpgrinding { background-image: url("images/icon-stumpgrinding.png"); }
#services div a.stumpgrinding:hover { background-image: url("images/icon-stumpgrinding-on.png"); }



#services div a:hover {
	color: #95C93D;
}

h2.services {
	margin: 0;
	padding: 30px 15px 15px 20px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	color: white;
	background-color: #183006;
}

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

	#services div {
		width: 30%;
		text-align: center;
	}

	#services div a {
		padding-top: 185px;
	}

}

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

	#services div a {
		padding-top: 160px;
	}

}

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

	#services div a {
		padding-top: 140px;
	}

}

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

	#services div a {
		padding-top: 105px;
	}

}





#freebies {
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 1px solid #2D4711;
	background-color: #4F7938;
}

#freebies div {
	width: 29%;
	text-align: center;
	font-size: 16px;
	padding: 0 2% 40px 2%;
	line-height: 1.1em;
	color: white;
}

#freebies div img {
	width: 90%;
	padding: 0 0 15px 0;
}

#freebies div a:hover {
	color: #95C93D;
}

h2.freebies {
	margin: 0;
	padding: 30px 15px 15px 20px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	color: white;
	background-color: #4F7938;
}

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

	#freebies div {
		width: 30%;
		font-size: 12px;
		padding: 0 1% 40px 1%;
	}

}





#fourways {
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	background-color: #E7E7DE;
	position: relative;
}

#fourways h2 {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 40px 30px 20px 30px;
}

#fourways div {
	width: 100%;
	padding: 20px 5%;
}

#fourways div h3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 20px;
	line-height: 1.1em;
}

#fourways div ul {
	overflow: auto;
	padding-left: 5px;
}

#fourways div:nth-of-type(odd) img {
	width: 40%;
	float: right;
	margin: 0;
	padding: 0 0 20px 20px;
}

#fourways div:nth-of-type(even) img {
	width: 40%;
	float: left;
	margin: 0;
	padding: 0 40px 20px 0;
}


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

	#fourways div:nth-of-type(odd) img {
		width: 100%;
		float: none;
		padding: 0 0 20px 0;
	}

	#fourways div:nth-of-type(even) img {
		width: 100%;
		float: none;
		padding: 0 0 20px 0;
	}

}




.quote-call {
	margin: 0;
	padding: 60px 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #4F7938;
}

.quote-call p {
	padding: 10px 20px;
}

.quote-call p a {
	padding: 15px 40px;
}




#testimonials {
	margin: 0;
	padding: 40px 5% 0 5%;
	background-color: white;
}

#testimonials h2 {
	text-align: center;
}

#testimonials .gallery {
}

#testimonials .gallery-cell {
	width: 100%;
	height: auto;
	margin-right: 10px;
	background: none;
	counter-increment: gallery-cell;
}

#testimonials .gallery-cell p {
	margin: 0;
	padding: 0 15%;
	font-style: italic;
}

#testimonials .gallery-cell p.who {
	padding-top: 15px;
	font-weight: bold;
	font-style: normal;
}





#blog-posts {
	margin: 0;
	padding: 60px 20px 40px 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #183006;
}

#blog-posts h2 {
	color: white;
}

#blog-posts .blog-home-featured {
	margin-bottom: 0 !important;
}

#blog-posts .blog-home-featured a {
	color: #4F7938;
}

#blog-posts .dib-list {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#blog-posts .dib-post {
	width: 32.5%;
	float: left;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	border: none;
	box-shadow: none !important;
}

#blog-posts h2.dib-post-title a {
	color: white;
	text-decoration: none;
}

#blog-posts h2.dib-post-title a:hover {
	color: #fcca10;
}

#blog-posts p.dib-post-featured-image a {
	padding: 15px 0 !important;
}

#blog-posts p.dib-post-featured-image a img {
	margin: 0;
	padding: 0;
	width: 100%;
}

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

	#blog-posts .dib-post {
		width: 100%;
	}

	#blog-posts .dib-list {
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}

}




#awards {
	margin: 0;
	padding: 40px 5% 20px 5%;
	background-color: white;
}

#awards h2 {
	padding-bottom: 25px;
	text-align: center !important;
}

.awards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

.awards div {
	width: 28%;
	text-align: center;
	padding-bottom: 35px;
}

.awards div img {
	width: 100%;
	margin: 0;
	padding: 0;
}

.awards div p {
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}

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

	.awards {
		flex-direction: column;
	}

	.awards div {
		width: 100%;
	}

	.awards div img {
		width: auto;
	}

}



#actions {
	margin: 0;
	padding: 70px 5% 60px 5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

#actions .call-to-action {
	display: block;
	margin: 10px 20px;
	padding: 20px 30px !important;
	border: 0;
}



#miniform {
	margin: 0;
	padding: 70px 5% 60px 5%;
	background: transparent url("images/contact-form-back.jpg") no-repeat center center;
	background-size: cover;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	clear: both;
}

#miniform h2 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	color: white;
}

#miniform .intro {
	width: 30%;
	margin-right: 5%;
}

#miniform .form {
	width: 40%;
}

#miniform input[type="text"] {
	width: 100%;
	margin: 6px 0;
	padding: 10px 16px;
	font-size: 16px;
}

#miniform input[type="submit"] {
	background: linear-gradient(0deg, #dc6818 0%, #f28d06 100%);
	color: white;
	border: 2px solid #dc6818;
	border-radius: 5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	font-size: 22px;
	margin: 15px 0 0 0;
	padding: 10px 0;
	font-weight: bold;
	width: 100%;
}

#miniform input[type="submit"]:hover {
	background: linear-gradient(0deg, #dc6818 0%, #dc6818 100%);
}

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

	#miniform {
		clear:both;
		flex-direction: column;
		padding: 70px 15% 60px 15%;
	}

	#miniform .intro {
		width: 100%;
		margin-right: 0%;
	}

	#miniform .form {
		width: 100%;
	}

}



#kids1 {
	margin: 0;
	padding: 40px 5% 230px 5%;
	background: #18DD06 url("images/kids-block1.png") no-repeat scroll center bottom;
	background-size: 85% auto;
}

#kids1 h1 {
	margin: 0;
	padding: 70px 0 0 0;
	font-size: 120px;
	line-height: 0.8em;
	font-weight: normal;
	text-align: center;
	color: white;
	font-family: 'Bigelow Rules', cursive;
}

#kids1 h2 {
	margin: 0;
	padding: 0 20px 10px 20px;
	font-size: 40px;
	line-height: 1.1em;
	font-weight: normal;
	text-align: center;
	font-family: 'Bigelow Rules', cursive;
}

#kids1 p {
	margin: 0;
	padding: 0 18%;
	font-size: 16px;
	line-height: 1.2em;
	text-align: center;
}



#kids2 {
	margin: 0;
	padding: 40px 5% 90px 5%;
	background: #183006 url("images/kids-block2.png") no-repeat scroll left bottom;
	background-size: auto 330px;
}

#kids2 h2 {
	margin: 0;
	padding: 50px 20px 0 20px;
	font-size: 75px;
	line-height: 0.9em;
	font-weight: normal;
	text-align: center;
	font-family: 'Bigelow Rules', cursive;
	color: white;
}

#kids2 p {
	color: white;
	font-size: 16px;
	line-height: 1.2em;
}

p.kids2-button {
	text-align: center;
}

p.kids2-button a {
	display: block;
	color: black;
	background-color: #18DD06;
	margin: 0;
	padding: 16px 20px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

p.kids2-button a:hover {
	background-color: #09C800;
}



#kids3 {
	margin: 0;
	padding: 40px 5% 90px 5%;
	background: #ECE400 url("images/kids-block3.png") no-repeat scroll right bottom;
	background-size: auto 400px;
}

#kids3 h2 {
	margin: 0;
	padding: 50px 20px 0 20px;
	font-size: 75px;
	line-height: 1.1em;
	font-weight: normal;
	text-align: center;
	font-family: 'Bigelow Rules', cursive;
}

#kids3 p {
	font-size: 16px;
	line-height: 1.2em;
}

p.kids3-button {
	text-align: center;
}

p.kids3-button a {
	display: block;
	color: white;
	background-color: #324D25;
	margin: 0;
	padding: 16px 20px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

p.kids3-button a:hover {
	background-color: #213B1C;
}



.kids-download {
	margin: 0 auto;
	padding: 0;
	width: 70%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.kids-left {
	width: 65%;
}

.kids-right {
	width: 30%;
}

.kids-right img {
	padding-top: 20px;
	width: 100%;
}

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

	#kids1 {
		padding-bottom: 170px;
		background-size: auto 150px;
	}

	#kids1 h1 {
		padding: 40px 0 10px 0;
		font-size: 70px;
	}

	#kids1 h2 {
		font-size: 36px;
	}

	#kids1 p {
		padding: 0 12%;
	}

	#kids2 {
		padding: 40px 0 60px 0;
		background-color: #183006;
		background-image: none;
	}

	#kids2 h2 {
		font-size: 60px;
	}

	#kids3 h2 {
		font-size: 60px;
	}

	#kids3 {
		margin: 0;
		padding: 40px 0 60px 0;
		background-size: auto 300px;
	}
}


p.fourimg {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

p.fourimg img {
	width: 24% !important;
}

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

	p.fourimg img {
		padding-bottom: 10px;
		width: 49% !important;
	}

}







/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 10px 10px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; }
	.hamburger:hover {
		opacity: 0.7; }
	.hamburger.is-active:hover {
		opacity: 0.7; }
	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
		background-color: black; }

@media screen and (min-width: 400px) { .hamburger { padding: 15px 15px; } }
@media screen and (min-width: 540px) { .hamburger { padding: 25px 25px; } }

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; }

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; }
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 40px;
		height: 4px;
		background-color: black;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease; }
	.hamburger-inner::before, .hamburger-inner::after {
		content: "";
		display: block; }
	.hamburger-inner::before {
		top: -10px; }
	.hamburger-inner::after {
		bottom: -10px; }

/*  Spring  */
.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s 0.13s linear; }
	.hamburger--spring .hamburger-inner::before {
		top: 10px;
		transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	.hamburger--spring .hamburger-inner::after {
		top: 20px;
		transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent !important; }
	.hamburger--spring.is-active .hamburger-inner::before {
		top: 0;
		transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 10px, 0) rotate(45deg); }
	.hamburger--spring.is-active .hamburger-inner::after {
		top: 0;
		transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 10px, 0) rotate(-45deg); }


/* .navbar-toggle */
.hamburger {
	display: block;
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 2220;	
}

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

	.hamburger {
		display: none;
	}

}



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

	.video-header-container h1 {
		font-size: 30px;
		line-height: 35px;
		padding-left: 24px;
	}

	.video-header-container h2 {
		font-size: 24px;
		line-height: 28px;
		padding-left: 24px;
	}
}
