@media print { 

    @page {
        margin: 0.5cm;
    }
    body {
        /*font: 12pt Georgia, "Times New Roman", Times, serif;*/
        line-height: 1.3;
    }
    header {
        background-color:#fff;
        border:none;
        box-shadow:none;
    }
    header h1 a {
        background-image: url(https://images.static.shropshire.gov.uk/newshropshire/v1.5/img/sc-logo-black.png);
    }
    #search, footer {
        display:none;
    }
    #menu,a.button.govdelivery, #breadcrumb,.message.newsflash, .message.news-alert,.message.notification, section.cookie-agreement, .cta-more {
        display:none;
    }
    .welcomemessage {
        margin-top:0;
        margin-bottom:0;
        padding-top:0;
        padding-bottom:0;
    }
    .sectionhotlinks {
        padding-top:0;
    }
    .content-container h1, .content-container-full h1 {
        padding: 0;
    }
    .content-container-hotlinks {
        padding-bottom:0;
    }
    .section-banner.home {
        background:#fff;
    }
    .hide-reveal.enabled > div {
        display: block !important;
    }
 
}