@media print {
    #primary-menu,
    .applybutton,
    .Back_to_results,
    .hasSimilarJobs,
    .gototop
   {
        display: none !important;
    }
    
    .widgetizedArea.top-header.container {
    display: none;
}

div#mega-menu-wrap-primary {
    display: none;
}

div#mega-menu-wrap-primary , #mega-menu-wrap-primary , button.navbar-toggler{
    display: none !important;
}

form#searchform , .career-description , .newfooter , .footer-description {
    display: none;
}
.newheader a.navbar-brand.custom-logo-link img {
    max-width: 150px;
     max-height: 100px;
}
.span4.Align-Ment-Image img
{
    margin-top:15px;
    width:150px;
    height:100px;
    max-width: 150px;
    max-height: 100px;
}
}
