@media print {
  body .banner,
  body .nav-outer-wrapper {
    display: none;
  }
  body .sidebar_second {
    width: 100%;
  }
  body .header-wrapper .region-header-top {
    display: none;
  }
  body .featured-topics .row > div {
    width: 100%;
  }
  body #main #block-drupalbase-custom-content a::after {
    content: " (" attr(href) ") ";
  }
  body #main #views-bootstrap-featured-content-block-1 > div {
    width: 100%;
  }
}
