/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* SASS and Global'ish Stuff */
body {
  color: #1E1E1E;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  position: relative;
}

h1,
.h1 {
  font-family: "Oswald", "Arial Narrow Bold", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}
@media (min-width: 767px) {
  h1,
  .h1 {
    font-size: 3.375rem;
  }
}

h2,
.h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 120%;
  margin-top: 0;
}
@media (min-width: 767px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

h3,
.h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 130%;
}
@media (min-width: 767px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.caption {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.btn,
.frm_button_submit {
  background-color: #EE018D;
  border: none;
  border-radius: 20px 2px 20px 2px !important;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
}
.btn:after,
.frm_button_submit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EE018D;
  border-radius: 20px 2px 20px 2px;
  z-index: -2;
}
.btn:before,
.frm_button_submit:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(63.4588563459%, 0.2666338502%, 37.5953728772%);
  transition: ease-out 0.5s;
  border-radius: 20px 2px 20px 2px;
  z-index: -1;
}
.btn--trans,
.frm_button_submit--trans {
  background-color: transparent;
  border: 2px solid #EE018D;
}
.btn--inline,
.frm_button_submit--inline {
  display: inline-block;
}
.btn > a,
.frm_button_submit > a {
  text-decoration: none;
}
.btn:hover, .btn:focus,
.frm_button_submit:hover,
.frm_button_submit:focus {
  text-decoration: none;
}
.btn:hover:before, .btn:focus:before,
.frm_button_submit:hover:before,
.frm_button_submit:focus:before {
  color: #FFFFFF;
  width: 100%;
}

#frm_testing_mode .btn {
  background-color: unset;
  border: unset;
  color: unset;
}
#frm_testing_mode .btn:after, #frm_testing_mode .btn:before {
  content: none;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

p,
li {
  line-height: 1.65;
}

