/****************SITE WIDE**************/
html,body {
    font-family:'Open Sans',sans-serif;
    background: url(/assets/images/core/page-bg.jpg) center center repeat;
}

a {transition: all .3s ease; color: #0B703E; }

h1,h2,h3,h4,h5,h6 {
    font-family:'Patua One',sans-serif; 
    font-weight: 400 !important;
}

p {  font-family:'Open Sans',sans-serif } 

h1 {
    font-size:50px;
    line-height:1;
    text-transform: uppercase;
}

.page-content p {
    font-size:15px;
    color:#333030;
    font-weight:500
}

h4.content {
    font-size:32pt;
    font-weight:300;
    color:#00713d
}

h5.content {
    font-size:25px;
    font-weight:300
}

iframe {position: relative; z-index: 100000000;}

a {
    text-decoration:none
}

a:hover {
    text-decoration:none;
    color:#404040
}

footer a:hover {
    text-decoration:none;
    color:#cdcdcd
}

a.btn:hover {
    color:#000
}

a.btn.blk-txt:hover {
    color:#fff
}

.btn.btn-default.trans.pan:hover {
    background-color:rgba(255,255,255,0);
    border-color:#fff
}

.center {
    text-align:center
}

.yellow-txt {
    color:#fff200
}

.grn-txt {
    color:#00713d
}

.blk-txt {
    color:#000
}

.yellow {
    background: url(/assets/images/core/panel-background.png) rgba(248,236,18,0.8);
    color:#00713d
}

.dark-green {
    color:#fff;
    background: url(/assets/images/core/panel-background.png) rgba(13,113,64,0.8)
}

.green {
    color:#fff;
    background: url(/assets/images/core/panel-background.png) rgba(14,112,57,0.8)
}

.submit.green {
	color:#fff;
    background-color:rgba(13,113,64,0.8);
    border: 2px solid rgba(13,113,64,1);
    font-size: 13px;
    position: relative;
    top: -1px;
    transition: all .3s ease;
    padding: 1px 10px 2px;
}

.submit.green:hover {
	color:#fff;
    background-color:rgba(13,113,64,1);
    border: 2px solid rgba(13,113,64,1);
}

input, textarea {
	padding: 0px 2px;
	
}

input:focus, textarea:focus {
	outline: none;
	
}


.light-green {
    color:#fff;
    background: url(/assets/images/core/panel-background.png) rgba(147,198,75,0.8)
}

.grey {
    color:#000;
    background: url(/assets/images/core/panel-background.png) rgba(140,142,140,0.8)
}

.grey-txt {
	color:#656565;
}

.white {
    color:#fff
}

.trans {
    background-color:rgba(255,255,255,0)
}

.divider {
    padding:20px 0
}

aside {
    margin-bottom:20px
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #e7e7e7;
    margin:1em 0;
    padding:0
}

.representatives-search {
	background: rgba(240, 240, 240, 0.3);
	border: 1px solid #e7e7e7;
	width: 97%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.representatives-search form {
	padding: 40px;
}

.representatives-search input { width: 100%; padding: 5px 8px; margin-bottom: 5px;}
.representatives-search input.green.submit { width: 100%; padding: 6px; top: 0px;}
.rep-label {display: block; margin-bottom: 15px; margin-top: 0px;}
.representatives-search .canada {width: 100%; padding: 5px 8px; height: 35px;}

.representatives-search .canada {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 0px;
    overflow: hidden;
    background: url("data:image/gif;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 97% 50% white;
}

.representatives-search .canada {
    padding: 5px 8px;
    width: 100%;
    border: 1px solid #CCCCCC;
    box-shadow: none;
    -webkit-appearance: none;
}

.representatives-search .canada:focus {
    outline: none;
}

.form-outline {
	background: rgba(240, 240, 240, 0.3);
	border: 1px solid #e7e7e7;
	width: 97%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px;
}

.ff_composer textarea, .ff_composer input[type="text"], .ff_composer input[type="email"], .ff_composer input[type="url"], .ff_composer input[type="number"], .ff_composer input[type="password"], .ff_composer input[type="search"] 
{	width: 100% !important;
	border: 1px solid RGB(204, 204, 204);
	padding: 5px;
}

.ff_composer input[type="submit"] { width: 100%; max-width: 150px; padding: 4px 8px; margin-bottom: 5px;}
.ff_composer input[type="submit"] {
	color:#fff;
    background-color:rgba(13,113,64,0.8);
    border: 2px solid rgba(13,113,64,1);
    font-size: 13px;
    position: relative;
    top: -1px;
    transition: all .3s ease;
}

.ff_composer input[type="submit"]:hover {
	color:#fff;
    background-color:rgba(13,113,64,1);
    border: 2px solid rgba(13,113,64,1);
}


figcaption {
    text-align:center;
    font-weight:600
}

section.container-fluid.content-consumer {
    margin-bottom:40px
}

.padding-adjust {
    padding-left:10px;
    padding-right:10px
}

.no-margin {
    margin-bottom:0
}

.no-margin-top {
    margin-top:0
}

.resultTable td { padding: 5px; }
.w100 { width: 100%; }


li {
    font-weight:500;
    font-family:'Open Sans',sans-serif;
    margin-bottom:5px
}

.nav li {
    margin-bottom:0
}

.wrapper h3 {font-weight: 100;}

/***************HEADER****************/
header.container-fluid.banner {
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:top center
}

.row.main-nav {
    background:url(/assets/images/core/header-background.png) top center rgba(255,255,255,0.8);
    background-size: cover;
    border:none;
    padding-right:0;
    border-radius:0;
    position: relative;
    z-index: 499;
}

.navbar {
    min-height:65px
}

.navbar.navbar-default.pre-menu,.navbar.navbar-default.main {
    background-color:rgba(255,255,255,0);
    border:none
}

.navbar.main .main {
    margin-top:7px
}

.logo img {
    margin-top:-26px;
    max-height: 55px;
}

.navbar.main {
    margin-top:-10px;
    margin-bottom:10px;
}

@media screen and (max-width: 1199px) {
	.navbar.main {margin-top: -10px; margin-bottom: 10px;}
}

@media screen and (max-width: 991px) {
.logo img {
    margin-top:22px;
    min-width: 95px;
    max-height: 45px;
}

.navbar.main {
    margin-top:20px;
    margin-bottom:0
}

}


}

.logo a {
    position:relative;
    z-index:1000000;
    width:100%;
    height:100%;
    display:block
}

.col-sm-9.main {
    margin-right:-100px
}

button.navbar-toggle.collapsed.sub {
    right:-6px
}

.nav.navbar-nav.navbar-right>li>a {
    padding:10px 2px
}

.navbar-default .navbar-nav>li>a {
	color:#232323;
}

.navbar-nav.navbar-right >li a:after {
    content:'\00A0 | \00A0';
    padding-left:8px;
    color:#2a2a2a!important
}

.navbar-nav.white.navbar-right >li a:after {
    content:'\00A0 | \00A0';
    padding-left:8px;
    color:#fff!important
}

.navbar-nav.white.navbar-right >li:last-child a:after {
    content:'';
    padding-left:8px;
    color:#fff!important
}

.navbar-nav >li.parts a:after {
    content:''
}

.collapse.navbar-collapse.col-md-2.col-md-offset-1 {
    padding-left:200px
}

.nav.navbar.right.main {
    float:right;
    border:none
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    background-color:rgba(0,0,0,0);
    color:#fff
}

ul.nav.navbar-nav.navbar-right.main >li a:after {
    content:'';
    padding-left:0
}

ul.nav.navbar-nav.navbar-right.main>li {
    text-align:center
}

ul.nav.navbar-nav.navbar-right.main>li>a {
    border:none;
    color:#333033;
    font-size:100%;
    font-weight:600;
    text-align:center;
    text-transform:uppercase;
    padding:0 10px;
    font-weight:900
}

ul.nav.navbar-nav.navbar-right.main>li>a:hover {
    border-radius:0;
    color:#18793e;
    border:none
}

.navbar-default .navbar-nav>li>a.white {
    color:#fff
}

.navbar-default .navbar-nav.white>li>a {
    color:#fff
}

.navbar-default .navbar-nav.white>li>a:hover {
    color:#efefef
}

.navbar-default .navbar-nav>li>a.white:hover {
    color:#efefef
}

.navbar-default .navbar-nav>li>a {
    text-transform:uppercase
}

.navbar-default .navbar-nav>li>a.lower {
    text-transform:none
}

.navbar-default .navbar-nav>li>a.waste {
    color:#cdcdcd;
    text-transform:uppercase
}

ul.nav.navbar-nav.navbar-right.main>li>a.white {
    border:none;
    color:#fff;
    font-size:100%;
    font-weight:600;
    text-transform:uppercase
}

ul.nav.navbar-nav.navbar-right.main>li>a.white:hover {
    border-radius:0;
    color:#e4e4e4;
    border:none
}

.row.sub-nav.consumer {
    background: url(/assets/images/core/panel-background.png) top center #00713d
}

.row.sub-nav.waste {
    background: url(/assets/images/core/panel-background.png) top center #00713d;
}

.sub-menu {
    border:none;
    border-radius:0;
    display:block;
    margin-left:auto;
    margin-right:auto;
    min-height:50px;
    margin-bottom:0px;
}

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

.sub-nav .container {
	text-align: center;
}

.sub-menu {
    display:inline-block;
    margin-bottom:-5px;
}

}

/*dropdown menu*/
.dropdown-menu {
    background-color:#00713d;
    min-width: 100%;
   
}

.navbar-right .dropdown-menu {
    left:0px;
    right: auto;
}

.main-nav .main .dropdown.open > a {color: #1E7840 !important;}

.main .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.75); 
	border-top: 41px solid transparent; 
	border-left: 0px; border-right: 0px; 
	border-radius: 0px; 
	box-shadow: none;
}



