@import url("https://use.typekit.net/bla1wgu.css");
body {
	font-family: "apparat", sans-serif;
	font-size: 22px;
	color: #526053;
}
a {
	color:#12600f;
}
a:hover {
	color:#24420f;
}
p {
	line-height: 34px;
	margin-bottom: 25px;
}

h1 {
	font-size: 48px;
	font-weight: 600;
	color: #97cc24;
}
h2 {
	font-size: 42px;
	color: #12600f;
	font-weight: 600;
}
h3 {
	font-size: 32px;
	color: #97cc24;
	font-weight: 600;
}
h4 {
	font-size: 26px;
	color: #4b4e4b;
	font-weight: 300;
}
h5 {
	font-size: 24px;
	color: #12600f;
	font-weight: 300;
}
h6 {
	font-size: 24px;
	color: #97cc24;
	font-weight: 300;
}
.mega {
	width: 100%;
	max-width: 1460px;
}
main {
	background-size: cover;
}
.block .bgcolor {
	padding: 30px;
}
.block.withbg h6 {
	color: #f38901;
}
.block .bgcolor h5 a,
.block.withbg h5 a {
	color: #f38901;
}
#navigation {
	background: #1278be;
}
header .nav ul li.megamenu .block a {
	padding: 5px 0px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 2px;
}
header .nav ul li.megamenu .block a:hover {
	background: #f1f8d7;
}
header .nav ul li.megamenu .container {
	margin: 10px 0px;
}
header .nav > ul {
	text-align: center;
}
header .nav > ul > li {
	display: inline-block;
	position: static;
}
header .nav > ul > li > a {
	color: #fff;
	text-transform: uppercase;
}
header .nav ul li:hover {
	background: #0d588c;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
header .nav ul li:hover a {

}
.button {
	padding: 10px 20px;
	background: #97cc24;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 22px;
	border-radius: 20px;
}
.button:hover {
	background: #12600f;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.col14 {
	width: 23%;
	float: left;
	margin: 0 1%;
}

	.mobile {
		display: none;
	}
	.no-mobile {
		display: block;
	}

/* HEADER */
	header {
		background: #fff;
	}
	header #above-nav {
		background: transparent;
		padding: 0px 0;
	} 
	header #logo {
		width: 18%;
	}
	header #slogan {
		width: 47%;
		color: #97cc24;
		margin-top: 80px;
		font-style: italic;
	}
	header #logo img {
		max-width: 300px;
	}
	header #links {
		width: 35%;
		color: #666;
	}
	header #links a {
		color: #1278be;
	}
	header #links .phone {
		float: right;
		margin-top: 52px;
		border-left: 0px solid #666;
		color: #1278be;
		font-size: 30px;
		font-weight: bold;
	}
	header #links .top-menu {
		float: right;
		margin: 0 15px 0 0;
		padding-right: 15px;
		text-transform: uppercase;
	}
	header #links #social {
		float: right;
	}
	header #links #social .social {
		font-size: 30px;
	}

/* ^ HEADER */
/* BLOCKS */
	.doublecolumn.wideleft .right .button,
	.doublecolumn.wideright .left .button {
		margin-top: 100px;
	}
	.TabbedPanel.Purple,
	.TabbedPanel.Brown,
	.TabbedPanel.Green,
	.TabbedPanel.Blue,
	.TripleColumn.Purple,
	.TripleColumn.Brown,
	.TripleColumn.Green,
	.TripleColumn.Blue {
		padding: 20px 0 50px;
		clip-path: polygon(100% 1%, 100% 85%, 50% 100%, 0 85%, 0 0);
	}
	.TabbedPanel.Blue .content,
	.TripleColumn.Blue {
		background: #d5eef1;
	}
	.TabbedPanel.Green .content,
	.TripleColumn.Green {
		background: #aadfac;
	}
	.TabbedPanel.Brown .content,
	.TripleColumn.Brown {
		background: #dfc7aa;
	}
	.TabbedPanel.Purple .content,
	.TripleColumn.Purple {
		background: #caaadf;
	}
	.TripleColumn .left,
	.TripleColumn .right,
	.TripleColumn .center {
		padding: 0 30px;
	}
	.TripleColumn h3 {
		font-size: 26px;
	}
	.TripleColumn h3 strong {
		font-size: 50px;
	}
	
	.TabbedPanel .header .tab-header {
		background: #486f90;
		color: #fff;
		text-align: center;
		margin-right: 15px;
		padding: 10px;
		float: left;
		cursor: pointer;
	}
	.TabbedPanel .header .tab-header:hover {
		text-decoration: underline;
	}
	.TabbedPanel .header .tab-header.active {
		background: #0a83eb;
	}
	.TabbedPanel .content .tab-content {
		display: none;
		padding: 30px 0;
	}
	.TabbedPanel .content .tab-content.active {
		display: block;
	}


