/* Print Style Sheet */
@media print {
  body {
    background: white;
    color: black;
    margin: 0;
  }

  nav,
  .menu-cupboard,
  footer,
  .banner,
  .related_insights,
  .related-content,
  #sidebar {
    display: none;
  }

}