@media print {
  main {
    margin-top: 0;
  }
  .header,
  .banner__link,
  .aside,
  .aside-news,
  .author-reach,
  .footer,
  .cookieconsent,
  .news-detail__footer,
  .news-meta,
  .news-breadcrumb,
  iframe {
    display: none;
  }
  .news-detail__grid {
    display: block;
    margin: 20px 20px 0px 20px;
  }
  .news-tags__link {
    font-size: 12px;
  }
  .news-tags__list {
    min-height: 10px;
  }
  .news-tags__item {
    padding: 4px 10px;
    font-size: 12px;
  }
  .news-tags__item--banner {
    margin-bottom: 10px;
  }
  .banner__box {
    height: auto;
    margin: 0 40px;
    display: block;
  }
  .banner__lower {
    width: 90%;
    margin-right: 25px;
    margin-top: 50px;
  }
  @page {
    margin-top: 25px;
    margin-bottom: 165px;
  }
  @page :first {
    margin-top: 0px;
  }
  .content h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .content p {
    font-size: 14px;
  }
  .content img {
    width: 60%;
    margin: 20px auto;
  }
  .only-for-print {
    position: absolute;
    right: 90px;
    display: block;
    z-index: 99;
    height: auto;
    width: 90px;
  }
  .home-hero__img {
    display: none;
  }
  .home-hero__img--print {
    display: block;
  }
  .home-hero__h--med {
    line-height: 1;
  }
  .news-banner__content {
    margin-left: 20px;
  }
  .text-bg--teal {
    font-size: 20px;
  }
  .home-hero__h--med {
    line-height: 1.5;
  }
}
.breadcrumbs,
.page-header,
.share-tools,
.related-news,
.sections-nav,
.noticeboard-section__icon,
.lower-cta {
  display: none;
}
.sections-grid,
.noticeboard-block__ans,
.sections-block__ans,
.noticeboard-section__items {
  display: block !important;
}
.noticeboard-section__header {
  margin: 0;
  border: 0;
}
/*# sourceMappingURL=./print.css.map */