/* line 4, ../sass/sustainability.scss */
section.banner {
  margin-top: 115px;
  background-image: url(/images/content/sustainibility/header-img-sustainibility.jpg);
  background-size: cover;
  height: 490px;
  background-repeat: no-repeat;
}
/* line 10, ../sass/sustainability.scss */
section.banner .section-title {
  padding: 160px 20px 0px 20px;
}
/* line 12, ../sass/sustainability.scss */
section.banner .section-title h1 {
  font-size: 60px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  text-align: center;
}
/* line 21, ../sass/sustainability.scss */
section.banner h2 {
  font-size: 25px;
  font-weight: 500;
  color: white;
  text-align: center;
  letter-spacing: 0.01em;
}
/* line 29, ../sass/sustainability.scss */
section.section-intro {
  padding: 60px 0 60px 0;
}
/* line 31, ../sass/sustainability.scss */
section.section-intro p {
  font-size: 18px;
  font-weight: 200;
  color: #555;
  margin-bottom: 30px;
}
/* line 36, ../sass/sustainability.scss */
section.section-intro p.heading {
  font-size: 26px;
  font-weight: 500;
  color: #555;
  letter-spacing: 0.1em;
  line-height: 42px;
}
/* line 44, ../sass/sustainability.scss */
section.section-intro ul {
  font-size: 18px;
  font-weight: 200;
  color: #555;
}
/* line 48, ../sass/sustainability.scss */
section.section-intro ul li {
  line-height: 28px;
  margin-bottom: 10px;
}

/* Select Dropdown - Customized for payment page */
/* line 57, ../sass/sustainability.scss */
.bootstrap-select.btn-group:not(.input-group-btn) {
  margin-right: 20px;
}

/* line 60, ../sass/sustainability.scss */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 230px !important;
}

/* line 63, ../sass/sustainability.scss */
.bootstrap-select.btn-group .dropdown-toggle {
  background-color: white;
}

/* line 66, ../sass/sustainability.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 18px;
  font-weight: 200;
  color: #222;
}

@media (max-width: 767px) {
  /* line 73, ../sass/sustainability.scss */
  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px;
  }
}
/* line 78, ../sass/sustainability.scss */
.bootstrap-select .btn-default {
  text-shadow: none;
  background-image: none;
  height: 65px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 86, ../sass/sustainability.scss */
.dropdown-menu > li > a {
  color: #777;
  font-size: 14px;
}
/* line 89, ../sass/sustainability.scss */
.dropdown-menu > li > a:focus {
  background-image: none;
  background-color: transparent;
  outline: none;
  color: black;
}
/* line 95, ../sass/sustainability.scss */
.dropdown-menu > li > a:hover {
  background-image: none;
  background-color: transparent;
  color: black;
}

/* line 101, ../sass/sustainability.scss */
.open > .dropdown-toggle.btn-default:hover {
  background-color: transparent;
}

/* Placeholder Styles*/
/* line 61, ../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: transparent !important;
}
/* line 64, ../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
input::-moz-placeholder, textarea::-moz-placeholder {
  color: transparent !important;
}
/* line 67, ../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: transparent !important;
}
/* line 56, ../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: transparent !important;
}

/* Labels for Checkout */
/* line 113, ../sass/sustainability.scss */
.has-float-label .form-control:placeholder-shown:not(:focus) + label {
  color: #222;
}

@media (max-width: 991px) {
  /* line 119, ../sass/sustainability.scss */
  section.banner .section-title {
    padding-top: 160px;
  }
}
@media (max-width: 575px) {
  /* line 126, ../sass/sustainability.scss */
  section.banner .section-title {
    padding-top: 140px;
  }
}
