@media print {
  .btn,
  .hero-cta .btn {
    color: #00568D;
    border-color: #00568D;
    background-color: #ffffff;
  }

  .page-title h1 {
    color: #000000;
  }

  .page-hero .page-title {
    background: #ffffff;
  }

  .print-break {
    break-before: page;
  }

  .header-text h1 {
    color: #ffffff;
  }

  #intro-content {
    break-after: page;
  }

  blockquote.UpcomingEvent {
    border: none;
  }

  .page-title {
    background: #ffffff;
  }

  .navigation.sticky-top {
    position: static;
  }

  .faculty-promo.dark-overlay {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5) !important;
  }
}