@media print {
    /* reset first */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        /*vertical-align: baseline;*/
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
        display: block;
    }
    ol, ul {
        list-style: inherit;
        margin-left: 25px;
    }
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    * { overflow: visible !important; overflow-y: visible !important;}
    body { background: white; color: black; margin: 0; line-height: 1.3; position: relative;}
    .container { width: 100%; height: 100%; max-width: 100%; }
    .top-navigation, #masthead, #colophon, .versioning, .slider, .grecaptcha-badge, .rc-anchor-pt, #back-to-top { display: none; }
    .site-content { display: block !important; margin-left: 0; float: none; width: 100%; font-size: 12pt; min-height: 100%; }
    .sidebars { display: block; margin-left: 0; float: none; width: 100%; font-size: 12pt; height: 100%; /* position: relative; */ }
    .sidebars aside { width: 100%; }
    .site-content .row div[class*="col-"] { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100%; width: 100%; max-width: 100%; height: 100%; }
    .site-content a { font-weight: bold; color: #000000; text-decoration: none; }
    .site-content a::after { content: " (" attr(href) ")"; font-weight: normal; }
    .event-area { background: white !important; display: block; }
    .collapse { display: block !important; height: auto !important; }
    .row { display: block !important; } /* KEEP THIS!!! This fixed the Firefox printing issue 1/24/2020 */
    h1.entry-title { break-after: avoid; }
    h1, h2, h3, h4:not(.h4-responsive), h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color:#000 !important; }
    img { max-width: 100% !important; }
    table { page-break-inside: avoid; break-inside: avoid; page-break-after: always; break-after: always; }
    /*
    h2, h3 { page-break-after: avoid; break-after: avoid; }
    article, section { page-break-before: always; break-before: always; }
    ul, img { page-break-inside: avoid; break-inside: avoid; }
    @-moz-document url-prefix() { div { position: relative; } } */
}
