@media print {
  html body section.banner-light,
  html body .alert-wrapper,
  html body .header-top,
  html body section.region-back-to-top {
    display: none !important;
  }
  html body .header {
    padding-top: 0;
    padding-bottom: 0;
  }
  html body .search-block-form {
    display: none;
  }
  html body .logo-container {
    background: none;
  }
  html body .navbar,
  html body .sidebar {
    display: none;
  }
  html body .col-md-7 {
    width: 100%!important;
  }
  html body .break-sm-hide {
    display: none!important;
  }
  html body .sidebar.sidebar.break-sm-show {
    display: block!important;
  }
  html body .off-canvas-wrapper {
    display: none;
  }
  html body .breadcrumb {
    display: none;
  }
  html body .region-header:after {
    content: "Washington State Parks";
    color: #000;
    font-size: 1.6em;
  }
  html body .region-header .navbar-text {
    width: 100%;
  }
  html body .region-header .logo img {
    display: none;
  }
  html body .region-header #block-utilitylinks {
    display: none;
  }
  html body .region-header #search-block-form {
    display: none;
  }
  html body .collapse {
    display: block!important;
  }
  html body .more-link {
    display: none;
  }
}