@media print {
    * {
        -webkit-print-color-adjust: exact;
    }
    html {
        font-size: 17px !important;
    }
    #branding_bar {
        position: absolute;
    }
    .sticky_nav.sticky {
        position: relative !important;
    }
    .stickybar_adjust {
        display: none !important;
    }
    @page {
        size: 367mm 474mm;
        margin: 14mm;
    }
    h1, h2, h3, h4, h5, h6, a, p, li, span, section {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
    }
}