@media print {
    img.logo,
    .logo-top,
    .background-banner,
    img, 
    .hero,
    .skip-link,
    header,
    .nav,
    img.logo_img.navmenu,
    .crumbs,
    .head,
    .hero-image,
    footer,
    #footer {
        display: none!important;
    }

    .sidebars {
        width: 100%;
        clear: both;
    }

    aside {
        margin-top: 30px;
        display: block;
    }
   
    p a[href^="http://"]:after {
        content: " (" attr(href) ")";
        font-size: 90%;
    }

    p a {
        word-wrap: break-word;
    }

}