@media print {

    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background  : transparent !important;
        color       : #000 !important;
        box-shadow  : none !important;
        text-shadow : none !important;
    }

    a,
    a:visited { text-decoration : underline; }

    p a[href]:after { content : " (" attr(href) ")"; }

    abbr[title]:after { content : " (" attr(title) ")"; }

    a[href^="#"]:after, a[href^="javascript:"]:after { content : ""; }

    pre,
    blockquote { border : 1px solid #999; page-break-inside : avoid; }

    p, h2, h3 { orphans : 3; widows : 3; }

    h2, h3 { page-break-after : avoid; }

    .page_footer { display : none; }

    .homepage_content h1 { font-size : 20px }

    .entry-header h1,
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4 { font-size : 22px; margin-top : 0 }

    .entry-content { line-height : normal; }

    .homepage_content { padding-bottom : 0; line-height : normal; }

    .nav-links,
    .subpage_nav { display : none }

    .subpage_content { width : 100%; float : none; padding-bottom : 0; }

    .subpage_content .inner { padding-top : 1em }

    .news_block { margin-top : 0; border : 0; padding-bottom : 0 }

    .primary_header_container { background : white !important; }

    .mobile_menu { display : none; }

    .logo_header { padding-bottom : 0 }

    .news_block .summary, .news_block .entry-content { line-height : normal; }
}