@media print {
  html body header {
    display: none;
  }
  html body .search-block-form {
    display: none;
  }
  html body .navbar {
    display: none;
  }
  html body a[href]:after {
    display: none;
    content: "";
  }
  html body .off-canvas-wrapper {
    display: none;
  }
  html body .breadcrumb {
    display: none;
  }
  html body .region-header .navbar-text {
    width: 100%;
  }
  html body .region-header #block-placeholderlogo {
    background-color: #000;
  }
  html body .region-header #block-placeholderlogo img {
    background-color: #000;
  }
  html body .region-sidebar-left {
    display: none;
  }
  html body .content_bottom {
    display: none;
  }
  html body #block-printbutton {
    display: none;
  }
  html body .ui-accordion-content {
    display: block!important;
    border: none;
  }
  html body .footer-wrapper {
    display: none;
  }
  html body .sidebar-right,
  html body .right-sidebar {
    margin-left: 0;
    border-left: none!important;
    margin-top: 30px;
    padding: none!important;
  }
  html body .accordion .collapse {
    display: block !important;
  }
  html body .ckeditor-accordion-container dd {
    position: relative !important;
    height: auto !important;
    width: auto !important;
  }
  html body .usa-accordion .usa-accordion__content {
    display: block !important;
  }
}
