@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@800&family=Suez+One&family=Work+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* Colors */
.blog-feed-wrap {
  padding: 1.5rem 1.5rem;
}

@media (min-width: 48em) {
  .blog-feed-wrap {
    padding: 2rem 2rem;
  }
}

@media (min-width: 64em) {
  .blog-feed-wrap {
    padding: 4rem 2rem;
  }
}

@media (min-width: 81.25em) {
  .blog-feed-wrap {
    padding: 5rem 2rem;
  }
}

@media (min-width: 100em) {
  .blog-feed-wrap {
    padding: 6rem 2rem;
  }
}

@media (min-width: 112.5em) {
  .blog-feed-wrap {
    padding: 7rem 2rem;
  }
}

.blog-feed-headline-link {
  font-family: "Sofia Sans", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

@media (min-width: 48em) {
  .blog-feed-headline-link {
    font-size: 2.2rem;
  }
}

@media (min-width: 64em) {
  .blog-feed-headline-link {
    font-size: 2.5rem;
  }
}

@media (min-width: 81.25em) {
  .blog-feed-headline-link {
    font-size: 2.8rem;
  }
}

@media (min-width: 100em) {
  .blog-feed-headline-link {
    font-size: 3.2rem;
  }
}

@media (min-width: 112.5em) {
  .blog-feed-headline-link {
    font-size: 3.5rem;
  }
}

.header-intro-message-headline {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
}

@media (min-width: 48em) {
  .header-intro-message-headline {
    font-size: 1.2rem;
  }
}

@media (min-width: 64em) {
  .header-intro-message-headline {
    font-size: 1.3rem;
  }
}

@media (min-width: 81.25em) {
  .header-intro-message-headline {
    font-size: 1.6rem;
  }
}

@media (min-width: 100em) {
  .header-intro-message-headline {
    font-size: 2rem;
  }
}

@media (min-width: 112.5em) {
  .header-intro-message-headline {
    font-size: 2.4rem;
  }
}

.mobile-intro-headline {
  font-family: "Sofia Sans", sans-serif;
  font-size: 1.1rem;
}

@media (min-width: 48em) {
  .mobile-intro-headline {
    font-size: 1.2rem;
  }
}

@media (min-width: 64em) {
  .mobile-intro-headline {
    font-size: 1.3rem;
  }
}

@media (min-width: 81.25em) {
  .mobile-intro-headline {
    font-size: 1.5rem;
  }
}

@media (min-width: 100em) {
  .mobile-intro-headline {
    font-size: 1.8rem;
  }
}

@media (min-width: 112.5em) {
  .mobile-intro-headline {
    font-size: 2rem;
  }
}

.blog-feed-item-headline {
  font-family: "Sofia Sans", sans-serif;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .blog-feed-item-headline {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .blog-feed-item-headline {
    font-size: 1.2rem;
  }
}

@media (min-width: 81.25em) {
  .blog-feed-item-headline {
    font-size: 1.3rem;
  }
}

@media (min-width: 100em) {
  .blog-feed-item-headline {
    font-size: 1.4rem;
  }
}

@media (min-width: 112.5em) {
  .blog-feed-item-headline {
    font-size: 1.5rem;
  }
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding-left: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .header {
    min-height: 4rem;
  }
}

.header:before {
  background: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  content: "";
  display: block;
  width: 60px;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .header:before {
    width: 80px;
  }
}

@media (min-width: 81.25em) {
  .header:before {
    left: auto;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    width: 100px;
  }
}

@media (min-width: 48em) {
  .header {
    padding-left: 80px;
  }
}

@media (min-width: 81.25em) {
  .header {
    width: 100%;
    padding-left: 100px;
  }
}

.header-logo {
  background: #082A16;
  flex: 1 0 60%;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
}

@media (min-width: 48em) {
  .header-logo {
    flex: 1 0 80%;
  }
}

@media (min-width: 81.25em) {
  .header-logo {
    flex: 1 0 9rem;
    padding: 0;
  }
}

.header-logo:hover {
  background: black;
}

.header-intro {
  color: #082A16;
  background: #58d66d;
  width: 100%;
  align-items: center;
  display: none;
  transition: 0.3s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .header-intro {
    display: flex;
  }
}

.header-intro-message {
  width: 100%;
  padding: 1rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .header-intro-message {
    flex: 1 1 auto;
    display: block;
    padding: 2rem;
  }
}

@media (min-width: 100em) {
  .header-intro-message {
    padding: 3rem;
  }
}

@media (min-width: 112.5em) {
  .header-intro-message {
    padding: 4rem;
  }
}

.header-intro-message-headline {
  font-family: "Suez One", serif;
  font-weight: 1000;
  color: #082A16;
  margin: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.header-intro-message-teaser {
  font-family: "Work Sans", sans-serif;
  color: #082A16;
  margin-top: .5rem;
  font-size: 1rem;
}

@media (min-width: 81.25em) {
  .header-intro-message-teaser {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}

@media (min-width: 100em) {
  .header-intro-message-teaser {
    font-size: 1.4rem;
  }
}

@media (min-width: 112.5em) {
  .header-intro-message-teaser {
    font-size: 1.5rem;
  }
}

.header-donate {
  background: #082A16;
  margin: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 20.5em) {
  .header-donate {
    display: none;
  }
}

@media (min-width: 48em) {
  .header-donate {
    background: #082A16;
  }
}

@media (min-width: 81.25em) {
  .header-donate {
    background: #58d66d;
    flex: 0 1 auto;
    padding: 0 2rem 0 0;
    padding-right: 3rem;
  }
}

@media (min-width: 112.5em) {
  .header-donate {
    padding-right: 4rem;
  }
}

.header-donate-button {
  padding: .75rem;
  font-size: .75rem;
  height: 100%;
  font-weight: 900;
  font-family: "Sofia Sans", sans-serif;
  display: flex;
  align-items: center;
  background: #082A16;
  color: #fff;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .header-donate-button {
    padding: .75rem 1.5rem;
    font-size: .9rem;
  }
}

@media (min-width: 81.25em) {
  .header-donate-button {
    height: auto;
    font-size: 1.25rem;
    padding: 1.6rem 2.4rem;
  }
}

.header-donate-button:visited {
  color: #fff;
}

.header-donate-button:hover {
  background: #fff;
  color: #082A16;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-5%);
}

.fixed .header,
.interior .header {
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 81.25em) {
  .fixed .header:before,
.interior .header:before {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 81.25em) {
  .fixed .header-logo,
.interior .header-logo {
    flex: 0 0 17rem;
  }
}

.fixed .header-intro,
.interior .header-intro {
  background-color: #082A16;
}

.fixed .header-intro-message,
.interior .header-intro-message {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 81.25em) {
  .fixed .header-intro-message,
.interior .header-intro-message {
    padding: 2rem 1.85rem;
  }
}

@media (min-width: 112.5em) {
  .fixed .header-intro-message,
.interior .header-intro-message {
    padding: 2.25rem;
  }
}

.fixed .header-intro-message-headline,
.interior .header-intro-message-headline {
  color: #fff;
}

@media (min-width: 81.25em) {
  .fixed .header-intro-message-headline,
.interior .header-intro-message-headline {
    font-size: 1.7rem;
  }
}

@media (min-width: 112.5em) {
  .fixed .header-intro-message-headline,
.interior .header-intro-message-headline {
    font-size: 2.1rem;
  }
}

.fixed .header-intro-message-teaser,
.interior .header-intro-message-teaser {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  height: 1px !important;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
}

.fixed .header-donate,
.interior .header-donate {
  padding: 0;
  background: #58d66d;
  transition: background-color 0.3s cubic-bezier(0.57, 0.2, 0.21, 0.89), padding 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.fixed .header-donate-button,
.interior .header-donate-button {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  padding: .35rem .75rem;
  box-shadow: none;
  background-color: #58d66d;
  color: #082A16;
}

@media (min-width: 48em) {
  .fixed .header-donate-button,
.interior .header-donate-button {
    padding: .75rem 1.5rem;
    height: 100%;
  }
}

@media (min-width: 81.25em) {
  .fixed .header-donate-button,
.interior .header-donate-button {
    font-size: 1.25rem;
    padding: 1.6rem 2.4rem;
  }
}

@supports (-ms-ime-align: auto) {
  .fixed .header-donate-button,
.interior .header-donate-button {
    padding: 1.5rem 1.5rem;
  }
}

.fixed .header-donate-button:hover,
.interior .header-donate-button:hover {
  transform: translateY(0%);
}

.mobile-intro {
  background: #58d66d;
  padding: 1.5rem;
  color: #082A16;
  font-size: 1rem !important;
  line-height: 1.1 !important;
}

@media (min-width: 81.25em) {
  .mobile-intro {
    display: none;
  }
}

.mobile-intro-headline {
  line-height: 1.1;
  color: #082A16;
  font-weight: 900;
  margin: 0 0 .25rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.mobile-intro-teaser {
  font-family: "Work Sans", sans-serif;
  color: #082A16;
  margin-top: 1rem;
}

.interior .mobile-intro {
  display: none;
}

.logo-mark {
  display: block;
  position: relative;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  padding: .75rem;
}

@media (min-width: 81.25em) {
  .logo-mark {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0%;
    left: 0%;
  }
}

.logo-mark .logo-white {
  fill: #fff;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.logo-mark .logo-green {
  fill: #58d66d;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.logo-mark-large {
  width: 80%;
  max-height: 65%;
  transition: all 0.3s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition-delay: .5s !important;
  display: none;
}

@media (min-width: 81.25em) {
  .logo-mark-large {
    display: block;
  }
}

.logo-mark-fixed {
  transition: all 0.3s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: block;
  height: 2.25rem;
}

@media (min-width: 48em) {
  .logo-mark-fixed {
    height: 3rem;
  }
}

@media (min-width: 81.25em) {
  .logo-mark-fixed {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-70%);
  }
}

.fixed .logo-mark-large,
.interior .logo-mark-large {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  visibility: hidden;
  opacity: 0;
  transition-delay: .0s !important;
}

.fixed .logo-mark-fixed,
.interior .logo-mark-fixed {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 48em) {
  .fixed .logo-mark-fixed,
.interior .logo-mark-fixed {
    height: 2.5rem;
  }
}

@media (min-width: 81.25em) {
  .fixed .logo-mark-fixed,
.interior .logo-mark-fixed {
    width: 70%;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    transition-delay: .5s !important;
  }
  @supports (-ms-ime-align: auto) {
    .fixed .logo-mark-fixed,
.interior .logo-mark-fixed {
      width: auto;
      height: 3rem;
    }
  }
}

.menu-trigger {
  background: transparent;
  width: 60px;
  border: 0;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  transition: all .3s ease-in-out;
}

@media (max-width: 48em) {
  .menu-trigger {
    height: 100%;
  }
}

@media (min-width: 48em) {
  .menu-trigger {
    width: 80px;
    height: 72px;
  }
}

@media (min-width: 81.25em) {
  .menu-trigger {
    /*background: $white;*/
    width: 100px;
    padding: 1.5rem 0;
    height: 90px;
  }
}

@media (min-width: 112.5em) {
  .menu-trigger {
    height: 106px;
  }
}

.menu-trigger:hover .hamburger-inner, .menu-trigger:hover .hamburger-inner:before, .menu-trigger:hover .hamburger-inner:after {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background-color: #082A16;
}

.menu-trigger:hover .hamburger-inner:before, .menu-trigger:hover .hamburger-inner:after {
  width: 24px;
}

.menu-trigger:focus-visible {
  outline: 1px solid #58d66d;
}

.menu-trigger:active {
  outline: 0 solid #58d66d;
}

.hamburger {
  padding: 0;
  height: 25px;
  display: block;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: .15s;
  transition-timing-function: linear;
  position: relative;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  vertical-align: middle;
  z-index: 100001;
}

.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  width: 24px;
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  height: 3px;
  background-color: #082A16;
  border-radius: 0;
  position: absolute;
  transition-property: transform, width, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner:before, .hamburger-inner:after {
  width: 24px;
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -8px;
  transition: top .1s .25s ease-in, opacity .1s ease-in, width .1s .12s ease-out;
}

.hamburger-inner:after {
  bottom: -8px;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.12s ease-out;
}

.reveal-menu .menu-trigger {
  background: transparent;
}

.reveal-menu .menu-trigger .hamburger-inner, .reveal-menu .menu-trigger .hamburger-inner:before, .reveal-menu .menu-trigger .hamburger-inner:after {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background-color: #58d66d;
}

@media (min-width: 64em) {
  .reveal-menu .menu-trigger .hamburger-inner, .reveal-menu .menu-trigger .hamburger-inner:before, .reveal-menu .menu-trigger .hamburger-inner:after {
    background-color: #58d66d;
  }
}

@media (min-width: 64em) {
  .reveal-menu .menu-trigger:hover .hamburger-inner, .reveal-menu .menu-trigger:hover .hamburger-inner:before, .reveal-menu .menu-trigger:hover .hamburger-inner:after {
    background-color: #58d66d;
  }
}

.reveal-menu .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 24px;
}

.reveal-menu .hamburger-inner, .reveal-menu .hamburger-inner:before, .reveal-menu .hamburger-inner:after {
  width: 24px !important;
  background-color: #58d66d;
}

@desktop {
  .reveal-menu .hamburger-inner, .reveal-menu .hamburger-inner:before, .reveal-menu .hamburger-inner:after {
    background-color: #fff;
  }
}

.reveal-menu .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out, opacity .1s .12s ease-out;
}

.reveal-menu .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fixed.home .menu-trigger {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .fixed.home .menu-trigger {
    height: 64px;
  }
}

@media (min-width: 81.25em) {
  .fixed.home .menu-trigger {
    height: 92px;
  }
}

@media (min-width: 100em) {
  .fixed.home .menu-trigger {
    height: 92px;
  }
}

@media (min-width: 112.5em) {
  .fixed.home .menu-trigger {
    height: 106px;
  }
}

.fixed .menu-trigger,
.interior .menu-trigger {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .fixed .menu-trigger,
.interior .menu-trigger {
    height: 64px;
  }
}

@media (min-width: 81.25em) {
  .fixed .menu-trigger,
.interior .menu-trigger {
    height: 92px;
  }
}

@media (min-width: 100em) {
  .fixed .menu-trigger,
.interior .menu-trigger {
    height: 92px;
  }
}

@media (min-width: 112.5em) {
  .fixed .menu-trigger,
.interior .menu-trigger {
    height: 106px;
  }
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10002;
  width: 60px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .main-menu {
    width: 100px;
  }
}

.main-menu-social {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: none;
  margin-top: .25rem;
}

@media (min-width: 81.25em) {
  .main-menu-social {
    display: block;
  }
}

.main-menu-social a {
  margin-left: auto;
  margin-right: auto;
}

.expanded-menu {
  background: #082A16;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-align: center;
  z-index: 10001;
}

.expanded-menu-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.expanded-menu-list-item {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.expanded-menu-list-item-link {
  color: #fff;
  display: table;
  margin: 0 auto;
  font-weight: 700;
  display: inline-block;
  padding: 1rem 0;
  position: relative;
  font-size: 1.2rem;
  font-family: "Sofia Sans", sans-serif;
  transition: 0.3s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .expanded-menu-list-item-link {
    font-size: 1.5rem;
    padding: .5rem 0;
  }
}

@media (min-width: 81.25em) {
  .expanded-menu-list-item-link {
    font-size: 1.75rem;
    padding: .75rem 0;
  }
}

@media (min-width: 100em) {
  .expanded-menu-list-item-link {
    font-size: 2rem;
    padding: 1rem 0;
  }
}

.expanded-menu-list-item-link:visited {
  color: #fff;
}

.expanded-menu-list-item-link.donate {
  margin-top: 1rem;
  background: #58d66d;
  color: #082A16;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.1rem;
  cursor: pointer;
}

@media (min-width: 48em) {
  .expanded-menu-list-item-link.donate {
    font-size: 1.4rem;
  }
}

@media (min-width: 81.25em) {
  .expanded-menu-list-item-link.donate {
    font-size: 1.5rem;
  }
}

@media (min-width: 100em) {
  .expanded-menu-list-item-link.donate {
    font-size: 1.7rem;
  }
}

.expanded-menu-list-item-link.donate:hover {
  background: #58d66d;
  color: #fff;
}

.expanded-menu-list-item-link:hover {
  color: #58d66d !important;
}

.expanded-menu-list-item-link:hover:before {
  width: 1.3rem;
}

.expanded-menu-list-item-link:before {
  width: 0;
  height: 0.3rem;
  content: "";
  background: #fff;
  display: none;
  position: absolute;
  top: 50%;
  left: 102%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.fixed .main-menu-social,
.interior .main-menu-social {
  opacity: 0;
  visibility: hidden;
}

.reveal-menu .main-menu-social {
  opacity: 1;
  visibility: visible;
}

.reveal-menu .expanded-menu {
  visibility: visible;
  opacity: 1;
  z-index: 10001;
}

.reveal-menu .expanded-menu-list-item {
  opacity: 1;
  transform: translateY(0);
}

.reveal-menu .expanded-menu-list-item:nth-of-type(1) {
  transition-delay: .1s !important;
}

.reveal-menu .expanded-menu-list-item:nth-of-type(2) {
  transition-delay: .2s !important;
}

.reveal-menu .expanded-menu-list-item:nth-of-type(3) {
  transition-delay: .3s !important;
}

.reveal-menu .expanded-menu-list-item:nth-of-type(4) {
  transition-delay: .4s !important;
}

.reveal-menu .expanded-menu-list-item:nth-of-type(5) {
  transition-delay: .5s !important;
}

.reveal-menu .expanded-menu-list-item:nth-of-type(6) {
  transition-delay: .6s !important;
}

.policy-hub .header-logo {
  background: #082A16;
}

.policy-hub .header-intro {
  background: #58d66d;
}

.policy-hub .header-intro-message-headline {
  color: #082A16;
}

.policy-hub .header-donate-button {
  background: #1A83F2;
  color: #fff;
}

.policy-hub .header-donate-button:hover {
  background: #023d7d;
  color: #fff;
}

.footer {
  padding: 2.5em 1rem;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: .875rem;
}

@media (min-width: 48em) {
  .footer {
    padding: 4rem 1rem;
  }
}

@media (min-width: 81.25em) {
  .footer {
    padding: 6.25rem 1.5rem;
  }
}

.footer-nav {
  list-style: none;
  margin: auto;
}

@media (min-width: 81.25em) {
  .footer-nav {
    display: inline-block;
  }
}

.footer-nav-item {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding: .25rem .75rem;
  line-height: 1.875rem;
}

@media (min-width: 48em) {
  .footer-nav-item {
    display: inline-block;
  }
}

.footer-nav-item-link {
  color: #082A16;
  transition: all .15s ease-in-out;
  display: block;
}

.footer-nav-item-link:hover, .footer-nav-item-link:visited {
  color: #1A83F2 !important;
}

.footer-nav-item-link:visited {
  color: #082A16 !important;
}

.footer-nav-item-link:visited:hover {
  color: #1A83F2 !important;
}

.footer-social {
  padding: 1rem;
  position: relative;
  margin: 0 0 2.5em;
}

@media (min-width: 48em) {
  .footer-social {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 81.25em) {
  .footer-social {
    margin-bottom: 0;
  }
}

.footer-social-item {
  padding: .25rem .75rem;
  display: inline-block;
  width: auto;
}

@media (min-width: 48em) {
  .footer-social-item {
    float: left;
  }
}

.footer-social-item-svg {
  fill: #082A16;
  width: 1.75rem;
  height: 1.75rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-social-item:hover .footer-social-item-svg {
  fill: #1A83F2;
}

.footer-social-hashtag {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: .25rem .75rem;
  color: #58d66d;
  line-height: 1.875rem;
}

.footer-contact {
  margin-top: .5rem;
}

.footer-logo {
  width: 100px;
  display: block;
  position: relative;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-logo-mark {
  width: 80%;
}

.footer-logo-green {
  fill: #58d66d;
}

.footer-logo-pine {
  fill: #082A16;
}

.footer .disclaimer {
  padding: 2.5rem 0 1rem;
}

.footer .utility {
  text-transform: uppercase;
}

.footer-badges {
  margin: 1rem auto 0;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 48em) {
  .footer-badges {
    margin-top: 2.5rem;
    gap: 2rem;
  }
}

.footer-badge {
  max-width: 8rem;
}

.button {
  background-color: #58d66d;
  color: #082A16;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  padding: .95rem 1.5rem;
  font-size: 1.125rem;
  display: inline-block;
  position: relative;
  transform: translateY(0);
  transition: all .15s ease-in-out;
}

.button:hover {
  transform: translateY(-5%);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
}

.button.darkgreen {
  background-color: #082A16;
  color: #fff;
}

/* --- Grid --- */
.grid {
  width: 100%;
  text-align: center;
  display: table;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
}

.grid > * {
  margin: 0;
  position: relative;
}

.grid article {
  display: block;
  width: 100%;
  padding: 10px;
  position: relative;
}

.grid.six-items {
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 740px) and (min-device-width: 480px) {
  .grid {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.six-items {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1000px) and (min-device-width: 480px) {
  .grid.six-items {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 1200px) and (min-device-width: 480px) {
  .grid,
.grid.four-items {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.three-items {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.five-items {
    -ms-grid-columns: 1fr [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid > a {
    display: block;
  }
  .grid > div,
.grid > a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
  }
  .grid > div:first-child,
.grid > a:first-child {
    display: block;
    -ms-grid-column: 1;
  }
  .grid > div:nth-child(2),
.grid > a:nth-child(2) {
    display: block;
    -ms-grid-column: 2;
  }
  .grid > div:nth-child(3),
.grid > a:nth-child(3) {
    display: block;
    -ms-grid-column: 3;
  }
  .grid > div:nth-child(4),
.grid > a:nth-child(4) {
    display: block;
    -ms-grid-column: 4;
  }
  .grid > div:nth-child(5),
.grid > a:nth-child(5) {
    display: block;
    -ms-grid-column: 5;
  }
  .grid > div:nth-child(6),
.grid > a:nth-child(6) {
    display: block;
    -ms-grid-column: 6;
  }
}

@media only screen and (min-width: 1400px) and (min-device-width: 480px) {
  .grid.six-items {
    -ms-grid-columns: 1fr [6];
    grid-template-columns: repeat(6, 1fr);
  }
}

.social a {
  width: 2.2rem;
  padding: .3rem;
  margin: .2rem auto;
  display: block;
}

@media (min-width: 48em) {
  .social a {
    margin: .4em auto;
  }
}

.social a svg {
  width: 100%;
  height: 2em;
  fill: #082A16;
  transition: fill .2s ease-in-out;
}

.social a:hover svg {
  fill: #58d66d;
}

.inline-form-fields {
  width: 100%;
}

.inline-form-field {
  padding-bottom: .75em;
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

@media (min-width: 81.25em) {
  .inline-form-field {
    width: 49%;
    display: inline-block;
  }
  .inline-form-field.full {
    width: 100% !important;
  }
}

@media (min-width: 81.25em) {
  .inline-form-field.email {
    width: 69%;
  }
}

@media (min-width: 81.25em) {
  .inline-form-field.zip {
    width: 29%;
  }
}

.inline-form-label {
  display: block;
  padding: 0;
  position: absolute;
  top: 4px;
  left: 7px;
  z-index: 1000;
  font-size: .75rem;
  text-transform: uppercase;
  color: #082A16;
  transition: background .3s ease-in-out;
}

.inline-form-input {
  background: transparent;
  border: 2px solid #082A16;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
  padding: 1em .5em .75rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  color: #082A16;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.inline-form-input:hover {
  background: #082A16;
}

.inline-form-input-submit {
  padding: 0;
  text-align: center;
}

.inline-form-input-submit-button {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  display: inline-block;
  transition: all .15s ease-in-out;
  cursor: pointer;
  width: 100%;
  padding: .95rem 2.25rem;
}

@media (min-width: 81.25em) {
  .inline-form-input-submit-button {
    width: auto;
    display: inline-block;
  }
  .inline-form-input-submit-button:hover {
    background-color: #fff !important;
    color: #082A16 !important;
  }
}

.inline-form.green .inline-form-label {
  color: #082A16;
}

.inline-form.green .inline-form-input {
  border: 2px solid #082A16;
}

.inline-form.green .inline-form-input:hover {
  background: rgba(8, 42, 22, 0.2);
}

.inline-form.green .inline-form-input:focus {
  background: rgba(8, 42, 22, 0.1);
}

.inline-form.green .inline-form-response a {
  color: #082A16;
}

.inline-form.green .inline-form .button.inline-form-submit-button {
  color: #FFFDDE !important;
  background-color: #082A16 !important;
}

.inline-form-response {
  padding: 2em 1em 1em;
}

@media (min-width: 48em) {
  .inline-form-response {
    padding: 2em 1em;
  }
}

.inline-form label.error {
  background: #fff148;
  padding: .25rem .5rem .3rem;
  display: block;
  white-space: nowrap;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  font-size: .75rem;
  line-height: 1;
  font-weight: 400;
  color: black;
  color: var(--black);
  text-transform: uppercase;
}

.inline-form label.error:after {
  height: 0;
  width: 0;
  margin-left: -6px;
  content: " ";
  position: absolute;
  left: 15px;
  top: 100%;
  border-color: rgba(255, 241, 72, 0);
  border: solid transparent;
  pointer-events: none;
  border-top-color: #fff148;
  border-width: 6px;
}

.field-boolean {
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 64em) {
  .field-boolean {
    margin-bottom: 2rem;
  }
}

@media (min-width: 48em) {
  .field-boolean-question {
    max-width: 80%;
  }
}

.field-boolean-option {
  display: inline-block;
  margin: 0 .25rem;
  position: relative;
}

.field-boolean-input {
  position: absolute;
  top: -100%;
  left: -100%;
  opacity: 0;
  visibility: hidden;
}

.field-boolean-input:checked ~ .field-boolean-button {
  background: #58d66d;
  color: #fff;
  cursor: auto;
  box-shadow: inset 0.15rem 0.15rem 0.3rem 0 rgba(0, 0, 0, 0.25);
}

.field-boolean-input:checked ~ .field-boolean-button:hover {
  top: 0;
  box-shadow: inset 0.15rem 0.15rem 0.3rem 0 rgba(0, 0, 0, 0.25);
}

.field-boolean-button {
  background: #082A16 !important;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: white;
  display: block;
  position: relative;
  border-radius: .4rem;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.field-boolean-button:hover {
  background: #FFFDDE;
  color: #082A16;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  top: -.05rem;
}

.footer-actions {
  position: relative;
  text-align: center;
  color: #fff;
  width: 100%;
  display: grid;
  grid-auto-columns: 1fr;
  transition-delay: .6s !important;
  transition: box-shadow 1.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .footer-actions {
    max-width: 960px;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 64em) {
  .footer-actions {
    margin-top: -1rem;
    z-index: 200;
  }
}

@media (min-width: 81.25em) {
  .footer-actions {
    margin-top: -2rem;
  }
}

.footer-actions.reveal {
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
}

.footer-actions.reveal .footer-signup, .footer-actions.reveal .footer-donate {
  transform: translateY(0);
  opacity: 1;
}

.footer-signup {
  background: #58d66d;
  color: #fff;
  padding: 1.5rem;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  margin: 0;
}

@media (min-width: 48em) {
  .footer-signup {
    grid-column: 1 / 4;
    padding: 3.125rem;
  }
}

.footer-signup-headline {
  font-size: 1.5rem;
  color: #082A16;
  margin-bottom: .75rem;
}

@media (min-width: 48em) {
  .footer-signup-headline {
    font-size: 2.25rem;
  }
}

.footer-signup-teaser {
  color: #082A16;
}

@media (min-width: 48em) {
  .footer-signup-teaser {
    font-size: 1.1rem;
  }
}

.footer-signup-teaser a {
  color: white;
  text-decoration: underline;
}

.footer-donate {
  background: #082A16;
  color: #FFFDDE;
  padding: 1.5rem;
  margin: 0;
  position: relative;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

@media (min-width: 48em) {
  .footer-donate {
    grid-column: 4 / 6;
    padding: 3.125rem;
    transition-delay: .4s !important;
  }
}

.footer-donate-anchor {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.footer-donate-headline {
  color: #FFFDDE;
}

.footer-donate-text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-donate-headline {
  font-size: 1.5rem;
  color: #fff !important;
}

@media (min-width: 48em) {
  .footer-donate-headline {
    font-size: 2.25rem;
  }
}

.footer-donate-button {
  font-size: 1.125rem;
  color: #082A16 !important;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  background: #fff !important;
  display: inline-block;
}

.footer-donate-button:hover {
  background-color: #58d66d !important;
}

.form-response {
  width: 100%;
}

.video-modal {
  display: none;
  width: 90%;
  max-width: 1200px;
  position: relative;
  text-align: center !important;
  opacity: 0;
  transform: scale(0.9);
  transition: all .3s ease-in-out;
}

.video-modal-player {
  position: relative;
  width: 100vw;
  height: 56.25vw;
  max-height: 81vh;
  max-width: 144vh;
  overflow: hidden;
  max-width: 100%;
  z-index: 100;
}

.video-modal-player iframe,
.video-modal-player object,
.video-modal-player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  display: block;
  width: 3em;
  height: 3em;
  padding: .75em;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background: #58d66d;
  color: #fff;
  display: none;
  transform: translateX(50%) translateY(-50%);
  transition: all .3s ease-in-out;
}

@media (min-width: 48em) {
  .video-modal .close {
    display: block;
  }
}

.video-modal .close svg {
  fill: #fff;
  width: 1.5em;
  max-height: 3em;
}

.video-modal .close:hover {
  background: #e5d840;
}

.video-modal .close:hover svg {
  fill: white;
}

.popup_visible .video-modal {
  opacity: 1;
  transform: scale(1);
}

.blog-feed-wrap {
  max-width: 81.25em;
  margin: 0 auto;
}

.blog-feed-headline {
  text-align: center;
  color: #082A16 !important;
}

.blog-feed-headline-link {
  color: #082A16 !important;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: block;
}

.blog-feed-headline-link:hover {
  color: #1A83F2 !important;
}

.blog-feed-headline-link:visited {
  color: #082A16;
}

@media (min-width: 48em) {
  .blog-feed-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
  }
}

.blog-feed-item {
  text-align: center;
}

@media (min-width: 48em) {
  .blog-feed-item {
    width: 33.33%;
  }
}

.blog-feed-item-link {
  display: block;
  padding: 1.5rem .5rem;
  transition: background 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 64em) {
  .blog-feed-item-link {
    padding: 2rem;
  }
}

.blog-feed-item-link:hover {
  background: #1A83F2;
}

.blog-feed-item-link:hover .blog-feed-item-photo-aspect {
  transform: scale(1.1);
}

.blog-feed-item-link:hover .blog-feed-item-date {
  color: #fff;
}

.blog-feed-item-link:hover .blog-feed-item-headline {
  color: #fff;
}

.blog-feed-item-link:hover .blog-feed-item-blurb {
  color: #fff;
}

.blog-feed-item-link:hover .blog-feed-item-more {
  background-color: #fff;
  color: #023d7d;
}

.blog-feed-item-photo {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: .75rem;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.blog-feed-item-photo-aspect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.blog-feed-item-date {
  text-transform: uppercase;
  color: #000;
  margin-bottom: .25rem;
  font-weight: 600;
}

.blog-feed-item-headline {
  color: #1A83F2;
  font-weight: 900;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-bottom: .25rem;
}

.blog-feed-item-blurb {
  color: #000;
  margin-bottom: .25rem;
}

.blog-feed-item-more {
  background-color: #1A83F2;
  color: #fff;
  display: table;
  padding: .5rem .75rem;
  font-family: "Sofia Sans", sans-serif;
  margin-top: .75rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 900;
}

.inline-form-field.full {
  width: 100% !important;
}

.field-grid {
  margin-bottom: .75rem;
}

@media (min-width: 48em) {
  .field-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
  }
}

.field-cell {
  margin-bottom: .25rem;
  position: relative;
  flex: 0 1 auto;
}

@media (min-width: 48em) {
  .field-cell {
    margin-right: .25rem;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .field-cell:first-of-type {
    width: 66%;
  }
}

.field-cell:last-of-type {
  margin-right: 0;
}

@media (max-width: 48em) {
  .field-cell:last-of-type {
    width: 66%;
    margin-left: 0;
  }
}

.field-submit {
  display: block;
}

.field-check-item {
  padding: .25rem 0 .75rem;
  margin-bottom: .25rem;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  cursor: pointer;
}

.field-check-item:hover .field-check-checkbox {
  background: #fff;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.field-check-input {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
}

.field-check-input:checked + .field-check-checkbox {
  background: #fff;
}

.field-check-input:checked + .field-check-checkbox .field-check-checkbox-checked {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.field-check-checkbox {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #fff;
  flex: 0 0 auto;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  position: relative;
}

.field-check-checkbox-checked {
  fill: #023d7d;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.field-check-label {
  flex: 1 1 auto;
  align-self: auto;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: block;
  padding-left: .5rem;
  position: relative;
  text-align: left;
  color: #fff;
  font-size: .75rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .field-check-label {
    font-size: .85rem;
  }
}

.field-check-label:hover {
  color: #fff;
}

.field-check.dark {
  display: inline-block;
}

.field-check.dark .field-check-label {
  color: #082A16;
}

.field-check.dark .field-check-item:hover .field-check-checkbox {
  background: #082A16;
}

.field-check.dark .field-check-input:checked + .field-check-checkbox {
  background: #082A16;
}

.field-check.dark .field-check-checkbox {
  border-color: #082A16;
  position: relative;
}

.field-check.dark .field-check-checkbox-checked {
  fill: #fff;
}

.footer-signup .inline-form-submit-button.button {
  background-color: #023d7d !important;
}

.action-iframe {
  width: 100%;
  border: 0;
}

.action-iframe.iframe-extra-large {
  height: 1500px;
}

@media (min-width: 48em) {
  .action-iframe.iframe-extra-large {
    height: 1000px;
  }
}

@media (min-width: 64em) {
  .action-iframe.iframe-extra-large {
    height: 1250px;
  }
}

.action-iframe.iframe-large {
  height: 1000px;
}

@media (min-width: 48em) {
  .action-iframe.iframe-large {
    height: 1000px;
  }
}

@media (min-width: 64em) {
  .action-iframe.iframe-large {
    height: 900px;
  }
}

.action-iframe.iframe-medium {
  height: 750px;
}

@media (min-width: 48em) {
  .action-iframe.iframe-medium {
    height: 700px;
  }
}

@media (min-width: 64em) {
  .action-iframe.iframe-medium {
    height: 600px;
  }
}

.action-iframe.iframe-small {
  height: 500px;
}

@media (min-width: 48em) {
  .action-iframe.iframe-small {
    height: 400px;
  }
}

@media (min-width: 64em) {
  .action-iframe.iframe-small {
    height: 300px;
  }
}
