/*! 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_container input[type=checkbox],
.form_container input[type=radio],
.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;
}

.home-admission-cta__image, .home-events .lw_event_item_image, .home-news__featured-article-media, .home-degrees__student-image, .home-hero__main-content-media, .news-feature__image, .programs-career-outlook__quote__image, .people-list-item__image, .localist_ks_event_feed .lw_event_item_image,
.event-feed-item__media, .community-spotlight__media, .news-story-with-date__media, .news-list-item__media, .rankings-accreditations__image, .feature-small__media, .feature-large__media, .modal-on-load .modal__content-image, .video-embed__media-wrap, .full-width-image__image, .card__media, .hero-large-landing__media, .hero-landing__media, .hero-school__media, .hero-program__media, .hero__image .media--type-image, .featured-program__media, .image-gallery__image-wrap, .featured-quote__image,
.responsive-img {
  width: 100%;
}
.home-admission-cta__image iframe, .home-events .lw_event_item_image iframe, .home-news__featured-article-media iframe, .home-degrees__student-image iframe, .home-hero__main-content-media iframe, .news-feature__image iframe, .programs-career-outlook__quote__image iframe, .people-list-item__image iframe, .localist_ks_event_feed .lw_event_item_image iframe,
.event-feed-item__media iframe, .community-spotlight__media iframe, .news-story-with-date__media iframe, .news-list-item__media iframe, .rankings-accreditations__image iframe, .feature-small__media iframe, .feature-large__media iframe, .modal-on-load .modal__content-image iframe, .video-embed__media-wrap iframe, .full-width-image__image iframe, .card__media iframe, .hero-large-landing__media iframe, .hero-landing__media iframe, .hero-school__media iframe, .hero-program__media iframe, .hero__image .media--type-image iframe, .featured-program__media iframe, .image-gallery__image-wrap iframe, .featured-quote__image iframe,
.home-admission-cta__image img,
.home-events .lw_event_item_image img,
.home-news__featured-article-media img,
.home-degrees__student-image img,
.home-hero__main-content-media img,
.news-feature__image img,
.programs-career-outlook__quote__image img,
.people-list-item__image img,
.localist_ks_event_feed .lw_event_item_image img,
.event-feed-item__media img,
.community-spotlight__media img,
.news-story-with-date__media img,
.news-list-item__media img,
.rankings-accreditations__image img,
.feature-small__media img,
.feature-large__media img,
.modal-on-load .modal__content-image img,
.video-embed__media-wrap img,
.full-width-image__image img,
.card__media img,
.hero-large-landing__media img,
.hero-landing__media img,
.hero-school__media img,
.hero-program__media img,
.hero__image .media--type-image img,
.featured-program__media img,
.image-gallery__image-wrap img,
.featured-quote__image img,
.responsive-img iframe,
.responsive-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.programs-what-you-will-learn, .home-admission-cta, .home-events, .home-news, .home-life, .home-academic-cta, .home-degrees, .home-outcomes, .home-hero, .text-cta, .end-of-page-feature, .end-of-page-call-to-action, .programs-request-info-form__outer, .programs-related, .programs-career-outlook, .programs-find-out-more, .community-spotlight, .news-feed, .progress-bars, .full-width-image__image, .photo-stat-carousel__holder, .hero-large-landing__wrap, .hero-landing__media, .hero-landing__inner, .hero-school__media, .hero-school__inner, .hero-program__media, .hero-program__inner, .hero, .featured-program__wrap:after, .featured-program__wrap:before, .featured-program, .featured-quote.featured-quote--with-image,
.negate-outer-pad-x {
  margin-inline: -1.875rem;
}
@media screen and (min-width: 768px) {
  .programs-what-you-will-learn, .home-admission-cta, .home-events, .home-news, .home-life, .home-academic-cta, .home-degrees, .home-outcomes, .home-hero, .text-cta, .end-of-page-feature, .end-of-page-call-to-action, .programs-request-info-form__outer, .programs-related, .programs-career-outlook, .programs-find-out-more, .community-spotlight, .news-feed, .progress-bars, .full-width-image__image, .photo-stat-carousel__holder, .hero-large-landing__wrap, .hero-landing__media, .hero-landing__inner, .hero-school__media, .hero-school__inner, .hero-program__media, .hero-program__inner, .hero, .featured-program__wrap:after, .featured-program__wrap:before, .featured-program, .featured-quote.featured-quote--with-image,
  .negate-outer-pad-x {
    margin-inline: -3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .programs-what-you-will-learn, .home-admission-cta, .home-events, .home-news, .home-life, .home-academic-cta, .home-degrees, .home-outcomes, .home-hero, .text-cta, .end-of-page-feature, .end-of-page-call-to-action, .programs-request-info-form__outer, .programs-related, .programs-career-outlook, .programs-find-out-more, .community-spotlight, .news-feed, .progress-bars, .full-width-image__image, .photo-stat-carousel__holder, .hero-large-landing__wrap, .hero-landing__media, .hero-landing__inner, .hero-school__media, .hero-school__inner, .hero-program__media, .hero-program__inner, .hero, .featured-program__wrap:after, .featured-program__wrap:before, .featured-program, .featured-quote.featured-quote--with-image,
  .negate-outer-pad-x {
    margin-inline: -6.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .kitchen-sink .programs-what-you-will-learn, .kitchen-sink .home-admission-cta, .kitchen-sink .home-events, .kitchen-sink .home-news, .kitchen-sink .home-life, .kitchen-sink .home-academic-cta, .kitchen-sink .home-degrees, .kitchen-sink .home-outcomes, .kitchen-sink .home-hero, .kitchen-sink .text-cta, .kitchen-sink .end-of-page-feature, .kitchen-sink .end-of-page-call-to-action, .kitchen-sink .programs-request-info-form__outer, .kitchen-sink .programs-related, .kitchen-sink .programs-career-outlook, .kitchen-sink .programs-find-out-more, .kitchen-sink .community-spotlight, .kitchen-sink .news-feed, .kitchen-sink .progress-bars, .kitchen-sink .full-width-image__image, .kitchen-sink .photo-stat-carousel__holder, .kitchen-sink .hero-large-landing__wrap, .kitchen-sink .hero-landing__media, .kitchen-sink .hero-landing__inner, .kitchen-sink .hero-school__media, .kitchen-sink .hero-school__inner, .kitchen-sink .hero-program__media, .kitchen-sink .hero-program__inner, .kitchen-sink .hero, .kitchen-sink .featured-program__wrap:after, .kitchen-sink .featured-program__wrap:before, .kitchen-sink .featured-program, .kitchen-sink .featured-quote.featured-quote--with-image, .news-article .programs-what-you-will-learn, .news-article .home-admission-cta, .news-article .home-events, .news-article .home-news, .news-article .home-life, .news-article .home-academic-cta, .news-article .home-degrees, .news-article .home-outcomes, .news-article .home-hero, .news-article .text-cta, .news-article .end-of-page-feature, .news-article .end-of-page-call-to-action, .news-article .programs-request-info-form__outer, .news-article .programs-related, .news-article .programs-career-outlook, .news-article .programs-find-out-more, .news-article .community-spotlight, .news-article .news-feed, .news-article .progress-bars, .news-article .full-width-image__image, .news-article .photo-stat-carousel__holder, .news-article .hero-large-landing__wrap, .news-article .hero-landing__media, .news-article .hero-landing__inner, .news-article .hero-school__media, .news-article .hero-school__inner, .news-article .hero-program__media, .news-article .hero-program__inner, .news-article .hero, .news-article .featured-program__wrap:after, .news-article .featured-program__wrap:before, .news-article .featured-program, .news-article .featured-quote.featured-quote--with-image,
  .kitchen-sink .negate-outer-pad-x,
  .news-article .negate-outer-pad-x {
    margin-inline: -13.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .kitchen-sink:has(.subnav) .programs-what-you-will-learn, .kitchen-sink:has(.subnav) .home-admission-cta, .kitchen-sink:has(.subnav) .home-events, .kitchen-sink:has(.subnav) .home-news, .kitchen-sink:has(.subnav) .home-life, .kitchen-sink:has(.subnav) .home-academic-cta, .kitchen-sink:has(.subnav) .home-degrees, .kitchen-sink:has(.subnav) .home-outcomes, .kitchen-sink:has(.subnav) .home-hero, .kitchen-sink:has(.subnav) .text-cta, .kitchen-sink:has(.subnav) .end-of-page-feature, .kitchen-sink:has(.subnav) .end-of-page-call-to-action, .kitchen-sink:has(.subnav) .programs-request-info-form__outer, .kitchen-sink:has(.subnav) .programs-related, .kitchen-sink:has(.subnav) .programs-career-outlook, .kitchen-sink:has(.subnav) .programs-find-out-more, .kitchen-sink:has(.subnav) .community-spotlight, .kitchen-sink:has(.subnav) .news-feed, .kitchen-sink:has(.subnav) .progress-bars, .kitchen-sink:has(.subnav) .full-width-image__image, .kitchen-sink:has(.subnav) .photo-stat-carousel__holder, .kitchen-sink:has(.subnav) .hero-large-landing__wrap, .kitchen-sink:has(.subnav) .hero-landing__media, .kitchen-sink:has(.subnav) .hero-landing__inner, .kitchen-sink:has(.subnav) .hero-school__media, .kitchen-sink:has(.subnav) .hero-school__inner, .kitchen-sink:has(.subnav) .hero-program__media, .kitchen-sink:has(.subnav) .hero-program__inner, .kitchen-sink:has(.subnav) .hero, .kitchen-sink:has(.subnav) .featured-program__wrap:after, .kitchen-sink:has(.subnav) .featured-program__wrap:before, .kitchen-sink:has(.subnav) .featured-program, .kitchen-sink:has(.subnav) .featured-quote.featured-quote--with-image,
  .kitchen-sink:has(.subnav) .negate-outer-pad-x {
    margin-inline: -26.125rem -6.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .home .programs-what-you-will-learn, .home .home-admission-cta, .home .home-events, .home .home-news, .home .home-life, .home .home-academic-cta, .home .home-degrees, .home .home-outcomes, .home .home-hero, .home .text-cta, .home .end-of-page-feature, .home .end-of-page-call-to-action, .home .programs-request-info-form__outer, .home .programs-related, .home .programs-career-outlook, .home .programs-find-out-more, .home .community-spotlight, .home .news-feed, .home .progress-bars, .home .full-width-image__image, .home .photo-stat-carousel__holder, .home .hero-large-landing__wrap, .home .hero-landing__media, .home .hero-landing__inner, .home .hero-school__media, .home .hero-school__inner, .home .hero-program__media, .home .hero-program__inner, .home .hero, .home .featured-program__wrap:after, .home .featured-program__wrap:before, .home .featured-program, .home .featured-quote.featured-quote--with-image,
  .home .negate-outer-pad-x {
    margin-inline: -6.25rem;
  }
}

.caption,
.video-embed__caption,
.image-gallery__image-caption,
.alignleft figcaption,
.align-left figcaption,
.alignright figcaption,
.align-right figcaption,
.aligncenter figcaption,
.align-center figcaption,
.alignnone figcaption,
.align-none figcaption {
  font-family: "Figtree", sans-serif;
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
}

.news-feature__links li a, .media-contact__info span a, .tag-list__section-description a, .video-embed__section-description a, .full-width-image__section-description a, .table__section-description a, .carousel__section-description a, .card_set__section-description a, .card__content a, p a, .text-content a,
.inline-text-link {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #c8102e;
  font-weight: 600;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.25rem;
  transition: 0.3s text-decoration-color ease-in-out;
}
.news-feature__links li a:hover, .media-contact__info span a:hover, .tag-list__section-description a:hover, .video-embed__section-description 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__content a:hover, p a:hover, .text-content a:hover, .news-feature__links li a:focus, .media-contact__info span a:focus, .tag-list__section-description a:focus, .video-embed__section-description a:focus, .full-width-image__section-description a:focus, .table__section-description a:focus, .carousel__section-description a:focus, .card_set__section-description a:focus, .card__content a:focus, p a:focus, .text-content a:focus,
.inline-text-link:hover,
.inline-text-link:focus {
  text-decoration-color: transparent;
}

.programs-what-you-will-learn, .home-events, .home-news, .home-life, .home-degrees, .home-outcomes, .text-cta, .end-of-page-feature, .end-of-page-call-to-action, .programs-request-info-form__outer, .programs-career-outlook, .programs-find-out-more, .community-spotlight, .news-feed, .progress-bars, .paragraph-widget--photo-stat-carousel .photo-stat-carousel__holder, .featured-program__wrap, .featured-quote.featured-quote--with-image, .main-site-header__search-link-wrap {
  margin-top: 4.6875rem;
  position: relative;
}
.programs-what-you-will-learn:before, .home-events:before, .home-news:before, .home-life:before, .home-degrees:before, .home-outcomes:before, .text-cta:before, .end-of-page-feature:before, .end-of-page-call-to-action:before, .programs-request-info-form__outer:before, .programs-career-outlook:before, .programs-find-out-more:before, .community-spotlight:before, .news-feed:before, .progress-bars:before, .paragraph-widget--photo-stat-carousel .photo-stat-carousel__holder:before, .featured-program__wrap:before, .featured-quote.featured-quote--with-image:before, .main-site-header__search-link-wrap:before {
  content: "";
  opacity: 0.25;
  height: 0.125rem;
  position: absolute;
  inset: -0.125rem 0 auto 0;
  box-shadow: 0 -0.5625rem 0 #c8c8c8, 0 -1.25rem 0 #c8c8c8, 0 -1.9375rem 0 #c8c8c8, 0 -2.625rem 0 #c8c8c8;
}

.programs-what-you-will-learn, .home-events, .home-news, .home-life, .home-degrees, .home-outcomes, .text-cta, .end-of-page-call-to-action, .programs-request-info-form__outer, .programs-career-outlook, .programs-find-out-more, .community-spotlight, .news-feed, .progress-bars, .paragraph-widget--photo-stat-carousel .photo-stat-carousel__holder, .featured-program__wrap:after, .featured-quote.featured-quote--with-image, .main-site-header__search-link-wrap, .main-site-header__mega-menu-main-nav-subnav {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(248, 248, 248) 100%);
}

.end-of-page-feature {
  background: linear-gradient(0deg, #f1f1f1 0%, #f5f6f6 100%);
}

.home-admission-cta__ranking-flag, .home-events .lw_event_item_types, .home-news__featured-article-flag, .home-degrees__pathway-flag, .home-outcomes__rankings-flag, .home-outcomes__media-flag, .news-feature__subhead, .form-filters__form-item-heading, .programs-career-outlook__callout-label, .programs-degree-pairings__title, .news-list-item--featured .news-list-item__subhead, .statistics__subhead, .featured-program__label, .insight-feature__subhead, .main-site-header__mega-menu-for-stags-links-nav-label,
.main-site-header__mega-menu-quick-links-nav-label {
  background-color: #c8102e;
  font-size: 1.1875rem;
  line-height: 1.22;
  letter-spacing: 0.11875rem;
  position: absolute;
  color: #fff;
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  font-weight: 700;
  transform: translateY(-50%);
}
.home-admission-cta__ranking-flag:after, .home-events .lw_event_item_types:after, .home-news__featured-article-flag:after, .home-degrees__pathway-flag:after, .home-outcomes__rankings-flag:after, .home-outcomes__media-flag:after, .news-feature__subhead:after, .form-filters__form-item-heading:after, .programs-career-outlook__callout-label:after, .programs-degree-pairings__title:after, .news-list-item--featured .news-list-item__subhead:after, .statistics__subhead:after, .featured-program__label:after, .insight-feature__subhead:after, .main-site-header__mega-menu-for-stags-links-nav-label:after,
.main-site-header__mega-menu-quick-links-nav-label:after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.6875rem 0.4375rem 0 0;
  border-color: #c8102e transparent transparent transparent;
  transform: translateX(100%);
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
  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 {
  background-color: #fff;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 201;
}
.skip-link:focus {
  opacity: 1;
  pointer-events: initial;
}

.paragraph-widget {
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 991px) {
  .paragraph-widget {
    margin-bottom: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph-widget {
    margin-bottom: 6.25rem;
  }
}
.paragraph-widget.paragraph-widget--text-html {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 991px) {
  .paragraph-widget.paragraph-widget--text-html {
    margin-bottom: 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 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-inline: -1.875rem;
  margin-top: 2.8125rem;
  position: relative;
  max-width: none;
}
@media screen and (min-width: 1200px) {
  .aligncenter,
  .align-center {
    margin: 3.75rem auto;
    clear: both;
  }
}
.aligncenter figcaption,
.align-center figcaption {
  text-align: left;
  position: relative;
  padding-inline: 1.875rem;
}
@media screen and (min-width: 1200px) {
  .aligncenter figcaption,
  .align-center figcaption {
    padding-inline: 0 6.5rem;
  }
}

.alignleft,
.align-left,
.alignright,
.align-right {
  float: none;
}
@media screen and (min-width: 768px) {
  .alignleft,
  .align-left,
  .alignright,
  .align-right {
    margin-bottom: 1.25rem;
  }
}

.alignleft,
.align-left {
  margin-right: 4.125rem;
}
@media screen and (min-width: 768px) {
  .alignleft,
  .align-left {
    margin-right: 2rem;
    float: left;
    max-width: 30%;
  }
}
@media screen and (min-width: 768px) {
  body:has(.subnav) .alignleft,
  body:has(.subnav) .align-left {
    max-width: 33%;
  }
}

@media screen and (min-width: 768px) {
  .alignright,
  .align-right {
    margin-left: 2rem;
    float: right;
    max-width: 40%;
  }
}
@media screen and (min-width: 768px) {
  body:has(.subnav) .alignright,
  body:has(.subnav) .align-right {
    max-width: 45%;
  }
}

/* Base
========================================================================== */
body {
  font-family: "Figtree", sans-serif;
  line-height: 1.61;
  color: #000;
}

p {
  margin: 1rem 0;
  font-size: 1.125rem;
  line-height: 1.61;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p.intro-text {
  font-size: 1.5rem;
  line-height: 1.42;
}
@media screen and (min-width: 768px) {
  p.intro-text {
    margin-bottom: 5.625rem;
  }
}
.news-article p.intro-text {
  margin-bottom: 2.5rem;
}
p strong {
  font-weight: 600;
}

strong {
  font-weight: 600;
}

.text-content ul,
.text-content ol {
  margin: 1rem 0;
  padding: 0 1.5rem;
}
.text-content ul li,
.text-content ol li {
  font-size: 1.125rem;
  line-height: 1.61;
  margin: 0.25rem 0;
}
.text-content ul li:first-child,
.text-content ol li:first-child {
  margin-top: 0;
}
.text-content ul li:last-child,
.text-content ol li:last-child {
  margin-bottom: 0;
}
.text-content ul ul,
.text-content ul ol,
.text-content ol ul,
.text-content ol ol {
  margin: 0.25rem 0;
}
.text-content > ul:first-child,
.text-content > ol:first-child {
  margin-top: 0;
}
.text-content > ul:first-child ul:first-child,
.text-content > ul:first-child ol:first-child,
.text-content > ul:first-child li:first-child,
.text-content > ol:first-child ul:first-child,
.text-content > ol:first-child ol:first-child,
.text-content > ol:first-child li:first-child {
  margin-top: 0;
}
.text-content > ul:last-child,
.text-content > ol:last-child {
  margin-bottom: 0;
}
.text-content > ul:last-child ul:last-child,
.text-content > ul:last-child ol:last-child,
.text-content > ul:last-child li:last-child,
.text-content > ol:last-child ul:last-child,
.text-content > ol:last-child ol:last-child,
.text-content > ol:last-child li:last-child {
  margin-bottom: 0;
}

.text-content ul {
  list-style-type: initial;
}
.text-content ul li {
  list-style-type: none;
  position: relative;
}
.text-content ul li:before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #000;
  display: block;
  position: absolute;
  left: -1.25rem;
  top: 0.6875rem;
}
.text-content ul li ul li:before {
  height: 0.125rem;
  width: 0.4375rem;
  top: 0.8125rem;
}

.text-content ol {
  list-style-type: none;
  counter-reset: parent-counter;
}
.text-content ol li {
  counter-increment: parent-counter;
  position: relative;
}
.text-content ol li ol {
  list-style-type: none;
}
.text-content ol li ol li {
  counter-increment: nested-counter;
}
.text-content ol li ul {
  list-style-type: square;
}
.text-content ol li ul li {
  position: relative;
}
.text-content ol li ul li:before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #000;
  display: block;
  position: absolute;
  left: -1.25rem;
  top: 0.6875rem;
}
.text-content ol:not([style*=list-style-type]) li:before {
  content: counter(parent-counter) " ";
  position: absolute;
  right: calc(100% + 0.4375rem);
  top: -0.15625rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.text-content ol:not([style*=list-style-type]) ol li:before {
  content: counter(nested-counter, lower-alpha) " ";
  font-weight: 600;
  font-size: 1rem;
  top: 0.0625rem;
}

.text-content blockquote {
  margin: 0 0 2.3125rem;
  padding-bottom: 2.0625rem;
  font-size: 1.25rem;
  font-family: "Figtree", sans-serif;
  line-height: 1.7;
  font-style: italic;
  position: relative;
  border-bottom: 0.125rem solid #f5f6f6;
}
@media screen and (min-width: 768px) {
  .text-content blockquote {
    float: right;
    max-width: 40%;
    font-size: 1.125rem;
    line-height: 1.67;
    padding-bottom: 1.875rem;
    margin-left: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  body:has(.subnav) .text-content blockquote {
    max-width: 32%;
  }
}
.text-content blockquote:before {
  content: "";
  display: block;
  margin-block: 0.625rem 1.125rem;
  width: 4.25rem;
  height: 3.625rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67.842' height='57.776'%3E%3Cpath fill='%23c8102e' d='M31.298 5.756q-10.139 7.462-14.437 14.178a26.929 26.929 0 0 0-4.3 14.817 12.679 12.679 0 0 1 6.612-1.706 10.988 10.988 0 0 1 8.265 3.3 11.616 11.616 0 0 1 3.202 8.426 11.969 11.969 0 0 1-4.078 9.381q-4.078 3.624-10.91 3.624Q0 57.776 0 37.736a35.632 35.632 0 0 1 1.322-9.914 31.345 31.345 0 0 1 4.3-8.954 51.162 51.162 0 0 1 8.045-8.954A139.138 139.138 0 0 1 26.228 0Z' data-name='Path 2009'/%3E%3Cpath fill='%23c8102e' d='M67.842 5.756q-10.139 7.462-14.437 14.178a26.929 26.929 0 0 0-4.3 14.817 12.679 12.679 0 0 1 6.612-1.706 10.988 10.988 0 0 1 8.265 3.3 11.616 11.616 0 0 1 3.202 8.426 11.969 11.969 0 0 1-4.078 9.381q-4.078 3.624-10.91 3.624-15.652 0-15.652-20.04a35.632 35.632 0 0 1 1.322-9.914 31.345 31.345 0 0 1 4.3-8.954 51.162 51.162 0 0 1 8.045-8.954A139.138 139.138 0 0 1 62.772 0Z' data-name='Path 2010'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 4.25rem 3.625rem;
}
.text-content blockquote p {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-synthesis: inherit;
}

/* Headings
  ========================================================================== */
h1,
.h1,
.hero__title,
h2,
.h2,
h3,
.h3,
.programs-find-out-more__label,
.form_container legend,
.form legend,
h4,
.h4,
.program-start-dates__title,
.programs-related__label,
.programs-accelerated-masters__title,
.programs-find-out-more__column-label,
.programs-degree-pairings__col-heading,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
}
h1:first-child,
.h1:first-child,
.hero__title:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
.programs-find-out-more__label:first-child,
.form_container legend:first-child,
.form legend:first-child,
h4:first-child,
.h4:first-child,
.program-start-dates__title:first-child,
.programs-related__label:first-child,
.programs-accelerated-masters__title:first-child,
.programs-find-out-more__column-label:first-child,
.programs-degree-pairings__col-heading:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
h1:last-child,
.h1:last-child,
.hero__title:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
.programs-find-out-more__label:last-child,
.form_container legend:last-child,
.form legend:last-child,
h4:last-child,
.h4:last-child,
.program-start-dates__title:last-child,
.programs-related__label:last-child,
.programs-accelerated-masters__title:last-child,
.programs-find-out-more__column-label:last-child,
.programs-degree-pairings__col-heading:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}

h1,
.h1,
.hero__title {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 4.14vw, 3.75rem);
  font-weight: 400;
  letter-spacing: 0;
  margin: 3rem 0 1rem;
  line-height: 1.25;
  letter-spacing: -0.125rem;
}
@media screen and (min-width: 1024px) {
  h1,
  .h1,
  .hero__title {
    letter-spacing: -0.1875rem;
  }
}

h2,
.h2 {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 2.125rem;
  font-size: clamp(1.875rem, 3.09vw, 2.8125rem);
  font-weight: 400;
  margin: 3.75rem 0 1rem;
  line-height: 1.29;
  letter-spacing: -0.0625rem;
}
h2 strong,
.h2 strong {
  color: #c8102e;
  font-weight: 400;
}

h3,
.h3,
.programs-find-out-more__label,
.form_container legend,
.form legend {
  color: #000;
  font-family: "Figtree", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0;
  margin: 2.1875rem 0 1rem;
}

h4,
.h4,
.program-start-dates__title,
.programs-related__label,
.programs-accelerated-masters__title,
.programs-find-out-more__column-label,
.programs-degree-pairings__col-heading {
  color: #c8102e;
  font-family: "Figtree", sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.11875rem;
  line-height: 1.26;
  margin: 1.5625rem 0 1rem;
  text-transform: uppercase;
}

h5,
.h5 {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 3rem 0 1rem;
}

h6,
.h6 {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 3rem 0 1rem;
}

main {
  padding-top: 4.625rem;
  background-color: #fff;
  position: relative;
  isolation: isolate;
}
body:has(.alert-bar:not[disabled]) main {
  padding-top: 9.375rem;
  transition: 0.3s padding-top ease-in-out;
}
main:before {
  content: "";
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(200, 200, 200, 0.25) 100%);
  position: absolute;
  inset: 4.6875rem 0 auto 0;
  height: 23.6875rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  main:before {
    height: 18.3125rem;
  }
}
.program main:before {
  height: 3.75rem;
}

.max-bound {
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
}

.off-canvas {
  overflow-x: hidden;
}

