/*Print Styles for PCC. Last Updated Nov. 2023*/

@media print {
  .displayNonePrint, .no-print, nav, #navigation, div.nav-top, .mobile-sidebar, .page-hero img {
    display: none;
    visibility: hidden;
  }
  .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-logo a img {
    height: 45px;
  }
  .faculty-promo.dark-overlay {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5) !important;
  }
}
