html .subnav__list > ul > li a[aria-current=page] {
    pointer-events: none;
    color: #c8102e;
    font-weight: 600;
}
h2.modal__content-title strong,  h2.modal__content-title em {
    font-weight: 600;
}

h2.modal__content-title em {
    color: #c8102e;
}

.news-article .hero__title em {
    color: black;
}
a.hero-program__at-a-glance-item-value:not(:last-child):after {
    content: ", ";
    margin-right: .5rem;
    display: inline-block;
}
.programs-related a.fancy-link {
  margin-right: 0;
}

.programs-accelerated-masters {
  margin-bottom: 3.75rem;
}

.programs-summary-sentence a {
  color:#000;
  text-decoration:underline;
  text-decoration-color:#c8102e;
  font-weight:600;
  text-decoration-thickness:0.125rem;
  text-underline-offset:0.25rem;
  transition:.3s text-decoration-color ease-in-out
}
.programs-summary-sentence a:hover, .programs-summary-sentence a:focus {
  text-decoration-color: transparent;
}


@media screen and (min-width: 768px) {
  .programs-related ul li {
    margin-bottom: 0;
    margin-right: 3.125rem;
  }
}

@media screen and (min-width: 1024px) {
     html .rankings-accreditations--badges-with-rankings .rankings-accreditations__content {
       width: 9.938rem;
     }
}
html .text-content .button.button--inverse {
    background-color: #c8102e;
    color: #fff;
}
html .text-content .button.button--inverse:hover, html .text-content .button.button--inverse:focus-visible {
    background-color: #fff;
    color: #000;
}
.call-to-action a.button {
    margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
    .event-feed .paragraph-widget.paragraph-widget--event-feed {
        margin-bottom: 2.5rem;
    }
}
a.button {
    margin-right: 1.875rem;
}
span.fancy-link__arrow {
    margin-right: 3.125rem;
}

html .text-content a.fancy-link {
    text-decoration: none;
}
.ff-primary { 
    font-family: "Libre Baskerville", serif;
}
.fs-italic { 
    font-style:italic;
}
.subnav__list > ul > li:first-child a[aria-current='page']:before {
    display: none;
}

.news-article .text-content > figure:first-child {
    float: right;
    margin: 0;
    margin-inline-start: 1.25em;
    margin-block-end: 1.25em;
    max-inline-size: 40%;
    position: relative;
    img {
        height: auto;
    }
    @media (max-width: 950px) {
        float: none;
        margin-inline-start: 0;
        left: 50%;
        translate: -50% 0;
        max-inline-size: 100%;
        img {
            inline-size: 100%;
        }
    }
}

/* Landing Video Banner */
 .home.landing-page:has(.home-hero) {
     .home-hero {
         position: relative;
         margin-top: -23rem;
    }
     .hero-large-landing .home-hero {
         margin-top: -5rem;
    }
     .hero-landing__inner, nav.breadcrumbs {
         position: relative;
         z-index: 1;
    }
     &:not(:has(.alert-bar)) .home-hero__main-content-media-outer-wrap--loaded .home-hero__main-content-media {
         position: relative;
    }
     html .home-hero__main-content-media iframe {
         position: relative;
         top: -45rem;
    }
     .hero-large-landing .home-hero__media-play-pause-button {
         inset: auto 7.8rem 3.5rem auto;
    }
     .hero-large-landing .home-hero__main-content-media {
         aspect-ratio: 1.22;
    }
}

 @media screen and (min-width: 768px) {
     .home.landing-page:has(.home-hero) {
         .hero-large-landing .home-hero__main-content-media {
             aspect-ratio: 2;
        }
     }
}
 @media screen and (min-width: 1024px) {
     .home.landing-page:has(.home-hero) {
         .hero-large-landing .home-hero__main-content-media-outer-wrap {
             padding-inline: 6.986rem;
        }
     }
}
 @media screen and (min-width: 1200px) {
     .home.landing-page:has(.home-hero) {
         .home-hero {
             margin-top: -20rem;
        }
         .hero-large-landing .home-hero {
             margin-top: -5rem;
        }
         .hero-large-landing .home-hero__main-content-media-outer-wrap {
             padding-inline: 12.475rem;
        }
         .hero-large-landing .home-hero__media-play-pause-button {
             inset: auto 14.5rem 3.5rem auto;
        }
    }
}
/* End Landing Video Banner */

