:root {
    --white: #fff;
    --black: #000;
}

@media print {
    body { background: var(--white); font-family: Arial, Helvetica, sans-serif; color: var(--black); }

    h1, h2, h3 { background: none; color: var(--black) !important; }
    h1 { padding: 0 2em; margin-top: 1em; }
    blockquote { border: none; }

    nav, .navigation, .content nav { display: none; }

    .content>div { width: 100%; margin: 0; }
    .content div.information-panel, .featured { background: none; }

    .featured { padding: 0 2em; }

    .audience h2, div.audience:first-of-type h2, div.audience:last-of-type h2, div.audience:nth-of-type(2) h2, .files-for-download>div { background: none; color: var(--black) !important; }
    header, footer, .featured, .home div.audience:first-of-type, .home div.audience:last-of-type, .home div.audience:nth-of-type(2), .home div.audience, h1 { border-top: none !important; }

    img { filter: grayscale(100%) saturate(0%); }
}