@charset "UTF-8";
.table caption,
.visible-for-screen-readers {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.featured-person__img, .landing-hero__media, .tabbed-features__bkgrnd-img, .news-feature__media, .event-item__bkgrnd-img, .news-feed-item__media, .video-embed__media-wrap, .call-to-action__bkgrnd, .feature__media, .large-image__image, .card__media, .blockquote__portrait,
.responsive-img {
  position: relative;
}
.featured-person__img:before, .landing-hero__media:before, .tabbed-features__bkgrnd-img:before, .news-feature__media:before, .event-item__bkgrnd-img:before, .news-feed-item__media:before, .video-embed__media-wrap:before, .call-to-action__bkgrnd:before, .feature__media:before, .large-image__image:before, .card__media:before, .blockquote__portrait:before,
.responsive-img:before {
  content: "";
  display: block;
}
.featured-person__img img, .landing-hero__media img, .tabbed-features__bkgrnd-img img, .news-feature__media img, .event-item__bkgrnd-img img, .news-feed-item__media img, .video-embed__media-wrap img, .call-to-action__bkgrnd img, .feature__media img, .large-image__image img, .card__media img, .blockquote__portrait img,
.responsive-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.landing-hero, .paragraph-widget--tabbed-features, .large-image, .carousel-component, .hero,
.negate-outer-pad-x {
  margin-inline: -2.3125rem;
}
@media screen and (min-width: 768px) {
  .landing-hero, .paragraph-widget--tabbed-features, .large-image, .carousel-component, .hero,
.negate-outer-pad-x {
    margin-inline: -2rem;
  }
}
@media screen and (min-width: 1200px) {
  .landing-hero, .paragraph-widget--tabbed-features, .large-image, .carousel-component, .hero,
.negate-outer-pad-x {
    margin-inline: -7.5rem;
  }
}

.video-embed__caption, .large-image .large-image__caption, .alignleft figcaption,
.align-left figcaption,
.alignright figcaption,
.align-right figcaption,
.aligncenter figcaption,
.align-center figcaption,
.alignnone figcaption,
.align-none figcaption,
.caption {
  color: #847996;
  font-family: "Vollkorn", serif;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #000;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

hr {
  border-style: solid;
  border-color: #cfb988;
  border-width: 0.0625rem;
  margin: 40px 0;
}
@media screen and (min-width: 1200px) {
  hr {
    margin: 60px 0;
  }
}

.skip-link {
  background-color: #fff;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 100;
}
.skip-link:focus {
  opacity: 1;
  pointer-events: initial;
}

main > .outer-pad > .paragraph-widget, main > .outer-pad .page__content > .paragraph-widget {
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 991px) {
  main > .outer-pad > .paragraph-widget, main > .outer-pad .page__content > .paragraph-widget {
    margin-bottom: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  main > .outer-pad > .paragraph-widget, main > .outer-pad .page__content > .paragraph-widget {
    margin-bottom: 5.625rem;
  }
}
main > .outer-pad > .paragraph-widget.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--text-html {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 991px) {
  main > .outer-pad > .paragraph-widget.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--text-html {
    margin-bottom: 2.5rem;
  }
}
main > .outer-pad > .paragraph-widget:last-of-type, main > .outer-pad .page__content > .paragraph-widget:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 991px) {
  main > .outer-pad > .paragraph-widget:last-of-type, main > .outer-pad .page__content > .paragraph-widget:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  main > .outer-pad > .paragraph-widget:last-of-type, main > .outer-pad .page__content > .paragraph-widget:last-of-type {
    margin-bottom: 0;
  }
}
main > .outer-pad > .paragraph-widget:last-of-type.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget:last-of-type.paragraph-widget--text-html {
  margin-bottom: 0;
}
@media screen and (min-width: 991px) {
  main > .outer-pad > .paragraph-widget:last-of-type.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget:last-of-type.paragraph-widget--text-html {
    margin-bottom: 0;
  }
}
main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--call-to-action, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--tabbed-features, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--blockquote, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .side-card-statistic, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--carousel, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--call-to-action, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--tabbed-features, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--blockquote, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .side-card-statistic, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--carousel, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--blockquote, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--tabbed-features, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--call-to-action, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .side-card-statistic, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--carousel, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--blockquote, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--tabbed-features, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--call-to-action, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .side-card-statistic, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--carousel, main > .outer-pad > .paragraph-widget.side-card-statistic + .paragraph-widget, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--call-to-action, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--tabbed-features, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--blockquote, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .side-card-statistic, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--carousel, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--call-to-action, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--tabbed-features, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--blockquote, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .side-card-statistic, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--carousel, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--blockquote, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--tabbed-features, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--call-to-action, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .side-card-statistic, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--carousel, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--blockquote, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--tabbed-features, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--call-to-action, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .side-card-statistic, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--carousel, main > .outer-pad .page__content > .paragraph-widget.side-card-statistic + .paragraph-widget {
  margin-top: -3.125rem;
}
@media screen and (min-width: 991px) {
  main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--call-to-action, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--tabbed-features, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--blockquote, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .side-card-statistic, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--carousel, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--call-to-action, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--tabbed-features, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--blockquote, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .side-card-statistic, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--carousel, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--blockquote, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--tabbed-features, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--call-to-action, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .side-card-statistic, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--carousel, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--blockquote, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--tabbed-features, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--call-to-action, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .side-card-statistic, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--carousel, main > .outer-pad > .paragraph-widget.side-card-statistic + .paragraph-widget, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--call-to-action, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--tabbed-features, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--blockquote, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .side-card-statistic, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--carousel, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--call-to-action, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--tabbed-features, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--blockquote, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .side-card-statistic, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--carousel, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--blockquote, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--tabbed-features, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--call-to-action, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .side-card-statistic, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--carousel, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--blockquote, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--tabbed-features, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--call-to-action, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .side-card-statistic, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--carousel, main > .outer-pad .page__content > .paragraph-widget.side-card-statistic + .paragraph-widget {
    margin-top: -4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--call-to-action, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--tabbed-features, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--blockquote, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .side-card-statistic, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--carousel, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--call-to-action, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--tabbed-features, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--blockquote, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .side-card-statistic, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--carousel, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--blockquote, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--tabbed-features, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--call-to-action, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .side-card-statistic, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--carousel, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--blockquote, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--tabbed-features, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--call-to-action, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .side-card-statistic, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--carousel, main > .outer-pad > .paragraph-widget.side-card-statistic + .paragraph-widget, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--call-to-action, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--tabbed-features, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--blockquote, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .side-card-statistic, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--carousel, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--call-to-action, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--tabbed-features, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--blockquote, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .side-card-statistic, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--carousel, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--blockquote, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--tabbed-features, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--call-to-action, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .side-card-statistic, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--carousel, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--blockquote, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--tabbed-features, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--call-to-action, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .side-card-statistic, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--carousel, main > .outer-pad .page__content > .paragraph-widget.side-card-statistic + .paragraph-widget {
    margin-top: -5.625rem;
  }
}
main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.side-card-statistic + .paragraph-widget.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.side-card-statistic + .paragraph-widget.paragraph-widget--text-html {
  margin-top: -1.25rem;
}
@media screen and (min-width: 991px) {
  main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad > .paragraph-widget.side-card-statistic + .paragraph-widget.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--call-to-action + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--tabbed-features + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--blockquote + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--blockquote.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--tabbed-features.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--call-to-action.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .side-card-statistic.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.paragraph-widget--carousel + .paragraph-widget--carousel.paragraph-widget--text-html, main > .outer-pad .page__content > .paragraph-widget.side-card-statistic + .paragraph-widget.paragraph-widget--text-html {
    margin-top: -2.5rem;
  }
}
.alignleft,
.align-left,
.alignright,
.align-right,
.aligncenter,
.align-center,
.alignnone,
.align-none {
  margin: 1.25rem 0;
  display: table;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .alignleft,
.align-left,
.alignright,
.align-right,
.aligncenter,
.align-center,
.alignnone,
.align-none {
    margin: 0.5rem 0;
  }
}
.alignleft img,
.align-left img,
.alignright img,
.align-right img,
.aligncenter img,
.align-center img,
.alignnone img,
.align-none img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0.75rem;
}
.alignleft figcaption,
.align-left figcaption,
.alignright figcaption,
.align-right figcaption,
.aligncenter figcaption,
.align-center figcaption,
.alignnone figcaption,
.align-none figcaption {
  caption-side: bottom;
  display: block;
}

.aligncenter,
.align-center {
  margin-top: 2.8125rem;
  position: relative;
  margin-inline: -2.8125rem;
  max-width: none;
}
@media screen and (min-width: 1200px) {
  .aligncenter,
.align-center {
    max-width: 58.8125rem;
    margin: 3.75rem auto;
    clear: both;
  }
}
.aligncenter figcaption,
.align-center figcaption {
  text-align: left;
  position: relative;
  padding-inline: 2.75rem;
}
@media screen and (min-width: 1200px) {
  .aligncenter figcaption,
.align-center figcaption {
    padding-inline: 0;
  }
}

.alignleft,
.align-left,
.alignright,
.align-right {
  float: none;
}
@media screen and (min-width: 768px) {
  .alignleft,
.align-left,
.alignright,
.align-right {
    max-width: 44.5%;
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .alignleft,
.align-left {
    margin-right: 2.5rem;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .alignright,
.align-right {
    margin-left: 2.5rem;
    float: right;
  }
}

/* Base
========================================================================== */
body {
  font-family: "Vollkorn", serif;
  font-size: 16px;
  line-height: 1.75;
  color: #4a4644;
}

.text-content a {
  color: #3c1952;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.375rem;
  transition: 0.3s text-decoration-thickness ease-in-out, 0.3s text-decoration-color ease-in-out, 0.3s top ease-in-out;
  font-weight: 700;
  position: relative;
  top: 0;
}
.text-content a:hover, .text-content a:focus {
  text-decoration-thickness: 0.125rem;
  text-decoration-color: #cfb988;
}

.text-content p a, .text-content ul a, .text-content ol a {
  word-break: break-all;
}

p {
  font-size: 1.125rem;
  line-height: 2rem;
  margin: 1.125rem 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  p {
    margin-top: 28px;
  }
}

.text-content ul,
.text-content ol {
  margin: 1rem 0;
  padding: 0 1.5rem 0 2rem;
}
.text-content ul li,
.text-content ol li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0.25rem 0;
}
.text-content ul li:first-child,
.text-content ol li:first-child {
  margin-top: 0;
}
.text-content ul li:last-child,
.text-content ol li:last-child {
  margin-bottom: 0;
}
.text-content ul ul,
.text-content ul ol,
.text-content ol ul,
.text-content ol ol {
  margin: 0.25rem 0;
}
.text-content > ul:first-child,
.text-content > ol:first-child {
  margin-top: 0;
}
.text-content > ul:first-child ul:first-child,
.text-content > ul:first-child ol:first-child,
.text-content > ul:first-child li:first-child,
.text-content > ol:first-child ul:first-child,
.text-content > ol:first-child ol:first-child,
.text-content > ol:first-child li:first-child {
  margin-top: 0;
}
.text-content > ul:last-child,
.text-content > ol:last-child {
  margin-bottom: 0;
}
.text-content > ul:last-child ul:last-child,
.text-content > ul:last-child ol:last-child,
.text-content > ul:last-child li:last-child,
.text-content > ol:last-child ul:last-child,
.text-content > ol:last-child ol:last-child,
.text-content > ol:last-child li:last-child {
  margin-bottom: 0;
}

.text-content ul {
  list-style-type: none;
}
.text-content ul > li {
  position: relative;
}
.text-content ul > li:before {
  position: absolute;
  top: 10px;
  left: -32px;
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #cfb988;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.text-content ul > li > ul {
  margin-top: 24px;
}
.text-content ul > li > ul > li:before {
  width: 8px;
  height: 2px;
  background-color: #3c1952;
  border: none;
  transform: rotate(0);
  top: 12px;
}

.text-content ol {
  list-style-type: none;
  counter-reset: ol-count;
}
.text-content ol > li {
  position: relative;
}
.text-content ol > li:before {
  content: counter(ol-count);
  counter-increment: ol-count;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #0d5664;
  position: absolute;
  top: 5px;
  left: -32px;
  line-height: 1;
}

/* Headings
  ========================================================================== */
h1,
.h1,
.hero__title,
h2,
.h2,
.two-col__column-title,
h3,
.h3,
.feature--small .feature__title,
h4,
.h4,
.link-block__label,
.news-feature__label,
.view--carroll_programs--simple_list .views-row .views-field.views-field-title a,
.program-listing__card-title,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
}
h1:first-child,
.h1:first-child,
.hero__title:first-child,
h2:first-child,
.h2:first-child,
.two-col__column-title:first-child,
h3:first-child,
.h3:first-child,
.feature--small .feature__title:first-child,
h4:first-child,
.h4:first-child,
.link-block__label:first-child,
.news-feature__label:first-child,
.view--carroll_programs--simple_list .views-row .views-field.views-field-title a:first-child,
.program-listing__card-title:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
h1:last-child,
.h1:last-child,
.hero__title:last-child,
h2:last-child,
.h2:last-child,
.two-col__column-title:last-child,
h3:last-child,
.h3:last-child,
.feature--small .feature__title:last-child,
h4:last-child,
.h4:last-child,
.link-block__label:last-child,
.news-feature__label:last-child,
.view--carroll_programs--simple_list .views-row .views-field.views-field-title a:last-child,
.program-listing__card-title:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}

h1,
.h1,
.hero__title {
  color: #3c1952;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.05rem;
  line-height: 2.6875rem;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  h1,
.h1,
.hero__title {
    font-size: 4.375rem;
    letter-spacing: -0.0875rem;
    line-height: 5rem;
  }
}

h2,
.h2,
.two-col__column-title {
  color: #3c1952;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.33;
  letter-spacing: 0;
  margin: 40px 0 24px;
}
@media screen and (min-width: 1024px) {
  h2,
.h2,
.two-col__column-title {
    font-size: 2.5rem;
    line-height: 2.8125rem;
    margin: 60px 0 28px;
  }
}

h3,
.h3,
.feature--small .feature__title {
  color: #3c1952;
  font-family: "Vollkorn", serif;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.015625rem;
  margin: 24px 0 18px;
}
@media screen and (min-width: 1024px) {
  h3,
.h3,
.feature--small .feature__title {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.0175rem;
    margin-top: 28px;
  }
}

h4,
.h4,
.link-block__label,
.news-feature__label,
.view--carroll_programs--simple_list .views-row .views-field.views-field-title a,
.program-listing__card-title {
  color: #0d5664;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 18px 0 10px;
  text-transform: uppercase;
}

h5,
.h5 {
  color: #3c1952;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 1rem 0 1rem;
}

h6,
.h6 {
  color: #3c1952;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 1rem 0 1rem;
}

.text-content blockquote {
  font-size: 1.375rem;
  font-family: "Vollkorn", serif;
  font-weight: 600;
  line-height: 1.45;
  position: relative;
  margin-inline: 3.3125rem 0;
  margin-block: 1.25rem;
  padding-inline: 0 1.875rem;
  border-right: 0.1875rem solid #cfb988;
}
@media screen and (min-width: 1024px) {
  .text-content blockquote {
    font-size: 1.5625rem;
    line-height: 1.4;
    margin-inline: 7.125rem 4.5625rem;
    margin-block: 3rem 2.1875rem;
  }
}
.text-content blockquote:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.068' height='26.357' viewBox='0 0 32.068 26.357'%3E%3Cpath data-name='“' d='M31.014 26.357V13.794h-4.481L32.068 0h-6.677L18.45 14.584v11.773Zm-18.45 0V13.794H8.171L13.618 0H6.941L0 14.584v11.773Z' fill='%23cfb988'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 2rem 1.625rem;
  width: 2rem;
  height: 1.625rem;
  left: -3.4375rem;
}
@media screen and (min-width: 1024px) {
  .text-content blockquote:before {
    background-size: 2.6875rem 2.1875rem;
    width: 2.6875rem;
    height: 2.1875rem;
    left: -4.6875rem;
    top: -0.6875rem;
  }
}

main {
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  main {
    padding-bottom: 100px;
  }
}
.page-home main {
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .page-home main {
    padding-bottom: 0;
  }
}

main > .outer-pad .messages.messages--status {
  z-index: 1000 !important;
  top: unset !important;
  bottom: 0;
  position: fixed;
  left: 8px;
}

.off-canvas {
  overflow-x: hidden;
  background: #fff;
}

.max-bound {
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
  background-color: #fff;
}

