@media print {
    
  /* Hide site features */
    header,
    footer,
    #nav {
      display: none !important;
    }

    html, body {
        background: #fff !important; /* remove page backgrounds */
        color: #111 !important;
        font-family: Georgia, "Times New Roman", Times, serif; /* readable printed font */
        font-size: 12pt;
        line-height: 1.4;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    h1, h2, h3, h4, h5, h6 {
        orphans: 3;
        widows: 3;
        page-break-after: avoid;
        color: #000;
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    }

    h1 { font-size: 18pt; margin: 0 0 8pt 0; }
    h2 { font-size: 14.5pt; margin: 10pt 0 6pt 0; }
    h3 { font-size: 13pt; margin: 8pt 0 6pt 0; }

    .no-print,
    nav, .site-header, .site-footer, .sidebar, .ads, .cookie-banner,
    .modal, button, .btn, .interactive, .video-player, .carousel, .map {
        display: none !important;
    }

    a:focus, button:focus, input:focus, textarea:focus { outline: none; }

    .container, .content, main, article {
        width: 100% !important;
        max-width: none !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        background: none !important;
    }

    [style*="float:"] { float: none !important; display: block !important; }

    table {
        width: 100% !important;
        border-collapse: collapse;
        page-break-inside: avoid;
        margin-bottom: 12pt;
    }
    th, td {
        border: 1px solid #ccc;
        padding: 6pt 8pt;
        vertical-align: top;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        page-break-inside: avoid;
        break-inside: avoid;
        margin: 8pt 0;
    }

    .button{
      display: none;
    }

    .full-page-img {
        width: calc(100% - 0mm) !important;
        height: auto !important;
        margin: 0 auto 8pt auto;
    }

    video, iframe, canvas, embed, object {
        display: none !important;
    }

    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 9pt;
        word-break: break-all;
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    form{
      display: none;
    }

    .avoid-break, article, section, figure, table, pre {
        page-break-inside: avoid;
        break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    .page-break { page-break-before: always; }

    pre, code {
        font-family: "Courier New", Courier, monospace;
        white-space: pre-wrap; /* wrap long lines */
        word-break: break-word;
        font-size: 10pt;
        border: 1px solid #ddd;
        padding: 6pt;
        background: transparent !important;
    }

    .meta, .byline, .published-date {
        font-size: 9pt;
        color: #333;
    }

    * {
        background: transparent !important; /* remove background images/colors unless essential */
        box-shadow: none !important;
    }

}