.header {
  background: transparent;
}
.header.headroom--not-top {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(130, 130, 130, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
}
.header__menu-large .pure-menu-link {
  color: #010101;
}
.header__menu-large .pure-menu-link:visited {
  color: #010101;
}
.header__menu-large .pure-menu-link:hover {
  color: #010101;
}
.header__menu .is-logo.is-logo-blue {
  display: inline-block;
}
.header__menu .is-logo.is-logo-white {
  display: none;
}
.header__menu.open .is-logo.is-logo-blue {
  display: none;
}
.header__menu.open .is-logo.is-logo-white {
  display: inline-block;
}
.menu-toggle .bar {
  background-color: #4c7398;
}
.menu-toggle.x .bar {
  background-color: #FFFFFF;
}
.marker {
  top: -4rem;
}
.marker__image {
  width: 17rem;
  height: 30rem;
  overflow: hidden;
  background-image: url('/static-files/template-marker-no-bird-272-0.png');
}
@media (min-width: 64em) {
  .footer {
    margin-top: -22rem;
  }
}
.page-body {
  padding-bottom: 0rem;
}
.marker__image {
  margin-left: auto;
  margin-right: 1rem;
}
.footer__group {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em) {
  .footer__content {
    max-width: 36rem;
  }
}
body.page-environmental-management {
  background-color: #fff;
}
.title-style {
  font-family: 'Playfair Display', sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 2rem 0 1rem 0;
}
@media screen and (min-width: 64em) {
  .title-style {
    font-size: 3rem;
    line-height: 5rem;
  }
}
.text-style {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 2rem;
  text-align: justify;
}
.environment {
  margin-top: 8rem;
  padding: 0 0 2rem 0;
}
@media screen and (min-width: 48em) {
  .environment {
    padding: 0 0 9rem 0;
  }
}
.environment__banner {
  width: 100%;
}
.environment__heading {
  font-family: 'Playfair Display', sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 2rem 0 1rem 0;
  padding: 2rem;
}
@media screen and (min-width: 64em) {
  .environment__heading {
    font-size: 3rem;
    line-height: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .environment__content {
    max-width: 80rem;
    margin: 0 auto;
  }
}
.environment__text {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 2rem;
  text-align: justify;
}
@media screen and (min-width: 48em) {
  .environment__text {
    column-count: 2;
    column-gap: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .environment__text {
    font-size: 1.4rem;
    line-height: 2.5rem;
    padding: 0 2rem;
  }
}
.environment__back {
  font-size: 1.5rem;
  text-decoration: none;
  display: inline-block;
  padding: 2rem 0;
}
@media screen and (min-width: 64em) {
  .environment__back {
    padding-top: 4rem;
  }
}
.environment__back:hover {
  text-decoration: underline;
}
