/* RESET */

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, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{background: transparent; border: 0; margin: 0; padding: 0;} ol, ul{list-style: none;} img{max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast;}

::-moz-selection{background: #3b541f; color: #fff; text-shadow: none;} ::selection{background: #3b541f; color: #fff; text-shadow: none;}

strong{font-family: 'Open Sans', sans-serif; font-weight: 800;}

h1{font-family: 'Bree Serif', serif; color: #3b541f; font-size: 28px; line-height: 1.2;}
h2{font-family: 'Bree Serif', serif; color: #3b541f; font-size: 22px; line-height: 1.2; text-transform: uppercase; margin-bottom: 5px;}
h3{font-family: 'Bree Serif', serif; color: #3b541f; font-size: 22px; line-height: 1.2; margin-bottom: 5px;}
h4{font-family: 'Bree Serif', serif; color: #3b541f; font-size: 20px; line-height: 1.2; margin-bottom: 5px;}
h5{font-family: 'Bree Serif', serif; color: #3b541f; font-size: 18px; line-height: 1.2; margin-bottom: 5px;}
.bluelandscape{ color:#3565AF;}
a{color: inherit; text-decoration: none; transition: all .2s ease-in-out;}
a:hover{color: #3b541f;}

/* SITE FRAMEWORK */

html, body{background: #333; font-family: 'Open Sans', sans-serif; font-size: 14px;}
body {overflow-x: hidden; line-height: 1.6;}
.main-wrapper{background: url(../siteart/bg.png); padding: 50px 0;}
.main-wrapper .container-width{background: #fff; padding: 25px; box-sizing: border-box; box-shadow: 0px 0px 5px rgba(0, 0, 0, .25);}
.main-wrapper .container-width-inv{background: #fff; padding: 25px; box-sizing: border-box; box-shadow: 0px 0px 5px rgba(0, 0, 0, .25);}
.full-width {width: 100%;}
.container-width{max-width: 1100px; margin: 0 auto;}
.container-width-inv{max-width: 1425px; margin: 0 auto;}
.column2{width: 50%; float: left; padding-right: 25px; box-sizing: border-box;}
.column3{width: 33.33333%; float: left; padding-right: 25px; box-sizing: border-box;}
.column4{width: 25%; float: left; padding-right: 25px; box-sizing: border-box;}
.column5{width: 20%; float: left; padding-right: 25px; box-sizing: border-box;}
.column6{width: 16.66666%; float: left; padding-right: 25px; box-sizing: border-box;}
.last{padding-right: 0;}
.center{text-align: center;}

/* HEADER */

.header{position: absolute; top: 25px; left: 25px; z-index: 99999; width:100%; max-width:485px;}
.top-header{background: #fff; padding: 15px; box-sizing: border-box; -moz-box-shadow: 2px 0px 14px rgba(0, 0, 0, .5); box-shadow: 2px 0px 14px rgba(0, 0, 0, .5);}
#logo{float: left; width: 280px;}
#small-logos{float: left;}
#small-logos img{max-height: 60px; margin: 15px 0 0 20px;}
.bottom-header{background: #3b541f; color: #fff; font-family: 'Bree Serif', serif; font-size: 14px; text-align: center;}
.bottom-header a {color: #fff;}
.bottom-header a:hover {color: #ddd;}
.page-header{position: relative;}
.page-header #logo{float: left; width: 33.3333%; text-align: center;}
.page-header #small-logos{float: right; width: 33.3333%; text-align: center;}
#nav{float: left; width: 33.3333%; position: relative; padding: 25px 0 0;}
#menu-button{background: #3b541f; font-size: 24px; padding: 5px 15px; border-radius: 5px; text-decoration: none; color: #fff;}
#menu-button .fa{display: inline;}

.official-dealers-container{
	display: flex;
	flex-direction: column;
	justify-content: flex-start
}

.official-dealers-header{
	padding: 12px;
	color: white;
}

.official-dealers-logo{
	display: flex;
	width: 100%;
	flex-direction: column;
	box-sizing: border-box;
	padding: 12px;
	gap: 16px;
}

.official-dealers-logo img{
	flex: 1 1 0; 
	max-width: 100%;
	min-width: 0;
	height: 64px;
	object-fit: contain;
}

.recycling-logos{
	background-color: white;
	display: flex;
	width: 100%;
	flex-direction: row;
	box-sizing: border-box;
	padding: 12px;
	margin: 12px 12px 12px 0px;
	gap: 0px;
	justify-content: center;
	border-radius: 6px;
}

.recycling-logos a{
	
}

.recycling-logos img{
	flex: 1 1 0; 
	max-width: 100%;
	min-width: 0;
	height: 64px;
	object-fit: contain;
	padding: 0px 12px;
}

.landscape-subtitle{
	text-decoration: underline;
	font-size: 16px;
	font-weight: 600;
	color: #3b541f;
}

.home-banner{
	display: block;
	margin: 20px 0 0 0;
	padding:15px;
	background:#014AAD;
	color:#fff;
	font-size: 16px;
	font-weight: 500;
	
	position: absolute; 
	top: 175px; 
	left: 25px; 
	z-index: 99999; 
	-moz-box-shadow: 2px 0px 14px rgba(0, 0, 0, .5); 
	box-shadow: 2px 0px 14px rgba(0, 0, 0, .5); 
	width:100%; 
	max-width:455px;
	transition: ease .3s;
}

.home-banner:hover{background:#014AAD; color:#fff; transition: ease .3s;}

/***** header popup styles **/
.popup {padding: 2em; width:92%; background:#014AAD; position:absolute; z-index:99999999; top: 20em; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); max-width:1024px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; display:none; box-shadow: 0px 2px 8px rgb(0 0 0 / 50%);}
.close-popup, .bar-right {position:absolute; top:10px; right:15px; color:#ddd; font-size:22px; z-index:1; cursor:pointer;}
.popup p {text-align: center; color: #fff; margin: 0 auto; display: block; max-width: 750px;}
.overlay:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    z-index: 9999999;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.overlay:target:before {
    display: none;
}
.overlay:target .popup {
    top: -280%;
    left: -100%;
}


/* STYLES */
a#cta-btn {display: block; padding: 0 10px 0 10px; text-align: left;}
.home-container .cycle-slideshow{float: left; position: relative; z-index: 99; width: 50%; height: 100%; overflow: hidden; -moz-box-shadow: 2px 0px 14px rgba(0, 0, 0, .5); box-shadow: 2px 0px 14px rgba(0, 0, 0, .5);}
.home-container .cycle-slideshow img{max-width: none; height: 100%; width: auto;}
.home-nav{background: url(../siteart/home-bg.png); float: left; width: 50%; position: relative; z-index: 9;}
.home-tab{position: relative; float: left; width: 95%; background: #fff; padding: 12px 60px 12px 25px; box-sizing: border-box; margin: 10px 0; transition: all .4s ease-in-out;}
.home-tab:hover{width: 100%;}

.dumpster-home-tab{
	position: relative; 
	float: left; 
	width: 95%; 
	background: #fff; 
	padding: 25px; 
	box-sizing: border-box; 
	margin: 10px 0; 
	transition: all .4s ease-in-out;
	display: flex;
	flex-direction: row;
	gap: 24px;
}


/* Make the dumpster tab support right-side media */
.home-tab.with-media {
  display: flex;
  align-items: center;
  gap: 20px;
  /* keep extra space for the green right cap which is absolutely positioned */
  padding-right: 85px; /* 60px original + ~25px to ensure the image doesn't sit under the cap */
}

/* Remove any background image on the dumpster tab since we now show a real image */
#dumpster {
  background: #fff; /* overrides the existing background url for #dumpster */
}

/* The image on the right inside the tab */
#dumpster .tab-media {
  margin-left: auto;      /* pushes the image to the right */
  width: 180px;           /* set a nice fixed width for consistency */
  max-height: 110px;      /* align with tab height nicely */
  object-fit: cover;
  border-radius: 4px;
  flex: 0 0 auto;
}

/* Keep .home-cap on top of the image and aligned to the right edge */
#dumpster .home-cap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}


.home-cap{position: absolute; top: 0; right: 0; background: #3b541f; height: 100%; line-height: 106px; width: 25px; color: #fff; font-size: 20px; text-align: center; text-shadow: 1px 1px 3px rgba(0,0,0,.8);}
#landscape{background: url(../siteart/tabs/landscape.jpg) top right;background-color:#fff;}
#sales{background: url(../siteart/tabs/equipment.jpg) top right;background-color:#fff;}
#ag{background: url(../siteart/tabs/ag.jpg) center center;background-color:#fff;}
#online-store{background: url(../siteart/tabs/store.jpg) center center;background-color:#fff;}
#recycling{background: url(../siteart/tabs/recycling.jpg) top right;background-color:#fff;}
#clearing{background: url(../siteart/tabs/clearing.jpg) top right;background-color:#fff;}
#stone{background: url(../siteart/tabs/stone.jpg) top right;background-color:#fff;}
#dumpster{background: url("../siteart/tabs/store.jpg") top right;background-color:#fff;}
#contact{background: url(../siteart/tabs/contact.jpg) top right;background-color:#fff;}
#calculator{background: url(../siteart/tabs/calculator.jpg) top right;background-color:#fff;}
#finance{background: url(../siteart/tabs/finance2.jpg) center center;background-color:#fff;}
.item-row{padding: 25px 0; width: 100%; border-bottom: 1px #ccc solid;}
.item-image{float: left; width: 250px; margin-right: 25px; text-align: center;}
.item-description{float: left; width: calc(100% - 275px);}
.category{width: 25%; float: left; padding: 50px 20px; box-sizing: border-box; text-align: center;}
.item-description span{border: 1px solid #3b541f; padding: 10px 15px; display: inline-block; background: #f1f1f1; border-radius: 5px;}

.item-box {border: 1px solid #3b541f; padding: 10px 15px; display: inline-block; background: #014AAD; border-radius: 5px; color: #fff;}
.category a{font-family: 'Bree Serif', serif; font-size: 18px; transition: all .2s ease-in-out;}
.category img:hover{opacity: .5;}
.box{background: #fafafa; padding: 25px; box-sizing: border-box; width: 100%; border: 1px #ccc solid; margin: 0 0 15px 0;}
.box h4{margin-bottom: 10px;}
a.button{display: block; max-width: 300px; font-family: 'Bree Serif', serif; background: #3b541f; font-size: 14px; text-align: center; padding: 10px 0; color: #fff;}
a.button:hover{background: #567A2D;}
.red{font-family: 'Bree Serif', serif; font-size: 18px !important; font-weight: bold; color: #AD1D1D;}
.green{font-family: 'Bree Serif', serif; font-size: 18px !important; font-weight: bold; color: #3B541F;}
.blue{font-family: 'Bree Serif', serif; font-size: 18px !important; font-weight: bold; color: #17A1C1;}
.financing{display: block; width: 100%; text-align: center;}
.financing img{transition: all .2s ease-in-out;}
.financing img:hover{opacity: .8;}

/* FORM */

#form{background: #fafafa; padding: 25px; box-sizing: border-box; width: 100%; border: 1px #ccc solid; margin: 15px 0 0;}
#form input{width: 100%; padding: 8px 10px; border: 1px solid #DFDFDF; margin: 5px 0 15px; box-sizing: border-box;}
#form textarea{width: 100%; padding: 8px 10px; border: 1px solid #DFDFDF; margin: 5px 0 15px; height: 70px; box-sizing: border-box;}
#form select{width: 100%; padding: 8px 10px; border: 1px solid #DFDFDF; margin: 5px 0 15px; box-sizing: border-box;}
#form input.button, #form input.button:focus{font-family: 'Bree Serif', serif; width: 200px; background: #3b541f; font-size: 14px; color: #fff; cursor: pointer;}
#form input.button:hover{background: #567A2D;}

.CaptchaPanel{margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; text-align: left !important; line-height: normal !important;}
.CaptchaAnswerPanel input{width: 200px !important;}
.CaptchaImagePanel{margin: 0 0 0 0; padding: 0 0 0 0;}
.CaptchaMessagePanel{padding: 0 0 0 0 !important; margin: 0 0 0 0 !important; font-weight: normal !important; font-size: 12px; line-height: 14px;}
.CaptchaAnswerPanel{margin: 0 0 0 0; padding: 2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel{line-height: 0; margin: 0 0 0 0; padding: 8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a{color: #000;}
.CaptchaWhatsThisPanel a:hover{text-decoration: none;} 

.depth-key{float: left; width: 220px; background: #fafafa; border: 1px #ccc solid;}
.yardage-calc{float: right; width: calc(100% - 250px); background: #3b541f; border: 1px #ccc solid; padding: 25px; box-sizing: border-box; color: #fff;}
.yardage-calc h2{color: #fff;}

/* FOOTER STYLES */

.footer{position: relative; z-index: 99; background: #333; padding: 5px 25px; box-sizing: border-box; width: 100%; font-family: 'Bree Serif', serif; font-size: 14px; color: #ccc;}
.footer a:hover{color: #fff;}
#site-host{float: left;}
#copyright{float: right;}
 
.clear{clear: both;}	

/* RESPONSIVE STYLES */

.show-menu-for-mobile{display: none;}

@media screen and (max-width: 1200px){
	.home-banner{position: relative; top:0; left: 0; box-shadow: none; max-width: none; width:100%; margin: 0; text-align: center; box-sizing: border-box;}
	.header{position: relative; top: 0; left: 0; width: 100%; max-width:none; text-align: center;}
}

@media screen and (max-width: 1024px){
  .container-width{padding: 0 25px;}
  
  #logo, #small-logos{float: none; width: auto;}
  #small-logos img{max-height: 45px; margin: 10px 15px;}
	
}

@media screen and (max-width: 767px){
  .container-width{padding: 0 25px;}
  .column2{float: none; width: 100%; padding: 0; margin-bottom: 15px;}
  .header{position: relative; top: 0; left: 0; width: 100%; text-align: center;}
  #logo{float: none; width: auto;}
  #small-logos{display: none;}
  .home-container .cycle-slideshow{width: 20%;}
  #nav{position: absolute; left: 25px; float: none; width: auto;}
  #menu-button{font-size: 16px; padding: 5px 10px;}
  .page-header #logo{float: none; width: 280px; margin: 0 auto;}
  .home-nav{width: 80%;}
  .home-cap{line-height: 134px;}
  .category{width: 50%; padding: 0 20px 25px 20px;}
  #site-host, #copyright{float: none; width: 100%; text-align: center; margin: 3px 0;}
	.official-dealers-logo img{
	height: 32px;
}
	
#dumpster .tab-media {
    display: none;
  }

}
 
@media screen and (max-width: 500px){
  .container-width{padding: 0 25px;}
  .column2{float: none; width: 100%; padding: 0; margin-bottom: 15px;}
  .header{position: relative; top: 0; left: 0; width: 100%; text-align: center;}
	
	
.home-cap {
        width: 25px !important; 
        height: 100% !important;
        position: absolute !important;
        right: 0 !important;
        left: auto !important;
        top: 0 !important;
        padding-left: 0 !important;
        text-align: center !important;
        line-height: inherit !important;
    }

  #logo{float: none; width: auto;}
  #small-logos{display: none;}
  .home-container .cycle-slideshow{display: none;}
  #nav{position: absolute; left: 25px; padding: 20px 0 0; float: none; width: auto;}
  #menu-button{font-size: 16px; padding: 5px 10px;}
  .page-header #logo{float: none; width: 200px; margin: 0 auto;}
  .home-nav{width: 100%; padding: 0;}
  .home-tab{width: 100%; padding: 0;}
  .home-cap{position: relative; width: 100%; height: auto; top: auto; bottom: 0; line-height: 36px; text-align: left; padding-left: 20px; transition: all .4s ease-in-out;}
  .tab-text{padding: 20px; box-sizing: border-box; line-height: 1.2;}
  .item-image{float: left; width: 100%; margin-bottom: 5px;}
  .item-description{float: left; width: 100%; margin-bottom: 5px;}
  .category{width: 100%; padding: 0 20px 25px 20px;}
  #site-host, #copyright{float: none; width: 100%; text-align: center; margin: 3px 0;}
}