@media print {
  html body .search-block-form {
    display: none;
  }
  html body .logo-container {
    background: none;
    padding-top: 9%!important;
  }
  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;
  }
}
