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%;
        }
    }
}
