/*:::: (50) PRINT STYLESHEET ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
    .print_footer {display: none; }/* remove this from web view ***/

    @media print {
        * {
            text-shadow: none !important;
            color: #000 !important;
            background: transparent !important;
            box-shadow: none !important; }
        article {
            page-break-before: avoid;
            /*page-break-before: always;*/
        }
        ul, img {
            page-break-inside: avoid; }
        a,
        a:visited {
            text-decoration: underline; }
        abbr[title]:after {
            content: " (" attr(title) ")"; }
        pre,
        blockquote {
            border: 1px solid #999;
            page-break-inside: avoid; }
        thead {
            display: table-header-group; }
        tr,
        img {
            page-break-inside: avoid; }
        img {
            max-width: 100% !important; }
        p,
        h2,
        h3 {
            page-break-after: avoid;
            orphans: 3;
            widows: 3; }
        nav,
        .breadcrumbs,
        div.right_column {
            display: none; }
        .print_footer {
            display: block;
            padding-top: 2rem; }
    }

