@media print {
  html {
    font-size: 75%;
  }

  .no-print, nav, .region-sidebar-first, .region-sidebar-second, ul.menu, .search-form, #block-loginhistory, aside {
    display: none;
  }

  body, .page, .header__stripe {
    background-color: transparent !important;
  }

  p {
    max-width: inherit;
  }

  a {
    color: black !important;
  }

  main, footer {
    display: inherit;
  }

  header {
    background-image: none !important;
  }
  header[role=banner] {
    height: auto !important;
    min-height: inherit !important;
    max-height: inherit !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0 !important;
  }

  .path-frontpage .region-secondary-header .block--home-intro-text {
    max-width: inherit !important;
    width: auto !important;
    position: relative;
    z-index: 10;
    background-color: white;
    margin-top: 1rem !important;
  }
  .path-frontpage .region-secondary-header .block--home-intro-text p {
    padding: 0;
  }

  .header__logo {
    position: relative !important;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    margin-top: 0 !important;
  }

  .header__title {
    font-size: 32pt !important;
    float: right;
    color: black !important;
    margin-left: inherit;
  }

  .header__subtitle {
    display: inline;
  }

  .accordion__header {
    padding-left: 0;
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  .accordion__header:before, .accordion__header:after {
    display: none;
  }

  .accordion__panel[aria-hidden=true] {
    display: block;
    margin-left: 1rem !important;
    max-height: 100%;
    visibility: visible;
    height: auto;
  }

  #views-exposed-form-custom-taxonomy-term-page-4, #views-exposed-form-custom-taxonomy-term-page-5, #views-exposed-form-custom-taxonomy-term-page-8, #views-exposed-form-custom-taxonomy-term-page-9, #views-exposed-form-state-reviews-page-1 {
    display: none;
  }
}
