/**
 * Styling for Promotions view
 */
.view-header {
  background: url('../../images/woodland_front_2.960.jpg') 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.header-container {
  width: 100%;
  text-align: center;
}
.view-header img {
  margin-top: 30px;
  height: 160px;
  width: auto;
  opacity: 0.75;
}
.view-header .title-wrapper,
.block-treegen-header .link {
  color: #aaca41;
  display: inline-block;
  background: #f6f8ed;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 15px 6%;
  border-radius: 2px;
}
.view-header .title {
  text-transform: uppercase;
  font-size: 1.65em;
  line-height: 1.25em;
}
.view-header .sub-title {
  font-size: 1.2em;
  margin-top: 10px;
}
.view-header .body {
  color: #f6f8ed;
  margin-top: 30px;
  font-weight: 700;
  font-size: 1.2em;
  margin-left: 10%;
  margin-right: 10%;
}
.views-row {
  padding-bottom: 30px;
}
@media screen and (min-width: 60.0625em) {
  .views-row {
    flex-basis: 47%;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 60.0625em) {
  .views-field-title .field-content {
    padding: 30px 12.5%;
  }
}
.views-field-title a {
  color: #aaca41!important;
}
.treegen-button.woodlands a {
  background: #abca41;
}
.description  {
  margin-bottom: 0!important;
}
.description p {
  margin: 0;
}
#content-suffix .l-rw, #content-suffix .l-r {
  width: 100%;
  max-width: 1920px;
  padding: 0;
  margin: auto;
}
.block-promotions-other-options {
  width: 100%;
  max-width: 100%;
  background: #abca41;
  color: #f6f8ed;
  margin: 0;
  padding: 45px 30px;
}
.treegen-link.active {
  width: 100%;
}
.block-promotions-other-options .block__content {
  max-width: 72em;
  margin: auto;
}
.block-promotions-other-options .block__content a {
  color: #fff!important;
  font-weight: 700;
}