/* ^ BLOCKS */
/* FOOTER */
	footer {
		background: transparent url('../../Assets/Images/footer-grass.jpg') 0 0 no-repeat;
		background-size: cover;
		color: #fff;
		padding: 180px 0 20px;
		margin: 20px 0;
		font-size: 20px;
		border-top: 0px solid #000;
	}
	
	#footer {
		color: #fff;
		padding-top:20px;
		padding-bottom:0px;
	}
	#footer a {
		color: #fff;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #fff;
	}
	#footer .left {
		width: 70%;
		border-right: 0px solid #000;
		padding: 50px 2% 50px 0;
	}
	#footer .right {
		width: 30%;
		text-align: right;
	}
	#footer .right img {
		max-width: 270px;
	}
	#footer .left ul {
		list-style: none;
		width: 100%;
		text-align: right;
	}
	#footer .left ul li {
		text-align: right;
		text-transform: uppercase;
		font-size: 23px;
		margin: 15px 0;
	}
	#footer .title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	#footer .siteby {
		margin-top: 30px;
	}
		/* ^ FOOTER */
.banner-slider,
.banner {
	max-height: 1700px;
}
.bg-mulch {
	background-image: url('../../Assets/Images/mulch-background.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-leaves {

}
.bg-leaves-wrap {
	background-image: url('../../Assets/Images/leaves-background.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.quote .clear {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #12600f;
}
.home .staticText, .home .banner_overlay {
	top: 15%;
	padding: 100px 30px 0 30px;
	background: transparent url('../../Assets/Images/plant-icon.png') 50% 0 no-repeat;
}
.staticText, .banner_overlay {
	top: 20%;
	padding: 100px 30px 0 30px;
	background: transparent url('../../Assets/Images/plant-icon.png') 50% 0 no-repeat;
}
.staticText .banner_overlay_container, .banner_overlay_container {
	top: auto;
	
}
.banner_overlay_subhead {
	font-weight: normal;
	font-style: italic;
}
.FourColumn .col p {
	margin-bottom: 15px;
}
.dark-image img {
    -webkit-filter: brightness(100%);
	display: block;
}
.dark-image img:hover {
    -webkit-filter: brightness(60%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="number"]::placeholder, input[type="text"]::placeholder, textarea::placeholder, select::placeholder,
input[type="password"], input[type="email"], input[type="number"], input[type="text"], textarea, select {
	font-size: 20px;
	color: #666;
}
select.multiselect {
	height: 250px;
}
.staticText .banner_overlay_container, .banner_overlay_container {
	position: relative;
	width: 100%;
	text-align: center;
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
	header .nav > ul > li > a {
		padding: 4px 14px;
	}
	header #logo {
		width: 20%;
	}
	header #slogan {
		width: 45%;
		font-size: 21px;
	}
	.staticText .banner_overlay_header, .banner_overlay_header {
		font-size: 45px;
	}
}
@media (max-width:1000px) {
	.home .staticText, .home .banner_overlay {
		top: 10%;
		padding: 0px 30px 0 30px;
		background: none;
	}
	.banner_overlay_subhead {
		font-size: 28px;
	}
	header #links .phone {
		font-size: 26px;
	}
	a {
		overflow-wrap: break-word;
		word-wrap: break-word;
	}
	.banner {
		min-height: 100px;
	}
	.staticText, .banner_overlay {
		display: block;
		top: 5%;
		padding: 20px 30px;
		background: none;
	}
	.staticText .banner_overlay_header, .banner_overlay_header {
		font-size: 25px;
	}
	h1 {
		font-size: 38px;
		line-height: 44px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 24px;
	}
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.button,
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
		header #links,
		header #slogan,
		header #logo {
			text-align: center;
			width: 100%;
			margin: 0px 0;
		}
	/* ^ HEADER */
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .left,
	#footer .right,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	.block[rel="80"] .TwoColumn .left p,
	.block[rel="80"] .TwoColumn .right p,
	.block[rel="80"] .TwoColumn .right,
	.block[rel="80"] .TwoColumn .left {
		margin: 0;
	}
	header #links .phone,
	header #links #social {
		margin: 10px 0;
		padding: 0;
		border: 0px;
		text-align: center;
	}
	#footer .left ul,
	#footer .left,
	#footer .right {
		text-align: center;
		padding: 0;
		border: 0px;
	}
	#footer .left ul li {
		text-align: center;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
}
