charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

body {
  font: 1em 'Source Sans Pro', sans-serif;
  color: #000;
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  overflow-x: hidden;
  position: relative;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 20px;
  right: 0;
  display: none;
  text-indent: -9999px;
  background: url(graphics/icon_top.png) no-repeat;
  z-index: 999999999;
}

a {color:#364f49; text-decoration: none;}
a:hover {color:#39c05a; text-decoration: none;}

.section {scroll-margin-top: 250px!important;}

.small {font-size: 90%!important;}
.smaller {font-size: 80%!important;}
.large {font-size: 110%!important;}
.larger {font-size: 120%!important;}
.largest {font-size: 135%!important;}

.green {color:#364f49;}
.lime {color:#39c05a;}
.white {color:#fff;}
.gray {color:#aaa;}

.bar-green {width:125px; border-top:6px solid #364f49;}
.bar-lime {width:125px; border-top:6px solid #39c05a;}

.divider {border-top: 1px solid #ccc;}

.border-pic {border-bottom: 8px solid #39c05a;}
.shadow {-webkit-box-shadow: 0px 10px 15px 2px rgba(0,0,0,0.35)!important; box-shadow: 0px 10px 15px 2px rgba(0,0,0,0.35)!important;}

h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	color:#364f49;
	letter-spacing: -.5px;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 1.85em;
	font-weight: 500;
	color:#39c05a;
	letter-spacing: -.5px;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 1.35em;
	font-weight: 700;
	color:#364f49;
	letter-spacing: -.5px;
}

.header {
  background: #fff;
  z-index: 9;
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.15);
  clear: both;
  padding:0!important;
  margin:0!important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #676767;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.bg-top {background:#364f49; color:#fff; font-size:.8em; font-weight:600; letter-spacing: -.25px!important;}
.bg-top a {color: #fff; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-top a:hover {color: #39c05a; text-decoration: none;}
.bg-top ul {padding:0; margin:0; text-align:right;}
.bg-top ul li {list-style-type:none; display:inline;}
.bg-top ul li:before {content:'';}
.bg-top ul li:after {content:''; margin:0 20px;}
.bg-top ul li:last-child:after {content:'';}

.fb-top {font-size:1.25em;}
.fb-top a {color: #39c05a; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.fb-top a:hover {color: #fff; text-decoration: none;}

.offcanvas {background:#fff; border-top: none!important; padding:0!important;}
.offcanvas-header {padding:0!important;}
.offcanvas-header img {height:125px!important; padding:10px;}

.navbar-light .navbar-nav .nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05em;
  font-weight: 500;
  color: #364f49;
  padding: 15px 1.25rem !important;
  margin:15px 0 0 0;
  letter-spacing: -.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1em;
}
.navbar-light .navbar-nav .nav-link:hover {color:#39c05a!important;}

.dropdown-toggle {border:0!important; background:#fff;}
.dropdown-menu {margin-left:20px!important;}
.dropdown-menu a {font-family: 'Poppins', sans-serif; border:0; color:#364f49!important; text-decoration: none;}
.dropdown-menu a:hover {color:#fff!important; text-decoration: none;}
.dropdown-item {font-size: .95em; color:#fff!important;}
.dropdown-item:hover {background:#39c05a; color:#fff!important;}

.navbar-toggler {border-color:#000!important; background-color:transparent!important; border:0!important; color:(0,0,0,1.0)!important;}
.navbar-light .navbar-toggler {outline: none;}

.navbar-brand {height:auto; padding:0!important;}
.navbar-brand img {height:125px; margin: 0 0 0 50px;}
.navbar-brand.js-scrolling img {
	height: 90px;
	-webkit-transition: height 0.3s ease; 
	-moz-transition: height 0.3s ease; 
	-ms-transition: height 0.3s ease; 
	-o-transition: height 0.3s ease; 
	transition: height 0.3s ease;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {color:#aaa!important;}

.content {min-height:750px; font-weight: 500; letter-spacing: -.5px;}
.content a {color:#39c05a; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.content a:hover {color:#364f49; text-decoration:none;}

.content-index {min-height:350px; font-weight: 500; letter-spacing: -.5px;}
.index-text {font-size: 1.15em; line-height: 2em;}

.bg-seasonal {background-color: #364F49;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='0.35'%3E%3Cpath fill='%233a6254' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%233c775d' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%233d8e61' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%233ca661' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%2339C05A' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%233dc95f' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2344ce66' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%234bd46d' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2353d874' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%235BDD7B' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;}

.seasonal-border {border-bottom:2px solid #39c05a; border-left:2px solid #39c05a; border-top:2px solid #364f49; border-right:2px solid #364f49;}
.seasonal-container {background:#fff;}

.bg-callout {background:#ddd; overflow: hidden;}
.callout {width:18%; float:left; margin:0 1%; background:#fff; border-radius: 10px;}
.callout-header {font-family: 'Poppins', sans-serif; font-size: 1.05em; font-weight: 800; color:#364f49;}
.btn-callout {
	background-color:#364f49;
	font-family: 'Poppins', sans-serif;
	font-size:.8em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none!important;
	color:#39c05a!important;
	letter-spacing: .25px;
	border-radius: 10px;
	margin: 0 auto -50px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-callout:hover {
	background:#39c05a;
	color:#fff!important;
	cursor: pointer;
}

.bg-gardencenter {background-image: url("graphics/bg-gardencenter.jpg"); color:#fff;}
.h2-gardencenter {font-size: 2.85em!important; line-height: 1.1em;}
.btn-gardencenter {
	background-color:#39c05a;
	font-family: 'Poppins', sans-serif;
	font-size:1em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none!important;
	color:#364f49!important;
	border-radius: 10px;
	margin: 0 auto -50px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:2px solid #39c05a;
}
.btn-gardencenter:hover {
	background:transparent;
	color:#fff!important;
	cursor: pointer;
	border:2px solid #39c05a;
}

.footer {background:#364f49; font-size: .9em; color:#fff; border-top:1px solid #39c05a;}
.footer-heading {font-family: 'Poppins', sans-serif; font-size: 1.25em; font-weight: 700; color:#39c05a;}

.footer-contact {font-size: 1.25em; font-weight: 700; color:#fff; line-height: 2.1em;}
.footer-contact a {color:#fff; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer-contact a:hover {color:#39c05a; text-decoration:none;}

.footer-links {color:#fff; line-height: 2.4em;}
.footer-links a {color:#fff; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer-links a:hover {color:#39c05a; text-decoration:none; padding-left: 4px;}

.footer-hours {line-height: 1.5em;}

.bg-anchor {background:#28433d; border-bottom:3px solid #39c05a; color:#fff; font-size: .7em; font-weight: 400; letter-spacing: -.25px;}
.bg-anchor a {color:#fff; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-anchor a:hover {color:#39c05a; text-decoration:underline;}

.bg-anchor ul {padding:0; margin:0; text-align:center;}
.bg-anchor ul li {list-style-type:none; display:inline;}
.bg-anchor ul li:before {content:'';}
.bg-anchor ul li:after {content:'|'; color:#39c05a; margin:0 10px; font-weight: 900;}
.bg-anchor ul li:last-child:after {content:'';}

.intro-text {font-size: 1.05em; font-weight: 700; line-height: 2.45em;}

.testimonial {border-radius: 10px; border:1px solid #aaa; font-size: .95em; font-weight: 400; text-align: center;}

.tagline {border-radius: 10px; border:1px solid #aaa; font-size: 140%!important;}
.btn-tagline {
	background-color:#364f49;
	font-size:.85em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none!important;
	color:#39c05a!important;
	letter-spacing: 0px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:2px solid #364f49;
}
.btn-tagline:hover {
	background:#39c05a;
	color:#fff!important;
	cursor: pointer;
	border:2px solid #39c05a;
}

.btn-categories {
	background-color:#364f49;
	font-family: 'Poppins', sans-serif;
	font-size:1.35em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none!important;
	color:#39c05a!important;
	letter-spacing: 0px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:2px solid #364f49;
}
.btn-categories:hover {
	background:#39c05a;
	color:#fff!important;
	cursor: pointer;
	border:2px solid #39c05a;
}

.btn-return {
	background-color:#364f49;
	font-family: 'Poppins', sans-serif;
	font-size:.95em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none!important;
	color:#39c05a!important;
	letter-spacing: 0px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:2px solid #364f49;
}
.btn-return:hover {
	background:#39c05a;
	color:#fff!important;
	cursor: pointer;
	border:2px solid #39c05a;
}

/*FORM*/
#form {
        width:100%;
        float:left;
}


form{
        width: 100%;

        }

fieldset{
        border: 0;
        padding:2.5% 0;
        clear: left;
		
        }
        
textarea, input, select{
        border-top:0;
		border-right:0;
		border-left:0;
		border:1px solid #ccc;
        padding:2.5%;
        width: 90%;
        }

label{
        font-weight: 600!important;
		font-size: 90%;
        }       
        
textarea:focus, input:focus, select:focus{
        border: 1px solid #39c05a;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        outline: none;
}

input[type="submit"]{
        border: 1px solid #ccc;
        padding: 3px 0;
        margin-top: 5px;
        font-weight: bold;
        /*font-size: 1.3em;*/
        width: 130px;
        cursor: pointer;

        
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        
        background: #f6f5f5; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f5), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
        }

.submit {
	padding:2.5%;
	background:#364f49; 	
	color:#39c05a!important;
	font-family: 'Poppins', sans-serif;
	font-size:2em;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing: -.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.submit:hover {
	background-color:#39c05a!important;
	color:#f2efee!important;
	cursor:pointer;
}

input {padding:7px!important;}
/*END FORM*/


@media (max-width: 1465px) {
.navbar-brand img {height:125px;}
.navbar-light .navbar-nav .nav-link {font-size:1em; padding: 15px 1rem!important;}
}

@media (max-width: 1400px) {
.navbar-brand img {height:110px;}
.navbar-light .navbar-nav .nav-link {font-size:.95em; padding: 15px 1rem!important;}
.callout-header {font-size: .95em; letter-spacing: -.5px;}
}

@media (max-width: 1355px) {
.navbar-brand img {height:100px;}
}

@media (max-width: 1300px) {
.navbar-light .navbar-nav .nav-link {font-size:.9em; padding: 15px .5rem !important;}
}

@media (max-width: 1200px) {
.navbar-light .navbar-nav .nav-link {font-size: .95em; padding: 5px .5rem 0 .5rem!important;}
.offcanvas-header img {height:125px!important; padding:10px; margin-left: 10px;}
.offcanvas-header .btn-close {padding: 0.5rem 0.5rem; margin-top: -0.5rem; margin-right: 1.5rem; margin-bottom: -0.5rem;}
.callout {width:28%; float:left; margin:10px 1.25% 50px 1.25%; background:#fff; border-radius: 10px;}
.callout-header {font-size: 1.05em; letter-spacing: 0px;}
.intro-text {line-height: 1.85em;}
}

@media (max-width: 992px) {
.bg-top ul li:after {content:''; margin:0 10px;}
.callout {width:45%;}
.callout-header {font-size: 1.15em;}
}

@media (max-width: 768px) {
.bg-top {font-size:.9em; line-height: 1.75em;}
.bg-top ul {text-align:center;}
.bg-top ul li {display:block;}
.bg-top ul li:after {margin:0;}
.callout-header {font-size: 1.05em;}
}

@media (max-width: 576px) {
.navbar-brand img {height:100px; margin: 0;}
.navbar-brand.js-scrolling img {height: 65px;}
.callout-header {font-size: 1em; letter-spacing: -.5px;}
.tagline {font-size: 125%!important;}
}

@media (max-width: 480px) {
.callout {width:90%; margin:0 2.5% 55px 2.5%;}
.callout-header {font-size: 1.15em;}
.bg-anchor {line-height: 1.75em;}
.bg-anchor ul li {display:block;}
.bg-anchor ul li:after {content:''; margin:0;}
}

@media (max-width: 375px) {
.navbar-brand img {height:90px;}
.offcanvas-header img {height:120px!important;}
.tagline {font-size: 110%!important;}
.btn-categories {font-size:1.25em;}
}