.outer-pad,
.landing-hero__content {
  padding-inline: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .outer-pad,
.landing-hero__content {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .outer-pad,
.landing-hero__content {
    padding-inline: 7.5rem;
  }
}

main > .outer-pad > .paragraph-widget--call-to-action:last-child:not(script),
main > .outer-pad > .page__wrap > .page__content > .paragraph-widget--call-to-action:last-child:not(script),
main > .outer-pad > .paragraph-widget--carousel:last-child:not(script),
main > .outer-pad > .page__wrap > .page__content > .paragraph-widget--carousel:last-child:not(script) {
  margin-bottom: -80px;
}
@media screen and (min-width: 1200px) {
  main > .outer-pad > .paragraph-widget--call-to-action:last-child:not(script),
main > .outer-pad > .page__wrap > .page__content > .paragraph-widget--call-to-action:last-child:not(script),
main > .outer-pad > .paragraph-widget--carousel:last-child:not(script),
main > .outer-pad > .page__wrap > .page__content > .paragraph-widget--carousel:last-child:not(script) {
    margin-bottom: -100px;
  }
}

main > .outer-pad > .paragraph-widget--call-to-action + .paragraph-widget--call-to-action {
  margin-top: -3.125rem;
}
@media screen and (min-width: 991px) {
  main > .outer-pad > .paragraph-widget--call-to-action + .paragraph-widget--call-to-action {
    margin-top: -4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  main > .outer-pad > .paragraph-widget--call-to-action + .paragraph-widget--call-to-action {
    margin-top: -5.625rem;
  }
}

.container,
.program-links__wrap,
.home-side-card .feature,
.home-blockquote .blockquote,
.site-footer__bottom {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 0 37px;
}
.container-narrow,
.two-col__wrap,
main .views-element-container,
.single-column .outer-pad .text-content,
.single-column .outer-pad .button-set,
.single-column .outer-pad .fancy-link-set,
.single-column .outer-pad .accordion,
.single-column .outer-pad .blockquote__wrap,
.single-column .outer-pad .video-embed,
.single-column .outer-pad .large-image,
.single-column .outer-pad .card-set,
.single-column .outer-pad .feature,
.single-column .outer-pad .tabbed-features__wrap,
.single-column .outer-pad .link-block,
.single-column .outer-pad .news-feature,
.single-column .outer-pad .news-feed,
.single-column .outer-pad .event-feed,
.single-column .outer-pad .featured-person,
.single-column .outer-pad .table,
.single-column .outer-pad .landing-hero__content {
  margin: 0 auto;
  width: 100%;
  max-width: 1090px;
}
@media screen and (min-width: 1200px) {
  .container-narrow,
.two-col__wrap,
main .views-element-container,
.single-column .outer-pad .text-content,
.single-column .outer-pad .button-set,
.single-column .outer-pad .fancy-link-set,
.single-column .outer-pad .accordion,
.single-column .outer-pad .blockquote__wrap,
.single-column .outer-pad .video-embed,
.single-column .outer-pad .large-image,
.single-column .outer-pad .card-set,
.single-column .outer-pad .feature,
.single-column .outer-pad .tabbed-features__wrap,
.single-column .outer-pad .link-block,
.single-column .outer-pad .news-feature,
.single-column .outer-pad .news-feed,
.single-column .outer-pad .event-feed,
.single-column .outer-pad .featured-person,
.single-column .outer-pad .table,
.single-column .outer-pad .landing-hero__content {
    max-width: 1164px;
    padding: 0 37px;
  }
}

@media screen and (min-width: 1200px) {
  .two-column .outer-pad {
    padding: 0 0 0 135px;
  }
}
@media screen and (min-width: 1024px) {
  .two-column .hero {
    margin-inline: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .two-column .hero {
    margin-left: -68px;
  }
}

.page__wrap {
  max-width: 1379px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .page__wrap {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.page__sidebar + .page__content {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .page__sidebar + .page__content {
    width: calc(100% - 288px);
    margin-top: 0;
  }
}
.page__sidebar + .page__content .align-center, .page__sidebar + .page__content .aligncenter, .page__sidebar + .page__content .large-image {
  margin-inline: 0;
}
.page__sidebar + .page__content .paragraph-widget--blockquote,
.page__sidebar + .page__content .paragraph-widget--tabbed-features,
.page__sidebar + .page__content .paragraph-widget--call-to-action,
.page__sidebar + .page__content .side-card-statistic {
  position: relative;
  margin-inline: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .page__sidebar + .page__content .paragraph-widget--blockquote,
.page__sidebar + .page__content .paragraph-widget--tabbed-features,
.page__sidebar + .page__content .paragraph-widget--call-to-action,
.page__sidebar + .page__content .side-card-statistic {
    margin-left: 144px;
  }
}
@media screen and (min-width: 1200px) {
  .page__sidebar + .page__content .paragraph-widget--blockquote,
.page__sidebar + .page__content .paragraph-widget--tabbed-features,
.page__sidebar + .page__content .paragraph-widget--call-to-action,
.page__sidebar + .page__content .side-card-statistic {
    margin-left: 76px;
  }
}
.page__sidebar + .page__content .blockquote__wrap,
.page__sidebar + .page__content .tabbed-features__wrap {
  max-width: 1090px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page__sidebar + .page__content .call-to-action .call-to-action__text, .page__sidebar + .page__content .call-to-action .button-set {
    transform: translatex(-151px);
  }
}
@media screen and (min-width: 1200px) {
  .page__sidebar + .page__content .call-to-action .call-to-action__text, .page__sidebar + .page__content .call-to-action .button-set {
    transform: translatex(-84px);
  }
}
@media screen and (min-width: 1024px) {
  .page__sidebar + .page__content .call-to-action.call-to-action--small {
    transform: translatex(0px);
  }
}
@media screen and (min-width: 1200px) {
  .page__sidebar + .page__content .call-to-action.call-to-action--small {
    transform: translatex(0);
  }
}
@media screen and (min-width: 1024px) {
  .page__sidebar + .page__content .call-to-action.call-to-action--small .call-to-action__text, .page__sidebar + .page__content .call-to-action.call-to-action--small .button-set {
    transform: translatex(0);
  }
}
@media screen and (min-width: 1200px) {
  .page__sidebar + .page__content .call-to-action.call-to-action--small .call-to-action__text, .page__sidebar + .page__content .call-to-action.call-to-action--small .button-set {
    transform: translatex(0);
  }
}
.page__sidebar + .page__content .card-set ul {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .page__sidebar {
    padding-left: 40px;
    width: 288px;
  }
}

body {
  padding-top: 0 !important;
  background-color: #3c1952;
}

.toolbar-fixed.toolbar-horizontal .site-header,
.toolbar-fixed.toolbar-vertical .site-header {
  top: 39px;
}

.toolbar-fixed.toolbar-horizontal main.content,
.toolbar-fixed.toolbar-vertical main.content {
  margin-top: 39px;
}

.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .site-header {
  top: 78px;
}

.toolbar-fixed.toolbar-horizontal.toolbar-tray-open main.content {
  margin-top: 78px;
}

.two-column .two-col__wrap {
  padding-left: 0;
  padding-right: 0;
}

.page-node-type-page .two-col {
  padding: 0;
}

.view--carroll_programs .views-exposed-form .form-actions {
  display: none;
}

.local-tasks-menu-wrapper {
  margin: 0 0 60px 0;
}

.page__content .local-tasks-menu-wrapper {
  margin: 0 auto 20px auto;
}

.local-tasks-menu-wrapper ul {
  border-bottom: solid 2px #3c1952;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding-left: 20px;
}

.local-tasks-menu-wrapper ul li {
  border: solid 2px #3c1952;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  margin-bottom: -2px;
  margin-top: 2px;
  overflow: hidden;
}

.local-tasks-menu-wrapper ul li a,
.local-tasks-menu-wrapper ul li a:active,
.local-tasks-menu-wrapper ul li a:focus {
  background-color: #e5dee8;
  color: #3c1952;
  display: inline-block;
  font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.2s linear, color 0.2s linear;
}

.local-tasks-menu-wrapper ul li a:hover {
  color: #fff;
  background-color: #3c1952;
}

.local-tasks-menu-wrapper ul li a.is-active {
  background-color: transparent;
  border-bottom: solid 2px #fff;
}

.local-tasks-menu-wrapper ul li a.is-active:hover {
  color: #3c1952;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .alignleft,
.align-left,
.alignright,
.align-right {
    max-width: 100%;
  }
}

.page__sidebar + .page__content .align-center {
  margin: auto;
}

@media screen and (max-width: 666px) {
  .local-tasks-menu-wrapper ul {
    padding: 0 0 20px 0;
    gap: 10px;
  }
  .local-tasks-menu-wrapper ul li {
    border: solid 2px #3c1952;
    border-radius: 0;
    display: flex;
  }
  .local-tasks-menu-wrapper ul li a,
.local-tasks-menu-wrapper ul li a:active,
.local-tasks-menu-wrapper ul li a:focus {
    padding: 5px 10px 0 10px;
    line-height: 24px;
  }
}
.site-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
.admin-bar .site-header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header {
    margin: 0 auto;
    background: linear-gradient(to bottom, #3c1952 0%, rgba(60, 25, 82, 0.9) 70%, rgba(60, 25, 82, 0) 100%);
  }
  .page-home .site-header {
    background: transparent;
    transition: opacity 0.1s ease-in-out;
  }
  .site-header:after {
    content: "";
    position: absolute;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3c1952;
    transition: opacity 0.3s 0.2s ease-in-out;
  }
}
.site-header.off-top:after, .site-header.landing:after {
  transition: opacity 0.05s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .site-header.off-top .site-header__toolbar:after, .site-header.landing .site-header__toolbar:after {
    transition: opacity 0.1s ease-in-out;
    opacity: 1;
  }
}
.site-header.snapBack {
  transition: none !important;
  transform: translateY(-100%);
  opacity: 0 !important;
}
.site-header.snapTo {
  transition: none !important;
  transform: translateY(0);
  opacity: 0 !important;
}
.site-header.second-page {
  transition: transform 0.2s ease-in-out;
  transform: translateY(-100%);
}
@media screen and (min-width: 1200px) {
  .site-header.second-page {
    background-color: #3c1952;
  }
}
.site-header.active {
  transition: transform 0.4s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .site-header.active {
    transform: translateY(0);
    background-color: #3c1952;
  }
}
.site-header .container {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 36px 0;
    position: relative;
    z-index: 1;
  }
}

.site-header__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .site-header__toolbar {
    padding: 17px 35px;
    background: linear-gradient(to bottom, #3c1952 0%, rgba(60, 25, 82, 0.9) 70%, rgba(60, 25, 82, 0) 100%);
  }
  .page-home .site-header__toolbar {
    background: #3c1952;
  }
  .site-header__toolbar:after {
    content: "";
    position: absolute;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3c1952;
    transition: opacity 0.3s 0.2s ease-in-out;
  }
  .no-scroll .site-header__toolbar:after, .off-top .site-header__toolbar:after {
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__toolbar {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5%;
  }
}
@media screen and (min-width: 1440px) {
  .site-header__toolbar {
    margin-right: 12%;
  }
}

.site-header__mobile-nav {
  position: relative;
  z-index: 1;
}

.site-header__mobile-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .site-header__mobile-toggle {
    display: none;
  }
}
.site-header__mobile-toggle .burger {
  position: relative;
  margin-top: 11px;
  margin-bottom: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.site-header__mobile-toggle .burger, .site-header__mobile-toggle .burger::before, .site-header__mobile-toggle .burger::after {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.site-header__mobile-toggle .burger::before, .site-header__mobile-toggle .burger::after {
  position: absolute;
  content: "";
}
.site-header__mobile-toggle .burger::before {
  top: -11px;
}
.site-header__mobile-toggle .burger::after {
  top: 11px;
}
.site-header__mobile-toggle.open .burger {
  background-color: transparent;
}
.site-header__mobile-toggle.open .burger::before {
  -webkit-transform: translateY(11px) rotate(45deg);
  -moz-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  -o-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}
.site-header__mobile-toggle.open .burger::after {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -moz-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  -o-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}

.site-header__wrap {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .site-header__wrap {
    overflow: hidden;
    background: #fff;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: transform 0.3s ease-out;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, -100%);
    height: calc(100vh - 88px);
    position: absolute;
  }
  .resize .site-header__wrap {
    transition: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__wrap {
    max-width: 1027px;
  }
}
@media screen and (max-width: 1199px) {
  .site-header__wrap.active {
    transform: translate(0, 88px);
    transition: transform 0.3s ease-out;
  }
}

.site-header__slider {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .site-header__slider {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    background-color: #3c1952;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__slider {
    flex-direction: column;
  }
}

@media screen and (max-width: 1199px) {
  .site-header__logo {
    max-width: 100px;
    position: relative;
    z-index: 1;
  }
  .page-home .site-header__logo {
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  .page-home .site-header__logo.active {
    opacity: 1;
  }
  .site-header__logo .logo--mobile {
    height: 55px;
    display: block;
  }
  .site-header__logo .logo {
    display: none;
  }
  .site-header__logo svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .page-home .site-header__logo .logo {
    opacity: 0;
  }
  .page-home .site-header.active .site-header__logo .logo {
    opacity: 1;
  }
  .site-header__logo .logo--mobile {
    display: none;
  }
  .site-header__logo .logo {
    display: block;
    width: 168px;
    transition: opacity 0.3s ease-out;
  }
  .site-header__logo .logo > svg {
    width: 100%;
    height: auto;
  }
}
.site-header__logo img {
  width: 100%;
  height: auto;
}

html:not(.js) .page-home .site-header {
  background: #3c1952;
}

.site-header__mobile-search {
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .site-header__mobile-search {
    display: none;
  }
}
.site-header__mobile-search svg path {
  fill: #fff;
}

@media screen and (max-width: 1199px) {
  .site-header__top {
    background-color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__top {
    transition: padding 0.2s ease-out;
    padding: 0;
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1370px;
  }
}

@media screen and (max-width: 1199px) {
  .site-header__main {
    background-color: #fff;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__main {
    transition: padding 0.2s ease-out;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
}
.site-header__utility {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .site-header__utility {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__utility {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 1199px) {
  .site-header__utility {
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__utility {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1 0 auto;
  }
}

.site-header__utility-primary > ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .site-header__utility-primary > ul {
    flex-wrap: wrap;
    padding: 30px 37px;
  }
}
@media screen and (max-width: 1199px) {
  .site-header__utility-primary > ul > li {
    margin-right: 20px;
  }
  .site-header__utility-primary > ul > li:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__utility-primary > ul > li {
    margin-right: 30px;
  }
  .site-header__utility-primary > ul > li:last-of-type {
    margin-right: 0;
  }
}

.site-header__utility-primary > ul > li a {
  color: #3c1952;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .site-header__utility-primary > ul > li a {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 1px 0 0 rgba(207, 185, 136, 0);
    transition: all 0.3s ease-in-out;
  }
  .site-header__utility-primary > ul > li a:hover, .site-header__utility-primary > ul > li a:focus {
    color: #cfb988;
    box-shadow: 0 3px 0 0 #cfb988;
    transition: all 0.2s ease-in-out;
  }
}

@media screen and (max-width: 1199px) {
  .site-header__utility-secondary {
    background: #3c1952;
  }
}

.site-header__utility-secondary > ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .site-header__utility-secondary > ul {
    max-width: 320px;
    padding: 40px 37px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1199px) {
  .site-header__utility-secondary > ul > li {
    margin-right: 30px;
  }
  .site-header__utility-secondary > ul > li:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__utility-secondary > ul > li {
    margin-left: 30px;
  }
  .site-header__utility-secondary > ul > li:first-of-type {
    margin-left: 0;
  }
}

.site-header__utility-secondary > ul > li a {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  text-decoration: none;
  box-shadow: 0 1px 0 0 #fff;
  transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .site-header__utility-secondary > ul > li a {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.site-header__utility-secondary > ul > li a:hover, .site-header__utility-secondary > ul > li a:focus {
  color: #cfb988;
  box-shadow: 0 3px 0 0 #cfb988;
  transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

@media screen and (max-width: 1199px) {
  .site-header__utility > ul > li {
    width: 48.5%;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__utility > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header__utility > ul > li + li:before {
    content: "/";
    padding: 0 15px;
    color: #fff;
    font-size: 1.2em;
  }
}

.site-header__utility > ul > li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.0625rem;
  line-height: 1.625rem;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .site-header__utility > ul > li a {
    font-size: 0.9375rem;
    letter-spacing: 0.050625rem;
  }
}
.site-header__utility > ul > li a:hover, .site-header__utility > ul > li a:focus {
  color: #cfb988;
  transition: color 0.2s ease-out;
}

.site-header__main .search {
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .site-header__main .search {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__main .search {
    background: none;
    border: none;
    margin-bottom: 10px;
  }
  .site-header__main .search svg {
    width: 16px;
  }
  .site-header__main .search svg path {
    fill: #fff;
    transition: fill 0.3s ease-in-out;
  }
}
.site-header__main .search:hover svg path, .site-header__main .search:focus svg path {
  fill: #cfb988;
  transition: fill 0.2s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .main-nav > ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
}

@media screen and (max-width: 1199px) {
  .main-nav > ul > li {
    background-color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav > ul > li {
    position: relative;
  }
}
.main-nav > ul > li .mobile-title {
  padding: 20px 37px 20px 0;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  position: relative;
  color: #3c1952;
}
.main-nav > ul > li .mobile-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cfb988;
}
@media screen and (min-width: 1200px) {
  .main-nav > ul > li .mobile-title {
    display: none;
  }
}
.main-nav > ul > li .main-nav__dropdown-button,
.main-nav > ul > li .main-nav__link {
  position: relative;
  display: flex;
  width: 100%;
  padding: 25px 37px;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
  color: #3c1952;
  font-size: 1.125rem;
  text-transform: capitalize;
  font-weight: 700;
  cursor: pointer;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  white-space: nowrap;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
.main-nav > ul > li .main-nav__dropdown-button span,
.main-nav > ul > li .main-nav__link span {
  box-shadow: 0 2px 0 0 rgba(207, 185, 136, 0);
  transition: box-shadow 0.3s ease-in-out;
}
.main-nav > ul > li .main-nav__dropdown-button > svg,
.main-nav > ul > li .main-nav__link > svg {
  transform: rotate(90deg);
  position: relative;
  right: 0;
  transform-origin: center;
  margin-left: 5px;
  top: -3px;
  transition: right 0.3s ease-out, left 0.3s ease-out, transform 0.3s ease-out;
}
@media screen and (max-width: 1199px) {
  .main-nav > ul > li .main-nav__dropdown-button:after,
.main-nav > ul > li .main-nav__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 37px;
    width: calc(100% - 74px);
    height: 2px;
    background-color: #cfb988;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav > ul > li .main-nav__dropdown-button,
.main-nav > ul > li .main-nav__link {
    background: transparent;
    color: #fff;
    font-weight: 700;
    border: none;
    position: relative;
    width: auto;
    line-height: 1.875rem;
    padding: 13px 14px 23px;
  }
  .main-nav > ul > li .main-nav__dropdown-button > svg,
.main-nav > ul > li .main-nav__link > svg {
    transform: rotate(180deg);
  }
  .main-nav > ul > li .main-nav__dropdown-button > svg path,
.main-nav > ul > li .main-nav__link > svg path {
    fill: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .main-nav > ul > li .main-nav__dropdown-button:hover, .main-nav > ul > li .main-nav__dropdown-button:focus,
.main-nav > ul > li .main-nav__link:hover,
.main-nav > ul > li .main-nav__link:focus {
    color: #3c1952;
    border-color: #cfb988;
  }
  .main-nav > ul > li .main-nav__dropdown-button:hover > svg, .main-nav > ul > li .main-nav__dropdown-button:focus > svg,
.main-nav > ul > li .main-nav__link:hover > svg,
.main-nav > ul > li .main-nav__link:focus > svg {
    right: -10px;
    transition: right 0.2s ease-out, transform 0.2s ease-out;
  }
  .main-nav > ul > li .main-nav__dropdown-button:hover .main-nav__dropdown-icon, .main-nav > ul > li .main-nav__dropdown-button:focus .main-nav__dropdown-icon,
.main-nav > ul > li .main-nav__link:hover .main-nav__dropdown-icon,
.main-nav > ul > li .main-nav__link:focus .main-nav__dropdown-icon {
    border-color: #3c1952;
    transition: transform 0.2s ease-out, border-color 0.2s ease-out;
  }
}
.main-nav > ul > li .main-nav__dropdown-button:hover span, .main-nav > ul > li .main-nav__dropdown-button:focus span,
.main-nav > ul > li .main-nav__link:hover span,
.main-nav > ul > li .main-nav__link:focus span {
  box-shadow: 0 4px 0 0 #cfb988;
  transition: box-shadow 0.2s ease-in-out;
}
.main-nav > ul > li .main-nav__dropdown-button {
  margin: 0;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 1200px) {
  .main-nav > ul > li .main-nav__dropdown-button {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .main-nav > ul > li .main-nav__dropdown-button[aria-expanded=true] {
    color: #3c1952;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav > ul > li .main-nav__dropdown-button[aria-expanded=true]:after {
    height: 7px;
    transition: height 0.2s ease-out;
  }
}
.main-nav > ul > li .main-nav__dropdown-button[aria-expanded=true] svg {
  transition: transform 0.2s ease-out;
  transform: rotate(0);
}

.main-nav__dropdown-icon {
  width: 10.5px;
  height: 10.5px;
  border: solid 2px #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease-out, border-color 0.3s ease-out, top 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .main-nav__dropdown-icon {
    margin-left: 10px;
    position: relative;
    top: -2px;
  }
}

.main-nav__submenu {
  padding: 0 36px;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.resize .main-nav__submenu {
  transition: none !important;
}
@media screen and (max-width: 1199px) {
  .main-nav__submenu {
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    transform: translateX(100%);
    position: fixed;
    z-index: 2;
    background: #fff;
  }
}
.main-nav__submenu[aria-hidden=false] {
  transform: translateX(0);
  height: 100%;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .main-nav__submenu[aria-hidden=false] {
    box-shadow: 0px 40px 30px rgba(0, 0, 0, 0.2);
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav__submenu {
    background-color: #fff;
    white-space: nowrap;
    position: absolute;
    height: 0;
    top: 100%;
    left: -15px;
    padding: 0;
    box-sizing: content-box;
    box-shadow: 0px 40px 30px rgba(0, 0, 0, 0);
    z-index: 1;
  }
}

@media screen and (max-width: 1199px) {
  .main-nav__submenu > li {
    padding-top: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav__submenu > li:first-of-type, .main-nav__submenu > li:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .main-nav__submenu > li + li {
    padding-top: 24px;
  }
  .main-nav__submenu > li + li:nth-of-type(2) {
    padding-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .main-nav__submenu > li + li:last-of-type {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav__submenu > li + li:last-of-type {
    border-top: solid 2px #cfb988;
  }
}
.main-nav__submenu > li + li:last-of-type a span {
  text-decoration: none;
}

.main-nav > ul > li > .main-nav__submenu > li > .main-nav__link {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.01125rem;
  text-transform: capitalize;
  background-color: #fff;
  color: #3c1952;
  justify-content: flex-start;
  border-width: 0;
  transition: all 0.3s ease-out;
}
.main-nav > ul > li > .main-nav__submenu > li > .main-nav__link > svg {
  transform: rotate(0deg);
}
.main-nav > ul > li > .main-nav__submenu > li > .main-nav__link > svg path {
  fill: #3c1952;
}
@media screen and (max-width: 1199px) {
  .main-nav > ul > li > .main-nav__submenu > li > .main-nav__link {
    width: calc(100% + 72px);
    box-shadow: 0 0 0 0 #cfb988;
    display: table;
    padding: 20px 36px;
    position: relative;
    top: 0;
    left: -36px;
  }
  .main-nav > ul > li > .main-nav__submenu > li > .main-nav__link:after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav > ul > li > .main-nav__submenu > li > .main-nav__link {
    display: block;
    padding: 20px 53px 20px 34px;
    transition: background-color 0.3s ease-out;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .main-nav > ul > li > .main-nav__submenu > li > .main-nav__link:after {
    display: none;
  }
}
.main-nav > ul > li > .main-nav__submenu > li > .main-nav__link:hover, .main-nav > ul > li > .main-nav__submenu > li > .main-nav__link:focus {
  transition: all 0.2s ease-out;
}

.main-nav__submenu > li button {
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #3c1952;
  margin-left: -6px;
  font-family: "Vollkorn", serif;
  font-size: 1.125rem;
  cursor: pointer;
}
.main-nav__submenu > li button > svg {
  width: 16px;
  transform: rotate(-90deg);
  fill: #3c1952;
}

.main-nav__submenu > li > a {
  color: #3c1952;
  line-height: 1.625rem;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.main-nav__submenu > li > a > svg {
  width: 12px;
  height: auto;
  margin-left: 4px;
  position: relative;
  left: 0;
  transition: left 0.3s ease-in-out;
}
.main-nav__submenu > li > a > span {
  transition: text-decoration-color 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
@media screen and (max-width: 1199px) {
  .main-nav__submenu > li > a {
    position: relative;
    box-shadow: 0 0 0 0 #3c1952;
    transition: box-shadow 0.3s ease-out;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav__submenu > li > a {
    transition: background-color 0.3s ease-out;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}
.main-nav__submenu > li > a:hover > span, .main-nav__submenu > li > a:focus > span {
  transition: text-decoration-color 0.2s ease-in-out;
  text-decoration-color: #3c1952;
}
.main-nav__submenu > li > a:hover > svg, .main-nav__submenu > li > a:focus > svg {
  transition: left 0.3s ease-in-out;
  left: 5px;
}
@media screen and (min-width: 1200px) {
  .main-nav__submenu > li > a {
    padding: 10.5px 53px 10.5px 34px;
  }
}

.site-header__resources {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .site-header__resources {
    background: #fff;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__resources {
    margin-left: 20px;
    z-index: 1;
  }
}

.site-header__resources > ul {
  overflow: hidden;
  box-shadow: 0px 40px 30px rgba(0, 0, 0, 0);
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .site-header__resources > ul {
    height: 100vh;
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__resources > ul {
    height: 0;
    transition: height 0.3s ease-out;
  }
}
@media screen and (max-width: 1199px) {
  .site-header__resources > ul[aria-hidden=false] {
    transform: translateX(0);
    transition: transform 0.2s ease-out;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__resources > ul[aria-hidden=false] {
    height: auto;
    transition: height 0.2s ease-out;
    box-shadow: 0px 40px 30px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1200px) {
  .site-header__resources > ul {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    white-space: nowrap;
  }
}

.site-header__resources > ul > li {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.625rem;
  font-weight: 600;
}
.site-header__resources > ul > li:first-of-type {
  padding: 20px 36px;
}
@media screen and (min-width: 1200px) {
  .site-header__resources > ul > li:first-of-type {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__resources > ul > li:nth-of-type(2) {
    padding-top: 12px;
  }
}
.site-header__resources > ul > li:last-of-type {
  padding-bottom: 12px;
}
.site-header__resources > ul > li > a {
  padding: 5px 36px;
  color: #3c1952;
  text-decoration: none;
  display: block;
  width: 100%;
  font-weight: 400;
  transition: background 0.3s ease-out;
}
.site-header__resources > ul > li > a:hover, .site-header__resources > ul > li > a:focus {
  transition: background 0.2s ease-out;
}
.site-header__resources > ul > li .back {
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-left: -6px;
  font-family: "Vollkorn", serif;
  font-size: 1.125rem;
  cursor: pointer;
}
.site-header__resources > ul > li .back > svg {
  width: 16px;
  transform: rotate(-90deg);
}

.site-header__resources-toggle {
  padding: 25px 36px;
  background: none;
  border: none;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  color: #3c1952;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.3125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 1199px) {
  .site-header__resources-toggle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 37px;
    width: calc(100% - 74px);
    height: 2px;
    background-color: #cfb988;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__resources-toggle {
    padding: 10px 13px 10px 20px;
    letter-spacing: 0.040625rem;
    color: #fff;
    border: solid 1px #cfb988;
  }
}
.site-header__resources-toggle:hover > svg path, .site-header__resources-toggle:focus > svg path {
  fill: #3c1952;
  transition: fill 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .site-header__resources-toggle:hover > svg, .site-header__resources-toggle:focus > svg {
    z-index: 2;
    transform: rotate(180deg);
    transition: all 0.2s ease-out;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__resources-toggle:hover, .site-header__resources-toggle:focus {
    background-color: #cfb988;
    color: #3c1952;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  .site-header__resources-toggle:hover .label svg path, .site-header__resources-toggle:focus .label svg path {
    transition: fill 0.3s ease-in-out;
    fill: #3c1952;
  }
}
.site-header__resources-toggle > svg {
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .site-header__resources-toggle > svg {
    transform: rotate(180deg);
    width: 16px;
    margin-left: 2px;
  }
  .site-header__resources-toggle > svg path {
    transition: fill 0.3s ease-in-out;
    fill: #fff;
  }
}
.site-header__resources-toggle .label {
  position: relative;
  display: flex;
  align-items: center;
}
.site-header__resources-toggle .label > svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.site-header__resources-toggle .label > svg path {
  transition: fill 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .site-header__resources-toggle .label > svg path {
    fill: #cfb988;
  }
}

.site-header__resources-toggle .dropdown-icon {
  width: 10.5px;
  height: 10.5px;
  border: solid 2px #3c1952;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .site-header__resources-toggle .dropdown-icon {
    position: relative;
    margin-left: 8px;
    top: -3px;
  }
}

@media screen and (min-width: 1200px) {
  .site-header__resources-toggle[aria-expanded=true] {
    background-color: #cfb988;
    color: #3c1952;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
}
.site-header__resources-toggle[aria-expanded=true]:after {
  width: 100%;
  transition: width 0.2s ease-out;
}
.site-header__resources-toggle[aria-expanded=true] .label svg path {
  fill: #3c1952;
}
.site-header__resources-toggle[aria-expanded=true] svg path {
  fill: #3c1952;
}
@media screen and (min-width: 1200px) {
  .site-header__resources-toggle[aria-expanded=true] svg {
    transform: rotate(0);
    transition: all 0.2s ease-out;
  }
}

.site-header__resources-toggle[aria-expanded=true] .dropdown-icon {
  transform: rotate(225deg);
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .site-header__resources-toggle[aria-expanded=true] .dropdown-icon {
    top: 3px;
  }
}

.site-footer {
  text-align: center;
  padding: 80px 37px 60px;
  margin-inline: auto;
  background: #3c1952;
  position: relative;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .site-footer {
    padding: 100px 36px 20px;
  }
}
.site-footer > .container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .site-footer > .container {
    text-align: left;
    padding-inline: 3.75rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer > .container {
    flex-wrap: nowrap;
  }
}

.site-footer__wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .site-footer__wrap {
    flex: 1 0 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer__wrap {
    flex: 0 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}

.site-footer__logo {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .site-footer__logo {
    flex: 1 0 100%;
    margin-inline: 0;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer__logo {
    max-width: 13.25rem;
    flex: 0 0 auto;
    margin-inline: 0;
  }
}

.site-footer__primary-nav {
  margin-block: 1.25rem;
}
@media screen and (min-width: 768px) {
  .site-footer__primary-nav {
    flex: 0 0 50%;
    text-align: right;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer__primary-nav {
    margin-block: 0;
    margin: 0 6.5%;
    flex: 0 0 auto;
    text-align: left;
  }
  .site-footer__primary-nav + .site-footer__secondary-nav {
    margin-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .site-footer__primary-nav {
    margin: 0 80px;
  }
}
.site-footer__primary-nav ul li {
  margin-bottom: 0.75rem;
}
.site-footer__primary-nav ul li a {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(207, 185, 136, 0);
  transition: 0.3s all ease-in-out;
}
.site-footer__primary-nav ul li a:hover, .site-footer__primary-nav ul li a:focus {
  box-shadow: 0 3px 0 0 #cfb988;
  color: #cfb988;
  transition: 0.2s all ease-in-out;
}

.site-footer__secondary-nav {
  margin-block: 1.25rem;
}
@media screen and (min-width: 768px) {
  .site-footer__secondary-nav {
    padding: 0 15px;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer__secondary-nav {
    margin-block: 0;
    margin: 0 6.5%;
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .site-footer__secondary-nav {
    margin: 0 80px;
  }
}
.site-footer__secondary-nav ul li {
  margin-bottom: 0.75rem;
}
.site-footer__secondary-nav ul li a {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(207, 185, 136, 0);
  transition: 0.3s all ease-in-out;
}
.site-footer__secondary-nav ul li a:hover, .site-footer__secondary-nav ul li a:focus {
  box-shadow: 0 3px 0 0 #cfb988;
  color: #cfb988;
  transition: 0.2s all ease-in-out;
}

@media screen and (min-width: 768px) {
  .site-footer__location {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer__location {
    flex: 0 0 auto;
    align-items: flex-start;
  }
}

.site-footer__social {
  margin-block-start: 2rem;
}
@media screen and (min-width: 1200px) {
  .site-footer__social {
    flex: 0 1 auto;
    width: 100%;
    margin-block-start: 0;
  }
}
.site-footer__social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem 0.9375rem;
}
@media screen and (min-width: 1200px) {
  .site-footer__social ul {
    justify-content: flex-start;
  }
}
.site-footer__social ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.25s color ease-in-out;
  font-size: 0.875rem;
  line-height: 1.57;
}
.site-footer__social ul li a svg circle {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}
.site-footer__social ul li a svg path {
  fill: #3c1952;
  transition: fill 0.3s ease-in-out;
}
.site-footer__social ul li a:hover svg circle, .site-footer__social ul li a:focus svg circle {
  fill: #cfb988;
  transition: fill 0.2s ease-in-out;
}
.site-footer__social ul li a:hover svg path, .site-footer__social ul li a:focus svg path {
  fill: #3c1952;
  transition: fill 0.3s ease-in-out;
}

.site-footer__address {
  color: #fff;
  margin-top: 20px;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .site-footer__address {
    text-align: center;
  }
}

.site-footer__phones {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  font-weight: 500;
}
.site-footer__phones > li {
  padding: 0 5px;
}
.site-footer__phones > li a {
  text-decoration: none;
  color: #fff;
}
.site-footer__phones > li + li {
  border-left: solid 1px #fff;
}
.site-footer__phones + .btn {
  margin-top: 18px;
}

.site-footer__nav-label {
  letter-spacing: 0.02rem;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #fff;
}

.site-footer__bottom {
  margin-top: 40px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .site-footer__bottom {
    display: flex;
    align-items: center;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer__bottom p {
    margin: 0 10px 0 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .site-footer__bottom-menu {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .site-footer__bottom-menu li {
    padding: 0 10px;
  }
}
.site-footer__bottom-menu li > a {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.site-footer__bottom-menu li > a:hover, .site-footer__bottom-menu li > a:focus {
  color: #cfb988;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 767.9px) {
  .site-footer__bottom-menu li + li {
    margin-top: 15px;
  }
}

.paragraph-widget--blockquote {
  position: relative;
  margin-inline: -2.75rem;
}
@media screen and (min-width: 1024px) {
  .paragraph-widget--blockquote {
    margin-inline: -7.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .paragraph-widget--blockquote {
    margin-inline: -8.4375rem -18rem;
  }
}

.program-links + .paragraph-widget--blockquote .blockquote--home {
  padding-top: 110px;
}

.home-blockquote {
  position: relative;
  width: calc(100% + 74px);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 130px 0 60px;
}
@media screen and (min-width: 1024px) {
  .home-blockquote {
    width: 100vw;
  }
}

.home-blockquote-alt {
  position: relative;
  width: calc(100% + 74px);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0d5664;
  padding: 60px 0;
}
@media screen and (min-width: 1024px) {
  .home-blockquote-alt {
    width: 100vw;
  }
}

.home-blockquote .blockquote {
  color: #0d5664;
  background-color: #fff;
  max-width: 1300px;
}
@media screen and (min-width: 1024px) {
  .home-blockquote .blockquote {
    padding: 0 79px 0 159px;
  }
}
.home-blockquote .blockquote .blockquote__quote {
  color: #4A4A4A;
}

.home-blockquote-alt .blockquote {
  color: #fff;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 37px;
}
@media screen and (min-width: 1024px) {
  .home-blockquote-alt .blockquote {
    padding: 0 79px 0 159px;
  }
}

.blockquote, .blockquote--home {
  background-color: #0d5664;
  position: relative;
  color: #fff;
  margin: 0;
  padding: 0;
  padding: 3rem 2.75rem 1.25rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .blockquote, .blockquote--home {
    text-align: left;
    padding: 3rem 7.5rem 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .blockquote, .blockquote--home {
    padding: 3rem 18rem 3rem 8.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .blockquote.blockquote--with-image .blockquote__wrap, .blockquote--home.blockquote--with-image .blockquote__wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 3.125rem;
  }
}

.blockquote--home {
  background-color: #fff;
}
.blockquote--home .blockquote__quote {
  color: #4A4A4A;
}
.blockquote--home .blockquote__attribution {
  color: #4A4A4A;
}

.blockquote__text-wrap {
  margin-block: 1.875rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .blockquote__text-wrap {
    margin-block: 0;
  }
}
.blockquote__text-wrap svg {
  fill: #cfb988;
}
@media screen and (min-width: 1024px) {
  .blockquote__text-wrap svg {
    position: absolute;
    left: -5.3125rem;
    top: 0.5rem;
  }
}

.blockquote__quote {
  margin: 1.125rem 0 0 0;
  padding: 0;
  color: #fff;
  font-family: "Vollkorn", serif;
  font-weight: 600;
  line-height: 1.45;
  font-size: 1.375rem;
}
@media screen and (min-width: 1024px) {
  .blockquote__quote {
    font-size: 1.5625rem;
  }
}

.blockquote__attribution {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .blockquote__attribution {
    margin-left: 2.625rem;
  }
}
.blockquote__attribution:before {
  content: "";
  position: absolute;
  border-bottom: 0.375rem solid #cfb988;
  width: 2.1875rem;
  left: -2.6875rem;
  top: 50%;
  transform: translateY(-50%);
}
.blockquote__attribution .blockquote__title {
  font-weight: 400;
}

.blockquote__portrait {
  max-width: 13.8125rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .blockquote__portrait {
    flex: 0 0 auto;
    max-width: 14.0625rem;
    width: 14.0625rem;
  }
}
.blockquote__portrait:before {
  padding-top: 107.27%;
}

.btn,
.calendar-nav > a,
main .views-element-container .views-exposed-form .form-submit,
.webform-confirmation__back > a,
.modal .webform-submission-form button,
.modal .webform-submission-form .form-actions .webform-button--submit,
input[type=submit],
.home-feature--large .home-feature__cta a,
.home-feature__cta a,
.skip-link {
  display: block;
  border: none;
  padding: 0.3125rem 1.25rem 0.1875rem;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-family: inherit;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: border 0.3s ease-in-out, 0.3s top ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  position: relative;
  top: 0;
}
@media screen and (min-width: 667px) {
  .btn,
.calendar-nav > a,
main .views-element-container .views-exposed-form .form-submit,
.webform-confirmation__back > a,
.modal .webform-submission-form button,
.modal .webform-submission-form .form-actions .webform-button--submit,
input[type=submit],
.home-feature--large .home-feature__cta a,
.home-feature__cta a,
.skip-link {
    display: inline-block;
  }
}
.btn:before,
.calendar-nav > a:before,
main .views-element-container .views-exposed-form .form-submit:before,
.webform-confirmation__back > a:before,
.modal .webform-submission-form button:before,
.modal .webform-submission-form .form-actions .webform-button--submit:before,
input[type=submit]:before,
.home-feature--large .home-feature__cta a:before,
.home-feature__cta a:before,
.skip-link:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  transition: bottom 0.1s ease-in-out;
  transform-origin: bottom center;
  z-index: 0;
}
.btn:after,
.calendar-nav > a:after,
main .views-element-container .views-exposed-form .form-submit:after,
.webform-confirmation__back > a:after,
.modal .webform-submission-form button:after,
.modal .webform-submission-form .form-actions .webform-button--submit:after,
input[type=submit]:after,
.home-feature--large .home-feature__cta a:after,
.home-feature__cta a:after,
.skip-link:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #cfb988;
  transform: scaleY(0);
  transition: transform 0.3s ease-in-out;
  transform-origin: bottom center;
  z-index: 0;
}
.btn span,
.calendar-nav > a span,
main .views-element-container .views-exposed-form .form-submit span,
.webform-confirmation__back > a span,
.modal .webform-submission-form button span,
.modal .webform-submission-form .form-actions .webform-button--submit span,
input[type=submit] span,
.home-feature--large .home-feature__cta a span,
.home-feature__cta a span,
.skip-link span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}

.btn.btn--primary:hover:before, .btn.btn--primary:focus:before,
.btn.btn--secondary:hover:before,
.btn.btn--secondary:focus:before,
.home-feature__cta a:hover:before,
.skip-link:hover:before,
.home-feature__cta a:focus:before,
.skip-link:focus:before,
.btn.btn--filter:hover:before,
.btn.btn--filter:focus:before,
.btn.btn--primary-alt:hover:before,
.btn.btn--primary-alt:focus:before,
.webform-confirmation__back > a:hover:before,
.webform-confirmation__back > a:focus:before,
.btn.btn--secondary-alt:hover:before,
.btn.btn--secondary-alt:focus:before,
.calendar-nav > a:hover:before,
.calendar-nav > a:focus:before {
  bottom: -8px;
}
.btn.btn--primary:hover:after, .btn.btn--primary:focus:after,
.btn.btn--secondary:hover:after,
.btn.btn--secondary:focus:after,
.home-feature__cta a:hover:after,
.skip-link:hover:after,
.home-feature__cta a:focus:after,
.skip-link:focus:after,
.btn.btn--filter:hover:after,
.btn.btn--filter:focus:after,
.btn.btn--primary-alt:hover:after,
.btn.btn--primary-alt:focus:after,
.webform-confirmation__back > a:hover:after,
.webform-confirmation__back > a:focus:after,
.btn.btn--secondary-alt:hover:after,
.btn.btn--secondary-alt:focus:after,
.calendar-nav > a:hover:after,
.calendar-nav > a:focus:after {
  transform: scaleY(1);
}

.btn.btn--primary,
.btn.btn--primary-alt,
.webform-confirmation__back > a {
  border: solid 0.125rem #cfb988;
  text-decoration: none;
}
.btn.btn--primary:hover, .btn.btn--primary:focus, .btn.btn--primary.is-active, .btn.btn--primary.active,
.btn.btn--primary-alt:hover,
.btn.btn--primary-alt:focus,
.btn.btn--primary-alt.is-active,
.btn.btn--primary-alt.active,
.webform-confirmation__back > a:hover,
.webform-confirmation__back > a:focus,
.webform-confirmation__back > a.is-active,
.webform-confirmation__back > a.active {
  color: #3c1952;
}
.btn.btn--primary:hover span, .btn.btn--primary:focus span, .btn.btn--primary.is-active span, .btn.btn--primary.active span,
.btn.btn--primary-alt:hover span,
.btn.btn--primary-alt:focus span,
.btn.btn--primary-alt.is-active span,
.btn.btn--primary-alt.active span,
.webform-confirmation__back > a:hover span,
.webform-confirmation__back > a:focus span,
.webform-confirmation__back > a.is-active span,
.webform-confirmation__back > a.active span {
  color: #3c1952;
}

.btn.btn--filter {
  border: solid 0.125rem #cfb988;
  color: #3c1952;
  line-height: 1.75rem;
  font-size: 1rem;
  transition: border 0.3s ease-in-out, 0.3s top ease-in-out, color 0.3s ease-in-out;
}
.btn.btn--filter:hover, .btn.btn--filter:focus, .btn.btn--filter.is-active {
  transition: border 0.2s ease-in-out, 0.2s top ease-in-out, color 0.2s ease-in-out;
}
.btn.btn--filter:after {
  z-index: -1;
}

.btn.btn--input-filter,
main .views-element-container .views-exposed-form .form-submit,
input[type=submit] {
  border: solid 0.125rem #cfb988;
  color: #3c1952;
  transition: border 0.3s ease-in-out, background 0.3s ease-in-out, top 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn.btn--input-filter:hover, .btn.btn--input-filter:focus, .btn.btn--input-filter.is-active,
main .views-element-container .views-exposed-form .form-submit:hover,
input[type=submit]:hover,
main .views-element-container .views-exposed-form .form-submit:focus,
input[type=submit]:focus,
main .views-element-container .views-exposed-form .is-active.form-submit,
input.is-active[type=submit] {
  top: 0;
  background: #cfb988;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, top 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn.btn--input-filter:after,
main .views-element-container .views-exposed-form .form-submit:after,
input[type=submit]:after {
  z-index: -1;
}

.btn.btn--input-secondary,
.modal .webform-submission-form button,
.modal .webform-submission-form .form-actions .webform-button--submit {
  border: solid 0.125rem #cfb988;
  color: #fff;
  transition: border 0.3s ease-in-out, background 0.3s ease-in-out, top 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn.btn--input-secondary:hover, .btn.btn--input-secondary:focus, .btn.btn--input-secondary.is-active, .btn.btn--input-secondary.active,
.modal .webform-submission-form button:hover,
.modal .webform-submission-form .form-actions .webform-button--submit:hover,
.modal .webform-submission-form button:focus,
.modal .webform-submission-form .form-actions .webform-button--submit:focus,
.modal .webform-submission-form button.is-active,
.modal .webform-submission-form .form-actions .is-active.webform-button--submit,
.modal .webform-submission-form button.active,
.modal .webform-submission-form .form-actions .active.webform-button--submit {
  top: 0;
  background: #cfb988;
  color: #3c1952;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, top 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn.btn--input-secondary:after,
.modal .webform-submission-form button:after,
.modal .webform-submission-form .form-actions .webform-button--submit:after {
  z-index: 0;
}

.btn.btn--secondary,
.home-feature__cta a,
.skip-link,
.btn.btn--secondary-alt,
.calendar-nav > a {
  background-color: transparent;
  border: solid 0.125rem #cfb988;
  color: #3c1952;
  text-decoration: none;
}
.btn.btn--secondary span,
.home-feature__cta a span,
.skip-link span,
.btn.btn--secondary-alt span,
.calendar-nav > a span {
  color: #3c1952;
}

.btn.btn--primary-alt:after,
.webform-confirmation__back > a:after,
.btn.btn--secondary-alt:after,
.calendar-nav > a:after {
  z-index: -1;
}

.btn.btn--secondary-alt,
.calendar-nav > a {
  transition: background 0.3s ease-out;
}
.btn.btn--secondary-alt:hover, .btn.btn--secondary-alt:focus,
.calendar-nav > a:hover,
.calendar-nav > a:focus {
  background: #cfb988;
  transition: background 0.2s ease-out;
}

.btn.btn--clear,
.home-feature--large .home-feature__cta a {
  background-color: transparent;
  border: solid 0.125rem #cfb988;
}
.btn.btn--clear:hover span, .btn.btn--clear:focus span,
.home-feature--large .home-feature__cta a:hover span,
.home-feature--large .home-feature__cta a:focus span {
  color: #3c1952;
}
.btn.btn--clear span,
.home-feature--large .home-feature__cta a span {
  color: #fff;
}

@media screen and (min-width: 667px) {
  .button-set ul, .button-set--filters ul {
    display: flex;
    gap: 1.5625rem;
    flex-wrap: wrap;
  }
}
.button-set ul li, .button-set--filters ul li {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 667px) {
  .button-set ul li, .button-set--filters ul li {
    margin-bottom: 0;
  }
}
.button-set ul li:last-child, .button-set--filters ul li:last-child {
  margin-bottom: 0;
}

.button-set--filters ul {
  max-width: 1090px;
  margin: 0 auto;
}
@media screen and (max-width: 666.9px) {
  .button-set--filters .btn {
    width: 100%;
  }
}

.fancy-link,
.side-card-statistic__content a,
.home-news-feed__top a {
  font-family: "Vollkorn", serif;
  font-size: 1.25rem;
  text-decoration: underline;
  text-decoration-thickness: 0rem;
  text-underline-offset: 0.1875rem;
  text-decoration-color: transparent;
  text-decoration-skip-ink: none;
  transition: 0.3s text-decoration-color ease-in-out, 0.3s text-decoration-color ease-in-out, 0.3s top ease-in-out;
  position: relative;
  top: 0;
  line-height: 1;
}
.fancy-link svg,
.side-card-statistic__content a svg,
.home-news-feed__top a svg {
  position: relative;
  bottom: 0.25rem;
  transform: translateX(0.125rem);
  transition: 0.3s transform ease-in-out;
}
.fancy-link:hover, .fancy-link:focus,
.side-card-statistic__content a:hover,
.home-news-feed__top a:hover,
.side-card-statistic__content a:focus,
.home-news-feed__top a:focus {
  text-decoration-thickness: 0.125rem;
  text-decoration-color: #cfb988;
}
.fancy-link:hover svg, .fancy-link:focus svg,
.side-card-statistic__content a:hover svg,
.home-news-feed__top a:hover svg,
.side-card-statistic__content a:focus svg,
.home-news-feed__top a:focus svg {
  transform: translateX(0.375rem);
}

.fancy-link--primary {
  color: #fff;
}
.fancy-link--primary svg {
  fill: #fff;
}

.fancy-link--secondary,
.side-card-statistic__content a,
.home-news-feed__top a {
  color: #3c1952;
}
.fancy-link--secondary svg,
.side-card-statistic__content a svg,
.home-news-feed__top a svg {
  fill: #3c1952;
}

.fancy-link-set ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem 2.5rem;
}
.fancy-link-set ul li:last-child {
  margin-bottom: 0;
}

.text-content .fancy-link-set ul {
  list-style: none;
  padding-left: 0;
}
.text-content .fancy-link-set ul li:before {
  display: none;
}

.hero {
  padding: 3.125rem 1.875rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  padding-top: 90px;
}
@media screen and (min-width: 1200px) {
  .hero {
    padding-top: 162px;
    padding-bottom: 85px;
    margin-bottom: 70px;
  }
}
.hero .breadcrumbs {
  margin: 0;
  position: relative;
  z-index: 1;
}

.hero__title {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  max-width: 1090px;
  margin: 0 auto;
}
.hero__title:last-child {
  margin: 1.875rem auto;
}

.hero__background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #3c1952;
}
.hero__background-image .parallax__image {
  background: #3c1952;
  height: 180%;
}
.hero__background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  mix-blend-mode: multiply;
}
.hero__background-image img.mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .hero__background-image img.mobile {
    display: none;
  }
}
.hero__background-image img.desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hero__background-image img.desktop {
    display: block;
  }
}

.hero__content {
  margin: 45px auto 0;
  text-align: center;
  color: #fff;
  position: relative;
}

.hero .profile__acc {
  font-size: 1.75rem;
  line-height: 2.375rem;
  letter-spacing: 0.0175rem;
  font-weight: 700;
}

.hero .profile__title {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.hero .profile__title span {
  padding: 0 20px;
}

.hero .profile__label {
  margin-top: 42px;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 0.0125rem;
  font-weight: 800;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}

.hero .profile__contact {
  margin-top: 15px;
  font-weight: 500;
}
.hero .profile__contact a {
  color: #fff;
  margin: 0 20px;
  font-weight: 700;
  line-height: 1.5rem;
}
.hero .profile__contact span {
  padding: 0 20px;
  font-weight: 500;
  line-height: 1.5rem;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}

.hero--profile.has-image {
  margin-bottom: 0;
}
.hero--profile.has-image .hero__background-image {
  height: 72%;
}

.hero .profile__image {
  margin: 45px auto 0;
  max-width: 452px;
}

.hero .profile__image-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero .profile__image-wrap > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero--event.has-image {
  margin-bottom: 0;
}
.hero--event.has-image .hero__background-image {
  height: 80%;
}

.hero .event__date {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}
.hero .event__date svg {
  margin-right: 20px;
}

.hero .event__location {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  margin-top: 10px;
}
.hero .event__location svg {
  margin-right: 20px;
  position: relative;
  top: 3px;
}
.hero .event__location svg path {
  fill: #fff;
}
.hero .event__location span {
  text-align: left;
}

.hero .event__video {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.hero .event__video svg {
  margin-right: 20px;
}
.hero .event__video a {
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.hero .event__video a:hover, .hero .event__video a:focus {
  color: #cfb988;
  text-decoration-color: #cfb988;
}

.hero .event__image {
  margin: 45px auto 0;
  max-width: 633px;
  width: 100%;
  height: auto;
  max-height: 375px;
}
.hero .event__image > img {
  display: block;
  max-height: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .hero .event__image > img {
    margin: 0 auto;
  }
}

.hero .event__image-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 59%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero .event__image-wrap > img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.hero--news.has-image {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .hero--news.has-image {
    padding-bottom: 60px;
  }
}
.hero--news.has-image .hero__background-image {
  height: 75%;
}
@media screen and (min-width: 480px) {
  .hero--news.has-image .hero__background-image {
    height: 70%;
  }
}
@media screen and (min-width: 667px) {
  .hero--news.has-image .hero__background-image {
    height: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .hero--news.has-image .hero__background-image {
    height: 52%;
  }
}

.hero .news__publication-date {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}

.hero .news__image {
  margin: 45px auto 0;
  max-width: 1090px;
  width: 100%;
  height: auto;
  max-height: 567px;
}
.hero .news__image > img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .hero .news__image > img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .two-column .hero .news__image {
    width: calc(100% - 300px);
    max-width: 1017px;
  }
  .two-column .hero .news__image .news__image-wrap {
    margin-left: -144px;
  }
}
@media screen and (min-width: 1200px) {
  .two-column .hero .news__image {
    width: calc(100% - 358px);
  }
  .two-column .hero .news__image .news__image-wrap {
    margin-left: -72px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1519px) {
  .two-column .hero .news__image {
    margin-inline: 7.5%;
  }
  .two-column .hero .news__image .news__image-wrap {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1520px) {
  .two-column .hero .news__image .news__image-wrap {
    margin-left: -111px;
  }
}

.hero .news__image-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 52%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero .news__image-wrap > img, .hero .news__image-wrap > picture, .hero .news__image-wrap > picture > img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.home-cta {
  position: relative;
  width: calc(100% + 74px);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3c1952;
}
@media screen and (min-width: 1024px) {
  .home-cta {
    width: 100vw;
  }
}
.home-cta .container {
  max-width: 1300px;
  padding: 0 37px;
}

.home-cta__image {
  width: 100%;
  height: 0;
  padding-bottom: 81%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .home-cta__image {
    padding-bottom: 66%;
  }
}
.home-cta__image > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.home-cta__image:before {
  content: "";
  background: #dee6e7;
  position: absolute;
  width: 100vw;
  height: 85%;
  top: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .home-cta__image:before {
    height: 65%;
  }
}
.home-cta__image .landing-hero__arrow--right {
  z-index: 1;
  top: unset;
  bottom: 0;
}
@media screen and (max-width: 1199.9px) {
  .home-cta__image .landing-hero__arrow--right {
    right: -44px;
  }
}
@media screen and (min-width: 1200px) {
  .home-cta__image .landing-hero__arrow--right {
    transform: scale(0.75) translateY(80%);
  }
}

.home-cta__title {
  max-width: calc(100% - 80px);
  padding: 10px 20px;
  color: #fff;
  font-size: 3.125rem;
  line-height: 3.125rem;
  letter-spacing: -1px;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: -40px auto 0;
  position: relative;
  display: table;
  background: #3c1952;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .home-cta__title {
    max-width: 540px;
  }
}
@media screen and (min-width: 1024px) {
  .home-cta__title {
    font-size: 6.25rem;
    line-height: 6.25rem;
    letter-spacing: -0.125rem;
    padding: 15px 25px;
    margin: -70px auto 0;
  }
}

.home-cta__links {
  margin: 0 auto;
  max-width: 380px;
  padding: 30px 0 60px;
}
@media screen and (min-width: 768px) {
  .home-cta__links {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .home-cta__links-wrap {
    display: flex;
    justify-content: center;
  }
}
.home-cta__links-wrap li a {
  width: 100%;
}
.home-cta__links-wrap li + li {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .home-cta__links-wrap li + li {
    margin-top: 0;
    margin-left: 20px;
  }
}

.home-feature {
  position: relative;
  width: calc(100% + 74px);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 65px 0;
}
@media screen and (min-width: 1024px) {
  .home-feature {
    width: 100vw;
  }
}
@media screen and (min-width: 1024px) {
  .home-feature {
    padding: 0 0 65px;
  }
}

.home-feature > .container {
  padding: 0 37px;
}
@media screen and (min-width: 1024px) {
  .home-feature > .container {
    padding: 0 60px;
  }
}

.home-feature__wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .home-feature__wrap {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .home-feature .video-embed {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1200px) {
  .home-feature .video-embed {
    flex: 0 0 57%;
  }
}

@media screen and (max-width: 1023.9px) {
  .home-feature .video-embed + * {
    margin-top: 30px;
  }
}

.home-feature__title {
  text-align: center;
  font-size: 3.125rem;
  line-height: 3.125rem;
  text-transform: uppercase;
  color: #3c1952;
}
@media screen and (min-width: 768px) {
  .home-feature__title {
    font-size: 6.25rem;
    line-height: 6.25rem;
    max-width: 768px;
    margin: 0 auto 40px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .home-feature__title {
    position: relative;
    max-width: 900px;
    letter-spacing: -0.125rem;
    top: -40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .home-feature__content {
    padding: 0 79px;
  }
}
.home-feature__content p {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 2.1875rem;
  color: #2E1A46;
}
@media screen and (min-width: 1200px) {
  .home-feature__content p {
    font-size: 2rem;
    line-height: 2.625rem;
    margin-bottom: 30px;
  }
}

.home-feature__cta a:after {
  z-index: 0;
}

.home-feature--large {
  position: relative;
  width: calc(100% + 74px);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .home-feature--large {
    width: 100vw;
  }
}

.home-feature--large.green-bg .home-feature__title span:first-of-type {
  background-color: #0d5664;
}
.home-feature--large.green-bg .home-feature__background-image .parallax__image {
  background: #0d5664;
}
.home-feature--large.green-bg .home-feature__content p {
  font-family: "Vollkorn", serif;
  font-weight: 700;
  text-align: left;
}

.home-feature--large.text-right .home-feature__wrap {
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .home-feature--large.text-right .home-feature__content {
    flex: 0 0 60%;
  }
}

@media screen and (min-width: 1024px) {
  .home-feature__feature-image .mobile {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .home-feature__feature-image .desktop {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .home-feature__feature-image {
    height: 0;
    padding-bottom: 79%;
    position: relative;
  }
}
.home-feature__feature-image img {
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .home-feature__feature-image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

.home-feature--large .home-feature__title {
  color: #fff;
  background-color: transparent;
  max-width: 290px;
  margin: -40px auto 26px;
  position: relative;
  z-index: 3;
}
.home-feature--large .home-feature__title:before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  background-color: #3c1952;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .home-feature--large .home-feature__title:before {
    height: 80px;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .home-feature--large .home-feature__title {
    max-width: 644px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .home-feature--large .home-feature__title {
    max-width: 920px;
    margin: -40px auto 0;
  }
}

.home-feature--large.green-bg .home-feature__title:before {
  background-color: #0d5664;
}

.home-feature--large .home-feature__content {
  padding-bottom: 62px;
}
@media screen and (min-width: 1200px) {
  .home-feature--large .home-feature__content {
    margin-bottom: 0;
    padding: 0 53px;
    flex: 0 0 45%;
  }
}

.home-feature--large .home-feature__content-area {
  position: relative;
  padding-bottom: 61px;
}
@media screen and (min-width: 1024px) {
  .home-feature--large .home-feature__content-area {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .home-feature--large .home-feature__content-area {
    padding-bottom: 280px;
  }
}
.home-feature--large .home-feature__content-area .landing-hero__arrow {
  bottom: unset;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home-feature--large .home-feature__content-area .landing-hero__arrow {
    left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .home-feature--large .home-feature__content-area .landing-hero__arrow {
    left: 0.3125rem;
    bottom: unset;
  }
}
@media screen and (min-width: 1440px) {
  .home-feature--large .home-feature__content-area .landing-hero__arrow {
    left: 8.125rem;
  }
}
.home-feature--large .home-feature__content-area .landing-hero__arrow--right {
  z-index: 1;
  right: 0;
}
@media screen and (min-width: 768px) {
  .home-feature--large .home-feature__content-area .landing-hero__arrow--right {
    right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .home-feature--large .home-feature__content-area .landing-hero__arrow--right {
    right: 0.3125rem;
    bottom: unset;
  }
}
@media screen and (min-width: 1440px) {
  .home-feature--large .home-feature__content-area .landing-hero__arrow--right {
    right: 8.125rem;
  }
}

.home-feature--large .home-feature__background-image {
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .home-feature--large .home-feature__background-image .mobile {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .home-feature--large .home-feature__background-image .desktop {
    display: none;
  }
}
.home-feature--large .home-feature__background-image.parallax {
  overflow: hidden;
}
.home-feature--large .home-feature__background-image img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top center;
  mix-blend-mode: multiply;
}
.home-feature--large .home-feature__background-image .parallax__image {
  background: #3c1952;
  height: 180%;
}

.home-feature--large .home-feature__content-area .container {
  padding-left: 36px;
  padding-right: 36px;
}

.home-feature--large .home-feature__wrap {
  flex-direction: column-reverse;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .home-feature--large .home-feature__wrap {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.home-feature--large .home-feature__wrap p {
  text-align: center;
  color: #fff;
  font-size: 1.5625rem;
  line-height: 2rem;
  letter-spacing: 0.0125rem;
  font-weight: 800;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .home-feature--large .home-feature__wrap p {
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: 0.01875rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-feature--large .home-feature__wrap p {
    max-width: none;
    text-align: left;
  }
}

.home-feature--large .home-feature__cta {
  display: flex;
  justify-content: center;
  margin: 25px auto 0;
  max-width: 420px;
}
@media screen and (min-width: 1024px) {
  .home-feature--large .home-feature__cta {
    margin: 45px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-feature--large .home-feature__cta {
    margin: 65px 0 0;
    max-width: none;
    justify-content: flex-start;
  }
}
.home-feature--large .home-feature__cta a {
  width: 100%;
}
.home-feature--large .home-feature__cta a:after {
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .home-feature--large .home-feature__cta a {
    width: auto;
  }
}

.home-feature--large .home-feature__image {
  margin: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1199.9px) {
  .home-feature--large .home-feature__image {
    margin-bottom: 80px;
  }
}

.home-feature--large .home-feature__image figcaption {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
  font-style: italic;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .home-feature--large .home-feature__image figcaption {
    text-align: right;
  }
}

.section-label {
  position: absolute;
  display: table;
  padding: 14px 17px 14px 68px;
  background: #fff;
  top: 0;
  transform-origin: top left;
  transition: transform 0.6s ease-out;
  z-index: 2;
}
@media screen and (max-width: 1023.9px) {
  .section-label {
    scroll-margin-top: 100px;
    transform: translateY(-50%) translateX(-100%);
    left: 0;
  }
  .section-label.is-active {
    transform: translateY(-50%) translateX(0);
  }
  .section-label.is-active svg {
    opacity: 1;
  }
  .section-label.is-active span {
    opacity: 1;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section-label {
    scroll-margin-top: 250px;
    padding: 14px 17px 14px 92px;
    transform: translateY(0) translateX(56px) rotate(90deg);
    transition: transform 0.4s ease-out;
    opacity: 1;
  }
  .section-label.is-active {
    transform: translateY(-39px) translateX(56px) rotate(90deg);
  }
  .home-feature--cards .section-label.is-active {
    transform: translateY(-39px) translateX(56px) rotate(90deg);
  }
  .section-label.is-active svg {
    opacity: 1;
  }
  .section-label.is-active span {
    color: #3c1952;
  }
  .section-label.is-active span:after {
    transform: scale(0, 1);
  }
  .home-feature--cards .section-label.is-active span {
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .home-feature--cards .section-label, .home-feature--large .section-label {
    scroll-margin-top: -400px;
  }
}
@media screen and (min-width: 1200px) {
  .home-feature--cards .section-label, .home-feature--large .section-label {
    scroll-margin-top: -500px;
  }
}
@media screen and (min-width: 1440px) {
  .home-feature--cards .section-label, .home-feature--large .section-label {
    scroll-margin-top: -550px;
  }
}
@media screen and (min-width: 1680px) {
  .home-feature--cards .section-label, .home-feature--large .section-label {
    scroll-margin-top: -640px;
  }
}
@media screen and (min-width: 1920px) {
  .home-feature--cards .section-label, .home-feature--large .section-label {
    scroll-margin-top: -900px;
  }
}
@media screen and (min-width: 1680px) {
  .section-label.is-active {
    transform: translateY(-79px) translateX(56px) rotate(90deg);
  }
  .home-feature--cards .section-label.is-active {
    transform: translateY(-39px) translateX(56px) rotate(90deg);
  }
}
.section-label#Transformation > svg {
  top: 43%;
  width: 22px;
}
@media screen and (min-width: 1024px) {
  .section-label#Transformation > svg {
    left: 6px;
  }
}
.section-label > svg {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: auto;
  opacity: 0;
}
@media screen and (max-width: 1023.9px) {
  .section-label > svg {
    transition: opacity 0.3s 0.2s ease-out;
  }
}
@media screen and (min-width: 1024px) {
  .section-label > svg {
    transition: opacity 0.3s ease-out;
    transform: rotate(-90deg) translateX(50%);
    top: 50%;
    left: 10px;
  }
}
.section-label > svg path {
  fill: #cfb988;
}
.section-label > span {
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .section-label > span {
    opacity: 0;
    left: -10px;
    transition: all 0.3s 0.4s ease-out;
  }
}
@media screen and (min-width: 1024px) {
  .section-label > span {
    color: #fff;
    display: block;
    transform: rotate(180deg);
    transition: all 0.5s 0.6s ease-out;
  }
  .home-feature--cards .section-label > span {
    color: #0d5664;
  }
}
@media screen and (min-width: 1024px) {
  .section-label > span:before {
    content: "";
    width: 1px;
    height: 36px;
    border-left: dotted 2px #cfb988;
    position: absolute;
    transform: rotate(-90deg);
    z-index: 1;
    right: -30px;
    top: -4px;
  }
}
@media screen and (min-width: 1024px) {
  .section-label > span:after {
    content: "";
    width: 40px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    right: -50px;
    top: 8px;
    transform-origin: bottom left;
    transition: all 0.3s 0.3s ease-out;
  }
  .home-feature--cards .section-label > span:after {
    background-color: #0d5664;
  }
}

@media screen and (max-width: 1023.9px) {
  html:not(.js) .section-label {
    transform: translateY(-50%) translateX(0);
  }
  html:not(.js) .section-label svg {
    opacity: 1;
  }
  html:not(.js) .section-label span {
    opacity: 1;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  html:not(.js) .section-label {
    transform: translateY(-39px) translateX(56px) rotate(90deg);
  }
  .home-feature--cards html:not(.js) .section-label {
    transform: translateY(-39px) translateX(56px) rotate(90deg);
  }
  html:not(.js) .section-label svg {
    opacity: 1;
  }
  html:not(.js) .section-label span {
    color: #3c1952;
  }
  html:not(.js) .section-label span:after {
    transform: scale(0, 1);
  }
  .home-feature--cards html:not(.js) .section-label span {
    color: #fff;
  }
}

.home-feature--cards {
  position: relative;
  z-index: 3;
  position: relative;
  width: calc(100% + 74px);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 90px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .home-feature--cards {
    width: 100vw;
  }
}
.home-feature--cards .container {
  padding: 0 37px;
  position: relative;
}
.home-feature--cards img {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .home-feature--cards .home-feature__title {
    position: relative;
    padding: 10px 15px;
    max-width: 360px;
    margin: -40px auto 40px;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .home-feature--cards .home-feature__title {
    top: -40px;
    position: relative;
    background-color: #fff;
    padding-top: 20px;
  }
}
.home-feature--cards .home-feature__title span {
  display: inline;
}
.home-feature--cards .landing-hero__arrow {
  bottom: unset;
  top: -20px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .home-feature--cards .landing-hero__arrow {
    top: -60px;
  }
}
.home-feature--cards .landing-hero__arrow svg {
  fill: #3c1952;
}

.home-feature--cards .section-label {
  background-color: #0d5664;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .home-feature--cards .home-feature__cards-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .home-feature--cards .home-feature__cards-wrap {
    padding: 0 37px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .home-feature--cards .home-feature__cards-wrap + .home-feature__cards-wrap {
    margin-top: 87px;
  }
}

@media screen and (min-width: 1024px) {
  .home-feature--cards .home-feature__top-card {
    flex: 0 0 65%;
  }
}
@media screen and (min-width: 1200px) {
  .home-feature--cards .home-feature__top-card {
    flex: 0 0 60%;
  }
}

.home-feature--cards .home-feature__top-card .home-feature__card-image {
  width: calc(100% + 37px);
  margin-left: -37px;
}
@media screen and (min-width: 1200px) {
  .home-feature--cards .home-feature__top-card .home-feature__card-image {
    width: calc(100% + 72px);
    margin-left: -72px;
  }
}

.home-feature--cards .home-feature__top-card, .home-feature--cards .home-feature__card {
  position: relative;
}
.home-feature--cards .home-feature__top-card:hover .home-feature__card-title span:first-of-type, .home-feature--cards .home-feature__top-card:focus-within .home-feature__card-title span:first-of-type, .home-feature--cards .home-feature__card:hover .home-feature__card-title span:first-of-type, .home-feature--cards .home-feature__card:focus-within .home-feature__card-title span:first-of-type {
  transition: text-decoration-color 0.2s ease-out;
  text-decoration-color: currentColor;
}
.home-feature--cards .home-feature__top-card:hover .home-feature__card-title span:first-of-type + svg, .home-feature--cards .home-feature__top-card:focus-within .home-feature__card-title span:first-of-type + svg, .home-feature--cards .home-feature__card:hover .home-feature__card-title span:first-of-type + svg, .home-feature--cards .home-feature__card:focus-within .home-feature__card-title span:first-of-type + svg {
  transition: margin 0.2s ease-out;
  margin-left: 10px;
}
.home-feature--cards .home-feature__top-card a, .home-feature--cards .home-feature__card a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.home-feature--cards .home-feature__card-title {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.625rem;
  letter-spacing: 0.01375rem;
  text-transform: uppercase;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .home-feature--cards .home-feature__card-title {
    font-size: 1.625rem;
    line-height: 1.875rem;
    letter-spacing: 0.01625rem;
  }
}
.home-feature--cards .home-feature__card-title span:first-of-type {
  transition: text-decoration-color 0.3s ease-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.home-feature--cards .home-feature__card-title span + svg {
  transition: margin 0.3s ease-out;
  margin-left: 4px;
  margin-bottom: 6px;
}

.home-feature--cards .home-feature__vertical-image {
  margin: 40px 0 0;
}
.home-feature--cards .home-feature__vertical-image img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .home-feature--cards .home-feature__vertical-image {
    flex: 0 0 32%;
    margin: 80px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-feature--cards .home-feature__vertical-image {
    margin: 80px 0 0 31px;
  }
}
.home-feature--cards .home-feature__vertical-image figcaption {
  margin-top: 15px;
  font-style: italic;
}
@media screen and (min-width: 1024px) {
  .home-feature--cards .home-feature__vertical-image figcaption {
    text-align: right;
  }
}

.home-feature--cards .home-feature__card {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .home-feature--cards .home-feature__card {
    margin-top: 0;
    flex: 0 0 47.5%;
  }
}
@media screen and (min-width: 1024px) {
  .home-feature--cards .home-feature__card + .home-feature__card {
    margin-left: 79px;
    flex: 0 1 50%;
  }
}

.page-home {
  width: 100%;
  height: 100%;
}

.home-hero {
  width: 100vw;
  height: 200vh;
  z-index: 1;
}
@media screen and (max-width: 1024px) and (max-height: 560px) {
  .home-hero {
    height: 400vh;
  }
  .home-hero .home-hero__interior-image img {
    object-position: center;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero {
    height: 450vh;
    position: relative;
  }
}
.home-hero + *, .home-hero + * + * {
  z-index: 2;
}

.html:not(.js) .home-hero {
  height: 100vh;
}
@media screen and (max-width: 1024px) and (max-height: 560px) {
  .html:not(.js) .home-hero {
    height: 100vh;
  }
}
@media screen and (min-width: 1200px) {
  .html:not(.js) .home-hero {
    height: 100vh;
  }
}

.home-hero__top {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .home-hero__top {
    z-index: 2;
  }
}

.home-hero__second {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .home-hero__second {
    position: absolute;
    transform: translateY(100%);
    transition: none;
  }
  .home-hero__second.stuck {
    position: fixed;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1200px) {
  .home-hero__second {
    position: fixed;
    z-index: 1;
  }
}
.home-hero__second:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}
.home-hero__second.scroll-on:before {
  opacity: 1;
}

.home-hero__interior-image {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.home-hero__interior-image > img {
  object-fit: cover;
}
.home-hero__interior-image .mobile {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center 0;
  object-position: center 0;
  transition: transform 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .home-hero__interior-image .mobile {
    display: none;
  }
}
.home-hero__interior-image .desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .home-hero__interior-image .desktop {
    display: block;
    width: 100%;
    height: 160vh;
    transform-origin: center 0;
    object-position: center 0;
    transition: transform 0.3s ease-out;
  }
}

.home-hero__background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #3c1952;
  transition: opacity 0.2s;
}
.home-hero__background-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #3c1952 0%, rgba(60, 25, 82, 0.95) 70%, rgba(60, 25, 82, 0.7) 100%);
  z-index: 1;
}
.home-hero__background-image .parallax__image {
  background: #3c1952;
  height: 100%;
}
.home-hero__background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  mix-blend-mode: multiply;
}
.home-hero__background-image img.mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .home-hero__background-image img.mobile {
    display: none;
  }
}
.home-hero__background-image img.desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home-hero__background-image img.desktop {
    display: block;
  }
}

.home-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}
@media screen and (max-width: 666.9px) and (max-height: 667px) {
  .home-hero__content {
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px) and (max-height: 480px) {
  .home-hero__content {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__content {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero__content {
    padding-top: 220px;
  }
}
@media screen and (min-width: 1440px) and (max-height: 1079px) {
  .home-hero__content {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1680px) and (max-height: 1079px) {
  .home-hero__content {
    padding-top: 180px;
  }
}

.home-hero__title {
  font-size: 19vw;
  line-height: 17vw;
  letter-spacing: 0.0625rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  background-size: cover;
  background-position: center 0%;
  background-size: 100vw 150vh;
  transition: background-position 0.3s ease-out, opacity 0.2s ease-in-out;
}
@media screen and (min-width: 667px) and (max-height: 480px) {
  .home-hero__title {
    font-size: 7vw;
    line-height: 6.5vw;
  }
}
@media screen and (min-width: 768px) {
  .home-hero__title {
    font-size: 19vw;
    line-height: 17vw;
  }
}
@media screen and (min-width: 768px) and (max-height: 480px) {
  .home-hero__title {
    font-size: 7vw;
    line-height: 6.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__title {
    font-size: 12vw;
    line-height: 10vw;
    letter-spacing: -0.3125rem;
  }
}
@media screen and (min-width: 1920px) {
  .home-hero__title {
    font-size: 14.375rem;
    line-height: 11.9375rem;
  }
}

.home-hero__feature-links {
  transition: opacity 0.2s ease-in-out;
}

.home-hero__feature-links > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (min-width: 667px) and (max-height: 480px) {
  .home-hero__feature-links > ul {
    max-width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .home-hero__feature-links > ul {
    max-width: 100%;
    justify-content: center;
    gap: 40px;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__feature-links > ul {
    max-width: 1200px;
    width: 80%;
    margin-top: 60px;
  }
}

.home-hero__feature-links > ul > li {
  margin-top: 40px;
  width: 50%;
  max-width: 180px;
}
@media screen and (max-width: 666.9px) and (max-height: 667px) {
  .home-hero__feature-links > ul > li {
    margin-top: 30px;
  }
}
@media screen and (min-width: 667px) and (max-height: 480px) {
  .home-hero__feature-links > ul > li {
    margin-top: 20px;
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .home-hero__feature-links > ul > li {
    margin-top: 40px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-height: 480px) {
  .home-hero__feature-links > ul > li {
    margin-top: 20px;
    width: 25%;
  }
  .home-hero__feature-links > ul > li:nth-of-type(2) {
    margin-right: 10%;
  }
  .home-hero__feature-links > ul > li:nth-of-type(3) {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__feature-links > ul > li {
    margin-top: 0;
    width: auto;
  }
  .home-hero__feature-links > ul > li:nth-of-type(2) {
    margin-right: 10%;
  }
  .home-hero__feature-links > ul > li:nth-of-type(3) {
    margin-left: 10%;
  }
}

.home-hero__feature-links > ul > li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-family: "Vollkorn", serif;
}
@media screen and (min-width: 1024px) {
  .home-hero__feature-links > ul > li a {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.home-hero__feature-links > ul > li a svg {
  width: auto;
  height: 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .home-hero__feature-links > ul > li a svg {
    height: 47px;
  }
}

.home-hero__feature-links > ul > li a span + svg {
  transform: rotate(180deg);
  fill: #cfb988;
  width: 16px;
  height: auto;
}
@media screen and (max-width: 1023.9px) {
  .home-hero__feature-links > ul > li a span + svg {
    display: none;
  }
}

.home-hero__cta {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 666.9px) and (max-height: 667px) {
  .home-hero__cta {
    margin-top: 20px;
  }
}
@media screen and (max-width: 666.9px) and (max-height: 768px) {
  .home-hero__cta {
    margin-top: 50px;
  }
}
@media screen and (min-width: 667px) and (max-height: 480px) {
  .home-hero__cta {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .home-hero__cta {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-height: 480px) {
  .home-hero__cta {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__cta {
    margin-top: 65px;
    margin-left: -60px;
  }
}
@media screen and (min-width: 768px) and (max-height: 1023.9px) {
  .home-hero__cta {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero__cta {
    margin-top: 45px;
  }
}

.home-hero__cta > button {
  background: transparent;
  border: none;
  padding: 0;
  max-width: 240px;
}
@media screen and (min-width: 1024px) {
  .home-hero__cta > button {
    max-width: 330px;
  }
}
.home-hero__cta > button > svg {
  width: 100%;
  height: auto;
}

.home-hero__arrow {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .home-hero__arrow {
    bottom: -60px;
    left: calc(50% + 30px);
  }
}
@media screen and (max-width: 767.9px) and (max-height: 667px) {
  .home-hero__arrow {
    bottom: -12px;
  }
}
.home-hero__arrow > span {
  position: absolute;
  width: 13px;
  left: 50%;
  height: 13px;
  transform: scale(1, 0.7) rotate(45deg) translateX(-50%);
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  bottom: 5px;
}
.home-hero__arrow:before, .home-hero__arrow:after {
  content: "";
}
.home-hero__arrow:before {
  height: 40px;
  width: 1px;
  position: absolute;
  bottom: 12px;
  left: calc(50% + 1px);
  border-left: dashed 2px #fff;
}
@media screen and (max-width: 767.9px) and (max-height: 667px) {
  .home-hero__arrow:before {
    height: 20px;
  }
}
.home-hero__arrow:after {
  height: 60px;
  width: 1px;
  position: absolute;
  bottom: 90px;
  left: calc(50% + 1px);
  border-left: dashed 2px #fff;
}
@media screen and (max-width: 1023.9px) {
  .home-hero__arrow:after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__arrow:after {
    bottom: 150px;
    height: 155px;
  }
}

main > .outer-pad > *:not(header.home-hero) {
  z-index: 2;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .side-card-statistic .home-news-feed {
    margin-top: 160px;
  }
}

.home-news-feed {
  position: relative;
  width: calc(100% + 74px);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  background: #dee6e7;
  position: relative;
  padding: 106px 0 60px;
}
@media screen and (min-width: 1024px) {
  .home-news-feed {
    width: 100vw;
  }
}
.home-news-feed .container {
  padding: 0 37px;
}

.home-news-feed__title {
  text-transform: uppercase;
  font-size: 3.125rem;
  line-height: 3.125rem;
  letter-spacing: -0.0625rem;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-news-feed__title {
    margin-right: 60px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .home-news-feed__title {
    font-size: 5rem;
    line-height: 4.375rem;
    letter-spacing: 1px;
    max-width: 952px;
  }
}
@media screen and (min-width: 1440px) {
  .home-news-feed__title {
    font-size: 6.25rem;
    line-height: 5.5rem;
  }
}
@media screen and (max-width: 767.9px) {
  .home-news-feed__title + a {
    margin-top: 31px;
  }
}

.home-news-feed__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .home-news-feed__top {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .home-news-feed__top {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .home-news-feed__top {
    justify-content: flex-start;
  }
}

.home-news-feed__wrap {
  margin-top: 69px;
}
@media screen and (min-width: 1200px) {
  .home-news-feed__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 10px auto 0;
  }
}

.home-news-feed__feature {
  max-width: 635px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .home-news-feed__feature {
    margin: 0 30px 24px 0;
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .home-news-feed__feature {
    flex: 1 1 50%;
  }
}

.home-news-feed__feature .card {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.home-news-feed__feature .card:hover .card__title, .home-news-feed__feature .card:focus-within .card__title {
  text-decoration-color: currentColor;
}

.home-news-feed__feature .card__title {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out;
}

.home-news-feed__feature .card__media:before {
  padding-top: 60%;
}

.home-news-feed__feature .card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 auto;
  padding: 21px 33px 40px 42px;
}
@media screen and (min-width: 667px) {
  .home-news-feed__feature .card__content {
    padding: 21px 59px 40px 79px;
  }
}

.home-news-feed__grid {
  display: flex;
  flex-direction: column;
  max-width: 380px;
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  .home-news-feed__grid {
    max-width: 635px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: -24px;
  }
}
@media screen and (min-width: 1200px) {
  .home-news-feed__grid {
    margin: 0;
    flex: 0 0 49.5%;
  }
}
.home-news-feed__grid article {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .home-news-feed__grid article {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .home-news-feed__grid article + article {
    margin-top: 40px;
  }
}
.home-news-feed__grid .instagram {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 100%;
  border: solid 4px #cfb988;
  overflow: hidden;
}
.home-news-feed__grid .instagram:hover .instagram__logo, .home-news-feed__grid .instagram:focus-within .instagram__logo {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .home-news-feed__grid .instagram {
    width: 304px;
    padding-bottom: 304px;
  }
}
@media screen and (min-width: 1200px) {
  .home-news-feed__grid .instagram {
    width: 48%;
    padding-bottom: 47%;
  }
}
@media screen and (min-width: 1440px) {
  .home-news-feed__grid .instagram {
    padding-bottom: 48%;
  }
}
.home-news-feed__grid .instagram > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.home-news-feed__grid .instagram__logo {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
}
.home-news-feed__grid .news {
  border-bottom: solid 3px #cfb988;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.home-news-feed__grid .news:hover .news__title, .home-news-feed__grid .news:focus-within .news__title {
  text-decoration-color: currentColor;
}
@media screen and (min-width: 768px) {
  .home-news-feed__grid .news {
    width: 299px;
  }
}
@media screen and (min-width: 1200px) {
  .home-news-feed__grid .news {
    width: 47%;
  }
}
.home-news-feed__grid .news > img {
  display: block;
}
.home-news-feed__grid .news__title {
  margin-top: 13px;
  text-transform: unset;
  font-family: "Vollkorn", serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #3c1952;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out;
}
.home-news-feed__grid .news time {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .home-news-feed__grid .news + .instagram {
    margin-top: -24px;
  }
}

.home-news-feed__calendar {
  margin: 40px auto;
  max-width: 380px;
}
@media screen and (min-width: 768px) {
  .home-news-feed__calendar {
    max-width: 635px;
  }
}
@media screen and (min-width: 1024px) {
  .home-news-feed__calendar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .home-news-feed__calendar {
    max-width: 1300px;
    flex-wrap: nowrap;
  }
}
.home-news-feed__calendar .calendar-item {
  background: #3c1952;
  border: solid 4px #cfb988;
  padding: 43px 91px 43px 39px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .home-news-feed__calendar .calendar-item {
    padding: 53px 69px 101px;
    flex: 0 0 47.5%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.9px) {
  .home-news-feed__calendar .calendar-item:nth-of-type(3) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .home-news-feed__calendar .calendar-item {
    flex: 0 0 32%;
  }
}
.home-news-feed__calendar .calendar-item:hover .calendar-item__title, .home-news-feed__calendar .calendar-item:focus-within .calendar-item__title {
  text-decoration-color: currentColor;
}
.home-news-feed__calendar .calendar-item:hover .calendar-item__date, .home-news-feed__calendar .calendar-item:focus-within .calendar-item__date {
  padding: 15px 17px;
}
@media screen and (min-width: 1024px) {
  .home-news-feed__calendar .calendar-item:hover .calendar-item__date, .home-news-feed__calendar .calendar-item:focus-within .calendar-item__date {
    padding: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .home-news-feed__calendar .calendar-item + .calendar-item {
    margin-top: 40px;
  }
}
.home-news-feed__calendar .calendar-item__title {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  color: #fff;
  font-family: "Vollkorn", serif;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out;
}
.home-news-feed__calendar .calendar-item__time {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}
.home-news-feed__calendar .calendar-item__date {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #3c1952;
  padding: 10px 12px;
  transition: padding 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .home-news-feed__calendar .calendar-item__date {
    padding: 15px;
  }
}
.home-news-feed__calendar .calendar-item__date span {
  display: block;
  text-align: center;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}
.home-news-feed__calendar .calendar-item__date .month {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #3c1952;
  text-transform: uppercase;
}
.home-news-feed__calendar .calendar-item__date .day {
  font-size: 1.625rem;
  line-height: 1.5rem;
}
.home-news-feed__calendar .calendar-item__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.breadcrumbs {
  margin: 1rem 0;
  padding: 0;
}
.landing-hero .breadcrumbs {
  margin: -48px 0 32px;
}
@media screen and (min-width: 768px) {
  .landing-hero .breadcrumbs {
    margin: -48px 0 67px;
  }
}

.breadcrumbs__list {
  list-style-type: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.breadcrumbs__list svg {
  fill: #fff;
  transform: rotate(180deg);
  margin-right: 6px;
}
.breadcrumbs__list a {
  font-size: 1rem;
  font-weight: bold;
  transition: border 0.3s;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
  transition: 0.25s text-decoration-color ease-in-out;
}
.breadcrumbs__list a:hover, .breadcrumbs__list a:focus {
  text-decoration-color: #000;
}
.breadcrumbs__list li {
  display: none;
  position: relative;
}
.breadcrumbs__list li svg {
  display: none;
  position: relative;
  margin: 0 6px;
  position: relative;
  color: #fff;
  left: 0;
  transition: left 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list li {
    display: inline-flex;
    align-items: center;
  }
}
.breadcrumbs__list li:nth-last-child(2), .breadcrumbs__list li:only-child {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs__list li:nth-last-child(2) svg, .breadcrumbs__list li:only-child svg {
  display: block;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list li:nth-last-child(2) svg, .breadcrumbs__list li:only-child svg {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list li:nth-last-child(2), .breadcrumbs__list li:only-child {
    padding-left: 0;
  }
}
.breadcrumbs__list li:nth-last-child(2):after, .breadcrumbs__list li:only-child:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list li:nth-last-child(2):after, .breadcrumbs__list li:only-child:after {
    display: inline-block;
  }
}
.breadcrumbs__list li:nth-last-child(2):hover svg, .breadcrumbs__list li:nth-last-child(2):focus svg, .breadcrumbs__list li:only-child:hover svg, .breadcrumbs__list li:only-child:focus svg {
  left: -5px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list li:only-child svg {
    display: block;
  }
}
.breadcrumbs__list li:not(:last-child):after {
  content: "/";
  color: #fff;
  margin: 0 5px;
}
.breadcrumbs__list li:last-child:not(:only-child) a, .breadcrumbs__list li:last-child:not(:only-child) span {
  text-decoration: none;
  color: #b0a2b9;
}

.card {
  background-color: #fff;
  overflow: hidden;
  border: 0.25rem solid #cfb988;
  height: 100%;
  position: relative;
  transition: 0.3s transform ease-in-out;
  max-width: 20.375rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.card:hover:before, .card:focus-within:before {
  inset: 0;
}
@media screen and (min-width: 768px) {
  .card {
    max-width: none;
  }
}
.card:before {
  content: " ";
  position: absolute;
  z-index: 1;
  inset: -4px;
  border: solid 4px #cfb988;
  transition: 0.3s inset ease-in-out;
}

.card__cta {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card__content {
  margin: 0;
  padding: 2.1875rem 1.6875rem 1.875rem;
  position: relative;
  background-color: #fff;
  flex: 1 0 auto;
}

.card__title {
  font-family: "Vollkorn", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 0.3125rem;
  color: #3c1952;
}

.card__body {
  color: #3c1952;
}
.card__body p {
  line-height: 1.56;
}

.card__media {
  padding: 0;
  margin: 0;
  position: relative;
}
.card__media:before {
  padding-top: 56.25%;
}

.card__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-set .card-set__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .card-set ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-right: -1.375rem;
    gap: 2.25rem 0;
  }
}
.card-set ul li {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .card-set ul li {
    flex: 0 1 auto;
    width: 33.33%;
    padding-right: 1.375rem;
    margin-bottom: 0;
  }
}
.card-set ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .card-set.card-set--horizontal ul {
    display: block;
    gap: 0;
    margin: 0;
  }
}
.card-set.card-set--horizontal li {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .card-set.card-set--horizontal li {
    width: auto;
    padding: 0;
  }
}

.accordion__content {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease-in-out;
}

.accordion__accordion.js-enabled .accordion__content {
  visibility: hidden;
}

.accordion__accordion.is-active .accordion__content {
  visibility: visible;
}

.accordion__accordion {
  position: relative;
}
.accordion__accordion:after {
  content: "";
  position: absolute;
  border-bottom: 0.375rem solid #cfb988;
  left: 2.0625rem;
  right: 0;
  transition: 0.1s opacity ease-in-out;
  opacity: 0;
}
.accordion__accordion + .accordion__accordion {
  margin-top: 1.5625rem;
}
.accordion__accordion.is-active:after {
  opacity: 1;
}

.accordion__title {
  margin: 0;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.44;
  position: relative;
  padding-bottom: 1rem;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .accordion__title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.accordion__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2.0625rem;
  right: 0;
  border-bottom: 0.125rem solid #cfb988;
  transition: 0.3s opacity ease-in-out;
  opacity: 1;
}
.is-active .accordion__title:after {
  opacity: 0;
}

.accordion__trigger {
  background-color: transparent;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding: 0;
  margin: 0;
  display: block;
  text-align: left;
  width: 100%;
  color: currentColor;
  position: relative;
  padding: 0 0 0 2.125rem;
  transition: color 0.3s ease-out;
}
.accordion__trigger[aria-expanded=true]:before {
  opacity: 0;
}
.accordion__trigger[aria-expanded=true]:after {
  border-color: #cfb988;
}
.accordion__trigger:before, .accordion__trigger:after {
  content: "";
  position: absolute;
  left: 0.375rem;
  top: 50%;
  transition: all 0.3s ease-out;
}
.accordion__trigger:before {
  height: 0.875rem;
  border-left: 0.125rem solid #3c1952;
  transform: translateY(-0.4375rem);
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}
.accordion__trigger:after {
  width: 0.875rem;
  border-bottom: 0.125rem solid #3c1952;
  transform: translate(-0.40625rem, -50%);
  transition: 0.3s border-color ease-in-out;
}
.accordion__trigger:hover, .accordion__trigger:focus {
  color: #cfb988;
  transition: color 0.2s ease-out;
}
.accordion__trigger:hover:before, .accordion__trigger:hover:after, .accordion__trigger:focus:before, .accordion__trigger:focus:after {
  transition: all 0.2s ease-out;
}
.accordion__trigger:hover:before, .accordion__trigger:focus:before {
  border-left: 0.125rem solid #cfb988;
}
.accordion__trigger:hover:after, .accordion__trigger:focus:after {
  border-bottom: 0.125rem solid #cfb988;
}

.accordion__content-wrap {
  padding: 0 0 1.4375rem 2.125rem;
}
.accordion__content-wrap p {
  color: #3c1952;
  font-family: "Vollkorn", serif;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsl(0 0% 100%/75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20%/25%);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20%/100%);
}

.carousel-component {
  background: #f4f4f4;
  padding: 40px;
}
@media screen and (min-width: 1024px) {
  .carousel-component {
    padding: 60px;
  }
}

.carousel {
  transition: opacity 0.3s ease-out;
}

.carousel:not(.flickity-enabled) {
  opacity: 0;
}
.carousel:not(.flickity-enabled) .carousel__slide:not(:first-of-type) {
  display: none;
}
.carousel:not(.flickity-enabled) + .carousel__nav {
  opacity: 0;
}

.carousel.flickity-enabled {
  opacity: 1;
}

.carousel__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1141px;
  padding: 0 37px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 1024px) {
  .carousel__header {
    flex-direction: row;
  }
}
.carousel__header h2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .carousel__header h2 {
    padding-right: 30px;
    margin-right: 30px;
  }
  .carousel__header h2 + a {
    position: relative;
  }
  .carousel__header h2 + a:before {
    content: "";
    width: 1px;
    height: 45px;
    background-color: #3c1952;
    position: absolute;
    left: -20px;
    top: -13px;
  }
}

.carousel-holder {
  position: relative;
  max-width: 1141px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
.carousel-holder:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 200px;
  background: linear-gradient(to right, rgb(244, 244, 244) 0%, rgb(244, 244, 244) 70%, rgba(244, 244, 244, 0) 100%);
  z-index: 1;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (min-width: 1024px) {
  .carousel-holder:before {
    background: linear-gradient(to right, rgb(244, 244, 244) 0%, rgb(244, 244, 244) 60%, rgba(244, 244, 244, 0) 100%);
  }
}
@media screen and (min-width: 1200px) {
  .carousel-holder:before {
    background: linear-gradient(to right, rgb(244, 244, 244) 0%, rgb(244, 244, 244) 30%, rgba(244, 244, 244, 0) 100%);
  }
}
@media screen and (min-width: 1440px) {
  .carousel-holder:before {
    width: 50%;
    background: linear-gradient(to right, rgb(244, 244, 244) 0%, rgb(244, 244, 244) 60%, rgba(244, 244, 244, 0) 100%);
  }
}
@media screen and (min-width: 1680px) {
  .carousel-holder:before {
    background: linear-gradient(to right, rgb(244, 244, 244) 0%, rgb(244, 244, 244) 50%, rgba(244, 244, 244, 0) 100%);
  }
}
@media screen and (min-width: 1920px) {
  .carousel-holder:before {
    width: 50vw;
  }
}
.carousel-holder.no-carousel .flickity-viewport {
  cursor: default;
}
.carousel-holder:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200px;
  background: linear-gradient(to right, rgba(244, 244, 244, 0) 0%, rgb(244, 244, 244) 30%);
  z-index: 1;
  right: 0;
  top: 0;
  transform: translateX(100%);
}
@media screen and (min-width: 1024px) {
  .carousel-holder:after {
    background: linear-gradient(to right, rgba(244, 244, 244, 0) 0%, rgb(244, 244, 244) 40%);
  }
}
@media screen and (min-width: 1200px) {
  .carousel-holder:after {
    background: linear-gradient(to right, rgba(244, 244, 244, 0) 0%, rgb(244, 244, 244) 70%);
  }
}
@media screen and (min-width: 1440px) {
  .carousel-holder:after {
    width: 50%;
    background: linear-gradient(to right, rgba(244, 244, 244, 0) 0%, rgb(244, 244, 244) 40%);
  }
}
@media screen and (min-width: 1440px) {
  .carousel-holder:after {
    background: linear-gradient(to right, rgba(244, 244, 244, 0) 0%, rgb(244, 244, 244) 50%);
  }
}
@media screen and (min-width: 1920px) {
  .carousel-holder:after {
    width: 50vw;
  }
}
.carousel__slide {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  min-height: 100%;
}
@media screen and (min-width: 768px) {
  .carousel__slide {
    width: 47.5%;
    height: auto;
    margin-right: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .carousel__slide {
    width: 32%;
  }
}

.carousel__card {
  background: #fff;
  border: solid 3px #cfb988;
  padding: 30px 35px;
  height: 100%;
  flex: 1 0 auto;
}
@media screen and (min-width: 1024px) {
  .carousel__card {
    padding: 50px 55px;
  }
}

.carousel__slide-image {
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60.3%;
}

.carousel__slide-content {
  padding: 1rem 0 0;
  text-align: left;
}

.carousel__nav {
  transition: opacity 0.3s 1s ease-out;
  pointer-events: none;
  position: static;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  opacity: 1;
}
.no-carousel .carousel__nav {
  display: none;
}

.carousel__nav-sizer {
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
}

.carousel__nav-previous,
.carousel__nav-next {
  pointer-events: initial;
  position: absolute;
  cursor: pointer;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #2E1A46;
  transform: translateY(-50%);
  transition: 0.25s background-color ease-in-out, 0.25s opacity ease-in-out;
  border-radius: 100%;
  border: none;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .carousel__nav-previous,
.carousel__nav-next {
    width: 54px;
    height: 54px;
  }
}
.carousel__nav-previous.inactive,
.carousel__nav-next.inactive {
  opacity: 0;
}
.carousel__nav-previous.inactive:hover, .carousel__nav-previous.inactive:focus,
.carousel__nav-next.inactive:hover,
.carousel__nav-next.inactive:focus {
  cursor: default;
}
.carousel__nav-previous:hover, .carousel__nav-previous:focus,
.carousel__nav-next:hover,
.carousel__nav-next:focus {
  background-color: rgba(46, 26, 70, 0.8);
}
@media screen and (min-width: 1024px) {
  .carousel__nav-previous:hover, .carousel__nav-previous:focus,
.carousel__nav-next:hover,
.carousel__nav-next:focus {
    background-color: rgba(46, 26, 70, 0.5);
  }
}
.carousel__nav-previous::after,
.carousel__nav-next::after {
  content: "";
  border-top: 0.15625rem solid #fff;
  border-left: 0.15625rem solid #fff;
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  left: calc(50% + (0.875rem / 4.5));
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transition: 0.3s border-color ease-in-out;
}
@media screen and (min-width: 768px) {
  .carousel__nav-previous::after,
.carousel__nav-next::after {
    border-width: 0.1875rem;
  }
}

.carousel__nav-previous {
  left: -30px;
}
@media screen and (min-width: 1200px) {
  .carousel__nav-previous {
    left: -60px;
  }
}

.carousel__nav-next {
  right: -30px;
}
@media screen and (min-width: 1200px) {
  .carousel__nav-next {
    right: -60px;
  }
}
.carousel__nav-next::after {
  left: calc(50% - (0.875rem / 4.5));
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.flickity-page-dots .dot {
  background-color: #000;
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  background-color: #000;
}

.flickity-viewport {
  overflow: visible;
}

.carousel__label {
  color: #3c1952;
  font-weight: 500;
  text-align: left;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}

.carousel__title {
  text-align: left;
  color: #3c1952;
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out;
}

.carousel__slide-content {
  color: #3c1952;
}

.paragraph-widget--table {
  margin-right: -2.3125rem;
}

.table {
  overflow: auto;
}
.table table {
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
  margin: 0;
  color: black;
  overflow: auto;
}
.table table > :not(:first-child) {
  border-top: none;
}
.table thead {
  text-align: left;
}
.table thead tr {
  background-color: #3c1952;
  color: #fff;
}
.table thead th {
  padding: 1.25rem 1.5625rem;
  font-size: 1rem;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
  line-height: 1.3125;
  text-transform: uppercase;
  vertical-align: middle;
  border-bottom: 0.125rem solid #cfb988;
  text-align: left;
}
.table tbody {
  border-top: none;
}
.table tbody tr {
  border-bottom: 0.0625rem solid #3c1952;
}
.table tbody td {
  padding: 1.5625rem;
  max-width: 90vw;
  min-width: 15.625rem;
  vertical-align: top;
  text-align: left;
  font-family: "Vollkorn", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.69;
  color: #3c1952;
}
.table tbody td p {
  font-family: "Vollkorn", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.69;
}

.large-image {
  margin-block: 0;
}
@media screen and (min-width: 1200px) {
  .large-image {
    margin-inline: 0;
  }
}

.large-image__image:before {
  padding-top: 61.3%;
}

.large-image .large-image__caption {
  color: #4a4644;
  background-color: #fff;
  position: relative;
  top: -1.25rem;
  margin-inline: 2.3125rem;
  padding: 0.625rem 1.125rem;
  max-width: 820px;
  background-color: #fff;
  text-align: center;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .large-image .large-image__caption {
    margin-inline: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .large-image .large-image__caption {
    margin-inline: 7.25rem;
  }
}

@media screen and (min-width: 768px) {
  .feature {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .feature {
    gap: 4.375rem;
  }
}
.feature.feature--large .fancy-link-set {
  margin-top: 1.25rem;
  padding-left: 0;
}
.feature.feature--large .fancy-link-set ul {
  flex-direction: column;
  gap: 1rem 1.25rem;
}
.feature.feature--small .fancy-link-set {
  margin-top: 1.0625rem;
  padding-left: 0;
}
.feature.feature--small .fancy-link-set ul {
  flex-direction: column;
  gap: 1.5625rem 1.25rem;
}

.feature--large .feature__media {
  margin-inline: -2.3125rem;
}
@media screen and (min-width: 768px) {
  .feature--large .feature__media {
    flex: 1 1 0;
    margin-inline: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .feature--large .feature__media {
    flex: 0 1 auto;
    width: 60%;
  }
}
.feature--large .feature__media:before {
  padding-top: 62.62%;
}
.feature--small .feature__media {
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .feature--small .feature__media {
    flex: 1 1 0;
    margin-inline: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .feature--small .feature__media {
    flex: 0 1 auto;
    width: 49%;
  }
}
.feature--small .feature__media:before {
  padding-top: 59.33%;
}

@media screen and (min-width: 768px) {
  .feature__content {
    flex: 1 1 0;
    padding-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .feature__content {
    padding-top: 32px;
  }
}

.feature--large .feature__title {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  margin-block: 1.5625rem 2rem;
}
@media screen and (min-width: 768px) {
  .feature--large .feature__title {
    margin-top: 0;
  }
}
.feature--small .feature__title {
  font-family: "Vollkorn", serif;
}

.feature__copy p {
  font-family: "Vollkorn", serif;
  font-size: 1.125rem;
}
.feature--large .feature__copy p {
  line-height: 1.56;
  color: #3c1952;
}

.home-side-card {
  position: relative;
  width: calc(100% + 74px);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  margin-top: 60px;
  margin-bottom: 74px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .home-side-card {
    width: 100vw;
  }
}
.home-side-card:after {
  content: "";
  width: 100%;
  height: calc(100% + 134px);
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: -74px;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .home-side-card .feature--large .feature__media {
    margin-left: auto;
    margin-right: auto;
  }
}
.home-side-card .feature {
  max-width: 1200px;
  padding: 0 36px;
}
@media screen and (min-width: 768px) {
  .home-side-card .feature {
    align-items: center;
  }
}

form label {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  color: #3c1952;
}

input[type=text], input[type=email], input[type=password], input[type=number], input[type=tel], input[type=url], input[type=search], textarea {
  width: auto;
  max-width: 100%;
  padding: 12px 20px;
  border: solid 1px #3c1952;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #3c1952;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}

select {
  font-size: 1rem;
  line-height: 1.5rem;
  width: auto;
  padding: 12px 60px 12px 20px;
  border: solid 1px #3c1952;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}

input[type=submit] {
  font-family: "Vollkorn", serif;
  font-weight: 500;
}

form .form-required {
  display: table;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 1.625rem;
}

form .form-item + .form-item {
  margin-top: 30px;
}

form * + .form-actions {
  margin-top: 30px;
}

.views-element-container form * + .form-actions {
  margin-top: 0;
}

.paragraph-widget--call-to-action {
  position: relative;
  width: calc(100% + 74px);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .paragraph-widget--call-to-action {
    width: 100vw;
  }
}
.paragraph-widget--call-to-action:last-child {
  margin-bottom: 0;
}

.call-to-action {
  background-color: #3c1952;
  padding: 5.1875rem 2.4375rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .call-to-action {
    padding: 7.5rem 2.4375rem;
  }
}
@media screen and (min-width: 1440px) {
  .call-to-action {
    padding-inline: 8.4375rem;
  }
}
.call-to-action.call-to-action--bg-green {
  background-color: #0d5664;
}
.call-to-action.call-to-action--bg-clear {
  background-color: transparent;
  padding: 2.8125rem 2.4375rem;
}
@media screen and (min-width: 1024px) {
  .call-to-action.call-to-action--bg-clear {
    padding: 3.75rem 2.4375rem;
  }
}
.call-to-action.call-to-action--small {
  max-width: 1090px;
  margin: 0 auto;
  padding: 2.8125rem 2.4375rem;
}
@media screen and (min-width: 1024px) {
  .call-to-action.call-to-action--small {
    padding: 3.75rem 2.4375rem;
  }
}
.call-to-action .button-set {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 667px) {
  .call-to-action .button-set ul {
    justify-content: center;
  }
}

.call-to-action p {
  text-align: center;
  max-width: 1090px;
  margin: 0 auto 20px;
}

.call-to-action__text {
  color: #fff;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.875rem;
  position: relative;
  z-index: 1;
  max-width: 40.6875rem;
  margin-inline: auto;
}
.call-to-action--bg-clear .call-to-action__text {
  color: #3c1952;
}
@media screen and (min-width: 1024px) {
  .call-to-action__text {
    font-size: 2.5rem;
    line-height: 1.125;
    margin-bottom: 2.5rem;
  }
}

.call-to-action__bkgrnd {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
}

.pagination {
  margin: 3.125rem auto;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}
.pagination .pagination-list {
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.pagination .pagination-list li {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #000;
  min-width: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  padding-inline: 0.5rem;
  margin-inline: 2px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .pagination .pagination-list li {
    margin-inline: 8px;
    min-width: 30px;
  }
}
.pagination .pagination-list li.disabled {
  opacity: 0.2;
}
.pagination .pagination-list li.first, .pagination .pagination-list li.prev, .pagination .pagination-list li.next, .pagination .pagination-list li.last {
  position: relative;
}
.pagination .pagination-list li.first a,
.pagination .pagination-list li.first button, .pagination .pagination-list li.prev a,
.pagination .pagination-list li.prev button, .pagination .pagination-list li.next a,
.pagination .pagination-list li.next button, .pagination .pagination-list li.last a,
.pagination .pagination-list li.last button {
  text-indent: -9999px;
  background-color: transparent;
  border: none;
}
.pagination .pagination-list li.first a span:not(.visible-for-screen-readers),
.pagination .pagination-list li.first button span:not(.visible-for-screen-readers), .pagination .pagination-list li.prev a span:not(.visible-for-screen-readers),
.pagination .pagination-list li.prev button span:not(.visible-for-screen-readers), .pagination .pagination-list li.next a span:not(.visible-for-screen-readers),
.pagination .pagination-list li.next button span:not(.visible-for-screen-readers), .pagination .pagination-list li.last a span:not(.visible-for-screen-readers),
.pagination .pagination-list li.last button span:not(.visible-for-screen-readers) {
  position: relative;
  top: -0.125rem;
  margin-inline: 0.3125rem;
}
.pagination .pagination-list li.next {
  padding-inline: 0;
}
.pagination .pagination-list li.next:before {
  content: "";
  border-style: solid;
  border-color: #3c1952;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  z-index: -1;
}
.pagination .pagination-list li.next a {
  width: 26px;
}
.pagination .pagination-list li.last {
  padding-inline: 0;
}
.pagination .pagination-list li.last:before, .pagination .pagination-list li.last:after {
  content: "";
  border-style: solid;
  border-color: #3c1952;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  z-index: -1;
}
.pagination .pagination-list li.last:before {
  margin-left: -6px;
}
.pagination .pagination-list li.last:after {
  margin-left: 6px;
}
.pagination .pagination-list li.last a {
  width: 26px;
}
.pagination .pagination-list li.prev {
  padding-inline: 0;
}
.pagination .pagination-list li.prev:before {
  content: "";
  border-style: solid;
  border-color: #3c1952;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(-135deg);
  z-index: -1;
}
.pagination .pagination-list li.prev a {
  width: 26px;
}
.pagination .pagination-list li.first {
  padding-inline: 0;
}
.pagination .pagination-list li.first:before, .pagination .pagination-list li.first:after {
  content: "";
  border-style: solid;
  border-color: #3c1952;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(-135deg);
  z-index: -1;
}
.pagination .pagination-list li.first:before {
  margin-left: -6px;
}
.pagination .pagination-list li.first:after {
  margin-left: 6px;
}
.pagination .pagination-list li.first a {
  width: 26px;
}
.pagination .pagination-list li a {
  color: #4a4644;
  text-decoration: none;
  width: 100%;
}
.pagination .pagination-list li a:hover:before {
  opacity: 1;
}
.pagination .pagination-list li a:before {
  content: "";
  position: absolute;
  bottom: 0.1875rem;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #cfb988;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.pagination .pagination-list li .current {
  width: 100%;
  color: #3c1952;
  font-weight: 700;
}
.pagination .pagination-list li .current:before {
  content: "";
  position: absolute;
  bottom: 0.1875rem;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #cfb988;
  opacity: 1;
  transition: 0.2s opacity ease-in-out;
}

.js-pager__items {
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax {
  width: 100%;
  height: 100%;
  transition: transform 0.15s ease-out;
  margin: 0;
}

.parallax__wrapper {
  position: relative;
  min-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.2s ease-out;
}

.parallax__images {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.parallax__images > img {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.call-to-action .parallax__image {
  height: 250%;
  position: relative;
}
.call-to-action .parallax__image picture {
  height: 100%;
}

main > .outer-pad > .home-feature--large + .program-links {
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  main > .outer-pad > .home-feature--large + .program-links {
    margin-bottom: -100px;
  }
}

@media screen and (min-width: 1024px) {
  main > .outer-pad > .home-feature--large + .program-links .program-links__wrap {
    transform: translateY(-200px);
  }
}

.program-links {
  position: relative;
  width: calc(100% + 74px);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .program-links {
    width: 100vw;
  }
}

.program-links__wrap {
  margin-top: 40px;
  background: #0d5664;
  padding: 60px 37px;
  max-width: 1300px;
}
@media screen and (min-width: 1024px) and (max-width: 1199.9px) {
  .program-links__wrap {
    width: calc(100% - 72px);
  }
}
@media screen and (min-width: 1024px) {
  .program-links__wrap {
    margin-top: -60px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .program-links__wrap {
    padding: 56px 74px;
  }
}

.program-links__content {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .program-links__content {
    flex: 0 0 365px;
  }
}
.program-links__content p {
  margin-bottom: 30px;
}

.program-links__title {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .program-links__links {
    flex: 1 0 calc(100% - 365px);
    padding: 0 64px;
  }
}
@media screen and (min-width: 1440px) {
  .program-links__links {
    padding: 0 111px;
  }
}

.program-links__label {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .program-links__link-list {
    columns: 2;
  }
}

.program-links__link-list > li + li {
  margin-top: 15px;
}

.program-links__link-list > li > a {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
  text-decoration: none;
}
.program-links__link-list > li > a span {
  text-decoration: underline;
  text-decoration-color: rgba(207, 185, 136, 0);
  transition: text-decoration-color 0.3s ease-in-out;
}
.program-links__link-list > li > a svg {
  margin-left: 2px;
  transition: margin-left 0.3s ease-out;
  fill: #fff;
}
.program-links__link-list > li > a:hover span, .program-links__link-list > li > a:focus span {
  text-decoration-color: #cfb988;
}
.program-links__link-list > li > a:hover svg, .program-links__link-list > li > a:focus svg {
  transition: margin-left 0.2s ease-out;
  margin-left: 6px;
}

.program-links__feature {
  background: #fff;
  width: 100%;
  padding: 28px 28px 8px;
  border: solid 2px #56A3A6;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px auto -110px;
  max-width: 344px;
}
@media screen and (min-width: 1024px) {
  .program-links__feature {
    position: absolute;
    left: 37px;
    bottom: 0;
    padding: 30px 30px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .program-links__feature {
    left: 74px;
  }
}
.program-links__feature .eyebrow {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #0d5664;
}
@media screen and (min-width: 1024px) {
  .program-links__feature .eyebrow {
    margin-bottom: 20px;
  }
}
.program-links__feature .value {
  font-size: 5.625rem;
  line-height: 7.3125rem;
  font-weight: 700;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  color: #0d5664;
}
@media screen and (min-width: 1024px) {
  .program-links__feature .value {
    font-size: 7.5rem;
    line-height: 7.8125rem;
  }
}

.program-listing {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .program-listing {
    margin-bottom: 100px;
  }
}

.program-listing__wrap {
  max-width: 1090px;
  margin: 0 auto;
}
.program-listing__wrap > li {
  width: 100%;
}

.program-listing__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-bottom: solid 2px #cfb988;
}
@media screen and (min-width: 768px) {
  .program-listing__card {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .program-listing__card {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .program-listing__card-title {
    flex: 0 0 80%;
  }
}

.program-listing__level {
  text-align: center;
}

.program-listing__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 666.9px) {
  .bef-links {
    border: solid 2px #cfb988;
    position: absolute;
    overflow: hidden;
    transition: height 0.4s ease-in-out;
    background-color: #fff;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
    z-index: 4;
    width: 100%;
  }
}

.bef-links .bef-mobile-toggle {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #b0a2b9;
  padding: 0.3125rem 1.25rem 0.1875rem;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.5rem;
  text-decoration: none;
  transition: border 0.3s ease-in-out, 0.3s top ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  position: relative;
  top: 0;
  color: #3c1952;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -1px;
  text-align: left;
}
.bef-links .bef-mobile-toggle svg {
  margin-right: 15px;
  margin-top: 12px;
}
.bef-links .bef-mobile-toggle:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #cfb988;
  transform: scaleY(0);
  transition: transform 0.3s ease-in-out;
  transform-origin: bottom center;
  z-index: -1;
}
@media screen and (min-width: 667px) {
  .bef-links .bef-mobile-toggle {
    display: none;
  }
}

@media screen and (max-width: 666.9px) {
  .bef-links ul {
    padding-top: 20px;
    padding-bottom: 30px;
    position: absolute;
    top: 100%;
    background: white;
    width: 100%;
    z-index: 3;
  }
}
@media screen and (min-width: 667px) {
  .bef-links ul {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 666.9px) {
  .bef-links ul li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 667px) {
  .bef-links ul li {
    margin-bottom: 0;
  }
}
.bef-links ul li:last-child {
  margin-bottom: 0;
}

.bef-links ul li a {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 666.9px) {
  .bef-links ul li a {
    text-decoration: underline;
    text-decoration-color: rgba(207, 185, 136, 0);
    transition: text-decoration-color 0.3s ease-in-out;
    padding: 8px 60px;
    width: 100%;
    display: block;
    color: #3c1952;
  }
  .bef-links ul li a:hover, .bef-links ul li a:focus {
    text-decoration-color: #cfb988;
  }
}
@media screen and (min-width: 667px) {
  .bef-links ul li a {
    padding: 0.3125rem 1.25rem 0.1875rem;
    appearance: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    position: relative;
    top: 0;
    display: inline-block;
    border: solid 0.125rem #cfb988;
    color: #4A4A4A;
    line-height: 1.75rem;
    transition: border 0.3s ease-in-out, 0.3s top ease-in-out, color 0.3s ease-in-out;
  }
  .bef-links ul li a:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: transparent;
    transition: bottom 0.1s ease-in-out;
    transform-origin: bottom center;
    z-index: 0;
  }
  .bef-links ul li a:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #cfb988;
    transform: scaleY(0);
    transition: transform 0.3s ease-in-out;
    transform-origin: bottom center;
    z-index: -1;
  }
  .bef-links ul li a:hover, .bef-links ul li a:focus {
    top: -0.25rem;
    transition: border 0.2s ease-in-out, 0.2s top ease-in-out, color 0.2s ease-in-out;
  }
  .bef-links ul li a:hover:before, .bef-links ul li a:focus:before {
    bottom: -8px;
  }
  .bef-links ul li a:hover:after, .bef-links ul li a:focus:after {
    transform: scaleY(1);
  }
  .bef-links ul li a:after {
    z-index: -1;
  }
}
@media screen and (max-width: 666.9px) {
  .bef-links ul li a.bef-link--selected {
    position: relative;
  }
  .bef-links ul li a.bef-link--selected:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/themes/custom/carroll/idfive-component-library/build/images/check.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 667px) {
  .bef-links ul li a.bef-link--selected {
    border: solid 0.125rem #cfb988;
    color: #3c1952;
    background: #cfb988;
  }
}

.bef-exposed-form .form-item label {
  display: none;
}

.view--carroll_programs--simple_list .views-row {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  text-decoration: none;
  border-bottom: solid 2px #cfb988;
  background: transparent;
  transition: background 0.3s ease-out;
}
.view--carroll_programs--simple_list .views-row:before {
  content: "";
  width: 12px;
  height: 12px;
  border-style: solid;
  border-color: #3c1952;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  position: absolute;
  right: 40px;
  bottom: calc(50% - 6px);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.view--carroll_programs--simple_list .views-row:hover, .view--carroll_programs--simple_list .views-row:focus-within {
  background: #cfb988;
  transition: background 0.2s ease-out;
}
.view--carroll_programs--simple_list .views-row:hover:before, .view--carroll_programs--simple_list .views-row:focus-within:before {
  right: 30px;
  opacity: 1;
  transition: all 0.2s 0.1s ease-out;
}
@media screen and (min-width: 768px) {
  .view--carroll_programs--simple_list .views-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .view--carroll_programs--simple_list .views-row {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .view--carroll_programs--simple_list .views-row .views-field.views-field-title {
    flex: 0 0 80%;
  }
}
.view--carroll_programs--simple_list .views-row .views-field.views-field-title a {
  text-decoration: none;
  color: #3c1952;
}
.view--carroll_programs--simple_list .views-row .views-field.views-field-title a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 0;
}
.view--carroll_programs--simple_list .views-row .views-field-field-degree {
  text-align: left;
}

.calendar-calendar {
  margin-top: 100px;
}
@media screen and (min-width: 667px) {
  .calendar-calendar {
    margin-top: 40px;
  }
}

.video-embed.video-embed--tall {
  position: relative;
}
.video-embed.video-embed--tall:before {
  content: "";
  background-color: #f4f4f4;
  position: absolute;
  inset: 6.25rem -2.3125rem 0;
}
@media screen and (min-width: 768px) {
  .video-embed.video-embed--tall:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .video-embed.video-embed--tall {
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
}

.video-embed__media-wrap {
  z-index: 1;
}
.video-embed__media-wrap:before {
  padding-top: 55.85%;
}
.video-embed--tall .video-embed__media-wrap {
  max-width: 21.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .video-embed--tall .video-embed__media-wrap {
    flex: 0 0 auto;
    width: 21.25rem;
  }
}
.video-embed--tall .video-embed__media-wrap:before {
  padding-top: 177.29%;
}
.video-embed__media-wrap img {
  transition: 0.2s opacity ease-in-out;
  z-index: 1;
}
.video-embed__media-wrap iframe,
.video-embed__media-wrap video {
  transition: 0.2s opacity ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.video-embed__media-wrap.video-playing img {
  opacity: 0;
  z-index: 0;
}
.video-embed__media-wrap.video-playing iframe,
.video-embed__media-wrap.video-playing video {
  opacity: 1;
}
.video-embed__media-wrap.video-playing .video-embed__button {
  opacity: 0;
}
.video-embed__media-wrap.video-playing .video-embed__video {
  pointer-events: all;
}

.video-embed__video {
  pointer-events: none;
}

.video-embed__button {
  z-index: 5;
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
  margin-top: -1.875rem;
  margin-left: -1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .video-embed__button {
    width: 5rem;
    height: 5rem;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
  }
}
.video-embed__button svg path[data-name=circle] {
  fill: #3c1952;
  transition: 0.3s fill ease-in-out;
}
.video-embed__button svg path[data-name=triangle] {
  fill: #fff;
  transition: 0.3s fill ease-in-out;
}
.video-embed__button:hover svg path[data-name=circle] {
  fill: #fff;
}
.video-embed__button:hover svg path[data-name=triangle] {
  fill: #3c1952;
}

.video-embed__caption {
  margin-top: 0.625rem;
}
@media screen and (min-width: 1200px) {
  .video-embed__caption {
    margin-top: 0.75rem;
  }
}
.video-embed--tall .video-embed__caption {
  font-style: normal;
  font-weight: 600;
  color: #4a4644;
  font-size: 1.5rem;
  line-height: 1.42;
  position: relative;
  padding-block: 1.875rem;
}
@media screen and (min-width: 768px) {
  .video-embed--tall .video-embed__caption {
    flex: 1 1 0;
  }
}
@media screen and (min-width: 768px) {
  .video-embed--tall .video-embed__caption:before {
    content: "";
    background-color: #f4f4f4;
    position: absolute;
    width: 150vw;
    top: -7.375rem;
    bottom: -7.375rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
  }
}

.modal {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  visibility: hidden;
  z-index: 999;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modal__overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal__overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #3c1952;
  opacity: 0.95;
}

.modal__container {
  max-width: 1200px;
  max-height: 800px;
  width: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  padding: 0 30px;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__close {
  position: fixed;
  top: 40px;
  right: 58px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.modal__close svg {
  display: none;
}
.modal__close:before, .modal__close:after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  background-color: #fff;
  outline: 1px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.modal__close:before {
  transform: rotate(45deg);
}
.modal__close:after {
  transform: rotate(-45deg);
}
.modal__close > svg {
  position: relative;
  z-index: -1;
}
.modal__close > svg path {
  fill: #fff;
}

.modal__search-form {
  display: flex;
  width: 100%;
  border: solid 2px #3c1952;
}
.modal__search-form > input.site-search {
  width: calc(100% - 55px);
  padding: 0 20px;
  color: #3c1952;
}
.modal__search-form button[type=submit] {
  background: #cfb988;
  width: 55px;
  height: 55px;
  padding: 0;
  border: none;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.modal__search-form button[type=submit]:hover, .modal__search-form button[type=submit]:focus {
  background-color: #3c1952;
}
.modal__search-form button[type=submit]:hover > svg path, .modal__search-form button[type=submit]:focus > svg path {
  fill: #fff;
  transition: fill 0.2s ease-out;
}
.modal__search-form button[type=submit] > svg path {
  fill: #3c1952;
  transition: fill 0.3s ease-out;
}

.modal .webform-submission-form {
  margin: 0 auto;
  max-width: 800px;
}

.modal .webform-submission-form .form-item {
  margin-bottom: 30px;
}

.modal .webform-submission-form .form-item label {
  color: #fff;
  display: block;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}

.modal .webform-submission-form .form-item input, .modal .webform-submission-form .form-item textarea {
  width: 100%;
}

.modal .webform-submission-form .form-actions {
  margin-bottom: 30px;
}

.modal .webform-submission-form button {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}

/*---===/ Contact Form Confirmation Styles Below \===---*/
.ui-widget-overlay.ui-front {
  background: #3c1952;
  opacity: 0.95;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal {
  border: none;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal > .ui-dialog-titlebar {
  background: transparent;
  border: transparent;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal .ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  padding: 0;
  margin-top: -18px;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal .ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close > span {
  display: none;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal .ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close:before, .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal .ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close:after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  top: 50%;
  left: 0;
  background-color: #3c1952;
  outline: 1px solid transparent;
  position: absolute;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal .ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close:before {
  transform: translateY(-50%) rotate(45deg);
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal .ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close:after {
  transform: translateY(-50%) rotate(-45deg);
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal .webform-confirmation-modal--content.ui-dialog-content.ui-widget-content {
  font-family: "Vollkorn", serif;
  font-size: 1.125rem;
  line-height: 2rem;
  margin: 0 0 1.125rem;
  color: #3c1952;
  text-align: center;
}

.webform-confirmation__message {
  color: #fff;
  font-family: "Vollkorn", serif;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.015625rem;
  margin: 24px 0 18px;
}
@media screen and (min-width: 1024px) {
  .webform-confirmation__message {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.0175rem;
    margin-top: 28px;
  }
}

.news-feed-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-feed-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-feed-item {
    gap: 2.5rem;
  }
}
.news-feed-item:hover .news-feed-item__content:after {
  width: 4.5625rem;
}
.news-feed-item:hover .news-feed-item__title a {
  text-decoration-color: currentColor;
}

.news-feed-item__media {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news-feed-item__media {
    flex: 0 0 auto;
    width: 21.1875rem;
    margin-bottom: 0;
  }
}
.news-feed-item__media:before {
  padding-top: 56.05%;
}

@media screen and (min-width: 768px) {
  .news-feed-item__content {
    flex: 1 1 0;
  }
}
.news-feed-item__content:after {
  content: "";
  position: relative;
  left: 0;
  bottom: -1.25rem;
  border-bottom: 0.1875rem solid #cfb988;
  width: 2.0625rem;
  display: block;
  transition: 0.3s width ease-in-out;
}

.news-feed-item__title {
  font-family: "Vollkorn", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
}
.news-feed-item__title a {
  color: currentColor;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.1875rem;
  transition: 0.3s text-decoration-color ease-in-out;
}
.news-feed-item__title a:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
}

.news-feed-item__date {
  margin-top: 0;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}

.news-feed ul li {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .news-feed ul li {
    margin-bottom: 1.875rem;
  }
}
.news-feed ul li:last-child {
  margin-bottom: 0;
}

.news-feed__links {
  margin-top: 40px;
}

.event-item {
  border: 0.1875rem solid #cfb988;
  background-color: #3c1952;
  position: relative;
  padding: 2.5rem 1.5625rem 0.625rem;
  max-width: 21.375rem;
  min-height: 12.5625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .event-item {
    max-width: none;
    padding: 4.375rem 7.125rem 1.5625rem 3rem;
    min-height: 18.375rem;
  }
}
.event-item.card--clickable:hover, .event-item.card--clickable:focus {
  cursor: pointer;
}
.event-item.card--clickable:hover .event-item__title a, .event-item.card--clickable:focus .event-item__title a {
  text-decoration-color: currentColor;
}
.event-item.card--clickable:hover .event-item__date-box, .event-item.card--clickable:focus .event-item__date-box {
  padding: 1.0625rem 1.25rem 0.8125rem;
}

.event-item__title {
  font-family: "Vollkorn", serif;
  color: #fff;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.2;
  margin-bottom: 0.8125rem;
  position: relative;
}
.event-item__title a {
  color: currentColor;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.1875rem;
  transition: 0.3s text-decoration-color ease-in-out;
}
body:not(.js) .event-item__title a:hover, body:not(.js) .event-item__title a:focus {
  text-decoration-color: currentColor;
}

.event-item__time {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}

.event-item__date-box {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 0.75rem 0.9375rem 0.5rem;
  transition: 0.3s padding ease-in-out;
}

.event-item__date {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #3c1952;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
}
.event-item__date span {
  display: block;
  font-size: 1.625rem;
}

.event-item__bkgrnd-img {
  position: absolute;
  inset: 0;
  opacity: 0.2;
}

.event-feed .event-feed__title,
.event-feed .event-feed__intro {
  text-align: center;
}
.event-feed .event-feed__intro {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .event-feed ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.event-feed ul li {
  margin-bottom: 1.875rem;
}
.event-feed ul li .event-item {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .event-feed ul li .event-item {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .event-feed ul li {
    flex: 0 1 auto;
    width: calc(50% - 0.625rem);
    margin-bottom: 0;
  }
}
.event-feed ul li:last-child {
  margin-bottom: 0;
}

.event-feed ul.cols--2 li {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .event-feed ul.cols--2 li {
    flex: 0 1 auto;
    width: calc(50% - 0.625rem);
    margin-bottom: 0;
  }
}
.event-feed ul.cols--2 li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .event-feed ul.cols--3 {
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .event-feed ul.cols--3 li {
    flex: 0 1 auto;
    width: calc(33.3333% - 0.625rem);
    margin-bottom: 0;
  }
}
.event-feed ul.cols--3 li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .event-feed ul.cols--4 {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .event-feed ul.cols--4 li {
    flex: 0 1 auto;
    width: calc(50% - 0.625rem);
    margin-bottom: 0;
  }
}
.event-feed ul.cols--4 li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .event-feed ul.cols--4 li {
    flex-wrap: nowrap;
    width: calc(25% - 0.625rem);
  }
}

.event-feed__cta {
  margin-top: 40px;
}

main .ajax-progress {
  display: inline-block;
  padding: 1px 5px 2px 5px;
}
main [dir=rtl] .ajax-progress {
  float: right;
}
main .ajax-progress-throbber .throbber {
  display: inline;
  padding: 1px 5px 2px;
  background: transparent url(/core/misc/throbber-active.gif) no-repeat 0 center;
}
main .ajax-progress-throbber .message {
  display: inline;
  padding: 1px 5px 2px;
}
main tr .ajax-progress-throbber .throbber {
  margin: 0 2px;
}
main .ajax-progress-bar {
  width: 16em;
}
main .ajax-progress-fullscreen {
  position: fixed;
  z-index: 1000;
  top: 48.5%;
  left: 49%;
  width: 24px;
  height: 24px;
  padding: 4px;
  opacity: 0.9;
  border-radius: 7px;
  background-color: #232323;
  background-image: url(/core/misc/loading-small.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
main [dir=rtl] .ajax-progress-fullscreen {
  right: 49%;
  left: auto;
}
main .text-align-left {
  text-align: left;
}
main .text-align-right {
  text-align: right;
}
main .text-align-center {
  text-align: center;
}
main .text-align-justify {
  text-align: justify;
}
main .align-left {
  float: left;
}
main .align-right {
  float: right;
}
main .align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
main .js input.form-autocomplete {
  background-image: url(/core/misc/throbber-inactive.png);
  background-repeat: no-repeat;
  background-position: 100% center;
}
main .js[dir=rtl] input.form-autocomplete {
  background-position: 0% center;
}
main .js input.form-autocomplete.ui-autocomplete-loading {
  background-image: url(/core/misc/throbber-active.gif);
  background-position: 100% center;
}
main .js[dir=rtl] input.form-autocomplete.ui-autocomplete-loading {
  background-position: 0% center;
}
main .fieldgroup {
  padding: 0;
  border-width: 0;
}
main .container-inline div, main .container-inline label {
  display: inline-block;
}
main .container-inline .details-wrapper {
  display: block;
}
main .clearfix:after {
  display: table;
  clear: both;
  content: "";
}
main .js details:not([open]) .details-wrapper {
  display: none;
}
main .hidden {
  display: none;
}
main .visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
main .visually-hidden.focusable:active, main .visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}
main .invisible {
  visibility: hidden;
}
main .item-list__comma-list, main .item-list__comma-list li {
  display: inline;
}
main .item-list__comma-list {
  margin: 0;
  padding: 0;
}
main .item-list__comma-list li:after {
  content: ", ";
}
main .item-list__comma-list li:last-child:after {
  content: "";
}
main .js .js-hide {
  display: none;
}
main .js-show {
  display: none;
}
main .js .js-show {
  display: block;
}
main .nowrap {
  white-space: nowrap;
}
main .position-container {
  position: relative;
}
main .progress {
  position: relative;
}
main .progress__track {
  min-width: 100px;
  max-width: 100%;
  height: 16px;
  margin-top: 5px;
  border: 1px solid;
  background-color: #fff;
}
main .progress__bar {
  width: 3%;
  min-width: 3%;
  max-width: 100%;
  height: 16px;
  background-color: #000;
}
main .progress__description, main .progress__percentage {
  overflow: hidden;
  margin-top: 0.2em;
  color: #555;
  font-size: 0.875em;
}
main .progress__description {
  float: left;
}
main [dir=rtl] .progress__description {
  float: right;
}
main .progress__percentage {
  float: right;
}
main [dir=rtl] .progress__percentage {
  float: left;
}
main .progress--small .progress__track {
  height: 7px;
}
main .progress--small .progress__bar {
  height: 7px;
  background-size: 20px 20px;
}
main .reset-appearance {
  margin: 0;
  padding: 0;
  border: 0 none;
  background: transparent;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
main .resize-none {
  resize: none;
}
main .resize-vertical {
  min-height: 2em;
  resize: vertical;
}
main .resize-horizontal {
  max-width: 100%;
  resize: horizontal;
}
main .resize-both {
  max-width: 100%;
  min-height: 2em;
  resize: both;
}
main table.sticky-header {
  z-index: 500;
  top: 0;
  margin-top: 0;
  background-color: #fff;
}
main .system-status-counter__status-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
main .system-status-counter__status-icon:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center 2px;
  background-size: 16px;
}
main .system-status-counter__status-icon--error:before {
  background-image: url(/core/misc/icons/e32700/error.svg);
}
main .system-status-counter__status-icon--warning:before {
  background-image: url(/core/misc/icons/e29700/warning.svg);
}
main .system-status-counter__status-icon--checked:before {
  background-image: url(/core/misc/icons/73b355/check.svg);
}
main .system-status-report-counters__item {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.063);
}
@media screen and (min-width: 60em) {
  main .system-status-report-counters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main .system-status-report-counters__item--half-width {
    width: 49%;
  }
  main .system-status-report-counters__item--third-width {
    width: 33%;
  }
}
main .system-status-general-info__item {
  margin-top: 1em;
  padding: 0 1em 1em;
  border: 1px solid #ccc;
}
main .system-status-general-info__item-title {
  border-bottom: 1px solid #ccc;
}
main body.drag {
  cursor: move;
}
main tr.region-title {
  font-weight: bold;
}
main tr.region-message {
  color: #999;
}
main tr.region-populated {
  display: none;
}
main tr.add-new .tabledrag-changed {
  display: none;
}
main .draggable a.tabledrag-handle {
  float: left;
  overflow: hidden;
  height: 1.7em;
  margin-left: -1em;
  cursor: move;
  text-decoration: none;
}
main [dir=rtl] .draggable a.tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}
main a.tabledrag-handle:hover {
  text-decoration: none;
}
main a.tabledrag-handle .handle {
  width: 14px;
  height: 14px;
  margin: -0.4em 0.5em 0;
  padding: 0.42em 0.5em;
  background: url(/core/misc/icons/787878/move.svg) no-repeat 6px 7px;
}
main a.tabledrag-handle:hover .handle, main a.tabledrag-handle:focus .handle {
  background-image: url(/core/misc/icons/000000/move.svg);
}
main .touchevents .draggable td {
  padding: 0 10px;
}
main .touchevents .draggable .menu-item__link {
  display: inline-block;
  padding: 10px 0;
}
main .touchevents a.tabledrag-handle {
  width: 40px;
  height: 44px;
}
main .touchevents a.tabledrag-handle .handle {
  height: 21px;
  background-position: 40% 19px;
}
main [dir=rtl] .touch a.tabledrag-handle .handle {
  background-position: right 40% top 19px;
}
main .touchevents .draggable.drag a.tabledrag-handle .handle {
  background-position: 50% -32px;
}
main .tabledrag-toggle-weight-wrapper {
  text-align: right;
}
main [dir=rtl] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}
main .indentation {
  float: left;
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
}
main [dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}
main .tablesort {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
}
main .tablesort--asc {
  background-image: url(/core/misc/icons/787878/twistie-down.svg);
}
main .tablesort--desc {
  background-image: url(/core/misc/icons/787878/twistie-up.svg);
}
main div.tree-child {
  background: url(/core/misc/tree.png) no-repeat 11px center;
}
main div.tree-child-last {
  background: url(/core/misc/tree-bottom.png) no-repeat 11px center;
}
main [dir=rtl] div.tree-child, main [dir=rtl] div.tree-child-last {
  background-position: -65px center;
}
main div.tree-child-horizontal {
  background: url(/core/misc/tree.png) no-repeat -11px center;
}
main .views-align-left {
  text-align: left;
}
main .views-align-right {
  text-align: right;
}
main .views-align-center {
  text-align: center;
}
main .views-view-grid .views-col {
  float: left;
}
main .views-view-grid .views-row {
  float: left;
  clear: both;
  width: 100%;
}
main .views-display-link + .views-display-link {
  margin-left: 0.5em;
}
main .calendar-calendar tr.odd, main .calendar-calendar tr.even {
  background-color: #fff;
}
main .calendar-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  clear: both;
}
main .calendar-calendar .month-view table {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  clear: both;
}
main .calendar-calendar .year-view td {
  width: 32%;
  padding: 1px;
  border: none;
}
main .calendar-calendar .year-view td table td {
  width: 13%;
  padding: 0;
}
main .calendar-calendar tr {
  padding: 0;
  margin: 0;
  background-color: white;
}
main .calendar-calendar th {
  color: #fff;
  background-color: #ccc;
  text-align: center;
  margin: 0;
}
main .calendar-calendar th a {
  font-weight: bold;
  color: #fff;
  background-color: #ccc;
}
main .calendar-calendar td {
  width: 12%;
  min-width: 12%;
  border: 1px solid #ccc;
  color: #777;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
main .calendar-calendar tr td {
  border-color: #3c1952;
}
main .calendar-calendar .mini {
  border: none;
}
main .calendar-calendar td.week {
  width: 1%;
  min-width: 1%;
}
main .calendar-calendar .week {
  clear: both;
  font-style: normal;
  color: #555;
  font-size: 0.8em;
}
main .calendar-calendar .week a {
  font-weight: normal;
}
main .calendar-calendar .inner {
  min-height: 5em;
  height: auto;
  padding: 0;
  margin: 0;
}
main .calendar-calendar .inner div {
  padding: 0;
  margin: 0;
}
main .calendar-calendar .inner p {
  padding: 0 0 0.8em 0;
  margin: 0;
}
main .calendar-calendar td a {
  font-weight: bold;
  text-decoration: none;
}
main .calendar-calendar td a:hover {
  text-decoration: underline;
}
main .calendar-calendar td.year, main .calendar-calendar td.month {
  text-align: center;
}
main .calendar-calendar .month-view th.days {
  color: #fff;
  background-color: #3c1952;
  text-align: center;
  padding: 1px;
  margin: 0;
  border-color: #3c1952;
  text-transform: uppercase;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}
main .calendar-calendar div.day {
  float: right;
  text-align: center;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  background-color: #f3f3f3;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: gray;
  clear: both;
  width: 1.5em;
}
main .calendar-calendar div.calendar {
  background-color: #fff;
  border: solid 1px #ddd;
  text-align: left;
  margin: 0 0.25em 0.25em 0;
  width: 96%;
  float: right;
  clear: both;
}
main .calendar-calendar .day-view div.calendar {
  float: none;
  width: 98%;
  margin: 1% 1% 0 1%;
}
main .calendar-calendar div.title {
  font-size: 0.8em;
  text-align: center;
}
main .calendar-calendar div.title a {
  color: #000;
}
main .calendar-calendar div.title a:hover {
  color: #c00;
}
main .calendar-calendar .content {
  clear: both;
  padding: 3px 3px 3px 5px;
}
main .calendar div.form-item {
  white-space: normal;
}
main table td.mini, main table th.mini, main table.mini td.week {
  padding: 0 1px 0 0;
  margin: 0;
}
main table td.mini a {
  font-weight: normal;
}
main .calendar-calendar .mini-day-off {
  padding: 0;
}
main .calendar-calendar .mini-day-on {
  padding: 0;
}
main table .mini-day-on a {
  text-decoration: underline;
}
main .calendar-calendar .mini .title {
  font-size: 0.8em;
}
main .mini .calendar-calendar .week {
  font-size: 0.7em;
}
main .mini-row {
  width: 100%;
  border: none;
}
main .mini {
  width: 32%;
  vertical-align: top;
}
main .calendar-calendar .stripe {
  height: 5px;
  width: auto;
  font-size: 1px !important;
  line-height: 1px !important;
}
main .calendar-calendar .day-view .stripe {
  width: 100%;
}
main table.calendar-legend {
  background-color: #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
}
main table.calendar-legend tr.odd .stripe, main table.calendar-legend tr.even .stripe {
  height: 12px !important;
  font-size: 9px !important;
  line-height: 10px !important;
}
main .calendar-legend td {
  text-align: left;
}
main .calendar-empty {
  font-size: 1px;
  line-height: 1px;
}
main .calendar-calendar td.calendar-agenda-hour {
  font-family: serif;
  text-align: right;
  border: none;
  border-top: 1px #333 dotted;
  padding-top: 0.25em;
  width: 1%;
}
main .calendar-calendar td.calendar-agenda-no-hours {
  min-width: 1%;
}
main .calendar-calendar td.calendar-agenda-hour .calendar-hour {
  font-size: 1.2em;
  font-weight: bold;
}
main .calendar-calendar td.calendar-agenda-hour .calendar-ampm {
  font-size: 1em;
}
main .calendar-calendar td.calendar-agenda-items {
  border: 1px #333 dotted;
  text-align: left;
}
main .calendar-calendar td.calendar-agenda-items div.calendar {
  width: auto;
  padding: 0.25em;
  margin: 0;
}
main .calendar-calendar div.calendar div.inner .calendar-agenda-empty {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  background-color: #fff;
}
main .calendar-date-select form {
  text-align: right;
  float: right;
  width: 25%;
}
main .calendar-date-select div, main .calendar-date-select input, main .calendar-date-select label {
  text-align: right;
  padding: 0;
  margin: 0;
  float: right;
  clear: both;
}
main .calendar-date-select .description {
  float: right;
}
main .calendar-label {
  font-weight: bold;
  display: block;
  clear: both;
}
main .calendar-calendar div.date-nav {
  background-color: #ccc;
  color: #777;
  width: auto;
  border: 1px solid #ccc;
}
main .calendar-calendar div.date-nav a, main .calendar-calendar div.date-nav h3 {
  color: #777;
}
main .calendar-calendar th.days {
  background-color: #eee;
  color: #777;
  font-weight: bold;
  border: 1px solid #ccc;
}
main .calendar-calendar td.empty {
  background: #ccc;
  border-color: #ccc;
}
main .calendar-calendar table.mini td.empty {
  background: #fff;
  border-color: #fff;
}
main .calendar-calendar td div.day {
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
  margin-bottom: 2px;
}
main .calendar-calendar td .inner div, main .calendar-calendar td .inner div a {
  background: #eee;
}
main .calendar-calendar div.calendar {
  border: none;
  font-size: x-small;
}
main .calendar-calendar td .inner div.calendar div, main .calendar-calendar td .inner div.calendar div a {
  border: none;
  background: #ffc;
  padding: 0 2px;
}
main .calendar-calendar td .inner div.calendar div.calendar-more, main .calendar-calendar td .inner div.calendar div.calendar-more a {
  color: #444;
  background: #fff;
  text-align: right;
}
main .calendar-calendar td .inner .view-field, main .calendar-calendar td .inner .view-field a {
  color: #444;
  font-weight: normal;
}
main .calendar-calendar td span.date-display-single, main .calendar-calendar td span.date-display-start, main .calendar-calendar td span.date-display-end, main .calendar-calendar td span.date-display-separator {
  font-weight: bold;
}
main .calendar-calendar td .inner div.day a {
  color: #4b85ac;
}
main .calendar-calendar tr td.today, main .calendar-calendar tr.odd td.today, main .calendar-calendar tr.even td.today {
  background-color: #c3d6e4;
}
main .calendar-calendar td .inner div.calendar div div.view-data-node-data-field-date-field-date-value {
  border-bottom: 1px solid #ccc;
}
main nav.pager > ul {
  list-style: none;
}
main .calendar-calendar tr.odd, main .calendar-calendar tr.even {
  background-color: #fff;
}
main .calendar-calendar table {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
main .calendar-calendar .month-view table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
main .calendar-calendar .year-view td {
  width: 32%;
  padding: 1px;
  border: none;
}
main .calendar-calendar .year-view td table td {
  width: 13%;
  padding: 0;
}
main .calendar-calendar tr {
  margin: 0;
  padding: 0;
  background-color: white;
}
main .calendar-calendar th {
  margin: 0;
  text-align: center;
}
main .calendar-calendar th a {
  font-weight: bold;
}
main .calendar-calendar td {
  width: 14%;
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: top;
  color: #777;
  border: 1px solid #ccc;
}
main .calendar-calendar .mini {
  border: none;
}
main .calendar-calendar td.week {
  width: 1%;
  min-width: 1%;
}
main .calendar-calendar .week {
  clear: both;
  color: #555;
  font-size: 0.8em;
  font-style: normal;
}
main .calendar-calendar .inner {
  height: auto;
  margin: 0;
  padding: 0;
}
main .calendar-calendar .inner div {
  margin: 0;
  padding: 0;
}
main .calendar-calendar .inner p {
  margin: 0;
  padding: 0 0 0.8em 0;
}
main .calendar-calendar td a {
  text-decoration: none;
  font-weight: bold;
}
main .calendar-calendar td a:hover {
  text-decoration: underline;
}
main .calendar-calendar td.year, main .calendar-calendar td.month {
  text-align: center;
}
main .calendar-calendar th.days {
  margin: 0;
  padding: 1px;
  text-align: center;
  color: #ccc;
  background-color: #224;
}
main .calendar-calendar div.day {
  float: right;
  clear: both;
  width: 1.5em;
  margin: 0;
  padding: 0.125em 0.25em 0 0.25em;
  text-align: center;
  border: 1px solid gray;
  border-width: 0 0 1px 1px;
  background-color: #f3f3f3;
}
main .calendar-calendar div.calendar {
  float: right;
  clear: both;
  width: 96%;
  margin: 0 0.25em 0.25em 0;
  text-align: left;
  border: solid 1px #ddd;
  background-color: #fff;
}
main .calendar-calendar .day-view div.calendar {
  float: none;
  width: 98%;
  margin: 1% 1% 0 1%;
}
main .calendar-calendar div.title {
  text-align: center;
  font-size: 0.8em;
}
main .calendar-calendar div.title a {
  color: #000;
}
main .calendar-calendar div.title a:hover {
  color: #c00;
}
main .calendar-calendar .content {
  clear: both;
  padding: 3px;
  padding-left: 5px;
}
main .calendar div.form-item {
  white-space: normal;
}
main table td.mini, main table th.mini, main table.mini td.week {
  margin: 0;
  padding: 0 1px 0 0;
}
main table td.mini a {
  font-weight: normal;
}
main .calendar-calendar .mini-day-off {
  padding: 0;
}
main .calendar-calendar .mini-day-on {
  padding: 0;
}
main table .mini-day-on a {
  text-decoration: underline;
}
main .calendar-calendar .mini .title {
  font-size: 0.8em;
}
main .mini .calendar-calendar .week {
  font-size: 0.7em;
}
main .mini-row {
  width: 100%;
  border: none;
}
main .mini {
  width: 32%;
  vertical-align: top;
}
main .calendar-calendar .stripe {
  width: auto;
  height: 5px;
  font-size: 1px !important;
  line-height: 1px !important;
}
main .calendar-calendar .day-view .stripe {
  width: 100%;
}
main table.calendar-legend {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ccc;
}
main table.calendar-legend tr.odd .stripe, main table.calendar-legend tr.even .stripe {
  height: 12px !important;
  font-size: 9px !important;
  line-height: 10px !important;
}
main .calendar-legend td {
  padding-left: 5px;
  text-align: left;
}
main .calendar-empty {
  font-size: 1px;
  line-height: 1px;
}
main .calendar-calendar td.calendar-agenda-hour {
  width: 1%;
  padding-top: 0.25em;
  text-align: right;
  border: none;
  border-top: 1px solid #ccc;
}
main .calendar-calendar td.calendar-agenda-no-hours {
  min-width: 1%;
}
main .calendar-calendar td.calendar-agenda-hour .calendar-hour {
  font-size: 1.2em;
  font-weight: bold;
}
main .calendar-calendar td.calendar-agenda-hour .calendar-ampm {
  font-size: 1em;
}
main .calendar-calendar td.calendar-agenda-items {
  text-align: left;
  border: 1px solid #ccc;
}
main .calendar-calendar td.calendar-agenda-items div.calendar {
  width: auto;
  margin: 0;
  padding: 0.25em;
}
main .calendar-calendar div.calendar div.inner .calendar-agenda-empty {
  width: 100%;
  padding: 1em 0;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
main .calendar-date-select form {
  float: right;
  width: 25%;
  text-align: right;
}
main .calendar-date-select div, main .calendar-date-select input, main .calendar-date-select label {
  float: right;
  clear: both;
  margin: 0;
  padding: 0;
  text-align: right;
}
main .calendar-date-select .description {
  float: right;
}
main .calendar-label {
  display: block;
  clear: both;
  font-weight: bold;
}
main .calendar-calendar div.date-nav {
  width: auto;
  padding: 0.2em;
  color: #777;
  border: 1px solid #ccc;
  background-color: #ccc;
}
main .calendar-calendar div.date-nav a, main .calendar-calendar div.date-nav h3 {
  text-decoration: none;
  color: #777;
}
main .calendar-calendar th.days {
  color: #777;
  border: 1px solid #ccc;
  background-color: #eee;
  font-weight: bold;
}
main .calendar-calendar td.empty {
  color: #cc9;
  border-color: #3c1952;
  background: #ccc;
}
main .calendar-calendar table.mini td.empty {
  border-color: #fff;
  background: #fff;
}
main .calendar-calendar td div.day {
  margin-bottom: 2px;
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
}
main .calendar-calendar td .inner div, main .calendar-calendar td .inner div a {
  background: #eee;
}
main .calendar-calendar div.calendar {
  border: none;
  font-size: x-small;
}
main .calendar-calendar td .inner div.calendar div, main .calendar-calendar td .inner div.calendar div a {
  padding: 0;
  border: none;
  background: #ffc;
}
main .calendar-calendar td .inner div.calendar div.calendar-more, main .calendar-calendar td .inner div.calendar div.calendar-more a {
  text-align: right;
  color: #444;
  background: #fff;
}
main .calendar-calendar td .inner .view-field, main .calendar-calendar td .inner .view-field a {
  color: #444;
  font-weight: normal;
}
main .calendar-calendar td span.date-display-single, main .calendar-calendar td span.date-display-start, main .calendar-calendar td span.date-display-end, main .calendar-calendar td span.date-display-separator {
  font-weight: bold;
}
main .calendar-calendar td .inner div.day a {
  color: #4b85ac;
}
main .calendar-calendar tr td.today, main .calendar-calendar tr.odd td.today, main .calendar-calendar tr.even td.today {
  background-color: #c3d6e4;
}
main .calendar-calendar tbody {
  border-top: none;
}
main .calendar-calendar .month-view .full .inner, main .calendar-calendar .week-view .full .multi-day .inner {
  height: auto;
  min-height: auto;
}
main .calendar-calendar .week-view .full .calendar-agenda-hour, main .calendar-calendar .month-view .full .single-day .inner .view-item {
  float: left;
  width: 100%;
}
main .calendar-calendar .week-view .full .calendar-agenda-hour, main .calendar-calendar .day-view .full .calendar-agenda-hour {
  padding-right: 2px;
}
main .calendar-calendar .week-view .full .calendar-agenda-hour {
  width: 6%;
  min-width: 0;
}
main .calendar-calendar .week-view .full .days {
  width: 13%;
}
main .calendar-calendar .month-view .full div.calendar, main .calendar-calendar .week-view .full div.calendar, main .calendar-calendar .day-view div.calendar {
  width: auto;
}
main .calendar-calendar .month-view .full tr.date-box, main .calendar-calendar .month-view .full tr.date-box td, main .calendar-calendar .month-view .full tr.multi-day, main .calendar-calendar .month-view .full tr.multi-day td {
  height: 19px;
  max-height: 19px;
}
main .calendar-calendar .month-view .full tr.single-day .no-entry, main .calendar-calendar .month-view .full tr.single-day .no-entry .inner {
  height: 44px !important;
  line-height: 44px;
}
main .calendar-calendar .month-view .full tr.single-day .noentry-multi-day, main .calendar-calendar .month-view .full tr.single-day .noentry-multi-day .inner {
  height: 22px !important;
  line-height: 22px;
}
main .calendar-calendar .month-view .full td, main .calendar-calendar .week-view .full td, main .calendar-calendar .day-view td {
  padding: 1px 2px 0 2px;
  vertical-align: top;
}
main .calendar-calendar .month-view .full td.date-box {
  height: 1%;
  padding-bottom: 2px;
  border-bottom: 0;
}
main .calendar-calendar .month-view .full .week {
  font-size: inherit;
}
main .calendar-calendar .month-view .full .week a, main .calendar-calendar .week-view .full .week a {
  color: #4b85ac;
}
main .calendar-calendar .month-view .full td .inner div.day, main .calendar-calendar .month-view .full td .inner div.day a {
  margin-bottom: 0;
  border: none;
  background: none;
  color: #3c1952;
  font-weight: 700;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}
main .calendar-calendar .month-view .full td.date-box .inner, main .calendar-calendar .week-view .full td.date-box .inner {
  min-height: inherit;
}
main .calendar-calendar .month-view .full td.multi-day, main .calendar-calendar .week-view .full td.multi-day {
  border-top: 0;
  border-bottom: 0;
}
main .calendar-calendar .week-view .full .first td.multi-day {
  border-top: 1px solid #ccc;
}
main .calendar-calendar .month-view .full td.single-day {
  border-top: 0;
}
main .calendar-calendar .month-view .full td.multi-day .inner, main .calendar-calendar .week-view .full td.multi-day .inner, main .calendar-calendar .day-view .full td.multi-day .inner {
  position: relative;
  width: auto;
  min-height: inherit;
}
main .calendar-calendar .month-view .full td.multi-day.no-entry {
  min-height: 0;
}
main .calendar-calendar .month-view .full td.single-day .calendar-empty, main .calendar-calendar .month-view .full td.single-day.empty, main .calendar-calendar .month-view .full td.date-box.empty {
  background: #f4f4f4;
}
main .calendar-calendar .month-view .full td.single-day .calendar-empty .inner .day, main .calendar-calendar .month-view .full td.single-day.empty .inner .day, main .calendar-calendar .month-view .full td.date-box.empty .inner .day {
  color: #938d8b;
}
main .calendar-calendar .month-view .full td.single-day .inner div, main .calendar-calendar .month-view .full td.single-day .inner div a, main .calendar-calendar .month-view .full td.multi-day .inner div, main .calendar-calendar .month-view .full td.multi-day .inner div a, main .calendar-calendar .month-view .full td .inner div.calendar.monthview div, main .calendar-calendar .month-view .full td .inner div.calendar.monthview div a, main .calendar-calendar .week-view .full td.single-day .inner div, main .calendar-calendar .week-view .full td.single-day .inner div a, main .calendar-calendar .week-view .full td.multi-day .inner div, main .calendar-calendar .week-view .full td.multi-day .inner div a, main .calendar-calendar .week-view .full td .inner div.calendar.weekview div, main .calendar-calendar .week-view .full td .inner div.calendar.weekview div a, main .calendar-calendar .day-view .full td .inner div.view-item, main .calendar-calendar .day-view .full td .inner div.calendar div, main .calendar-calendar .day-view .full td .inner div.calendar div a {
  background: none;
}
main .calendar-calendar .day-view .full td .inner div.calendar div, main .calendar-calendar .day-view .full td .inner div.calendar div a {
  margin: 0 3px;
}
main .calendar-calendar .day-view .full td .inner div.calendar div.stripe {
  margin: 0;
}
main .calendar-calendar .month-view .full tr td.today, main .calendar-calendar .month-view .full tr.odd td.today, main .calendar-calendar .month-view .full tr.even td.today {
  border: 2px solid #3c1952;
  background: none;
}
main .calendar-calendar .month-view .full td.date-box.today {
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #3c1952;
}
main .calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #3c1952;
}
main .calendar-calendar .month-view .full tr td.multi-day.starts-today {
  border-left: 2px solid #3c1952;
}
main .calendar-calendar .month-view .full tr td.multi-day.ends-today {
  border-right: 2px solid #3c1952;
}
main .calendar-calendar .month-view .full tr td.multi-day, main .calendar-calendar .month-view .full tr td.single-day {
  border-top: 0;
}
main .calendar-calendar .month-view .full tr td.multi-day, main .calendar-calendar .month-view .full tr td.date-box {
  border-bottom: 0;
}
main .calendar-calendar .month-view .full .inner .monthview, main .calendar-calendar .week-view .full .inner .weekview, main .calendar-calendar .day-view .full .inner .dayview {
  position: relative;
  display: block;
  float: none;
  width: auto;
  margin: 0.25em auto;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
main .calendar-calendar .month-view .full td.single-day div.monthview, main .calendar-calendar .week-view .full td.single-day div.weekview, main .calendar-calendar .day-view .full td.single-day div.dayview {
  overflow: hidden;
  width: auto;
  padding: 0 3px;
  background: none;
}
main .calendar-calendar .month-view .full td.single-day .calendar-more div.monthview {
  background: none;
}
main .calendar-calendar .day-view td div.dayview {
  padding: 0;
}
main .calendar-calendar .month-view .full td.multi-day div.monthview, main .calendar-calendar .week-view .full td.multi-day div.weekview, main .calendar-calendar .day-view .full td.multi-day div.dayview {
  position: relative;
  overflow: hidden;
  height: 1.9em;
  margin: 0 auto;
  color: #fff;
  background: #74a5d7;
}
main .calendar-calendar .week-view .full td.multi-day div.weekview {
  height: 3.5em;
}
main .calendar-calendar .month-view .full td.multi-day .inner .view-field, main .calendar-calendar .month-view .full td.multi-day .inner .view-field a, main .calendar-calendar .week-view .full td.multi-day .inner .view-field, main .calendar-calendar .week-view .full td.multi-day .inner .view-field a, main .calendar-calendar .day-view .full td.multi-day .inner .view-field, main .calendar-calendar .day-view .full td.multi-day .inner .view-field a {
  color: #fff;
}
main .calendar-calendar .day-view .full td.multi-day div.dayview, main .calendar-calendar .week-view .full td.multi-day div.weekview {
  margin-bottom: 2px;
}
main .calendar-calendar .month-view .full td.multi-day .calendar.monthview .view-field {
  float: left;
  margin-right: 3px;
  white-space: nowrap;
}
main .calendar-calendar .week-view .full td.multi-day .calendar.weekview .view-field {
  display: inline;
  margin-right: 3px;
  white-space: nowrap;
}
main .calendar-calendar .day-view .full td.multi-day .calendar.weekview .view-field {
  display: block;
}
main .calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents, main .calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
  position: absolute;
  left: 5px;
  width: 3000px;
}
main .calendar-calendar .day-view td .stripe, main .calendar-calendar .month-view .full td .stripe, main .calendar-calendar .week-view .full td .stripe {
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
main .calendar-calendar .full td.single-day .continuation, main .calendar-calendar .full td.single-day .continues, main .calendar-calendar .full td.single-day .cutoff {
  display: none;
}
main .calendar-calendar .month-view .full td.multi-day .inner .monthview .continuation, main .calendar-calendar .week-view .full td.multi-day .inner .weekview .continuation {
  float: left;
  height: 1.9em;
  margin-right: 3px;
}
main .calendar-calendar .week-view .full td.multi-day .inner .weekview .continuation {
  height: 2.75em;
  margin-right: 8px;
  padding-top: 0.75em;
}
main .calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, main .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, main .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, main .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 10px;
  height: 1.9em;
  padding-left: 6px;
  text-align: left;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #74a5d7;
}
main .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, main .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  height: 2.75em;
  padding-top: 0.75em;
}
main .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, main .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  width: 8px;
  padding-left: 0;
}
main .calendar-calendar .week-view .full td.multi-day {
  padding: 2px;
}
main .calendar-calendar .week-view td.single-day div.calendar {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
main .calendar-calendar .week-view .full tr.last td.multi-day {
  border-bottom: 1px solid #ccc;
}
main .view .date-nav-wrapper .clear-block {
  margin-bottom: 10px;
}
main .view .date-nav-wrapper {
  position: relative;
  width: 100%;
  margin-top: 5px;
}
main .view .date-nav-wrapper .date-nav {
  position: relative;
  height: 30px;
  height: auto;
  min-height: 30px;
  margin-bottom: 10px;
  border: 0;
  background-color: transparent;
}
main .view .date-nav-wrapper .date-prev a, main .view .date-nav-wrapper .date-next a {
  text-decoration: none;
  color: inherit;
  font-size: 12px;
}
main .view .date-nav-wrapper.date-nav a:hover {
  text-decoration: underline;
}
main .view .date-nav-wrapper .date-prev {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 60px;
  left: auto;
  float: none;
  width: auto;
  padding: 5px 0;
  text-align: right;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: none repeat scroll 0 0 #dfdfdf;
  font-size: 12px;
}
main .block-views .view .date-nav-wrapper .date-prev {
  right: auto;
  left: 0;
}
main .view .date-nav-wrapper .date-prev a {
  margin-left: 10px;
  font-weight: bold;
}
main .view .date-nav-wrapper .date-heading {
  position: relative;
  z-index: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
main .view .date-nav-wrapper .date-heading h3 {
  font-size: 1.7em;
  line-height: 30px;
}
main .view .date-nav-wrapper .date-next {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  float: none;
  width: auto;
  padding: 5px 0;
  text-align: right;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: none repeat scroll 0 0 #dfdfdf;
  font-size: 12px;
}
main .view .date-nav-wrapper .date-next a {
  margin-right: 10px;
  font-weight: bold;
}
main .attachment .calendar-calendar {
  clear: both;
  margin-top: 20px;
}
main .calendar-calendar th a, main .attachment .calendar-calendar th {
  border: 0;
  background-color: transparent;
}
main .attachment .calendar-calendar th.calendar-agenda-hour {
  text-align: right;
  color: #777;
  font-weight: bold;
}
main .view-calendar .feed-icon {
  margin-top: 5px;
}
main .view table.mini .date-prev, main .view table.mini .date-next {
  background: none;
}
main .date-nav div.date-prev, main .date-nav div.date-next, main .date-nav {
  width: auto;
}
main ul.calendar-links, main .region-content ul.calendar-links {
  margin: 0;
  padding: 0;
}
main .year-view div.month-view div.date-nav {
  min-height: 20px;
  background-color: #dfdfdf;
}

main .calendar-calendar {
  margin-bottom: 50px;
  overflow-x: scroll;
}
@media screen and (min-width: 1024px) {
  main .calendar-calendar {
    margin-bottom: 105px;
    overflow-x: hidden;
  }
}

main .views-element-container {
  position: relative;
}

main .views-element-container header {
  padding-bottom: 24px;
}

main .views-element-container header h3 {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 1.75rem;
  line-height: 2.1875rem;
}
@media screen and (min-width: 950px) {
  main .views-element-container header h3 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
    font-weight: 800;
    margin-top: 0;
  }
}

main .views-element-container header .pager {
  position: absolute;
  top: 364px;
}
@media screen and (min-width: 667px) {
  main .views-element-container header .pager {
    display: block;
    top: 264px;
  }
}
@media screen and (max-width: 929px) {
  main .views-element-container header .pager {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 930px) {
  main .views-element-container header .pager {
    top: 171px;
    right: 60px;
  }
}
@media screen and (min-width: 950px) {
  main .views-element-container header .pager {
    top: 200px;
  }
}

main .views-element-container header .pager ul {
  display: flex;
}
main .views-element-container header .pager ul .pager__item a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #3c1952;
  text-decoration: none;
  position: relative;
}
main .views-element-container header .pager ul .pager__item a span {
  cursor: pointer;
  box-shadow: 0 1px 0 0 #3c1952;
  transition: box-shadow 0.3s ease-out;
}
main .views-element-container header .pager ul .pager__item a:hover span, main .views-element-container header .pager ul .pager__item a:focus span {
  box-shadow: 0 3px 0 0 #cfb988;
}
main .views-element-container header .pager ul .pager__item a [aria-hidden=true] {
  display: none;
}
main .views-element-container header .pager ul .pager__item--previous {
  margin-right: 10px;
}
main .views-element-container header .pager ul .pager__item--previous a:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: -24px;
  width: 11px;
  height: 11px;
  border-color: #3c1952;
  border-style: solid;
  border-width: 0 0 2px 2px;
  transform: rotate(45deg) translateY(-50%);
  transition: left 0.3s ease-out;
}
main .views-element-container header .pager ul .pager__item--previous a:hover:before, main .views-element-container header .pager ul .pager__item--previous a:focus:before {
  transition: left 0.2s ease-out;
  left: -30px;
}
main .views-element-container header .pager ul .pager__item--next {
  margin-left: 10px;
}
main .views-element-container header .pager ul .pager__item--next a:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -24px;
  width: 11px;
  height: 11px;
  border-color: #3c1952;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.2s ease-out;
}
main .views-element-container header .pager ul .pager__item--next a:hover:after, main .views-element-container header .pager ul .pager__item--next a:focus:after {
  transition: right 0.2s ease-out;
  right: -30px;
}

main .views-element-container .form-item-event-type {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 667px) {
  main .views-element-container .form-item-event-type {
    margin-right: 20px;
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  main .views-element-container .form-item-event-type {
    max-width: 452px;
  }
}
@media screen and (max-width: 666.9px) {
  main .views-element-container .form-item-event-type + .form-actions {
    margin-top: 15px;
  }
}

@media screen and (min-width: 667px) {
  main .views-element-container .views-exposed-form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 930px) {
  main .views-element-container .views-exposed-form {
    margin-bottom: 30px;
  }
}
main .views-element-container .views-exposed-form label {
  position: absolute;
  top: -30px;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01rem;
  line-height: 1.625rem;
  font-weight: 800;
}
main .views-element-container .views-exposed-form select {
  padding: 14px 20px;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  border: solid 1px #3c1952;
  width: 100%;
  appearance: none;
  background-image: url(../images/icons/chevron.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
main .calendar-calendar .month-view {
  min-width: 600px;
}

main .calendar-calendar .month-view .full td.multi-day div.monthview {
  background: transparent;
}
main .calendar-calendar .month-view .full td.multi-day div.monthview a {
  margin-top: 2px;
}

main .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff {
  display: none;
}

main .calendar-calendar .month-view .full td.multi-day .inner .monthview .continues {
  display: none;
}

main .calendar-calendar .month-view .full td.multi-day .calendar.monthview {
  color: #4A4A4A;
  overflow: visible;
}

main .calendar-calendar .month-view .full td .inner div.calendar.monthview div, main .calendar-calendar .week-view .full td.multi-day .inner div {
  display: block;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
main .calendar-calendar .month-view .full td .inner div.calendar.monthview div a, main .calendar-calendar .week-view .full td.multi-day .inner div a {
  font-size: 1rem;
  color: #3c1952;
  font-weight: 700;
}

main .calendar-calendar .month-view .full td .inner div.calendar.monthview div time {
  background: none;
  font-size: 0.875rem;
}

main .calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents, main .calendar-calendar .week-view .full td.multi-day .calendar.monthview div.contents {
  width: auto;
  display: flex;
  flex-direction: column;
  text-align: left;
}
main .calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents a, main .calendar-calendar .week-view .full td.multi-day .calendar.monthview div.contents a {
  padding-left: 0;
}

main .calendar-calendar + .pager {
  display: none;
}

.calendar-nav {
  margin-bottom: 20px;
}

.calendar-nav > a.active:after {
  transform: scaleY(1);
}
@media screen and (max-width: 666.9px) {
  .calendar-nav > a + a {
    margin-top: 15px;
  }
}
@media screen and (min-width: 667px) {
  .calendar-nav > a + a {
    margin-left: 24px;
  }
}

/*
 * Page content menu style
 */
.landing-hero .container--local-tasks {
  background-color: #fff;
  padding-top: 20px;
}

.landing-hero .container--local-tasks .local-tasks-menu-wrapper {
  margin-bottom: 0;
}

/*
 * Calendar - Month View
 */
main .calendar-calendar .month-view .full td.multi-day .calendar.monthview {
  color: #3c1952;
  height: auto;
  overflow: visible;
}

main .calendar-calendar .month-view .full td.multi-day div.monthview {
  background: #f8f4fa;
  border: solid 1px #c8bdce;
  margin: 2px 0;
}

main .calendar-calendar .month-view .full td.single-day div.monthview {
  padding: 0;
}

main .calendar-calendar .month-view .full td.single-day .inner div.contents,
.calendar-calendar .month-view .full td.single-day .inner div.calendar.monthview div.contents {
  background: #f8f4fa;
  border: solid 1px #c8bdce;
  border-radius: 5px;
  color: #3c1952;
  margin: 2px 0;
  padding-left: 5px;
}

main .calendar-calendar .month-view .full td.multi-day .calendar.monthview div.contents {
  position: relative;
}

main .calendar-calendar .month-view .full td .inner div.calendar.monthview div.cutoff {
  display: none;
}

main .calendar-calendar .month-view .full td {
  height: 20px;
}

main .calendar-calendar .month-view .full td.multi-day .inner,
main .calendar-calendar .month-view .full td.multi-day .inner .item,
main .calendar-calendar .month-view .full td.multi-day .inner .item .view-item {
  height: 100%;
}

main .calendar-calendar .month-view .full td.multi-day .inner .item .view-item {
  display: flex;
}

main .calendar-calendar .month-view .full td.multi-day .calendar.monthview {
  flex: 1;
}

/*
 * Calendar - Week View
 */
main .calendar-calendar .week-view .full td.multi-day .calendar.monthview {
  color: #3c1952;
  height: auto;
  overflow: visible;
}

main .calendar-calendar .week-view .full td.multi-day div.monthview {
  background: #f8f4fa;
  border: solid 1px #c8bdce;
  margin: 2px 0;
}

main .calendar-calendar .week-view .full td.single-day div.monthview {
  padding: 0;
}

main .calendar-calendar .week-view .full td.single-day .inner div.contents,
.calendar-calendar .week-view .full td.single-day .inner div.calendar.monthview div.contents {
  background: #f8f4fa;
  border: solid 1px #c8bdce;
  border-radius: 5px;
  color: #3c1952;
  margin: 2px 0;
  padding-left: 5px;
}

main .calendar-calendar .week-view .full td.multi-day .calendar.monthview div.contents {
  position: relative;
}

main .calendar-calendar .week-view .full td .inner div.calendar.monthview div.cutoff {
  display: none;
}

main .calendar-calendar .week-view .full td {
  height: 20px;
}

main .calendar-calendar .week-view .full td.multi-day .inner,
main .calendar-calendar .week-view .full td.multi-day .inner .item,
main .calendar-calendar .week-view .full td.multi-day .inner .item .view-item {
  height: 100%;
}

main .calendar-calendar .week-view .full td.multi-day .inner .item .view-item {
  display: flex;
}

main .calendar-calendar .week-view .full td.multi-day .calendar.monthview {
  flex: 1;
}

main .calendar-calendar .month-view .full td .inner div.calendar.monthview div.continues, main .calendar-calendar .week-view .full td.multi-day .inner div.continues {
  display: none;
}

.news-feature {
  border-bottom: 0.1875rem solid #cfb988;
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news-feature {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.875rem;
    border: none;
    padding-bottom: 0;
  }
}
.news-feature:hover .news-feature__media img {
  transform: scale(1.1);
}
.news-feature:hover .news-feature__title a {
  text-decoration-color: currentColor;
}

.news-feature__media {
  margin-bottom: 1.5625rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .news-feature__media {
    flex: 0 1 auto;
    width: 55%;
  }
}
.news-feature__media:before {
  padding-top: 56.14%;
}
.news-feature__media img {
  transition: 0.3s transform ease-in-out;
}

@media screen and (min-width: 1024px) {
  .news-feature__content {
    flex: 1 1 0;
    border-bottom: 0.1875rem solid #cfb988;
    padding-bottom: 1.875rem;
  }
}

.news-feature__label {
  color: #3c1952;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 1024px) {
  .news-feature__label {
    font-size: 1.125rem;
  }
}

.news-feature__title {
  font-family: "Vollkorn", serif;
  font-size: 1.5625rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .news-feature__title {
    font-size: 1.75rem;
    line-height: 1.36;
  }
}
.news-feature__title a {
  color: currentColor;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.25rem;
  transition: 0.3s text-decoration-color ease-in-out;
}
.news-feature__title a:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
}

.news-feature__date {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
}

@media screen and (min-width: 1440px) {
  .paragraph-widget--tabbed-features {
    margin-inline: -8.4375rem -18rem;
  }
}

.tabbed-features {
  background-color: #3c1952;
  padding: 4rem 1rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .tabbed-features {
    padding: 5rem 7.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .tabbed-features {
    padding: 5rem 18rem 5rem 8.4375rem;
  }
}
.tabbed-features .tabbed-features__content .fancy-link-set {
  margin-top: 1.875rem;
  padding-left: 0;
}

@media screen and (min-width: 1024px) {
  .tabbed-features__wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1.875rem;
    justify-content: space-between;
  }
}

.tabbed-features__heading-wrap {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .tabbed-features__heading-wrap {
    width: 44%;
    flex: 0 1 auto;
    margin-bottom: 0;
    margin-top: 32px;
  }
}

.tabbed-features__content-wrap {
  flex: 1 1 0;
}

.tabbed-features__content-wrap {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .tabbed-features__content-wrap {
    width: 50%;
    position: relative;
  }
}

.tabbed-features__heading {
  color: #fff;
  padding-inline: 1.125rem;
  position: relative;
  z-index: 1;
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .tabbed-features__heading {
    font-size: 2.5rem;
  }
}

.tabbed-features__buttons-wrap {
  margin-block: 1.25rem;
  padding-inline: 1.25rem;
  position: relative;
  z-index: 1;
}

.tabbed-features__button {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 0.4375rem;
  text-decoration-thickness: 0.0625rem;
  text-align: left;
  cursor: pointer;
  color: #fff;
  font-family: "Vollkorn", serif;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0;
  letter-spacing: -0.01375rem;
  transition: 0.3s color ease-in-out, 0.3s text-decoration-color ease-in-out;
  margin-bottom: 1.875rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .tabbed-features__button {
    font-size: 1.375rem;
  }
}
.tabbed-features__button.tabbed-features__button--active {
  color: #cfb988;
  text-decoration-color: transparent;
}
.tabbed-features__button.tabbed-features__button--active:after {
  border-color: #cfb988;
}
@media screen and (min-width: 1024px) {
  .tabbed-features__button:last-child {
    margin-bottom: 0;
  }
}
.tabbed-features__button:after {
  content: "";
  border-right: 0.25rem solid transparent;
  position: absolute;
  right: -1.25rem;
  top: -0.25rem;
  bottom: -0.25rem;
  transition: 0.3s border-color ease-in-out;
}
.tabbed-features__button:hover, .tabbed-features__button:focus {
  text-decoration-color: #cfb988;
}

.tabbed-features__content {
  background-color: #fff;
  border: 0.25rem solid #cfb988;
  padding: 3.125rem 0.9375rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  .tabbed-features__content {
    padding: 4.375rem 4.375rem;
  }
}
.tabbed-features__content[aria-hidden=true] {
  visibility: hidden;
  position: absolute;
}

html:not(.js) .tabbed-features__content:nth-child(n+2) {
  display: none;
}

.tabbed-features__content-body p {
  line-height: 1.56;
  color: #3c1952;
}

.tabbed-features__bkgrnd-img {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
}

.two-col {
  padding: 40px 0 70px;
}
@media screen and (min-width: 1024px) {
  .two-col {
    padding: 60px 0 110px;
  }
}

.two-col__wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .two-col__wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media screen and (min-width: 1024px) {
  .two-col__column {
    width: 46.5%;
  }
}
.two-col__column a.btn {
  text-decoration: none;
}

.two-col__title {
  max-width: 1090px;
  margin: 0 auto 30px;
  text-align: center;
}

.two-col__column ul li {
  font-size: 1.125rem;
  line-height: 2rem;
  padding-left: 32px;
  position: relative;
}
.two-col__column ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-style: solid;
  border-color: #cfb988;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 11px;
  left: 0;
  transform: rotate(45deg);
}
.two-col__column ul li + li {
  margin-top: 15px;
}

.link-block ul li {
  margin-bottom: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .link-block ul li {
    display: inline-block;
    margin-right: 3.125rem;
  }
}
.link-block.link-block--centered {
  text-align: center;
}

.link-block__label {
  font-size: 1rem;
  line-height: 1.625;
  color: #3c1952;
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .link-block__label {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.link-block__label:after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  width: 2.0625rem;
  border-bottom: 0.25rem solid #cfb988;
}
.link-block--centered .link-block__label:after {
  left: 50%;
  transform: translateX(-50%);
}

.iframe {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.iframe__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.path-search main .views-element-container .views-exposed-form label {
  position: relative;
  top: 0;
  margin-bottom: 14px;
  line-height: 1.625rem;
  display: table;
  text-transform: uppercase;
}

.path-search main .views-element-container .views-exposed-form {
  gap: 30px;
  flex-direction: column;
  display: flex;
  padding-bottom: 100px;
  border-bottom: solid 3px #cfb988;
}
@media screen and (min-width: 768px) {
  .path-search main .views-element-container .views-exposed-form {
    align-items: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

.path-search main .views-element-container .views-exposed-form .form-item {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  max-width: 632px;
}

.path-search main .views-element-container .views-exposed-form .form-text {
  flex: 1 0 auto;
}

.path-search main .contextual-region header {
  position: absolute;
  top: 188px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .path-search main .contextual-region header {
    top: 110px;
  }
}
.path-search main .views-row .views-field-title {
  margin-top: 40px;
}

.path-search main .views-row .views-field-title a {
  font-weight: 700;
  color: #3c1952;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-out;
}
.path-search main .views-row .views-field-title a:hover, .path-search main .views-row .views-field-title a:focus {
  text-decoration-color: currentColor;
  transition: text-decoration-color 0.2s ease-out;
}

.path-search main .views-row .views-field-body {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #494644;
}

main > .outer-pad > section.side-card-statistic,
main > .outer-pad > div.side-card-statistic {
  z-index: 3;
}

.side-card-statistic {
  position: relative;
  position: relative;
  width: calc(100% + 74px);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0d5664;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .side-card-statistic {
    width: 100vw;
  }
}
.side-card-statistic .container {
  padding: 1px 37px 0;
  max-width: 1420px;
}
@media screen and (min-width: 1024px) {
  .side-card-statistic .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 61px 37px 53px;
  }
}
@media screen and (min-width: 1200px) {
  .side-card-statistic .container {
    padding: 61px 70px 53px;
  }
}
.side-card-statistic + .paragraph-widget--call-to-action,
.side-card-statistic + .paragraph-widget--tabbed-features + .paragraph-widget--blockquote {
  margin-top: -3.125rem;
}
@media screen and (min-width: 991px) {
  .side-card-statistic + .paragraph-widget--call-to-action,
.side-card-statistic + .paragraph-widget--tabbed-features + .paragraph-widget--blockquote {
    margin-top: -4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .side-card-statistic + .paragraph-widget--call-to-action,
.side-card-statistic + .paragraph-widget--tabbed-features + .paragraph-widget--blockquote {
    margin-top: -5.625rem;
  }
}
.side-card-statistic + .paragraph-widget--call-to-action.paragraph-widget--text-html,
.side-card-statistic + .paragraph-widget--tabbed-features + .paragraph-widget--blockquote.paragraph-widget--text-html {
  margin-top: -1.25rem;
}
@media screen and (min-width: 991px) {
  .side-card-statistic + .paragraph-widget--call-to-action.paragraph-widget--text-html,
.side-card-statistic + .paragraph-widget--tabbed-features + .paragraph-widget--blockquote.paragraph-widget--text-html {
    margin-top: -2.5rem;
  }
}
.side-card-statistic + .paragraph-widget .container, .side-card-statistic + .paragraph-widget .tabbed-features {
  padding-top: 120px;
}
@media screen and (min-width: 991px) {
  .side-card-statistic + .paragraph-widget .container, .side-card-statistic + .paragraph-widget .tabbed-features {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .side-card-statistic + .paragraph-widget .container, .side-card-statistic + .paragraph-widget .tabbed-features {
    padding-top: 200px;
  }
}

.side-card-statistic__image {
  margin-top: -40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .side-card-statistic__image {
    flex: 0 0 60.5%;
    margin-top: 0;
  }
}
.side-card-statistic__image img {
  display: block;
}

.side-card-statistic__content {
  margin-top: 40px;
  color: #fff;
  padding: 0 0 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .side-card-statistic__content {
    margin-top: 0;
    flex: 0 0 34.75%;
    padding-bottom: 65px;
  }
}

.side-card-statistic__title {
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.01625rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}

.side-card-statistic__content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.side-card-statistic__content a {
  display: table;
  color: #fff;
  margin-bottom: 60px;
}
.side-card-statistic__content a svg {
  fill: #fff;
}
@media screen and (min-width: 1024px) {
  .side-card-statistic__content a {
    margin-bottom: 40px;
  }
}

.side-card__statistic__stat {
  background-color: #fff;
  border: solid 2px #56A3A6;
  color: #0d5664;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  padding: 29px 20px 9px;
  text-align: center;
  margin: 0 auto -60px;
  width: 100%;
  max-width: 343px;
}
@media screen and (min-width: 1024px) {
  .side-card__statistic__stat {
    position: absolute;
    top: calc(100% - 75px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .side-card__statistic__stat {
    max-width: 444px;
  }
}
.side-card__statistic__stat .eyebrow {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.side-card__statistic__stat .value {
  font-size: 5.625rem;
  line-height: 7.8125rem;
  font-weight: 700;
}

.subnav {
  position: relative;
  border: 0.125rem solid #cfb988;
}
@media screen and (min-width: 768px) {
  .subnav {
    border: none;
  }
}
html:not(.js) .subnav:hover .subnav__list {
  height: auto;
}

.subnav__toggle {
  background-color: #fff;
  border: none;
  border-bottom: 0.0625rem solid transparent;
  height: 3.625rem;
  cursor: pointer;
  display: block;
  padding: 0 1.875rem;
  position: relative;
  text-align: center;
  transition: 0.3s color ease-in-out, 0.3s border-color ease-in-out;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .subnav__toggle {
    display: none;
  }
}
.subnav__toggle span {
  color: #3c1952;
  font-size: 1.125rem;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
  line-height: 1.4444444444;
}
.subnav__toggle span:after {
  content: "";
  position: relative;
  display: inline-block;
  right: -0.625rem;
  top: -0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 0.15625rem solid #3c1952;
  border-bottom: 0.15625rem solid #3c1952;
  transform: rotate(45deg);
  transform-origin: center;
  transition: 0.2s transform ease-in-out, 0.2s top ease-in-out;
}
.subnav__toggle:hover, .user-tabbing .subnav__toggle:focus {
  color: #fff;
}
.subnav__toggle[aria-expanded=true] {
  border-bottom: 0.0625rem solid #dfe6e7;
}
.subnav__toggle[aria-expanded=true] span:after {
  transform: rotate(225deg);
  top: 0.0625rem;
}

.subnav__list {
  overflow: hidden;
  transition: 0.2s height ease-in-out;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .subnav__list {
    overflow: visible;
  }
}
.subnav__list[aria-hidden=true] {
  height: 0;
}
html:not(.js) .subnav__list {
  height: 0;
}
@media screen and (min-width: 1024px) {
  html:not(.js) .subnav__list {
    height: auto;
  }
}
.subnav__list ul li {
  text-align: left;
  padding: 0;
  line-height: 1.625;
  position: relative;
}
.subnav__list ul li a {
  padding: 8px 0.9375rem 8px 0.9375rem;
  font-family: "Vollkorn", serif;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.125rem;
  transition: 0.3s background-color ease-in-out, 0.3s text-decoration-color ease-in-out;
  color: #3c1952;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .subnav__list ul li a:hover, .subnav__list ul li a:focus {
    text-decoration-color: currentColor;
  }
}
.subnav__list ul li a:hover svg, .subnav__list ul li a:focus svg {
  transform: translate(6px, 7px);
  fill: #3c1952;
}
.subnav__list ul li a[aria-current=page] {
  padding: 14px 0.9375rem 14px 0.9375rem;
  pointer-events: none;
  cursor: auto;
  background-color: #f4f4f4;
  margin: 5px 0 6px;
}
.subnav__list ul li a svg {
  position: absolute;
  transform: translate(2px, 7px);
  display: inline-block;
  transition: 0.3s transform ease-in-out;
}
.subnav__list ul li ul {
  margin-bottom: 8px;
}
.subnav__list ul li ul li {
  border-bottom: 0.125rem solid #f4f4f4;
  margin-left: 30px;
}
.subnav__list ul li ul li a {
  padding-left: 0;
  color: #4a4644;
}
.subnav__list > ul {
  padding-block: 0.625rem 1.875rem;
}
.subnav__list > ul > li:first-child {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .subnav__list > ul > li:first-child {
    visibility: visible;
    display: block;
    border-bottom: 0.125rem solid #cfb988;
    margin-bottom: 14px;
  }
}
.subnav__list > ul > li:first-child a {
  color: #3c1952;
  font-size: 1.125rem;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
  line-height: 24px;
  position: relative;
}
.subnav__list > ul > li:first-child a svg {
  fill: #3c1952;
}
.subnav__list > ul > li:first-child a:after {
  content: "";
  width: 5px;
  height: 1px;
  background: #3c1952;
  position: absolute;
  left: 0;
  top: 20px;
  transform: translateY(-50%);
}
.subnav__list > ul > li:first-child a:hover svg, .subnav__list > ul > li:first-child a:focus svg {
  transform: translate(-20px, 0);
  transition: transform 0.3s ease-in-out;
}
.subnav__list > ul > li:first-child a svg {
  position: absolute;
  transform: translate(-15px, 0);
  top: 17px;
  transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .two-column .hero.hero--news.has-image + .page__wrap .page__sidebar {
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.9px) {
  .two-column .hero.hero--news.has-image + .page__wrap .page__sidebar {
    margin-top: -30vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .two-column .hero.hero--news.has-image + .page__wrap .page__sidebar {
    margin-top: -30.5vw;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1439px) {
  .two-column .hero.hero--news.has-image + .page__wrap .page__sidebar {
    margin-top: -30vw;
  }
}
@media screen and (min-width: 1440px) {
  .two-column .hero.hero--news.has-image + .page__wrap .page__sidebar {
    margin-top: -428px;
  }
}

.landing-hero {
  background-color: #3c1952;
  padding-bottom: 3.3125rem;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .landing-hero {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.landing-hero.landing-hero--with-overview {
  margin-bottom: 53px;
}
@media screen and (min-width: 1024px) {
  .landing-hero.landing-hero--with-overview {
    margin-bottom: 60px;
  }
}
.landing-hero .subnav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4.625rem);
}
@media screen and (min-width: 768px) {
  .landing-hero .subnav {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .landing-hero .subnav__list {
    background-color: transparent;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .landing-hero .subnav__list ul {
    padding-block: 0.9375rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .landing-hero .subnav__list ul li {
    display: inline-block;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .landing-hero .subnav__list ul li:first-child {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .landing-hero .subnav__list ul li a {
    color: #fff;
    padding: 0 2.5rem 0 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .landing-hero .subnav__list ul li a:hover, .landing-hero .subnav__list ul li a:focus {
    background-color: transparent;
  }
}
.landing-hero .subnav__list ul li a:hover svg, .landing-hero .subnav__list ul li a:focus svg {
  transform: translate(6px, 11px);
}
.landing-hero .subnav__list ul li a svg {
  transform: translate(2px, 11px);
}
@media screen and (min-width: 768px) {
  .landing-hero .subnav__list ul li a svg {
    fill: #fff;
  }
}

.landing-hero__media {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .landing-hero__media {
    margin-top: 132px;
  }
}
.landing-hero__media:before {
  padding-top: 79.22%;
}
@media screen and (min-width: 768px) {
  .landing-hero__media:before {
    padding-top: 41.67%;
  }
}
@media screen and (min-width: 1680px) {
  .landing-hero__media:before {
    padding-top: 700px;
  }
}

.landing-hero__arrow {
  position: absolute;
  bottom: -3.125rem;
  pointer-events: none;
  clip-path: polygon(0 0, 0.1% 0, 0.2% 0.1%, 0 0.2%);
  transition: clip-path 0.6s 0.3s ease-in-out;
}
.landing-hero__arrow.is-active {
  clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 1200px) {
  .landing-hero__arrow {
    left: 0.3125rem;
    bottom: -5.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .landing-hero__arrow {
    left: 8.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .landing-hero__arrow .landing-hero__arrow--mobile {
    display: none;
  }
}
.landing-hero__arrow .landing-hero__arrow--desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .landing-hero__arrow .landing-hero__arrow--desktop {
    display: block;
  }
}

.landing-hero__arrow--right {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  clip-path: polygon(99.9% 0, 100% 0, 100% 0%, 99.9% 0%);
  transition: clip-path 0.6s 0.3s ease-in-out;
}
.landing-hero__arrow--right.is-active {
  clip-path: polygon(100% 100%, 100% 0, 0 41%, 0 100%);
}
@media screen and (min-width: 1200px) {
  .landing-hero__arrow--right {
    right: 0.3125rem;
  }
}
@media screen and (min-width: 1440px) {
  .landing-hero__arrow--right {
    right: 8.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .landing-hero__arrow--right .landing-hero__arrow--mobile {
    display: none;
  }
}
.landing-hero__arrow--right .landing-hero__arrow--desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .landing-hero__arrow--right .landing-hero__arrow--desktop {
    display: block;
  }
}
.landing-hero__arrow--right svg {
  transform: scale(-1, 1);
}

.landing-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .landing-hero__content {
    padding-inline: 11.5625rem;
  }
}

.landing-hero__title {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  line-height: 1.075;
  text-transform: uppercase;
  position: relative;
  padding: 1.125rem 0.3125rem 0;
  margin-inline: 0.875rem;
  transform: translateY(-1.875rem);
  display: inline-block;
  max-width: 53.125rem;
}
@media screen and (min-width: 768px) {
  .landing-hero__title {
    font-size: 4.375rem;
    line-height: 1.14;
    margin-inline: 2.5rem;
    transform: translateY(-2.8125rem);
  }
}
@media screen and (min-width: 1024px) {
  .landing-hero__title {
    transform: translateY(-3.5625rem);
  }
}
.landing-hero__title:before {
  content: "";
  position: absolute;
  left: -0.875rem;
  right: -0.875rem;
  top: 0.25rem;
  height: 1.625rem;
  background-color: #3c1952;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .landing-hero__title:before {
    height: 2.5625rem;
  }
}
@media screen and (min-width: 1024px) {
  .landing-hero__title:before {
    height: 3.3125rem;
    left: -1.375rem;
    right: -1.375rem;
  }
}

.landing-hero__subnav-label {
  display: none;
}
@media screen and (min-width: 768px) {
  .landing-hero__subnav-label {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-family: "Poppins", "Helvetica", "Arial", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.013125rem;
    text-align: center;
    position: relative;
    margin-top: -1.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .landing-hero__subnav-label:after {
    content: "";
    position: absolute;
    border-bottom: 0.25rem solid #cfb988;
    width: 3.1875rem;
    bottom: -0.625rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.landing-hero__intro {
  border-top: 0.1875rem solid #cfb988;
  text-align: center;
  padding-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .landing-hero__intro {
    padding-top: 3.125rem;
  }
}
.landing-hero--with-subnav .landing-hero__intro {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .landing-hero--with-subnav .landing-hero__intro {
    margin-top: 0;
  }
}
.landing-hero__intro p {
  color: #fff;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 1.375rem;
  line-height: 1.59;
}
@media screen and (min-width: 768px) {
  .landing-hero__intro p {
    font-size: 1.5625rem;
    line-height: 1.6;
  }
}

.landing-hero__bkgrnd {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .landing-hero__bkgrnd {
    display: block;
  }
}
.landing-hero__bkgrnd img {
  width: 100%;
  object-fit: cover;
}

.landing-hero__overview {
  background: #fff;
  margin: 90px -37px -60px;
  padding: 30px 37px;
}
@media screen and (min-width: 768px) {
  .landing-hero__overview {
    margin: 0 auto -60px;
    position: relative;
  }
  .landing-hero__overview:before {
    content: "";
    width: 100vw;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: -1;
  }
  .landing-hero__overview:after {
    content: "";
    width: calc(100% - 72px);
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #cfb988;
  }
}
@media screen and (min-width: 1024px) {
  .landing-hero__overview {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .landing-hero__overview {
    padding: 61px 113px;
  }
}
.landing-hero__overview .overview__content {
  font-size: 1.125rem;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.75rem;
}
@media screen and (min-width: 1024px) {
  .landing-hero__overview .overview__content {
    text-align: left;
    font-size: 1.375rem;
    line-height: 2.375rem;
    width: 62%;
  }
}
.landing-hero__overview .overview__links {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .landing-hero__overview .overview__links {
    margin-top: 0;
    width: 30%;
    text-align: left;
  }
}
.landing-hero__overview .overview__label {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.01rem;
  font-weight: 800;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}
.landing-hero__overview .overview__links > ul + .overview__label {
  margin-top: 30px;
}
.landing-hero__overview .overview__links > ul > li {
  margin-top: 14px;
}
.landing-hero__overview .overview__links > ul > li a:not(.fancy-link), .landing-hero__overview .overview__links > ul > li > span {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  line-height: 1.5rem;
  font-weight: 500;
  color: #4a4644;
  text-decoration: underline;
  text-decoration-color: rgba(207, 185, 136, 0);
  transition: text-decoration-color 0.3s ease-in-out;
}
.landing-hero__overview .overview__links > ul > li a:not(.fancy-link):hover, .landing-hero__overview .overview__links > ul > li a:not(.fancy-link):focus {
  text-decoration-color: #cfb988;
  transition: text-decoration-color 0.2s ease-in-out;
}
.landing-hero__overview .overview__links > ul > li a.fancy-link {
  color: #2E1A46;
}

@media screen and (min-width: 768px) {
  .featured-person {
    display: flex;
    align-items: flex-start;
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .featured-person {
    gap: 2.5rem;
  }
}

.featured-person__img {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .featured-person__img {
    margin-bottom: 0;
    flex: 1 1 0;
  }
}
@media screen and (min-width: 1024px) {
  .featured-person__img {
    flex: 0 0 auto;
    width: 21.25rem;
  }
}
.featured-person__img:before {
  padding-top: 100%;
}
.featured-person__img .fancy-link {
  position: absolute;
  background-color: #fff;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  padding: 0.625rem 2.1875rem 0.625rem 1.5625rem;
  white-space: nowrap;
  top: initial;
  transition: 0.3s text-decoration-color ease-in-out, 0.3s text-decoration-color ease-in-out, 0.3s top ease-in-out, 0.3s padding ease-in-out;
}
.featured-person__img .fancy-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transition: 0.3s top ease-in-out, 0.3s right ease-in-out, 0.3s left ease-in-out;
  z-index: -1;
}
.featured-person__img .fancy-link:hover:after {
  top: -0.625rem;
  right: -0.625rem;
  left: -0.625rem;
}
.featured-person__img .fancy-link svg {
  bottom: 4px;
}

@media screen and (min-width: 768px) {
  .featured-person__content {
    flex: 0 1 auto;
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .featured-person__content {
    flex: 1 1 0;
    width: auto;
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .two-column .featured-person__content {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .two-column .featured-person__content {
    padding-top: 32px;
  }
}

.featured-person__name {
  font-family: "Vollkorn", serif;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.4;
  color: #3c1952;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .featured-person__name {
    font-size: 1.875rem;
    line-height: 1.27;
    margin-bottom: 0.5rem;
  }
}

.featured-person__info {
  margin-bottom: 1rem;
}
.featured-person__info ul li {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0.1875rem;
}
@media screen and (min-width: 1024px) {
  .featured-person__info ul li {
    margin-bottom: 0.0625rem;
  }
}

.featured-person__profile-text p {
  line-height: 1.56;
  color: #3c1952;
}
@media screen and (min-width: 1024px) {
  .featured-person__profile-text p {
    line-height: 2rem;
  }
}

.privacy-consent {
  background-color: #cfb988;
  padding: 14px 24px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  transition: opacity 0.3s ease-out;
  opacity: 1;
  z-index: 99999;
}
.privacy-consent.fade-out {
  opacity: 0;
}
@media screen and (max-width: 1023.9px) {
  .privacy-consent {
    flex-wrap: wrap;
  }
}
.privacy-consent a {
  color: #2E1A46;
  text-decoration: none;
  box-shadow: 0 1px 0 0 #000;
  line-height: 1.25rem;
  transition: 0.25s box-shadow ease-in-out;
}
.privacy-consent a:hover, .privacy-consent a:focus {
  box-shadow: 0 3px 0 0 #000;
}
.privacy-consent[hidden], html:not(.js) .privacy-consent {
  display: none;
}

.privacy-consent__content {
  color: #2E1A46;
}
@media screen and (max-width: 1023.9px) {
  .privacy-consent__content {
    text-align: center;
  }
}

.privacy-consent__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 180px;
  cursor: pointer;
}
.privacy-consent__buttons .button:not(:last-child) {
  margin-right: 0.625rem;
}

.privacy-consent__accept {
  border: none;
  border-radius: 0;
  padding: 6px 10px;
  background: #fff;
  color: #3c1952;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}

.reminder {
  position: relative;
  background: #3c1952;
  color: #fff;
  position: relative;
  width: calc(100% + 74px);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .reminder {
    width: 100vw;
  }
}

.reminder > .container {
  display: flex;
  flex-direction: column;
  padding: 30px 36px 53px;
}
@media screen and (min-width: 1024px) {
  .reminder > .container {
    flex-direction: row;
  }
}

.reminder__title {
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.18;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .reminder__title {
    margin-right: 75px;
  }
}

.reminder__content {
  font-size: 1rem;
  line-height: 1.625rem;
}
.reminder__content a {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-decoration: none;
  box-shadow: 0 1px 0 0 #fff;
}

nav#toolbar-bar {
  position: fixed;
}

.messages.messages--status {
  position: absolute;
  max-width: 100%;
  top: 150px;
  width: auto;
  z-index: 10 !important;
}

.hero__content .profile_tail {
  color: #3C1952;
}

.visible-only--hero {
  clip: rect(0 0 0 0);
  opacity: 0;
  visibility: hidden;
}

.hero .visible-only--hero {
  clip: auto;
  opacity: 1;
  visibility: visible;
}

.hero .hide--hero {
  display: none;
}

.js .js-hide {
  display: none !important;
}

.breadcrumbs--back {
  display: none;
}

.page-node-type-article .breadcrumbs--back,
.page-node-type-event .breadcrumbs--back,
.page-node-type-person .breadcrumbs--back,
.page-node-type-programs .breadcrumbs--back,
.page-node-type-resources .breadcrumbs--back {
  display: block;
}

.page-node-type-article .breadcrumbs--full,
.page-node-type-event .breadcrumbs--full,
.page-node-type-person .breadcrumbs--full,
.page-node-type-programs .breadcrumbs--full,
.page-node-type-resources .breadcrumbs--full {
  display: none;
}
