  @charset "UTF-8";
/*! 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%);
}

.table__inner caption, .form input[type=checkbox],
.form input[type=radio],
.visible-for-screen-readers {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.multi-link-feature__media, .video-embed__media-wrap, .factoid__image, .card__media, .hero__media, .hero__background-image, .featured-quote__image,
.responsive-img {
  width: 100%;
}
.multi-link-feature__media iframe, .video-embed__media-wrap iframe, .factoid__image iframe, .card__media iframe, .hero__media iframe, .hero__background-image iframe, .featured-quote__image iframe,
.multi-link-feature__media img,
.video-embed__media-wrap img,
.factoid__image img,
.card__media img,
.hero__media img,
.hero__background-image img,
.featured-quote__image img,
.responsive-img iframe,
.responsive-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero, .end-of-page-contact-info, .paragraph-widget--end-of-page-call-to-action, .featured-quote,
.negate-outer-pad-x {
  margin-inline: -1.875rem;
}
@media screen and (min-width: 768px) {
  .hero, .end-of-page-contact-info, .paragraph-widget--end-of-page-call-to-action, .featured-quote,
  .negate-outer-pad-x {
    margin-inline: -1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero, .end-of-page-contact-info, .paragraph-widget--end-of-page-call-to-action, .featured-quote,
  .negate-outer-pad-x {
    margin-inline: -3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero, .end-of-page-contact-info, .paragraph-widget--end-of-page-call-to-action, .featured-quote,
  .negate-outer-pad-x {
    margin-inline: -28.75rem -7.5rem;
  }
}

.life-at-delta, .home-news-events, .home-cta, .home-testimonials, .hero--home + .hero__lower, .hero--home, .site-footer,
.negate-onecol-outer-pad-x {
  margin-inline: -1.875rem;
}
@media screen and (min-width: 768px) {
  .life-at-delta, .home-news-events, .home-cta, .home-testimonials, .hero--home + .hero__lower, .hero--home, .site-footer,
  .negate-onecol-outer-pad-x {
    margin-inline: -1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .life-at-delta, .home-news-events, .home-cta, .home-testimonials, .hero--home + .hero__lower, .hero--home, .site-footer,
  .negate-onecol-outer-pad-x {
    margin-inline: -3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .life-at-delta, .home-news-events, .home-cta, .home-testimonials, .hero--home + .hero__lower, .hero--home, .site-footer,
  .negate-onecol-outer-pad-x {
    margin-inline: -7.5rem;
  }
}

main:has(.hero__outer:not(.hero--with-subnav) .hero) .end-of-page-contact-info, main:has(.hero__outer:not(.hero--with-subnav) .hero) .paragraph-widget--end-of-page-call-to-action,
.negate-narrow-outer-pad-x {
  margin-inline: -1.875rem;
}
@media screen and (min-width: 768px) {
  main:has(.hero__outer:not(.hero--with-subnav) .hero) .end-of-page-contact-info, main:has(.hero__outer:not(.hero--with-subnav) .hero) .paragraph-widget--end-of-page-call-to-action,
  .negate-narrow-outer-pad-x {
    margin-inline: -1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  main:has(.hero__outer:not(.hero--with-subnav) .hero) .end-of-page-contact-info, main:has(.hero__outer:not(.hero--with-subnav) .hero) .paragraph-widget--end-of-page-call-to-action,
  .negate-narrow-outer-pad-x {
    margin-inline: -10rem;
  }
}
@media screen and (min-width: 1200px) {
  main:has(.hero__outer:not(.hero--with-subnav) .hero) .end-of-page-contact-info, main:has(.hero__outer:not(.hero--with-subnav) .hero) .paragraph-widget--end-of-page-call-to-action,
  .negate-narrow-outer-pad-x {
    margin-inline: -12.5rem;
  }
}
@media screen and (min-width: 1440px) {
  main:has(.hero__outer:not(.hero--with-subnav) .hero) .end-of-page-contact-info, main:has(.hero__outer:not(.hero--with-subnav) .hero) .paragraph-widget--end-of-page-call-to-action,
  .negate-narrow-outer-pad-x {
    margin-inline: -18.125rem;
  }
}

.caption,
.video-embed__caption,
.full-width-image__caption,
.carousel__slide-content.text-content p,
.alignleft figcaption,
.align-left figcaption,
.alignright figcaption,
.align-right figcaption,
.aligncenter figcaption,
.align-center figcaption,
.alignnone figcaption,
.align-none figcaption {
  margin-top: 0.625rem;
  font-style: normal;
  padding-left: 1.4375rem;
  font-family: "ballinger-mono", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3;
  color: #2C2A29;
  border-left: solid 0.125rem #F27968;
}
@media screen and (min-width: 1024px) {
  .caption,
  .video-embed__caption,
  .full-width-image__caption,
  .carousel__slide-content.text-content p,
  .alignleft figcaption,
  .align-left figcaption,
  .alignright figcaption,
  .align-right figcaption,
  .aligncenter figcaption,
  .align-center figcaption,
  .alignnone figcaption,
  .align-none figcaption {
    margin-top: 1.125rem;
  }
}

.questionaire .form-item:has(button[type=submit]) p a, .tag-list__section-description a, .subnav__info-title a, .subnav__search .search__wrap .btn--reset, .video-embed__section-description a, .program-info__link, .faculty-card__content p a, .full-width-image__section-description a, .table__section-description a, .carousel__section-description a, .card_set__section-description a, .card-set.card-set--horizontal .card__tags ul li a, .card:not(.card--horizontal) .card__body a, .end-of-page-contact-info__column a, .text-content a {
  color: #005749;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.375rem;
  transition: 0.3s text-decoration-color ease-in-out, 0.3s color ease-in-out;
}
.questionaire .form-item:has(button[type=submit]) p a:hover, .tag-list__section-description a:hover, .subnav__info-title a:hover, .subnav__search .search__wrap .btn--reset:hover, .video-embed__section-description a:hover, .program-info__link:hover, .faculty-card__content p a:hover, .full-width-image__section-description a:hover, .table__section-description a:hover, .carousel__section-description a:hover, .card_set__section-description a:hover, .card-set.card-set--horizontal .card__tags ul li a:hover, .card:not(.card--horizontal) .card__body a:hover, .end-of-page-contact-info__column a:hover, .text-content a:hover, .questionaire .form-item:has(button[type=submit]) p a:focus-visible, .tag-list__section-description a:focus-visible, .subnav__info-title a:focus-visible, .subnav__search .search__wrap .btn--reset:focus-visible, .video-embed__section-description a:focus-visible, .program-info__link:focus-visible, .faculty-card__content p a:focus-visible, .full-width-image__section-description a:focus-visible, .table__section-description a:focus-visible, .carousel__section-description a:focus-visible, .card_set__section-description a:focus-visible, .card-set.card-set--horizontal .card__tags ul li a:focus-visible, .card:not(.card--horizontal) .card__body a:focus-visible, .end-of-page-contact-info__column a:focus-visible, .text-content a:focus-visible {
  text-decoration-color: transparent;
}
.questionaire .form-item:has(button[type=submit]) p a > strong, .tag-list__section-description a > strong, .subnav__info-title a > strong, .subnav__search .search__wrap .btn--reset > strong, .video-embed__section-description a > strong, .program-info__link > strong, .faculty-card__content p a > strong, .full-width-image__section-description a > strong, .table__section-description a > strong, .carousel__section-description a > strong, .card_set__section-description a > strong, .card-set.card-set--horizontal .card__tags ul li a > strong, .card:not(.card--horizontal) .card__body a > strong, .end-of-page-contact-info__column a > strong, .text-content a > strong, strong .questionaire .form-item:has(button[type=submit]) p a, .questionaire .form-item:has(button[type=submit]) p strong a, strong .tag-list__section-description a, .tag-list__section-description strong a, strong .subnav__info-title a, .subnav__info-title strong a, strong .subnav__search .search__wrap .btn--reset, .subnav__search .search__wrap strong .btn--reset, strong .video-embed__section-description a, .video-embed__section-description strong a, strong .program-info__link, strong .faculty-card__content p a, .faculty-card__content p strong a, strong .full-width-image__section-description a, .full-width-image__section-description strong a, strong .table__section-description a, .table__section-description strong a, strong .carousel__section-description a, .carousel__section-description strong a, strong .card_set__section-description a, .card_set__section-description strong a, strong .card-set.card-set--horizontal .card__tags ul li a, .card-set.card-set--horizontal .card__tags ul li strong a, strong .card:not(.card--horizontal) .card__body a, .card:not(.card--horizontal) .card__body strong a, strong .end-of-page-contact-info__column a, .end-of-page-contact-info__column strong a, strong .text-content a, .text-content strong a {
  font-weight: 600;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (min-width: 1800px) {
  html {
    font-size: calc(100% + 0.2vw);
  }
}

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

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

img {
  max-width: 100%;
}

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

.skip-link {
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.skip-link:focus-visible {
  opacity: 1;
  pointer-events: initial;
}

.paragraph-widget {
  scroll-margin-top: 15rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 991px) {
  .paragraph-widget {
    margin-bottom: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph-widget {
    scroll-margin-top: 10.625rem;
    margin-bottom: 5.625rem;
  }
}
.paragraph-widget.paragraph-widget--text-html + .paragraph-widget--text-html, .paragraph-widget.paragraph-widget--text-html + .paragraph-widget--button-set, .paragraph-widget.paragraph-widget--text-html + .paragraph-widget--form, .paragraph-widget.paragraph-widget--text-html + .paragraph-widget--factoids, .paragraph-widget.paragraph-widget--text-html + .paragraph-widget--call-to-action {
  margin-top: -1.875rem;
}
@media screen and (min-width: 991px) {
  .paragraph-widget.paragraph-widget--text-html + .paragraph-widget--text-html, .paragraph-widget.paragraph-widget--text-html + .paragraph-widget--button-set, .paragraph-widget.paragraph-widget--text-html + .paragraph-widget--form, .paragraph-widget.paragraph-widget--text-html + .paragraph-widget--factoids, .paragraph-widget.paragraph-widget--text-html + .paragraph-widget--call-to-action {
    margin-top: -1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph-widget.paragraph-widget--text-html + .paragraph-widget--text-html, .paragraph-widget.paragraph-widget--text-html + .paragraph-widget--button-set, .paragraph-widget.paragraph-widget--text-html + .paragraph-widget--form, .paragraph-widget.paragraph-widget--text-html + .paragraph-widget--factoids, .paragraph-widget.paragraph-widget--text-html + .paragraph-widget--call-to-action {
    margin-top: -3.125rem;
  }
}
.paragraph-widget::after {
  content: "";
  clear: both;
  display: table;
}

.paragraph-widget.paragraph-widget--programs {
  margin-bottom: 0;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 991px) {
  .paragraph-widget.paragraph-widget--programs {
    margin-bottom: 0;
    padding-bottom: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph-widget.paragraph-widget--programs {
    margin-bottom: 0;
    padding-bottom: 5.625rem;
  }
}
.paragraph-widget.paragraph-widget--programs + .paragraph-widget--text-html {
  margin-top: -1.25rem;
}
@media screen and (min-width: 991px) {
  .paragraph-widget.paragraph-widget--programs + .paragraph-widget--text-html {
    margin-top: -1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph-widget.paragraph-widget--programs + .paragraph-widget--text-html {
    margin-top: -2.5rem;
  }
}

[class$=__section-description] {
  margin-bottom: 1.25rem;
}

.alignleft,
.align-left,
.alignright,
.align-right,
.aligncenter,
.align-center,
.alignnone,
.align-none {
  margin: 2.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 .media,
.align-left .media,
.alignright .media,
.align-right .media,
.aligncenter .media,
.align-center .media,
.alignnone .media,
.align-none .media {
  overflow: hidden;
}
.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%;
}
.alignleft figcaption,
.align-left figcaption,
.alignright figcaption,
.align-right figcaption,
.aligncenter figcaption,
.align-center figcaption,
.alignnone figcaption,
.align-none figcaption {
  caption-side: bottom;
  display: table-caption;
}

.aligncenter,
.align-center {
  margin-top: 2.8125rem;
  position: relative;
}
.aligncenter .media,
.align-center .media {
  border-radius: 0 2.5rem 0 2.5rem;
}
@media screen and (min-width: 1200px) {
  .aligncenter,
  .align-center {
    max-width: 100%;
    margin: 3.75rem auto;
    clear: both;
  }
}
.aligncenter figcaption,
.align-center figcaption {
  text-align: left;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .aligncenter figcaption,
  .align-center figcaption {
    padding-right: 6.5rem;
  }
}

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

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

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

/* Base
========================================================================== */
body {
  font-family: "myriad-pro", sans-serif;
  line-height: 1.75;
  color: #000;
}

.text-content strong > a {
  font-weight: 700;
}

p {
  margin: 1rem 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.text-content p {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-content ul,
.text-content ol {
  margin: 0 0 1.25rem;
  list-style: none;
}
.text-content ul li,
.text-content ol li {
  font-size: 1rem;
  margin: 0.25rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.25rem;
}
.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-block: 0.75rem;
}
@media screen and (min-width: 1200px) {
  .text-content ul ul, .text-content ul ol,
  .text-content ol ul,
  .text-content ol ol {
    padding: 0;
    margin-block: 0.75rem;
  }
}
.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 li:before {
  content: "";
  background-color: #1A8365;
  border-radius: 100%;
  display: block;
  height: 0.375rem;
  position: absolute;
  left: 0;
  top: 0.875rem;
  width: 0.375rem;
}

.text-content ol {
  counter-reset: item;
}
.text-content ol li {
  padding-left: 1.5625rem;
}
.text-content ol li:before {
  content: counter(item) ". ";
  color: #1A8365;
  counter-increment: item;
  left: 0;
  top: 0;
  font-weight: 700;
  position: absolute;
}
.text-content ol ol li:before {
  content: counter(item, lower-alpha) ". ";
}

.text-content blockquote {
  padding-top: 3.75rem;
  font-size: 1.75rem;
  line-height: 1.35;
  font-weight: 900;
  font-family: "obviously-narrow", sans-serif;
  background-image: url(/_resources/images/icons/feature-quotes.svg);
  background-repeat: no-repeat;
  color: #005749;
}

.text-content time {
  font-family: "ballinger-mono", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #2C2A29;
}

/* Headings
  ========================================================================== */
h1,
.h1,
.hero__title,
h2,
.h2,
.link-block .link-block__label,
h3,
.h3,
.index-results__title,
.link-block .link-block__subheading,
.form legend,
h4,
.h4,
.full-width-image__subheading,
.factoids__title,
h5,
.h5,
.subnav__info > .subnav__info-title,
h6,
.h6 {
  line-height: 1.2;
}
h1:first-child,
.h1:first-child,
.hero__title:first-child,
h2:first-child,
.h2:first-child,
.link-block .link-block__label:first-child,
h3:first-child,
.h3:first-child,
.index-results__title:first-child,
.link-block .link-block__subheading:first-child,
.form legend:first-child,
h4:first-child,
.h4:first-child,
.full-width-image__subheading:first-child,
.factoids__title:first-child,
h5:first-child,
.h5:first-child,
.subnav__info > .subnav__info-title: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,
.link-block .link-block__label:last-child,
h3:last-child,
.h3:last-child,
.index-results__title:last-child,
.link-block .link-block__subheading:last-child,
.form legend:last-child,
h4:last-child,
.h4:last-child,
.full-width-image__subheading:last-child,
.factoids__title:last-child,
h5:last-child,
.h5:last-child,
.subnav__info > .subnav__info-title:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}

h1,
.h1,
.hero__title {
  color: #000;
  font-family: "obviously-narrow", sans-serif;
  font-size: clamp(3rem, 8.5vw, 4.5rem);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: 0;
  margin: 3rem 0 1rem;
}

h2,
.h2,
.link-block .link-block__label {
  color: #005749;
  font-family: "obviously-narrow", sans-serif;
  font-size: clamp(2.375rem, 9vw, 3.375rem);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  margin: 3rem 0 1.5rem;
}

