@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 2cm;
  }
  body {
    font: 13pt Arial, sans-serif;
    line-height: 1.3;
    background: #fff;
    color: #000;
  }
  h1 {
    font-size: 24pt;
  }
  h2, h3, h4 {
    font-size: 14pt;
    margin-top: 25px;
  }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  table {
    table-layout: fixed;
    word-wrap: break-word;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  .ir a:after {
    content: "";
  }
  .entry-meta svg {
    width: 16px;
    height: 16px;
  }
  .skip-link,
  .metabar__cta,
  .metabar__category,
  .cookie-message,
  .top-nav-container,
  .header,
  .subnav,
  .footer,
  .alert-banner-container,
  .cookie-banner-container,
  rc-anchor,
  #rc-anchor-alert,
  .grecaptcha-badge {
    display: none !important;
  }
  .single-atlas_case_study img {
    display: none;
  }
  .nhs-england-logo-print {
    width: 112px;
    height: 90px;
    display: block;
    margin-left: auto;
    padding-bottom: 30px;
  }
}
/*# sourceMappingURL=print.min.css.map */