@media print {
  @page {
    margin-top: 2cm;
    margin-bottom: 2cm;
  }
  html body .search-block-form,
  html body #block-searchform {
    display: none !important;
  }
  html body .logo-container {
    background: none;
    padding-top: 9% !important;
  }
  html body .navbar {
    display: none;
  }
  html body .navbar-brand > img {
    max-width: 50%;
  }
  html body a[href]:after {
    display: none;
    content: "";
  }
  html body .off-canvas-wrapper {
    display: none;
  }
  html body #block-socialicons {
    display: none !important;
  }
  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 .sidebar_first {
    display: none !important;
  }
  html body .content_bottom {
    display: none;
  }
}
