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