.outer-pad,
.programs-what-you-will-learn,
.home-events,
.home-news,
.home-life,
.home-academic-cta,
.home-degrees,
.home-outcomes,
.end-of-page-feature,
.end-of-page-call-to-action,
.programs-request-info-form,
.programs-request-info-form__outer,
.programs-related,
.programs-career-outlook,
.programs-find-out-more,
.community-spotlight,
.news-feed,
.progress-bars,
.hero-landing__inner,
.hero-school__inner,
.hero-program__inner,
.hero,
.featured-program,
.featured-quote.featured-quote--with-image {
  padding-inline: 1.875rem;
}
@media screen and (min-width: 768px) {
  .outer-pad,
  .programs-what-you-will-learn,
  .home-events,
  .home-news,
  .home-life,
  .home-academic-cta,
  .home-degrees,
  .home-outcomes,
  .end-of-page-feature,
  .end-of-page-call-to-action,
  .programs-request-info-form,
  .programs-request-info-form__outer,
  .programs-related,
  .programs-career-outlook,
  .programs-find-out-more,
  .community-spotlight,
  .news-feed,
  .progress-bars,
  .hero-landing__inner,
  .hero-school__inner,
  .hero-program__inner,
  .hero,
  .featured-program,
  .featured-quote.featured-quote--with-image {
    padding-inline: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .outer-pad,
  .programs-what-you-will-learn,
  .home-events,
  .home-news,
  .home-life,
  .home-academic-cta,
  .home-degrees,
  .home-outcomes,
  .end-of-page-feature,
  .end-of-page-call-to-action,
  .programs-request-info-form,
  .programs-request-info-form__outer,
  .programs-related,
  .programs-career-outlook,
  .programs-find-out-more,
  .community-spotlight,
  .news-feed,
  .progress-bars,
  .hero-landing__inner,
  .hero-school__inner,
  .hero-program__inner,
  .hero,
  .featured-program,
  .featured-quote.featured-quote--with-image {
    padding-inline: 6.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .kitchen-sink .outer-pad, .news-article .outer-pad, .news-listing .outer-pad,
  .kitchen-sink .programs-what-you-will-learn,
  .kitchen-sink .home-events,
  .kitchen-sink .home-news,
  .kitchen-sink .home-life,
  .kitchen-sink .home-academic-cta,
  .kitchen-sink .home-degrees,
  .kitchen-sink .home-outcomes,
  .kitchen-sink .end-of-page-feature,
  .kitchen-sink .end-of-page-call-to-action,
  .kitchen-sink .programs-request-info-form,
  .kitchen-sink .programs-request-info-form__outer,
  .kitchen-sink .programs-related,
  .kitchen-sink .programs-career-outlook,
  .kitchen-sink .programs-find-out-more,
  .kitchen-sink .community-spotlight,
  .kitchen-sink .news-feed,
  .kitchen-sink .progress-bars,
  .kitchen-sink .hero-landing__inner,
  .kitchen-sink .hero-school__inner,
  .kitchen-sink .hero-program__inner,
  .kitchen-sink .hero,
  .kitchen-sink .featured-program,
  .kitchen-sink .featured-quote.featured-quote--with-image,
  .news-article .programs-what-you-will-learn,
  .news-article .home-events,
  .news-article .home-news,
  .news-article .home-life,
  .news-article .home-academic-cta,
  .news-article .home-degrees,
  .news-article .home-outcomes,
  .news-article .end-of-page-feature,
  .news-article .end-of-page-call-to-action,
  .news-article .programs-request-info-form,
  .news-article .programs-request-info-form__outer,
  .news-article .programs-related,
  .news-article .programs-career-outlook,
  .news-article .programs-find-out-more,
  .news-article .community-spotlight,
  .news-article .news-feed,
  .news-article .progress-bars,
  .news-article .hero-landing__inner,
  .news-article .hero-school__inner,
  .news-article .hero-program__inner,
  .news-article .hero,
  .news-article .featured-program,
  .news-article .featured-quote.featured-quote--with-image,
  .news-listing .programs-what-you-will-learn,
  .news-listing .home-events,
  .news-listing .home-news,
  .news-listing .home-life,
  .news-listing .home-academic-cta,
  .news-listing .home-degrees,
  .news-listing .home-outcomes,
  .news-listing .end-of-page-feature,
  .news-listing .end-of-page-call-to-action,
  .news-listing .programs-request-info-form,
  .news-listing .programs-request-info-form__outer,
  .news-listing .programs-related,
  .news-listing .programs-career-outlook,
  .news-listing .programs-find-out-more,
  .news-listing .community-spotlight,
  .news-listing .news-feed,
  .news-listing .progress-bars,
  .news-listing .hero-landing__inner,
  .news-listing .hero-school__inner,
  .news-listing .hero-program__inner,
  .news-listing .hero,
  .news-listing .featured-program,
  .news-listing .featured-quote.featured-quote--with-image {
    padding-inline: 13.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .kitchen-sink:has(.subnav) .outer-pad, .news-article:has(.subnav) .outer-pad,
  .kitchen-sink:has(.subnav) .programs-what-you-will-learn,
  .kitchen-sink:has(.subnav) .home-events,
  .kitchen-sink:has(.subnav) .home-news,
  .kitchen-sink:has(.subnav) .home-life,
  .kitchen-sink:has(.subnav) .home-academic-cta,
  .kitchen-sink:has(.subnav) .home-degrees,
  .kitchen-sink:has(.subnav) .home-outcomes,
  .kitchen-sink:has(.subnav) .end-of-page-feature,
  .kitchen-sink:has(.subnav) .end-of-page-call-to-action,
  .kitchen-sink:has(.subnav) .programs-request-info-form,
  .kitchen-sink:has(.subnav) .programs-request-info-form__outer,
  .kitchen-sink:has(.subnav) .programs-related,
  .kitchen-sink:has(.subnav) .programs-career-outlook,
  .kitchen-sink:has(.subnav) .programs-find-out-more,
  .kitchen-sink:has(.subnav) .community-spotlight,
  .kitchen-sink:has(.subnav) .news-feed,
  .kitchen-sink:has(.subnav) .progress-bars,
  .kitchen-sink:has(.subnav) .hero-landing__inner,
  .kitchen-sink:has(.subnav) .hero-school__inner,
  .kitchen-sink:has(.subnav) .hero-program__inner,
  .kitchen-sink:has(.subnav) .hero,
  .kitchen-sink:has(.subnav) .featured-program,
  .kitchen-sink:has(.subnav) .featured-quote.featured-quote--with-image,
  .news-article:has(.subnav) .programs-what-you-will-learn,
  .news-article:has(.subnav) .home-events,
  .news-article:has(.subnav) .home-news,
  .news-article:has(.subnav) .home-life,
  .news-article:has(.subnav) .home-academic-cta,
  .news-article:has(.subnav) .home-degrees,
  .news-article:has(.subnav) .home-outcomes,
  .news-article:has(.subnav) .end-of-page-feature,
  .news-article:has(.subnav) .end-of-page-call-to-action,
  .news-article:has(.subnav) .programs-request-info-form,
  .news-article:has(.subnav) .programs-request-info-form__outer,
  .news-article:has(.subnav) .programs-related,
  .news-article:has(.subnav) .programs-career-outlook,
  .news-article:has(.subnav) .programs-find-out-more,
  .news-article:has(.subnav) .community-spotlight,
  .news-article:has(.subnav) .news-feed,
  .news-article:has(.subnav) .progress-bars,
  .news-article:has(.subnav) .hero-landing__inner,
  .news-article:has(.subnav) .hero-school__inner,
  .news-article:has(.subnav) .hero-program__inner,
  .news-article:has(.subnav) .hero,
  .news-article:has(.subnav) .featured-program,
  .news-article:has(.subnav) .featured-quote.featured-quote--with-image {
    padding-inline: 26.125rem 6.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .home .outer-pad,
  .home .programs-what-you-will-learn,
  .home .home-events,
  .home .home-news,
  .home .home-life,
  .home .home-academic-cta,
  .home .home-degrees,
  .home .home-outcomes,
  .home .end-of-page-feature,
  .home .end-of-page-call-to-action,
  .home .programs-request-info-form,
  .home .programs-request-info-form__outer,
  .home .programs-related,
  .home .programs-career-outlook,
  .home .programs-find-out-more,
  .home .community-spotlight,
  .home .news-feed,
  .home .progress-bars,
  .home .hero-landing__inner,
  .home .hero-school__inner,
  .home .hero-program__inner,
  .home .hero,
  .home .featured-program,
  .home .featured-quote.featured-quote--with-image {
    padding-inline: 6.25rem;
  }
}

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 > * {
  pointer-events: initial;
}

.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.15625rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-site-header__logo {
    top: 0;
  }
}
.main-site-header__logo .main-site-header__logo-svg--horizontal {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .main-site-header__logo .main-site-header__logo-svg--horizontal {
    display: block;
    visibility: visible;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__logo .main-site-header__logo-svg--stacked {
    display: none;
    visibility: hidden;
  }
}

.main-site-header__search-hamburger-wrap {
  background-color: #c8102e;
  display: flex;
  align-items: center;
  padding-inline: 1.8125rem 1.25rem;
  gap: 0.625rem;
  justify-content: center;
  position: relative;
  clip-path: polygon(13% 0%, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 1024px) {
  .main-site-header__search-hamburger-wrap {
    padding-inline: 3.0625rem 3rem;
    clip-path: polygon(9% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
.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 #c8102e 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;
  width: 1.5rem;
  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__top {
  display: flex;
  align-items: stretch;
  height: 4.6875rem;
  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;
  background-color: #fff;
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  .main-site-header__top {
    padding-inline: 2.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: 1024px) {
  .main-site-header__mega-menu {
    background-color: transparent;
    inset: 0;
    margin-left: 10.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-site-header__mega-menu {
    margin-left: 20.25rem;
  }
}
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.transitioning {
  transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
}

.main-site-header__mega-menu-inner {
  background-color: #fff;
  height: 100%;
  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: #c8102e;
}

.main-site-header__mega-menu--close {
  position: absolute;
  inset: 0.625rem 1.25rem auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  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: 1rem 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 #c8102e;
  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;
}
@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 #c8102e;
  }
}
.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 (min-width: 1024px) {
  .main-site-header__mega-menu-max-bound {
    margin: 0;
  }
}

.main-site-header__mega-menu-main-nav {
  grid-area: main-nav;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-main-nav {
    position: relative;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.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:focus-visible .main-site-header__mega-menu-toggle-hamburger--line:last-child, .main-site-header__mega-menu-open:hover .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:last-child {
  width: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-open:focus-visible .main-site-header__mega-menu-toggle-hamburger--line:first-child, .main-site-header__mega-menu-open:focus-visible .main-site-header__mega-menu-toggle-hamburger--line:last-child, .main-site-header__mega-menu-open:hover .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:last-child {
    width: 1.54625rem;
  }
}
.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: 0.8125rem;
}
@media screen and (min-width: 1024px) {
  .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: 0.875rem;
  }
}

.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.3125rem;
  margin-inline: auto;
  display: block;
  width: 1.525rem;
  position: relative;
  transition: 0.3s width ease-in-out;
  top: 0.0625rem;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-toggle-hamburger--line {
    width: 1.875rem;
    border-bottom-width: 0.25rem;
    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: 8.625rem 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: 5.1875rem 1.875rem 0;
}
@media screen and (min-width: 768px) {
  #site-header-mega-menu .main-site-header__mega-menu-main {
    padding: 5rem 3.125rem 0;
  }
}
@media screen and (min-width: 1024px) {
  #site-header-mega-menu .main-site-header__mega-menu-main {
    padding: 5.625rem 5.625rem 0 23.75rem;
    height: 100%;
  }
}

.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-accordion__trigger {
  background: transparent;
  letter-spacing: -0.0375rem;
  font-size: 1.875rem;
  line-height: 1.13;
  text-decoration: none;
  color: #000;
  font-family: "Libre Baskerville", serif;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s opacity ease-in-out, 0.3s color ease-in-out;
  padding: 1.5625rem 0 1.5625rem 1.9375rem;
  position: relative;
  border: none;
  border-bottom: 0.125rem solid #f1f1f1;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-accordion__trigger {
    line-height: 1.33;
    padding: 1.4375rem 0 1.375rem 1.9375rem;
  }
}
.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, .main-site-header__mega-menu-accordion__trigger:focus-visible, .main-site-header__mega-menu-accordion__trigger:focus, .main-site-header__mega-menu-accordion__trigger:active {
  color: #c8102e;
  background-color: transparent;
}
.main-site-header__mega-menu-accordion__trigger[aria-expanded=true]:before {
  opacity: 0;
}
.main-site-header__mega-menu-accordion__trigger:before, .main-site-header__mega-menu-accordion__trigger:after {
  content: "";
  width: 0.1875rem;
  height: 1.3125rem;
  border-right: 0.1875rem solid #c8102e;
  position: absolute;
  left: 0.5625rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s opacity ease-in-out, 0.3s border-color ease-in-out;
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-accordion__trigger:before, .main-site-header__mega-menu-accordion__trigger:after {
    border-width: 0.25rem;
  }
}
.main-site-header__mega-menu-accordion__trigger:after {
  transform: translateY(-50%) rotate(90deg);
}

.main-site-header__mega-menu-main-nav-subnav {
  overflow: hidden;
  transition: 0.3s height ease-in-out, 0.3s visibility ease-in-out, 0.3s opacity ease-in-out;
  visibility: hidden;
  position: relative;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-main-nav-subnav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.875rem;
    padding-inline: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-main-nav-subnav {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .main-site-header__mega-menu-main-nav-subnav {
    display: grid;
  }
}
.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-link {
  color: #000;
  font-family: "Figtree", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.37;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s color ease-in-out;
  margin-bottom: 1.34375rem;
  padding-left: 1.875rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-link {
    padding-left: 0;
  }
}
.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, .main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-link:hover {
  color: #c8102e;
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link-wrap {
  display: flex;
  padding: 1.125rem 2.1875rem;
  margin-bottom: 1.25rem;
  background-color: #f1f1f1;
}
@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;
  }
}
.main-site-header__mega-menu-main-nav-subnav .main-site-header__mega-menu-main-nav-subnav-overview-link {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 1.375rem;
  line-height: 1.23;
}
@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__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;
    transform: translateX(-4.875rem);
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__desktop-links ul {
    gap: 4.375rem;
  }
}
.main-site-header__desktop-links ul li {
  padding: 0;
}
.main-site-header__desktop-links ul li a {
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-size: 1.1875rem;
  line-height: 1.21;
  transition: 0.3s color ease-in-out;
}
.main-site-header__desktop-links ul li a:focus-visible, .main-site-header__desktop-links ul li a:hover {
  color: #c8102e;
}
.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: "Figtree", 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-form {
  width: 100%;
  position: relative;
  margin-bottom: 7.8125rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__search-form {
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 0.6875rem;
    align-items: start;
    margin-block: 3.625rem 9.9375rem;
  }
}
.main-site-header__search-form label {
  display: block;
  font-size: 1rem;
  font-family: "Figtree", 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: #ededed;
  font-size: 1.125rem;
  font-family: "Figtree", sans-serif;
  line-height: 1.44;
  padding: 1.125rem;
  border-radius: 0;
  border: none;
  display: block;
  width: 100%;
  height: 3.125rem;
  color: #000;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__search-form input[type=search] {
    padding: 1rem 1.625rem;
    height: 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: 100%;
}
@media screen and (min-width: 768px) {
  .main-site-header__search-form button[type=submit] {
    padding-block: 0.6875rem;
  }
}

.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: #c8102e;
  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: "Figtree", 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: "Figtree", 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: 2.1875rem;
}
@media only screen and (min-width: 430px) {
  .main-site-header__mega-menu-utility-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9375rem 1.875rem;
  }
}
.main-site-header__mega-menu-utility-nav li {
  margin-bottom: 2.3125rem;
}
@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-link.button {
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-utility-nav-link.button {
    display: block;
  }
}

.main-site-header__mega-menu-for-stags-quick-links-wrap {
  background-color: #c8102e;
  margin-inline: -1.875rem;
  padding: 2.5rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-for-stags-quick-links-wrap {
    padding-inline: 3.125rem;
    margin-inline: -3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-for-stags-quick-links-wrap {
    position: absolute;
    inset: 0 auto 0 0;
    margin-inline: 0;
    width: 18.5rem;
    padding-top: 4.5625rem;
  }
}

.main-site-header__mega-menu-for-stags-links-nav ul,
.main-site-header__mega-menu-quick-links-nav ul {
  column-count: 2;
  column-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-for-stags-links-nav ul,
  .main-site-header__mega-menu-quick-links-nav ul {
    column-count: 3;
  }
}
@media screen and (min-width: 1024px) {
  .main-site-header__mega-menu-for-stags-links-nav ul,
  .main-site-header__mega-menu-quick-links-nav ul {
    column-count: initial;
  }
}
.main-site-header__mega-menu-for-stags-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__mega-menu-for-stags-links-nav ul li,
  .main-site-header__mega-menu-quick-links-nav ul li {
    margin-bottom: 0.8125rem;
  }
}

.main-site-header__mega-menu-for-stags-links-nav {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-for-stags-links-nav {
    margin-bottom: 2.1875rem;
  }
}

.main-site-header__mega-menu-for-stags-links-nav-label,
.main-site-header__mega-menu-quick-links-nav-label {
  transform: none;
  position: relative;
  background-color: #fff;
  color: #c8102e;
  display: inline-block;
  margin-left: -1.875rem;
  margin-bottom: 1.875rem;
  padding-inline: 1.875rem 1.75rem;
  letter-spacing: 0.059375rem;
}
@media screen and (min-width: 768px) {
  .main-site-header__mega-menu-for-stags-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__mega-menu-for-stags-links-nav-label,
  .main-site-header__mega-menu-quick-links-nav-label {
    padding-inline: 1.5625rem 1.4375rem;
  }
}
.main-site-header__mega-menu-for-stags-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: #fff;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.1875rem;
  text-decoration-thickness: 0.0625rem;
  font-size: 1.1875rem;
  line-height: 1.44;
  transition: 0.3s color ease-in-out, 0.3s text-decoration-color ease-in-out;
  display: inline-block;
  padding-bottom: 1.1875rem;
}
@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, .main-site-header__mega-menu-quick-links-nav-link:hover {
  text-decoration-color: currentColor;
}

.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: "Figtree", sans-serif;
  cursor: pointer;
  padding: 0;
}
.main-site-header__dropdown-close:focus-visible {
  opacity: 1;
  pointer-events: initial;
}

.site-footer {
  background-color: #fff;
  text-align: left;
  padding: 2.3125rem 2.3125rem 0;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .site-footer {
    padding-inline: 3.75rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem 1.25rem;
    align-items: start;
    grid-template-areas: "footer-logo footer-logo" "footer-primary-nav footer-quick-links-nav" "footer-location footer-social" "footer-map footer-map" "footer-disclaimer footer-disclaimer";
  }
}
@media screen and (min-width: 1200px) {
  .site-footer {
    padding-top: 11.25rem;
    grid-template-columns: 2.25fr 1fr 1fr 1fr;
    gap: 0 3.75rem;
    grid-template-rows: 7.5rem auto auto auto;
    grid-template-areas: "footer-map footer-logo footer-logo footer-logo" "footer-map footer-location footer-primary-nav footer-quick-links-nav" "footer-map footer-location footer-social footer-social" "footer-disclaimer footer-disclaimer footer-disclaimer footer-disclaimer";
  }
}
@media screen and (min-width: 1440px) {
  .site-footer {
    grid-template-rows: 10.4375rem auto auto auto;
  }
}

.site-footer__logo {
  grid-area: footer-logo;
  margin-inline: auto;
  margin-bottom: 2.875rem;
}
@media screen and (min-width: 768px) {
  .site-footer__logo {
    margin: 0;
  }
}
.site-footer__logo svg {
  height: auto;
  width: 100%;
  max-width: 28.125rem;
}
@media screen and (min-width: 1440px) {
  .site-footer__logo svg {
    max-width: 38rem;
  }
}

