@media print {
  .page-content > .fluid-full.hero-ebt-wrapper {
    display: none;
  }

  ol.breadcrumb {
    display: none;
  }

  .messages__wrapper {
    display: none;
  }

  .top_content {
    display: none !important;
  }

  .top_content__logo {
    display: none !important;
  }

  .language-link-desktop {
    display: none !important;
  }

  .region.region-top-content {
    display: none !important;
  }

  .page-content.row__content {
    margin-top: 0 !important;
  }

  #toggle-wrap {
    display: none !important;
  }

  .row__sidebarfirst.sidebarfirst {
    display: none !important;
  }

  .ask-a-question {
    display: none !important;
  }

  .language-link {
    display: none !important;
  }
}