.container {
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.container--medium {
  max-width: 960px;
}

.container--small {
  max-width: 400px;
}

.section-vert-spacing {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.flex__row {
  display: flex;
}
.flex__row--s-b {
  justify-content: space-between;
}
.flex__row--center {
  align-items: center;
}
.flex__row--start {
  align-items: start;
}
.flex__row--small-gap {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.flex__row--med-gap {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.flex__row--large-gap {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (min-width: 960px) {
  .flex__row--to-col {
    flex-direction: column;
  }
}

.flex__column {
  display: flex;
  flex-direction: column;
}
.flex__column--center {
  align-items: center;
}
.flex__column--wrap {
  flex-wrap: wrap;
}
.flex__column--small-gap {
  row-gap: 10px;
}
.flex__column--large-gap {
  row-gap: 52px;
}
@media (min-width: 960px) {
  .flex__column--to-row {
    flex-direction: row;
  }
}

.grid-container {
  display: grid;
  row-gap: 52px;
}
@media (min-width: 767px) {
  .grid-container {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
}
@media (min-width: 1200px) {
  .grid-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.grid-container--mini {
  grid-template-columns: 1fr 1fr;
  row-gap: 52px;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
@media (min-width: 767px) {
  .grid-container--mini {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .grid-container--mini {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.grid-container--large {
  row-gap: 75px;
}
@media (min-width: 767px) {
  .grid-container--large {
    grid-template-columns: 1fr 1fr;
  }
}

.min-list {
  padding: 0;
  margin: 0;
}

.min-list li {
  list-style: none;
}

.min-button {
  border: none;
  background-color: transparent;
}

.p-sma {
  padding: 40px 20px;
}

.p-large {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-vert-small {
  padding: 26px 0;
}

.p-vert-med {
  padding: 52px 0;
}

.p-top-large {
  padding-top: 80px;
}

.p-top-small {
  padding-top: 26px;
}

.p-bottom-small {
  padding-bottom: 26px;
}

.padding-bottom-medium {
  padding-bottom: 52px;
}

.p-bottom-large {
  padding-bottom: 80px;
}

.no-margin {
  margin: 0;
}

.no-m-top {
  margin-top: 0;
}

.no-m-bottom {
  margin-bottom: 0;
}

.m-bottom-small {
  margin-bottom: 1em;
}

.m-bottom-med {
  margin-bottom: 2em;
}

.m-bottom-large {
  margin-bottom: 4em;
}

.vert-margin-large {
  margin: 52px 0;
}

.left-m {
  margin-left: 20px;
}

.max-w-275 {
  width: calc(100% - 40px);
  max-width: 275px;
}

.max-w-400 {
  width: calc(100% - 40px);
  max-width: 400px;
  margin: 0 auto;
}

.max-w-700 {
  width: calc(100% - 40px);
  max-width: 700px;
  margin: 0 auto;
}

.float-left {
  float: left;
}

.no-u {
  text-decoration: none;
}

.no-u:hover {
  text-decoration: underline;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.c-white {
  color: #FFFFFF;
}

.c-orange {
  color: #F58A1B;
}

.c-indigo {
  color: #464B92;
}

.c-green {
  color: #03813E;
}

.c-red {
  color: #E31C23;
}

.bg-fuchsia {
  background-color: #EE018D;
}

.bg-black {
  background-color: #1E1E1E;
}

.bg-mauve {
  background-color: #C6609F;
}

.w-120 {
  width: 120px;
}

.pos-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pos-bottom--left {
  right: auto;
  left: 0;
}

.hidden-mobile {
  display: none;
}

@media (min-width: 767px) {
  .hidden-mobile {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
}
.border-top {
  padding-top: 1em;
  border-top: 1px solid #1E1E1E;
}

.svg-icon {
  width: 90px;
  height: auto;
}
@media (min-width: 960px) {
  .svg-icon {
    width: 50px;
  }
}
.svg-icon--small {
  width: 20px;
}

.image__rounded {
  border-radius: 5px 60px 5px 60px;
  overflow: hidden;
}
.image__rounded--reverse {
  border-radius: 60px 5px 60px 5px;
}

.staff-deco {
  width: calc(100% + 20px);
  height: 40px;
  background-color: #C6609F;
  transform: translateX(-20px);
  position: absolute;
  top: 0;
  left: 0;
}
.staff-deco::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #C6609F;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.staff-deco--orange {
  background-color: #F58A1B;
}
.staff-deco--orange::after {
  background-color: #F58A1B;
}
@media (min-width: 1200px) {
  .staff-deco {
    width: 40px;
    height: 100%;
  }
  .staff-deco:after {
    width: 4px;
    height: 100%;
    bottom: 0;
    left: calc(100% + 10px);
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@keyframes slide-in {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.skip-to-content-link {
  background: #FBE900;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  z-index: 999;
}

/* BEM Blocks */
.site-header {
  padding: 36px 0;
}
.site-header.home-header {
  position: absolute;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.site-header.home-header #menu-main-navigation {
  color: #FFFFFF;
}
.site-header.interior-header {
  position: relative;
}
.site-header.interior-header #menu-main-navigation {
  color: #1E1E1E;
}
.site-header.interior-header #menu-main-navigation .menu-item.menu-item-has-children > a::after {
  border-color: #1E1E1E;
}
.site-header.interior-header #menu-main-navigation .menu-item .sub-menu {
  color: #FFFFFF;
}
.site-header.interior-header .mobile-nav__toggle {
  color: #1E1E1E;
}
.site-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #e31c23;
  background: linear-gradient(90deg, rgb(227, 28, 35) 0%, rgb(227, 28, 35) 14%, rgb(245, 138, 27) 14%, rgb(245, 138, 27) 28%, rgb(251, 233, 0) 28%, rgb(251, 233, 0) 40%, rgb(3, 129, 62) 40%, rgb(3, 129, 62) 52%, rgb(27, 172, 215) 52%, rgb(27, 172, 215) 64%, rgb(70, 75, 146) 64%, rgb(70, 75, 146) 76%, rgb(198, 96, 159) 76%, rgb(198, 96, 159) 88%, rgb(238, 1, 141) 88%);
}
.site-header .container {
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
  justify-content: space-between;
  align-items: center;
}
.site-header__logo {
  max-width: 235px;
  display: block;
}
@media (min-width: 530px) {
  .site-header .site-header__logo {
    max-width: 250px;
  }
}
@media (min-width: 767px) {
  .site-header {
    padding: 20px 0px;
  }
  .site-header .container {
    -moz-column-gap: unset;
         column-gap: unset;
  }
}
.site-footer {
  background-color: #C6609F;
}
.site-footer .footer-top__section {
  padding: 20px 0;
}
.site-footer .footer-top__section:first-child {
  padding-top: 80px;
}
.site-footer .footer-top__section:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1E1E1E;
}
.site-footer .footer-bottom {
  padding: 20px 0 80px 0;
}
.site-footer #footer-contact .contact-location .svg-location {
  transform: translateY(3px);
}
.site-footer .footer__nav > ul {
  height: 136px;
}
.site-footer .footer__nav > ul > li > a {
  text-decoration: none;
}
.site-footer .footer__nav .menu-item > a {
  font-weight: 700;
  text-transform: uppercase;
}
.site-footer .footer-deco {
  position: relative;
  z-index: 1;
}
.site-footer .footer-deco:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
  z-index: -1;
}
.site-footer .footer-deco--yellow:before {
  background-color: #fbd100;
}
.site-footer .footer-deco--gold:before {
  background-color: #f7a90d;
}
.site-footer .footer-deco--orange:before {
  background-color: #F58A1B;
}
@media (min-width: 1200px) {
  .site-footer {
    background-color: #fbd100;
  }
  .site-footer .container {
    padding-top: 120px;
  }
  .site-footer .footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    position: relative;
  }
  .site-footer .footer-top:before {
    content: "";
    position: absolute;
    background-color: #f7a90d;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 1;
  }
  .site-footer .footer-top:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1E1E1E;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .site-footer .footer-top__section:not(:last-child):after {
    left: auto;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
    width: 1px;
    height: 100%;
  }
  .site-footer .footer-top #footer-about {
    flex-basis: 35%;
    padding: 40px 40px 26px 0;
  }
  .site-footer .footer-top #footer-nav {
    flex-basis: 40%;
    padding: 40px;
  }
  .site-footer .footer-top #footer-contact {
    flex-basis: 25%;
    padding: 40px 0 26px 40px;
  }
  .site-footer .footer-top .footer__nav > ul {
    flex-direction: row;
  }
  .site-footer .footer-top .footer__nav .menu-item > a {
    padding: 5px 20px;
  }
  .site-footer .footer-top .footer-deco:before {
    content: none;
  }
  .site-footer .footer-bottom {
    position: relative;
  }
  .site-footer .footer-bottom p {
    position: relative;
    z-index: 1;
  }
  .site-footer .footer-bottom:before {
    content: "";
    position: absolute;
    background-color: #F58A1B;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: calc(100% + 1px);
    z-index: 0;
  }
  .site-footer .footer-bottom:after {
    content: "";
    position: absolute;
    background-color: #C6609F;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 30px;
    z-index: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .site-footer .footer__nav > ul {
    height: auto;
    row-gap: 30px;
  }
}

.site-header__main-nav a {
  text-decoration: none;
}
.site-header__main-nav > ul > .menu-item {
  margin-right: 0.5em;
}
.site-header__main-nav > ul > .menu-item > a {
  padding: 30px 20px;
}
.site-header__main-nav > ul > .menu-item > button {
  background-color: transparent;
  border: none;
}
.site-header__main-nav > ul > .menu-item.menu-item-has-children {
  position: relative;
}
.site-header__main-nav > ul > .menu-item.menu-item-has-children > ul {
  display: none;
}
.site-header__main-nav > ul > .menu-item.menu-item-has-children:hover > a:after {
  transform: rotate(135deg);
}
.site-header__main-nav > ul > .menu-item.menu-item-has-children:hover > ul {
  display: block;
}
.site-header__main-nav > ul > .menu-item.menu-item-has-children > a {
  position: relative;
}
.site-header__main-nav > ul > .menu-item.menu-item-has-children > a:after {
  content: "";
  display: block;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
}
.site-header__main-nav > ul > .menu-item.menu-item-has-children > a:hover, .site-header__main-nav > ul > .menu-item.menu-item-has-children > a:focus {
  text-decoration: none;
}
.site-header__main-nav .menu-item.btn {
  padding: 5px 20px;
  margin: 0 10px;
}
.site-header__main-nav .sub-menu {
  display: none;
  width: 200px;
  background-color: #03813E;
  padding: 40px 0;
  top: calc(100% + 21px);
  z-index: 99;
  position: absolute;
}
.site-header__main-nav .sub-menu--active {
  display: block;
}
.site-header__main-nav .sub-menu:before {
  content: "";
  position: absolute;
  top: -17px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #03813e;
  z-index: 9;
}
.site-header__main-nav .sub-menu .menu-item {
  padding: 0 20px;
  width: calc(100% - 40px);
  margin: 10px 0;
}
.site-header__main-nav .sub-menu .menu-item > a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.site-header__main-nav .sub-menu .menu-item > a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.site-header__main-nav .sub-menu .menu-item > a:hover, .site-header__main-nav .sub-menu .menu-item > a:focus {
  text-decoration: none;
}
.site-header__main-nav .sub-menu .menu-item > a:hover:after, .site-header__main-nav .sub-menu .menu-item > a:focus:after {
  animation: slide-in 0.5s ease-out forwards;
}

.mobile-nav__toggle {
  font-size: 1.75rem;
  color: #FFFFFF;
}
@media (min-width: 530px) {
  .mobile-nav__toggle {
    font-size: 2.25rem;
  }
}
@media (min-width: 767px) {
  .mobile-nav__toggle {
    display: none;
  }
}

.site-header__mobile-nav {
  display: none;
}
.site-header__mobile-nav--active {
  display: block;
  position: absolute;
  background-color: #F58A1B;
  height: auto;
  width: calc(100% - 40px);
  top: calc(100% + 36px);
  left: 0;
  padding: 40px 20px;
  z-index: 99;
}
.site-header__mobile-nav .menu-item {
  width: calc(100% - 40px);
  padding: 0 20px;
}
.site-header__mobile-nav .menu-item > a {
  width: 100%;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #1E1E1E;
  position: relative;
}
.site-header__mobile-nav .menu-item > a:after {
  content: "";
  width: calc(100vw - 40px);
  height: 2px;
  position: absolute;
  left: -20px;
  bottom: 0;
  background-color: #1E1E1E;
}
.site-header__mobile-nav .menu-item.btn {
  margin-top: 3em;
}
.site-header__mobile-nav .menu-item.btn > a {
  color: #FFFFFF;
}
.site-header__mobile-nav .menu-item.btn > a::after {
  content: none;
}
.site-header__mobile-nav .menu-item .sub-menu .menu-item > a {
  padding: 10px 0;
}
.site-header__mobile-nav .menu-item .sub-menu .menu-item > a:after {
  left: -80px;
}

.mobile-nav__overlay--active {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/home-hero.ac0f538e.jpg);
  padding: 140px 0 100px 0;
}

.interior-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/interior-hero.08ffd0a9.jpg);
  padding: 60px 20px;
}

.donate-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url(images/donate-cta.a79a6d51.jpg);
  padding: 140px 0 100px 0;
}
.donate-banner .container {
  max-width: 500px;
}

.media-card {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  height: 100%;
  text-decoration: none;
}
.media-card .card__meta {
  margin: 0;
}
.media-card .caption {
  margin-bottom: 0.5em;
}
@media (min-width: 767px) {
  .media-card {
    flex-direction: column;
    -moz-column-gap: unset;
         column-gap: unset;
  }
  .media-card .card__content {
    flex: 20%;
  }
  .media-card:hover .card__content:after, .media-card:focus .card__content:after {
    animation: slide-in 0.5s ease-out;
  }
}
.media-card .card__image {
  flex: 40%;
}
.media-card .card__image > img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  height: 100%;
}
@media (min-width: 767px) {
  .media-card .card__image {
    flex: unset;
  }
}

.card__content {
  flex: 60%;
  position: relative;
}
.card__content:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card__content > div {
  margin-bottom: 2em;
}
.card__content > .content {
  margin-bottom: 0;
}
.card__content--b-green:after {
  background-color: #03813E;
}
.card__content--b-orange:after {
  background-color: #F58A1B;
}
.card__content--b-fuchsia:after {
  background-color: #EE018D;
}
.card__content--b-indigo:after {
  background-color: #464B92;
}
.card__content--b-red:after {
  background-color: #E31C23;
}
.card__content .card__tag {
  display: block;
  width: 100%;
  text-align: right;
}
@media (min-width: 767px) {
  .card__content {
    flex: 20%;
    padding: 24px 16px 16px;
  }
  .card__content .card__title {
    margin-bottom: 0.5em;
  }
  .card__content > .content {
    margin-bottom: 1em;
  }
  .card__content > div {
    margin-bottom: 3em;
  }
}

.media-card--compact {
  flex-direction: row;
}
.media-card--compact .card__image {
  flex: 30%;
}
.media-card--compact .card__image > img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: unset;
}
.media-card--compact .card__content {
  flex: 70%;
}
.media-card--compact .card__title {
  position: absolute;
  left: 0;
  bottom: 1em;
}
@media (min-width: 767px) {
  .media-card--compact {
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}

.media-card--mini {
  flex-direction: column;
  row-gap: 10px;
  text-decoration: none;
}
.media-card--mini .card__image {
  aspect-ratio: 1/1;
}
.media-card--mini .card__image > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
.media-card--mini .card__image .supporters__image {
  -o-object-fit: contain;
     object-fit: contain;
}
.media-card--mini .card__content > div {
  margin-bottom: 2.5rem;
}
@media (min-width: 767px) {
  .media-card--mini .card__content {
    padding: unset;
  }
}

.mission__metrics {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 767px) {
  .mission__metrics {
    flex-direction: row;
    align-items: start;
    justify-content: center;
  }
}
.mission__metrics .metrics__card {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  max-width: 275px;
  position: relative;
}
.mission__metrics .metrics__card:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1E1E1E;
}
@media (min-width: 767px) {
  .mission__metrics .metrics__card {
    flex-direction: column;
    justify-content: unset;
    row-gap: 20px;
    height: 170px;
  }
  .mission__metrics .metrics__card:not(:last-child):after {
    left: auto;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
    width: 1px;
    height: 70%;
  }
}
.mission__metrics .metrics__text {
  width: 120px;
  text-align: left;
}
@media (min-width: 767px) {
  .mission__metrics .metrics__text {
    text-align: center;
  }
}