.site-footer__label {
  color: #c8102e;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  line-height: 1.53;
  letter-spacing: 0;
  font-weight: 800;
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 1024px) {
  .site-footer__label {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.site-footer__primary-nav {
  grid-area: footer-primary-nav;
  margin-bottom: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .site-footer__primary-nav {
    margin: 0;
  }
}
.site-footer__primary-nav ul li {
  margin-bottom: 1.625rem;
  line-height: 1.16;
}
.site-footer__primary-nav ul li:last-child {
  margin-bottom: 0;
}
.site-footer__primary-nav .fancy-link {
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .site-footer__primary-nav .fancy-link {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.site-footer__primary-nav .fancy-link__arrow {
  margin-top: 0.4375rem;
}

.site-footer__quick-links-nav {
  grid-area: footer-quick-links-nav;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .site-footer__quick-links-nav {
    margin: 0;
  }
}
.site-footer__quick-links-nav .site-footer__label {
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .site-footer__quick-links-nav .site-footer__label {
    margin-bottom: 1.4375rem;
  }
}
.site-footer__quick-links-nav ul li {
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .site-footer__quick-links-nav ul li {
    margin-bottom: 1.625rem;
    line-height: 1.16;
  }
}
.site-footer__quick-links-nav ul li:last-child {
  margin-bottom: 0;
}
.site-footer__quick-links-nav .fancy-link {
  font-size: 1.25rem;
  line-height: 1.2;
}
.site-footer__quick-links-nav .fancy-link .fancy-link__arrow {
  margin-top: 0.4375rem;
}

.site-footer__location {
  grid-area: footer-location;
  margin-bottom: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .site-footer__location {
    margin: 0;
  }
}
.site-footer__location > ul {
  margin-bottom: 1.375rem;
}
.site-footer__location > ul li {
  margin-bottom: 1.5625rem;
}
.site-footer__location > ul li:last-child {
  margin-bottom: 0;
}
.site-footer__location > ul li p {
  font-size: 1.1875rem;
  line-height: 1.53;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .site-footer__location > ul li p {
    font-size: 1.125rem;
    line-height: 1.56;
  }
}
.site-footer__location > ul li p a {
  color: #000;
  text-decoration: none;
}

.site-footer__location-links {
  border-top: 0.0625rem solid rgba(200, 200, 200, 0.5);
  padding-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .site-footer__location-links {
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer__location-links {
    border-top: 0.0625rem solid rgba(200, 200, 200, 0.5);
    padding-top: 1.4375rem;
  }
}
.site-footer__location-links ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .site-footer__location-links ul {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .site-footer__location-links ul li {
    margin-bottom: 0.9375rem;
  }
}
.site-footer__location-links ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .site-footer__location-links ul li:last-child {
    margin-bottom: 0;
  }
}
.site-footer__location-links ul li a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  line-height: 1.53;
  letter-spacing: 0.029375rem;
  font-weight: 700;
  margin-bottom: 1.4375rem;
  transition: 0.3s color ease-in-out;
}
.site-footer__location-links ul li a:focus, .site-footer__location-links ul li a:active, .site-footer__location-links ul li a:focus-visible, .site-footer__location-links ul li a:hover {
  color: #c8102e;
}

.site-footer__social {
  grid-area: footer-social;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .site-footer__social {
    margin: 0;
  }
}
@media screen and (min-width: 1800px) {
  .site-footer__social {
    margin-block: 6.25rem 3.125rem;
  }
}
.site-footer__social ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem 0.625rem;
  align-items: center;
  width: 83%;
  position: relative;
  left: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .site-footer__social ul {
    width: auto;
    gap: 1.125rem;
    grid-template-columns: repeat(6, 2.8125rem);
    left: -0.625rem;
  }
}
.site-footer__social ul li {
  width: max-content;
}
.site-footer__social ul li a {
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.site-footer__social ul li a:hover svg, .site-footer__social ul li a:focus svg {
  fill: #c8102e;
}
.site-footer__social ul li a i {
  color: #000;
  height: auto;
  transition: 0.3s fill ease-in-out;
}
.site-footer__social ul li a i.fa-instagram {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .site-footer__social ul li a i.fa-instagram {
    font-size: 1.6875rem;
  }
}
.site-footer__social ul li a i.fa-youtube {
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .site-footer__social ul li a i.fa-youtube {
    font-size: 1.5625rem;
  }
}
.site-footer__social ul li a i.fa-tiktok {
  font-size: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .site-footer__social ul li a i.fa-tiktok {
    font-size: 1.625rem;
  }
}
.site-footer__social ul li a i.fa-facebook-f {
  font-size: 2.125rem;
}
@media screen and (min-width: 768px) {
  .site-footer__social ul li a i.fa-facebook-f {
    font-size: 1.625rem;
  }
}
.site-footer__social ul li a i.fa-linkedin-in {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .site-footer__social ul li a i.fa-linkedin-in {
    font-size: 1.625rem;
  }
}
.site-footer__social ul li a i.fa-x-twitter {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .site-footer__social ul li a i.fa-x-twitter {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .site-footer__social .site-footer__label {
    margin-bottom: 0.75rem;
  }
}

.site-footer__map {
  grid-area: footer-map;
  margin-inline: -2.3125rem 0;
  pointer-events: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .site-footer__map {
    margin-inline: -3.75rem;
    margin-top: -6.25rem;
  }
}
.site-footer__map img {
  height: auto;
}

.site-footer__map-location-popup-trigger {
  display: none;
  visibility: hidden;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 0.9;
  width: 22.625rem;
  margin-left: 1.15625rem;
  pointer-events: all;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .site-footer__map-location-popup-trigger {
    left: 6.25rem;
    transform: translateY(-50%);
    aspect-ratio: 1.2;
    width: 26.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer__map-location-popup-trigger {
    width: 27.5rem;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }
}

.site-footer__map-location-popup-trigger--mobile {
  display: block;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .site-footer__map-location-popup-trigger--mobile {
    display: none;
    visibility: hidden;
  }
}
.site-footer__map-location-popup-trigger--mobile:hover, .site-footer__map-location-popup-trigger--mobile:focus, .site-footer__map-location-popup-trigger--mobile:active, .site-footer__map-location-popup-trigger--mobile:focus-visible {
  background-color: inherit;
}

@media screen and (min-width: 768px) {
  .site-footer__map-location-popup-trigger--desktop {
    display: block;
    visibility: visible;
  }
}
.site-footer__map-location-popup-trigger--desktop:hover, .site-footer__map-location-popup-trigger--desktop:focus, .site-footer__map-location-popup-trigger--desktop:active, .site-footer__map-location-popup-trigger--desktop:focus-visible {
  background-color: inherit;
}

.site-footer__map-location-popup {
  background-color: #c8102e;
  padding: 5.4375rem 2.3125rem 5rem;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  min-width: 22.125rem;
  margin-left: 1.15625rem;
  transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .site-footer__map-location-popup {
    padding: 4rem 4.5625rem 3.625rem;
    left: 6.25rem;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .site-footer__map-location-popup {
    min-width: 27.5rem;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }
}
.site-footer__map-location-popup[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.site-footer__map-location-popup .fancy-link {
  color: #fff;
  pointer-events: all;
}
.site-footer__map-location-popup .fancy-link .fancy-link__arrow:before, .site-footer__map-location-popup .fancy-link .fancy-link__arrow:after {
  border-color: #fff;
}
.site-footer__map-location-popup .fancy-link:focus-visible, .site-footer__map-location-popup .fancy-link:focus, .site-footer__map-location-popup .fancy-link:active, .site-footer__map-location-popup .fancy-link:hover {
  color: #fff;
}

.site-footer__map-location-popup-label {
  color: #fff;
  font-size: 1.375rem;
  letter-spacing: 0.1375rem;
  text-transform: uppercase;
  line-height: 1.09;
  font-weight: 700;
  margin-bottom: 2.375rem;
}

.site-footer__map-location-popup-columns {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 2.1875rem;
}

.site-footer__map-location-popup-column i {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}

.site-footer__map-location-popup-column-head {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.08;
  text-align: center;
}

.site-footer__map-location-popup-column-subhead {
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.37;
  text-align: center;
}

.site-footer__disclaimer {
  grid-area: footer-disclaimer;
  background-color: #000;
  margin-inline: -2.3125rem;
  position: relative;
  padding: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .site-footer__disclaimer {
    padding-block: 1.25rem;
    margin-inline: -3.75rem;
    padding-inline: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer__disclaimer {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 4.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer__disclaimer {
    justify-content: flex-start;
  }
}

.site-footer__disclaimer-statement {
  color: #c8c8c8;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.56;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .site-footer__disclaimer-statement {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .site-footer__disclaimer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 4.0625rem;
    align-items: center;
    justify-content: flex-start;
  }
}
.site-footer__disclaimer-links li {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .site-footer__disclaimer-links li {
    margin: 0;
  }
}
.site-footer__disclaimer-links li:last-child {
  margin-bottom: 0;
}
.site-footer__disclaimer-links li a {
  color: #c8c8c8;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.56;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.125rem;
  transition: 0.3s text-decoration-color ease-in-out;
}
.site-footer__disclaimer-links li a:hover, .site-footer__disclaimer-links li a:focus {
  text-decoration-color: transparent;
}

.featured-quote {
  color: #000;
  margin: 0;
  padding: 2.5rem 1.875rem 6.5625rem;
  background: #f1f1f1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .featured-quote {
    padding: 2.5rem 5.25rem 3.75rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  body:has(.subnav) .featured-quote {
    padding-right: 2.5rem;
  }
}
.featured-quote.featured-quote--with-image {
  padding-block: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .featured-quote.featured-quote--with-image {
    padding-block: 3.125rem 0;
    display: grid;
    gap: 3.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .featured-quote.featured-quote--with-image {
    grid-template-columns: 1fr 24.75rem;
  }
}
@media screen and (min-width: 1200px) {
  body:has(.subnav) .featured-quote.featured-quote--with-image {
    grid-template-columns: 1fr 16rem;
  }
}

.featured-quote__quote-wrap {
  text-align: center;
  margin: 1.25rem 0 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .featured-quote__quote-wrap {
    text-align: left;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 2.0625rem;
  }
}
.featured-quote--with-image .featured-quote__quote-wrap {
  margin-bottom: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .featured-quote--with-image .featured-quote__quote-wrap {
    padding-top: 0.9375rem;
  }
}
.featured-quote__quote-wrap svg {
  fill: #c8102e;
  display: block;
  margin: 0 auto 1.5625rem;
}

.featured-quote__quote {
  font-family: "Figtree", sans-serif;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1.5;
  text-wrap: balance;
}
@media screen and (min-width: 1024px) {
  .featured-quote__quote {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1440px) {
  .featured-quote__quote {
    font-size: 2rem;
  }
}

.featured-quote__attribution-image-wrap {
  margin: 0;
  padding: 0;
}

.featured-quote__attribution {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.36;
  color: #c8102e;
  font-family: "Figtree", sans-serif;
}
@media screen and (min-width: 1024px) {
  .featured-quote__attribution {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}

.featured-quote__image {
  position: relative;
  aspect-ratio: 1;
}

.call-to-action {
  background-color: #c8102e;
  padding: 3.75rem 1.6875rem 3.4375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .call-to-action {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 1.25rem 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .call-to-action {
    padding: 5.9375rem 3.75rem 6.25rem;
  }
}
.call-to-action .button:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .call-to-action .button:not(:last-child) {
    margin: 0;
  }
}

.call-to-action__text {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 2.1875rem;
  letter-spacing: -0.0625rem;
}
@media screen and (min-width: 768px) {
  .call-to-action__text {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .call-to-action__text {
    font-size: 2.8125rem;
    line-height: 1.44;
    letter-spacing: -0.070625rem;
  }
}

@media screen and (min-width: 768px) {
  .image-gallery__column.image-gallery__column--2 {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.image-gallery__column:last-child .image-gallery__item:last-child {
  margin-bottom: 0;
}

.image-gallery__item {
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .image-gallery__item {
    margin-bottom: 2.5rem;
  }
}

.image-gallery__column--1 .image-gallery__image-wrap {
  aspect-ratio: 16/9;
}
.image-gallery__column--2 .image-gallery__image-wrap {
  aspect-ratio: 4/3;
}

.paragraph-widget--image-gallery + .end-of-page-call-to-action {
  margin-top: 5.625rem;
}
@media screen and (min-width: 1024px) {
  .paragraph-widget--image-gallery + .end-of-page-call-to-action {
    margin-top: 9.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph-widget--image-gallery + .end-of-page-call-to-action {
    margin-top: 16.25rem;
  }
}

.insight-feature__wrap {
  padding: 2.5rem;
  background: #f1f1f1;
}
@media screen and (min-width: 1024px) {
  .insight-feature__wrap {
    padding: 3.8125rem 4.75rem 3.1875rem 4.1875rem;
  }
}

.insight-feature .card {
  box-shadow: none;
  margin-bottom: 2.5rem;
  outline-color: transparent;
}
@media screen and (min-width: 667px) {
  .insight-feature .card {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 1.8125rem;
  }
}
.insight-feature .card.card--clickable:hover, .insight-feature .card.card--clickable:focus-within {
  outline-color: transparent;
}
.insight-feature .card .card__media {
  z-index: 1;
}
.insight-feature .card .card__content {
  text-align: left;
  padding: 1.5625rem 0 0;
}
@media screen and (min-width: 667px) {
  .insight-feature .card .card__content {
    align-content: center;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .insight-feature .card .card__title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
  .insight-feature .card .card__title .card__link:before {
    bottom: 1rem;
  }
  .insight-feature .card .card__title .card__link:after {
    bottom: 0.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .insight-feature .card .card__title .fancy-link__arrow {
    margin-top: 0.9375rem;
  }
}

.insight-feature__lower {
  font-size: 1.125rem;
  line-height: 1.8125rem;
}

.button,
.text-content .button,
.modal__trigger,
.modal__close,
.form_button_submit,
.form_container button[type=submit],
.form button[type=submit] {
  display: block;
  border: 0.125rem solid #c8102e;
  line-height: 1.6;
  padding-block: 0.5rem;
  padding-inline: 1.5625rem;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .button,
  .text-content .button,
  .modal__trigger,
  .modal__close,
  .form_button_submit,
  .form_container button[type=submit],
  .form button[type=submit] {
    display: inline-block;
  }
}
.button:hover, .button:focus-visible,
.text-content .button:hover,
.text-content .button:focus-visible,
.modal__trigger:hover,
.modal__close:hover,
.form_button_submit:hover,
.form_container button[type=submit]:hover,
.form button[type=submit]:hover,
.modal__trigger:focus-visible,
.modal__close:focus-visible,
.form_button_submit:focus-visible,
.form_container button[type=submit]:focus-visible,
.form button[type=submit]:focus-visible {
  background-color: #c8102e;
  color: #fff;
}
.paragraph-widget--text-html .button,
.paragraph-widget--text-html .text-content .button,
.paragraph-widget--text-html .modal__trigger,
.paragraph-widget--text-html .modal__close,
.paragraph-widget--text-html .form_button_submit,
.paragraph-widget--text-html .form_container button[type=submit],
.form_container .paragraph-widget--text-html button[type=submit],
.paragraph-widget--text-html .form button[type=submit],
.form .paragraph-widget--text-html button[type=submit] {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .paragraph-widget--text-html .button,
  .paragraph-widget--text-html .text-content .button,
  .paragraph-widget--text-html .modal__trigger,
  .paragraph-widget--text-html .modal__close,
  .paragraph-widget--text-html .form_button_submit,
  .paragraph-widget--text-html .form_container button[type=submit],
  .form_container .paragraph-widget--text-html button[type=submit],
  .paragraph-widget--text-html .form button[type=submit],
  .form .paragraph-widget--text-html button[type=submit] {
    margin-bottom: 1.875rem;
    margin-right: 1.875rem;
  }
}

.call-to-action .button,
.button--white {
  background-color: #fff;
  border-color: #fff;
}
.call-to-action .button:hover, .call-to-action .button:focus-visible,
.button--white:hover,
.button--white:focus-visible {
  background-color: #c8102e;
  color: #fff;
}

.button--inverse {
  background-color: #c8102e;
  color: #fff;
}
.button--inverse:hover,
.button--inverse:focus-visible {
  background-color: #fff;
  color: #000;
}

@media screen and (min-width: 1024px) {
  .button-set {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .button-set ul {
    flex: 1 0 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
  }
}
.button-set ul li {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.9px) {
  .news-article .button-set ul li {
    margin-bottom: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .button-set ul li {
    margin-bottom: 0;
  }
}
.button-set ul li:last-child {
  margin-bottom: 0;
}

.fancy-link,
.home-events .lw_event_item_title a {
  font-size: 1.1875rem;
  font-family: "Figtree", sans-serif;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: 0.3s color ease-in-out;
  padding-right: 1.5625rem;
}
.text-content .fancy-link,
.text-content .home-events .lw_event_item_title a,
.home-events .lw_event_item_title .text-content a {
  text-decoration: none;
}
.fancy-link:hover, .fancy-link:focus-visible,
.home-events .lw_event_item_title a:hover,
.home-events .lw_event_item_title a:focus-visible {
  color: #c8102e;
}
.fancy-link:hover .fancy-link__arrow, .fancy-link:focus-visible .fancy-link__arrow,
.home-events .lw_event_item_title a:hover .fancy-link__arrow,
.home-events .lw_event_item_title a:focus-visible .fancy-link__arrow {
  margin-left: 0.5rem;
}
.fancy-link:hover .fancy-link__arrow:before, .fancy-link:focus-visible .fancy-link__arrow:before,
.home-events .lw_event_item_title a:hover .fancy-link__arrow:before,
.home-events .lw_event_item_title a:focus-visible .fancy-link__arrow:before {
  transform: scaleX(1);
  opacity: 1;
}

.fancy-link__arrow {
  display: inline;
  position: absolute;
  margin-top: 0.5625rem;
  transition: 0.3s margin ease-in-out;
}
.fancy-link__arrow:before {
  content: "";
  position: absolute;
  border-bottom: 0.125rem solid #c8102e;
  width: 0.84375rem;
  display: inline;
  bottom: -0.4375rem;
  transform: scaleX(0);
  opacity: 0;
  transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out 0.05s;
  transform-origin: left;
}
.fancy-link__arrow:after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 0.125rem solid #c8102e;
  border-bottom: 0.125rem solid #c8102e;
  transform: rotate(-45deg);
  display: inline;
  transition: 0.3s right ease-in-out;
}

@media screen and (max-width: 1023.9px) {
  .paragraph-widget--featured-program + .paragraph-widget--statistics {
    margin-top: 5rem;
  }
}

.featured-program__wrap {
  position: relative;
}
.featured-program__wrap:before {
  top: 50%;
}
.featured-program__wrap:after {
  content: "";
  display: block;
  top: 50%;
  width: 100vw;
  height: 150%;
  position: absolute;
  z-index: -1;
}

.featured-program__inner {
  position: relative;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  padding: 2.5625rem 2rem 1.9375rem;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 2rem;
  z-index: 1;
  outline: solid 0.125rem transparent;
  outline-offset: -0.0625rem;
  transition: outline 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .featured-program__inner {
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .featured-program__inner {
    grid-template-columns: minmax(0, 1fr) 1.5fr;
  }
}
@media screen and (min-width: 1200px) {
  .featured-program__inner {
    padding: 3.8125rem 3.4375rem 3.1875rem;
  }
}
@media screen and (min-width: 1440px) {
  .featured-program__inner {
    grid-template-columns: 30.375rem 1fr;
  }
}
.featured-program__inner:hover, .featured-program__inner:focus-within {
  transition: outline 0.3s ease-out;
  outline-color: #c8102e;
}
.featured-program__inner:hover .fancy-link, .featured-program__inner:focus-within .fancy-link {
  color: #c8102e;
}
.featured-program__inner:hover .fancy-link:before, .featured-program__inner:focus-within .fancy-link:before {
  transform: scaleX(1);
  opacity: 1;
}
.featured-program__inner:hover .fancy-link:after, .featured-program__inner:focus-within .fancy-link:after {
  right: -1.25rem;
}

.featured-program__label {
  position: absolute;
  left: -0.0625rem;
  top: 0;
  z-index: 1;
}

.featured-program__media {
  aspect-ratio: 1.33;
}
@media screen and (min-width: 768px) {
  .featured-program__media {
    aspect-ratio: 1.75;
  }
}

@media screen and (min-width: 768px) {
  .featured-program__content {
    align-self: center;
  }
}

.featured-program__title {
  margin-top: 0;
}

.featured-program__link {
  text-decoration: none;
  position: static;
}
.featured-program__link:before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.featured-program__link .fancy-link__arrow {
  margin-top: 0.875rem;
}

.featured-program__text-content {
  position: relative;
  padding-top: 3.75rem;
  padding-inline: 1.875rem;
}
@media screen and (min-width: 1200px) {
  .featured-program__text-content {
    padding-top: 6.25rem;
    padding-inline: 7.5rem;
  }
}
.featured-program__text-content .text-content {
  text-align: center;
}
.featured-program__text-content .text-content .fancy-link {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.featured-program__text-cta {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .featured-program__text-cta {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .link-set ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 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;
}

.hero {
  position: relative;
  padding-block: 1.625rem 1.6875rem;
}
@media screen and (min-width: 1024px) {
  .hero {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .kitchen-sink .hero {
    margin-left: -13.125rem;
  }
}
.news-article .hero, .news-listing .hero {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .news-article .hero, .news-listing .hero {
    margin-inline: -13.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .kitchen-sink:has(.subnav) .hero {
    margin-left: -45.625rem;
  }
}
.hero .breadcrumbs {
  margin: 0 0 1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .hero .breadcrumbs {
    margin-bottom: 2.5rem;
  }
}

.hero__title {
  position: relative;
  z-index: 1;
}
.hero__title:last-child {
  margin-block: 0.3125rem 0;
}
.hero--with-image .hero__title {
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .news-landing .hero__title {
    margin-bottom: 1.875rem;
  }
}
.hero__title em {
  color: #c8102e;
  font-style: italic;
}

.back-link + .hero__title {
  margin-top: 0;
}

.hero__intro {
  font-family: "Figtree", sans-serif;
  font-size: 1.5rem;
  line-height: 1.42;
  font-weight: 400;
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .hero__intro {
    margin-top: 0.75rem;
  }
}

.hero__image {
  margin: 0 auto;
}
.hero__image .media--type-image {
  aspect-ratio: 16/9;
}
.hero__image figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.625rem;
}

.hero__publishing-info {
  margin-top: 2.125rem;
}

.hero__title + .hero__publishing-info {
  margin-top: 0;
}

.hero__publication-date {
  display: inline-block;
  font-style: italic;
  color: #575757;
  font-size: 1rem;
  line-height: 1.8125rem;
  margin-right: 1.25rem;
}

.hero__author {
  font-size: 1rem;
  line-height: 1.8125rem;
  display: inline-block;
}

.news-article .hero__title + .hero__image,
.news-article .hero__title + .hero__publishing-info {
  margin-top: 1.6875rem;
}

.hero-program .video-playing + .home-hero__media-play-pause-button {
  opacity: 0;
  pointer-events: none;
}

.hero-program__inner {
  background-color: #c8102e;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .hero-program__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-program__inner {
    padding-inline: 6.5625rem;
    padding-top: 3.625rem;
    background-color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .hero-program__inner:before {
    content: "";
    background-color: #c8102e;
    position: absolute;
    inset: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .hero-program__inner:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.102' height='75' viewBox='0 0 18.102 75'%3E%3Cpath id='Path_2475' data-name='Path 2475' d='M18.1,0V75H0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    inset: 0 0 0 auto;
    width: 60vw;
    z-index: -1;
  }
}

.hero-program__content {
  padding-block: 2rem 3.75rem;
}
@media screen and (min-width: 1200px) {
  .hero-program__content {
    padding-block: 2.5rem 5rem;
  }
}

.hero-program__degree-type {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.175rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.3125rem;
  display: block;
}
@media screen and (min-width: 1024px) {
  .hero-program__degree-type {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin-bottom: 0.9375rem;
  }
}

.hero-program__title {
  color: #fff;
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 4.12vw, 3.75rem);
  letter-spacing: -0.125rem;
  line-height: 1.25;
  margin-block: 0 2.5rem;
}
@media screen and (min-width: 1200px) {
  .hero-program__title {
    margin-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .hero-program__at-a-glance {
    display: grid;
    gap: 1.875rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .hero-program__at-a-glance {
    gap: 3.75rem;
  }
}

.hero-program__at-a-glance-item {
  margin-bottom: 2.5625rem;
}
@media screen and (min-width: 1024px) {
  .hero-program__at-a-glance-item:last-child {
    margin-bottom: 0;
  }
}

.hero-program__at-a-glance-item-label {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.11875rem;
  font-size: 1.1875rem;
  line-height: 1.26;
  font-weight: 700;
  margin: 0 0 0.46875rem 0;
}
@media screen and (min-width: 1024px) {
  .hero-program__at-a-glance-item-label {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

p.hero-program__at-a-glance-item-value,
a.hero-program__at-a-glance-item-value {
  color: #fff;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  p.hero-program__at-a-glance-item-value,
  a.hero-program__at-a-glance-item-value {
    font-size: 1.1875rem;
    line-height: 1.58;
  }
}

a.hero-program__at-a-glance-item-value {
  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;
}
a.hero-program__at-a-glance-item-value:focus-visible, a.hero-program__at-a-glance-item-value:hover {
  text-decoration-color: transparent;
}

.hero-program__more-info-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: "Figtree", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 600;
  text-decoration: none;
}
.hero-program__more-info-link:focus-visible .hero-program__more-info-link-text, .hero-program__more-info-link:hover .hero-program__more-info-link-text {
  text-decoration-color: transparent;
}
.hero-program__more-info-link i {
  color: #fff;
  font-size: 1.375rem;
}

.hero-program__more-info-link-text {
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.4375rem;
  transition: 0.3s text-decoration-color ease-in-out;
}

.hero-program__media {
  aspect-ratio: 1.48;
  width: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero-program__media {
    margin-inline: 0 -3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-program__media {
    margin-inline: 0 -6.5625rem;
    aspect-ratio: 1.78;
  }
}
.hero-program__media img,
.hero-program__media iframe {
  transition: 0.3 opacity ease-in-out;
}
.hero-program__media iframe {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.hero-program__media.video-playing img {
  opacity: 0;
  z-index: 0;
}
.hero-program__media.video-playing:before {
  opacity: 0;
}
.hero-program__media.video-playing video,
.hero-program__media.video-playing iframe {
  opacity: 1;
}
.hero-program__media.video-playing .video-embed__button {
  opacity: 0;
}
.hero-program__media.video-playing .video-embed__video {
  pointer-events: all;
}
.hero-program__media:has(.video-embed) {
  aspect-ratio: 16/9;
}

.hero-school {
  margin-bottom: 3.125rem;
}

.hero-school__inner {
  background-color: #c8102e;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .hero-school__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem;
    margin-top: 3.5rem;
    align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .hero-school__inner {
    gap: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-school__inner {
    gap: 4.5rem;
    grid-template-columns: minmax(0, 1fr) 35.375rem;
    padding-right: 9.5625rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-school__inner:has(.video-embed) {
    grid-template-columns: minmax(0, 1fr) 37.75rem;
    padding-right: 6.625rem;
  }
}

.hero-school__title {
  color: #fff;
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 4.12vw, 3.75rem);
  letter-spacing: -0.125rem;
  line-height: 1.25;
  margin-block: 0 2.5rem;
}
@media screen and (min-width: 1200px) {
  .hero-school__title {
    margin-bottom: 2.1875rem;
  }
}

.hero-school__content {
  padding-block: 2rem 3.75rem;
}
@media screen and (min-width: 1200px) {
  .hero-school__content {
    padding-block: 3.375rem 5rem;
  }
}

.hero-school__content p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #fff;
  font-size: 600;
}
@media screen and (min-width: 1200px) {
  .hero-school__content p {
    font-size: clamp(1.125rem, 1.7vw, 1.5rem);
    line-height: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .hero-school__media-wrap {
    margin-top: -2.5rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .hero-school__media-wrap:has(.video-embed) {
    margin-top: 3.4375rem;
  }
}
@media screen and (min-width: 1440px) {
  .hero-school__media-wrap:has(.video-embed) {
    margin-right: 0;
  }
}
.hero-school__media-wrap:has(.video-embed) .hero-school__media {
  aspect-ratio: 16/9;
}

.hero-school__media {
  aspect-ratio: 1.48;
  width: auto;
}
@media screen and (min-width: 768px) {
  .hero-school__media {
    margin-inline: 0 -3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-school__media {
    margin-inline: 0 -3.75rem;
    aspect-ratio: 1.33/1;
  }
}
@media screen and (min-width: 1440px) {
  .hero-school__media {
    margin-inline: 0;
  }
}

.hero-landing {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 1200px) {
  .hero-landing {
    margin-bottom: 5.9375rem;
  }
}

.hero-landing__inner {
  background-color: #c8102e;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .hero-landing__inner {
    background-color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .hero-landing__inner:before {
    content: "";
    background-color: #c8102e;
    position: absolute;
    inset: 0;
    z-index: 1;
    clip-path: polygon(0 0, 85% 0, 78.5% 100%, 0% 100%);
  }
}

.hero-landing__content {
  padding-block: 2.625rem 2.75rem;
}
@media screen and (min-width: 1200px) {
  .hero-landing__content {
    padding-block: 2.9375rem 3.625rem;
    padding-right: 44%;
    position: relative;
    z-index: 1;
  }
}

.hero-landing__title {
  color: #fff;
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 4.12vw, 3.75rem);
  letter-spacing: -0.125rem;
  line-height: 1.25;
  margin-block: 0 1.375rem;
}

.hero-landing__content p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .hero-landing__content p {
    font-size: clamp(1.125rem, 1.7vw, 1.5rem);
    line-height: 2.1875rem;
  }
}

.hero-landing__media-wrap {
  display: block;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .hero-landing__media-wrap {
    margin-block: -8.75rem 0;
    position: relative;
    z-index: 0;
  }
}

.hero-landing__media {
  aspect-ratio: 1;
  width: auto;
}
@media screen and (min-width: 768px) {
  .hero-landing__media {
    aspect-ratio: 2.5/1;
  }
}
.hero-landing__media-caption {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 1200px) {
  .hero-landing__media-caption {
    margin-top: 1.3125rem;
  }
}

.hero-large-landing__wrap {
  display: flex;
  flex-direction: column;
}

.hero-large-landing__content {
  color: #fff;
  transition: width 0.3s ease-in-out;
}
@media screen and (max-width: 1023.9px) {
  .hero-large-landing__content {
    background: #c8102e;
    order: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero-large-landing__content {
    margin-right: 11.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-large-landing__content {
    height: 0;
    margin-right: 0;
    width: 57%;
  }
}
@media screen and (min-width: 1440px) {
  .hero-large-landing__content {
    width: 51%;
  }
}

.hero-large-landing__content-wrap {
  padding: 2.9375rem 1.875rem 3.75rem;
}
@media screen and (min-width: 1024px) {
  .hero-large-landing__content-wrap {
    position: relative;
    padding-inline: 3.75rem 6.875rem;
    margin-top: -4.375rem;
    z-index: 1;
    background-color: #c8102e;
  }
}
@media screen and (min-width: 1200px) {
  .hero-large-landing__content-wrap {
    padding-inline: 6.625rem 5.875rem;
    margin-top: -9.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-large-landing__content-wrap:after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    aspect-ratio: 0.22957042;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background-color: #c8102e;
    transform: translateX(calc(100% - 0.015625rem));
  }
}

.hero-large-landing__content p {
  font-size: 1.5rem;
  line-height: 2.125rem;
  position: relative;
}

.hero-large-landing__title {
  color: #fff;
  position: relative;
  text-shadow: 3px 3px 10px #a50e27;
}

.hero-large-landing__media {
  aspect-ratio: 1.38/1;
}
@media screen and (max-width: 1023.9px) {
  .hero-large-landing__media {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .hero-large-landing__media {
    aspect-ratio: 2.25/1;
  }
}
@media screen and (min-width: 1024px) {
  .hero-large-landing__media {
    padding-inline: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-large-landing__media {
    padding-inline: 6.625rem;
  }
}

.hero-large-landing__cta {
  padding: 2.6875rem 1.875rem 3.75rem;
}
@media screen and (max-width: 1023.9px) {
  .hero-large-landing__cta {
    order: 2;
  }
}
@media screen and (min-width: 1024px) {
  .hero-large-landing__cta {
    transition: width 0.3s ease-in-out;
    padding-inline: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-large-landing__cta {
    margin-inline: auto 3.75rem;
    width: 40%;
    padding-left: 5.625rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .hero-large-landing__cta {
    width: 45%;
  }
}

.hero-large-landing__cta-heading {
  font-size: 1.75rem;
  line-height: 2.375rem;
  color: #c8102e;
  letter-spacing: 0.175rem;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1200px) {
  .hero-large-landing__cta-heading {
    font-size: 2rem;
    line-height: 2.9375rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .hero-large-landing__cta .link-set ul {
    display: block;
    columns: 2;
    margin-bottom: -1.25rem;
  }
}
.hero-large-landing__cta .link-set li {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1200px) {
  .hero-large-landing__cta .link-set li {
    flex: 0 1 calc(50% - 1.875rem);
  }
}

.paragraph-widget--text-html + .paragraph-widget--statistics {
  margin-top: 2.5rem;
}

@media screen and (min-width: 1024px) {
  .statistics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.375rem;
  }
}

.statistic {
  background-color: #f1f1f1;
  margin-bottom: 0.3125rem;
  padding: 4.6875rem 2rem 5.9375rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .statistic {
    margin-bottom: 0;
    padding: 3.625rem 1.5rem;
  }
}
.statistic:last-child {
  margin-bottom: 0;
}

.statistic__title {
  font-family: "Libre Baskerville", serif;
  color: #c8102e;
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .statistic__title {
    font-size: 3.125rem;
  }
}

.statistic__text {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.36;
  text-align: center;
  margin-bottom: 0.375rem;
  color: #000;
}

.statistic__note {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: italic;
  color: #000;
}
.statistic__note a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #c8102e;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.25rem;
  transition: 0.3s text-decoration-color ease-in-out;
}
.statistic__note a:focus-visible, .statistic__note a:hover {
  text-decoration-color: transparent;
}

.breadcrumbs {
  margin: 1rem 0;
  padding: 0;
}

.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs__list a {
  font-weight: 600;
  font-size: 1.1875rem;
  font-family: "Figtree", sans-serif;
  transition: border 0.3s;
  color: #000;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
  transition: 0.3s text-decoration-color ease-in-out, 0.3s color ease-in-out;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list a {
    font-size: 1rem;
  }
}
.breadcrumbs__list a:hover, .breadcrumbs__list a:focus-visible {
  color: #c8102e;
  text-decoration-color: transparent;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list a:hover, .breadcrumbs__list a:focus-visible {
    color: currentColor;
    text-decoration-color: currentColor;
  }
}
.breadcrumbs__list a[aria-current=page] {
  pointer-events: none;
  font-weight: 300;
}
.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.5rem;
  height: 0.5rem;
  border-left: 0.125rem solid #c8102e;
  border-top: 0.125rem solid #c8102e;
  transform: rotate(-45deg) translateY(calc(-50% - 0.1875rem));
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list li:nth-last-child(2):before {
    display: none;
  }
}
.breadcrumbs__list li:nth-last-child(2):after {
  display: none;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list li:nth-last-child(2):after {
    display: inline-block;
  }
}
.breadcrumbs__list li:not(:last-child):after {
  content: "/";
}

.back-link {
  padding-block: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .back-link {
    padding-block: 1.6875rem;
  }
}
.back-link .fancy-link {
  padding-left: 1.25rem;
}
.back-link .fancy-link .fancy-link__arrow {
  transform: rotate(180deg);
  left: 0.75rem;
  top: 1.0625rem;
  margin-top: 0;
}
.back-link .fancy-link .fancy-link__arrow:before {
  transform-origin: right;
}
.back-link .fancy-link:hover .fancy-link__arrow, .back-link .fancy-link:focus-visible .fancy-link__arrow {
  margin-left: 0;
}
.back-link .fancy-link:hover .fancy-link__arrow:before, .back-link .fancy-link:focus-visible .fancy-link__arrow:before {
  transform: scaleX(1);
  opacity: 1;
}

.news-article .hero .back-link {
  margin-top: -1.625rem;
}

.card {
  overflow: hidden;
  height: 100%;
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.16);
}
.card.card--clickable {
  outline: 0.125rem solid transparent;
  outline-offset: -0.125rem;
  transition: 0.3s outline ease-in-out;
  cursor: pointer;
}
.card.card--clickable:hover, .card.card--clickable:focus-within {
  outline-color: #c8102e;
}
.card.card--clickable:hover .card__link, .card.card--clickable:focus-within .card__link {
  color: #c8102e;
}
.card.card--clickable:hover .card__link .fancy-link__arrow, .card.card--clickable:focus-within .card__link .fancy-link__arrow {
  margin-left: 0.5rem;
}
.card.card--clickable:hover .card__link .fancy-link__arrow:before, .card.card--clickable:focus-within .card__link .fancy-link__arrow:before {
  transform: scaleX(1);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .card-set--horizontal .card.card--clickable {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.375rem;
  }
}
.card:has(.card__date) {
  box-shadow: none;
  outline-color: transparent;
}
.card:has(.card__date) .card__content {
  padding: 0.6875rem 3.75rem 1.5625rem 0;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .card:has(.card__date) .card__content {
    padding-bottom: 0.5625rem;
  }
}
.card:has(.card__date) .card__title {
  font-size: 1.1875rem;
  line-height: 1.75rem;
}
.card:has(.card__date) .card__link {
  display: block;
}
.card:has(.card__date) .card__link:before, .card:has(.card__date) .card__link:after {
  bottom: unset;
}
.card:has(.card__date) .card__link:before {
  top: 0.8125rem;
  right: -2.28125rem;
}
.card:has(.card__date) .card__link:after {
  right: -1.875rem;
  top: 0.5rem;
}
.card:has(.card__date).card--clickable:hover, .card:has(.card__date).card--clickable:focus-within {
  outline-color: transparent;
}
.card:has(.card__date).card--clickable:hover .card__link:after, .card:has(.card__date).card--clickable:focus-within .card__link:after {
  right: -2.3125rem;
}

.card__content {
  margin: 0;
  padding: 1.5625rem 1.5625rem 2.1875rem;
  text-align: center;
}
.card--no-img .card__content {
  padding-block: 2.5rem;
}
@media screen and (min-width: 667px) {
  .card-set--horizontal .card__content {
    align-content: center;
    padding-block: 0.6875rem;
  }
}

.card__title {
  font-size: 1.375rem;
  line-height: 1.23;
  color: #000;
  margin-bottom: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0;
}
.card__title .card__link {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  transition: 0.3s color ease-in-out;
}

.card__media {
  padding: 0;
  margin: 0;
  position: relative;
  aspect-ratio: 1.67;
  z-index: -1;
}

.card__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
}
.card__icon + .card__content {
  padding-top: 0;
}
.card__icon i {
  color: #c8102e;
  font-size: 4.125rem;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .card__body,
  .card__body * {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.card__date {
  display: block;
  text-align: left;
  font-style: italic;
  color: #575757;
}

.card__date + .card__title {
  text-align: left;
  margin-top: 0.375rem;
}

@media screen and (min-width: 768px) {
  .card-set ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 1.3125rem;
  }
}
.card-set ul li {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .card-set ul li {
    margin-bottom: 0;
  }
}
.card-set ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .card-set.card-set--two-col ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.card-set.card-set--horizontal ul {
  grid-template-columns: 1fr;
}
.card-set.card-set--horizontal ul > li {
  margin-bottom: 1rem;
}

.card-set__title {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .card-set__title {
    margin-bottom: 2rem;
  }
}

.card-set__content {
  text-align: center;
  margin-bottom: 2.25rem;
  max-width: 63.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .card-set__content {
    margin-bottom: 3.75rem;
  }
}

input {
  accent-color: #c8102e;
}

.form_container,
.form {
  max-width: 75rem;
  margin-inline: auto;
}
.form_container .form-item,
.form .form-item {
  margin-bottom: 1.25rem;
  position: relative;
}
.form_container legend,
.form legend {
  font-size: 1.875rem;
  line-height: 1.07;
}
.form_container fieldset,
.form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.form_container label,
.form_container .label,
.form label,
.form .label {
  display: block;
  font-size: 1rem;
  line-height: 1.53;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.3125rem;
}
.form_container label.required:after,
.form_container .label.required:after,
.form label.required:after,
.form .label.required:after {
  content: "*";
}
.form_container label .optional,
.form_container .label .optional,
.form label .optional,
.form .label .optional {
  color: #c8102e;
}
.form_container input,
.form_container textarea,
.form input,
.form textarea {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.81;
  color: #000;
  border-radius: 0;
  background-color: #f5f6f6;
  border: none;
  padding: 0.875rem 0.9375rem;
  width: 100%;
}
.form_container input[type=text],
.form_container textarea,
.form input[type=text],
.form textarea {
  width: 100%;
}
.form_container textarea,
.form textarea {
  min-height: 12.5rem;
  font-family: inherit;
}
.form_container select,
.form select {
  width: 100%;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  color: #000;
  border: none;
  border-radius: 0;
  background-color: #f5f6f6;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.273' height='7.551'%3E%3Cpath d='m11.566.707-5.429 5.43L.707.707' fill='none' stroke='%234a4a4a' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: right 1.5625rem center;
  background-size: 0.875rem;
  cursor: pointer;
  padding: 0.875rem 0.9375rem;
  max-width: 100%;
  overflow: hidden;
  word-wrap: normal;
  white-space: normal;
}
.form_container input[type=checkbox]:focus-visible + label:before,
.form_container input[type=radio]:focus-visible + label:before,
.form input[type=checkbox]:focus-visible + label:before,
.form input[type=radio]:focus-visible + label:before {
  box-shadow: inset 0 0 0 2px #000;
}
.form_container input[type=checkbox] + label,
.form_container input[type=radio] + label,
.form input[type=checkbox] + label,
.form input[type=radio] + label {
  position: relative;
  padding-left: 1.875rem;
}
.form_container input[type=checkbox] + label:before, .form_container input[type=checkbox] + label:after,
.form_container input[type=radio] + label:before,
.form_container input[type=radio] + label:after,
.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.25rem;
  top: 0;
  left: 0;
  height: 1.25rem;
}
.form_container input[type=checkbox] + label:before,
.form_container input[type=radio] + label:before,
.form input[type=checkbox] + label:before,
.form input[type=radio] + label:before {
  background: #fff;
  box-shadow: inset 0 0 0 2px #000;
}
.form_container input[type=checkbox] + label:after,
.form_container input[type=radio] + label:after,
.form input[type=checkbox] + label:after,
.form input[type=radio] + label:after {
  background-color: #000;
  transform: scale(0.6);
  z-index: 1;
  opacity: 0;
  transition: 0.3 opacity ease-in-out;
}
.form_container input[type=checkbox]:checked + label:after,
.form_container input[type=radio]:checked + label:after,
.form input[type=checkbox]:checked + label:after,
.form input[type=radio]:checked + label:after {
  opacity: 1;
}
.form_container input[type=radio] + label:before, .form_container input[type=radio] + label:after,
.form input[type=radio] + label:before,
.form input[type=radio] + label:after {
  border-radius: 50%;
}
.form_container input[type=radio] + label:after,
.form input[type=radio] + label:after {
  background-image: none;
  transform: scale(0.6);
}
.form_container input[type=checkbox] + label,
.form_container input[type=radio] + label,
.form input[type=checkbox] + label,
.form input[type=radio] + label {
  display: inline;
  font-size: 1rem;
  line-height: 1.81;
  color: #000;
  font-weight: 400;
}
.form_container button[type=submit],
.form button[type=submit] {
  background-color: #000;
  color: #fff;
}
.form_container ::placeholder,
.form ::placeholder {
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  color: #000;
}

.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: 0.125rem solid #f1f1f1;
  background-color: #fff;
}

.accordion__title {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.23;
}

.accordion__trigger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  display: block;
  text-align: left;
  width: 100%;
  color: currentColor;
  position: relative;
  padding: 2.0625rem 1.4375rem 2rem;
  transition: 0.3s color ease-in-out;
}
@media screen and (min-width: 768px) {
  .accordion__trigger {
    padding: 1.75rem 2.3125rem 1.6875rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.accordion__trigger:hover, .accordion__trigger:focus, .accordion__trigger:active, .accordion__trigger:focus-visible {
  color: #c8102e;
  background-color: transparent;
}
.accordion__trigger:hover:before, .accordion__trigger:hover:after, .accordion__trigger:focus:before, .accordion__trigger:focus:after, .accordion__trigger:active:before, .accordion__trigger:active:after, .accordion__trigger:focus-visible:before, .accordion__trigger:focus-visible:after {
  border-color: #c8102e;
}
.accordion__trigger[aria-expanded=true]:before {
  opacity: 0;
}
.accordion__trigger:before, .accordion__trigger:after {
  content: "";
  width: 0.25rem;
  height: 1rem;
  border-right: 0.25rem solid #c8102e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s opacity ease-in-out, 0.3s border-color ease-in-out;
}
.accordion__trigger:after {
  transform: translateY(-50%) rotate(90deg);
}

.accordion__content-wrap {
  padding: 0 1.4375rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .accordion__content-wrap {
    padding: 0 2.3125rem 1.6875rem;
  }
}

.carousel__holder {
  position: relative;
}
.carousel__holder .flickity-viewport {
  transition: 0.3s height ease-in-out;
}

.carousel__slide {
  width: 100%;
  text-align: center;
}

.carousel__slide-image {
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60.3%;
}

.carousel__slide-content {
  padding: 1rem 0 0;
  text-align: left;
}

.carousel__nav {
  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;
}

.carousel__nav-previous,
.carousel__nav-next {
  pointer-events: initial;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s background-color ease-in-out;
  border: none;
  width: 3rem;
  height: 3rem;
  border-radius: 100vw;
  box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.carousel__nav-previous:hover, .carousel__nav-previous:focus-visible,
.carousel__nav-next:hover,
.carousel__nav-next:focus-visible {
  background-color: #c8102e;
}
.carousel__nav-previous:hover:after, .carousel__nav-previous:focus-visible:after,
.carousel__nav-next:hover:after,
.carousel__nav-next:focus-visible:after {
  border-color: #fff;
}
.carousel__nav-previous:after,
.carousel__nav-next:after {
  content: "";
  border-top: 0.25rem solid #c8102e;
  border-left: 0.25rem solid #c8102e;
  position: absolute;
  left: calc(50% + 0.875rem / 4.5);
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transition: 0.3s border-color ease-in-out;
  width: 1rem;
  height: 1rem;
}

.carousel__nav-previous {
  left: 0;
}

.carousel__nav-next {
  right: 0;
}
.carousel__nav-next::after {
  left: calc(50% - 0.875rem / 4.5);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.flickity-page-dots {
  gap: 1.5625rem 0;
  bottom: initial;
  position: static;
}
.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.75rem;
  height: 0.75rem;
  background-color: #000;
  border-radius: 100vw;
  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: #c8102e;
}
.flickity-page-dots .flickity-page-dot:hover:before, .flickity-page-dots .flickity-page-dot:focus-visible:before {
  background-color: #c8102e;
}

@media screen and (max-width: 1199.9px) {
  .paragraph-widget--photo-stat-carousel {
    padding-bottom: 3.75rem;
  }
}

.paragraph-widget--multi-column-content + .paragraph-widget--photo-stat-carousel {
  margin-top: 5.625rem;
}

.paragraph-widget--photo-stat-carousel .photo-stat-carousel__holder {
  padding-top: 3.75rem;
}
@media screen and (min-width: 1200px) {
  .paragraph-widget--photo-stat-carousel .photo-stat-carousel__holder {
    padding-top: 6.875rem;
  }
}

.photo-stat-carousel__holder {
  position: relative;
}
.photo-stat-carousel__holder .flickity-viewport {
  transition: 0.3s height ease-in-out;
}
.photo-stat-carousel__holder .carousel__nav {
  inset: auto auto -3.4375rem auto;
  text-align: center;
  padding-bottom: 0.625rem;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
.photo-stat-carousel__holder .carousel__nav-previous,
.photo-stat-carousel__holder .carousel__nav-next {
  position: relative;
  inset: auto;
  transform: none;
}

.photo-stat-carousel__slide {
  padding-bottom: 1.3125rem;
}
.photo-stat-carousel__slide.photo-stat-carousel__slide--statistic {
  background-color: #c8102e;
  padding: 3.125rem 1.3125rem 0 1.3125rem;
  width: 13.8125rem;
  height: 22.125rem;
}
@media screen and (min-width: 768px) {
  .photo-stat-carousel__slide.photo-stat-carousel__slide--statistic {
    width: 18.9375rem;
    height: 30.3125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .photo-stat-carousel__slide.photo-stat-carousel__slide--statistic {
    width: 24.0625rem;
    height: 38.5rem;
    padding: 0 2.25rem 1rem;
  }
}
.photo-stat-carousel__slide.photo-stat-carousel__slide--image-large {
  width: 22.125rem;
}
@media screen and (min-width: 768px) {
  .photo-stat-carousel__slide.photo-stat-carousel__slide--image-large {
    width: 30.3125rem;
  }
}
@media screen and (min-width: 1200px) {
  .photo-stat-carousel__slide.photo-stat-carousel__slide--image-large {
    width: 38.5rem;
  }
}
.photo-stat-carousel__slide.photo-stat-carousel__slide--image {
  width: 16.5625rem;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .photo-stat-carousel__slide.photo-stat-carousel__slide--image {
    width: 22.71875rem;
    margin-top: 4.1875rem;
  }
}
@media screen and (min-width: 1200px) {
  .photo-stat-carousel__slide.photo-stat-carousel__slide--image {
    width: 28.875rem;
    margin-top: 5.125rem;
  }
}

.photo-stat-carousel__slide-image {
  font-size: 0;
}
.photo-stat-carousel__slide-image img {
  width: 100%;
  height: 100%;
}

.photo-stat-carousel__slide-image-caption {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.44;
  padding: 1.25rem 1.875rem 0 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .photo-stat-carousel__slide-image-caption {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.photo-stat-carousel__slide-statistic-title,
.photo-stat-carousel__slide-statistic-subhead,
.photo-stat-carousel__slide-statistic-body {
  font-family: "Figtree", sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.photo-stat-carousel__slide-statistic-title {
  font-size: 2.875rem;
  line-height: 1;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .photo-stat-carousel__slide-statistic-title {
    font-size: 4.03125rem;
  }
}
@media screen and (min-width: 1200px) {
  .photo-stat-carousel__slide-statistic-title {
    font-size: 5.1875rem;
    margin-bottom: 0.625rem;
  }
}

.photo-stat-carousel__slide-statistic-subhead {
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .photo-stat-carousel__slide-statistic-subhead {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .photo-stat-carousel__slide-statistic-subhead {
    font-size: 2rem;
    line-height: 1.0625;
    letter-spacing: 0.1rem;
    margin-bottom: 1.6875rem;
  }
}

.photo-stat-carousel__slide-statistic-body {
  font-size: 1.1875rem;
  line-height: 1.376;
}
@media screen and (min-width: 1200px) {
  .photo-stat-carousel__slide-statistic-body {
    font-size: 1.3125rem;
    line-height: 1.524;
  }
}

.table__inner {
  overflow: auto;
  margin-inline: -1.875rem;
  padding-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .table__inner {
    margin-inline: -3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .table__inner {
    margin-inline: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1800px) {
  .table__inner {
    overflow: visible;
  }
}
.body--site-header-open .table__inner {
  overflow: hidden;
}
.table__inner table {
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
  margin: 0;
  color: black;
  overflow: auto;
}
.table__inner table > :not(:first-child) {
  border-top: none;
}
.body--site-header-open .table__inner table {
  overflow: hidden;
}
.table__inner th:nth-child(odd),
.table__inner td:nth-child(odd) {
  background-color: #f1f1f1;
}
.table__inner th,
.table__inner td {
  position: relative;
}
.table__inner th:first-child:before,
.table__inner td:first-child:before {
  content: "";
  background-color: #f1f1f1;
  width: 1.25rem;
  height: 0.1875rem;
  display: block;
  position: absolute;
  inset: auto auto -0.125rem 0;
}
.table__inner th:last-child:before,
.table__inner td:last-child:before {
  content: "";
  background-color: #f1f1f1;
  width: 1.25rem;
  height: 0.1875rem;
  display: block;
  position: absolute;
  inset: auto 0 -0.125rem auto;
}
.table__inner thead {
  text-align: left;
}
.table__inner thead tr {
  color: #000;
}
.table__inner thead th {
  padding: 1.8125rem 1.3125rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.56;
  font-weight: 700;
  vertical-align: top;
  border-bottom: 0.125rem solid #bcbec0;
  text-align: left;
}
.table__inner tbody {
  border-top: none;
  background-color: #fff;
}
.table__inner tbody td {
  padding: 0.9375rem 1.25rem 0.75rem;
  max-width: 90vw;
  min-width: 18.125rem;
  vertical-align: top;
  text-align: left;
  border-bottom: 0.125rem solid #f5f6f6;
}
@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;
}

.full-width-image__caption {
  margin-top: 1.25rem;
}

.pagination {
  margin: 3.125rem auto;
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.pagination button {
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  font-size: 1.5rem;
  line-height: 1.333;
  color: #000;
  min-width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  padding: 0 0.5rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.pagination__first-page,
.pagination__prev-page {
  transform: rotate(180deg);
}

.pagination__first-page,
.pagination__prev-page,
.pagination__next-page,
.pagination__last-page {
  transition: 0.3s visibility ease-in-out, 0.3s opacity ease-in-out;
}
.pagination__first-page[disabled],
.pagination__prev-page[disabled],
.pagination__next-page[disabled],
.pagination__last-page[disabled] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.pagination__first-page svg,
.pagination__prev-page svg,
.pagination__next-page svg,
.pagination__last-page svg {
  transition: 0.3s fill ease-in-out;
  fill: #c8102e;
}
.pagination__first-page:hover svg, .pagination__first-page:focus-visible svg,
.pagination__prev-page:hover svg,
.pagination__prev-page:focus-visible svg,
.pagination__next-page:hover svg,
.pagination__next-page:focus-visible svg,
.pagination__last-page:hover svg,
.pagination__last-page:focus-visible svg {
  fill: #000;
}

.pagination__page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

button.pagination__page-number {
  position: relative;
  display: none;
  height: 2.75rem;
}
button.pagination__page-number:hover:before, button.pagination__page-number:focus-visible:before {
  opacity: 1;
}
button.pagination__page-number:before {
  content: "";
  position: absolute;
  bottom: 0.1875rem;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
  border-bottom: 0.1875rem solid #000;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
button.pagination__page-number[aria-current=page] {
  color: #c8102e;
  pointer-events: none;
  display: block;
}
button.pagination__page-number[aria-current=page] + button.pagination__page-number + button.pagination__page-number, button.pagination__page-number[aria-current=page] + button.pagination__page-number {
  display: block;
}
button.pagination__page-number:has(+ button.pagination__page-number + [aria-current=page]), button.pagination__page-number:has(+ [aria-current=page]) {
  display: block;
}

.video-embed__media-wrap {
  z-index: 1;
  position: relative;
  aspect-ratio: 16/9;
  cursor: pointer;
}
.video-embed__media-wrap img {
  transition: 0.3 opacity ease-in-out;
  z-index: 1;
}
.video-embed__media-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(152, 152, 152, 0.7);
  mix-blend-mode: multiply;
  transition: 0.3s opacity ease-in-out;
  pointer-events: none;
}
.video-embed__media-wrap.video-embed__video-hover:before {
  opacity: 0;
}
.video-embed__media-wrap.video-embed__video-hover .video-embed__button {
  background-color: #c8102e;
}
.video-embed__media-wrap.video-embed__video-hover .video-embed__button:before {
  border-color: transparent transparent transparent #fff;
}
.video-embed__media-wrap.video-playing img {
  opacity: 0;
  z-index: 0;
}
.video-embed__media-wrap.video-playing:before {
  opacity: 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__media-wrap video,
.video-embed__media-wrap iframe {
  transition: 0.3 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__video {
  pointer-events: none;
}

.video-embed__button {
  z-index: 5;
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #fff;
  border-radius: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  padding: 0;
  font-size: 0;
  transition: 0.3s background-color ease-in-out;
}
@media screen and (min-width: 1024px) {
  .video-embed__button {
    width: 4.875rem;
    height: 4.875rem;
  }
}
.video-embed__button:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5625rem 0 0.5625rem 0.9375rem;
  border-color: transparent transparent transparent #c8102e;
  position: relative;
  transition: 0.3s border-color ease-in-out;
  left: 0.125rem;
}
@media screen and (min-width: 1024px) {
  .video-embed__button:before {
    border-width: 0.96875rem 0 0.96875rem 1.625rem;
  }
}
.video-embed__button:hover, .video-embed__button:focus-visible {
  background-color: #c8102e;
}
.video-embed__button:hover:before, .video-embed__button:focus-visible:before {
  border-color: transparent transparent transparent #fff;
}

@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__close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  inset: 1.625rem 1.625rem auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.modal__close:before, .modal__close:after {
  content: "";
  position: absolute;
  border-bottom: 0.1875rem solid #c8102e;
  width: 1.5625rem;
  height: 0.1875rem;
  transform: rotate(45deg);
  transition: 0.3s border-color ease-in-out;
}
.modal__close:after {
  transform: rotate(-45deg);
}
.modal__close:focus-visible:before, .modal__close:focus-visible:after, .modal__close:hover:before, .modal__close:hover:after {
  border-color: #fff;
}

.modal__lightbox {
  display: none;
  position: relative;
  z-index: 200;
  padding: 0;
  max-width: 53.25rem;
  box-shadow: 0rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.16);
}
.modal__lightbox.is-open, .modal__lightbox:target {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  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;
}

.modal__container {
  background-color: #fff;
  padding: 1.875rem;
  max-width: 53.25rem;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .modal__container {
    padding: 4.125rem 6.5rem 5.25rem 5rem;
  }
}

.modal-on-load .modal__content-image {
  aspect-ratio: 0;
  margin-bottom: 2rem;
}
.modal-on-load .modal__content-title {
  margin: 0 0 1.25rem;
  font-family: "Figtree", sans-serif;
  font-size: 1.625rem;
  line-height: 1.31;
  font-weight: 600;
  letter-spacing: 0;
}
.modal-on-load .modal__content-body {
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  line-height: 1.61;
  font-weight: 400;
  margin: 0 0 1.25rem;
}
.modal-on-load .modal__content-body * {
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  line-height: 1.61;
  font-weight: 400;
}

.subnav {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 2.375rem;
}
@media screen and (min-width: 1200px) {
  .subnav {
    max-width: 17rem;
    position: absolute;
    left: 6.75rem;
  }
}

.subnav__inner {
  position: absolute;
  inset: auto 0;
}
@media screen and (min-width: 1200px) {
  .subnav__inner {
    position: relative;
  }
}

.subnav__list {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
  background: transparent linear-gradient(180deg, #f3f3f3 0%, rgb(255, 255, 255) 100%) 0% 0% no-repeat padding-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .subnav__list {
    background: transparent;
    grid-template-rows: 1fr;
  }
}
.subnav__list[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.subnav__list > ul {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul {
    margin-top: 0;
    padding-block: 0;
  }
}
.subnav__list > ul > li {
  padding: 0.1875rem 1.875rem 0.1875rem 1.875rem;
  line-height: 1.33;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul > li {
    padding-inline: 2.5rem 1.875rem;
    line-height: 1.375;
  }
  .subnav__list > ul > li:nth-child(2) {
    padding-top: 0.625rem;
  }
}
.subnav__list > ul > li:first-child {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul > li:first-child {
    display: block;
    visibility: visible;
  }
}
.subnav__list > ul > li:nth-child(2) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul > li:nth-child(2) {
    margin-top: 0;
  }
}
.subnav__list > ul > li:last-child {
  padding-bottom: 1.875rem;
  margin-bottom: 0;
}
.subnav__list > ul > li a {
  color: #000;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  display: block;
  width: 100%;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.25rem;
  transition: 0.3s text-decoration-color ease-in-out, 0.3s color ease-in-out;
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul > li a {
    font-size: 1rem;
  }
}
.subnav__list > ul > li a:hover, .subnav__list > ul > li a:focus-visible {
  text-decoration-color: #c8102e;
}
.subnav__list > ul > li a[aria-current=page] {
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul > li:first-child {
    background-color: #f5f6f6;
    display: flex;
    align-items: center;
    line-height: 1.4;
    padding: 1.1875rem 1.875rem 1.1875rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul > li:first-child a {
    font-size: 1.1875rem;
    font-weight: 600;
    text-decoration: none;
  }
}
.subnav__list > ul > li:first-child a:before {
  content: "";
  position: absolute;
  left: -0.9375rem;
  top: 0.4375rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-right: 0.125rem solid #c8102e;
  border-bottom: 0.125rem solid #c8102e;
  transform: rotate(135deg);
  transform-origin: center;
  transition: 0.3s left ease-in-out, 0.3s border-color ease-in-out, 0.3s margin ease-in-out;
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul > li:first-child a:before {
    top: 0.5rem;
  }
}
.subnav__list > ul > li:first-child a:after {
  content: "";
  position: absolute;
  border-bottom: 0.125rem solid #c8102e;
  width: 0.84375rem;
  display: block;
  left: -1.1875rem;
  top: 0.71875rem;
  transform: scaleX(0);
  opacity: 0;
  transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out 0.05s;
  transform-origin: right;
  text-decoration: none;
}
.subnav__list > ul > li:first-child a:hover:before, .subnav__list > ul > li:first-child a:focus-visible:before {
  border-color: #c8102e;
  margin-left: -0.3125rem;
}
.subnav__list > ul > li:first-child a:hover:after, .subnav__list > ul > li:first-child a:focus-visible:after {
  transform: scaleX(1);
  opacity: 1;
}
.subnav__list > ul > li > ul {
  padding-left: 1.875rem;
  border-left: 0.125rem solid #bcbec0;
  margin-block: 0.9375rem 0.1875rem;
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul > li > ul {
    border-left: 0.125rem solid #f5f6f6;
    padding-left: 0.9375rem;
  }
}
.subnav__list > ul > li > ul > li {
  padding: 0.1875rem 0;
  line-height: 1.33;
  margin-bottom: 0.6875rem;
}
.subnav__list > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.subnav__list > ul > li > ul > li a {
  text-decoration-thickness: 0.0625rem;
  font-weight: 400;
  transition: 0.3s text-decoration-color ease-in-out;
  text-decoration-color: transparent;
  text-underline-offset: 0.125rem;
}
@media screen and (min-width: 1200px) {
  .subnav__list > ul > li > ul > li a {
    color: #575757;
  }
}
.subnav__list > ul > li > ul > li a[aria-current=page] {
  color: #c8102e;
  font-weight: 600;
}
.subnav__list > ul > li > ul > li a:focus-visible, .subnav__list > ul > li > ul > li a:hover {
  color: #000;
  text-decoration-color: #000;
}

.subnav__toggle {
  background-color: transparent;
  min-height: 2.8125rem;
  color: #000;
  cursor: pointer;
  display: block;
  border: none;
  letter-spacing: -0.05625rem;
  font-family: "Libre Baskerville", serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 0.82;
  padding: 1.25rem 0 1.25rem 1.875rem;
  position: relative;
  text-align: left;
  transition: 0.3s color ease-in-out;
  width: 100%;
  border-bottom: 0.125rem solid #f1f1f1;
}
@media screen and (min-width: 1200px) {
  .subnav__toggle {
    display: none;
    visibility: hidden;
  }
}
.subnav__toggle:before, .subnav__toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
.subnav__toggle:before {
  width: 1rem;
  height: 0.1875rem;
  border-bottom: 0.1875rem solid #c8102e;
  left: 0;
}
.subnav__toggle:after {
  height: 1rem;
  width: 0.1875rem;
  border-right: 0.1875rem solid #c8102e;
  left: 0.40625rem;
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}
.subnav__toggle[aria-expanded=true]:after {
  opacity: 0;
}
.subnav__toggle:hover, .subnav__toggle:focus-visible {
  color: #c8102e;
}

.tag {
  border: 0.125rem solid rgba(200, 200, 200, 0.5);
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  letter-spacing: 0.04375rem;
  text-decoration: none;
  padding: 0.8125rem 1.125rem;
  transition: 0.3s border-color ease-in-out, 0.3s color ease-in-out, 0.3s background-color;
}
.tag:hover, .tag:focus {
  background-color: #c8c8c8;
  color: #000;
}

.tag-list {
  border-top: 0.125rem solid rgba(200, 200, 200, 0.5);
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    padding-top: 3.4375rem;
    margin-top: 3.125rem;
  }
}
.tag-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.875rem;
}
.tag-list ul li {
  margin-bottom: 0;
}

.tag-list__section-title {
  font-family: "Figtree", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.125rem;
}

.feature-large {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .feature-large {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1440px) {
  .feature-large {
    grid-template-columns: 1fr 37.75rem;
  }
  body:has(.subnav) .feature-large {
    grid-template-columns: 1fr 32.5rem;
  }
}

.feature-large__media {
  margin-bottom: 1.875rem;
  margin-inline: -1.875rem;
  width: auto;
  aspect-ratio: 1.33;
}
@media screen and (min-width: 768px) {
  .feature-large__media {
    width: 100%;
    margin-inline: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .feature-large__content.centered {
    align-self: center;
    justify-self: end;
    max-width: 31.25rem;
  }
}
.feature-large__content ul li {
  margin-bottom: 0.9375rem;
}
.feature-large__content ul li:last-child {
  margin-bottom: 0;
}
.feature-large--no-image .feature-large__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;
}

.feature-large__title {
  color: #c8102e;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.38;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .feature-large__title {
    font-size: 2rem;
    line-height: 1.3125;
  }
}

.feature-large__body-copy {
  margin-bottom: 1.75rem;
}

@media screen and (min-width: 768px) {
  .feature-small {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .feature-small {
    grid-template-columns: 28.625rem 1fr;
  }
  body:has(.subnav) .feature-small {
    grid-template-columns: 26rem 1fr;
  }
}
.feature-small-set .feature-small {
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .feature-small-set .feature-small {
    margin-bottom: 2.5rem;
  }
}
.feature-small-set .feature-small:last-child {
  margin-bottom: 0;
}
.feature-small.landing-feature {
  gap: 1.375rem;
}
@media screen and (min-width: 768px) {
  .feature-small.landing-feature {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .feature-small.landing-feature {
    grid-template-columns: 35.3125rem 1fr;
  }
  body:has(.subnav) .feature-small.landing-feature {
    grid-template-columns: 30.375rem 1fr;
  }
}

.feature-small__media {
  margin-bottom: 1.875rem;
  aspect-ratio: 1.33;
}
@media screen and (min-width: 768px) {
  .feature-small__media {
    margin-bottom: 0;
    align-self: start;
  }
}
.feature-small--heading-three .feature-small__media {
  margin-bottom: 1.25rem;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .feature-small--heading-three .feature-small__media {
    margin-bottom: 0;
  }
}
.feature-small__media.feature-small__media--video {
  aspect-ratio: 16/9;
}
.landing-feature .feature-small__media {
  margin-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .landing-feature .feature-small__media {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .landing-feature .feature-small__media {
    aspect-ratio: 1.76;
  }
}

@media screen and (min-width: 768px) {
  .landing-feature .feature-small__content {
    max-width: 28.75rem;
  }
}

.feature-small__title {
  color: #c8102e;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.38;
  letter-spacing: 0;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .feature-small__title {
    font-size: 2rem;
    line-height: 1.3125;
    margin-bottom: 0.3125rem;
  }
}
.feature-small--heading-three .feature-small__title {
  font-size: 1.375rem;
  line-height: 1.27;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .feature-small--heading-three .feature-small__title {
    font-size: 1.625rem;
    line-height: 1.23;
  }
}
.landing-feature .feature-small__title {
  font-size: 1.375rem;
  line-height: 1.27;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .landing-feature .feature-small__title {
    font-size: 1.5rem;
    line-height: 1.23;
  }
}

.feature-small__body {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .feature-small__body {
    margin-bottom: 1.0625rem;
  }
}

.news-article .paragraph-widget--feature-small {
  margin-bottom: 3.125rem;
}

.paragraph-widget--text-html + .paragraph-widget--multi-column-content {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .paragraph-widget--multi-column-content:has(+ .paragraph-widget--multi-column-content) {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .multi-column-content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .multi-column-content.multi-column-content-two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 3.875rem;
  }
}
@media screen and (min-width: 768px) {
  .multi-column-content.multi-column-content-two-thirds {
    grid-template-columns: 2fr 1fr;
    gap: 3rem 3.875rem;
  }
}

.multi-column-content__column {
  margin: 0 0 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .multi-column-content__column {
    margin-bottom: 0;
  }
}
.multi-column-content__column .text-content {
  margin-bottom: 0;
}
.multi-column-content__column.text-content .fancy-link {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.multi-column-content__column .link-set > ul {
  flex-direction: column;
}
@media screen and (max-width: 767.9px) {
  .multi-column-content__column .link-set > ul > li {
    margin-bottom: 0.9375rem;
  }
}
.multi-column-content__column:has(.link-set) ul {
  padding-left: 0;
}
.multi-column-content__column:has(.link-set) ul li {
  margin-block: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .multi-column-content__column:has(.link-set) ul li {
    margin-bottom: 0;
  }
}
.multi-column-content__column:has(.link-set) ul li:last-child {
  margin-bottom: 0;
}
.multi-column-content__column:has(.link-set) ul li:before {
  display: none;
}

.link-block {
  background-color: #f1f1f1;
  padding: 2.25rem 2.25rem 3.75rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .link-block {
    padding: 4.6875rem 2.25rem 5.3125rem;
  }
}
.link-block .link-block__label {
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.175rem;
  font-size: 1.75rem;
  line-height: 1.36;
  font-weight: 700;
  color: #c8102e;
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 1024px) {
  .link-block .link-block__label {
    margin-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .link-block ul {
    display: grid;
    gap: 0 2.8125rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1300px) {
  .link-block ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.link-block ul li {
  margin-bottom: 1.53125rem;
}
.link-block ul li:last-child {
  margin-bottom: 0;
}

.rankings-accreditations.rankings-accreditations--badges-with-rankings {
  background-color: #f1f1f1;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .rankings-accreditations.rankings-accreditations--badges-with-rankings {
    display: flex;
    flex-wrap: wrap;
    padding: 2.5rem 2.5rem 2.5rem 1.25rem;
    gap: 3.75rem 2.5rem;
  }
}

.rankings-accreditations__item {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .rankings-accreditations__item {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .rankings-accreditations__item {
    grid-template-columns: 16.875rem 1fr;
    margin-bottom: 1.25rem;
  }
}
.rankings-accreditations__item:last-child {
  margin-bottom: 0;
}
.rankings-accreditations--badges-with-rankings .rankings-accreditations__item {
  padding: 2.5rem 2.5rem 2.375rem;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .rankings-accreditations--badges-with-rankings .rankings-accreditations__item {
    flex: 1 1 0;
    padding: 0;
    text-align: center;
    gap: 2.5rem;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .rankings-accreditations--badges-with-rankings .rankings-accreditations__item {
    display: flex;
    justify-content: center;
  }
}
.rankings-accreditations--badges-with-rankings .rankings-accreditations__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 0.125rem solid #bcbec0;
  inset: auto 4.125rem 0;
}
@media screen and (min-width: 768px) {
  .rankings-accreditations--badges-with-rankings .rankings-accreditations__item:not(:last-child):after {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .rankings-accreditations--badges-with-rankings .rankings-accreditations__content {
    flex: 0 0 auto;
    width: 8.9375rem;
  }
}

.rankings-accreditations__image {
  max-width: 13.75rem;
  margin-inline: auto;
  margin-bottom: 1.125rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .rankings-accreditations__image {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .rankings-accreditations__image {
    max-width: 16.875rem;
    margin-inline: 0;
  }
}
.rankings-accreditations--badges-with-rankings .rankings-accreditations__image {
  max-width: 11.9375rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .rankings-accreditations--badges-with-rankings .rankings-accreditations__image {
    flex: 0 0 auto;
    width: 8.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .rankings-accreditations--badges-with-rankings .rankings-accreditations__image:after {
    content: "";
    border-right: 0.125rem solid #f5f6f6;
    position: absolute;
    inset: 1.5625rem -1.25rem 1.5625rem auto;
  }
}

.rankings-accreditations__title {
  font-size: 1.375rem;
  line-height: 1.36;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .rankings-accreditations__title {
    font-size: 1.5rem;
    line-height: 1.45;
  }
}
.rankings-accreditations--badges-with-rankings .rankings-accreditations__title {
  color: #c8102e;
  font-size: 3.75rem;
  line-height: 1.33;
  font-weight: 400;
  letter-spacing: -0.09375rem;
  margin-bottom: 0;
  font-family: "Libre Baskerville", serif;
}

.rankings-accreditations--badges-with-rankings .rankings-accreditations__body {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.33;
  margin-bottom: 0.4375rem;
}
.rankings-accreditations--badges-with-rankings .rankings-accreditations__body p {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.rankings-accreditations__link {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  line-height: 1.67;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #c8102e;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.25rem;
  transition: 0.3s text-decoration-color ease-in-out, 0.3s color ease-in-out;
  display: inline-block;
  margin-top: 1.125rem;
}
.rankings-accreditations__link:focus-visible, .rankings-accreditations__link:hover {
  text-decoration-color: transparent;
}
.rankings-accreditations--badges-with-rankings .rankings-accreditations__link {
  margin-top: 0;
  font-size: 1rem;
  font-style: italic;
}

.rankings-accreditations__source {
  font-style: italic;
  font-size: 1rem;
}

.progress-bars {
  padding-block: 3.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .progress-bars {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .progress-bars {
    padding-block: 5rem;
  }
}

.progress-bars__label {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .progress-bars__label {
    margin-bottom: 2.5rem;
  }
}

.progress-bar {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .progress-bar {
    display: grid;
    grid-template-columns: 13.9375rem 1fr;
    align-items: center;
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .progress-bar {
    gap: 5.625rem;
    margin-bottom: 2.5rem;
  }
}
.progress-bar:last-child {
  margin-bottom: 0;
}

@property --pgPercentage {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
.progress-bar__graph {
  --size: 12rem;
  --pgPercentage: var(--value);
  width: 13.9375rem;
  height: 13.9375rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  margin-inline: auto;
  margin-bottom: 2.625rem;
  background: radial-gradient(closest-side, white 88.5%, transparent 0 99.9%, white 0), conic-gradient(#c8102e calc(var(--pgPercentage) * 1%), #cecece 0);
  font-family: "Libre Baskerville", serif;
  font-size: 3.75rem;
  color: #c8102e;
  letter-spacing: -0.09375rem;
}
@media screen and (min-width: 768px) {
  .progress-bar__graph {
    margin-bottom: 0;
    margin-inline: 0;
  }
}
.progress-bar__graph:before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}

.progress-bar__eyebrow {
  font-family: "Figtree", sans-serif;
  color: #c8102e;
  font-size: 1.75rem;
  letter-spacing: 0.175rem;
  line-height: 1.36;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 1024px) {
  .progress-bar__eyebrow {
    font-size: 2rem;
    line-height: 1.47;
    letter-spacing: 0.2rem;
  }
}

.progress-bar__goal-progress {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.progress-bar__goal-progress__label {
  font-family: "Figtree", sans-serif;
  color: #c8102e;
  font-size: 1.1875rem;
  letter-spacing: 0.11875rem;
  line-height: 1.26;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .progress-bar__goal-progress__label {
    margin-bottom: 0.9375rem;
  }
}

.progress-bar__goal-progress__value {
  font-family: "Figtree", sans-serif;
  color: #000;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.54;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .progress-bar__goal-progress__value {
    font-size: 1.5rem;
    line-height: 1.21;
  }
}

.countdown {
  background-color: #c8102e;
  padding: 3.125rem 2.5rem 3.9375rem;
}
@media screen and (min-width: 768px) {
  .countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 3.3125rem 0.9375rem 3.1875rem;
  }
}

.countdown__column {
  text-align: center;
  margin-bottom: 2.375rem;
  padding-bottom: 2.125rem;
  border-bottom: 0.125rem solid rgba(245, 246, 246, 0.2);
}
@media screen and (min-width: 768px) {
  .countdown__column {
    border-bottom: none;
    border-right: 0.125rem solid rgba(245, 246, 246, 0.2);
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.countdown__column:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .countdown__column:last-child {
    border-right: none;
  }
}

.countdown__value,
.countdown__value-label {
  display: block;
  color: #fff;
}

.countdown__value {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.125rem;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 0.4375rem;
  min-height: 5rem;
}
@media screen and (min-width: 768px) {
  .countdown__value {
    font-size: 3.75rem;
    letter-spacing: -0.09375rem;
    line-height: 1.33;
    margin-bottom: 0.1875rem;
  }
}

.countdown__value-label {
  font-family: "Figtree", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.26;
  font-weight: 700;
  letter-spacing: 0.11875rem;
  text-transform: uppercase;
}

.media-contact {
  background-color: #f1f1f1;
  padding: 2.875rem 2.75rem;
}
@media screen and (min-width: 768px) {
  .media-contact {
    display: flex;
    gap: 2.5rem;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .media-contact {
    gap: 4.0625rem;
  }
}
@media screen and (min-width: 1440px) {
  .media-contact {
    gap: 5.3125rem;
  }
}
.media-contact p {
  margin: 0;
}

.media-contact__label {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  letter-spacing: 0.11875rem;
  color: #c8102e;
  font-weight: 700;
  text-transform: uppercase;
}

.media-contact__name {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.media-contact__label + .media-contact__name {
  margin-top: 0.75rem;
}

@media screen and (max-width: 767.9px) {
  .media-contact__info {
    margin-top: 0.375rem;
  }
}
.media-contact__info a {
  margin-right: 1rem;
}
@media screen and (max-width: 767.9px) {
  .media-contact__info a {
    display: block;
  }
}
.media-contact__info p {
  font-weight: 600;
}
.media-contact__info span {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .media-contact__info span {
    margin-top: 0.375rem;
    display: block;
  }
}
.news-feed {
  padding-block: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .news-feed {
    padding-inline: 7.5rem;
    padding-block: 6.25rem 4.0625rem;
    margin-top: 2.3125rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-feed {
    padding-inline: 11.9375rem;
  }
}

.news-feed__title {
  margin-bottom: 2.3125rem;
}

.news-feed .multi-column-content__column {
  border-bottom: solid 0.125rem rgba(200, 200, 200, 0.5);
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news-feed .multi-column-content__column {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .news-feed .multi-column-content.multi-column-content-two-col {
    gap: 2rem 3.875rem;
  }
}
.news-feed .multi-column-content.multi-column-content-two-col .card:has(.card__date) .card__content {
  padding-block: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news-feed .multi-column-content.multi-column-content-two-col .card:has(.card__date) .card__content {
    padding: 0 3.75rem 1.25rem 0;
  }
}

.news-list-item {
  box-shadow: none;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .news-list-item {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .news-list-item {
    grid-template-columns: 28.625rem 1fr;
    gap: 2.5rem;
  }
  body:has(.subnav) .news-list-item {
    grid-template-columns: 21.875rem 1fr;
  }
}
@media screen and (min-width: 1300px) {
  body:has(.subnav) .news-list-item {
    grid-template-columns: 24.6875rem 1fr;
  }
}
.news-list-item.news-list-item--featured:has(.news-list-item__subhead) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .news-list-item.news-list-item--featured {
    grid-template-columns: 35.125rem 1fr;
    gap: 2.8125rem;
  }
  body:has(.subnav) .news-list-item.news-list-item--featured {
    grid-template-columns: 25rem 1fr;
  }
}
@media screen and (min-width: 1300px) {
  body:has(.subnav) .news-list-item.news-list-item--featured {
    grid-template-columns: 31.25rem 1fr;
  }
}
.news-list-item.card--clickable {
  outline: revert;
}
.news-list-item.card--clickable:focus-visible .fancy-link, .news-list-item.card--clickable:hover .fancy-link {
  color: #c8102e;
}
.news-list-item.card--clickable:focus-visible .fancy-link .fancy-link__arrow, .news-list-item.card--clickable:hover .fancy-link .fancy-link__arrow {
  margin-left: 0.5rem;
}
.news-list-item.card--clickable:focus-visible .fancy-link .fancy-link__arrow:before, .news-list-item.card--clickable:hover .fancy-link .fancy-link__arrow:before {
  transform: scaleX(1);
  opacity: 1;
}

.news-list-item--featured .news-list-item__subhead {
  top: 0;
}

.news-list-item__media {
  aspect-ratio: 1.78;
  margin-bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .news-list-item__media {
    margin-bottom: 0;
    align-self: start;
  }
}
.news-list-item--featured .news-list-item__media {
  aspect-ratio: 1.33;
}

.news-list-item .news-list-item__link.fancy-link .fancy-link__arrow {
  margin-top: 0.4375rem;
}
@media screen and (min-width: 1024px) {
  .news-list-item .news-list-item__link.fancy-link .fancy-link__arrow {
    margin-top: 0.6875rem;
  }
}
.news-list-item.news-list-item--featured .news-list-item__link.fancy-link .fancy-link__arrow {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 1024px) {
  .news-list-item.news-list-item--featured .news-list-item__link.fancy-link .fancy-link__arrow {
    margin-top: 1.0625rem;
  }
}

.news-list-item__title {
  line-height: 1.11;
}
@media screen and (min-width: 1024px) {
  .news-list-item__title {
    line-height: 1.33;
  }
}
.news-list-item--featured .news-list-item__title {
  line-height: 1.35;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 1024px) {
  .news-list-item--featured .news-list-item__title {
    line-height: 1.3125;
  }
}

.news-list-item__link {
  font-size: 1.125rem;
  line-height: inherit;
}
@media screen and (min-width: 1024px) {
  .news-list-item__link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .news-list-item__link:before {
    bottom: 0.8125rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .news-list-item__link:after {
    bottom: 0.5rem;
  }
}
.news-list-item--featured .news-list-item__link {
  font-size: 1.625rem;
}
@media screen and (min-width: 1024px) {
  .news-list-item--featured .news-list-item__link {
    font-size: 2rem;
  }
}
.news-list-item--featured .news-list-item__link:before {
  bottom: 0.8125rem;
}
@media screen and (min-width: 1024px) {
  .news-list-item--featured .news-list-item__link:before {
    bottom: 0.9375rem;
  }
}
.news-list-item--featured .news-list-item__link:after {
  bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .news-list-item--featured .news-list-item__link:after {
    bottom: 0.625rem;
  }
}

.news-story-group .news-list-item {
  margin-bottom: 2.0625rem;
}
.news-story-group .news-list-item.news-list-item--featured {
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .news-story-group .news-list-item.news-list-item--featured {
    margin-bottom: 2.0625rem;
  }
}
.news-story-group .news-list-item:last-child {
  margin-bottom: 0;
}

.news-article .paragraph-widget--featured-quote,
.news-article .paragraph-widget--media-contact,
.news-article .paragraph-widget--news-story-group {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 991px) {
  .news-article .paragraph-widget--featured-quote,
  .news-article .paragraph-widget--media-contact,
  .news-article .paragraph-widget--news-story-group {
    margin-bottom: 2.5rem;
  }
}

.news-story-with-date {
  box-shadow: none;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .news-story-with-date {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .news-story-with-date {
    grid-template-columns: 24.6875rem 1fr;
    max-width: 50.6875rem;
    margin-bottom: 2rem;
  }
}
.news-story-with-date.card--clickable {
  outline-color: transparent;
  outline-offset: initial;
}
.news-story-with-date.card--clickable:hover, .news-story-with-date.card--clickable:focus-within {
  outline-color: transparent;
}
.news-story-with-date.card--clickable:hover .fancy-link, .news-story-with-date.card--clickable:focus-within .fancy-link {
  color: #c8102e;
}
.news-story-with-date.card--clickable:hover .fancy-link .fancy-link__arrow, .news-story-with-date.card--clickable:focus-within .fancy-link .fancy-link__arrow {
  margin-left: 0.5rem;
}
.news-story-with-date.card--clickable:hover .fancy-link .fancy-link__arrow:before, .news-story-with-date.card--clickable:focus-within .fancy-link .fancy-link__arrow:before {
  transform: scaleX(1);
  opacity: 1;
}

.news-story-with-date__media {
  aspect-ratio: 1.78;
  margin-bottom: 1rem;
}
.news-story-with-date__media.news-story-with-date__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
}
.news-story-with-date__media.news-story-with-date__media--placeholder svg {
  fill: #7c7c7c;
  opacity: 0.14;
  mix-blend-mode: multiply;
}

.news-story-with-date__date {
  display: block;
  font-family: "Figtree", sans-serif;
  font-style: italic;
  font-size: 1rem;
  color: #575757;
  margin-bottom: 0.3125rem;
}

.news-story-with-date__content .fancy-link {
  line-height: 1.33;
  display: block;
}
.news-story-with-date__content .fancy-link .fancy-link__arrow {
  margin-top: 0.40625rem;
}

.community-spotlight {
  padding-block: 4.0625rem 0;
  margin-top: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .community-spotlight {
    padding-block: 6.125rem 2.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-landing .community-spotlight {
    padding-inline: 12.6875rem 13.5625rem;
  }
}
@media screen and (min-width: 1200px) {
  .community-spotlight.narrow {
    padding-inline: 9.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .community-spotlight.narrow {
    padding-inline: 13.75rem;
  }
}

.community-spotlight__inner {
  box-shadow: none;
  overflow: visible;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .community-spotlight__inner {
    display: grid;
    grid-template-columns: 1fr 24.75rem;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  body:has(.subnav) .community-spotlight__inner {
    grid-template-columns: 1fr 17.5rem;
  }
}
@media screen and (min-width: 1300px) {
  body:has(.subnav) .community-spotlight__inner {
    grid-template-columns: 1fr 22.1875rem;
  }
}
.community-spotlight__inner.card--clickable {
  outline: revert;
  cursor: pointer;
}
.community-spotlight__inner.card--clickable:focus-visible .fancy-link, .community-spotlight__inner.card--clickable:hover .fancy-link {
  color: #c8102e;
}
.community-spotlight__inner.card--clickable:focus-visible .fancy-link .fancy-link__arrow, .community-spotlight__inner.card--clickable:hover .fancy-link .fancy-link__arrow {
  margin-left: 0.5rem;
}
.community-spotlight__inner.card--clickable:focus-visible .fancy-link .fancy-link__arrow:before, .community-spotlight__inner.card--clickable:hover .fancy-link .fancy-link__arrow:before {
  transform: scaleX(1);
  opacity: 1;
}

.community-spotlight__headline {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .community-spotlight__headline {
    grid-column: span 2;
    order: initial;
    margin-bottom: 3.75rem;
  }
}
.community-spotlight__headline > em {
  color: #c8102e;
}

.community-spotlight__content blockquote {
  margin: 0;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .community-spotlight__content blockquote {
    display: grid;
    grid-template-columns: 4.25rem 1fr;
    gap: 0 2.0625rem;
    align-items: start;
  }
}
.community-spotlight__content blockquote p {
  margin: 0.625rem 0 1.3125rem 0;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .community-spotlight__content blockquote p {
    margin: 0 0 1.3125rem;
  }
}
.community-spotlight__content blockquote svg {
  fill: #c8102e;
}
@media screen and (min-width: 768px) {
  .community-spotlight__content blockquote footer {
    grid-column: 2/3;
  }
}
.community-spotlight__content blockquote .community-spotlight__attribution {
  font-style: normal;
  color: #c8102e;
  font-size: 1.375rem;
  line-height: 1.36;
  font-weight: 600;
}
.community-spotlight__content blockquote .community-spotlight__attribution-role {
  font-style: italic;
  font-size: 1rem;
}

.community-spotlight__title {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .community-spotlight__title {
    margin-bottom: 1.875rem;
  }
}

.community-spotlight__link {
  font-size: 1.625rem;
  line-height: 1.38;
}
@media screen and (min-width: 1024px) {
  .community-spotlight__link {
    font-size: 2rem;
    line-height: 1.47;
  }
}
.community-spotlight__link .fancy-link__arrow {
  margin-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .community-spotlight__link .fancy-link__arrow {
    margin-top: 1.1875rem;
  }
}

.community-spotlight__media {
  aspect-ratio: 1.78;
  margin-bottom: 1.25rem;
}

.event-feed .event-feed-item {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .event-feed .event-feed-item {
    margin-bottom: 2.5rem;
  }
}
.event-feed .event-feed-item:last-child {
  margin-bottom: 0;
}

.paragraph-widget--event-feed .localist_ks_event_feed .lw_event_item {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .paragraph-widget--event-feed .localist_ks_event_feed .lw_event_item {
    margin-bottom: 2.5rem;
  }
}
.paragraph-widget--event-feed .localist_ks_event_feed .lw_event_item:last-child {
  margin-bottom: 0;
}

.event-feed-item.card--clickable {
  cursor: pointer;
}
.event-feed-item.card--clickable:focus-visible .fancy-link, .event-feed-item.card--clickable:hover .fancy-link {
  color: #c8102e;
}
.event-feed-item.card--clickable:focus-visible .fancy-link .fancy-link__arrow, .event-feed-item.card--clickable:hover .fancy-link .fancy-link__arrow {
  margin-left: 0.5rem;
}
.event-feed-item.card--clickable:focus-visible .fancy-link .fancy-link__arrow:before, .event-feed-item.card--clickable:hover .fancy-link .fancy-link__arrow:before {
  transform: scaleX(1);
  opacity: 1;
}

.localist_ks_event_feed .lw_event_item {
  outline: 0.125rem solid transparent;
  outline-offset: 0rem;
  transition: 0.3s outline ease-in-out;
}
.localist_ks_event_feed .lw_event_item:focus-visible, .localist_ks_event_feed .lw_event_item:hover {
  outline-color: #c8102e;
}
.localist_ks_event_feed .lw_event_item:focus-visible .fancy-link, .localist_ks_event_feed .lw_event_item:hover .fancy-link {
  color: #c8102e;
}
.localist_ks_event_feed .lw_event_item:focus-visible .fancy-link .fancy-link__arrow, .localist_ks_event_feed .lw_event_item:hover .fancy-link .fancy-link__arrow {
  margin-left: 0.5rem;
}
.localist_ks_event_feed .lw_event_item:focus-visible .fancy-link .fancy-link__arrow:before, .localist_ks_event_feed .lw_event_item:hover .fancy-link .fancy-link__arrow:before {
  transform: scaleX(1);
  opacity: 1;
}

.localist_ks_event_feed .lw_event_item_inner,
.event-feed-item__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .localist_ks_event_feed .lw_event_item_inner,
  .event-feed-item__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    align-items: stretch;
  }
}
@media screen and (min-width: 1440px) {
  .localist_ks_event_feed .lw_event_item_inner,
  .event-feed-item__inner {
    grid-template-columns: 25rem 1fr;
  }
}

.localist_ks_event_feed .lw_event_item_image,
.event-feed-item__media {
  aspect-ratio: 1.33;
}

.localist_ks_event_feed .lw_event_item_image:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
}

.localist_ks_event_feed .lw_event_content,
.event-feed-item__content {
  padding: 1.4375rem 1.8125rem 2.375rem 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .localist_ks_event_feed .lw_event_content,
  .event-feed-item__content {
    padding: 1.875rem;
    align-self: center;
    position: static;
  }
}
@media screen and (min-width: 1200px) {
  .localist_ks_event_feed .lw_event_content,
  .event-feed-item__content {
    padding: 1.875rem 6.5rem 1.875rem 1.875rem;
  }
}

.localist_ks_event_feed .lw_event_item_title,
.event-feed-item__title {
  padding-right: 4.1875rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .localist_ks_event_feed .lw_event_item_title,
  .event-feed-item__title {
    padding-right: 5.625rem;
  }
}

.localist_ks_event_feed .lw_event_item_title a,
.event-feed-item__link {
  font-size: 1.375rem;
  line-height: 1.36;
}
.localist_ks_event_feed .lw_event_item_title a:before,
.event-feed-item__link:before {
  bottom: 0.75rem;
}
.localist_ks_event_feed .lw_event_item_title a:after,
.event-feed-item__link:after {
  bottom: 0.4375rem;
}

.localist_ks_event_feed .lw_event_item_title a {
  text-decoration: none;
}

.event-feed-item__time-location {
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 1.25rem;
  padding-right: 4.1875rem;
  display: grid;
  grid-template-columns: max-content 1fr;
}
@media screen and (min-width: 768px) {
  .event-feed-item__time-location {
    padding-right: 5.625rem;
  }
}

.event-feed-item__time {
  display: inline-block;
}

.event-feed-item__location {
  display: inline-block;
  position: relative;
  margin-left: 1.25rem;
}
.event-feed-item__location:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -0.625rem;
  border-left: 0.0625rem solid #000;
}

.event-feed-item__blurb,
.event-feed-item__blurb p {
  font-size: 1rem;
  line-height: 1.69;
  margin: 0;
}

.localist_ks_event_feed .lw_event_item_date,
.event-feed-item__date {
  position: absolute;
  inset: 1.625rem 2rem auto auto;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .localist_ks_event_feed .lw_event_item_date,
  .event-feed-item__date {
    inset: 2.5rem 2.5rem auto auto;
  }
}

.localist_ks_event_feed .lw_event_item_date--month,
.event-feed-item__date-month {
  display: block;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .localist_ks_event_feed .lw_event_item_date--month,
  .event-feed-item__date-month {
    margin-bottom: 0.3125rem;
  }
}

.localist_ks_event_feed .lw_event_item_date--day,
.event-feed-item__date-day {
  display: block;
  letter-spacing: -0.059375rem;
  font-size: 2.375rem;
  color: #c8102e;
}

.paragraph-widget--event-feed #lclst_widget_footer {
  display: none;
}

.people-list-item {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 1200px) {
  .people-list-item {
    grid-template-columns: 10.9375rem 1fr;
    gap: 1.875rem;
  }
}

.people-list-item__image {
  aspect-ratio: 1;
}
.people-list-item__image:focus-visible + .people-list-item__content .people-list-item__name-link, .people-list-item__image:hover + .people-list-item__content .people-list-item__name-link {
  color: #c8102e;
}
.people-list-item__image:focus-visible + .people-list-item__content .people-list-item__name-link .fancy-link__arrow, .people-list-item__image:hover + .people-list-item__content .people-list-item__name-link .fancy-link__arrow {
  margin-left: 0.5rem;
}
.people-list-item__image:focus-visible + .people-list-item__content .people-list-item__name-link .fancy-link__arrow:before, .people-list-item__image:hover + .people-list-item__content .people-list-item__name-link .fancy-link__arrow:before {
  transform: scaleX(1);
  opacity: 1;
}

.people-list-item__content {
  padding-top: 0.0625rem;
}
@media screen and (min-width: 1024px) {
  .people-list-item__content {
    padding-top: 1.375rem;
  }
}

.people-list-item__name-link {
  font-size: 1.375rem;
  line-height: 1.36;
}
@media screen and (min-width: 1024px) {
  .people-list-item__name-link {
    font-size: 1.5rem;
    line-height: 1.17;
  }
}
.people-list-item__name-link:before {
  bottom: 0.71875rem;
}
.people-list-item__name-link:after {
  width: 0.5625rem;
  height: 0.5625rem;
  bottom: 0.5rem;
}

.people-list-item__name {
  font-family: "Figtree", sans-serif;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.36;
  display: block;
}
@media screen and (min-width: 1024px) {
  .people-list-item__name {
    font-size: 1.5rem;
    line-height: 1.17;
  }
}

.people-list-item__role {
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  margin-block: 0.3125rem 1.125rem;
}

.people-list-item__email {
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  text-decoration: underline;
  color: #000;
  text-decoration-color: #c8102e;
  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;
  display: block;
}
.people-list-item__email:focus-visible, .people-list-item__email:hover {
  text-decoration-color: transparent;
}

.paragraph-widget--people-list {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 991px) {
  .paragraph-widget--people-list {
    margin-bottom: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph-widget--people-list {
    margin-bottom: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .people-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.75rem 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  body:has(.subnav) .people-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1300px) {
  body:has(.subnav) .people-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.people-list .people-list-item {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .people-list .people-list-item {
    margin-bottom: 0;
  }
}
.people-list .people-list-item:last-child {
  margin-bottom: 0;
}

.campaign-cta {
  position: relative;
  z-index: 1;
  margin-inline: auto 0;
  pointer-events: none;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .campaign-cta {
    position: absolute;
    inset: 7.1875rem 0 auto auto;
  }
}
.campaign-cta.campaign-cta--alt {
  position: fixed;
  max-width: 24rem;
  bottom: 2.25rem;
  right: 0;
  transition: 0.3s visibility ease-in-out, 0.3s opacity ease-in-out;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .campaign-cta.campaign-cta--alt {
    inset: auto 0 2.25rem auto;
  }
}
.campaign-cta.campaign-cta--alt[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
}
.campaign-cta.campaign-cta--alt:before {
  display: none;
}
.campaign-cta:before {
  content: "";
  position: absolute;
  background-color: #fff;
  inset: -4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .campaign-cta:before {
    display: none;
  }
}

.campaign-cta__inner {
  filter: drop-shadow(0 0.1875rem 0.5rem rgba(0, 0, 0, 0.16));
}

.campaign-cta__trigger-wrap {
  margin-bottom: -0.0625rem;
}

.campaign-cta__trigger {
  cursor: pointer;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 1.0625rem 4.9375rem 1rem 2.5rem;
  border: none;
  font-family: "Figtree", sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.33;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
  transition: 0.3s color ease-in-out, 0.3s clip-path ease-in-out, 0.3s background-color ease-in-out;
  text-align: left;
  pointer-events: all;
  max-width: 24rem;
}
.campaign-cta--alt .campaign-cta__trigger {
  max-width: none;
  position: absolute;
  right: 0;
  background-color: #c8102e;
  padding: 1.625rem 1.625rem 1.625rem 2.9375rem;
  clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%);
}
.campaign-cta--alt .campaign-cta__trigger i {
  color: #fff;
  font-size: 2.1875rem;
  transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out, 0.3s padding ease-in-out;
}
.campaign-cta__trigger:before, .campaign-cta__trigger:after {
  content: "";
  width: 0.1875rem;
  height: 1.3125rem;
  border-right: 0.125rem solid #c8102e;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s transform ease-in-out;
}
.campaign-cta--alt .campaign-cta__trigger:before, .campaign-cta--alt .campaign-cta__trigger:after {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s visibility ease-in-out, 0.3s opacity ease-in-out;
}
.campaign-cta__trigger:after {
  transform: translateY(-50%) rotate(90deg);
}
.campaign-cta__trigger[aria-expanded=true] {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.campaign-cta__trigger[aria-expanded=true]:before {
  transform: translateY(-50%) rotate(45deg);
}
.campaign-cta__trigger[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(135deg);
}
.campaign-cta--alt .campaign-cta__trigger[aria-expanded=true] {
  background-color: transparent;
  padding: 1.625rem;
}
.campaign-cta--alt .campaign-cta__trigger[aria-expanded=true] i {
  opacity: 0;
  visibility: hidden;
}
.campaign-cta--alt .campaign-cta__trigger[aria-expanded=true]:before, .campaign-cta--alt .campaign-cta__trigger[aria-expanded=true]:after {
  display: block;
  visibility: visible;
  border-color: #fff;
  border-width: 0.1875rem;
  opacity: 1;
}
.campaign-cta__trigger:hover, .campaign-cta__trigger:focus-visible {
  color: #c8102e;
}

.campaign-cta__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s grid-template-rows ease-out;
  background-color: #fff;
  pointer-events: none;
  position: absolute;
  right: 0;
  max-width: 24rem;
}
.campaign-cta--alt .campaign-cta__content {
  max-width: none;
  background-color: #c8102e;
  transition: 0.3s opacity ease-out, 0.3s transform ease-out;
  transform-origin: right;
  opacity: 0;
  display: block;
  transform: translateX(100%);
  position: relative;
}
.campaign-cta__content[aria-hidden=false] {
  grid-template-rows: 1fr;
  pointer-events: all;
}
.campaign-cta--alt .campaign-cta__content[aria-hidden=false] {
  opacity: 1;
  transform: translateX(0);
}

.campaign-cta__content-inner {
  overflow: hidden;
  padding-inline: 2.5rem 1.875rem;
  background-color: #fff;
  text-align: left;
}
.campaign-cta--alt .campaign-cta__content-inner {
  background-color: #c8102e;
  padding-inline: 1.375rem 5.0625rem;
}

.campaign-cta--alt .campaign-cta__content-copy-wrap {
  text-align: left;
}

.campaign-cta__content-title {
  font-family: "Figtree", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.18;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
}
.campaign-cta__content-title:first-child {
  margin: 0.9375rem 0 0.125rem;
}

.campaign-cta__content-body,
.campaign-cta__content-body p {
  line-height: 1.39;
}
@media screen and (min-width: 768px) {
  .campaign-cta__content-body,
  .campaign-cta__content-body p {
    font-size: 1rem;
    line-height: 1.375;
  }
}

.campaign-cta__content-body {
  margin-bottom: 1.5625rem;
}

.campaign-cta__content-link.fancy-link {
  margin-bottom: 2.1875rem;
  display: inline-block;
}
.campaign-cta--alt .campaign-cta__content-link.fancy-link {
  text-align: left;
  color: #fff;
  margin-bottom: 1.125rem;
}
.campaign-cta--alt .campaign-cta__content-link.fancy-link:before, .campaign-cta--alt .campaign-cta__content-link.fancy-link:after {
  border-color: #fff;
}
.campaign-cta__content-link.fancy-link:before {
  bottom: 0.875rem;
}
.campaign-cta__content-link.fancy-link:after {
  bottom: 0.5625rem;
}
.campaign-cta__content-link.fancy-link i {
  color: #c8102e;
  font-size: 1.6875rem;
  margin-right: 0.6875rem;
  position: relative;
  top: 0.125rem;
}
@supports (-moz-appearance: none) {
  .campaign-cta__content-link.fancy-link .fancy-link__arrow {
    margin-top: 0.6875rem;
  }
}
.campaign-cta--alt .campaign-cta__content-link.fancy-link .fancy-link__arrow:before, .campaign-cta--alt .campaign-cta__content-link.fancy-link .fancy-link__arrow:after {
  border-color: #fff;
}

.programs-summary-sentence {
  padding-block: 4.6875rem 4rem;
}
@media screen and (min-width: 1200px) {
  .programs-summary-sentence {
    padding-inline: 5rem;
  }
}

.programs-summary-sentence,
.programs-summary-sentence * {
  font-family: "Figtree", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.programs-degree-pairings {
  background-color: #f1f1f1;
  padding-block: 3.4375rem;
  position: relative;
  padding-inline: 2rem;
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .programs-degree-pairings {
    padding-inline: 2.5rem;
    padding-block: 3.3125rem 3.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .programs-degree-pairings {
    margin-bottom: 9.0625rem;
  }
}

.programs-degree-pairings__title {
  inset: 0 auto auto 0;
}

.programs-degree-pairings__col-heading {
  margin-block: 0 0.625rem;
}

.programs-degree-pairings__program {
  margin-bottom: 3.125rem;
  border-bottom: 0.125rem solid rgba(188, 190, 192, 0.3);
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .programs-degree-pairings__program {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 1.875rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .programs-degree-pairings__program {
    grid-template-columns: 19.375rem 1fr;
    gap: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .programs-degree-pairings__program:not(:first-of-type) .programs-degree-pairings__col-heading {
    display: none;
    visibility: hidden;
  }
}
.programs-degree-pairings__program:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.programs-degree-pairings__program-name-major-wrap {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .programs-degree-pairings__program-name-major-wrap {
    margin-bottom: 0;
  }
}

.programs-degree-pairings__program-major-minor {
  margin: 0.4375rem 0 0 0;
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  font-style: italic;
}

.programs-find-out-more {
  padding-block: 3.75rem 0;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .programs-find-out-more {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .programs-find-out-more {
    gap: 0 5.3125rem;
    padding-block: 5rem;
    margin-inline: -11.9375rem;
    padding-inline: 11.9375rem;
    margin-block: 8.125rem 2.8125rem;
  }
}

.programs-find-out-more__label {
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .programs-find-out-more__label {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1024px) {
  .programs-find-out-more__label {
    font-size: 2rem;
    line-height: 1.3125;
  }
}

.programs-find-out-more__column {
  margin-bottom: 1.5625rem;
}
.programs-find-out-more__column:last-child {
  margin-bottom: 0;
}

.programs-find-out-more__column-label {
  margin-bottom: 1.25rem;
}

.programs-find-out-more__program {
  margin-bottom: 1.5625rem;
}
.programs-find-out-more__program:last-child {
  margin-bottom: 0;
}

.programs-find-out-more__program-credits {
  margin-block: 0.3125rem 0;
  font-size: 1rem;
  font-style: italic;
}

.programs-find-out-more__contact-wrap {
  line-height: 1.85;
}
.programs-find-out-more__contact-wrap a {
  text-decoration: underline;
  text-decoration-color: #c8102e;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.25rem;
  transition: 0.3s text-decoration-color ease-in-out;
  color: #000;
  font-weight: 600;
}
.programs-find-out-more__contact-wrap a:focus-visible, .programs-find-out-more__contact-wrap a:hover {
  text-decoration-color: transparent;
}

.programs-accelerated-masters {
  background-color: #f1f1f1;
  padding: 3.4375rem 2rem;
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .programs-accelerated-masters {
    padding: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .programs-accelerated-masters {
    padding: 4.8125rem 6.5rem;
  }
}

.programs-accelerated-masters__title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.37;
}
@media screen and (min-width: 1200px) {
  .programs-accelerated-masters__title {
    font-size: 2rem;
    line-height: 1.47;
    margin-bottom: 0.8125rem;
  }
}

.programs-accelerated-masters__body,
.programs-accelerated-masters__body * {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .programs-accelerated-masters__body,
  .programs-accelerated-masters__body * {
    font-size: 1.125rem;
    line-height: 1.61;
  }
}

.programs-accelerated-masters__body {
  margin-bottom: 1.5625rem;
}

.programs-career-outlook {
  padding-block: 3.8125rem 5rem;
}
@media screen and (min-width: 768px) {
  .programs-career-outlook {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .programs-career-outlook {
    padding-block: 5.3125rem;
  }
}
@media screen and (min-width: 1200px) {
  .programs-career-outlook {
    padding-bottom: 0;
    margin-bottom: 8.4375rem;
  }
}
@media screen and (min-width: 1200px) {
  .programs-what-you-will-learn .programs-career-outlook {
    margin-inline: -11.9375rem;
  }
}

.programs-career-outlook__label,
.programs-career-outlook__subhead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .programs-career-outlook__label,
  .programs-career-outlook__subhead {
    grid-column: span 2;
  }
}

.programs-career-outlook__label {
  font-size: 2.125rem;
  font-size: clamp(2.125rem, 3.09vw, 2.8125rem);
  line-height: 1.29;
  letter-spacing: -0.10625rem;
}
@media screen and (min-width: 1024px) {
  .programs-career-outlook__label {
    margin-bottom: 1.1875rem;
  }
}

.programs-career-outlook__subhead {
  margin-bottom: 3.4375rem;
}
@media screen and (min-width: 1024px) {
  .programs-career-outlook__subhead {
    margin-bottom: 4.8125rem;
  }
}

.programs-career-outlook__callout {
  background-color: #f1f1f1;
  padding-block: 3.125rem 2.75rem;
  position: relative;
  padding-inline: 2rem;
  margin-bottom: 3.875rem;
}
@media screen and (min-width: 768px) {
  .programs-career-outlook__callout {
    padding-inline: 2.5rem;
    margin-bottom: 3.25rem;
  }
}
@media screen and (min-width: 768px) {
  .programs-career-outlook__callout:first-of-type {
    padding-block: 2.75rem 2.75rem;
  }
}
.programs-career-outlook__callout:last-of-type {
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .programs-career-outlook__callout:last-of-type {
    margin-bottom: 3.25rem;
  }
}
.programs-career-outlook__callout:has(+ .programs-career-outlook__quote--with-image) {
  padding-bottom: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .programs-career-outlook__callout:has(+ .programs-career-outlook__quote--with-image) {
    padding-bottom: 2.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .programs-career-outlook__callout ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.875rem;
  }
}
.programs-career-outlook__callout ul li {
  margin-bottom: 0.84375rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.22;
}
.programs-career-outlook__callout ul li:last-child {
  margin-bottom: 0;
}

.programs-career-outlook__callout-label {
  inset: 0 auto auto 0;
}

.programs-career-outlook__callout-intro {
  margin-bottom: 1.25rem;
}

.programs-career-outlook__callout-sublabel {
  margin-top: 0;
}

.programs-career-outlook__quote {
  margin: 0;
  padding-inline: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .programs-career-outlook__quote {
    padding-inline: 2.5rem;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1024px) {
  .programs-career-outlook__quote {
    padding-inline: 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  .programs-career-outlook--one-callout .programs-career-outlook__quote {
    grid-column: auto;
    padding-inline: 1.25rem;
  }
}
.programs-career-outlook__quote.programs-career-outlook__quote--with-image {
  display: flex;
  flex-direction: column-reverse;
  margin-top: -5.625rem;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .programs-career-outlook__quote.programs-career-outlook__quote--with-image {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 1.875rem;
    align-items: start;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .programs-career-outlook__quote.programs-career-outlook__quote--with-image {
    grid-template-columns: 1fr 18.25rem;
    margin-top: 0;
    padding-inline: 6.5rem;
    gap: 3.875rem;
  }
}
@media screen and (min-width: 768px) {
  .programs-career-outlook--one-callout .programs-career-outlook__quote.programs-career-outlook__quote--with-image {
    grid-template-columns: 1fr;
    gap: 1.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .programs-career-outlook--one-callout .programs-career-outlook__quote.programs-career-outlook__quote--with-image {
    grid-template-columns: 1fr 10.125rem;
    padding-inline: 0;
  }
}

@media screen and (min-width: 1024px) {
  .programs-career-outlook__quote__quote-wrap {
    display: grid;
    grid-template-columns: 4.25rem 1fr;
    gap: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .programs-career-outlook--one-callout .programs-career-outlook__quote__quote-wrap {
    gap: 1.25rem;
  }
}
.programs-career-outlook__quote__quote-wrap svg {
  fill: #c8102e;
  display: block;
  margin-bottom: 1.5625rem;
}

.programs-career-outlook__quote__quote {
  font-style: italic;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  line-height: 1.67;
  margin-bottom: 0.625rem;
}

.programs-career-outlook__quote__attribution {
  font-family: "Figtree", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.36;
  color: #c8102e;
  margin: 0;
}

.programs-career-outlook__quote__image {
  aspect-ratio: 1;
}
@media screen and (min-width: 1024px) {
  .programs-career-outlook__quote__image {
    transform: translateY(-5.625rem);
    margin-bottom: -5.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .programs-career-outlook--one-callout .programs-career-outlook__quote__image {
    transform: none;
  }
}

.programs-related {
  background-color: #f1f1f1;
  padding-block: 3.3125rem 2.8125rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .programs-related {
    padding-block: 4.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .programs-related ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .programs-related ul {
    gap: 1.25rem 6.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .programs-related ul {
    gap: 1.25rem 13.125rem;
  }
}
@media screen and (min-width: 768px) {
  .landing-page .programs-related ul {
    display: block;
    columns: 3;
    column-gap: 3.125rem;
    margin-bottom: -1.5rem;
  }
}
.programs-related ul li {
  margin-bottom: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .programs-related ul li {
    margin-bottom: 0;
  }
}
.programs-related ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .landing-page .programs-related ul li {
    margin-bottom: 1.5rem;
  }
}

.programs-related__label {
  font-size: 1.75rem;
  line-height: 1.68;
  letter-spacing: 0.175rem;
  margin-bottom: 1.6875rem;
}
@media screen and (min-width: 1024px) {
  .programs-related__label {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1.47;
  }
}

.programs-related__major-minor {
  font-size: 1rem;
  font-family: "Figtree", sans-serif;
  font-style: italic;
  letter-spacing: 0;
  margin-top: 0.3125rem;
}

.program-start-dates__inner {
  background-color: #f1f1f1;
  margin-inline: -1.875rem;
  padding-inline: 1.875rem;
  padding-block: 3.625rem 3.3125rem;
  display: grid;
  align-items: start;
  grid-template-areas: "program-start-intro" "program-start-buttons" "program-start-info";
}
@media screen and (min-width: 768px) {
  .program-start-dates__inner {
    margin-inline: -3.75rem;
    padding-inline: 3.75rem;
    gap: 2.1875rem 1.875rem;
    grid-template-areas: "program-start-intro" "program-start-info" "program-start-buttons";
  }
}
@media screen and (min-width: 1024px) {
  .program-start-dates__inner {
    grid-template-columns: 1fr 19.625rem;
    padding-block: 3rem 3.75rem;
    grid-template-areas: "program-start-intro program-start-buttons" "program-start-info program-start-buttons";
  }
}
@media screen and (min-width: 1200px) {
  .program-start-dates__inner {
    margin-inline: 0;
    margin-top: 2.5rem;
    padding-inline: 6.4375rem 5.25rem;
  }
}

.program-start-dates__intro {
  grid-area: program-start-intro;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .program-start-dates__intro {
    margin-bottom: 0;
  }
}

.program-start-dates__title {
  font-size: 1.75rem;
  letter-spacing: 0.175rem;
  line-height: 1.47;
  margin: 0 0 0.0625rem 0;
}
@media screen and (min-width: 1024px) {
  .program-start-dates__title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.program-start-dates__subtitle {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.36;
}
@media screen and (min-width: 1024px) {
  .program-start-dates__subtitle {
    font-size: 1.5rem;
    line-height: 1.42;
  }
}

.program-start-dates__info {
  grid-area: program-start-info;
}
@media screen and (min-width: 768px) {
  .program-start-dates__info {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .program-start-dates__info {
    gap: 1.875rem 4.1875rem;
  }
}

.program-start-dates__info-item {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .program-start-dates__info-item {
    margin-bottom: 0;
  }
}
.program-start-dates__info-item:last-child {
  margin-bottom: 0;
}

.program-start-dates__label {
  margin-bottom: 0.5rem;
}

.program-start-dates__value {
  margin: 0;
}

.program-start-dates__buttons {
  grid-area: program-start-buttons;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .program-start-dates__buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .program-start-dates__buttons {
    display: block;
  }
}
.program-start-dates__buttons .button {
  width: 100%;
}
.program-start-dates__buttons .button:first-child {
  background-color: #c8102e;
  color: #fff;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .program-start-dates__buttons .button:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .program-start-dates__buttons .button:first-child {
    margin-bottom: 2.1875rem;
  }
}
.program-start-dates__buttons .button:first-child:hover, .program-start-dates__buttons .button:first-child:focus-visible {
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 768px) {
  .program-start-dates__buttons .button.modal__trigger {
    margin-bottom: 0;
  }
}
.program-start-dates__buttons .button.modal__trigger:focus {
  background-color: #fff;
  color: #000;
}

.program-start-dates__info-session {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .program-start-dates__info-session {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.25rem 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .program-start-dates__info-session .fancy-link::before {
    bottom: 0.9375rem;
  }
  .program-start-dates__info-session .fancy-link::after {
    bottom: 0.625rem;
  }
}

.program-start-dates__info-session-time {
  margin-block: 0.1875rem 0;
  display: block;
  font-size: 1.125rem;
  line-height: 1.61;
}
@media screen and (min-width: 768px) {
  .program-start-dates__info-session-time {
    margin: 0;
  }
}

.modal__lightbox #programRequestInfo-content {
  padding: 0;
}
.modal__lightbox .programs-request-info-form {
  box-shadow: none;
}

.programs-request-info-form__outer {
  padding-block: 3.75rem 3.125rem;
}
@media screen and (min-width: 1024px) {
  .programs-request-info-form__outer {
    padding-block: 6.25rem 0.3125rem;
  }
}

.programs-request-info-form {
  padding-block: 2.5rem 3.75rem;
  background-color: #fff;
  box-shadow: 0rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.16);
  max-width: 52rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .programs-request-info-form {
    padding-block: 3.4375rem 3.75rem;
  }
}

.programs-request-info-form__label {
  font-size: 2.125rem;
  font-size: clamp(2.125rem, 3.13vw, 2.8125rem);
  line-height: 1.29;
  letter-spacing: -0.10625rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .programs-request-info-form__label {
    letter-spacing: -0.070625rem;
  }
}

.programs-request-info-form__intro,
.programs-request-info-form__intro * {
  font-size: 1.125rem;
  line-height: 1.61;
}

.programs-request-info-form__intro {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .form_container .form_page {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.form_container div.form_question {
  margin: 0 0 1.25rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .form_container div.form_question {
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) {
  .form_container div.form_question:nth-child(1) {
    grid-column: 1/1;
  }
}
@media screen and (min-width: 768px) {
  .form_container div.form_question:nth-child(2) {
    grid-column: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .form_action {
    margin-top: 1.25rem;
  }
}

.end-of-page-call-to-action {
  isolation: isolate;
  padding-block: 3.75rem 4.375rem;
}
@media screen and (min-width: 1024px) {
  .end-of-page-call-to-action {
    padding-block: 2.3125rem 7.3125rem;
    padding-inline: 12.5rem 6.875rem;
    margin-top: 9.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .end-of-page-call-to-action {
    padding-inline: 25.0625rem 6.875rem;
    margin-top: 11.25rem;
  }
}
.end-of-page-call-to-action:before {
  z-index: -1;
}
.end-of-page-call-to-action:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #c8102e;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .end-of-page-call-to-action:after {
    inset: -5rem 0 0 7.25rem;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .end-of-page-call-to-action:after {
    inset: -5rem 0 0 14.5rem;
  }
}
@media screen and (min-width: 768px) {
  .end-of-page-call-to-action .button-set ul {
    justify-content: center;
  }
}
.end-of-page-call-to-action .button-set ul li:first-child .button {
  background-color: #c8102e;
  color: #fff;
}
.end-of-page-call-to-action .button-set ul li:first-child .button:focus-visible, .end-of-page-call-to-action .button-set ul li:first-child .button:hover {
  background-color: #fff;
  color: #000;
}
.end-of-page-call-to-action .button-set ul li .button {
  border: 0.125rem solid #fff;
}

.end-of-page-call-to-action__title {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 4.14vw, 3.75rem);
  line-height: 1.25;
  margin-bottom: 2.1875rem;
  letter-spacing: -0.125rem;
}
@media screen and (min-width: 1024px) {
  .end-of-page-call-to-action__title {
    letter-spacing: -0.1875rem;
    line-height: 1.33;
    margin-bottom: 1.75rem;
  }
}

.end-of-page-feature {
  isolation: isolate;
  padding-block: 3.75rem 4.375rem;
  display: grid;
  grid-template-areas: "signup" "menu" "lower";
}
@media screen and (min-width: 1200px) {
  .end-of-page-feature {
    padding-block: 2.3125rem 7.3125rem;
    padding-inline: 6.125rem;
    margin-top: 11.25rem;
    grid-template-areas: "menu signup" "menu lower";
    grid-template-columns: 1.2fr 1fr;
    grid-column-gap: 6.25rem;
    grid-template-columns: 1.2fr 1fr;
  }
}
.end-of-page-feature:before {
  z-index: -1;
}

.end-of-page-feature__sign-up {
  grid-area: signup;
  color: #fff;
  align-items: center;
  position: relative;
  padding-block: 3.6875rem 4.0625rem;
  margin-top: -8.125rem;
  align-self: start;
}
@media screen and (max-width: 1199.9px) {
  .end-of-page-feature__sign-up {
    width: 100%;
    justify-self: end;
    margin-left: -3.75rem;
  }
}
.end-of-page-feature__sign-up:after {
  content: "";
  position: absolute;
  inset: 0 -3.75rem;
  background-color: #c8102e;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .end-of-page-feature__sign-up:after {
    clip-path: polygon(4.375rem 0, 100% 0, 100% 100%, 0% 100%);
    inset: 0rem -6.875rem 0 -4.375rem;
  }
}

.end-of-page-feature__sign-up-title {
  font-size: 2rem;
  line-height: 2.625rem;
  text-align: center;
  margin-bottom: 2.3125rem;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .end-of-page-feature__sign-up-title {
    margin-inline: auto;
    max-width: 22.5rem;
  }
}

.end-of-page-feature__sign-up-link {
  text-align: center;
}

.end-of-page-feature__menu {
  padding-top: 2.5rem;
  grid-area: menu;
}
@media screen and (min-width: 1200px) {
  .end-of-page-feature__menu {
    grid-row: 1/3;
  }
}

.end-of-page-feature__menu .link-set ul {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 31.25rem;
}
@media screen and (min-width: 667px) {
  .end-of-page-feature__menu .link-set ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1199.9px) {
  .end-of-page-feature__menu .link-set ul {
    margin-inline: auto;
  }
  .end-of-page-feature__menu .link-set ul li {
    text-align: center;
  }
}

.end-of-page-feature__menu-title {
  color: #c8102e;
  margin-bottom: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .end-of-page-feature__menu-title {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .end-of-page-feature__menu-title {
    text-align: left;
  }
}

.end-of-page-feature__lower {
  grid-area: lower;
  margin-top: 3.0625rem;
}

.end-of-page-feature__lower p {
  text-align: center;
}

.end-of-page-feature__lower-title {
  font-size: 1.75rem;
  line-height: 2.9375rem;
  color: #c8102e;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.175rem;
}
@media screen and (min-width: 1024px) {
  .end-of-page-feature__lower-title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.alert-bar {
  background-color: #000;
  padding: 1.5rem;
  width: 100%;
  z-index: 1;
}
.alert-bar[disabled] {
  display: none;
  visibility: hidden;
}
.alert-bar.alert-bar--event {
  background-color: #cc9e49;
}
.alert-bar.alert-bar--event i {
  color: #000;
}
.alert-bar.alert-bar--emergency {
  background-color: #003da5;
}
.alert-bar.alert-bar--other {
  background-color: #bcbec0;
}
.alert-bar.alert-bar--other i {
  color: #000;
}
.alert-bar i {
  color: #fff;
  float: left;
  margin-right: 1.25rem;
  font-size: 1.6875rem;
}
@media screen and (min-width: 1200px) {
  .kitchen-sink:has(.subnav) .alert-bar {
    padding-left: 6.6875rem;
  }
}

.main-site-header + .alert-bar {
  top: 4.625rem;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .main-site-header + .alert-bar {
    position: fixed;
  }
}

.alert-bar__message * {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.61;
  color: #fff;
}
.alert-bar--event .alert-bar__message *, .alert-bar--other .alert-bar__message * {
  color: #000;
}
.alert-bar__message a {
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.4375rem;
  transition: 0.3s text-decoration-color ease-in-out;
}
.alert-bar__message a:focus-visible, .alert-bar__message a:hover {
  text-decoration-color: transparent;
}

.form-filters__form {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .form-filters__form {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .form-filters__form-item {
    margin-bottom: 3.25rem;
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.16);
  }
}

.form-filters__form-item-heading {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .form-filters__form-item-heading {
    display: block;
    visibility: visible;
  }
}

.form-filters__form-item-heading-mobile-button {
  border: none;
  border-bottom: 0.125rem solid #f1f1f1;
  width: 100%;
  text-align: left;
  background-color: transparent;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.21;
  position: relative;
  cursor: pointer;
  color: #000;
  transition: 0.3s color ease-in-out;
  padding: 1.9375rem 2.1875rem 1.9375rem 2.1875rem;
}
@media screen and (min-width: 768px) {
  .form-filters__form-item-heading-mobile-button {
    display: none;
    visibility: hidden;
  }
}
.form-filters__form-item-heading-mobile-button:hover, .form-filters__form-item-heading-mobile-button:focus-visible {
  color: #c8102e;
}
.form-filters__form-item-heading-mobile-button:hover:before, .form-filters__form-item-heading-mobile-button:hover:after, .form-filters__form-item-heading-mobile-button:focus-visible:before, .form-filters__form-item-heading-mobile-button:focus-visible:after {
  border-color: #c8102e;
}
.form-filters__form-item-heading-mobile-button[aria-expanded=true]:before {
  opacity: 0;
}
.form-filters__form-item-heading-mobile-button:before, .form-filters__form-item-heading-mobile-button:after {
  content: "";
  width: 0.25rem;
  height: 1rem;
  border-right: 0.25rem solid #c8102e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s opacity ease-in-out, 0.3s border-color ease-in-out;
}
.form-filters__form-item-heading-mobile-button:after {
  transform: translateY(-50%) rotate(90deg);
}

.form-filters__form-item-inner {
  display: grid;
  transition: 0.3s grid-template-rows ease-out;
  grid-template-rows: 0fr;
}
.form-filters__form-item-inner[aria-hidden=false] {
  grid-template-rows: 1fr;
}
@media screen and (min-width: 768px) {
  .form-filters__form-item-inner {
    display: block;
  }
}

.form-filters__form-item-label-wrap {
  overflow: hidden;
}
.form-filters__form-item-label-wrap label {
  margin-inline: 1.9375rem 0;
  margin-bottom: 1.6875rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form-filters__form-item-label-wrap label {
    gap: 0.75rem;
    margin-inline: 1.5rem 0;
    font-size: 1rem;
    margin-bottom: 0.875rem;
  }
}
.form-filters__form-item-label-wrap label:first-child {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .form-filters__form-item-label-wrap label:first-child {
    margin-top: 2.6875rem;
  }
}
.form-filters__form-item-label-wrap label:last-child {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .form-filters__form-item-label-wrap label:last-child {
    margin-bottom: 1.875rem;
  }
}
.form-filters__form-item-label-wrap input {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form-filters__form-item-label-wrap input {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.program-finder {
  margin-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .program-finder {
    display: grid;
    grid-template-columns: 18.25rem 1fr;
    gap: 2.4375rem;
    align-items: start;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .program-finder {
    margin-top: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .program-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6875rem 2.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .program-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.program-list-item {
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .program-list-item {
    margin-bottom: 0;
  }
}

.program-list-item__degree {
  margin: 0.3125rem 0 0 0;
  font-size: 1rem;
}

.program-list-item__location-note {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #575757;
  font-size: 1rem;
  margin: 0.3125rem 0 0 0;
}

.program-listings--no-results .button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .program-listings--no-results .button {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .news-story-browser {
    display: grid;
    grid-template-columns: 18.25rem 1fr;
    gap: 2.4375rem;
    align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .news-story-browser {
    margin-top: 4.375rem;
  }
}

.news-story-browser__search-form {
  margin-bottom: 3.75rem;
  position: relative;
}
.news-story-browser__search-form input {
  width: 100%;
  background-color: #f1f1f1;
  padding: 1.25rem 1.25rem 1.25rem 3.125rem;
  font-size: 1.125rem;
  font-family: "Figtree", sans-serif;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.146' height='24.146'%3E%3Cg fill='none' stroke='%237c7c7c' stroke-width='3' data-name='Group 3298'%3E%3Cg data-name='Ellipse 598' transform='rotate(-30 15.17 4.065)'%3E%3Ccircle cx='8.129' cy='8.129' r='8.129' stroke='none'/%3E%3Ccircle cx='8.129' cy='8.129' r='6.629'/%3E%3C/g%3E%3Cpath d='m15.384 15.384 7.701 7.701' data-name='Line 363'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: 1.25rem center;
  background-size: 1.4375rem;
}

.news-story-browser__search-form-reset {
  position: absolute;
  inset: 1.4375rem 1.25rem auto auto;
  border: none;
  padding: 0;
  cursor: pointer;
}
.news-story-browser__search-form-reset svg {
  fill: #7c7c7c;
}

@media screen and (min-width: 768px) {
  .news-story-browser__story-list .news-story-with-date {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .news-story-browser__story-list .news-story-with-date {
    display: grid;
  }
}

.news-list--no-results {
  margin-bottom: 4.375rem;
}
.news-list--no-results .button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-list--no-results .button {
    width: auto;
  }
}

.news-feature {
  display: grid;
  grid-template-rows: auto auto;
  gap: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .news-feature {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
  }
}

.news-feature__sidebar {
  align-self: start;
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1023.9px) {
  .news-feature__sidebar {
    grid-row-start: 2;
  }
}

.news-feature__sidebar-menu {
  padding: 2.5625rem 2.9375rem 2.3125rem 1.9375rem;
}

@media screen and (max-width: 1023.9px) {
  .news-feature__featured-story {
    grid-row-start: 1;
  }
}
.news-feature__featured-story.card--clickable {
  cursor: pointer;
}
.news-feature__featured-story.card--clickable:hover .fancy-link, .news-feature__featured-story.card--clickable:focus-visible .fancy-link {
  color: #c8102e;
}
.news-feature__featured-story.card--clickable:hover .fancy-link .fancy-link__arrow, .news-feature__featured-story.card--clickable:focus-visible .fancy-link .fancy-link__arrow {
  margin-left: 0.5rem;
}
.news-feature__featured-story.card--clickable:hover .fancy-link .fancy-link__arrow:before, .news-feature__featured-story.card--clickable:focus-visible .fancy-link .fancy-link__arrow:before {
  transform: scaleX(1);
  opacity: 1;
}

.news-feature__image {
  margin-bottom: 1.25rem;
  aspect-ratio: 4/3;
}

.news-feature__title {
  letter-spacing: 0;
  line-height: 0;
}

.news-feature__title .fancy-link {
  font-size: 1.625rem;
  line-height: 1.3125;
}
@media screen and (min-width: 1024px) {
  .news-feature__title .fancy-link {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.news-feature__title .fancy-link .fancy-link__arrow {
  margin-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .news-feature__title .fancy-link .fancy-link__arrow {
    margin-top: 1rem;
  }
}

.news-feature__sidebar {
  background: #fff;
}

.news-feature__sections li:first-of-type .news-feature__section-item {
  padding-top: 0;
}

.news-feature__section-item {
  padding-block: 1.25rem;
  border-bottom: solid 0.125rem #c8c8c8;
}

.news-feature__section-item p {
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.625rem;
}

.news-feature__links {
  padding-block: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-feature__sidebar-cta > .button {
  line-height: 1.3;
  padding-block: 0.8rem;
}

.news-landing main:before {
  height: 100vh;
}
@media screen and (min-width: 1024px) {
  .news-landing .paragraph-widget--news-community-spotlight + .paragraph-widget--card-set {
    margin-top: -4.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-landing .paragraph-widget--news-community-spotlight + .paragraph-widget--card-set {
    margin-top: -4.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-landing .paragraph-widget--news-community-spotlight + .paragraph-widget--card-set .card-set {
    padding-inline: 6.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-landing .paragraph-widget--news-community-spotlight + .paragraph-widget--card-set .card-set {
    padding-inline: 10.625rem;
  }
}

.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 {
  color: #c8102e;
}
.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;
}

.text-cta {
  padding-inline: 1.875rem;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .text-cta {
    padding-inline: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .text-cta {
    padding-top: 6.1875rem;
    padding-inline: 6.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .kitchen-sink .text-cta {
    padding-inline: 13.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .kitchen-sink:has(.subnav) .text-cta {
    padding-inline: 26.125rem 6.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .home .text-cta {
    padding-inline: 6.25rem;
  }
}
.text-cta .text-content {
  text-align: center;
  max-width: 59.375rem;
  margin-inline: auto;
}
.text-cta .text-content .button {
  margin-top: 1.125rem;
}

.home-hero__main-content-media-outer-wrap {
  position: relative;
  overflow: hidden;
  transition: 0.3s height ease-in-out;
}

.home-hero__main-content-media {
  position: relative;
  aspect-ratio: 0.75;
  overflow: hidden;
}
@media screen and (min-width: 667px) {
  .home-hero__main-content-media {
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 768px) {
  .home-hero__main-content-media {
    aspect-ratio: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__main-content-media {
    aspect-ratio: 2.26059655;
  }
}
.home-hero__main-content-media-outer-wrap--loaded .home-hero__main-content-media {
  position: absolute;
  inset: 0 0 auto 0;
}
@media screen and (min-width: 1024px) {
  .home-hero__main-content-media-outer-wrap--loaded .home-hero__main-content-media {
    position: fixed;
  }
}
.home:not(:has(.alert-bar)) .home-hero__main-content-media-outer-wrap--loaded .home-hero__main-content-media {
  position: fixed;
  inset: 4.625rem 0 auto 0;
}
.home-hero__main-content-media img {
  transition: 0.3s opacity ease-in-out;
  opacity: 1;
}
.home-hero__main-content-media iframe {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .home-hero__main-content-media iframe {
    display: block;
    visibility: visible;
    position: absolute;
    top: -5vw;
    width: 100%;
    height: 56vw;
    opacity: 0;
    transition: 0.3s opacity ease-in-out;
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__main-content-media.video-playing img {
    opacity: 0;
  }
  .home-hero__main-content-media.video-playing iframe {
    opacity: 1;
  }
}

.home-hero__main-content-media.video-playing + .home-hero__media-play-pause-button:before {
  display: none;
  visibility: hidden;
}
.home-hero__main-content-media.video-playing + .home-hero__media-play-pause-button:after {
  display: block;
  visibility: visible;
}

.home-hero__media-play-pause-button {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .home-hero__media-play-pause-button {
    display: block;
    visibility: visible;
    position: absolute;
    inset: auto 1.9375rem 3.5rem auto;
    z-index: 100;
    width: 3rem;
    height: 3rem;
    content: "button";
    border-radius: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.3s background-color ease-in-out, 0.3s border-color ease-in-out, 0.3s opacity ease-in-out;
    border: 0.1875rem solid #fff;
    display: block;
    cursor: pointer;
  }
}
.home-hero__media-play-pause-button:before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.9375rem;
  border-color: transparent transparent transparent #fff;
  transition: 0.3s border-color ease-in-out;
}
.home-hero__media-play-pause-button:after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 0.9375rem;
  height: 1.25rem;
  background-color: transparent;
  border-inline: 0.3125rem solid #fff;
  transition: 0.3s border-color ease-in-out;
  display: none;
  visibility: hidden;
}
.home-hero__media-play-pause-button:focus-visible, .home-hero__media-play-pause-button:hover {
  background-color: #fff;
  border-color: #c8102e;
}
.home-hero__media-play-pause-button:focus-visible:before, .home-hero__media-play-pause-button:hover:before {
  border-color: transparent transparent transparent #c8102e;
}
.home-hero__media-play-pause-button:focus-visible:after, .home-hero__media-play-pause-button:hover:after {
  border-color: #c8102e;
}

.home-hero__text-content {
  margin-top: -8.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-hero__text-content {
    position: static;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero__text-content {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -8.125rem;
    padding-bottom: 2.0625rem;
  }
}
@media screen and (min-width: 1440px) {
  .home-hero__text-content {
    grid-template-columns: 46.0625rem 1fr;
  }
}

.home-hero__title {
  background-color: #c8102e;
  padding: 2.1875rem 1.875rem 2.375rem 1.875rem;
  margin: 0 4.4375rem 0 0;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  color: #fff;
  text-shadow: 0.1875rem 0.1875rem 0.625rem #a50e27;
  width: 80%;
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 5.51vw, 5rem);
  position: relative;
  max-width: 46.0625rem;
  z-index: 2;
  text-wrap: balance;
}
@media screen and (min-width: 480px) {
  .home-hero__title {
    padding-right: 4.875rem;
  }
}
@media screen and (min-width: 768px) {
  .home-hero__title {
    width: 60%;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero__title {
    padding: 4.0625rem 1.25rem 4.0625rem 6.125rem;
    width: auto;
    margin-right: 0;
  }
}
.home-hero__title:before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 2.5rem;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='168.78'%3E%3Cpath fill='%23c8102e' d='M0-.004h40L0 168.776Z' data-name='Path 2475'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -webkit-background-size: cover;
  transform: translateX(100%);
  width: 3.3125rem;
}
@media screen and (min-width: 1200px) {
  .home-hero__title:before {
    width: 5rem;
  }
}
@media screen and (min-width: 1800px) {
  .home-hero__title:before {
    right: 0.0625rem;
  }
}
.home-hero__title:has(+ .campaign-cta) {
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .home-hero__title:has(+ .campaign-cta) {
    margin-bottom: 0;
  }
}

.home-hero__cta-wrap {
  padding-inline: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background-color: #fff;
  position: relative;
  isolation: isolate;
  padding-block: 1.875rem;
}
@media screen and (min-width: 667px) {
  .home-hero__cta-wrap {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .home-hero__cta-wrap {
    padding-inline: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero__cta-wrap {
    margin-top: 7.5rem;
    padding-inline: 3.75rem 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .home-hero__cta-wrap {
    padding-left: 6.25rem;
    padding-top: 3.25rem;
    transform: none;
    margin-top: 6.875rem;
  }
}
.home-hero__cta-wrap:before {
  content: "";
  position: absolute;
  background-color: #fff;
  inset: -2.0625rem 0 auto 0;
  height: 2.125rem;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .home-hero__cta-wrap:before {
    left: -6.25rem;
    inset: 0 0 -3.125rem 0;
    height: auto;
    display: block;
  }
}
@media screen and (min-width: 667px) {
  .home-hero__cta-wrap .link-set ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__cta-wrap .link-set ul {
    gap: 1.25rem 4.6875rem;
  }
}
.home-hero__cta-wrap .link-set ul li {
  text-align: right;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 667px) {
  .home-hero__cta-wrap .link-set ul li {
    text-align: left;
    margin-bottom: 0;
  }
}
.home-hero__cta-wrap .link-set ul li:last-child {
  margin-bottom: 0;
}

.home-hero__cta-heading {
  color: #c8102e;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-size: 1.75rem;
  line-height: 1.36;
  font-weight: 700;
  letter-spacing: 0.175rem;
}
@media screen and (min-width: 768px) {
  .home-hero__cta-heading {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1.47;
  }
}

.home-heading {
  font-size: 2.1875rem;
  letter-spacing: -0.055rem;
  line-height: 1.29;
  font-size: clamp(2.1875rem, 4.14vw, 3.75rem);
}
@media screen and (min-width: 768px) {
  .home-heading {
    letter-spacing: -0.09375rem;
    line-height: 1.33;
  }
}

.js .home-fade-in-animation {
  opacity: 0;
}
.js .home-fade-in-animation.home-fade-in-animation--active {
  animation: homeFadeInAnimation 0.75s ease-in-out forwards;
}

@keyframes homeFadeInAnimation {
  0% {
    clip-path: polygon(100% 0, 110% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 110% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
.home-animated-words {
  display: none;
  visibility: hidden;
  white-space: nowrap;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  font-style: italic;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  font-size: 4rem;
  font-size: clamp(4rem, 14.14vw, 12.8125rem);
  line-height: 1.13;
  letter-spacing: -0.1rem;
}
@media screen and (min-width: 1024px) {
  .home-animated-words {
    letter-spacing: -0.96125rem;
    display: block;
    visibility: visible;
  }
}

.home-outcomes {
  padding-block: 3.4375rem 2.6875rem;
  isolation: isolate;
}
@media screen and (min-width: 991px) {
  .home-outcomes {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1.4fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .home-outcomes {
    gap: 5rem;
    padding-block: 5.9375rem 2.6875rem;
    margin-top: 0.4375rem;
  }
}
.home-outcomes:after {
  content: "";
  position: absolute;
  inset: -4.6875rem 0 auto 0;
  background-color: #fff;
  height: 4.6875rem;
  z-index: -1;
}
.home-outcomes .home-heading {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 991px) {
  .home-outcomes .home-heading {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 1200px) {
  .home-outcomes .home-heading {
    margin-bottom: 0;
  }
}

.home-outcomes__media {
  margin-bottom: 2.9375rem;
  padding-top: 1.875rem;
}
@media screen and (min-width: 991px) {
  .home-outcomes__media {
    margin-bottom: 0;
    margin-top: -1.375rem;
  }
}
.home-outcomes__media .video-embed__media-wrap {
  margin-bottom: 1.0625rem;
}
.home-outcomes__media .video-embed__caption {
  font-size: 1.125rem;
  line-height: 1.61;
}

.home-outcomes__media-flag {
  transform: translateY(-70%);
  z-index: 2;
}

.home-outcomes__rankings {
  position: relative;
}

.home-outcomes__rankings-flag {
  transform: none;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 991px) {
  .home-outcomes__rankings-flag {
    transform: translateY(-50%);
  }
}

.home-outcomes__rankings-list li {
  border-bottom: 0.125rem solid rgba(200, 200, 200, 0.5);
  padding-block: 1.75rem;
}
@media screen and (min-width: 1024px) {
  .home-outcomes__rankings-list li {
    padding-block: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-outcomes__rankings-list li:first-child {
    padding-top: 0.375rem;
  }
}
.home-outcomes__rankings-list li:last-child {
  border-bottom: none;
}

.home-outcomes__ranking-text {
  color: #c8102e;
  font-weight: 700;
  line-height: 1.33;
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .home-outcomes__ranking-text {
    margin-bottom: 0.3125rem;
  }
}

.home-outcomes__ranking-source {
  font-size: 1.125rem;
  line-height: 1.61;
}

.home-degrees {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 240, 240) 100%);
  padding-block: 3.75rem 4.6875rem;
  isolation: isolate;
}
@media screen and (min-width: 991px) {
  .home-degrees {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-degrees {
    padding-block: 6.25rem 8.4375rem;
  }
}
.home-degrees:after {
  content: "";
  position: absolute;
  inset: -4.6875rem 0 auto 0;
  background-color: #fff;
  height: 4.6875rem;
  z-index: -1;
}

.home-degrees__headline-cta-column {
  margin-bottom: 4.25rem;
}
.home-degrees__headline-cta-column .home-heading {
  margin-bottom: 1.4375rem;
}

.home-degrees__subhead {
  font-size: 1.125rem;
  line-height: 1.61;
  font-weight: 400;
  margin-block: 0 1.5625rem;
}
@media screen and (min-width: 768px) {
  .home-degrees__subhead {
    font-size: 1.5rem;
    line-height: 1.42;
  }
}

.home-degrees__pathway-column {
  position: relative;
  padding-top: 1.375rem;
}
.home-degrees__pathway-column .carousel__nav {
  inset: 4.15625rem 2rem auto auto;
  width: auto;
}
.home-degrees__pathway-column .carousel__nav-previous {
  margin-right: 0.5rem;
}
.home-degrees__pathway-column .carousel__nav-previous,
.home-degrees__pathway-column .carousel__nav-next {
  position: relative;
  transform: none;
}
.home-degrees__pathway-column .carousel__nav-sizer {
  padding-top: 0;
}
.home-degrees__pathway-column .flickity-page-dots {
  visibility: hidden;
  display: none;
}

.home-degrees__carousel__slide {
  width: 100%;
}

.home-degrees__pathway-flag {
  z-index: 1;
}

.home-degrees__quote {
  background-color: #f1f1f1;
  padding: 3.875rem 2rem;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .home-degrees__quote {
    display: grid;
    grid-template-columns: 4.1875rem 1fr;
    gap: 1.875rem;
    padding: 3.25rem 2.8125rem 3.75rem 2.5rem;
  }
}
.home-degrees__quote svg {
  fill: #c8102e;
  display: block;
  margin-bottom: 1.5625rem;
}

.home-degrees__quote-text {
  font-size: 1.25rem;
  line-height: 1.55;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .home-degrees__quote-text {
    font-size: 1.375rem;
  }
}

.home-degrees__attribution {
  font-size: 1.5rem;
  line-height: 1.33;
  color: #c8102e;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .home-degrees__attribution {
    padding-right: 7.5rem;
  }
}

.home-degrees__img-major-minor-wrap {
  display: grid;
  grid-template-columns: 10.125rem 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 991px) {
  .home-degrees__img-major-minor-wrap {
    grid-template-columns: 13rem 1fr;
    gap: 2.5rem;
  }
}

.home-degrees__student-image {
  aspect-ratio: 1;
}

.home-degrees__pathway-outer-wrap {
  text-align: left;
  padding-top: 1.5rem;
}
@media screen and (min-width: 991px) {
  .home-degrees__pathway-outer-wrap {
    padding-top: 2rem;
  }
}

.home-degrees__pathway-wrap {
  margin-bottom: 1.71875rem;
}
@media screen and (min-width: 991px) {
  .home-degrees__pathway-wrap {
    margin-bottom: 1.34375rem;
  }
}
.home-degrees__pathway-wrap:last-child {
  margin-bottom: 0;
}
.home-degrees__pathway-wrap ul li {
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5625;
}

.home-degrees__pathway-label {
  letter-spacing: 0.11875rem;
  font-weight: 700;
  line-height: 1.26;
  text-transform: uppercase;
  font-size: 1.1875rem;
  margin-bottom: 0.625rem;
  color: #c8102e;
}

.home-academic-cta {
  position: relative;
  background-color: #fff;
  padding-bottom: 2.875rem;
}
@media screen and (min-width: 1024px) {
  .home-academic-cta {
    padding-bottom: 4.375rem;
  }
}
.home-academic-cta .home-heading {
  letter-spacing: 0.175rem;
  font-weight: 700;
  line-height: 1.36;
  font-family: "Figtree", sans-serif;
  color: #c8102e;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .home-academic-cta .home-heading {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1.47;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .home-academic-cta .button-set ul {
    justify-content: center;
    gap: 2rem 3rem;
  }
}

.home-life {
  padding-block: 3.75rem 5.9375rem;
  isolation: isolate;
}
@media screen and (min-width: 1024px) {
  .home-life {
    padding-block: 6.25rem 7.1875rem;
  }
}
.home-life:after {
  content: "";
  position: absolute;
  inset: -4.6875rem 0 auto 0;
  background-color: #fff;
  height: 4.6875rem;
  z-index: -1;
}
.home-life .home-heading {
  text-align: center;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .home-life .home-heading {
    margin-bottom: 1.25rem;
  }
}
.home-life .button-set {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .home-life .button-set {
    margin-bottom: 5.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-life .button-set {
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .home-life .button-set ul {
    justify-content: center;
  }
}
.home-life .home-animated-words {
  display: block;
  visibility: visible;
  top: 18.75rem;
  margin-left: -9.375rem;
  z-index: -1;
}
@media screen and (min-width: 480px) {
  .home-life .home-animated-words {
    top: 12.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-life .home-animated-words {
    top: 13.125rem;
    margin-left: -6.25rem;
  }
}

.home-life__subhead {
  text-align: center;
  margin-block: 0 1.875rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .home-life__subhead {
    font-size: 1.5rem;
    line-height: 1.42;
    margin-bottom: 2.5rem;
  }
}

.home-news {
  padding-block: 2.8125rem;
  isolation: isolate;
}
@media screen and (min-width: 991px) {
  .home-news {
    display: grid;
    gap: 0 2.5rem;
    grid-template-columns: 1.2fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .home-news {
    gap: 0 5.6875rem;
    padding-block: 7.1875rem 2.6875rem;
  }
}
.home-news:after {
  content: "";
  position: absolute;
  inset: -4.6875rem 0 auto 0;
  background-color: #fff;
  height: 4.6875rem;
  z-index: -1;
}
.home-news .home-heading {
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 991px) {
  .home-news .home-heading {
    grid-column: span 2;
    margin-bottom: 1.875rem;
  }
}

.home-news__featured-article {
  position: relative;
  margin-bottom: 4.3125rem;
  padding-top: 1.375rem;
}
@media screen and (min-width: 991px) {
  .home-news__featured-article {
    margin-bottom: 0;
  }
}
.home-news__featured-article.card--clickable {
  cursor: pointer;
}
.home-news__featured-article.card--clickable:focus-visible .fancy-link, .home-news__featured-article.card--clickable:hover .fancy-link {
  color: #c8102e;
}
.home-news__featured-article.card--clickable:focus-visible .fancy-link .fancy-link__arrow, .home-news__featured-article.card--clickable:hover .fancy-link .fancy-link__arrow {
  margin-left: 0.5rem;
}
.home-news__featured-article.card--clickable:focus-visible .fancy-link .fancy-link__arrow:before, .home-news__featured-article.card--clickable:hover .fancy-link .fancy-link__arrow:before {
  transform: scaleX(1);
  opacity: 1;
}

.home-news__featured-article-flag {
  z-index: 1;
}

.home-news__featured-article-media {
  aspect-ratio: 1.78;
  margin-bottom: 2.3125rem;
}

.home-news__featured-article-link {
  font-size: 1.5rem;
  line-height: 1.42;
  font-weight: 700;
}
.home-news__featured-article-link .fancy-link__arrow {
  margin-top: 0.75rem;
}

.home-news__featured-article-subhead {
  margin: 0.625rem 0 0 0;
}

.home-news__article-listings-list {
  margin-bottom: 2.8125rem;
}
.home-news__article-listings-list li {
  line-height: 1.37;
  padding-block: 1.0625rem;
  border-bottom: 0.125rem solid rgba(200, 200, 200, 0.5);
}
@media screen and (min-width: 991px) {
  .home-news__article-listings-list li {
    padding-block: 2.25rem;
  }
}
@media screen and (min-width: 991px) {
  .home-news__article-listings-list li:first-child {
    padding-top: 0.75rem;
  }
}
.home-news__article-listings-list .fancy-link .fancy-link__arrow {
  margin-top: 0.40625rem;
}

.home-news__article-listings-heading {
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.175rem;
  font-weight: 700;
  color: #c8102e;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .home-news__article-listings-heading {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1.47;
  }
}

.home-events {
  isolation: isolate;
  padding-block: 3.4375rem;
}
.home-events:after {
  content: "";
  position: absolute;
  inset: -4.6875rem 0 auto 0;
  background-color: #fff;
  height: 4.6875rem;
  z-index: -1;
}
.home-events .home-heading {
  text-align: center;
  margin-bottom: 1.5625rem;
}
.home-events:not(:has(.lw_event_content)) {
  display: none;
  visibility: hidden;
}
.home-events .localist-widget {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .home-events .localist-widget {
    margin-bottom: 0;
    flex: 0 1 auto;
    width: calc(50% - 0.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .home-events .localist-widget {
    width: calc(33.3% - 0.5rem);
    width: calc(33.3% - 11px);
  }
}
.home-events .localist-widget:has(.lw.lw_event_item.nocontent) {
  display: none;
  visibility: hidden;
}
.home-events .localist_widget_wrapper,
.home-events .localist_widget_container,
.home-events .lw.lw_event_list {
  height: 100%;
}
.home-events .lw.lw_event_item {
  position: relative;
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.16);
  outline: 0.125rem solid transparent;
  outline-offset: -0.125rem;
  transition: 0.3s outline ease-in-out;
  height: 100%;
}
.home-events .lw.lw_event_item:has(.lw_event_item_image:focus-visible), .home-events .lw.lw_event_item:has(.lw_event_item_image:hover) {
  outline-color: #c8102e;
}
.home-events .lw_event_item_types {
  position: absolute;
  inset: 0 auto auto 0;
}
.home-events .lw_event_item_types:empty {
  display: none;
  visibility: hidden;
}
.home-events .lw_event_item_image {
  display: block;
  aspect-ratio: 1.33;
}
.home-events .lw_event_item_image:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
}
.home-events .lw_event_item_image:focus-visible + .lw_event_content .lw_event_item_title a, .home-events .lw_event_item_image:hover + .lw_event_content .lw_event_item_title a {
  color: #c8102e;
}
.home-events .lw_event_item_image:focus-visible + .lw_event_content .lw_event_item_title a:before, .home-events .lw_event_item_image:hover + .lw_event_content .lw_event_item_title a:before {
  transform: scaleX(1);
  opacity: 1;
}
.home-events .lw_event_item_image:focus-visible + .lw_event_content .lw_event_item_title a:after, .home-events .lw_event_item_image:hover + .lw_event_content .lw_event_item_title a:after {
  right: -1.25rem;
}
.home-events .lw_event_content {
  padding: 1.625rem 1.5rem 3.5625rem 1.5625rem;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 2.1875rem;
}
.home-events .lw_event_item_date {
  color: #000;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.1125rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding-top: 0.1875rem;
}
.home-events .lw_event_item_date--day {
  display: block;
  color: #c8102e;
  font-size: 2.375rem;
  letter-spacing: -0.059375rem;
  margin-top: 0.375rem;
}
.home-events .lw_event_item_title a {
  font-size: 1.375rem;
  line-height: 1.45;
}
.home-events .lw.lw_view_all_cta {
  text-align: center;
  margin-top: 2.5rem;
}
.home-events #lclst_widget_footer {
  display: none;
  visibility: hidden;
}

.home-events__subhead {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .home-events__subhead {
    font-size: 1.5rem;
    line-height: 1.42;
    margin-bottom: 2.5rem;
  }
}

.home-events__embed-wrap {
  margin-block: 2.8125rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .home-events__embed-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-events__embed-wrap {
    margin-block: 4.8125rem 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .home-events__view-all .button-set ul {
    justify-content: center;
  }
}

.home-admission-cta {
  position: relative;
  background-color: #fff;
  padding-bottom: 3.125rem;
}

.home-admission-cta__image {
  aspect-ratio: 1.78;
}

.home-admission-cta__ranking {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1200px) {
  .home-admission-cta__ranking {
    display: block;
    visibility: visible;
    position: absolute;
    inset: auto auto 0.9375rem 6.25rem;
    animation: homeAdmissionCTARankingShadow 1s ease-in-out 0.5s forwards;
  }
}

@keyframes homeAdmissionCTARankingShadow {
  from {
    box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0);
  }
  to {
    box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1200px) {
  .home-admission-cta__ranking-inner {
    padding: 2.75rem 10.375rem 2.1875rem 2.8125rem;
    background-color: #fff;
  }
}

.home-admission-cta__ranking-flag {
  inset: 0 auto auto 0;
  z-index: 1;
}

.home-admission-cta__ranking-text,
.home-admission-cta__ranking-source {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.56;
}

.home-admission-cta__ranking-text {
  margin-bottom: 0.3125rem;
}

.home-admission-cta__ranking-source {
  font-weight: 400;
}

.home-admission-cta__text-content {
  margin-inline: 1.875rem;
  background-color: #fff;
  box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0.16);
  padding: 2.375rem 2.25rem 2.5rem;
  margin-top: -2.5625rem;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  .home-admission-cta__text-content {
    margin: 0;
    position: absolute;
    inset: auto 3.125rem 1.875rem auto;
  }
}
@media screen and (min-width: 1024px) {
  .home-admission-cta__text-content {
    inset: auto 6.8125rem 12.875rem auto;
    padding: 3.75rem 9.0625rem 3.75rem 3.75rem;
  }
}
.home-admission-cta__text-content .home-heading {
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 3.1vw, 2.8125rem);
}

.programs-what-you-will-learn {
  padding-block: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .programs-what-you-will-learn {
    padding-block: 6.25rem 4.0625rem;
    margin-top: 2.3125rem;
  }
}
@media screen and (min-width: 1200px) {
  .programs-what-you-will-learn {
    padding-inline: 11.9375rem;
  }
}
.programs-what-you-will-learn .multi-column-content {
  margin-bottom: 5rem;
}
.programs-what-you-will-learn .feature-small-set {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .programs-what-you-will-learn .feature-small-set {
    margin-bottom: 12.5rem;
  }
}
.programs-what-you-will-learn .programs-what-you-will-learn__title {
  margin-bottom: 2.3125rem;
}
@media screen and (min-width: 1200px) {
  .programs-what-you-will-learn .statistics,
  .programs-what-you-will-learn .programs-accelerated-masters,
  .programs-what-you-will-learn .programs-degree-pairings {
    margin-inline: -5.5rem;
  }
}
.programs-what-you-will-learn .statistics {
  margin-block: 1.6875rem 4.0625rem;
}
@media screen and (min-width: 1200px) {
  .programs-what-you-will-learn .statistics {
    margin-bottom: 8.5625rem;
  }
}

@media screen and (min-width: 1200px) {
  .programs-resources__title {
    margin-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 1200px) {
  .programs-resources,
  .programs-flexible-content {
    padding-inline: 5.45rem;
  }
}
@media screen and (min-width: 1200px) {
  .programs-resources .community-spotlight,
  .programs-resources .progress-bars,
  .programs-resources .featured-quote--with-image,
  .programs-flexible-content .community-spotlight,
  .programs-flexible-content .progress-bars,
  .programs-flexible-content .featured-quote--with-image {
    padding-inline: 10.9375rem;
    margin-inline: -10.9375rem;
  }
}

@media screen and (min-width: 1200px) {
  .program .outer-pad > .paragraph-widget {
    padding-inline: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .program .outer-pad > .paragraph-widget .community-spotlight,
  .program .outer-pad > .paragraph-widget .progress-bars,
  .program .outer-pad > .paragraph-widget .featured-quote--with-image {
    padding-inline: 10.9375rem;
    margin-inline: -10.9375rem;
  }
}

body:has(.search) {
  overflow-x: hidden;
}

#___gcse_0 {
  position: relative;
  z-index: 1;
}

.gsc-control-cse {
  padding: 0 !important;
}

#recaptcha-wrapper {
  margin-top: 4.0625rem !important;
}

.gsc-search-box {
  position: relative;
  z-index: 100;
}

.gsc-input-box {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 0 !important;
  border: none !important;
}
.gsc-input-box > table > tbody > tr {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .gsc-input-box > table > tbody > tr {
    display: table-row !important;
  }
}

table.gsc-input {
  position: relative;
}

.gsc-search-box-tools .gsc-search-box td.gsc-input {
  display: block;
  padding: 0 !important;
  height: 3rem !important;
}
@media screen and (min-width: 768px) {
  .gsc-search-box-tools .gsc-search-box td.gsc-input {
    display: table-cell;
  }
}

.gsc-search-box-tools .gsc-search-box td.gsc-input .gsib_a {
  padding: 0 !important;
  width: 100% !important;
  display: block !important;
  margin-bottom: 1.5625rem !important;
}
@media screen and (min-width: 768px) {
  .gsc-search-box-tools .gsc-search-box td.gsc-input .gsib_a {
    margin-bottom: 0 !important;
    display: table-cell !important;
  }
}

input.gsc-input {
  border: none !important;
  font-family: "Figtree", sans-serif !important;
  width: 100% !important;
  padding-inline: 0.9375rem !important;
  height: 3rem !important;
  margin: 0 !important;
  background-color: #f1f1f1 !important;
  background-position: 1.25rem center !important;
  background-image: none !important;
}

.gsib_b {
  position: absolute !important;
  top: 0.6875rem !important;
  right: 0 !important;
}

.gsst_b {
  position: static !important;
}

.gsst_a .gscb_a {
  color: #c8102e !important;
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transform: translateY(-50%) scale(1.2);
  transition: color 0.3s ease-out;
}
.gsst_a .gscb_a:hover, .gsst_a .gscb_a:focus-within {
  color: #000;
  transition: color 0.3s ease-out;
}

td.gsc-search-button {
  display: block;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  td.gsc-search-button {
    display: table-cell;
    width: 8.75rem !important;
  }
}

.gsc-search-button-v2 {
  width: 100% !important;
  position: relative;
  cursor: pointer;
  border: 0.125rem solid #c8102e !important;
  background-color: #fff !important;
  padding: 0.5rem 2.1875rem 0.5rem 1.25rem !important;
  text-align: center !important;
  background-image: none !important;
  height: 3.125rem;
  margin: 1.875rem 0 0 0 !important;
  border-radius: 0 !important;
  transition: background-color 0.3s ease-out;
  letter-spacing: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .gsc-search-button-v2 {
    margin: 0 0 0 0.625rem !important;
    width: 8.125rem !important;
  }
}
.gsc-search-button-v2:hover, .gsc-search-button-v2:focus-visible {
  background: #c8102e !important;
  transition: background-color 0.3s ease-out;
}
.gsc-search-button-v2:hover:before, .gsc-search-button-v2:focus-visible:before {
  transition: color 0.3s ease-out;
  color: #fff !important;
}
.gsc-search-button-v2:before {
  content: "Search";
  font-size: 1.25rem !important;
  color: #000 !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  transition: 0.3s color ease-in-out;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
}
.gsc-search-button-v2 svg {
  display: none;
}

.gs-result .gs-title * {
  color: #000 !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.375rem !important;
  line-height: 2rem !important;
  transition: 0.3s color ease-in-out;
}
.gs-result .gs-title *:hover, .gs-result .gs-title *:focus-visible {
  color: #c8102e !important;
}
.gs-result .gs-title *:hover b, .gs-result .gs-title *:focus-visible b {
  color: #c8102e !important;
}

.gsc-results-wrapper-visible {
  position: relative;
  z-index: 100;
}

.gsc-wrapper {
  min-height: 2rem;
}

.gsc-above-wrapper-area {
  border-bottom: none !important;
  border-top: 0.125rem solid #c8c8c8;
  display: block !important;
  padding: 1.25rem 0 0 0 !important;
  margin-block: 0 1.875rem !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gsc-above-wrapper-area {
    margin-top: 0 !important;
    margin-bottom: 2.9375rem !important;
  }
}

form.gsc-search-box {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1024px) {
  form.gsc-search-box {
    margin-bottom: 1.25rem !important;
  }
}

.gsc-result-info {
  color: #000 !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}

.gsc-orderby-label {
  font-size: 1rem !important;
  font-family: "Figtree", sans-serif !important;
  padding-top: 0.6875rem !important;
}

.gsc-control-cse .gsc-option-menu-container {
  margin-left: 0.625rem !important;
}

.gsc-control-cse .gsc-selected-option-container {
  padding: 0.875rem 2.5rem 0.875rem 0.875rem !important;
  border: none !important;
  cursor: pointer !important;
  height: 2.375rem !important;
  box-shadow: none !important;
  max-width: none !important;
  display: flex !important;
  align-items: center !important;
  background-color: #f5f6f6 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.251' height='9.54'%3E%3Cpath fill='%23c8102e' d='M0 1.414 1.414 0l6.712 6.707L14.837 0l1.414 1.414L8.126 9.54Z' data-name='Path 1675'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center right 0.9375rem;
  background-size: 1rem 0.625rem;
}

.gsc-option-selector {
  display: none !important;
  visibility: hidden !important;
}

.gsc-selected-option {
  font-size: 1rem !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

.gs-webResult.gs-result {
  display: flex;
  flex-direction: column;
}

.gsc-url-top {
  order: 1;
  margin-top: 0.625rem !important;
}

.gsc-webResult.gsc-result {
  margin-bottom: 1.4375rem !important;
  border: none !important;
  padding: 0 !important;
}

.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet {
  font-family: "Figtree", sans-serif !important;
  font-size: 1.125rem !important;
  line-height: 1.44 !important;
}
@media screen and (min-width: 768px) {
  .gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet {
    line-height: 1.56 !important;
    margin-top: 0.3125rem !important;
  }
}

.gs-webResult div.gs-visibleUrl {
  display: none !important;
}

.gsc-cursor-box {
  text-align: center !important;
}
@media screen and (min-width: 1024px) {
  .gsc-cursor-box {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
    text-align: left !important;
    margin-left: -0.5rem !important;
  }
}

.gsc-cursor {
  display: flex;
  gap: 0.625rem;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.gsc-cursor-page {
  font-weight: 600 !important;
  font-size: 1.375rem !important;
  line-height: 1.36 !important;
  color: #c8102e !important;
  min-width: 2rem !important;
  height: 2.8125rem !important;
  position: relative !important;
  display: inline-block !important;
  text-align: center !important;
  transition: 0.3s transform ease-in-out !important;
}
.gsc-cursor-page.gsc-cursor-current-page {
  color: #000 !important;
  font-weight: 700 !important;
  position: relative;
}
.gsc-cursor-page.gsc-cursor-current-page:hover:before, .gsc-cursor-page.gsc-cursor-current-page:focus-visible:before {
  opacity: 0;
}
.gsc-cursor-page:hover, .gsc-cursor-page:focus-visible {
  text-decoration: none !important;
}
.gsc-cursor-page:hover:before, .gsc-cursor-page:focus-visible:before {
  opacity: 1;
}
.gsc-cursor-page:before {
  content: "";
  border-bottom: 0.1875rem solid #000;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.625rem;
  transition: 0.3s opacity ease-in-out;
  opacity: 0;
}

.gs-no-results-result .gs-snippet {
  background-color: transparent !important;
  border: none !important;
  font-family: "Libre Baskerville", serif !important;
  font-size: 2.8125rem !important;
  line-height: 1.9 !important;
  color: #000 !important;
}

.gcsc-find-more-on-google-root,
.gcsc-find-more-on-google {
  display: none !important;
}

.gsc-cursor-next-page,
.gsc-cursor-numbered-page,
.gsc-cursor-final-page {
  font-size: 1rem !important;
  color: #003da5 !important;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}

.gsc-cursor-chevron {
  fill: #003da5 !important;
}

.gsc-tabsArea .gsc-tabHeader {
  color: #003da5 !important;
  background-color: #fff !important;
  border-bottom: none !important;
}
.gsc-tabsArea .gsc-tabhInactive {
  background-color: #003da5 !important;
  color: #fff !important;
}

.gs-result .gs-image {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .gcsc-more-maybe-branding-root {
    position: absolute;
    bottom: 4.375rem;
    right: 0;
  }
}

.gsc-cursor-container-previous,
.gsc-cursor-next-page,
.gsc-cursor-numbered-page,
.gsc-cursor-container-next {
  color: #c8102e !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: 700 !important;
}

.gsc-cursor-chevron {
  fill: #c8102e !important;
}

.gsc-refinementBlock {
  position: relative !important;
  bottom: -0.125rem !important;
  z-index: 1 !important;
}

.gsc-refinementsArea {
  border: none !important;
  margin-block: 2.5rem 0 !important;
}

.gsc-refinementHeader {
  font-family: "Figtree", sans-serif !important;
  font-size: 1.1875rem !important;
  font-weight: 500 !important;
}
.gsc-refinementHeader.gsc-refinementhActive {
  color: #c8102e !important;
  border-color: #c8102e !important;
  padding-bottom: 0.125rem !important;
}

/*# sourceMappingURL=style.css.map */