h3,
.h3,
.index-results__title,
.link-block .link-block__subheading,
.form legend {
  color: #005749;
  font-family: "obviously-narrow", sans-serif;
  font-size: clamp(2rem, 4vw, 2.375rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0;
  margin: 1.5rem 0 1.5rem;
}

h4,
.h4,
.text-content .h4,
.full-width-image__subheading,
.factoids__title {
  color: #005749;
  font-family: "obviously-narrow", sans-serif;
  font-size: clamp(1.625rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 2rem 0 1rem;
}

h5,
.h5,
.subnav__info > .subnav__info-title {
  color: #005749;
  font-family: "obviously-narrow", sans-serif;
  font-size: clamp(1.375rem, 2.5vw, 1.5rem);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0;
  margin: 2rem 0 1rem;
}

h6,
.h6 {
  color: #000;
  font-family: "myriad-pro", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 3rem 0 1rem;
}

hr {
  border-style: solid;
  border-color: #E5E2DA;
  border-width: 0 0 0.125rem;
  margin-block: 3rem;
}

.text-content.leaf--light {
  border-radius: 2.5rem 0;
  padding: 2.5rem 2.1875rem 3.75rem 2.5rem;
  background: #EDEBE4;
}
@media screen and (min-width: 1024px) {
  .text-content.leaf--light {
    padding: 3.75rem;
  }
}

.text-content.leaf--dark {
  border-radius: 0px 2.5rem;
  padding: 3rem 1.875rem 4.125rem;
  background-color: #005749;
  color: #fff;
}
.text-content.leaf--dark > h1, .text-content.leaf--dark > h2, .text-content.leaf--dark > h3, .text-content.leaf--dark > h4, .text-content.leaf--dark > h5, .text-content.leaf--dark > h6 {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .text-content.leaf--dark {
    padding: 3.875rem 3.75rem;
  }
}

main {
  background-color: #F2F1EC;
}

main:not(:has(.end-of-page-call-to-action)) .paragraph-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 991px) {
  main:not(:has(.end-of-page-call-to-action)) .paragraph-widget:last-child {
    margin-bottom: 0;
    padding-bottom: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  main:not(:has(.end-of-page-call-to-action)) .paragraph-widget:last-child {
    margin-bottom: 0;
    padding-bottom: 5.625rem;
  }
}

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

.outer-pad,
.hero,
.featured-quote {
  padding-inline: 1.875rem;
}
@media screen and (min-width: 768px) {
  .outer-pad,
  .hero,
  .featured-quote {
    padding-inline: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .outer-pad,
  .hero,
  .featured-quote {
    padding-inline: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .outer-pad,
  .hero,
  .featured-quote {
    padding-inline: 28.75rem 7.5rem;
  }
}

.home .outer-pad,
.life-at-delta__grid,
.home-news-events__wrap,
.home-cta__wrap,
.home-testimonials__wrap,
.hero--home + .hero__lower,
.hero--home .hero__content,
.end-of-page-contact-info,
.site-footer {
  padding-inline: 1.875rem;
}
@media screen and (min-width: 768px) {
  .home .outer-pad,
  .life-at-delta__grid,
  .home-news-events__wrap,
  .home-cta__wrap,
  .home-testimonials__wrap,
  .hero--home + .hero__lower,
  .hero--home .hero__content,
  .end-of-page-contact-info,
  .site-footer {
    padding-inline: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .home .outer-pad,
  .life-at-delta__grid,
  .home-news-events__wrap,
  .home-cta__wrap,
  .home-testimonials__wrap,
  .hero--home + .hero__lower,
  .hero--home .hero__content,
  .end-of-page-contact-info,
  .site-footer {
    padding-inline: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .home .outer-pad,
  .life-at-delta__grid,
  .home-news-events__wrap,
  .home-cta__wrap,
  .home-testimonials__wrap,
  .hero--home + .hero__lower,
  .hero--home .hero__content,
  .end-of-page-contact-info,
  .site-footer {
    padding-inline: 7.5rem;
  }
}

main:has(.hero__outer:not(.hero--with-subnav) .hero) .outer-pad {
  padding-inline: 1.875rem;
}
@media screen and (min-width: 768px) {
  main:has(.hero__outer:not(.hero--with-subnav) .hero) .outer-pad {
    padding-inline: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  main:has(.hero__outer:not(.hero--with-subnav) .hero) .outer-pad {
    padding-inline: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  main:has(.hero__outer:not(.hero--with-subnav) .hero) .outer-pad {
    padding-inline: 12.5rem;
  }
}
@media screen and (min-width: 1440px) {
  main:has(.hero__outer:not(.hero--with-subnav) .hero) .outer-pad {
    padding-inline: 18.125rem;
  }
}

body.body--site-header-open {
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: #000;
}
body.body--site-header-open:after {
  opacity: 1;
}

.header-menu-body-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
  pointer-events: none;
  isolation: isolate;
}
.body--site-header-open .header-menu-body-overlay {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}

.max-bound .main-site-header {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .max-bound .main-site-header {
    width: auto;
    bottom: auto;
  }
}
.max-bound .main-site-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 9.375rem;
  z-index: 0;
  background: transparent linear-gradient(0deg, rgba(13, 70, 57, 0) 0%, #0F2F27 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.max-bound .main-site-header > * {
  pointer-events: initial;
}
.max-bound .main-site-header:not(:has(.main-site-header__alert.active)):before {
  opacity: 1;
}

.main-site-header__alert {
  position: relative;
  z-index: 1;
  padding-block: 0;
  padding-inline: 2.0625rem 3.75rem;
  display: flex;
  gap: 0.8125rem;
  transform-origin: top;
  background-color: #F27968;
  visibility: hidden;
  transform: translateY(-100%);
  height: 0;
  transition: transform 0.3s ease-in-out;
}
.main-site-header__alert:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 12.0625rem;
  z-index: -1;
  background: transparent linear-gradient(0deg, rgba(13, 70, 57, 0) 0%, #0F2F27 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.main-site-header__alert.active {
  visibility: visible;
  height: auto;
  transform: translateY(0);
  padding-block: 0.9375rem;
}
.main-site-header__alert.active:before {
  opacity: 1;
}

body:has(.hero:not(.hero--home)) .headroom--top .main-site-header__alert:before {
  opacity: 0;
}
body:has(.hero:not(.hero--home)) .headroom--top:before {
  opacity: 0;
}

body:has(.hero:not(.hero--home) .hero__background-image) .headroom--top .main-site-header__alert:before {
  opacity: 1;
}
body:has(.hero:not(.hero--home) .hero__background-image) .headroom--top:before {
  opacity: 1;
}

.main-site-header__alert svg {
  flex: 0 0 1.8125rem;
}

.main-site-header__alert-content {
  color: #142624;
  font-size: 1rem;
  line-height: 1.375rem;
  padding-top: 0.25rem;
  font-family: "myriad-pro", sans-serif;
}
.main-site-header__alert-content strong + a {
  margin-left: 1.25rem;
  color: #142624;
  text-underline-offset: 0.1875rem;
  transition: text-decoration-color 0.3s ease-in-out;
}
.main-site-header__alert-content strong + a:hover, .main-site-header__alert-content strong + a:focus-visible {
  text-decoration-color: transparent;
}

.main-site-header__alert-close {
  background-color: transparent;
  border: none;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0.9375rem;
  top: 0.625rem;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.main-site-header__alert-close:hover, .main-site-header__alert-close:focus-visible {
  transform: scale(1.2);
}
.main-site-header__alert-close:before, .main-site-header__alert-close:after {
  content: "";
  width: 1.875rem;
  height: 0.125rem;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.main-site-header__alert-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.main-site-header__alert-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.main-site-header__logo {
  align-self: center;
  display: inline-block;
  font-size: 0;
  transition: 0.3s opacity ease-in-out;
}
@media screen and (min-width: 1024px) {
  .main-site-header__logo {
    position: relative;
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-site-header__logo {
    top: 0;
  }
}
.main-site-header__logo .main-site-header__logo-svg {
  width: 7.6875rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__logo .main-site-header__logo-svg {
    width: auto;
  }
}

.main-site-header__search-hamburger-wrap {
  display: flex;
  align-items: center;
  padding-inline: 1.8125rem 1.25rem;
  gap: 0.625rem;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .main-site-header__search-hamburger-wrap {
    padding-inline: 3.0625rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-site-header__search-hamburger-wrap {
    padding-inline: 3.0625rem 5rem;
  }
}
.main-site-header__search-hamburger-wrap:before {
  position: absolute;
  inset: 0 auto 0 -1.1875rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 4.6875rem 1.25rem;
  border-color: transparent transparent #3e3e3e transparent;
  display: block;
}

.main-site-header__search {
  background-color: transparent;
  transition: 0.3s top ease-in-out;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  font-size: 0;
}
.main-site-header__search * {
  pointer-events: none;
}
.main-site-header__search svg {
  fill: #fff;
  transition: 0.3s transform ease-in-out;
  height: auto;
  transform-origin: 45% 45%;
}
@media screen and (min-width: 1024px) {
  .main-site-header__search svg {
    width: 1.75rem;
  }
}
.main-site-header__search:focus-visible, .main-site-header__search:hover {
  background-color: transparent;
}
.main-site-header__search:focus-visible svg, .main-site-header__search:hover svg {
  transform: rotate(90deg);
}
.main-site-header__search:focus-visible .main-site-header__search-icon-close, .main-site-header__search:hover .main-site-header__search-icon-close {
  background: #005749;
}
.main-site-header__search:focus-visible .main-site-header__search-icon-close:before, .main-site-header__search:focus-visible .main-site-header__search-icon-close:after, .main-site-header__search:hover .main-site-header__search-icon-close:before, .main-site-header__search:hover .main-site-header__search-icon-close:after {
  background-color: #fff;
}
.main-site-header__search[aria-expanded=true] .main-site-header__search-icon-open {
  opacity: 0;
}
.main-site-header__search[aria-expanded=true] .main-site-header__search-icon-close {
  opacity: 1;
  transform: scale(1);
}

.main-site-header__search-icon-open {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.main-site-header__search-icon-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 0.625rem;
  opacity: 0;
  transform: scale(1.25);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.main-site-header__search-icon-close:before, .main-site-header__search-icon-close:after {
  content: "";
  width: 1.75rem;
  height: 0.1875rem;
  background: #005749;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: background-color 0.3s ease-in-out;
}
.main-site-header__search-icon-close:before {
  transform: translate(-50%) rotate(45deg);
}
.main-site-header__search-icon-close:after {
  transform: translate(-50%) rotate(-45deg);
}

.main-site-header__top {
  display: flex;
  align-items: stretch;
  height: 4.6875rem;
  padding-top: 0.75rem;
  padding-inline: 1.875rem 0;
  justify-content: space-between;
  transition: 0.3s background-color ease-in-out, 0.3s height ease-in-out;
  position: relative;
  z-index: 100;
  margin-top: -0.0625rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__top {
    padding-top: 2.0625rem;
    padding-inline: 3.75rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-site-header__top {
    padding-inline: 7.5rem 0;
  }
}
.main-site-header-open .main-site-header__top {
  pointer-events: none;
}
html:not(.js) .main-site-header__top {
  background-color: #fff;
}
html:not(.js) .main-home .main-site-header__top {
  background-color: transparent;
}
.main-site-header__top ul {
  display: flex;
}
.main-site-header__top li {
  padding-top: 0.125rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__top li {
    padding-top: 0;
    padding-right: 1.125rem;
  }
}

.main-site-header__main {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .main-site-header__main {
    background-color: transparent;
  }
}
.main-site-header__main * {
  pointer-events: initial;
}

.main-site-header__mega-menu {
  background-color: #fff;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s transform ease-in-out;
  height: 100vh;
  height: 100dvh;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  .main-site-header__mega-menu {
    background-color: transparent;
    inset: 0;
  }
}
html:not(.js) .main-site-header__mega-menu {
  display: none;
}
html:not(.js) .main-site-header__mega-menu:target {
  display: block;
  padding-top: 6.75rem;
}
.js .main-site-header__mega-menu {
  opacity: 0;
  visibility: hidden;
}
.js .main-site-header__mega-menu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.js .main-site-header__mega-menu[aria-hidden=true] {
  z-index: -1;
}
.js .main-site-header__mega-menu.transitioning {
  transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  z-index: 100;
}

.main-site-header__mega-menu-inner {
  background-color: #F2F1EC;
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  isolation: isolate;
}

.main-site-header__mega-menu-scroller {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.main-site-header__mega-menu-scroller > div {
  height: 100%;
}
html:not(.js) .main-site-header__mega-menu-scroller .nojs-close-menu {
  color: white;
  display: block;
  text-align: right;
  padding: 0.625rem 2.5rem;
  position: absolute;
  right: 1.25rem;
  z-index: 1;
  transition: 0.3s color ease-in-out;
  top: 4.375rem;
}
html:not(.js) .main-site-header__mega-menu-scroller .nojs-close-menu:hover {
  color: #3e3e3e;
}

.main-site-header__mega-menu--close {
  position: absolute;
  inset: 1.3125rem 1.25rem auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  width: 2.8125rem;
  height: 2.8125rem;
  border: none;
  padding: 0;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu--close {
    inset: 2.8125rem 2.8125rem auto auto;
  }
}
.main-site-header__mega-menu--close:before, .main-site-header__mega-menu--close:after {
  content: "";
  width: 0.1875rem;
  height: 1.75rem;
  border-right: 0.1875rem solid #005749;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  transition: 0.3s opacity ease-in-out, 0.3s border-color ease-in-out;
  border-radius: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu--close:before, .main-site-header__mega-menu--close:after {
    width: 0.25rem;
    border-right: 0.25rem solid #005749;
  }
}
.main-site-header__mega-menu--close:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.main-site-header__mega-menu--close:hover, .main-site-header__mega-menu--close:focus-visible {
  background-color: transparent;
}

.main-site-header__mega-menu-max-bound {
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .main-site-header__mega-menu-max-bound {
    padding-top: 4.375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .main-site-header__mega-menu-max-bound {
    padding-top: 5.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-max-bound {
    margin: 0;
    padding-top: 8.75rem;
    flex: 1 0 auto;
    padding-right: 10%;
  }
}

.main-site-header__mega-menu-main-nav {
  grid-area: main-nav;
  margin-bottom: 1.375rem;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-main-nav {
    padding-top: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-main-nav {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
    width: 100%;
    margin-bottom: 2.5rem;
    padding-top: 0;
  }
}

.main-site-header__mega-menu-open {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  pointer-events: all;
  font-size: 0;
}
.main-site-header__mega-menu-open * {
  pointer-events: none;
}
.main-site-header__mega-menu-open:focus-visible, .main-site-header__mega-menu-open:hover {
  background-color: transparent;
}
.main-site-header__mega-menu-open:focus-visible .main-site-header__mega-menu-toggle-hamburger--line:first-child, .main-site-header__mega-menu-open:hover .main-site-header__mega-menu-toggle-hamburger--line:first-child {
  margin-bottom: 0.25rem;
}
.main-site-header__mega-menu-open:focus-visible .main-site-header__mega-menu-toggle-hamburger--line:nth-child(2), .main-site-header__mega-menu-open:hover .main-site-header__mega-menu-toggle-hamburger--line:nth-child(2) {
  width: 2.25rem;
  margin-bottom: 0.25rem;
}

.main-site-header__mega-menu-toggle-hamburger {
  width: 100%;
  position: absolute;
}

.main-site-header__mega-menu-toggle-hamburger--line {
  border-bottom: 0.1875rem solid #fff;
  margin-bottom: 0.375rem;
  margin-inline: auto;
  display: block;
  width: 1.625rem;
  position: relative;
  transition: 0.3s width ease-in-out, margin 0.3s ease-in-out;
  top: 0.0625rem;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-toggle-hamburger--line {
    top: 0.0625rem;
  }
}
.main-site-header__mega-menu-toggle-hamburger--line:last-child {
  margin-bottom: 0;
}

#site-header-search-menu .main-site-header__mega-menu-main {
  padding-top: 5.0625rem;
  height: 100%;
  padding: 5.0625rem 1.875rem 0;
}
@media screen and (min-width: 768px) {
  #site-header-search-menu .main-site-header__mega-menu-main {
    padding: 5.0625rem 3.125rem 0;
  }
}
@media screen and (min-width: 1024px) {
  #site-header-search-menu .main-site-header__mega-menu-main {
    padding-inline: 9.0625rem 8.125rem;
  }
}
#site-header-mega-menu .main-site-header__mega-menu-main {
  padding: 1.0625rem 2rem 0;
}
@media screen and (min-width: 768px) {
  #site-header-mega-menu .main-site-header__mega-menu-main {
    padding: 1.4375rem 3.125rem 0;
  }
}
@media screen and (min-width: 1024px) {
  #site-header-mega-menu .main-site-header__mega-menu-main {
    position: relative;
    padding: 0 0 8.75rem;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  #site-header-mega-menu .main-site-header__mega-menu-main {
    gap: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  #site-header-mega-menu .main-site-header__mega-menu-main {
    gap: 6.0625rem;
  }
}

.main-site-header__mega-menu-logo {
  max-width: 7.6875rem;
  position: absolute;
  z-index: 3;
  top: 1.5rem;
  left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-logo {
    max-width: 11.5rem;
    top: 1.5625rem;
    left: 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-logo {
    position: absolute;
    left: 8.5%;
    top: 2.5rem;
  }
}
.main-site-header__mega-menu-logo svg {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2.375rem;
  margin-inline: auto;
}
#site-header-search-menu .main-site-header__mega-menu-logo svg {
  max-width: 31.8125rem;
}
#site-header-mega-menu .main-site-header__mega-menu-logo svg {
  max-width: 28.75rem;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 1024px) {
  #site-header-mega-menu .main-site-header__mega-menu-logo svg {
    margin: 0 0 2.6875rem;
  }
}
.main-site-header__mega-menu-logo svg path {
  fill: #005749;
}

.main-site-header__mega-menu-accordion__trigger {
  background: transparent;
  letter-spacing: 0;
  font-size: 2.5rem;
  line-height: 1.13;
  text-decoration: none;
  color: #005749;
  font-family: "obviously-narrow", sans-serif;
  text-align: left;
  font-weight: 900;
  cursor: pointer;
  transition: 0.3s opacity ease-in-out, 0.3s color ease-in-out;
  padding: 0.8125rem 0 0.75rem;
  position: relative;
  border: none;
  border-bottom: 0.125rem solid #F2F1EC;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-accordion__trigger {
    line-height: 1.33;
    padding: 0;
    display: block;
    max-width: 15.625rem;
  }
  .main-site-header__mega-menu-accordion__trigger:active {
    color: #1A8365;
  }
}
@media screen and (min-width: 1200px) {
  .main-site-header__mega-menu-accordion__trigger {
    max-width: 21.875rem;
  }
}
.main-site-header__mega-menu-accordion__trigger span {
  padding-left: 0;
  margin-right: 0;
  transition: padding 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.main-site-header__mega-menu-accordion__trigger svg {
  position: relative;
  top: 1.25rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-accordion__trigger svg {
    top: -0.3125rem;
  }
}
@media screen and (min-width: 1800px) {
  .main-site-header__mega-menu-accordion__trigger svg {
    top: -0.375rem;
  }
}
.main-site-header__mega-menu-accordion:last-child .main-site-header__mega-menu-accordion__trigger {
  border-bottom: none;
}
.main-site-header__mega-menu-accordion__trigger:hover span, .main-site-header__mega-menu-accordion__trigger:focus-visible span, .main-site-header__mega-menu-accordion__trigger:focus span, .main-site-header__mega-menu-accordion__trigger:active span {
  padding-left: 0.375rem;
  margin-right: -0.375rem;
}
.main-site-header__mega-menu-accordion__trigger:hover svg, .main-site-header__mega-menu-accordion__trigger:focus-visible svg, .main-site-header__mega-menu-accordion__trigger:focus svg, .main-site-header__mega-menu-accordion__trigger:active svg {
  transition: opacity 0.3s ease-in-out;
}
.main-site-header__mega-menu-accordion__trigger:hover svg path, .main-site-header__mega-menu-accordion__trigger:focus-visible svg path, .main-site-header__mega-menu-accordion__trigger:focus svg path, .main-site-header__mega-menu-accordion__trigger:active svg path {
  fill: #F27968;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-accordion__trigger[aria-expanded=true] {
    color: #1A8365;
  }
  .main-site-header__mega-menu-accordion__trigger[aria-expanded=true] svg {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
}

.main-site-header__mega-menu-main-nav-subnav {
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  position: relative;
  pointer-events: none;
  width: 100vw;
  height: calc(100dvh - 9.6875rem);
  background: #005749;
  position: absolute;
  transform: translateX(100%);
  z-index: 1;
}
.resize .main-site-header__mega-menu-main-nav-subnav {
  transform: none !important;
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-main-nav-subnav {
    padding-inline: 1.875rem;
  }
}
@media screen and (max-width: 1023.9px) {
  .main-site-header__mega-menu-main-nav-subnav {
    right: 0;
    bottom: 0;
    overflow: scroll;
  }
  .resize .main-site-header__mega-menu-main-nav-subnav[aria-hidden=true] {
    transform: translateX(100%) !important;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-main-nav-subnav {
    visibility: hidden;
    transform: translateX(0);
    background: transparent;
    width: 50%;
    height: auto;
    top: 0;
    right: 0;
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.4s;
  }
  .resize .main-site-header__mega-menu-main-nav-subnav[aria-hidden=true] {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.9px) {
  .main-site-header__mega-menu-main-nav-subnav {
    overflow: visible;
  }
}
.main-site-header__mega-menu-main-nav-subnav[aria-hidden=false] {
  transform: translateX(0);
}
.resize .main-site-header__mega-menu-main-nav-subnav[aria-hidden=false] {
  transform: none !important;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-main-nav-subnav[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s;
  }
}
.is-active .main-site-header__mega-menu-main-nav-subnav {
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .is-active .main-site-header__mega-menu-main-nav-subnav {
    opacity: 1;
  }
}
html:not(.js) .main-site-header__mega-menu-main-nav-subnav {
  display: none;
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023.9px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-wrap {
    overflow: scroll;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-wrap {
    margin-top: 0.9375rem;
  }
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-back {
  margin-block: 3.0625rem 2.8125rem;
  padding-left: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-back {
    display: none;
  }
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-back-button {
  background: transparent;
  border: none;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #F2F1EC;
  font-family: "myriad-pro", sans-serif;
  cursor: pointer;
  font-weight: 400;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-back-button > svg {
  transform: rotate(180deg);
  position: relative;
  top: 0.1875rem;
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-back-button > svg path {
  fill: #9AD8CE;
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-link {
  color: #F2F1EC;
  font-family: "myriad-pro", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.1;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s color ease-in-out;
  margin-bottom: 1.34375rem;
  padding-left: 1.875rem;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-link {
    color: #005749;
  }
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-link span {
  position: relative;
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-link span:after {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  right: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #F2F1EC;
  transition: transform 0.3s ease-in-out;
  transform-origin: center right;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-link span:after {
    background-color: #005749;
  }
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-link:first-child {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1440px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-link:first-child {
    margin-top: 0;
  }
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-link:last-child {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-link:last-child {
    margin-bottom: 3.75rem;
  }
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-link:focus-visible span:after, .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-link:hover span:after {
  transform: scaleX(0);
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link-wrap {
  display: flex;
  padding: 1.125rem 1.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link-wrap {
    grid-column: span 2;
    margin-inline: -1.875rem;
    padding: 0 3.625rem 1.125rem;
  }
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link {
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  color: #F2F1EC;
  font-size: 1.5rem;
  line-height: 1.23;
  text-decoration: none;
  white-space: pre;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.3125rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link {
    color: #005749;
  }
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link span {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link svg {
  transform: translateY(0.625rem);
}
@media screen and (min-width: 1800px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link svg {
    transform: translateY(0.75rem);
  }
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link > svg path {
  fill: #9AD8CE;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link > svg path {
    fill: #005749;
  }
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link {
    font-size: 1.5rem;
  }
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link:before {
  bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link:before {
    bottom: 0.875rem;
  }
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link:after {
  bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link:after {
    bottom: 0.5625rem;
  }
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link:hover span, .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link:focus-visible span {
  transform: translateX(0.3125rem);
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link:hover > svg > path, .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link:focus-visible > svg > path {
  fill: #F27968;
}

@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-secondary-nav {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-secondary-nav {
    position: absolute;
    margin-top: 0;
    bottom: 2rem;
  }
}

@media screen and (max-width: 767.9px) {
  .main-site-header__mega-menu-secondary-nav ul {
    column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-secondary-nav ul {
    display: flex;
    gap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.9px) {
  .main-site-header__mega-menu-secondary-nav ul {
    gap: 1.5625rem;
  }
}

@media screen and (max-width: 767.9px) {
  .main-site-header__mega-menu-secondary-nav ul li {
    margin-bottom: 1.5625rem;
  }
}

.main-site-header__mega-menu-secondary-nav-link {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #005749;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.25rem;
  transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.main-site-header__mega-menu-secondary-nav-link:hover, .main-site-header__mega-menu-secondary-nav-link:focus-visible {
  text-decoration-color: #142624;
  color: #142624;
}
@media screen and (min-width: 1024px) and (max-width: 1199.9px) {
  .main-site-header__mega-menu-secondary-nav-link {
    font-size: 1.125rem;
  }
}

.main-site-header__desktop-links {
  display: none;
  visibility: hidden;
  transition: 0.3s opacity ease-in-out, 0.3s top ease-in-out;
}
@media screen and (min-width: 1024px) {
  .main-site-header__desktop-links {
    display: block;
    visibility: visible;
    align-self: center;
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-site-header__desktop-links {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__desktop-links ul {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-site-header__desktop-links ul {
    gap: 2rem;
  }
}
.main-site-header__desktop-links ul li {
  padding: 0;
}
.main-site-header__desktop-links ul li a {
  text-decoration: none;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.21;
  text-decoration: none;
  position: relative;
}
.main-site-header__desktop-links ul li a:after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: #fff;
  transition: width 0.3s ease-in-out;
}
.main-site-header__desktop-links ul li a:focus-visible:after, .main-site-header__desktop-links ul li a:hover:after {
  width: 100%;
}
.main-home .main-site-header__desktop-links ul li a {
  color: #fff;
}

.main-page-theme h2.main-site-header__search-menu-label {
  color: #fff;
  font-size: 2rem;
  font-size: clamp(2rem, 5.35vw, 3.75rem);
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin-block: -9.375rem 0.625rem;
}
@media screen and (min-width: 1024px) {
  .main-page-theme h2.main-site-header__search-menu-label {
    margin-block: 0 0.9375rem;
    max-width: 75rem;
    width: 100%;
    margin-inline: auto;
  }
}

.main-site-header__search-link-wrap {
  margin-inline: -1.875rem;
  padding-inline: 1.875rem 2.8125rem;
  padding-block: 4.1875rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__search-link-wrap {
    margin-inline: -3.125rem;
    padding-inline: 3.125rem;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__search-link-wrap {
    padding-inline: 9.0625rem 8.125rem;
    margin-inline: -9.0625rem -8.125rem;
  }
}
@media screen and (min-width: 768px) {
  .main-site-header__search-link-wrap .link-set ul {
    justify-content: center;
    gap: 1.25rem 4.375rem;
  }
}
.main-site-header__search-link-wrap .link-set ul li {
  text-align: right;
  margin-bottom: 1.5625rem;
  line-height: 1.22;
}
@media screen and (min-width: 768px) {
  .main-site-header__search-link-wrap .link-set ul li {
    margin-bottom: 0;
    text-align: center;
  }
}
.main-site-header__search-link-wrap .link-set ul li:last-child {
  margin-bottom: 0;
}
.main-site-header__search-link-wrap .link-set ul li .fancy-link {
  font-size: 1.125rem;
}
.main-site-header__search-link-wrap .link-set ul li .fancy-link .fancy-link__arrow {
  margin-top: 0.375rem;
}

.main-site-header__search-link-label {
  color: #3e3e3e;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  line-height: 1.17;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .main-site-header__search-link-label {
    text-align: center;
    font-size: 2rem;
    line-height: 1.47;
    letter-spacing: 0.2rem;
    margin-bottom: 2.1875rem;
  }
}

.main-site-header__search-menu-subhead {
  font-size: 1.625rem;
  line-height: 1.3;
  font-weight: 300;
  font-family: "myriad-pro", sans-serif;
  color: #fff;
  margin: 3.125rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__search-menu-subhead {
    font-size: 2.8125rem;
  }
}

.main-site-header__search-menu-copy {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "myriad-pro", sans-serif;
  color: #fff;
  margin: 0 0 0.3125rem;
}

.main-site-header__search-menu-links {
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__search-menu-links {
    margin-bottom: 0;
  }
}
.main-site-header__search-menu-links li {
  margin-bottom: 2.5rem;
}
.main-site-header__search-menu-links li:last-child {
  margin-bottom: 0;
}
.main-site-header__search-menu-links li .secondary-link {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .main-site-header__search-menu-links li .secondary-link {
    font-size: 1.625rem;
    line-height: 1.85;
  }
}
.main-site-header__search-menu-links li .secondary-link .secondary-link__arrow {
  transform: none;
  top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__search-menu-links li .secondary-link .secondary-link__arrow {
    top: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .main-site-header__search-menu-links li .secondary-link .secondary-link__arrow:after {
    width: 0.8125rem;
    height: 0.8125rem;
    border-width: 0.15625rem;
  }
}
@media screen and (min-width: 768px) {
  .main-site-header__search-menu-links li .secondary-link .secondary-link__arrow:before {
    width: 1.125rem;
    top: 0.3125rem;
  }
}

.main-site-header__mega-menu-utility-nav-quick-link-wrap {
  grid-area: utility-quick-wrap;
}

.main-site-header__mega-menu-utility-nav {
  margin-bottom: 1.375rem;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1023.9px) {
  .main-site-header__mega-menu-utility-nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .main-site-header__mega-menu-utility-nav:before {
    content: "";
    height: 11.25rem;
    background: #F2F1EC;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-utility-nav {
    display: none;
  }
}
.main-site-header__mega-menu-utility-nav li {
  position: relative;
}
.main-site-header__mega-menu-utility-nav li:after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0.75rem;
  bottom: 0.75rem;
  right: 0;
  background-color: #F2F1EC;
}
@media screen and (max-width: 1023.9px) {
  .main-site-header__mega-menu-utility-nav li {
    background-color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-utility-nav li {
    margin-bottom: 2.6875rem;
  }
}
.main-site-header__mega-menu-utility-nav li:last-child {
  margin-bottom: 0;
}
.main-site-header__mega-menu-utility-nav li:last-child:after {
  display: none;
}

.main-site-header__mega-menu-utility-nav-link {
  margin-inline: auto;
  padding-inline: 2rem;
  padding-block: 0.75rem;
  display: table;
  height: 100%;
  background: transparent;
  color: #005749;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 500;
  font-family: "obviously-narrow", sans-serif;
  max-width: 7.75rem;
  text-decoration: none;
  text-align: left;
}
.main-site-header__mega-menu-utility-nav-link > span {
  position: relative;
}
.main-site-header__mega-menu-utility-nav-link > span:after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 0;
  height: 0.125rem;
  background-color: #005749;
  transition: width 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-utility-nav-link {
    max-width: none;
  }
}
.main-site-header__mega-menu-utility-nav-link:hover > span:after, .main-site-header__mega-menu-utility-nav-link:focus-visible > span:after {
  width: 100%;
}

.main-site-header__side-menu {
  margin-top: 2.625rem;
  margin-inline: -1.875rem;
  padding: 2.5rem 1.875rem 4.6875rem;
  background-image: url(/_resources/images/misc-images/wave-pattern-delta-tan.png);
}
@media screen and (min-width: 768px) {
  .main-site-header__side-menu {
    padding-inline: 3.125rem;
    margin-inline: -3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__side-menu {
    position: relative;
    inset: 0 auto 0 0;
    margin-inline: 0;
    width: 35%;
    margin-top: 0;
    padding-top: 9.375rem;
    padding-inline: 8.5% 5%;
    padding-bottom: 0;
    background-image: none;
  }
  .main-site-header__side-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    background-image: url(/_resources/images/misc-images/wave-pattern-delta-tan.png);
  }
}

.main-site-header__side-menu-wrap {
  display: grid;
  gap: 2.125rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1024px) {
  .main-site-header__side-menu-wrap {
    grid-template-columns: 1fr;
  }
}

.main-site-header__tertiary-links-nav ul,
.main-site-header__mega-menu-quick-links-nav ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__tertiary-links-nav ul,
  .main-site-header__mega-menu-quick-links-nav ul {
    gap: 0.625rem;
  }
}
.main-site-header__tertiary-links-nav ul li,
.main-site-header__mega-menu-quick-links-nav ul li {
  break-inside: avoid;
}
@media screen and (min-width: 1024px) {
  .main-site-header__tertiary-links-nav ul li,
  .main-site-header__mega-menu-quick-links-nav ul li {
    margin-bottom: 0rem;
  }
}

.main-site-header__tertiary-links-nav {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__tertiary-links-nav {
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__tertiary-links-nav {
    margin-bottom: 0;
  }
}

.main-site-header__tertiary-links-nav-label,
.main-site-header__mega-menu-quick-links-nav-label {
  transform: none;
  position: relative;
  color: #005749;
  display: inline-block;
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-family: "obviously-narrow", sans-serif;
}
@media screen and (min-width: 768px) {
  .main-site-header__tertiary-links-nav-label,
  .main-site-header__mega-menu-quick-links-nav-label {
    margin-left: -3.125rem;
    padding-left: 3.125rem;
    margin-bottom: 1.5625rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__tertiary-links-nav-label,
  .main-site-header__mega-menu-quick-links-nav-label {
    margin-left: 0;
    padding-inline: 0;
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.main-site-header__tertiary-links-nav-label:after,
.main-site-header__mega-menu-quick-links-nav-label:after {
  border-color: #fff transparent transparent transparent;
}

.main-site-header__mega-menu-quick-links-nav-link {
  color: #005749;
  font-family: "myriad-pro", sans-serif;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.44;
  transition: 0.3s color ease-in-out, 0.3s text-decoration-color ease-in-out;
  display: inline;
  position: relative;
}
.main-site-header__mega-menu-quick-links-nav-link:after {
  content: "";
  position: absolute;
  bottom: 0.0625rem;
  right: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #005749;
  transition: transform 0.3s ease-in-out;
  transform-origin: center right;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-quick-links-nav-link {
    padding-bottom: 0.1875rem;
  }
}
.main-site-header__mega-menu-quick-links-nav-link:focus-visible:after, .main-site-header__mega-menu-quick-links-nav-link:hover:after {
  transform: scaleX(0);
}

.main-site-header__social-nav {
  margin-top: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__social-nav {
    position: absolute;
    margin-top: 0;
    bottom: -7.5rem;
  }
}

.main-site-header__social-nav ul {
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__social-nav ul {
    gap: 1.5rem;
  }
}

.main-site-header__social-nav-link {
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease-in-out;
}
.main-site-header__social-nav-link:hover, .main-site-header__social-nav-link:focus-visible {
  background-color: #005749;
}
.main-site-header__social-nav-link:hover svg path, .main-site-header__social-nav-link:focus-visible svg path {
  fill: #fff;
}
.main-site-header__social-nav-link svg {
  transform: scale(0.7);
}
.main-site-header__social-nav-link svg path {
  fill: #005749;
  transition: fill 0.3s ease-in-out;
}

.main-site-header__dropdown-close {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -3.125rem;
  border: none;
  left: 0;
  z-index: 100;
  font-size: 1rem;
  font-family: "myriad-pro", sans-serif;
  cursor: pointer;
  padding: 0;
}
.main-site-header__dropdown-close:focus-visible {
  opacity: 1;
  pointer-events: initial;
}

.main-site-header__search-wrap {
  position: relative;
}

.main-site-header__search-menu {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-3.75rem);
  width: 0;
  border-radius: 0.625rem;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
}
.main-site-header__search-menu[aria-hidden=false] {
  width: calc(100vw - 10.625rem);
}
@media screen and (min-width: 1024px) {
  .main-site-header__search-menu[aria-hidden=false] {
    width: 55vw;
  }
}
@media screen and (min-width: 1200px) {
  .main-site-header__search-menu[aria-hidden=false] {
    width: 50vw;
  }
}

.main-site-header__search-form {
  position: relative;
  display: flex;
}
.main-site-header__search-form label {
  display: block;
  font-size: 1rem;
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0.625rem;
  flex: 0 1 auto;
  width: 100%;
}
.main-site-header__search-form input[type=search] {
  background-color: #fff;
  font-size: 1.125rem;
  font-family: "myriad-pro", sans-serif;
  line-height: 1.556;
  padding: 0.625rem 2.25rem 0.625rem 1.125rem;
  border-radius: 0.625rem;
  border: none;
  display: block;
  width: 100%;
  height: 3.125rem;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .main-site-header__search-form input[type=search] {
    padding: 0.625rem 2.875rem 0.625rem 1.125rem;
    height: auto;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__search-form input[type=search] {
    flex: 1 0 auto;
  }
}
.main-site-header__search-form input[type=search]::-webkit-search-decoration, .main-site-header__search-form input[type=search]::-webkit-search-cancel-button, .main-site-header__search-form input[type=search]::-webkit-search-results-button, .main-site-header__search-form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.main-site-header__search-form button[type=submit] {
  width: auto;
  border-radius: 0.625rem;
  background-color: transparent;
  color: #142624;
  font-size: 1.125rem;
  line-height: 1.1;
  border: none;
}
@media screen and (min-width: 1024px) {
  .main-site-header__search-form button[type=submit] {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
}
.main-site-header__search-form button[type=submit]:hover .icon svg, .main-site-header__search-form button[type=submit]:focus-visible .icon svg {
  transform: rotate(90deg);
}
@media screen and (min-width: 1024px) {
  .main-site-header__search-form button[type=submit]:hover, .main-site-header__search-form button[type=submit]:focus-visible {
    color: #fff;
    background-color: #005749;
  }
}
@media screen and (max-width: 1023.9px) {
  .main-site-header__search-form button[type=submit] {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__search-form button[type=submit] {
    background-color: #9AD8CE;
    margin-left: -1.25rem;
    flex: 0 0 auto;
    padding: 0.5625rem 1.5625rem 0.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__search-form button[type=submit] .icon {
    display: none;
  }
}
.main-site-header__search-form button[type=submit] .icon svg {
  transition: transform 0.3s ease-in-out;
}
.main-site-header__search-form button[type=submit] .icon svg path {
  fill: #142624;
}
.main-site-header__search-form button[type=submit] .label {
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 1023.9px) {
  .main-site-header__search-form button[type=submit] .label {
    display: none;
  }
}

.site-footer {
  background-color: #005749;
  text-align: center;
  margin-inline: auto;
  text-align: left;
  padding-block: 3.75rem 7.5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "nav" "info" "bottom";
  gap: 2.8125rem;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .site-footer {
    padding-block: 3.75rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer {
    padding-block: 4.5rem 0;
    grid-template-areas: "info nav" "bottom bottom";
    grid-template-columns: 1fr 1fr;
  }
}

.site-footer__navigation {
  grid-area: nav;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}

.site-footer__primary-nav ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.site-footer__primary-nav ul li {
  text-align: left;
}
.site-footer__secondary-nav ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .site-footer__secondary-nav ul {
    gap: 1rem;
  }
}
.site-footer__secondary-nav ul li {
  text-align: left;
}
.site-footer__info {
  grid-area: info;
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .site-footer__info {
    display: grid;
    grid-template-areas: "logo logo" "address menu" "social social";
  }
}

.site-footer__logo {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .site-footer__logo {
    margin: 0;
    grid-area: logo;
  }
}
.site-footer__logo svg {
  fill: #fff;
  max-width: 21.25rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .site-footer__campus {
    grid-area: address;
  }
}

.site-footer__address {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.34;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
}
.site-footer__address strong, .site-footer__address span {
  display: block;
  color: #fff !important;
}
.site-footer__address strong {
  font-family: "ballinger-mono", sans-serif;
  font-size: 1.25rem;
  line-height: 1.05;
  margin-bottom: 1rem;
}
.site-footer__address a {
  text-decoration: none;
  color: #fff;
}

.site-footer__campus-nav {
  margin-top: 1.25rem;
}
.site-footer__campus-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .site-footer__campus-nav ul {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer__campus-nav ul {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .site-footer__locations {
    grid-area: menu;
  }
}
.site-footer__locations ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .site-footer__locations ul {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer__locations ul {
    gap: 0.75rem;
  }
}
.site-footer__locations-title {
  font-family: "ballinger-mono", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 1.25rem;
}

.site-footer__social {
  grid-area: social;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .site-footer__social {
    margin-bottom: 0;
  }
}
.site-footer__social ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2.75rem;
}
@media screen and (min-width: 1200px) {
  .site-footer__social ul {
    gap: 1.25rem;
  }
}
.site-footer__social ul li a {
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}
.site-footer__social ul li a:hover, .site-footer__social ul li a:focus-visible {
  background-color: #9AD8CE;
}
.site-footer__social ul li a:hover svg, .site-footer__social ul li a:focus-visible svg {
  fill: #005749;
}
.site-footer__social ul li a svg {
  fill: #005749;
  transition: 0.3s fill ease-in-out;
}
.site-footer__social ul li a.icon-facebook svg {
  height: 1.125rem;
}
.site-footer__social ul li a.icon-instagram svg {
  height: 1rem;
}
.site-footer__social ul li a.icon-linkedin svg {
  height: 1.0625rem;
}
.site-footer__social ul li a.icon-youtube svg {
  height: 0.6875rem;
}

.site-footer__bottom {
  display: grid;
  grid-template-areas: "menu bottom-logo";
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .site-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    grid-column: 1/3;
  }
}

.site-footer__bottom-wrap {
  grid-area: menu;
}
@media screen and (min-width: 1024px) {
  .site-footer__bottom-wrap {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    padding-bottom: 2.875rem;
    position: relative;
    z-index: 1;
  }
  .site-footer__bottom-wrap:before {
    content: "";
    position: absolute;
    inset: -2.5625rem -4rem 0 -4rem;
    border-radius: 0 6.25rem 0 0;
    background-image: url("/_resources/images/misc-images/Wave Pattern Delta Tan RGB.png");
    background-repeat: repeat;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer__bottom-wrap:before {
    inset: -2.5625rem -5rem 0 -7.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .site-footer__bottom-wrap {
    gap: 2rem;
  }
}

.site-footer__bottom-logo {
  grid-area: bottom-logo;
}
@media screen and (min-width: 1200px) {
  .site-footer__bottom-logo {
    transform: translateY(-2.25rem);
  }
}

.site-footer__disclaimer {
  font-family: "myriad-pro", sans-serif;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .site-footer__disclaimer {
    margin-bottom: 0;
  }
}

.site-footer__bottom-menu {
  position: relative;
}
.site-footer__bottom-menu ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .site-footer__bottom-menu ul {
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .site-footer__bottom-menu ul {
    gap: 2rem;
  }
}
.site-footer__duck {
  position: absolute;
  top: 0;
  right: 15%;
  transform: translateY(-78%);
  z-index: 0;
  display: none;
}
.home .site-footer__duck {
  display: block;
}
.site-footer__duck img {
  width: 10rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .site-footer__duck img {
    width: 13.6875rem;
  }
}
.site-footer__duck:before {
  content: "";
  position: absolute;
  background-color: #005749;
  width: 100%;
  height: 2.8125rem;
  bottom: -0.28125rem;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .site-footer__duck:before {
    bottom: 0.65625rem;
  }
}

.featured-quote {
  color: #000;
  padding-block: 2.5rem;
  background: url("/_resources/images/misc-images/Wave Pattern Delta Tan RGB.png");
  border-radius: 0 2.5rem 0 2.5rem;
}
@media screen and (min-width: 1200px) {
  .featured-quote {
    margin-inline: 0;
    padding-inline: 5.3125rem;
    padding-block: 5.3125rem;
  }
}
@media screen and (min-width: 1440px) {
  .featured-quote {
    padding-inline: 6.25rem;
    padding-block: 6.5rem;
  }
}

.featured-quote__quote {
  font-size: 1.875rem;
  line-height: 1.333;
  margin: 1rem 0 2rem;
  padding: 0;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  color: #005749;
}
@media screen and (min-width: 1200px) {
  .featured-quote__quote {
    position: relative;
    padding-left: 5.3125rem;
    margin: 0 0 1.5rem;
  }
  .featured-quote__quote > svg {
    position: absolute;
    top: 0.5rem;
    left: 0;
  }
}

.featured-quote__attribution-image-wrap {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 1.875rem;
}
@media screen and (min-width: 1200px) {
  .featured-quote__attribution-image-wrap {
    padding-left: 5.3125rem;
  }
}

.featured-quote__attribution.text-content p {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0.625rem;
}
@media screen and (min-width: 1200px) {
  .featured-quote__attribution.text-content p {
    font-size: 1.375rem;
    line-height: 1.272;
  }
  .featured-quote__attribution.text-content p a {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 600;
  }
}

.featured-quote__image {
  position: relative;
  aspect-ratio: 1;
  border-radius: 100%;
  overflow: hidden;
  flex: 0 0 6.5625rem;
}

.call-to-action {
  background-color: #005749;
  padding: 3rem 1.875rem 4.125rem;
  border-radius: 0px 2.5rem;
}
@media screen and (min-width: 768px) {
  .call-to-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .call-to-action {
    padding: 3.875rem 5.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .call-to-action {
    padding-block: 4.5rem 6rem;
  }
}

.call-to-action__text {
  margin-bottom: 1.875rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .call-to-action__text {
    margin-bottom: 0;
    flex: 1 1 0;
  }
}

.call-to-action .button-set a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .call-to-action .button-set a {
    width: auto;
  }
}

.paragraph-widget--end-of-page-call-to-action {
  margin-bottom: 0;
}
.end-of-page-call-to-action {
  background: url("/_resources/images/misc-images/Wave Pattern Delta Tan RGB.png");
  padding: 3.4375rem 2.4375rem;
}
@media screen and (min-width: 768px) {
  .end-of-page-call-to-action {
    padding: 3.4375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .end-of-page-call-to-action {
    padding: 3.75rem 6.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .end-of-page-call-to-action {
    padding-block: 6rem 7.875rem;
  }
}

.end-of-page-call-to-action__text-wrap {
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .end-of-page-call-to-action__text-wrap {
    flex: 1 1 0;
    margin-bottom: 0;
  }
}

.end-of-page-call-to-action__text {
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  color: #005749;
}
@media screen and (min-width: 768px) {
  .end-of-page-call-to-action__text {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767.9px) {
  .end-of-page-call-to-action__button-wrap .button-set ul li a {
    width: 100%;
    max-width: 22.5rem;
    display: block;
    margin-inline: auto;
  }
}

.end-of-page-contact-info__wrap {
  border-radius: 2.5rem 0;
  background: #EDEBE4;
  padding: 2.5rem 2rem;
}
@media screen and (min-width: 1024px) {
  .end-of-page-contact-info__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .end-of-page-contact-info__wrap {
    padding: 3.875rem 3.5625rem 5.4375rem;
    grid-template-columns: 1.2fr 1fr 1fr;
  }
  .news-article .end-of-page-contact-info__wrap {
    padding-inline: 7.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .end-of-page-contact-info__wrap:has(.end-of-page-contact-info__column:only-of-type) {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 1200px) {
  .end-of-page-contact-info__wrap:has(.end-of-page-contact-info__column:only-of-type) {
    grid-template-columns: 1.2fr 2fr;
  }
}

@media screen and (min-width: 1024px) {
  .end-of-page-contact-info__title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .end-of-page-contact-info__title {
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .end-of-page-contact-info__title {
    padding-right: 5.625rem;
  }
}

.end-of-page-contact-info__column a {
  margin-bottom: 0.375rem;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .end-of-page-contact-info__column p {
    font-size: 1.125rem;
  }
}
.end-of-page-contact-info__column p:has(a) {
  margin-block: -0.5rem 0.5rem;
}
.end-of-page-contact-info__column p:has(a) + p {
  margin-top: 0.5rem;
}

@media screen and (max-width: 1023.9px) {
  .end-of-page-contact-info__column + .end-of-page-contact-info__column {
    margin-top: 1rem;
  }
}

.btn,
.modal__trigger,
.modal__close,
.btn--secondary,
.btn--filter,
.skip-link,
.btn--primary,
.form button[type=submit] {
  padding: 0.9375rem 2.8125rem 1.375rem;
  display: inline-block;
  border-radius: 1.25rem;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: "obviously-narrow", sans-serif;
  text-align: center;
  transition: color 0.3s ease-out;
  text-decoration: none;
  transition: background-position 0.3s ease-in-out;
}
@media screen and (max-width: 479.9px) {
  .btn,
  .modal__trigger,
  .modal__close,
  .btn--secondary,
  .btn--filter,
  .skip-link,
  .btn--primary,
  .form button[type=submit] {
    width: 100%;
  }
}

.btn--primary,
.form button[type=submit] {
  color: #fff;
  background: linear-gradient(to right, #005749 50%, #1A8365 50.1%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 200%;
  background-position: 100%;
}
.btn--primary:hover, .btn--primary:focus-visible,
.form button[type=submit]:hover,
.form button[type=submit]:focus-visible {
  background-position: 0;
}

.btn--filter,
.skip-link {
  color: #fff;
  background: linear-gradient(to right, #005749 50%, #1A8365 50.1%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 200%;
  background-position: 100%;
  border: none;
  font-size: 1.1875rem;
  padding: 0.3125rem 0.875rem 0.6875rem;
  border-radius: 0.9375rem;
  transition: background-position 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.btn--filter:hover, .btn--filter:focus-visible,
.skip-link:hover,
.skip-link:focus-visible {
  background-position: 0;
}
.btn--filter[disabled],
[disabled].skip-link {
  opacity: 0.5;
}
.btn--filter[disabled]:hover, .btn--filter[disabled]:focus-visible,
[disabled].skip-link:hover,
[disabled].skip-link:focus-visible {
  background-position: 100%;
  cursor: default;
}
.btn--filter.active,
.active.skip-link {
  background-position: 0;
}
.btn--filter.active:hover, .btn--filter.active:focus-visible,
.active.skip-link:hover,
.active.skip-link:focus-visible {
  background-position: 0;
  cursor: default;
}

.btn--secondary {
  color: #142624;
  background: linear-gradient(to right, #fff 50%, #9AD8CE 50.1%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 200%;
  background-position: 100%;
}
.btn--secondary:hover, .btn--secondary:focus-visible {
  background-position: 0;
}

.primary-link,
.primary-link--alt {
  display: inline-flex;
  align-items: center;
  border: none;
  cursor: pointer;
  color: #005749;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  text-decoration: none;
  position: relative;
}
.text-content .primary-link,
.text-content .primary-link--alt {
  font-weight: 500;
  text-decoration: none;
}
.primary-link:hover > span, .primary-link:focus-visible > span,
.primary-link--alt:hover > span,
.primary-link--alt:focus-visible > span {
  transform: translateX(0.375rem);
}
.primary-link:hover > svg path, .primary-link:focus-visible > svg path,
.primary-link--alt:hover > svg path,
.primary-link--alt:focus-visible > svg path {
  fill: #F27968;
}
.primary-link > span,
.primary-link--alt > span {
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
.primary-link > svg,
.primary-link--alt > svg {
  margin-left: 0.625rem;
  position: relative;
  margin-bottom: -0.5rem;
}
.primary-link > svg path,
.primary-link--alt > svg path {
  fill: #005749;
}

.primary-link--alt {
  color: #F2F1EC;
}
.primary-link--alt > svg path {
  fill: #9AD8CE;
}

.secondary-link {
  display: inline-flex;
  align-items: center;
  border: none;
  cursor: pointer;
  color: #005749;
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 0.078125rem;
  text-decoration: none;
  position: relative;
}
.secondary-link:hover > span, .secondary-link:focus-visible > span {
  transform: translateX(0.375rem);
}
.secondary-link:hover > svg path, .secondary-link:focus-visible > svg path {
  fill: #F27968;
}
.secondary-link > span {
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
.secondary-link > svg {
  margin-left: 0.625rem;
  position: relative;
}
.secondary-link > svg path {
  fill: #005749;
}

.tertiary-link {
  font-family: "myriad-pro", sans-serif;
  font-weight: 600;
  color: #005749;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.2;
  transition: color 0.3s ease-in-out;
}
.tertiary-link:hover, .tertiary-link:focus-visible {
  color: #142624;
}
.tertiary-link:hover:after, .tertiary-link:focus-visible:after {
  width: 0;
}
.tertiary-link:after {
  content: "";
  position: absolute;
  bottom: -0.1875rem;
  right: 0;
  width: 100%;
  background-color: #005749;
  height: 0.0625rem;
  transition: width 0.3s ease-in-out;
}

.footer-link--large,
.site-footer__primary-nav ul li a {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.16;
  font-family: "obviously-narrow", sans-serif;
  color: #fff;
  text-decoration: none;
  transition: 0.3s color ease-in-out;
}
.footer-link--large:hover, .footer-link--large:focus-visible,
.site-footer__primary-nav ul li a:hover,
.site-footer__primary-nav ul li a:focus-visible {
  color: #9AD8CE;
}

.footer-link,
.site-footer__secondary-nav ul li a,
.site-footer__campus-nav ul li a,
.site-footer__locations ul li a {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.24;
  font-family: "myriad-pro", sans-serif;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
  transition: 0.3s text-decoration-color ease-in-out, color 0.3s ease-in-out;
}
.footer-link:hover, .footer-link:focus-visible,
.site-footer__secondary-nav ul li a:hover,
.site-footer__campus-nav ul li a:hover,
.site-footer__locations ul li a:hover,
.site-footer__secondary-nav ul li a:focus-visible,
.site-footer__campus-nav ul li a:focus-visible,
.site-footer__locations ul li a:focus-visible {
  color: #9AD8CE;
  text-decoration-color: transparent;
}

.footer-link--small,
.site-footer__bottom-menu ul li a {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1rem;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
  transition: 0.3s text-decoration-color ease-in-out, color 0.3s ease-in-out;
}
.footer-link--small:hover, .footer-link--small:focus-visible,
.site-footer__bottom-menu ul li a:hover,
.site-footer__bottom-menu ul li a:focus-visible {
  color: #9AD8CE;
  text-decoration-color: transparent;
}

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

.button-set + .link-set,
.text-content + .button-set,
.button-set + .text-content {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .button-set + .link-set,
  .text-content + .button-set,
  .button-set + .text-content {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .link-set ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem 3.125rem;
  }
}
.link-set ul li {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .link-set ul li {
    margin-bottom: 0;
  }
}
.link-set ul li:last-child {
  margin-bottom: 0;
}

.link-set + .button-set {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .link-set + .button-set {
    margin-top: 2rem;
  }
}

.hero__outer {
  position: relative;
}
.hero__outer.hero--with-subnav {
  margin-bottom: 4.375rem;
}
@media screen and (min-width: 1200px) {
  .hero__outer.hero--with-subnav {
    margin-bottom: 2.5rem;
  }
}
html:not(.js) .hero__outer.hero--with-subnav {
  margin-bottom: 2.5rem;
}
.hero__outer.hero--with-subnav .subnav {
  position: absolute;
  margin-top: -1rem;
}
@media screen and (min-width: 1200px) {
  .hero__outer.hero--with-subnav .subnav {
    left: -21.25rem;
    margin: 0;
  }
}
html:not(.js) .hero__outer.hero--with-subnav .subnav {
  position: relative;
}
.hero__outer.hero--with-subnav .subnav--jump {
  z-index: 201;
  transition: z-index 0 0.3s;
}
.hero__outer.hero--with-subnav .subnav--jump.stuck {
  position: fixed;
  max-width: calc(100% - 3.75rem);
}
@media screen and (min-width: 1200px) {
  .hero__outer.hero--with-subnav .subnav--jump.stuck {
    left: 7.5rem;
  }
}
.hero__outer.hero--with-subnav .subnav--jump.at-bottom.stuck {
  position: absolute;
  z-index: 99;
}
@media screen and (min-width: 1200px) {
  .hero__outer.hero--with-subnav .subnav--jump.at-bottom.stuck {
    left: -21.25rem;
  }
}
.body--site-header-open .hero__outer.hero--with-subnav {
  z-index: 99;
}
.hero__outer:not(.hero--with-subnav) .hero {
  margin-inline: -1.875rem;
}
@media screen and (min-width: 768px) {
  .hero__outer:not(.hero--with-subnav) .hero {
    margin-inline: -1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero__outer:not(.hero--with-subnav) .hero {
    margin-inline: -10rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero__outer:not(.hero--with-subnav) .hero {
    margin-inline: -12.5rem;
    padding-inline: 7.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .hero__outer:not(.hero--with-subnav) .hero {
    margin-inline: -18.125rem;
    padding-inline: 7.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero__outer:not(.hero--with-subnav) .hero .hero__content:after {
    inset: -2.5rem -7.5rem -4.0625rem;
  }
}
@media screen and (min-width: 1800px) {
  .hero__outer:not(.hero--with-subnav) .hero .hero__content:after {
    inset: -2.5rem -8.75rem -4.0625rem;
  }
}

.hero {
  position: relative;
  margin-bottom: 2.5rem;
  background-color: #0c4738;
  overflow-x: hidden;
  padding-block: 8.25rem 2.5rem;
  transition: padding-top 0.3s ease-in-out;
}
.main-site-header:has(.main-site-header__alert.active) + main .hero {
  padding-block-start: 11.875rem;
}
@media screen and (min-width: 768px) {
  .hero {
    padding-block: 10.125rem 2.8125rem;
  }
  .main-site-header:has(.main-site-header__alert.active) + main .hero {
    padding-block-start: 13.125rem;
  }
  .main-site-header:has(.main-site-header__alert.active) + main .hero.hero--with-background-image {
    padding-block: 21.25rem 2.8125rem;
  }
  .hero.hero--with-background-image {
    padding-block: 17.5rem 2.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    padding-block: 10.125rem 3.4375rem;
  }
  .main-site-header:has(.main-site-header__alert.active) + main .hero {
    padding-block-start: 13.125rem;
  }
  .main-site-header:has(.main-site-header__alert.active) + main .hero.hero--with-background-image {
    padding-block: 22.5rem 2.8125rem;
  }
  .hero.hero--with-background-image {
    padding-block: 20rem 2.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    padding-block: 12rem 4.0625rem;
  }
  .main-site-header:has(.main-site-header__alert.active) + main .hero {
    padding-block-start: 14.375rem;
  }
  .main-site-header:has(.main-site-header__alert.active) + main .hero {
    padding-block-start: 14.375rem;
  }
  .program-detail .hero {
    padding-block: 12rem 7.5rem;
  }
  .program-detail .main-site-header:has(.main-site-header__alert.active) + main .hero {
    padding-block: 14.375rem 7.5rem;
  }
  .main-site-header:has(.main-site-header__alert.active) + main .hero.hero--with-background-image {
    padding-block: 26.25rem 4.0625rem;
  }
  .hero.hero--with-background-image {
    padding-block: 22.5rem 4.0625rem;
  }
}
.hero .hero__content {
  position: relative;
}
.hero .hero__content:after {
  content: "";
  position: absolute;
  background-image: url(/_resources/images/misc-images/DCC_pattern-green.png);
  background-repeat: repeat;
  inset: -1.25rem -1.875rem -2.5rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .hero .hero__content:after {
    inset: -1.875rem -1.875rem -2.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero__content:after {
    inset: -1.875rem -3.75rem -3.4375rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero .hero__content:after {
    inset: -2.5rem -3.75rem -4.0625rem;
  }
  .program-detail .hero .hero__content:after {
    inset: -2.5rem -3.75rem -7.5rem;
  }
}
.hero.hero--with-background-image .hero__content:after {
  background-image: none;
  background: linear-gradient(180deg, rgba(13, 70, 57, 0) 0%, rgba(13, 70, 57, 0.2705882353) 33%, #005749 100%) 0% 0% no-repeat padding-box;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .hero.hero--with-background-image .hero__content:after {
    inset: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    margin-bottom: 4.375rem;
  }
}
.hero.hero--with-image {
  padding-block-end: 3.75rem;
}
@media screen and (min-width: 768px) {
  .hero.hero--with-image {
    padding-block-end: 7.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero.hero--with-image {
    padding-block-end: 9.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero.hero--with-image .hero__title {
    max-width: 64.6875rem;
  }
  .news-article .hero.hero--with-image .hero__title {
    max-width: 100%;
  }
}
.hero.hero--with-image .hero__content:after {
  inset: -2.5rem -1.875rem -3.75rem;
}
@media screen and (min-width: 768px) {
  .hero.hero--with-image .hero__content:after {
    inset: -2.5rem -1.875rem -7.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero.hero--with-image .hero__content:after {
    inset: -2.5rem -3.75rem -7.1875rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero.hero--with-image .hero__content:after {
    inset: -2.5rem -7.5rem -9.0625rem;
  }
  .hero__outer:not(.hero--with-subnav) .hero.hero--with-image .hero__content:after {
    inset: -2.5rem -7.5rem -9.0625rem;
  }
}
.hero--with-subnav .hero {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .hero--with-subnav .hero {
    margin-bottom: 4.375rem;
  }
}
.hero--with-subnav .hero.hero--with-background-image .hero__content:after {
  inset: -9.375rem -1.875rem -2.5rem;
}
@media screen and (min-width: 768px) {
  .hero--with-subnav .hero.hero--with-background-image .hero__content:after {
    inset: -11.25rem -1.875rem -2.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero--with-subnav .hero.hero--with-background-image .hero__content:after {
    inset: -13.75rem -3.75rem -3.4375rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero--with-subnav .hero.hero--with-background-image .hero__content:after {
    inset: -16.25rem -3.75rem -4.0625rem;
  }
}
.hero .breadcrumbs {
  margin: 0;
  position: relative;
  z-index: 2;
}

.hero__background-image {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.hero__media {
  max-height: 31.25rem;
  aspect-ratio: 1.56/1;
  border-radius: 0 2.5rem 0 2.5rem;
  overflow: hidden;
  margin-block: -4.0625rem 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero__media {
    margin-block: -6.5625rem 2.5rem;
    max-height: none;
    margin-inline: auto;
    aspect-ratio: 1.8/1;
  }
}
@media screen and (min-width: 1200px) {
  .hero__media {
    margin-block: -8.75rem 3.125rem;
  }
}

@media screen and (min-width: 1200px) {
  .hero--with-subnav .hero__content {
    padding-inline: 7.5rem 5.625rem;
    margin-inline: -28.75rem -3.75rem;
  }
}

.hero__title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 900;
}
.hero__title:last-child {
  margin-block: 0.3125rem 0;
}
.hero--with-image .hero__title {
  color: #fff;
}

/*---===/ Home Hero \===---*/
.hero--home {
  height: 100vh;
  min-height: 40rem;
  max-height: 60rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero--home .hero__media {
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 0;
  margin-block: 0;
}
.hero--home .hero__media:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: transparent linear-gradient(180deg, rgba(13, 70, 57, 0) 0%, rgba(13, 70, 57, 0.8274509804) 45%, rgba(20, 38, 36, 0.6784313725) 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .hero--home .hero__media:after {
    height: 70%;
    background: transparent linear-gradient(180deg, rgba(13, 70, 57, 0) 0%, rgba(13, 70, 57, 0.8274509804) 33%, rgba(20, 38, 36, 0.6784313725) 100%) 0% 0% no-repeat padding-box;
  }
}

.hero--home .hero__content {
  position: relative;
  padding-bottom: 3.125rem;
}

.hero--home .hero__content .hero__content-cta [class^=btn] {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hero--home .hero__content .hero__content-cta [class^=btn] {
    max-width: 48.9375rem;
    width: auto;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1349px) {
  .hero--home .hero__content .hero__content-cta [class^=btn] {
    max-width: 15rem;
  }
}
@media screen and (min-width: 1350px) {
  .hero--home .hero__content .hero__content-cta [class^=btn] {
    max-width: 22.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .hero--home .hero__content .hero__content-cta [class^=btn] {
    max-width: 28.75rem;
  }
}
@media screen and (min-width: 1680px) {
  .hero--home .hero__content .hero__content-cta [class^=btn] {
    max-width: 32.5rem;
  }
}

.hero--home .hero__title {
  font-family: "obviously-narrow", sans-serif;
  font-weight: 900;
  color: #F2F1EC;
  font-size: clamp(3.4375rem, 8.5vw, 5.3125rem);
  line-height: 1;
  margin-bottom: 2rem;
  transition: line-height 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .hero--home .hero__title {
    max-width: 48.9375rem;
    line-height: 0.95;
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero--home .hero__title {
    margin-bottom: 3.75rem;
  }
}

.hero__outer:has(.hero__lower) .hero--home .hero__content {
  padding-bottom: 12.9375rem;
}
@media screen and (min-width: 1200px) {
  .hero__outer:has(.hero__lower) .hero--home .hero__content {
    padding-bottom: 6.625rem;
  }
}
.hero__outer:has(.hero__lower) .hero__lower-content {
  margin-top: -9.6875rem;
  padding-bottom: 3.5625rem;
}
@media screen and (min-width: 1024px) {
  .hero__outer:has(.hero__lower) .hero__lower-content {
    margin-top: -11.25rem;
    padding-bottom: 2.5rem;
  }
}

.hero--home + .hero__lower {
  background: #005749;
}

@media screen and (min-width: 1024px) {
  .hero__lower-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-right: -1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero__lower-content {
    margin-right: -5.625rem;
  }
}

.hero__lower-story {
  border-radius: 40px 0px;
  background-color: #9AD8CE;
  padding: 2.5rem 2.1875rem 3.75rem 2.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .hero__lower-story {
    flex: 0 1 auto;
    max-width: 24.0625rem;
    transform: translateY(-5.75rem);
    padding: 3.75rem;
  }
}

.hero__lower-story-eyebrow {
  font-family: "myriad-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: -0.035rem;
  font-weight: 700;
  color: #005749;
}
@media screen and (min-width: 1024px) {
  .hero__lower-story-eyebrow {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    letter-spacing: -0.0425rem;
  }
}

.hero__lower-story-title {
  margin: 0.25rem 0 1rem;
  font-size: 1.875rem;
  line-height: 2.3125rem;
}
@media screen and (min-width: 1024px) {
  .hero__lower-story-title {
    margin: 0.25rem 0 1.5rem;
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}
.hero__lower-story-title .primary-link {
  font-size: 1.875rem;
  line-height: 2.3125rem;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  color: #005749;
}
@media screen and (min-width: 1024px) {
  .hero__lower-story-title .primary-link {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}
.hero__lower-story-title .primary-link:hover span:after, .hero__lower-story-title .primary-link:focus-visible span:after {
  transform: translate(0rem, -0.25rem);
  background-image: url(/_resources/images/icons/PNG-Black-link-arrow.png);
}
.hero__lower-story-title .primary-link span:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1rem;
  background-image: url(/_resources/images/icons/PNG-Green-link-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translate(0.375rem, -0.25rem);
  margin-left: 0.125rem;
  transition: transform 0.3s ease-in-out;
}

.hero__lower-story p {
  font-family: "myriad-pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 400;
  color: #005749;
}
@media screen and (min-width: 1024px) {
  .hero__lower-story p {
    font-size: 1.25rem;
  }
}

.hero__lower-story + .hero__lower-links {
  padding-top: 4.375rem;
  margin-top: -2.5rem;
}
@media screen and (min-width: 1024px) {
  .hero__lower-story + .hero__lower-links {
    margin-top: 0;
    padding-top: 3.75rem;
    margin-right: -3.75rem;
  }
}

.hero__lower-links {
  background: #F2F1EC;
  padding: 2.5rem 3.625rem 3.75rem 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .hero__lower-links {
    flex: 0 1 auto;
    max-width: 27.6875rem;
    padding: 3.75rem 6.25rem 3.75rem 3.75rem;
  }
}

.hero__lower-links-wrap h3 {
  margin-bottom: 0.625rem;
  color: #005749;
}
.hero__lower-links-wrap h3 .primary-link {
  font-size: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .hero__lower-links-wrap h3 .primary-link {
    font-size: 2.125rem;
  }
}
.hero__lower-links-wrap p {
  margin-top: 0;
  font-family: "myriad-pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 400;
  color: #005749;
}
@media screen and (min-width: 1024px) {
  .hero__lower-links-wrap p {
    font-size: 1.25rem;
  }
}
.hero__lower-links-wrap li + li {
  position: relative;
  margin-top: 2.875rem;
}
.hero__lower-links-wrap li + li:before {
  content: "";
  background-color: #E5E2DA;
  width: calc(100% + 1.125rem);
  height: 0.1875rem;
  position: absolute;
  top: -1.375rem;
}
@media screen and (min-width: 1024px) {
  .hero__lower-links-wrap li + li:before {
    width: calc(100% + 0.375rem);
  }
}

.home-testimonials {
  background-color: #005749;
  position: relative;
}
.home-testimonials:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/_resources/images/misc-images/DCC_pattern-green.png);
  background-repeat: repeat;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .home-testimonials:before {
    inset: 0 17% 0 0;
    border-radius: 0 6.25rem 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home-testimonials:before {
    inset: 0 13% 0 0;
    border-radius: 0 6.25rem 0 0;
  }
}

.home-testimonials__wrap {
  position: relative;
  z-index: 1;
  padding-block: 1.875rem 4.375rem;
}
@media screen and (min-width: 1200px) {
  .home-testimonials__wrap {
    display: grid;
    grid-template-columns: [first] calc(52.5% - 1.875rem) [line2] calc(47.5% - 1.875rem) [end];
    grid-template-areas: "title profiles" "quotes images";
    grid-gap: 2.1875rem 3.75rem;
    padding-block: 2.5rem 0;
    padding-inline-end: 5.75rem;
  }
}

.home-testimonials__title {
  color: #F2F1EC;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 900;
  font-size: clamp(3.4375rem, 8.5vw, 5.625rem);
}
@media screen and (min-width: 1200px) {
  .home-testimonials__title {
    grid-area: title;
    align-self: end;
    font-size: clamp(3.4375rem, 5.5vw, 5.625rem);
    margin-bottom: 0;
  }
}

.home-testimonials__profiles {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .home-testimonials__profiles {
    grid-area: profiles;
  }
}

.home-testimonials__profiles-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-testimonials__profiles-wrap {
    display: flex;
    gap: 2.0625rem;
    justify-content: center;
    margin-top: 1.6875rem;
    overflow: visible;
  }
}
@media screen and (min-width: 1200px) {
  .home-testimonials__profiles-wrap {
    justify-content: flex-end;
  }
}

.home-testimonials__profile {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 767.9px) {
  .home-testimonials__profile {
    transition: transform 0.4s ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  .home-testimonials__profile {
    flex-direction: column;
    width: auto;
    position: relative;
    transform: translateX(0);
  }
}
.home-testimonials__profile.active {
  position: relative;
  transform: translateX(0);
}
.home-testimonials__profile.active .home-testimonials__profile-link:after {
  transform: scale(1.1);
}
.home-testimonials__profile.active .home-testimonials__label {
  color: #9AD8CE;
  font-weight: 600;
}
.home-testimonials__profile.transition--out.transition--left {
  transform: translate(-100%);
}
.home-testimonials__profile.transition--out.transition--right {
  transform: translate(100%);
}
.home-testimonials__profile.transition--in {
  transition: none !important;
}
.home-testimonials__profile.transition--in.transition--left {
  transform: translate(100%);
}
.home-testimonials__profile.transition--in.transition--right {
  transform: translate(-100%);
}
.home-testimonials__profile.transition--reset {
  transition: none !important;
}

.home-testimonials__profile-link {
  background-color: transparent;
  border: none;
  margin-top: 1.6875rem;
  cursor: default;
  padding: 0;
  max-width: 14.1875rem;
}
@media screen and (min-width: 768px) {
  .home-testimonials__profile-link {
    max-width: 7.3125rem;
    margin: 0;
    cursor: pointer;
    position: relative;
    aspect-ratio: 1/1;
  }
  .home-testimonials__profile-link:after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    background-color: #9AD8CE;
    border-radius: 100%;
  }
  .home-testimonials__profile-link:hover:after, .home-testimonials__profile-link:focus-visible:after {
    transform: scale(1.1);
  }
}
.home-testimonials__profile-link > img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-testimonials__profile-link > img {
    object-fit: cover;
    position: relative;
    z-index: 1;
  }
}

.home-testimonials__label {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  color: #9AD8CE;
  max-width: 9.375rem;
}
@media screen and (min-width: 1200px) {
  .home-testimonials__label {
    font-size: 1.125rem;
    color: #fff;
  }
}

.home-testimonials__mobile-nav {
  position: absolute;
  top: 0;
  width: 13.75rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .home-testimonials__mobile-nav {
    display: none;
  }
}
.home-testimonials__mobile-nav .prev, .home-testimonials__mobile-nav .next {
  position: absolute;
  top: 0.125rem;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
}
.home-testimonials__mobile-nav .prev:hover svg path, .home-testimonials__mobile-nav .prev:focus-visible svg path, .home-testimonials__mobile-nav .next:hover svg path, .home-testimonials__mobile-nav .next:focus-visible svg path {
  fill: #F27968;
}
.home-testimonials__mobile-nav .prev {
  left: 0;
}
.home-testimonials__mobile-nav .prev svg {
  transform: rotate(180deg);
}
.home-testimonials__mobile-nav .next {
  right: 0;
}

.home-testimonials__quotes {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 1200px) {
  .home-testimonials__quotes {
    grid-area: quotes;
    padding-bottom: 1.875rem;
    overflow: visible;
  }
}

.home-testimonials__quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  transform: translateX(100%);
  margin: 0;
}
@media screen and (max-width: 1199.9px) {
  .home-testimonials__quote {
    transition: transform 0.4s ease-in-out;
  }
  .home-testimonials__quote.active {
    position: relative;
    transform: translateX(0);
  }
  .home-testimonials__quote.transition--out.transition--left {
    transform: translate(-100%);
  }
  .home-testimonials__quote.transition--out.transition--right {
    transform: translate(100%);
  }
  .home-testimonials__quote.transition--in {
    transition: none !important;
  }
  .home-testimonials__quote.transition--in.transition--left {
    transform: translate(100%);
  }
  .home-testimonials__quote.transition--in.transition--right {
    transform: translate(-100%);
  }
  .home-testimonials__quote.transition--reset {
    transition: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .home-testimonials__quote {
    transform: translateX(9.375rem);
    align-items: flex-start;
    opacity: 0;
    z-index: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s;
  }
  .home-testimonials__quote.active {
    position: relative;
    transform: translateX(0);
    opacity: 1;
    z-index: 1;
    transition: transform 0.3s 0.1s ease-in-out, opacity 0.3s 0.1s ease-in-out, visibility 0s;
  }
  .home-testimonials__quote.transition--out.transition--left {
    transform: translate(-9.375rem);
  }
  .home-testimonials__quote.transition--out.transition--right {
    transform: translate(9.375rem);
  }
  .home-testimonials__quote.transition--in {
    opacity: 0;
    visibility: visible;
    transition: none !important;
  }
  .home-testimonials__quote.transition--in.transition--left {
    transform: translate(9.375rem);
  }
  .home-testimonials__quote.transition--in.transition--right {
    transform: translate(-9.375rem);
  }
  .home-testimonials__quote.transition--reset {
    transition: none !important;
  }
}

.home-testimonials__quote p {
  font-size: 1.75rem;
  line-height: 1.333;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .home-testimonials__quote p {
    text-align: left;
    font-size: 2.125rem;
  }
}
.home-testimonials__quote p:after {
  content: "”";
}

.home-testimonials__quote-attribution {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #fff;
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  margin-top: 0.625rem;
}
@media screen and (min-width: 1200px) {
  .home-testimonials__quote-attribution {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.home-testimonials__quote-attribution > strong {
  font-weight: 700;
}

.home-testimonials__quote-context {
  font-family: "ballinger-mono", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.65;
  margin-top: 1.375rem;
  margin-bottom: 2.5rem;
  padding-left: 1.25rem;
  border-left: solid 0.125rem #F27968;
}
@media screen and (max-width: 767.9px) {
  .home-testimonials__quote-context {
    display: none;
  }
}

@media screen and (max-width: 1199.9px) {
  .home-testimonials__quote .home-testimonials__link {
    display: none;
  }
}

.home-testimonials__mobile-dots {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .home-testimonials__mobile-dots {
    display: none;
  }
}

.home-testimonials__dot {
  position: relative;
  background: transparent;
  border: solid 0.125rem #9AD8CE;
  border-radius: 100%;
  width: 0.875rem;
  height: 0.875rem;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.home-testimonials__dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.75rem;
  height: 2.75rem;
  background: transparent;
}
.home-testimonials__dot:hover, .home-testimonials__dot:focus-visible, .home-testimonials__dot.active {
  background: #9AD8CE;
}
.home-testimonials__dot.active {
  cursor: default;
}

.home-testimonials__mobile-links {
  margin-top: 2.1875rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .home-testimonials__mobile-links {
    display: none;
  }
}

.home-testimonials__mobile-links .home-testimonials__link {
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(100%);
  margin: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199.9px) {
  .home-testimonials__mobile-links .home-testimonials__link {
    transition: transform 0.4s ease-in-out;
  }
  .home-testimonials__mobile-links .home-testimonials__link.active {
    position: relative;
    transform: translateX(0);
  }
  .home-testimonials__mobile-links .home-testimonials__link.transition--out.transition--left {
    transform: translate(-100%);
  }
  .home-testimonials__mobile-links .home-testimonials__link.transition--out.transition--right {
    transform: translate(100%);
  }
  .home-testimonials__mobile-links .home-testimonials__link.transition--in {
    transition: none !important;
  }
  .home-testimonials__mobile-links .home-testimonials__link.transition--in.transition--left {
    transform: translate(100%);
  }
  .home-testimonials__mobile-links .home-testimonials__link.transition--in.transition--right {
    transform: translate(-100%);
  }
  .home-testimonials__mobile-links .home-testimonials__link.transition--reset {
    transition: none !important;
  }
}

@media screen and (max-width: 1199.9px) {
  .home-testimonials__feature-images {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .home-testimonials__feature-images {
    grid-area: images;
    display: flex;
    justify-content: flex-end;
    margin-bottom: -5rem;
    align-self: self-start;
  }
}

.home-testimonials__feature-image {
  position: absolute;
  transform: translateX(6.25rem);
  bottom: -5.625rem;
  visibility: hidden;
  opacity: 0;
}
.home-testimonials__feature-image > img {
  display: block;
}
.home-testimonials__feature-image.active {
  position: relative;
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  bottom: -5.625rem;
}
@media screen and (min-width: 1200px) {
  .home-testimonials__feature-image {
    opacity: 0;
    bottom: unset;
    margin-top: 2.3125rem;
    transition: transform 0.3s 0.2s ease-in-out, opacity 0.3s 0.2s ease-in-out, visibility 0.5s;
  }
  .home-testimonials__feature-image.active {
    position: relative;
    transform: translateX(0);
    opacity: 1;
    bottom: unset;
    transition: transform 0.3s 0.3s ease-in-out, opacity 0.3s 0.3s ease-in-out, visibility 0s;
  }
  .home-testimonials__feature-image.transition--out.transition--left {
    transform: translate(-6.25rem);
  }
  .home-testimonials__feature-image.transition--out.transition--right {
    transform: translate(6.25rem);
  }
  .home-testimonials__feature-image.transition--in {
    opacity: 0;
    visibility: visible;
    transition: none !important;
  }
  .home-testimonials__feature-image.transition--in.transition--left {
    transform: translate(6.25rem);
  }
  .home-testimonials__feature-image.transition--in.transition--right {
    transform: translate(-6.25rem);
  }
  .home-testimonials__feature-image.transition--reset {
    transition: none !important;
  }
}

.home-cta {
  background: #F2F1EC;
  position: relative;
}
.home-cta:before {
  position: absolute;
  content: "";
  position: absolute;
  inset: 20% 0 0 0;
  background-image: url("/_resources/images/misc-images/Wave Pattern Delta Tan RGB.png");
  background-repeat: repeat;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .home-cta:before {
    inset: 34% 0 0 2.0625rem;
    border-radius: 6.25rem 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-cta:before {
    inset: 30% 0 0 2.0625rem;
  }
}

.home-cta__wrap {
  padding-block: 3.4375rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .home-cta__wrap {
    padding-block: 6.25rem 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-cta__wrap {
    padding-block: 8.75rem 5rem;
  }
}

.home-cta__image-wrap {
  aspect-ratio: 117/95;
  margin-bottom: 1.875rem;
  overflow: hidden;
}
.home-cta__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-cta__column {
  position: relative;
  z-index: 1;
}
.home-cta__column:first-child .home-cta__image-wrap {
  border-radius: 0 2.5rem 0 2.5rem;
}
.home-cta__column:last-child .home-cta__image-wrap {
  border-radius: 2.5rem 0 2.5rem 0;
}

.home-cta__title {
  font-size: clamp(3.4375rem, 7.5vw, 5.625rem);
  line-height: 1;
  color: #005749;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 900;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .home-cta__title {
    margin-bottom: 3.5rem;
  }
}

.home-cta__columns {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .home-cta__columns {
    flex-direction: row;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .home-cta__column {
    flex: 0 0 50%;
  }
}

.home-cta__column-title {
  font-size: 2.5rem;
  line-height: 0.9;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  color: #005749;
  margin-block: 0 1.5rem;
}

.home-cta__column p {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #005749;
}
@media screen and (min-width: 1024px) {
  .home-cta__column p {
    margin-block: 0 2rem;
  }
}

.home-cta__links {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.home-news-events {
  background-color: #F2F1EC;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .home-news-events:before {
    content: "";
    position: absolute;
    inset: 1.875rem 45% 0 0;
    z-index: 0;
    background-image: url("/_resources/images/misc-images/Wave Pattern Delta Tan RGB.png");
    background-repeat: repeat;
    border-radius: 0 6.25rem 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-news-events:before {
    inset: 3.375rem 50% 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home-news-events:before {
    inset: 5.125rem 52.5% 0 0;
  }
}

.home-news-events__wrap {
  padding-block: 3.75rem 11.25rem;
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .home-news-events__wrap {
    padding-block: 3.75rem 6.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-news-events__wrap {
    padding-block: 8.125rem 6.25rem;
    grid-gap: 3.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .home-news-events__wrap {
    grid-gap: 6.25rem;
  }
}

.home-news-events__news {
  position: relative;
}
.home-news-events__news:before {
  content: "";
  background-image: url("/_resources/images/misc-images/Wave Pattern Delta Tan RGB.png");
  background-repeat: repeat;
  background-size: 45%;
  position: absolute;
  inset: -3.75rem -1.875rem;
}
@media screen and (min-width: 768px) {
  .home-news-events__news:before {
    inset: -3.75rem;
    background-size: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .home-news-events__news:before {
    display: none;
  }
}

.home-news-events__news .primary-link,
.home-news-events__events .primary-link {
  font-size: 1.25rem;
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.home-news-events__news .primary-link > svg,
.home-news-events__events .primary-link > svg {
  margin-bottom: -0.125rem;
}

.home-news-events__section-title {
  color: #005749;
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .home-news-events__news-feed {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.home-news-events__carousel-nav {
  position: relative;
  height: 0.0625rem;
}
@media screen and (min-width: 1024px) {
  .home-news-events__carousel-nav {
    display: none;
  }
}

.home-news-events__carousel-nav [class^=carousel-nav] {
  position: absolute;
  z-index: 1;
  border: none;
  border-radius: 100%;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #1A8365;
  cursor: pointer;
  opacity: 0;
  transition: top 0.2s ease-in-out, background-color 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
.home-news-events__carousel-nav [class^=carousel-nav]:hover, .home-news-events__carousel-nav [class^=carousel-nav]:focus {
  background-color: #005749;
}
.home-news-events__carousel-nav [class^=carousel-nav] > svg path {
  fill: #F2F1EC;
  transition: fill 0.3s ease-in-out;
}

.home-news-events__carousel-nav.active [class^=carousel-nav] {
  opacity: 1;
}
.home-news-events__carousel-nav.active [class^=carousel-nav] svg {
  position: relative;
  top: 0.125rem;
}

.home-news-events__carousel-nav .carousel-nav__previous {
  left: 0;
  transform: translate(-50%, -50%);
}
.home-news-events__carousel-nav .carousel-nav__previous svg {
  transform: rotate(180deg);
}

.home-news-events__carousel-nav .carousel-nav__next {
  right: 0;
  transform: translate(50%, -50%);
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .news-card:has(.news-card__content:hover) .news-card__image:before, .news-card:has(.news-card__content:focus-within) .news-card__image:before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .news-card {
    flex-direction: row;
    gap: 2rem;
    position: relative;
    align-items: flex-start;
  }
  .news-card:hover .news-card__image:before, .news-card:focus-within .news-card__image:before {
    width: 100%;
  }
  .news-card:hover .news-card__content, .news-card:focus-within .news-card__content {
    padding-left: 0.375rem;
    margin-right: -0.375rem;
  }
  .news-card:hover .news-card__content svg path, .news-card:focus-within .news-card__content svg path {
    fill: #F27968;
  }
}

.news-card__image {
  position: relative;
  aspect-ratio: 1.35/1;
}
@media screen and (min-width: 768px) {
  .news-card__image {
    flex: 0 0 48%;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__image {
    flex: 0 0 40%;
  }
}
.news-card__image:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  transition: width 0.3s ease-in-out;
}

.news-card__image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-card__content {
  padding-right: 15%;
  padding-left: 0;
  transition: padding-left 0.3s ease-in-out, margin-right 0.3s ease-in-out;
}
@media screen and (max-width: 767.9px) {
  .news-card__content {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .news-card__content {
    flex: 0 0 48%;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .news-card__content:hover, .news-card__content:focus-within {
    padding-left: 0.375rem;
    margin-right: -0.375rem;
  }
  .news-card__content:hover svg path, .news-card__content:focus-within svg path {
    fill: #F27968;
  }
}

.news-card__content svg path {
  fill: #005749;
}

.news-card__date {
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: "ballinger-mono", sans-serif;
  font-weight: 700;
  color: #142624;
  display: block;
  margin-bottom: 1.25rem;
}

.news-card__title {
  margin-top: 0;
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
}

.news-card__title > a {
  color: #005749;
  text-decoration: none;
}
.news-card__title > a:after {
  content: "";
  position: absolute;
  inset: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .home-news-events__news-feed .flickity-slider .news-card {
    position: absolute;
  }
}

.home-news-events__news-feed .flickity-button {
  background-color: #1A8365;
}
.home-news-events__news-feed .flickity-button svg {
  fill: #F2F1EC;
}

.home-news-events__news-feed .flickity-page-dots {
  margin-top: 1.25rem;
}

.home-news-events__news-feed .flickity-page-dots .flickity-page-dot:before {
  background: transparent;
  border: solid 0.125rem #1A8365;
  width: 0.875rem;
  height: 0.875rem;
}

.home-news-events__news-feed .flickity-page-dots .flickity-page-dot.is-selected:before {
  background-color: #1A8365;
}

.home-news-events__news-feed .flickity-page-dots .flickity-page-dot {
  font-size: 0.00625rem;
  color: transparent;
}
.home-news-events__news-feed .flickity-page-dots .flickity-page-dot:hover:before, .home-news-events__news-feed .flickity-page-dots .flickity-page-dot:focus-visible:before {
  background-color: #1A8365;
}
.home-news-events__news-feed .flickity-page-dots .flickity-page-dot:focus {
  outline: none;
  box-shadow: none;
}

@media screen and (min-width: 1024px) {
  .home-news-events__events {
    padding-bottom: 7.5rem;
  }
}

.home-news-events__events-feed {
  margin-top: 2.8125rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .home-news-events__events-feed {
    margin-top: 0;
  }
}

.event-card {
  display: flex;
  align-items: stretch;
  position: relative;
}

.event-card__date {
  display: block;
  padding-right: 2.0625rem;
}
.event-card__date > span {
  display: block;
  color: #005749;
  text-align: center;
}
.event-card__date .month {
  font-size: 1.75rem;
  line-height: 0.7;
  font-family: "ballinger-mono", sans-serif;
  font-weight: 700;
}
.event-card__date .day {
  font-size: 3.125rem;
  line-height: 1.35;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 900;
}

.event-card__content {
  padding-left: 1.5rem;
  position: relative;
  transition: padding-left 0.3s ease-in-out, margin-right 0.3s ease-in-out;
}
.event-card__content:before, .event-card__content:after {
  content: "";
  position: absolute;
  width: 0.125rem;
  left: 0;
  top: 0;
}
.event-card__content:before {
  background-color: #BEB9A8;
  height: 100%;
}
.event-card__content:after {
  background-color: #142624;
  height: 0;
  transition: height 0.3s ease-in-out;
}
.event-card__content:hover, .event-card__content:focus-within {
  padding-left: 1.875rem;
  margin-right: -0.375rem;
}
.event-card__content:hover:after, .event-card__content:focus-within:after {
  height: 100%;
}
.event-card__content:hover .event-card__title svg, .event-card__content:focus-within .event-card__title svg {
  opacity: 1;
}

.event-card__title {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.243;
  margin-bottom: 0;
}
.event-card__title svg {
  opacity: 0;
  margin-right: -0.625rem;
  transition: opacity 0.3s ease-in-out;
}
.event-card__title svg path {
  fill: #F27968;
}

.event-card__title > a {
  text-decoration: none;
  color: #005749;
}
.event-card__title > a:after {
  content: "";
  position: absolute;
  inset: 0 0 0 -5.625rem;
}

.event-card__time {
  display: block;
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: "ballinger-mono", sans-serif;
  font-weight: 700;
  color: #142624;
}

.life-at-delta {
  background: #fff;
}

.life-at-delta__grid {
  padding-block: 3.625rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .life-at-delta__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 5.625rem;
    grid-auto-flow: dense;
  }
}
@media screen and (min-width: 1200px) {
  .life-at-delta__grid {
    padding-inline-end: 5.75rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.life-at-delta__title {
  font-size: clamp(3.4375rem, 7.5vw, 5.625rem);
  line-height: 1;
  color: #005749;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 900;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .life-at-delta__title {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 1200px) {
  .life-at-delta__title {
    grid-column: 1/4;
  }
}

@media screen and (min-width: 768px) {
  .life-at-delta__copy {
    grid-column: 1/3;
  }
}

.life-at-delta__copy p {
  color: #005749;
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .life-at-delta__cta {
    grid-row: 3;
  }
}
@media screen and (min-width: 1200px) {
  .life-at-delta__cta {
    grid-row: 3;
  }
}
.life-at-delta__cta .btn--primary {
  width: 100%;
  max-width: 22.5rem;
}
@media screen and (min-width: 768px) {
  .life-at-delta__cta .btn--primary {
    width: auto;
  }
}

.image-card {
  margin: 0;
  display: block;
}
.image-card:has(.image-card__link):hover .image-card__icon, .image-card:has(.image-card__link):focus-visible .image-card__icon {
  background-color: #9AD8CE;
}

.image-card__container {
  position: relative;
  overflow: hidden;
}

.image-card__container > img {
  display: block;
  object-fit: cover;
}

.image-card__link {
  position: absolute;
  inset: 0;
}

.image-card__label {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background-color: #F2F1EC;
  padding: 1.25rem 2.1875rem 1.4375rem 1.875rem;
  border-radius: 0 1.25rem 0 1.25rem;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 500;
  font-family: "obviously-narrow", sans-serif;
  color: #005749;
}

.image-card__caption {
  margin-top: 1.0625rem;
  font-family: "ballinger-mono", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.37;
  border-left: solid 0.125rem #F27968;
  padding-inline: 1.375rem 3.75rem;
}

.life-at-delta__grid .image-card {
  border-radius: 0 2.5rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .life-at-delta__grid .image-card:first-of-type {
    grid-column: 1;
  }
  .life-at-delta__grid .image-card:nth-of-type(2) {
    grid-column: 2;
    grid-row: 3/5;
  }
  .life-at-delta__grid .image-card:nth-of-type(3) {
    grid-column: 1/3;
    grid-row: 7;
  }
  .life-at-delta__grid .image-card:nth-of-type(4) {
    grid-column: 2;
    grid-row: 5;
  }
}
@media screen and (min-width: 1200px) {
  .life-at-delta__grid .image-card:first-of-type {
    grid-column: 1;
    grid-row: 4/7;
  }
  .life-at-delta__grid .image-card:nth-of-type(2) {
    grid-column: 2;
    grid-row: 3/8;
  }
  .life-at-delta__grid .image-card:nth-of-type(3) {
    grid-column: 1/3;
    grid-row: 8;
    margin-top: -12.5%;
    padding-left: 6.25rem;
  }
  .life-at-delta__grid .image-card:nth-of-type(4) {
    grid-column: 3;
    grid-row: 5/8;
  }
}
@media screen and (min-width: 1680px) {
  .life-at-delta__grid .image-card:nth-of-type(3) {
    margin-top: -8.5%;
  }
}
@media screen and (min-width: 1800px) {
  .life-at-delta__grid .image-card:nth-of-type(3) {
    margin-top: -9.5%;
  }
}

.poster-card {
  background: #005749;
  padding: 5rem 2.5rem 4.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #F2F1EC;
  text-align: center;
  gap: 0.75rem;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  border-radius: 1.25rem 0 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .poster-card {
    grid-column: 1;
    border-radius: 2.5rem 0 2.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .poster-card {
    grid-column: 3;
    grid-row: 2/5;
    margin-top: 2.1875rem;
  }
}

.poster-card__eyebrow {
  font-size: 1.5rem;
  line-height: 1.6;
}

.poster-card__feature-text {
  font-size: 2.5rem;
  line-height: 1.1;
}
.poster-card__feature-text strong {
  font-weight: 700;
}

.image-card__icon {
  position: absolute;
  right: 1.5625rem;
  bottom: 1.3125rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transition: background-color 0.3s ease-in-out;
}

.breadcrumbs {
  margin: 1rem 0;
  padding: 0;
  position: relative;
}

.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs__list a {
  font-weight: bold;
  transition: border 0.3s;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
  transition: 0.25s text-decoration-color ease-in-out;
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list a {
    font-weight: 400;
  }
}
.breadcrumbs__list a:hover, .breadcrumbs__list a:focus-visible {
  text-decoration-color: currentColor;
}
.breadcrumbs__list a[aria-current=page] {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list a[aria-current=page] {
    font-weight: 700;
  }
}
.breadcrumbs__list li {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list li {
    display: inline-block;
  }
}
.breadcrumbs__list li:nth-last-child(2) {
  display: inline-block;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list li:nth-last-child(2) {
    padding-left: 0;
  }
}
.breadcrumbs__list li:nth-last-child(2):before {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -0.625rem;
  width: 0.375rem;
  height: 0.375rem;
  border-left: 0.09375rem solid #F2F1EC;
  border-top: 0.09375rem solid #F2F1EC;
  transform: rotate(-45deg) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list li:nth-last-child(2):before {
    display: none;
  }
}
.breadcrumbs__list li:not(:last-child):after {
  display: none;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-style: solid;
  border-color: #F2F1EC;
  border-width: 0.09375rem 0.09375rem 0 0;
  transform: rotate(45deg) translateY(-0.125rem);
  margin-inline: 0.125rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list li:not(:last-child):after {
    display: inline-block;
  }
}
.breadcrumbs__list li.breadcrumbs__back-link {
  margin-left: 0.9375rem;
  display: inline-block;
}
.breadcrumbs__list li.breadcrumbs__back-link:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -0.625rem;
  width: 0.375rem;
  height: 0.375rem;
  border-left: 0.09375rem solid #F2F1EC;
  border-top: 0.09375rem solid #F2F1EC;
  transform: rotate(-45deg) translateY(-50%);
}
.breadcrumbs__list li.breadcrumbs__back-link a {
  font-weight: 700;
}

.card {
  overflow: hidden;
  height: 100%;
}
.card.card--clickable {
  cursor: pointer;
}
.card.card--clickable:hover .card__icon, .card.card--clickable:focus-within .card__icon {
  transform: translateX(0.75rem);
}
.card.card--clickable:hover .card__icon path, .card.card--clickable:focus-within .card__icon path {
  fill: #F27968;
}
.card.card--horizontal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .card.card--horizontal {
    gap: 1.875rem;
    flex-direction: row;
  }
}
.card.card--horizontal.card--clickable:hover .card__title span, .card.card--horizontal.card--clickable:focus-within .card__title span {
  transform: translateX(0.375rem);
}
.card.card--horizontal.card--clickable:hover .card__title span:after, .card.card--horizontal.card--clickable:focus-within .card__title span:after {
  opacity: 1;
}

.card:not(:has(.card__media)) .card__content {
  margin-top: 0;
  background-color: #EDEBE4;
  padding: 1.125rem 1.9375rem 2.1875rem 1.4375rem;
}

.card__content {
  margin: 0.625rem 0 0;
  padding: 0;
}
.card--horizontal .card__content {
  flex: 1 1 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .card-set.card-set--horizontal .card__tags {
    margin-top: -0.5rem;
  }
}

.card-set.card-set--horizontal .card__tags ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.card-set.card-set--horizontal .card__tags ul li {
  margin-bottom: 0;
}
.card-set.card-set--horizontal .card__tags ul li:after {
  content: ",";
  margin-inline: -0.1875rem 0.3125rem;
}
.card-set.card-set--horizontal .card__tags ul li:last-child:after {
  content: "";
  margin-inline: 0;
}

.card-set.card-set--horizontal .card__tags ul li a {
  text-underline-offset: 0.3125rem;
}

.card__tags + .card__title {
  margin-top: 0.5rem;
}

.card__tags:hover + .card__title span, .card__tags:focus-within + .card__title span {
  transform: translateX(0) !important;
}
.card__tags:hover + .card__title span:after, .card__tags:focus-within + .card__title span:after {
  opacity: 0 !important;
}

.card__title {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 500;
  color: #005749;
  margin-bottom: 1rem;
}
.card__title > a {
  color: #005749;
  text-decoration: none;
}
.card__title > a > svg {
  transform: translateY(-0.1875rem);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.card__title > a > svg path {
  fill: #F27968;
}
.card--horizontal .card__title {
  font-size: 2rem;
  font-weight: 700;
}
.card--horizontal .card__title span {
  transition: transform 0.3s ease-in-out;
  display: block;
}
.card--horizontal .card__title span:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1rem;
  background-image: url(/_resources/images/icons/PNG-Pink-link-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translate(0.375rem, -0.25rem);
  margin-left: 0.125rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.card__title .card__link {
  text-decoration: none;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  color: inherit;
  transition: 0.3s color ease-in-out;
}

.card__body p {
  font-size: 1.125rem;
  line-height: 1.56;
  color: #142624;
}

.card__body a[class^=btn] {
  text-decoration: none;
  font-weight: 500;
  color: #fff;
}

.card__date {
  display: block;
  font-family: "ballinger-mono", sans-serif;
  margin-bottom: 0.5rem;
}

.card__media {
  padding: 0;
  margin: 0;
  position: relative;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 768px) {
  .card--horizontal .card__media {
    width: 30.5%;
  }
}

.card__icon {
  margin-top: 0.75rem;
  transition: transform 0.3s ease-in-out;
  display: none;
}
.card--clickable .card__icon {
  display: block;
}
.card__icon path {
  transition: fill 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .card-set ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-right: -2rem;
    gap: 2rem 0;
  }
}
.card-set ul li {
  margin-bottom: 2.625rem;
}
@media screen and (min-width: 768px) {
  .card-set ul li {
    flex: 0 1 auto;
    width: 33.33%;
    padding-right: 1.25rem;
    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: 3.75rem;
}
@media screen and (min-width: 768px) {
  .card-set.card-set--horizontal li {
    width: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .card-set.card-set--horizontal li {
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .factoids {
    padding-top: 1.5rem;
    position: relative;
  }
  .factoids:before {
    content: "";
    width: 6.875rem;
    height: 0.1875rem;
    background-color: #E5E2DA;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .factoids {
    padding-top: 2.25rem;
  }
}

.factoids__title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .factoids__title {
    text-align: center;
  }
}

.factoids__wrap {
  display: flex;
  flex-direction: column;
  gap: 2.625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .factoids__wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-right: -2rem;
    width: 100%;
    gap: 2rem 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .factoid {
    margin-bottom: 0;
    flex: 1 1 33.33%;
  }
}

.factoid__card {
  overflow: hidden;
  height: 100%;
}

.factoid__image {
  padding: 0;
  margin: 0;
  position: relative;
  aspect-ratio: 3/2;
}

.factoid__caption {
  margin-top: 0.625rem;
  margin-inline: auto;
  width: 90%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.24;
  font-family: "myriad-pro", sans-serif;
}

.form {
  max-width: 75rem;
  margin-inline: auto;
}
.form .form-item {
  margin-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 991px) {
  .form .form-item {
    margin-bottom: 1.875rem;
  }
}
.form .form-item:has(button[type=submit]) {
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .form .form-item:has(button[type=submit]) {
    margin-top: 3rem;
  }
}
.form legend {
  font-size: 1.875rem;
  line-height: 1.07;
}
.form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.form label,
.form .label {
  display: block;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  color: #005749;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.form label.required:after,
.form .label.required:after {
  content: "*";
}
.form .label {
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .form .label {
    margin-top: 3rem;
  }
}
.form input,
.form textarea {
  font-family: "myriad-pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #142624;
  border-radius: 0;
  border: 0.125rem solid #E5E2DA;
  padding: 0.875rem 0.9375rem;
  border-radius: 0.625rem;
  transition: border-color 0.2s ease-in-out;
}
.subnav .form input,
.subnav .form textarea {
  font-size: 1rem;
}
.form input:focus-visible,
.form textarea:focus-visible {
  border-color: #1A8365;
  outline: none;
}
.form input:-webkit-autofill, .form input:-webkit-autofill:hover, .form input:-webkit-autofill:focus-visible, .form input:-webkit-autofill:focus, .form input:-internal-autofill-selected,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:hover,
.form textarea:-webkit-autofill:focus-visible,
.form textarea:-webkit-autofill:focus,
.form textarea:-internal-autofill-selected {
  background-color: #E6F4F3 !important;
  -webkit-box-shadow: 0 0 0px 1000px #E6F4F3 inset;
}
.form input[type=text],
.form textarea {
  width: 100%;
}
.form textarea {
  min-height: 12.5rem;
  font-family: inherit;
}
.form select {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #142624;
  border: 0.125rem solid #E5E2DA;
  border-radius: 0;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNy4yOCAxMC45NCI+CiAgPHBhdGggZmlsbD0iIzFhODM2NSIgZD0iTTEwLjA5LDYuMzNMMTMuNS4xOXMyLjc3LDEuMSwzLjUyLDEuMzVjLTEuNDksMS44Ny01Ljg3LDcuNjEtNi44Myw5LjI4aC0zLjJDNi4wMyw5LjE4LDEuNjQsMy40MS4xOCwxLjU0LjkxLDEuMjksMy42Ny4xOSwzLjY3LjE5bDMuNDEsNi4xMywxLjUyLDIuNjMsMS40OS0yLjYzWiIvPgo8L3N2Zz4=");
  background-repeat: no-repeat no-repeat;
  background-position: right 1.5625rem center;
  background-size: 0.875rem;
  cursor: pointer;
  padding: 0.9375rem 3.4375rem 0.9375rem 1.25rem;
  max-width: 100%;
  overflow: hidden;
  word-wrap: normal;
  white-space: normal;
  border-radius: 0.625rem;
  transition: border-color 0.2s ease-in-out;
  font-family: "myriad-pro", sans-serif;
}
.subnav .form select {
  font-size: 1rem;
}
.form select:focus-visible {
  outline: none;
  border-color: #1A8365;
}
.form input[type=checkbox]:focus-visible + label:before,
.form input[type=radio]:focus-visible + label:before {
  box-shadow: inset 0 0 0 2px #0030be;
}
.form input[type=checkbox] + label,
.form input[type=radio] + label {
  position: relative;
  padding-left: 2.0625rem;
}
.form input[type=checkbox] + label:before, .form input[type=checkbox] + label:after,
.form input[type=radio] + label:before,
.form input[type=radio] + label:after {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 1.5rem;
  top: 0.1875rem;
  left: 0;
  height: 1.5rem;
}
.form input[type=checkbox] + label:before,
.form input[type=radio] + label:before {
  background: transparent;
  box-shadow: inset 0 0 0 3px #1A8365;
}
.form input[type=checkbox] + label:after,
.form input[type=radio] + label:after {
  background-color: #1A8365;
  transform: scale(0.6);
  z-index: 1;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.form input[type=checkbox] + label + input[type=checkbox] + label, .form input[type=checkbox] + label + input[type=radio] + label,
.form input[type=radio] + label + input[type=checkbox] + label,
.form input[type=radio] + label + input[type=radio] + label {
  margin-top: 1.75rem;
}
.form input[type=checkbox]:checked + label:after,
.form input[type=radio]:checked + label:after {
  opacity: 1;
}
.form input[type=radio] + label:before, .form input[type=radio] + label:after {
  border-radius: 50%;
}
.form input[type=radio] + label:after {
  background-image: none;
  transform: scale(0.6);
}
.form input[type=checkbox] + label:before, .form input[type=checkbox] + label:after {
  border-radius: 0.125rem;
}
.form input[type=checkbox] + label,
.form input[type=radio] + label {
  display: table;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #142624;
  font-weight: 400;
}
.form button[type=submit] {
  border: none;
  padding-inline: 1.5625rem;
}

.search-filters .form {
  max-width: 100%;
}
.search-filters .form label, .search-filters .form .label {
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
}

.search-filters .form-item {
  margin-bottom: 2.1875rem;
}

.search-filters .form-item label,
.search-filters .form-item .label {
  margin-bottom: 1.125rem;
}

.form .form-search {
  display: flex;
  position: relative;
}
.form .form-search input[type=text] {
  border: none;
}
@media screen and (max-width: 767.9px) {
  .form .form-search input[type=text] {
    padding-right: 3.75rem;
  }
}
.form .form-search button[type=submit] {
  font-size: 1.125rem;
  margin-left: -1.875rem;
  font-weight: 500;
  padding: 0.5625rem 1.5625rem 0.8125rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767.9px) {
  .form .form-search button[type=submit] {
    background: transparent;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .form .form-search button[type=submit] .icon svg {
    position: relative;
    transition: transform 0.3s ease-in-out;
  }
  .form .form-search button[type=submit] .icon svg path {
    fill: #142624;
  }
  .form .form-search button[type=submit]:hover .icon svg, .form .form-search button[type=submit]:focus-visible .icon svg {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767.9px) {
  .form .form-search button[type=submit] .text {
    position: absolute;
    width: 0.00625rem;
    height: 0.00625rem;
    overflow: hidden;
    left: -624.9375rem;
    top: -624.9375rem;
  }
}
.form .form-search button[type=submit] .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form .form-search button[type=submit] .icon > svg {
  transform: translateY(0.125rem);
}
@media screen and (min-width: 768px) {
  .form .form-search button[type=submit] .icon {
    display: none;
  }
}

.form .form-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5625rem;
}
.form .form-filters .btn--filter {
  width: auto;
}

.paragraph-widget--text-html + .search-filters {
  margin-top: -0.9375rem;
}
@media screen and (min-width: 991px) {
  .paragraph-widget--text-html + .search-filters {
    margin-top: -2.1875rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph-widget--text-html + .search-filters {
    margin-top: -3.4375rem;
  }
}

.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 {
  border-bottom: solid 0.125rem #E5E2DA;
}

.accordion__title {
  margin: 0;
}

.accordion__section-description p {
  font-size: 1.25rem;
  line-height: 1.5;
}

.accordion__trigger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
  margin: 0;
  display: block;
  text-align: left;
  width: 100%;
  color: currentColor;
  position: relative;
  padding: 1.375rem 2.5rem 1.5625rem;
  font-size: 1.5rem;
  line-height: 1.45;
  font-weight: 700;
  transition: 0.3s color ease-in-out;
}
@media screen and (min-width: 768px) {
  .accordion__trigger {
    padding: 1.5625rem 3.75rem 1.6875rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.accordion__trigger[aria-expanded=true] .accordion__icon {
  background: #005749;
}
.accordion__trigger[aria-expanded=true] .accordion__icon:before {
  transform: translate(50%, -50%) rotate(90deg);
}

.accordion__icon {
  position: absolute;
  background: #1A8365;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  left: 0;
  top: 1.75rem;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .accordion__icon {
    width: 2.5rem;
    height: 2.5rem;
    top: 1.625rem;
  }
}
.accordion__icon:before, .accordion__icon:after {
  content: "";
  width: 0.25rem;
  height: 0.9375rem;
  border-right: 0.25rem solid #fff;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  pointer-events: none;
  transition: 0.3s opacity ease-in-out, 0.3s border-color ease-in-out, transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .accordion__icon:before, .accordion__icon:after {
    height: 1.375rem;
  }
}
.accordion__icon:after {
  transform: translate(50%, -50%) rotate(90deg);
}

.accordion__content-wrap {
  padding: 0 1.4375rem 1.125rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .accordion__content-wrap {
    padding: 0 2.3125rem 1.6875rem 3.75rem;
  }
}
.accordion__content-wrap h2, .accordion__content-wrap h3 {
  font-weight: 700;
}

.accordion + .button-set {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .accordion + .button-set {
    margin-top: 3rem;
  }
}

.carousel__holder, .carousel__holder--thumbs {
  position: relative;
}
.carousel__holder .flickity-viewport, .carousel__holder--thumbs .flickity-viewport {
  transition: 0.3s height ease-in-out;
}
@media screen and (min-width: 1440px) {
  .carousel__holder:has(.carousel--images), .carousel__holder--thumbs:has(.carousel--images) {
    transform: translateY(-10%);
  }
}

.carousel__slide {
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
}
.carousel__slide.is-selected {
  opacity: 1;
  visibility: visible;
}
.carousel--images .carousel__slide {
  transition: 0.3s 0.2s opacity ease-in-out, 0.3s 0.2s visibility ease-in-out;
}
.carousel--images .carousel__slide.is-selected {
  transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
}

.carousel-cell {
  width: 100%;
  text-align: center;
}
.carousel-cell.is-selected {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .carousel-cell {
    width: calc(50% - 1.5625rem);
    margin-right: 1.5625rem;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-cell {
    width: calc(33.333% - 1.5625rem);
    margin-right: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .carousel--images .carousel-cell {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .carousel--images .carousel-cell {
    width: 100%;
  }
}

.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;
  text-align: left;
}

.carousel__nav {
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.carousel__nav-sizer {
  width: 100%;
  padding-top: 60.3%;
  height: 0;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .carousel__holder--thumbs .carousel__nav-sizer {
    padding-top: 28.25%;
  }
}
@media screen and (min-width: 1024px) {
  .carousel__holder--thumbs .carousel__nav-sizer {
    padding-top: 19.5%;
  }
}

.carousel__nav-previous,
.carousel__nav-next {
  pointer-events: initial;
  position: absolute;
  cursor: pointer;
  top: 50%;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #1A8365;
  transform: translateY(-50%);
  transition: 0.25s background-color ease-in-out;
  border: none;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carousel__nav-previous svg path,
.carousel__nav-next svg path {
  fill: #F2F1EC;
}
.carousel__nav-previous:hover, .carousel__nav-previous:focus-visible,
.carousel__nav-next:hover,
.carousel__nav-next:focus-visible {
  background-color: #005749;
}

.carousel__nav-previous {
  left: -1.375rem;
}
@media screen and (min-width: 1024px) {
  .carousel__nav-previous {
    left: -0.875rem;
  }
}
.carousel__nav-previous svg {
  transform: rotate(180deg);
}

.carousel__nav-next {
  right: -1.375rem;
}
@media screen and (min-width: 1024px) {
  .carousel__nav-next {
    right: -0.875rem;
  }
}

.flickity-page-dots {
  gap: 1.5625rem 0;
  bottom: initial;
  position: static;
  margin-top: 0.3125rem;
}
.flickity-page-dots .flickity-page-dot {
  width: 2.8125rem;
  height: 2.8125rem;
  background: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: initial;
  border-radius: 0;
}
.flickity-page-dots .flickity-page-dot:before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-color: transparent;
  border-radius: 100vw;
  border: solid 0.125rem #1A8365;
  transition: 0.3s background-color;
}
.flickity-page-dots .flickity-page-dot.is-selected {
  pointer-events: none;
  background: transparent;
}
.flickity-page-dots .flickity-page-dot.is-selected:before {
  background-color: #1A8365;
}
.flickity-page-dots .flickity-page-dot:hover:before, .flickity-page-dots .flickity-page-dot:focus-visible:before {
  background-color: #1A8365;
}

.carousel__slide-button {
  position: absolute;
  inset: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.carousel--images {
  position: absolute;
  width: 100%;
}

.carousel--images + .carousel__nav {
  position: relative;
}

.modal--image-carousel .carousel--images .flickity-viewport {
  overflow: visible;
}

.modal--image-carousel .carousel__slide-content p {
  padding-left: 0;
  border-left: none;
}

.table__inner {
  overflow: auto;
  margin-inline: -1.875rem;
  padding-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .table__inner {
    margin-inline: -1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .table__inner {
    margin-inline: 0;
    padding-left: 0;
  }
}
.body--site-header-open .table__inner {
  overflow: hidden;
}
.table__inner table {
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
  margin: 0;
  color: #142624;
  overflow: auto;
  table-layout: fixed;
  min-width: 100%;
}
.table__inner table > :not(:first-child) {
  border-top: none;
}
.body--site-header-open .table__inner table {
  overflow: hidden;
}
.table__inner thead {
  text-align: left;
}
.table__inner thead tr {
  background-color: #0c4738;
  color: #fff;
}
.table__inner thead th {
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  padding: 0.9375rem;
  font-size: 1.25rem;
  line-height: 1.18;
  vertical-align: middle;
  border: 0.0625rem solid #0c4738;
  border-bottom: none;
  text-align: left;
}
.table__inner tbody {
  border-top: none;
  background-color: #fff;
}
.table__inner tbody tr:nth-child(even) {
  background: #F0EFE9;
}
.table__inner tbody td {
  padding: 2.125rem 0.9375rem;
  max-width: 90vw;
  min-width: 12.5rem;
  vertical-align: top;
  border: 0.0625rem solid #0c4738;
  text-align: left;
  font-family: "myriad-pro", sans-serif;
}
@media screen and (min-width: 1200px) {
  .table__inner tbody td {
    max-width: none;
    min-width: auto;
  }
}

.full-width-image {
  margin: 0;
  padding: 0;
}

.full-width-image__image {
  aspect-ratio: 16/9;
  width: auto;
  overflow: hidden;
  border-radius: 0 2.5rem 0 2.5rem;
}
.full-width-image__image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-width-image__caption {
  margin-top: 1.25rem;
  color: #142624;
}

.full-width-image__subheading {
  line-height: 1.56;
  scroll-margin-top: 15rem;
}
@media screen and (min-width: 1200px) {
  .full-width-image__subheading {
    scroll-margin-top: 10.625rem;
  }
}

.pagination {
  margin: 3.125rem auto;
}
.pagination .pagination-list {
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.pagination .pagination-list li {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.875;
  color: #000;
  min-width: 1.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  padding-inline: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .pagination .pagination-list li {
    font-size: 1.875rem;
    line-height: 1.33;
    min-width: 2.5rem;
  }
}
.pagination .pagination-list li.disabled {
  opacity: 0.2;
}
.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 {
  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 a {
  color: currentColor;
  text-decoration: none;
}
.pagination .pagination-list li a:hover:before, .pagination .pagination-list li a:focus-visible:before {
  opacity: 1;
}
.pagination .pagination-list li a:before {
  content: "";
  position: absolute;
  bottom: 0.1875rem;
  width: 100%;
  left: 0;
  right: 0;
  border-bottom: 0.1875rem solid #000;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
@media screen and (min-width: 1200px) {
  .pagination .pagination-list li a:before {
    bottom: -0.4375rem;
  }
}
.pagination .pagination-list li .current {
  color: #0030be;
}

@media screen and (min-width: 1200px) {
  .program-detail .hero__outer + .paragraph-widget--full-width-image {
    margin-top: -9rem;
    position: relative;
    margin-bottom: 2.5rem;
  }
}

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

.directory__tally {
  font-family: "ballinger-mono", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

.mobile-filter-toggle {
  padding: 0.6875rem 0.875rem 1rem;
  border: none;
  border-radius: 0.9375rem;
  background: linear-gradient(to right, #005749 50%, #1A8365 50.1%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 200%;
  background-position: 100%;
  transition: background-position 0.3s ease-in-out;
  color: #fff;
  font-family: "obviously-narrow", sans-serif;
  font-size: 1.1875rem;
  line-height: 1;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .mobile-filter-toggle {
    display: none;
  }
}
.mobile-filter-toggle:hover, .mobile-filter-toggle:focus-visible {
  background-position: 0;
}
.mobile-filter-toggle span {
  display: block;
  width: 1rem;
  height: 0.1875rem;
  background: #fff;
  margin: 0.375rem;
  border-radius: 0.1875rem;
  position: relative;
  transform: translateY(0.1875rem);
}
.mobile-filter-toggle span:before, .mobile-filter-toggle span:after {
  content: "";
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #fff;
  position: absolute;
}
.mobile-filter-toggle span:before {
  width: 0.625rem;
  top: 0.375rem;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-filter-toggle span:after {
  width: 1.5rem;
  top: -0.375rem;
  left: 50%;
  transform: translateX(-50%);
}

.directory__info + .directory__listing {
  margin-top: 2.25rem;
}
.directory__info + .directory__listing:has(.top-programs) {
  margin-top: 1.5rem;
}

.directory__listing .programs,
.directory__listing .top-programs {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .directory__listing .programs,
  .directory__listing .top-programs {
    gap: 1.5rem;
  }
}

.directory__listing .top-programs + .programs {
  margin-top: 3.75rem;
}

.programs__tally {
  font-size: 1rem;
  font-family: "ballinger-mono", sans-serif;
  line-height: 1.4;
  margin-top: 0.75rem;
}
@media screen and (min-width: 1200px) {
  .programs__tally {
    margin-top: 1.25rem;
  }
}

.program-filter__button {
  display: block;
  background: #fff;
  border: none;
  border-radius: 1.25rem;
  width: 100%;
  position: relative;
  padding: 1.125rem 3.75rem 1.6875rem 1.875rem;
  text-align: left;
  transition: background-color 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.program-filter__button:hover, .program-filter__button:focus-visible {
  background: #8BCEC1;
}
.program-filter--top .program-filter__button {
  background: #8BCEC1;
}

.program-filter__button svg {
  position: absolute;
  right: 2.25rem;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
}

.program-filter__title {
  font-size: clamp(1.5rem, 4vw, 2.125rem);
  margin-bottom: 0;
  max-width: 45rem;
}
@media screen and (min-width: 667px) {
  .program-filter__title {
    width: 95%;
  }
}

.program-filter__degrees {
  font-family: "ballinger-mono", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 0.375rem;
  color: #142624;
}

.faculty__group + .faculty__group {
  margin-top: 2.1875rem;
}

.faculty__group-letter {
  font-size: 2.375rem;
  line-height: 1.3;
}

.faculty__group-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .faculty__group-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .faculty__group-wrap {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .faculty__group-wrap {
    gap: 5rem;
  }
}

.faculty-card {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 667px) {
  .faculty-card {
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
  }
}

.faculty-card__image {
  flex: 0 0 12.5rem;
}
@media screen and (min-width: 667px) {
  .faculty-card__image {
    flex: 0 0 7.1875rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .faculty-card__image {
    flex: 0 0 5.625rem;
  }
}
.faculty-card__image > img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 667px) {
  .faculty-card__content {
    flex: 0 0 calc(100% - 8.125rem);
  }
}
@media screen and (min-width: 1200px) {
  .faculty-card__content {
    flex: 1 0 calc(100% - 10rem);
  }
}

.faculty-card__title {
  font-size: 1.75rem;
  line-height: 1.05;
  font-weight: 500;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 667px) {
  .faculty-card__title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.faculty-card__content p {
  margin: 0;
  font-family: "myriad-pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (min-width: 667px) {
  .faculty-card__content p {
    font-size: 1rem;
  }
}

.faculty-card__content p:has(a),
.faculty-card__content p:has(a) + p {
  margin-block: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .faculty-card__content p:has(a),
  .faculty-card__content p:has(a) + p {
    margin-block: 0.25rem;
  }
}

.faculty-card__content p a {
  font-weight: 400;
  text-underline-offset: 0.25rem;
  word-break: break-all;
}

.faculty-card__content p a[href^=tel] {
  text-decoration: none;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .find-a-program main,
  main:has(.subnav:not(.subnav--jump)) {
    min-height: 100rem;
  }
}

.program-detail .multi-column-content__column:last-child .text-content p {
  margin-block: 0.5rem;
}

.program-details .text-content + .program-details__chart {
  margin-top: 1.5625rem;
}

.program-details__chart {
  background: #fff;
}

.program-details__title {
  background-color: #005749;
  padding: 0.28125rem 1.875rem 0.90625rem;
}
.program-details__title > h3 {
  color: #fff;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.875rem;
}

.program-details__program {
  padding: 2.5rem 1.875rem;
}
.program-details__program + .program-details__program {
  border-top: solid 0.0625rem #005749;
}

.program-details__degree-title {
  font-family: "myriad-pro", sans-serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #005749;
}

.program-details__program-name {
  font-size: 1.875rem;
  line-height: 1.1;
  color: #005749;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .program-details__program-name {
    margin-bottom: 1.875rem;
  }
}

.program-details__info {
  font-size: 1.125rem;
  font-family: "myriad-pro", sans-serif;
}
@media screen and (min-width: 1024px) {
  .program-details__info {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media screen and (max-width: 1023.9px) {
  .program-details__info .program-info {
    padding-block: 1.5625rem;
  }
  .program-details__info .program-info:first-child {
    padding-top: 0;
  }
  .program-details__info .program-info:last-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .program-details__info .program-info {
    flex: 1 1 33.333%;
    padding-inline: 1.5625rem;
  }
  .program-details__info .program-info:first-child {
    padding-left: 0;
  }
  .program-details__info .program-info:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 1023.9px) {
  .program-details__info .program-info + .program-info {
    border-top: solid 0.0625rem #F27968;
  }
}
@media screen and (min-width: 1024px) {
  .program-details__info .program-info + .program-info {
    border-left: solid 0.0625rem #F27968;
  }
}

.program-info__link > svg {
  margin-left: 0.375rem;
}

.paragraph-widget--program-details + .paragraph-widget--accordion:not(:has(.accordion__section-title)) {
  margin-top: -2.5rem;
}
@media screen and (min-width: 991px) {
  .paragraph-widget--program-details + .paragraph-widget--accordion:not(:has(.accordion__section-title)) {
    margin-top: -3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph-widget--program-details + .paragraph-widget--accordion:not(:has(.accordion__section-title)) {
    margin-top: -5rem;
  }
}

.video-embed__media-wrap {
  z-index: 1;
  position: relative;
  aspect-ratio: 16/9;
}
.video-embed__media-wrap img {
  transition: 0.2s opacity ease-in-out;
  z-index: 1;
}
.video-embed__media-wrap video,
.video-embed__media-wrap iframe {
  transition: 0.2s opacity ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.video-embed__media-wrap video.video-embed__video--local-cdn--no-wallpaper,
.video-embed__media-wrap iframe.video-embed__video--local-cdn--no-wallpaper {
  opacity: 1;
}
.video-embed__media-wrap.video-playing img {
  opacity: 0;
  z-index: 0;
}
.video-embed__media-wrap.video-playing video,
.video-embed__media-wrap.video-playing iframe {
  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: 2.75rem;
  height: 2.75rem;
  margin-top: -1.375rem;
  margin-left: -1.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .video-embed__button {
    width: 5rem;
    height: 5rem;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
  }
}
.video-embed__button > svg {
  width: 100%;
  height: 100%;
}
.video-embed__button .video-play-icon {
  width: auto;
}
.video-embed__button .video-play-icon circle {
  transition: fill 0.3s ease-in-out;
  fill: #F5F4F0;
}
.video-embed__button .video-play-icon path {
  fill: #1A8365;
  transition: 0.2s fill ease-in-out;
}
.video-embed__button:hover .video-play-icon path, .video-embed__button:focus-visible .video-play-icon path {
  fill: #005749;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal__trigger,
.modal__close {
  margin-bottom: 1.25rem;
}

.modal--image-carousel .modal__close {
  background-color: transparent;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  border-radius: 0;
  font-size: 0.0000625rem;
  color: transparent;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .modal--image-carousel .modal__close {
    right: 1.875rem;
    top: 1.875rem;
  }
}
.modal--image-carousel .modal__close:before, .modal--image-carousel .modal__close:after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #fff;
  left: 50%;
  top: 50%;
}
.modal--image-carousel .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal--image-carousel .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__lightbox {
  display: none;
  position: relative;
  z-index: 100;
}
.modal__lightbox.is-open, .modal__lightbox:target {
  display: block;
}
.modal__lightbox.modal--image-carousel {
  z-index: 1000;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
[aria-hidden=false] .modal__overlay {
  animation: modalFadeIn 0.3s ease-in-out;
}
[aria-hidden=true] .modal__overlay {
  animation: modalFadeOut 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .modal__overlay {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.modal__container {
  background-color: #fff;
  padding: 1.875rem;
  max-width: 46.875rem;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal--image-carousel .modal__container {
  background-color: transparent;
  max-width: 75rem;
  width: 100%;
  overflow-y: unset;
}
@media screen and (max-width: 1023.9px) {
  .modal--image-carousel .modal__container {
    height: 100dvh;
    padding-top: 6.25rem;
    overflow-y: scroll;
  }
}

.modal--image-carousel .modal__content p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.375rem;
}

.modal__content-title {
  color: #fff;
}

.subnav {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 21.875rem;
}
@media screen and (min-width: 1200px) {
  .subnav {
    max-width: 15.625rem;
  }
  .faculty-staff .subnav {
    max-width: 16.375rem;
  }
}
.subnav:has(.subnav__search) {
  z-index: unset;
}

.subnav__list {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.5s ease-out;
  background-color: transparent;
}
@media screen and (max-width: 1199.9px) {
  .subnav__list {
    background-color: #fff;
    position: relative;
    z-index: 1;
    border: solid 0.125rem #E5E2DA;
    border-width: 0 0.125rem 0.125rem;
    border-radius: 0 0 0.5rem 0.5rem;
    transition: grid-template-rows 0.5s ease-out, border-color 0.1s ease-in-out, visibility 0s linear;
  }
}
.subnav__list[aria-hidden=true] {
  grid-template-rows: 0fr;
}
@media screen and (max-width: 1199.9px) {
  .subnav__list[aria-hidden=true] {
    border-color: transparent;
    z-index: -1;
    visibility: hidden;
    transition: grid-template-rows 0.5s ease-out, border-color 0.1s 0.4s ease-in-out, visibility 0s 0.5s linear;
  }
  .subnav__list[aria-hidden=true] > ul {
    padding-top: 0;
  }
}
.subnav__list > ul {
  overflow: hidden;
}
@media screen and (max-width: 1199.9px) {
  .subnav__list > ul {
    position: relative;
    padding-top: 1.4375rem;
    transition: padding 0.3s ease-in-out;
  }
  .subnav__list > ul:before {
    content: "";
    width: calc(100% - 3.125rem);
    height: 0.0625rem;
    background: #E5E2DA;
    position: absolute;
    top: 0;
    left: 1.5625rem;
  }
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul {
    margin-top: 0;
    overflow: visible;
  }
}
.subnav__list > ul > li {
  padding: 0.1875rem 5.625rem 0.625rem 2.125rem;
  line-height: 1.5;
}
.subnav__list > ul > li:last-child {
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 1199.9px) {
  .subnav__list > ul > li {
    padding: 0.1875rem 5.625rem 0.9375rem 2.125rem;
  }
  .subnav__list > ul > li:has([aria-current=page]) {
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul > li {
    padding-inline: 0 2.8125rem;
    padding-bottom: 1rem;
    margin-bottom: 0.625rem;
    border-bottom: solid 0.0625rem #BEB9A8;
  }
  .subnav__list > ul > li:nth-child(2) {
    padding-top: 1.25rem;
  }
}
.subnav__list > ul > li:last-child {
  margin-bottom: 0;
}
.subnav__list > ul > li a {
  color: #005749;
  text-decoration: none;
  transition: 0.3s color ease-in-out;
  position: relative;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "myriad-pro", sans-serif;
}
.subnav__list > ul > li a:hover, .subnav__list > ul > li a:focus-visible {
  text-decoration-color: transparent;
  color: #1A8365;
}
.subnav__list > ul > li a[aria-current=page] {
  color: #1A8365;
  font-weight: 700;
  text-decoration-color: transparent;
  cursor: default;
}
.subnav__list > ul > li:first-child {
  padding-top: 1.875rem;
}
@media screen and (max-width: 1199.9px) {
  .subnav__list > ul > li:first-child {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul > li:first-child {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 0;
    border-bottom: none;
  }
  .subnav__list > ul > li:first-child:not(:has(.subnav__top-label)) {
    margin-left: -1.125rem;
    padding: 0 1.875rem 0 0;
  }
  .subnav--jump .subnav__list > ul > li:first-child {
    padding: 0 1.875rem;
  }
}
.subnav__list > ul > li:first-child a {
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.375rem;
  line-height: 1.1;
}
.subnav__list > ul > li:first-child a svg {
  transform: rotate(180deg) translateY(0rem);
  margin-right: 0.375rem;
}
.subnav__list > ul > li:first-child a svg path {
  fill: #005749;
  transition: fill 0.3s ease-in-out;
}
.subnav__list > ul > li:first-child a:hover svg path, .subnav__list > ul > li:first-child a:focus-visible svg path {
  fill: #F27968;
}
.subnav--jump .subnav__list > ul > li:first-child a:hover svg path, .subnav--jump .subnav__list > ul > li:first-child a:focus-visible svg path {
  fill: #005749;
}
.subnav__list > ul > li:has([aria-current=page]) .subnav__dropdown {
  grid-template-rows: 1fr;
}
.subnav__list > ul > li:has(.subnav__dropdown):not(:has([aria-current=page])) {
  padding-right: 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 1.25rem;
  position: relative;
}
.subnav__list > ul > li:has(.subnav__dropdown):not(:has([aria-current=page])) > a {
  flex: 0 1 calc(100% - 4rem);
}
.subnav__list > ul > li:has(.subnav__dropdown):not(:has([aria-current=page])) .subnav__dropdown-toggle {
  width: 2.75rem;
  height: 2.75rem;
  background-color: transparent;
  border: none;
  position: absolute;
  cursor: pointer;
  padding: 0;
  top: -0.4375rem;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul > li:has(.subnav__dropdown):not(:has([aria-current=page])) .subnav__dropdown-toggle {
    top: -0.4375rem;
  }
}
.subnav__list > ul > li:has(.subnav__dropdown):not(:has([aria-current=page])) .subnav__dropdown-toggle:hover:before, .subnav__list > ul > li:has(.subnav__dropdown):not(:has([aria-current=page])) .subnav__dropdown-toggle:hover:after, .subnav__list > ul > li:has(.subnav__dropdown):not(:has([aria-current=page])) .subnav__dropdown-toggle:focus-visible:before, .subnav__list > ul > li:has(.subnav__dropdown):not(:has([aria-current=page])) .subnav__dropdown-toggle:focus-visible:after {
  background-color: #1A8365;
}
.subnav__list > ul > li:has(.subnav__dropdown):not(:has([aria-current=page])) .subnav__dropdown-toggle[aria-expanded=true]:before {
  transform: translate(50%, -50%) rotate(90deg);
}
.subnav__list > ul > li:has(.subnav__dropdown):not(:has([aria-current=page])) .subnav__dropdown-toggle:before, .subnav__list > ul > li:has(.subnav__dropdown):not(:has([aria-current=page])) .subnav__dropdown-toggle:after {
  content: "";
  width: 0.25rem;
  height: 0.9375rem;
  background-color: #005749;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transform-origin: center;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.subnav__list > ul > li:has(.subnav__dropdown):not(:has([aria-current=page])) .subnav__dropdown-toggle:after {
  transform: translate(50%, -50%) rotate(90deg);
}
.subnav__list > ul > li .subnav__dropdown {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
.subnav__list > ul > li .subnav__dropdown[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.subnav__list > ul > li .subnav__dropdown > ul {
  overflow: hidden;
  padding-left: 1.875rem;
}
.subnav__list > ul > li .subnav__dropdown > ul > li {
  padding: 0.1875rem 0 0.625rem;
}
.subnav__list > ul > li .subnav__dropdown > ul > li:first-child {
  margin-top: 0.625rem;
}
.subnav__list > ul > li .subnav__dropdown > ul > li:last-child {
  padding-bottom: 0;
}
.subnav__list > ul > li .subnav__dropdown > ul > li > a {
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul:has(.subnav__top-label) > li:nth-child(2) > .subnav__dropdown-toggle {
    top: 0.5625rem;
  }
}

.subnav__toggle {
  background-color: #fff;
  height: 4.125rem;
  color: #005749;
  cursor: pointer;
  display: block;
  border: none;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  padding: 0 1.875rem;
  position: relative;
  text-align: left;
  transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out;
  width: 100%;
  border-radius: 0.5rem;
  border: solid 0.125rem #E5E2DA;
}
.subnav__toggle span {
  position: relative;
  top: -0.125rem;
}
@media screen and (min-width: 1200px) {
  .subnav__toggle {
    display: none;
  }
}
.subnav__toggle:before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 1.5625rem;
  width: 0.875rem;
  height: 1.125rem;
  border: none;
  background: url("/_resources/images/icons/arrow.svg");
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 0.2s transform ease-in-out, 0.2s top ease-in-out;
}
.subnav__toggle[aria-expanded=true]:before {
  transform: rotate(-90deg);
  top: 1.25rem;
}
@media screen and (max-width: 1199.9px) {
  .subnav__toggle[aria-expanded=true] {
    border-radius: 0.5rem 0.5rem 0 0;
    border-width: 0.125rem 0.125rem 0;
  }
}

@media screen and (min-width: 1200px) {
  .subnav__search .search__wrap button[type=submit] {
    display: block;
    width: 100%;
  }
}

.subnav__search .search__wrap .btn--reset {
  display: table;
  font-size: 1.125rem;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .subnav__search .search__wrap .btn--reset {
    margin-inline: auto;
  }
}

.subnav__search .search__wrap .form select {
  color: #005749;
}

.subnav__info {
  border-radius: 2.5rem 0;
  background-color: #EDEBE4;
  padding: 2.0625rem 1.875rem 2.5625rem;
}
@media screen and (min-width: 1200px) {
  .subnav__info {
    margin-top: 3.75rem;
  }
}

.subnav__info-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.subnav__info-title {
  line-height: 1;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1199.9px) {
  .subnav__search {
    position: fixed;
    inset: 0;
    width: 100dvw;
    height: auto;
    overflow-y: scroll;
    background-color: #F5F4F0;
    z-index: 9999;
    padding: 3.75rem 1.875rem;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s linear;
  }
  .subnav__search[aria-hidden=true] {
    visibility: hidden;
    pointer-events: none;
  }
  .subnav__search[aria-hidden=false] {
    transform: translateY(0);
    transition: transform 0.4s ease-in-out, visibility 0s linear;
  }
}

.subnav__search-close {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  background: none;
  border: none;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}
.subnav__search-close:before, .subnav__search-close:after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0.1875rem;
  background-color: #005749;
  transform-origin: center;
  top: 50%;
  left: 50%;
  border-radius: 0.1875rem;
}
.subnav__search-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.subnav__search-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 1200px) {
  .subnav__search-close {
    display: none;
  }
}

.subnav--jump {
  z-index: 99;
}
@media screen and (min-width: 1200px) {
  .program-detail .hero__outer.hero--with-subnav .subnav--jump {
    margin-top: -8.75rem;
    max-width: 16.25rem;
  }
}
.body--site-header-open .subnav--jump {
  z-index: 99;
}

.subnav--jump .subnav__toggle {
  background-color: #8ACDC0;
  border: none;
}

.subnav--jump .subnav__list {
  background-color: #8ACDC0;
  border: none;
  margin-top: -0.25rem;
}
@media screen and (min-width: 1200px) {
  .subnav--jump .subnav__list {
    border-radius: 2.5rem 0;
  }
}

@media screen and (min-width: 1200px) {
  .subnav--jump .subnav__list > ul > li:first-child {
    margin-left: 0;
  }
}
.subnav--jump .subnav__list > ul > li:first-child a svg {
  transform: rotate(0) translateX(-0.625rem);
}
.subnav--jump .subnav__list > ul > li:first-child a:hover svg, .subnav--jump .subnav__list > ul > li:first-child a:focus svg {
  transform: rotate(0) translateX(0rem);
}

.subnav--jump .subnav__list > ul > li {
  border-bottom: none;
  margin-bottom: 0;
}

.subnav--jump .subnav__wrap {
  padding-top: 0;
}
.subnav--jump .subnav__wrap:before {
  display: none;
}

.subnav--jump .subnav__wrap li {
  padding: 0 2.875rem 0 2rem;
}
.subnav--jump .subnav__wrap li:first-child {
  padding-top: 0;
}
@media screen and (min-width: 1200px) {
  .subnav--jump .subnav__wrap li:first-child {
    padding-top: 1rem;
  }
}
.subnav--jump .subnav__wrap li:first-child a {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.subnav--jump .subnav__wrap li:first-child a:before {
  display: none;
}
@media screen and (max-width: 1199.9px) {
  .subnav--jump .subnav__wrap li:first-child {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .subnav--jump .subnav__wrap li:nth-child(2) {
    padding-top: 0;
  }
}
.subnav--jump .subnav__wrap li:last-child {
  padding-bottom: 0.625rem;
}

.subnav--jump .subnav__wrap li + li {
  position: relative;
}
.subnav--jump .subnav__wrap li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  width: calc(100% - 4.875rem);
  height: 0.0625rem;
  background-color: #6DB1A3;
}

.subnav--jump .subnav__wrap a {
  text-decoration-color: transparent;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  padding-block: 1.25rem 1.375rem;
}
.subnav--jump .subnav__wrap a:hover, .subnav--jump .subnav__wrap a:focus-visible {
  color: currentColor;
}
.subnav--jump .subnav__wrap a:hover > span, .subnav--jump .subnav__wrap a:focus-visible > span {
  transform: translateX(1.875rem);
}
.subnav--jump .subnav__wrap a:hover > svg, .subnav--jump .subnav__wrap a:focus-visible > svg {
  transform: translateX(0);
  opacity: 1;
}
.subnav--jump .subnav__wrap a > span {
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.subnav--jump .subnav__wrap a > svg {
  opacity: 0;
  position: absolute;
  left: 0rem;
  top: 1.5625rem;
  transform: translateX(-0.625rem);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.subnav .form-item:has(button[type=submit]) {
  margin-top: 2rem;
}

.subnav__top-label {
  font-size: 1.375rem;
  line-height: 1.2;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  color: #005749;
  background: #8BCEC1;
  padding: 0.375rem 0.8125rem 0.75rem;
  width: calc(100% + 3.75rem);
  margin-inline: -0.8125rem 0;
}

body:has(.subnav--jump) a[id]:not([href]) {
  scroll-margin-top: 15rem;
}
@media screen and (min-width: 1200px) {
  body:has(.subnav--jump) a[id]:not([href]) {
    scroll-margin-top: 10.625rem;
  }
}

.tag {
  border: 2px solid #000;
  color: #000;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #fff;
  border-radius: 1.25rem;
  text-decoration: none;
  padding: 0.4375rem 1.125rem;
  transition: 0.3s border-color ease-in-out, 0.3s color ease-in-out, 0.3s background-color;
}
.tag:hover, .tag:focus-visible {
  border-color: #0030be;
  color: #fff;
  background-color: #0030be;
}

@media screen and (min-width: 768px) {
  .tag-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem 1.25rem;
  }
}
.tag-list ul li {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .tag-list ul li {
    margin-bottom: 0;
  }
}
.tag-list ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .multi-link-feature {
    display: flex;
    align-items: flex-start;
    gap: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .multi-link-feature.multi-link-feature--no-image {
    display: block;
  }
}

.multi-link-feature__media {
  margin-bottom: 1.0625rem;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 768px) {
  .multi-link-feature__media {
    flex: 1 1 0;
  }
}
@media screen and (min-width: 1024px) {
  .multi-link-feature__media {
    margin-bottom: 0;
    flex: 0 1 auto;
    width: 60%;
    aspect-ratio: 3/2;
  }
}

@media screen and (min-width: 1024px) {
  .multi-link-feature__content {
    flex: 0 1 auto;
    width: 60%;
  }
}
.multi-link-feature__content p {
  margin-top: 1.25rem;
}
.multi-link-feature__content ul {
  margin-top: 0.625rem;
}
.multi-link-feature--no-image .multi-link-feature__content {
  background-color: #fff;
  box-shadow: 0.5625rem 0.5625rem 1.25rem rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  padding: 1.5625rem 3.375rem 1.875rem;
}

@media screen and (min-width: 768px) {
  .multi-column-content {
    display: flex;
    margin-right: -2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .multi-column-content.multi-column-content-two-col {
    margin-right: -6.25rem;
  }
}

.multi-column-content__column {
  margin: 0 0 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .multi-column-content__column {
    flex: 1 1 0px;
    padding-right: 2.5rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .multi-column-content-two-col .multi-column-content__column {
    padding-right: 6.25rem;
  }
}
.multi-column-content__column .text-content {
  margin-bottom: 0;
}
.multi-column-content__column img {
  display: block;
  height: auto;
}

.multi-column-content.leaf--light {
  border-radius: 2.5rem 0;
  padding: 3rem 1.875rem 4.125rem;
  background: #EDEBE4;
}
@media screen and (min-width: 768px) {
  .multi-column-content.leaf--light {
    margin-right: 0;
  }
  .multi-column-content.leaf--light .multi-column-content__column:last-of-type {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .multi-column-content.leaf--light {
    padding: 3.875rem 3.75rem;
  }
}

.multi-column-content.leaf--dark {
  border-radius: 2.5rem 0;
  padding: 3rem 1.875rem 4.125rem;
  background-color: #005749;
  color: #fff;
}
.multi-column-content.leaf--dark .multi-column-content__column .text-content > h1, .multi-column-content.leaf--dark .multi-column-content__column .text-content > h2, .multi-column-content.leaf--dark .multi-column-content__column .text-content > h3, .multi-column-content.leaf--dark .multi-column-content__column .text-content > h4, .multi-column-content.leaf--dark .multi-column-content__column .text-content > h5, .multi-column-content.leaf--dark .multi-column-content__column .text-content > h6 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .multi-column-content.leaf--dark {
    margin-right: 0;
  }
  .multi-column-content.leaf--dark .multi-column-content__column:last-of-type {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .multi-column-content.leaf--dark {
    padding: 3.875rem 3.75rem;
  }
}

.link-block ul {
  margin-bottom: -1.75rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .link-block ul {
    column-count: 2;
    column-gap: 6.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .link-block ul {
    column-count: 3;
    column-gap: 3.75rem;
  }
}
.link-block ul li {
  margin-bottom: 1.75rem;
}
.link-block ul li > a {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  display: block;
  padding-right: 1.25rem;
}
.link-block ul li > a:hover span, .link-block ul li > a:focus-visible span {
  transform: translateX(0.375rem);
}
.link-block ul li > a:hover span:after, .link-block ul li > a:focus-visible span:after {
  transform: translate(0rem, 0.125rem);
  background-image: url(/_resources/images/icons/PNG-Pink-link-arrow.png);
}
.link-block ul li > a:hover svg, .link-block ul li > a:focus-visible svg {
  transform: translateX(0.625rem) translateY(0.1875rem);
}
.link-block ul li > a span {
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
.link-block ul li > a span:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1rem;
  background-image: url(/_resources/images/icons/PNG-Green-link-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translate(0.375rem, 0.125rem);
  margin-left: 0.125rem;
  transition: transform 0.3s ease-in-out;
}
.link-block ul li > a svg {
  margin-bottom: 0;
  margin-left: -0.625rem;
  transform: translateX(1rem) translateY(0.1875rem);
  transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 1200px) {
  main:has(.hero--with-subnav) .link-block ul {
    column-count: 2;
    column-gap: 6.25rem;
  }
}
@media screen and (min-width: 1440px) {
  main:has(.hero--with-subnav) .link-block ul {
    column-count: 3;
    column-gap: 3.75rem;
  }
}

.index-results {
  padding-bottom: 2.5rem;
  transition: opacity 0.3s ease-in-out;
}
.index-results + .index-results {
  border-top: solid 0.0625rem #BEB9A8;
  padding-top: 2.5rem;
}
.index-results[aria-hidden=true] {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .index-results__list {
    columns: 2;
  }
}
@media screen and (min-width: 1024px) {
  .index-results__list {
    columns: 3;
  }
}

.index-results__list li {
  margin-bottom: 1.5rem;
}

.paragraph-widget--search-filters + .paragraph-widget--search-results {
  margin-top: -2.5rem;
}
@media screen and (min-width: 1200px) {
  .paragraph-widget--search-filters + .paragraph-widget--search-results {
    margin-top: -3.75rem;
  }
}

.questionaire .form {
  max-width: 100%;
}

.questionaire__block {
  animation: addBlock 0.5s 0.15s ease-in forwards;
  transform: translateX(-10%);
  opacity: 0;
}

.questionaire__block p {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "myriad-pro", sans-serif;
}

.questionaire__block + .questionaire__block {
  margin-top: 4.75rem;
}

.questionaire__info + .questionaire__block {
  margin-top: 1.5rem;
}

.questionaire__block .form-item {
  column-count: 1;
  column-gap: 1.25rem;
  margin-bottom: -3rem;
}
@media screen and (min-width: 768px) {
  .questionaire__block .form-item {
    margin-bottom: -1.5rem;
    column-count: 2;
    break-inside: avoid;
    break-after: avoid;
  }
}

.questionaire .form-item:has(button[type=submit]) {
  animation: addBlock 0.3s 0.1s ease-in forwards;
  transform: translateX(-10%);
  opacity: 0;
  margin-top: 4.75rem;
}
.questionaire .form-item:has(button[type=submit]) p {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .cost-calculator .questionaire__block:first-child .form-item {
    margin-bottom: -3rem;
    column-count: 1;
  }
}

.transfer-wizard .questionaire__block:first-child .form-item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 667px) {
  .transfer-wizard .questionaire__block:first-child .form-item {
    flex-direction: row;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .transfer-wizard .questionaire__block:first-child .form-item {
    column-count: unset;
    gap: 4rem;
  }
}

.questionaire__block .modifier {
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.questionaire__block .form-item input[type=radio] + label {
  display: table;
  margin-bottom: 1.5rem;
}

.questionaire__info {
  margin-top: 3.75rem;
}
.questionaire__info *:not(h2, h3, h4, h5) {
  transition: opacity 0.2s ease-in-out;
}
.questionaire__info.fade-out *:not(h2, h3, h4, h5) {
  opacity: 0;
}

.remove-block {
  opacity: 1;
  transform: translateX(0);
  animation: removeBlock 0.5s 0.05s ease-in forwards;
}

@keyframes addBlock {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes removeBlock {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(10%);
  }
}
.paragraph-widget--text-html + .paragraph-widget--questionaire {
  margin-top: -0.5rem;
}
@media screen and (min-width: 991px) {
  .paragraph-widget--text-html + .paragraph-widget--questionaire {
    margin-top: -1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph-widget--text-html + .paragraph-widget--questionaire {
    margin-top: -3.25rem;
  }
}

.paragraph-widget--questionaire + .paragraph-widget--end-of-page-call-to-action {
  margin-top: 7.5rem;
}
@media screen and (min-width: 991px) {
  .paragraph-widget--questionaire + .paragraph-widget--end-of-page-call-to-action {
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph-widget--questionaire + .paragraph-widget--end-of-page-call-to-action {
    margin-top: 3.75rem;
  }
}

.results-table {
  background: #fff;
}

.results-table__total {
  color: #fff;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.25;
  padding: 0.75rem 1.5rem 1.25rem;
  background-color: #005749;
}
@media screen and (min-width: 1024px) {
  .results-table__total {
    font-size: 3.875rem;
    padding: 1.3125rem 2.5rem 1.75rem 4.3125rem;
  }
}

.results-table__column {
  padding: 1.5625rem 0 2rem;
  margin-inline: 1.5625rem;
}
@media screen and (min-width: 1024px) {
  .results-table__column {
    margin-inline: 3.5625rem 5.5rem;
    padding: 1.5625rem 0 2.875rem;
  }
}

.results-table__column + .results-table__column {
  border-top: solid 0.0625rem #F27968;
}

.results-table__breakdown {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.results-table__line-item, .results-table__price {
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: "obviously-narrow", sans-serif;
  font-weight: 500;
  color: #005749;
}
@media screen and (min-width: 1024px) {
  .results-table__line-item, .results-table__price {
    font-size: 2rem;
  }
}

.results-table__column.total .results-table__line-item {
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .results-table__column.total .results-table__line-item {
    font-size: 2.25rem;
  }
}

.results-table__notes p {
  color: #142624;
  margin: 0;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .results-table__notes p {
    font-size: 1.25rem;
  }
}

.results-table__cta {
  margin-inline: 1.875rem;
  padding-bottom: 2.3125rem;
}
@media screen and (min-width: 1024px) {
  .results-table__cta {
    margin-inline: 3.5625rem 5.5rem;
    padding-bottom: 5.3125rem;
  }
}
@media screen and (max-width: 666.9px) {
  .results-table__cta .btn--primary {
    width: 100%;
  }
}
.results-table__cta p {
  line-height: 1.2;
  color: #142624;
}
@media screen and (min-width: 1024px) {
  .results-table__cta p {
    margin-top: 2rem;
  }
}

.results-table + .results-info {
  margin-top: 2.5rem;
}

.results-info {
  padding: 2.5rem 2rem 3.75rem;
  background-color: #EDEBE4;
  border-radius: 0 2.5rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .results-info {
    padding: 4.0625rem 2.625rem 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .results-info {
    padding: 4.0625rem 5.5rem 4.375rem;
  }
}

.results-info__title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .results-info__title {
    margin-bottom: 1.5rem;
  }
}

.results-info p {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #142624;
}

.results-info__wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .results-info__wrap {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .results-info__column {
    flex: 0 1 50%;
  }
}

.results-info__column .primary-link {
  font-family: "myriad-pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.results-info__column .primary-link > svg {
  margin-bottom: -0.125rem;
}

.results-info__column p {
  margin-top: 0.5rem;
}

.privacy-consent {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.privacy-consent a {
  color: #000;
  text-decoration: underline;
  transition: 0.25s color ease-in-out;
}
.privacy-consent a:hover, .privacy-consent a:focus-visible {
  color: #0030be;
}
.privacy-consent[hidden], body:not(.js) .privacy-consent {
  display: none;
}

.privacy-consent__buttons {
  margin-top: 1.25rem;
}
.privacy-consent__buttons .button:not(:last-child) {
  margin-right: 0.625rem;
}


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