@media screen and (max-width: 767px) {
	ul.nav.navbar-nav.navbar-right.main > li > a {
		text-align: left;
		padding: 8px 0px;
		font-size: 100% !important;
	}
}

.main a {transition: all .3s ease;}
.main .dropdown-menu {transition: all .3s ease;}

.consumer-nav .main .dropdown-menu {background-color: #EEE64D; border-top: 5px solid transparent; }
.consumer .sub-menu .dropdown-menu {border-top: 0px; border-radius: 0px; }
.consumer .sub-menu .dropdown-menu a:hover {background-color: #EEE64D; color: black;}

.municipal-nav .main .dropdown-menu {background-color: rgba(152, 204, 79, 1); border-top: 5px solid transparent; }
.municipal-nav .main li a {color: white !important;}
.municipal-nav .main li a:hover {color: #516e2a !important;}
.municipal-nav .main .dropdown-menu a:hover {background-color: #8ebf49;}
.municipal-nav .main .dropdown.open > a {color: #516e2a !important;}
.municipal .sub-menu .dropdown-menu {background-color: #97CB4F; border-top: 0px; border-radius: 0px; }
.municipal .sub-menu .dropdown-menu a:hover {background-color: #6a8d37; }

.industry-nav .main li a {color: white !important;}
.industry-nav .main li a:hover {color: #e4e4e4 !important;}
.industry-nav .main .dropdown-menu {background-color: rgba(87, 87, 87, 1); border-top: 5px solid transparent;  }
.industry-nav .main .dropdown-menu a:hover {background-color: rgba(20, 20, 28, 0.4); }
.industry-nav .main .dropdown.open > a {color: #e4e4e4 !important;}
.industry .sub-menu .dropdown-menu {background-color: #A3A3A3; border-top: 0px; border-radius: 0px; }
.industry .sub-menu .dropdown-menu a:hover {background-color: #454545; }

.waste-nav .main li a {color: white !important;}
.waste-nav .main > li > a {color: white !important;}
.waste-nav .main li a:hover {color: #e4e4e4 !important;}
.waste-nav .main .dropdown-menu {background-color: #00713D; border-top: 5px solid transparent; }
.waste-nav .main .dropdown.open > a {color: #e4e4e4 !important;}
.waste .sub-menu .dropdown-menu {border-top: 0px; border-radius: 0px;}
.waste .sub-menu .dropdown-menu a:hover {background-color: #004d29; }


.main .dropdown-menu a {font-weight: 900;}
.main .dropdown-menu a:hover {background-color: #1E7840; color: white;}
.main .dropdown-menu .active a {background-color: transparent; color: #1E7840;}
.main > .active > a {background-color: transparent !important;color: #1E7840 !important;}

@media screen and (max-width: 991px) {
	.main .dropdown-menu { border-top: 31px solid transparent;  }
}

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

.navbar-default .navbar-nav .open .dropdown-menu {
	background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #333033;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #00713D;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > .dropdown-menu > li > a {
	padding-left: 50px;
}


}





.dropdown-submenu {
    position:relative
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px;
    border-radius:0 6px 6px 6px;
    background-color:#00713d
}

.dropdown-submenu:hover>.dropdown-menu {
    display:block
}

.dropdown-menu a {
	color: white;
}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:white;
    margin-top:5px;
    margin-right:-20px
}

.dropdown-menu>li>a {
	  padding: 3px 30px 3px 15px;
}


.dropdown-submenu:hover>a:after {
    border-left-color:#fff
}

.dropdown-submenu.pull-left {
    float:none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px
}

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

.navbar-nav > li:hover > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration:.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration:.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration:.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

 .navbar-nav > li:hover > .dropdown-menu {display: block;} 

}

h1.promo-header {
    text-align:right;
    font-size:90px;
    color:#fff;
    font-weight:600;
    position:relative;
    top:100px
}

h2.promo {
    text-align:right;
    font-size:30px;
    color:#fff;
    position:relative;
    top:120px
}

.rule {
    height:15px;
    background-color:#8dc63e;
    position:relative;
    top:120px
}

p.promo-body {
    color:#fff;
    text-align:right;
    position:relative;
    top:135px;
    margin-right: -15px;
}

.nav-tabs { border-bottom: 0px solid transparent; margin-bottom: 15px; }
.tp {margin-bottom: 40px;}

/***************HOMEPAGE****************/
/*.col-sm-2.info {
	width: 20%;
}*/
.white-overlay {
    /* background:#fff; */
    z-index:1;
    height:60px;
    margin-top:-60px
}

section.home {
    padding:15px 0
}

section.home .col-md-8 {
    padding:40px
}

section.home .col-md-4 {
    padding:30px
}

section.home .dark-green {
    padding:30px;
    background: url(/assets/images/core/panel-background.png) #18793E;
    background-size: cover;
    box-shadow:3px 3px 0 rgba(0,0,0,0.26)
}

h3.home {
    text-transform:uppercase;
    font-weight:900;
    margin-bottom:0;
    padding-bottom:0
}

.panel {
	/* background: url(/assets/images/core/panel-background.png) center center; */
	background-size: cover;
    border-radius:0;
    box-shadow:3px 3px 0 rgba(0,0,0,0.2)
}

.panel-heading {
    padding:0
}

.panel-body {
    padding:0 30px
}

.panel-btn {
    display:block;
    max-width:60%;
    padding:5px;
    border-radius:0;
    margin:10px auto 20px;
    font-weight:500
}

.headline h4 {
    font-size:35px;
    font-weight:400;
    color:#1E7840
}

.headline h4 sup {
    font-size:14px;
    position:relative;
    top:-15px
}

.panel-btn {
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.5s;
    transition:.2s
}

.yellow .panel-btn {
    border:2px solid #1B7E11;
    color:#1B7E11
}

.yellow .panel-btn:hover {
    background:rgba(27,126,17,1);
    color:#F8EC52!important;
    border:2px solid #19730f
}

.grey .panel-btn {
    border:2px solid #000;
    color:#000
}

.grey .panel-btn:hover {
    background:rgba(0,0,0,0.7);
    color:#A2A3A2!important
}

.light-green .panel-btn,.dark-green .panel-btn {
    border:2px solid #fff;
    color:#fff
}

.light-green .panel-btn:hover {
    background:rgba(255,255,255,0.8);
    color:#AACE73!important
}

.dark-green .panel-btn:hover {
    background:rgba(255,255,255,0.8);
    color:#438B66!important
}

.btn {
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.5s;
    transition:.2s
}

section.home .form-control {
    width:100%;
    border-radius:0;
    border:2px solid #fff;
    background:rgba(255,255,255,0.1);
    margin-bottom:5px;
    margin-top:10px;
    color:#fff
}

section.home .contact h5 {
    margin-bottom:30px
}

section.home .form-horizontal {
    text-align:right
}

section.home .form-horizontal .btn {
    border-radius:0;
    border:2px solid #7DB44F;
    margin-top:5px
}

section.home .form-horizontal .btn:hover {
    color:#fff!important;
    background:rgba(126,181,80,0.7);
    border:2px solid #7DB44F
}

section.product-download .btn {
    padding:5px 15px;
    border-radius:0;
    margin:0 auto 3px;
    font-weight:500
}

section.product-download .btn:focus {
    outline: none;
}

.modal-dialog {
	z-index: 100000000;
}

.modal-body {
	padding-left: 30px;
	padding-bottom: 25px;

}

.modal-body form input {
	padding: 1px 5px 0px;
}

.modal-header {
  background-color: rgba(204, 204, 204, 0.6);
  padding-bottom: 30px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.7);
}


section.product-download .btn {
    border:2px solid #1B7E11;
    color:#1B7E11
}

section.product-download .btn span {
    margin:0 5px 0 0
}

section.product-download .btn:hover {
    background:rgba(27,126,17,1);
    color:#fff!important;
    border:2px solid #19730f
}

.line-btn {
    border:2px solid #1B7E11;
    color:#1B7E11;
    border-radius: 0px;
}

.line-btn span {
    margin:0 5px 0 0
}

.line-btn:hover {
    background:rgba(27,126,17,1);
    color:#fff!important;
    border:2px solid #19730f
}


.row.info-pages {
    margin-top:-400px;
    position: relative;
    z-index: 500;
}

img.panel-home {
    display:block;
    margin:0 auto;
    width:100%
}

.panel-title h3 {
	font-family:'Open Sans',sans-serif;
    text-align:center;
    padding-bottom:13px;
    font-weight: 700 !important;
}

.btn.btn-sm.trans.pan {
    margin-bottom:20px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    border-radius:5px;
    border:1px solid #fff
}

.container-fluid.content {
    margin-top:-100px;
    background-color:#fff
}

.col-md-6.headline {
    margin-top:150px;
    padding-bottom:60px
}

.col-md-3.contact {
    padding:40px;
    border-radius:0
}

.form-control {
    width:90%
}

.form-control::-moz-placeholder {
    color:#fff;
    opacity:1
}

.form-control:-ms-input-placeholder {
    color:#fff
}

.form-control::-webkit-input-placeholder {
    color:#fff
}

.btn.btn-default.tot-form.light-green {
    border-radius:0;
    width:340%;
    margin-left:-47px
}

.btn.btn-default.tot-form.light-green:hover {
    background-color:rgba(147,198,75,0.7)
}

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

.products-hero { margin-top: -180px; margin-bottom: -20px;}

}

.products-hero {
  position: relative;
  height: 516px;
  /* Landscape phones and down */
  /* Landscape phones and down */ }
  @media (max-width: 480px) {
    .products-hero {
      height: 380px; } }
  .products-hero .product {
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    /* Landscape phones and down */ }
    .products-hero .product.can-32gal .can-meta {
      margin: 25px 0 0 32px; }
    .products-hero .product.can-48gal {
      left: 21.05%; }
      .products-hero .product.can-48gal .can-meta {
        margin: 32px 0 0 72px; }
    .products-hero .product.can-64gal {
      left: 43.96%; }
      .products-hero .product.can-64gal .can-meta {
        margin: 30px 0 0 84px; }
    .products-hero .product.can-96gal {
      left: 69.76%; }
      .products-hero .product.can-96gal .can-meta {
        margin: 30px 0 0 80px; }
    .products-hero .product .can-liner a:first-child + a img {
      display: none; }
    .products-hero .product .can-liner:hover a:first-child img {
      display: none; }
    .products-hero .product .can-liner:hover a:first-child + a img {
      display: inline; }
    @media (max-width: 480px) {
      .products-hero .product {
        position: absolute;
        width: 100%;
        margin-top: 25px;
        display: none;
        text-align: center; }
        .products-hero .product:first-child {
          display: block; }
        .products-hero .product .can-meta, .products-hero .product h1, .products-hero .product h2, .products-hero .product a {
          margin: 0; }
        .products-hero .product .can-meta {
          margin-top: 20px; }
        .products-hero .product.can-32gal .can-meta {
          margin-top: 74px; }
        .products-hero .product.can-32gal img {
          max-width: 110px; }
        .products-hero .product.can-48gal {
          left: inherit; }
          .products-hero .product.can-48gal .can-meta {
            margin: 64px 0 0 0; }
          .products-hero .product.can-48gal img {
            max-width: 130px; }
        .products-hero .product.can-64gal {
          left: inherit; }
          .products-hero .product.can-64gal .can-meta {
            margin: 52px 0 0 0; }
          .products-hero .product.can-64gal img {
            max-width: 150px; }
        .products-hero .product.can-96gal {
          left: inherit; }
          .products-hero .product.can-96gal .can-meta {
            margin: 50px 0 0 0; }
          .products-hero .product.can-96gal img {
            max-width: 170px; } }
    .products-hero .product h1, .products-hero .product h2 {
      margin: 0px;
      font-weight: bold; }
    .products-hero .product h1 {
      /* set 62.5 rule here */
      font-size: 90px;
      font-size: 5.625em;
      font-size: 5.625rem;
      /* Landscape phones and down */
      line-height: 72px;
      line-height: 4.5em;
      line-height: 4.5rem;
      /* Landscape phones and down */
      margin-left: 10px; 
      margin-bottom: 5px;
      }
      @media screen and (min-width: 768px) {
	  
      .sm-padding-left {padding-left: 15px;}
      }
      @media (max-width: 480px) {
        .products-hero .product h1 {
          font-size: 81px;
          font-size: 5.0625em;
          font-size: 5.0625rem; } }
      @media (max-width: 480px) {
        .products-hero .product h1 {
          line-height: 64.8px;
          line-height: 4.05em;
          line-height: 4.05rem; } }
    .products-hero .product h2 {
      /* set 62.5 rule here */
      font-size: 36px;
      font-size: 2.25em;
      font-size: 2.25rem;
      /* Landscape phones and down */
      line-height: 28px;
      line-height: 1.75em;
      line-height: 1.75rem;
      /* Landscape phones and down */
      color: #4b4b4b; }
      @media (max-width: 480px) {
        .products-hero .product h2 {
          font-size: 32.4px;
          font-size: 2.025em;
          font-size: 2.025rem; } }
      @media (max-width: 480px) {
        .products-hero .product h2 {
          line-height: 25.2px;
          line-height: 1.575em;
          line-height: 1.575rem; } }
    .products-hero .product a {
      /* set 62.5 rule here */
      font-size: 18px;
      font-size: 1.125em;
      font-size: 1.125rem;
      /* Landscape phones and down */
      color: #4b4b4b;
      text-decoration: underline; }
      @media (max-width: 480px) {
        .products-hero .product a {
          font-size: 16.2px;
          font-size: 1.0125em;
          font-size: 1.0125rem; } }
    .products-hero .product .can-meta {
      margin-top: 4px; }
  @media (max-width: 480px) {
    .products-hero .slide-nav-mobile {
      position: absolute;
      bottom: 120px;
      left: 0;
      right: 0; top: 71%;} }

.slide-nav-mobile {
  display: none;
  /* Landscape phones and down */ }
  @media (max-width: 480px) {
    .slide-nav-mobile {
      display: block; } }
  .slide-nav-mobile ul {
    list-style: none;
    padding: 0;
    text-align: center; }
  .slide-nav-mobile li {
    display: inline-block;
    margin: 0 9px;
    padding: 0;
    background: none; }
    .slide-nav-mobile li a {
      display: block;
      height: 11px;
      width: 11px;
      border-radius: 15px;
      border: 1px solid #12431f;
      font-family: "Gotham", sans-serif;
      /* set 62.5 rule here */
      font-size: 19px;
      font-size: 1.1875em;
      font-size: 1.1875rem;
      /* Landscape phones and down */
      text-transform: uppercase;
      color: #12431f;
      font-weight: 500; }
      @media (max-width: 480px) {
        .slide-nav-mobile li a {
          font-size: 17.1px;
          font-size: 1.06875em;
          font-size: 1.06875rem; } }
      .slide-nav-mobile li a span {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        /* set 62.5 rule here */
        font-size: 21px;
        font-size: 1.3125em;
        font-size: 1.3125rem;
        /* Landscape phones and down */ }
        @media (max-width: 480px) {
          .slide-nav-mobile li a span {
            font-size: 18.9px;
            font-size: 1.18125em;
            font-size: 1.18125rem; } }
      .slide-nav-mobile li a.active {
        background-color: #12431f; }
        .slide-nav-mobile li a.active span {
          display: block; }

.lightbox-open {
  overflow: hidden; }

/* Fix for z-index for compatibility with Bootstrap 3.1+ */
/* added by @mattlibera */
.lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1041;
  display: none;
  overflow: auto;
  overflow-y: scroll; }
  .lightbox p {
    color: white;
    margin: 0;
    /* set 62.5 rule here */
    font-size: 20px;
    font-size: 1.25em;
    font-size: 1.25rem;
    /* Landscape phones and down */ }
    @media (max-width: 480px) {
      .lightbox p {
        font-size: 18px;
        font-size: 1.125em;
        font-size: 1.125rem; } }
  .lightbox .fade .lightbox-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .lightbox .in .lightbox-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .lightbox .lightbox-dialog {
    z-index: 1050;
    width: auto;
    /*padding: 10px;*/
    margin-right: auto;
    margin-left: auto; }
    .lightbox .lightbox-dialog .lightbox-header {
      float: right; }
      .lightbox .lightbox-dialog .lightbox-header .close {
        margin-top: -2px; }
    .lightbox .lightbox-dialog .lightbox-content {
      position: relative;
      background-color: #ffffff;
      border: 1px solid #999999;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      outline: none;
      -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      background-clip: padding-box;
      /**/
      padding: 10px;
      display: inline-block; }
      .lightbox .lightbox-dialog .lightbox-content .lightbox-caption {
        position: absolute;
        right: 8px;
        bottom: 8px;
        left: 10px;
        padding: 2%;
        font-size: 14px;
        line-height: 18px;
        color: white;
        text-align: center;
        text-shadow: 0 -1px 0 #000;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        background: #000;
        background: rgba(0, 0, 0, 0.6); }
        


/**************************CONSUMER-FACE****************/
header.container-fluid.consumer {
    background-image:url(../images/consumer.jpg);
    background-size:cover;
    background-position:top center
}

.row.consumer-nav,nav.navbar.navbar-default.sub {
    background: url(/assets/images/core/header-background.png) top center rgba(248,236,18,0.7);
    background-size: cover;
    border:none;
    padding-right:0;
    border-radius:0
}

.product-shift { margin-top: 25px; } 

.dropdown-menu>li>a.white {
    color:#fff;
    text-transform:uppercase
}

.dropdown-menu>li>a.white:hover {
    background-color:rgba(0,0,0,0)
}

.row.consumer-banner {
    padding-bottom:170px
}

.col-sm-4.bullets {
    margin-top:200px;
    margin-bottom:-200px
}


.consumer-bullets h2 {
	    font-weight: 900;
		text-transform: uppercase;
		text-align: left;
		color: #00562B;
		margin-top: 60px;
}

#v-heading {display: none;}
#m-heading {display: none;}
#v-bullets {display: none;}
#m-bullets {display: none;}
#m-image {display: none;}
#v-image {display: none;}

.consumer-bullets ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 15px;
}

.consumer-bullets li {
	text-align: left;
	color: #00562B;
	font-weight: 900;
	background: url(/assets/images/core/icon-finger.png) 7px center no-repeat;
	padding-left: 40px;
	list-style: none;
	margin-left: 0px;
	margin-bottom: 10px;
	background-size: 22px;
}

.bat a:focus { font-weight: bold; color: #00713D; text-decoration: none;}

.col-sm-4.bat {
    margin-top:60px;
    margin-bottom:-60px
}

.container.content-consumer {
    margin-top:60px;
    background-color:#fff;
    float:left;
    padding-bottom:40px
}

.consumer-product-content {
    padding-left:40px
}

.page-content {
    padding-right:40px
}

.col-sm-4.green {
    margin-top:40px;
    padding-left:170px;
    padding-bottom:70px;
    margin-bottom:35px
}

.rule-yellow {
    height:15px;
    background-color:#fff200;
    position:relative;
    top:13px;
    left:3px;
    margin-right:-75px
}

p.promo-body.consumer {
    color:#fff;
    text-align:left;
    position:relative;
    top:30px;
    left:5px
}

h2.title {
    margin-bottom:15px;
    margin-top:30px;
    margin-left:15px;
    font-size: 40px;
}

.page-content > .row > h4 { margin-top: 0px; }

.page-content h4 { font-size: 22px; margin-bottom: 20px; }

small.title {
    margin-left:18px;
    margin-top:-20px;
    display:block;
    margin-bottom:20px
}

h4.side {
    text-align:center;
    font-weight:900 !important;
    text-transform:uppercase;
    font-family: "Open Sans", sans-serif;
}

img.consumer-vid {
    float:right
}

img.consumer-cans {
    margin-bottom:20px;
    width:100%
}

.site-footer {
    background: url(/assets/images/core/footer-background.png) #18793E;
    background-size: cover;
}

.site-footer .col-md-6 {
    padding-top:20px
}

.site-footer .col-md-12 {
    padding-top:20px
}

.site-footer h5 {
    padding-top:20px
}

.page-wrapper {position: relative; overflow: hidden; padding: 0px;}

.side-callout {
	width: 245px;
	position: absolute;
	z-index: 99999999;
	left: auto;
	right: -245px;
	top: 600px;
	background-color: #F8F8F8;
	padding: 30px 30px 10px 30px;
	transition: right .4s ease;
}

.side-callout strong {
	display: block; margin-bottom: 5px;
	
}

.side-callout h4 {
	font-weight: 900;
	color: #00713D;
	margin-top: 0px;
	margin-bottom: 20px;
}

.side-callout .btn {
	font-weight: 900;
	color: #00713D;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px solid #00713D;
	display: block;
	border-radius: 0px;
}

.side-callout .btn:hover {
	border: 2px solid #00713D;
	background: #00713D;
	color: white;
}

.holder .image img {height: auto !important;}

.icon-callout {
	width: 48px;
	height: 52px;
	border-right: 2px solid #838080;
	position: absolute;
	top: 600px;
	left: auto;
	right: 0px;
	z-index: 99999999999999;
	transition: right .4s ease;
	background: url('/assets/images/core/icon-callout.png') top center no-repeat;
	background-size: 75%;
}

.icon-callout:hover {
	cursor: pointer;
	background: url('/assets/images/core/icon-callout.png')  center -52px no-repeat;
	background-size: 75%;
	border-right: 2px solid #00713D;
}

.right-open {right: 0px; transition: right .4s ease;}
.right-open-icon {right: 245px; transition: right .4s ease;}



/**************************CONSUMER PRODUCT*************/
header.container-fluid.consumer-product {
    background-image:url(../images/consumer-product.jpg);
    background-size:cover;
    background-position:top center
}

.consumer-product-banner {
    padding-bottom:350px
}

.row.page-content {
    margin-left:0
}

img.composter {
    border:1px solid #00713d;
    padding:3px;
    width:100%
}

.col-sm-4.small-pro {
    padding-left:0;
    padding-right:0
}

img.composter.small {
    margin-top:5px
}

.row.light-green {
    margin-top:40px;
    padding-bottom:20px;
    margin-bottom:50px
}

.row.yellow {
    margin-top:40px;
    padding-bottom:20px;
    margin-bottom:50px
}

.row.grey {
    margin-top:40px;
    padding-bottom:20px;
    margin-bottom:50px
}

.row.green {
    margin-top:40px;
    padding-bottom:20px;
    margin-bottom:50px
}

@media screen and (min-width:768px) {
.row.light-green {
    background:-webkit-gradient(linear,0 100%,0 0,color-stop(0.45,rgba(147,198,75,0.7)),color-stop(0.3,rgba(253,253,253,0)));
    background:-webkit-linear-gradient(90deg,rgba(147,198,75,0.7) 45%,rgba(253,253,253,0) 30%);
    background:-moz-linear-gradient(90deg,rgba(147,198,75,0.7) 45%,rgba(253,253,253,0) 30%);
    background:-o-linear-gradient(90deg,rgba(147,198,75,0.7) 45%,rgba(253,253,253,0) 30%);
    background:linear-gradient(90deg,rgba(147,198,75,0.7) 45%,rgba(253,253,253,0) 30%)
}

.row.yellow {
    background:-webkit-gradient(linear,0 100%,0 0,color-stop(0.45,rgba(248,236,18,0.7)),color-stop(0.3,rgba(253,253,253,0)));
    background:-webkit-linear-gradient(90deg,rgba(248,236,18,0.7) 45%,rgba(253,253,253,0) 30%);
    background:-moz-linear-gradient(90deg,rgba(248,236,18,0.7) 45%,rgba(253,253,253,0) 30%);
    background:-o-linear-gradient(90deg,rgba(248,236,18,0.7) 45%,rgba(253,253,253,0) 30%);
    background:linear-gradient(90deg,rgba(248,236,18,0.7) 45%,rgba(253,253,253,0) 30%)
}

.row.grey {
    background:-webkit-gradient(linear,0 100%,0 0,color-stop(0.45,rgba(140,142,140,0.7)),color-stop(0.3,rgba(253,253,253,0)));
    background:-webkit-linear-gradient(90deg,rgba(140,142,140,0.7) 45%,rgba(253,253,253,0) 30%);
    background:-moz-linear-gradient(90deg,rgba(140,142,140,0.7) 45%,rgba(253,253,253,0) 30%);
    background:-o-linear-gradient(90deg,rgba(140,142,140,0.7) 45%,rgba(253,253,253,0) 30%);
    background:linear-gradient(90deg,rgba(140,142,140,0.7) 45%,rgba(253,253,253,0) 30%)
}

.row.green {
    background:-webkit-gradient(linear,0 100%,0 0,color-stop(0.45,rgba(14,112,57,0.7)),color-stop(0.3,rgba(253,253,253,0)));
    background:-webkit-linear-gradient(90deg,rgba(14,112,57,0.7) 45%,rgba(253,253,253,0) 30%);
    background:-moz-linear-gradient(90deg,rgba(14,112,57,0.7) 45%,rgba(253,253,253,0) 30%);
    background:-o-linear-gradient(90deg,rgba(14,112,57,0.7) 45%,rgba(253,253,253,0) 30%);
    background:linear-gradient(90deg,rgba(14,112,57,0.7) 45%,rgba(253,253,253,0) 30%)
}
}

/**************************WASTE HAULER FACE************/
header.container-fluid.waste {
    background-image:url(../images/wastehaulers.jpg);
    background-size:cover;
    background-position:top center
}

.row.waste-nav {
    background: url(/assets/images/core/header-background.png) top center rgba(14,112,57,0.7);
    background-size: cover;
    border:none;
    padding-right:0;
    border-radius:0
}

.row.sub-nav.industry {
    background: url(/assets/images/core/panel-background.png) top center #a3a3a3;
    border:none;
    border-radius:0
}

.rule-white {
    height:15px;
    background-color:#fff;
    position:relative;
    top:13px;
    left:3px;
}

/************************INDUSTRIAL*********************/
header.container-fluid.industry {
    background-image:url(../images/professional.jpg);
    background-size:cover;
    background-position:top center
}

.row.industry-nav {
    background: url(/assets/images/core/header-background.png) top center rgba(96,96,96,0.9);
    background-size: cover;
    border:none;
    padding-right:0;
    border-radius:0
}

.sf-menu.industrial.center ul li {
    background:#a3a3a3
}

.sf-menu.industrial.center ul ul li {
    background:#a3a3a3
}

p.promo-body.industry {
    color:#000;
    text-align:left;
    position:relative;
    top:30px;
    left:5px
}

.document {
	height: 220px; 
	background-size: cover !important; 
	box-shadow: 3px 3px 0px #CBCBCB;
}

.document a {
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.8); 
	display: none; 
	color: white; 
	padding: 15px;
	font-weight: bold;
	transition: all .2s ease;
}

.document:hover a {

	display:block;
}

/* Individual styles */

.cd-form {
  width: 100%;
  max-width: 740px;
  margin: 2em auto;
  background: #f3f3f3;
  padding: 30px;
  box-shadow: 0px 2px 0px rgba(204, 204, 204, 0.78);
}
.cd-form::after {
  clear: both;
  content: "";
  display: table;
}

.cd-form h2 {margin-left: 12px; margin-top: 10px; margin-bottom: 20px; color: #0B703E;}
.cd-form label {font-weight: 100 !important;}
.cd-form fieldset {
  margin: 24px 0;
}
.cd-form legend {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #ecf0f1;
}
.cd-form div {
  /* form element wrapper */
  position: relative;
  margin: 0px 0;
}
.cd-form h4, .cd-form .cd-label {
  font-size: 1.3rem;
  color: #0B703E;
  margin-bottom: 10px;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #4c4c4c;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select {
  /* general style for input elements */
  padding: 12px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
  outline: none;
  border-color: #0B703E;
  background: #efefef;
}
.cd-form .cd-select {
  /* select element wapper */
  position: relative;
}
.cd-form .cd-select::after {
  /* arrow icon for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-form select {
  cursor: pointer;
}
.cd-form select::-ms-expand {
  display: none;
}
.cd-form .cd-form-list {
  margin-top: 16px;
}
.cd-form .cd-form-list::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form .cd-form-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;
  float: left;
}
.cd-form input[type=radio],
.cd-form input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-form input[type="radio"] + label,
.cd-form input[type="checkbox"] + label {
  padding-left: 24px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="checkbox"] + label::before {
  border: 1px solid #cfd9db;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after {
  border-radius: 50%;
}
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  border-radius: .25em;
}
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::after {
  background-color: #2c97de;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
  display: none;
}
.cd-form input[type="radio"] + label::after {
  /* custom image for radio button */
  background-image: url("../img/cd-icon-radio.svg");
}
.cd-form input[type="checkbox"] + label::after {
  /* custom image for checkbox */
  background-image: url("../img/cd-icon-check.svg");
}
.cd-form input[type="radio"]:focus + label::before,
.cd-form input[type="checkbox"]:focus + label::before {
  /* add focus effect for radio and check buttons */
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
}
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::after {
  display: block;
}
.cd-form input[type="radio"]:checked + label::before,
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::before,
.cd-form input[type="checkbox"]:checked + label::after {
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}
.cd-form textarea {

  resize: vertical;
  overflow: auto;
}
.cd-form input[type="submit"] {
  /* button style */
  border: none;
  background: #0B703E;
  border-radius: .25em;
  padding: 16px 20px;
  color: #ffffff;
  font-weight: bold;
  float: right;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline:none;
}
.cd-form input[type="submit"]:hover {
  background: #0a502d;
  border:none !important;
}
.no-touch .cd-form input[type="submit"]:hover {
  background: #0B703E;
  border:none !important;
}
.cd-form input[type="submit"]:focus {
  outline: none;
  background: #0B703E;
}
.cd-form input[type="submit"]:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.cd-form .error-message p {
  background: #e94b35;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: .25em;
  padding: 16px;
}
.cd-form .error {
  border-color: #e94b35 !important;
}
@media only screen and (min-width: 200px) {
  .cd-form div {
    /* form element wrapper */
    margin: 0px 0;
  }
  .cd-form legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 20px;
  }
  .cd-form h4, .cd-form .cd-label {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .cd-form input[type="text"],
  .cd-form input[type="email"],
  .cd-form textarea,
  .cd-form select {
    padding: 10px;
    border: 0px solid transparent;
    border-bottom: 1px solid rgba(179, 179, 179, 0.41);
    border-radius: 0px;
    box-shadow: 0px;
    background: white;
  }
}

@-webkit-keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes cd-bounce {
  0%, 100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
}
@keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.ff_composer * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .ff_composer .line,
    .ff_composer .line:last-child,
    .ff_composer .last_unit{overflow:hidden; *overflow:visible;*zoom:1;}
     .ff_composer .unit{padding:10px; *padding:0;/*because ie7 doesn't do border-box*/}
    @media screen and (min-width: 500px) {
	 .ff_composer .unit{float:left; padding:10px; *padding:0;/*because ie7 doesn't do border-box*/}
    .ff_composer .unit_right{float:right;}
    .ff_composer .size1of1{float:none;}
    .ff_composer .size1of2{width:50%;}
    .ff_composer .size1of3{width:33.33333%;}
    .ff_composer .size2of3{width:66.66666%;}
    .ff_composer .size1of4{width:25%;}
    .ff_composer .size3of4{width:75%;}
    .ff_composer .line:last-child,
    .ff_composer .last_unit{float:none;width:auto;}
     .ff_composer input[type="text"],
    .ff_composer input[type="email"],
    .ff_composer input[type="url"],
    .ff_composer input[type="number"],
    .ff_composer input[type="password"],
    .ff_composer input[type="search"] {width: 75%;}
    }
    .ff_composer p,
    .ff_composer h1,
    .ff_composer h2,
    .ff_composer h3,
    .ff_composer h4,
    .ff_composer h5,
    .ff_composer h6 {margin-top: 0;}
    .ff_composer .required_item {margin-left: 4px; color:red;}
  
    .ff_composer ul.dynamic_recipients {list-style: none; padding:0;}

/* -------------------------------- 

FLoating labels 

-------------------------------- */
.floating-labels div {
  margin: 1px 0;
}
.floating-labels .cd-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1.6rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.floating-labels .icon .cd-label {
  left: 10px;
}
 .floating-labels .cd-label.float {
  /* move label out the input field */
  font-size: 1.2rem;
  top: -16px;
  left: 0 !important;
}
@media only screen and (min-width: 600px) {
   .floating-labels legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 16px;
  }
  .floating-labels .cd-label {
    top: 10px;
  }
}

/**************************MUNICIPAL********************/
header.container-fluid.municipal {
    background-image:url(../images/municipalities.jpg);
    background-size:cover;
    background-position:center center
}

.row.municipal-nav {
    background: url(/assets/images/core/header-background.png) top center rgba(151,203,79,0.7);
    background-size: cover;
    border:none;
    padding-right:0;
    border-radius:0
}

.row.sub-nav.municipal {
    background: url(/assets/images/core/panel-background.png) top center #97cb4f;
    border:none;
    border-radius:0
}

.sf-menu.municipal.center ul li {
    background:#97cb4f
}

.sf-menu.municipal.center ul ul li {
    background:#97cb4f
}

.col-sm-4.municipal.light-green {
    margin-top:40px;
    padding-left:170px;
    padding-bottom:40px;
    margin-bottom:75px
}

p.promo-body.industry {
    color:#fff;
    text-align:left;
    position:relative;
    top:30px;
    left:5px
}

.rule-white {
    height:7px;
    background-color:#fff;
    position:relative;
    top:13px;
    left:3px;
    margin-bottom:25px
}

.find-at img {
	margin: 5px;
}

.sustainability .green-icon img {float: left;}
.sustainability .clearafter {clear: right; margin-bottom: 20px;}
.sustainability .icon-label {padding-left: 40px; padding-top: 4px;}
.sustainability .product-list-item {background: RGB(250, 250, 250); border: 1px solid RGB(231, 231, 231); margin-bottom: 12px; padding: 10px 30px;}
.sustainability .product-list-item {background: RGB(250, 250, 250); border: 1px solid RGB(231, 231, 231); margin-bottom: 12px; padding: 10px 30px;}
.sustainability .jqRoll {position: relative; cursor: pointer;}
.sustainability .product-list-item .m2 {margin-top: -9px !important;}
.sustainability .jqTooltip {border: 1px solid RGB(231, 231, 231); background: white; position: absolute; padding: 10px 20px; z-index: 100000; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); display: none;}
.sustainability .jqTooltip p {font-size: 13px;}
.sustainability .jqTooltip h4 {font-weight: bold;}
.sustainability .jqRoll a {position: relative; z-index: 10000;}
.sustainability .product-list-item h3, .product-list-item h4 {color:RGB(11, 112, 62); font-weight: 900;}
.sustainability form {margin-top: 20px; display: block;}
.sustainability form .input-block{display: block; margin-top: 10px; margin-bottom: 10px;}
.sustainability form input {padding: 1px 5px;} 

/**************************FOOTER***********************/
footer {
    display:inline-block;
    min-width:100%
}

.col-sm-3.col-sm-offset-1.foot.first {
    margin-right:140px
}

.primary-footer .col-md-8 {
	background: url(/assets/images/core/can-do.png) right bottom no-repeat;
	background-size: 300px;
}

.footer-border {
    height:25px;
    background: url(/assets/images/core/footer-background.png) #90c348;
    -moz-box-shadow:inset 0 10px 10px -10px #000;
    -webkit-box-shadow:inset 0 10px 10px -10px #000;
    box-shadow:inset 0 10 10px -10px #000;
    margin-top:30px
}

.nav.footer-nav {
    border-bottom:none;
    float:right
}

.nav.footer-nav>li {
    color:#fff;
    float:left;
    font-weight: 100;
    font-size: 12px;
}

.nav.footer-nav>li>a:focus {
    background:none
}

.nav.footer-nav>li a {
    padding:14px 2px 0
}

p.copyright {
    padding:15px 2px 0;
    line-height:15px;
    font-weight: 100;
    font-size: 12px;
}

.nav.footer-nav >li >a:hover {
    background-color:rgba(255,255,255,0);
    border:none
}

.nav.footer-nav >li>a:after {
    content:'\00A0 | \00A0';
    padding-left:10px;
    color:#fff!important
}

.nav.footer-nav >li:last-child>a:after {
    content:'';
    padding-left:10px
}

.nav.footer-nav >li.last >a:after {
    content:''
}

footer.sub-footer {
}

@media only screen and (max-width:1199px) {
ul.nav.navbar-nav.navbar-right.main>li>a,.nav.navbar-nav.navbar-right>li>a,ul.nav.navbar-nav.navbar-right.main>li>a.white {
    font-size:90%
}

.col-sm-4.bullets,.col-sm-4.bat {
    margin-top:0;
    margin-bottom:0
}
}

@media handheld,only screen and (max-width:1024px) {
.navbar-default .navbar-toggle {
    border:0;
    margin-right:0
}

.navbar-default .navbar-toggle:hover {
    background:none
}

.navbar-default .navbar-toggle .icon-bar {
    background:#3b3b3b
}

.navbar-toggle {
    border:none;
    background:transparent!important
}

.navbar-toggle:hover {
    border:none;
    background:transparent!important
}

.navbar-toggle .icon-bar {
    width:22px;
    transition:all .2s
}

.navbar-toggle .top-bar {
    transform:rotate(45deg);
    transform-origin:10% 10%
}

.navbar-toggle .middle-bar {
    opacity:0
}

.navbar-toggle .bottom-bar {
    transform:rotate(-45deg);
    transform-origin:10% 90%
}

.navbar-toggle.collapsed .top-bar {
    transform:rotate(0)
}

.navbar-toggle.collapsed .middle-bar {
    opacity:1
}

.navbar-toggle.collapsed .bottom-bar {
    transform:rotate(0)
}

.navbar-default .navbar-collapse {
    border-top:none;
    border-color: transparent !important;
    box-shadow: none !important;
}

button.navbar-toggle.collapsed.lower,button.navbar-toggle.lower {
    right:0
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a.white {
    color:#fff
}

.row.page-content {
    margin-left:0
}

h1.promo-header {
    right:0;
    font-size:60px;
    top:30px
}

h2.promo {
    right:0;
    top:20px
}

.rule {
    right:0;
    top:40px
}

p.promo-body {
    right:0;
    top:50px
}

.row.info-pages {
    margin-top: -90px
}

.col-sm-3.contact {
    margin-left:0;
    margin-top:0;
    margin-bottom:40px
}

.btn.btn-default.tot-form.light-green {
    margin-left:430px;
    width:20%
}

.col-sm-6.foot {
    padding-bottom:20px
}

.col-sm-4.municipal.light-green {
    padding-left:10px
}

.container.content-consumer {
    margin-top:0
}

.col-sm-4.dark-green,.col-sm-4.industry.grey {
    padding-left:0
}

.nav.footer-nav {
    padding-right:0;
    padding-bottom:20px
}

.nav.footer-nav >li >a:after {
    content:''
}
}

@media handheld,only screen and (min-width:768px) and (max-width:1024px) {
.col-sm-9.main {
    width:100%
}

.col-sm-3.col-sm-offset-1.foot.first {
    margin-left:0
}

ul.nav.navbar-nav.navbar-right.main>li>a {
    border:none;
    color:#333033;
    font-weight:900;
    text-transform:uppercase
}

.navbar.navbar-default.pre-menu,.navbar.navbar-default.main {
    padding-right:0
}

.col-sm-6.col-sm-offset-1.consumer {
    width:90%
}

aside.sidebar {
    padding-top:0;
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:100%
}

.foot {
    width:100%
}
}

@media handheld,only screen and (max-width:600px) {
.btn.btn-default.tot-form.light-green {
    margin-left:330px;
    width:20%
}

img.consumer-vid {
    float:none
}
}

@media handheld,only screen and (max-width:480px) {
.btn.btn-default.tot-form.light-green {
    width:100%;
    margin-left:0
}

footer {
    padding:0
}
}