/**
 * Standard header
 */
.treegen-standard-header.community {
  background: #23677a;
}
.treegen-standard-header.business {
  background: #efa350;
}
.treegen-standard-header.woodland {
  background: #aac961;
}
.treegen-standard-header {
  text-align: center;
  padding: 40px;
  max-width: 
}
.treegen-standard-header .icon img {
  width: 120px;
  height: auto;
}
.treegen-standard-header .title {
  margin: 25px 0;
  padding: 15px 6%;
  background: #f6f8ed;
}
.treegen-standard-header h1 {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.treegen-standard-header.business h1 {
  color: #efa350;
}

/**
 * Standard header block
 *
 * Used in:
 *  <front> Businesses block
 *  /offers
 *  <front> Woodlands block
 *  /woodlands
 */
.block-treegen-header {
  /*min-height: 500px;*/
  background-size: cover;
  text-align: center!important;
  max-width: 960px;
}
.block-treegen-header .block__content {
  margin: auto;
  margin-bottom: 30px;
}
.block-treegen-header .field__item {
  padding: 30px 0;
}
.block-treegen-header .image img {
  width: 25vw;
  height: auto;
  /*margin-top: 30px;*/
  opacity: 0.75;
}
@media screen and (min-width: 45.0625em) {
  .block-treegen-header .block__content {
    width: 75%;
  }
  .block-treegen-header .image img {
    height: 160px;
    width: auto;
  }
  .block-treegen-header .block__content,
  .block.advert .block__content,
  .block-treegen-header .field,
  .block.advert .field {
    height: 100%;
  }
  .block-treegen-header .field__items,
  .block.advert .field__items {
    height: 100%;
    min-height: 30vw;
    display: flex;
  }
  .block-treegen-header .field__item,
  .block.advert .field__item {
    margin: auto 0;
  }
}
.block-treegen-header .title-wrapper,
.block-treegen-header .link {
  display: inline-block;
  background: #f6f8ed;
  margin-top: 30px;
  padding: 15px 6%;
  border-radius: 2px;
  line-height: 1;
}
.block-treegen-header.business .title-wrapper,
.block-treegen-header.business .link a {
  color: #efa42d;
}
.block-treegen-header.woodland .title-wrapper,
.block-treegen-header.woodland .link a {
  color: #aaca41;
}
.block-treegen-header .title-wrapper .title {
  text-transform: uppercase;
  font-size: 1.65em;
  line-height: 1.25em;
  font-weight: bold;
}
.block-treegen-header .field__item .sub-title {
  font-size: 1.2em;
  margin-top: 10px;
  font-weight: bold;
}
.block-treegen-header .field__item .body {
  color: #f6f8ed;
  margin-top: 30px;
  font-weight: 700;
  font-size: 1.2em;
}
.block-treegen-header .field__item .body a {
  color: #fff;
  font-weight: 900;
}
.block-treegen-header .field__item .link {
  width: 250px;
  margin: 30px auto auto;
  font-weight: bold;
  text-transform: uppercase;
}
.block-treegen-header .field__item .link:hover {
  background: white;
}
.block-treegen-header .field__item .link a {
  font-size: 1.3em;
}
.block.advert .block__content {
  padding: 30px;
}
@media screen and (min-width: 45.0625em) and (max-width: 60em) {
  .block.advert .block__inner {
    width: 100%;
  }
  .block.advert .block__content {
    padding: 30px 20%;
  }
}

