.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: #fff;
}
.header__menu-large .pure-menu-link:visited {
  color: #fff;
}
.header__menu-large .pure-menu-link:hover {
  color: #fff;
}
.header__menu .is-logo.is-logo-blue {
  display: none;
}
.header__menu .is-logo.is-logo-white {
  display: inline-block;
}
.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__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;
  }
}
.page-body {
  padding-bottom: 0;
}
@media screen and (min-width: 64em) {
  .page-body {
    margin-bottom: -2.5rem;
  }
}
.title-style {
  font-family: 'Playfair Display', sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 0 2rem 1rem 2rem;
}
@media screen and (min-width: 64em) {
  .title-style {
    font-size: 3rem;
    line-height: 5rem;
  }
}
.text-style {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 400;
  padding: 2rem 2rem;
  text-align: justify;
}
@media screen and (min-width: 35.5em) {
  .text-style {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
.seabirds {
  margin: 0;
}
.seabirds__longline {
  background-color: #e8e8e8;
  background-image: url('/static-files/seabirds-seabirds-background-2500-0.jpg');
  background-position: top left 25%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 45rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  .seabirds__longline {
    background-position: top left;
  }
}
.seabirds__longline-text {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 400;
  padding: 2rem 2rem;
  text-align: justify;
  color: #fff;
  padding-top: 5rem;
  max-width: 40rem;
}
@media screen and (min-width: 35.5em) {
  .seabirds__longline-text {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 48em) {
  .seabirds__longline-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 auto;
    width: 50%;
    padding: 0 2rem 2rem 0;
  }
}
@media screen and (min-width: 64em) {
  .seabirds__longline-text {
    padding: 0 2rem 6rem 0;
  }
}
.seabirds__longline-image {
  width: 90%;
}
@media screen and (min-width: 48em) {
  .seabirds__longline-image {
    width: 150%;
    margin-left: -20%;
    margin-top: -30%;
  }
}
@media screen and (min-width: 64em) {
  .seabirds__longline-image {
    width: 120%;
  }
}
@media screen and (min-width: 90rem) {
  .seabirds__longline-image {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .seabirds__mitigation {
    margin-top: 5rem;
  }
}
.seabirds__mitigation-text {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 400;
  padding: 2rem 2rem;
  text-align: justify;
}
@media screen and (min-width: 35.5em) {
  .seabirds__mitigation-text {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 48em) {
  .seabirds__mitigation-text {
    padding-top: 3rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 48em) {
  .seabirds__mitigation-media {
    width: 50%;
    float: right;
    margin: 0 0 2rem 6rem;
  }
}
.seabirds__mitigation-image {
  width: 100%;
}
.seabirds__mitigation-caption {
  font-size: 1rem;
  text-align: right;
  padding: 1rem 2rem 0 0;
}
.seabirds__group-policy {
  padding-top: 6rem;
}
.seabirds__group {
  clear: both;
  background-color: #fff;
}
@media screen and (min-width: 64em) {
  .seabirds__group-content {
    max-width: 40rem;
    padding: 0 2rem;
    margin: 6rem auto 0 auto;
  }
}
.seabirds__group-title {
  font-family: 'Playfair Display', sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 0 2rem 1rem 2rem;
  margin: 6rem 3rem 0 3rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .seabirds__group-title {
    font-size: 3rem;
    line-height: 5rem;
  }
}
.seabirds__group-subtitle {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 4rem;
}
.seabirds__group-text {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 400;
  padding: 2rem 2rem;
  text-align: justify;
}
@media screen and (min-width: 35.5em) {
  .seabirds__group-text {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .seabirds__group-text {
    padding-bottom: 12rem;
  }
}
.seabirds__group-text ul {
  list-style: disc;
  list-style-position: inside;
}
.seabirds__group-image {
  width: 100%;
}
.seabirds__group-caption {
  margin: 2rem 2rem 0 0;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: right;
}
.seabirds__policy-content {
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 64em) {
  .seabirds__policy-content {
    max-width: 40rem;
    padding: 0 2rem;
  }
}
.seabirds__policy-title {
  font-family: 'Playfair Display', sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 0 2rem 1rem 2rem;
}
@media screen and (min-width: 64em) {
  .seabirds__policy-title {
    font-size: 3rem;
    line-height: 5rem;
  }
}
.seabirds__policy-text {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 400;
  padding: 2rem 2rem;
  text-align: justify;
}
@media screen and (min-width: 35.5em) {
  .seabirds__policy-text {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .seabirds__policy-text {
    margin-bottom: 20rem;
  }
}
.seabirds__policy-text p {
  margin-bottom: 2rem;
}
.seabirds__back {
  font-size: 1.5rem;
  text-decoration: none;
  display: inline-block;
  padding: 2rem 0;
}
@media screen and (min-width: 64em) {
  .seabirds__back {
    padding-top: 4rem;
  }
}
.seabirds__back:hover {
  text-decoration: underline;
}
