@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;
    }
    body {
        line-height: 1;
    }
    ol, ul {
        list-style: none;
    }
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    @page { margin: 2cm; }

    * { overflow: visible; }
    body { background: white; color: black; margin: 0; line-height: 1.3; }
    .content-wrapper { position: absolute; }
    .container { width: 100%; height: auto; max-width: 100%; }
    .top-navigation, .breadcrumb, #masthead, #colophon, .versioning, .slider, .grecaptcha-badge, .rc-anchor-pt, #back-to-top { display: none; }
    .site-content { display: block; margin-left: 0; float: none; width: 100%; font-size: 12pt; height: 100%; /* position: absolute; */ }
    .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%; }
    .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; }

    table { page-break-inside: avoid; }
    h2, h3 { page-break-after: avoid; }
    img { max-width: 100% !important; }
    article, section { page-break-before: always; }
    ul, img { page-break-inside: avoid; }
}