.sticky-card {
  color: #FFFFFF;
  height: 240px;
  padding: 80px 20px;
  border-radius: 60px 5px 60px 5px;
  top: 30px;
  position: sticky;
  margin-bottom: 20px;
}
.sticky-card--green {
  background-color: #03813E;
}
.sticky-card--mauve {
  background-color: #C6609F;
}
.sticky-card--orange {
  background-color: #F58A1B;
}

.sticky-card:nth-child(1n) {
  top: 20px;
}

.sticky-card:nth-child(2n) {
  top: 40px;
}

.sticky-card:nth-child(3n) {
  top: 60px;
}

@media (min-width: 960px) {
  .sticky-card__container {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .sticky-card__container .sticky-card {
    position: static;
    height: auto;
    margin-bottom: unset;
    flex-basis: 33.3333333333%;
  }
}

.home-mission {
  position: relative;
}
.home-mission .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .home-mission .staff-deco {
    height: calc(100% - 80px);
  }
  .home-mission .container {
    flex-direction: row;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .home-mission .mission__text {
    width: calc(50% - 25px);
  }
  .home-mission .image__rounded {
    width: calc(50% - 25px);
    height: 100%;
  }
  .home-mission .image__rounded > img {
    aspect-ratio: 1.33/1;
  }
}

.current-season .season-hero {
  position: relative;
}
.current-season .season-hero__mobile {
  max-width: 500px;
  margin: 0 auto;
}
.current-season .season-hero__caption {
  padding: 30px;
  position: absolute;
}
.current-season .season-hero__caption .caption--large {
  font-size: 1.5rem;
  line-height: 120%;
}
@media (min-width: 960px) {
  .current-season .season-hero__caption .caption--large {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .current-season .season-hero__caption .caption--large {
    font-size: 3.75rem;
  }
}
.current-season .season-hero__caption .caption--medium {
  font-size: 1.2rem;
  line-height: 120%;
}
@media (min-width: 960px) {
  .current-season .season-hero__caption .caption--medium {
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .current-season .season-hero__caption .caption--medium {
    font-size: 3rem;
  }
}
.current-season .season-hero__caption .caption--small {
  font-size: 1rem;
  line-height: 120%;
}
@media (min-width: 1200px) {
  .current-season .season-hero__caption .caption--small {
    font-size: 1.125rem;
  }
}
.current-season .season-hero__caption--top {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35%;
  max-width: 310px;
}
@media (min-width: 960px) {
  .current-season .season-hero__caption--top {
    left: auto;
    right: 50px;
    transform: unset;
    top: 40px;
  }
}
.current-season .season-hero__caption--bottom {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: calc(100% - 100px);
  max-width: 310px;
}
@media (min-width: 767px) {
  .current-season .season-hero__caption--bottom {
    left: auto;
    transform: translateY(50%);
    width: auto;
    right: 0;
  }
}
@media (min-width: 960px) {
  .current-season .season-hero__caption--bottom {
    left: 120px;
    transform: unset;
    right: auto;
    bottom: -70px;
  }
}
@media (min-width: 960px) {
  .current-season {
    margin-top: -3em;
  }
  .current-season .season-hero__desktop {
    transform: translateX(-22px);
  }
}
@media (min-width: 1200px) {
  .current-season .season-hero {
    margin-top: -8em;
  }
}
.current-season .season-body .container {
  padding-top: 100px;
}

.sponsor {
  position: relative;
}
.sponsor .sponsor__img-container {
  max-width: 400px;
  margin: 0 auto;
}
.sponsor .sponsor__img-container a {
  float: left;
  width: calc(50% - 20px);
}
.sponsor .sponsor__img-container a:first-child {
  margin-right: 40px;
}
@media (min-width: 530px) {
  .sponsor .sponsor__img-container a > img {
    width: 150px;
  }
}
@media (min-width: 960px) {
  .sponsor .container {
    padding-top: 120px;
    flex-direction: row;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .sponsor .sponsor__text-container {
    flex-basis: 60%;
  }
}

.accordion {
  border-top: 1px solid #1E1E1E;
}
.accordion:last-child {
  border-bottom: 1px solid #1E1E1E;
}
.accordion .accordion__trigger {
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 20px;
}
.accordion .accordion__trigger--active .accordion__title .accordion__icon {
  transition: 0.2s;
  transform-origin: center;
  transform: translateY(-50%) rotate(45deg);
}
.accordion .accordion__title {
  color: #1E1E1E;
  margin: 0;
  position: relative;
  padding-right: 1em;
}
.accordion .accordion__title .accordion__icon {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.accordion .accordion__title .accordion__icon:before, .accordion .accordion__title .accordion__icon:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 2px;
  background-color: #1E1E1E;
  position: absolute;
  top: 50%;
  left: 50%;
}
.accordion .accordion__title .accordion__icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion .accordion__title .accordion__icon:after {
  transform: translate(-50%, -50%);
}
.accordion .accordion__panel {
  padding: 0 20px 20px;
  display: none;
}
.accordion .accordion__panel--active {
  display: block;
}
.accordion .accordion__panel a {
  text-decoration: underline;
  font-weight: 700;
}

.application__field {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-bottom: 26px;
}
.application__field input:not(input[type=submit]), .application__field select {
  background-color: #F2F4F8;
  padding: 12px 16px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #C1C7CD;
  font-size: 1rem;
}
.application__field input:not(input[type=submit]) ::-moz-placeholder, .application__field select ::-moz-placeholder {
  color: #697077;
}
.application__field input:not(input[type=submit]) ::placeholder, .application__field select ::placeholder {
  color: #697077;
}

.pg-conditional {
  display: none;
}
.pg-conditional--active {
  display: block;
}

.error {
  display: none;
  margin: 0.5em 0;
  color: #E31C23;
}
.error--active {
  display: block;
}

.media-post {
  display: flex;
  flex-direction: column;
  row-gap: 52px;
}
.media-post__embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.media-post__embed-container iframe,
.media-post__embed-container object,
.media-post__embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-post .clear-margins h4 {
  margin-bottom: 0;
}
.media-post .clear-margins p {
  margin-top: 0.5em;
}

@media (min-width: 530px) {
  .principal-post .principal__headshot-container > img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 767px) {
  .principal-post {
    margin-bottom: 12em;
  }
  .principal-post .principal__headshot-container {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
  }
  .principal-post .principal__headshot-container > img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
    width: 400px;
  }
  .principal-post .principal__text-container > * {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .principal-post .principal__text-container h1 {
    line-height: 100%;
  }
}

/*# sourceMappingURL=style-index.css.map*/