@media print {
    #primary-menu, .applybutton, .Back_to_results, .hasSimilarJobs {
         display:none !important;
    }
    .newheader .site-logo .custom-logo img,
    .newheader #header .brand-container .brand,
    .newheader #header .brand-container svg{
        max-width:100px !important;
        width:100px !important;
    }
    
    .newheader .alert-block.hidden *,
    .newheader #header .primary-nav-container *,
    .newheader #header .actions-container *,
    .newheader #header .primary-nav-container *, .newheader #header .secondary-nav-container *,
    .newheader #header .mobile-menu *,
    .newfooter *,
    .banner-part *,
    .newheader #header .search-nav.search-active *,
    .newheader #header .search-nav *,
    .pop .modal *{
        display:none !important;
    }
}
