/*////Schools print stylesheet///*/

@media print {

.body-search {
    display: none;
}

.menubar {
    display: none;
}

#header .h1:before {
display:none;
}

#header .h1 {
    color: #000!important;
font-size: 2em;
    font-weight: 400;
margin-top: -0.5em;
}

#header {
    background: #fff;
    height: 140px;
border-bottom-width: 2px;
}

.box.post header h1 {
    font-size: 1.85em;
}

nav.breadcrumb {
    display: none;
}

.col-8.col-12-medium {
    padding-top: 10px;
}

.supplement {
    display: none;
}

article#content {
    padding-top: 0em;
}


.col-8.col-12-medium {
    width: 100%;
}

col-8.col-12-medium {
    padding-top: 0em;
}

.col-12-medium.full-width {
    width: 100%;
}

.aside__section {
    display: none;
}

a::after{
    content: " (" attr(href) ") ";
  }

iframe {
    display: none;
}

section.box {
    display: none;
}

.buttons {
    display: none;
}

p.button.grow {
    display: none;
}

nav.nav.nav--pages-in {
    display: none;
}

nav.pagination {
    display: none;
}

#footer {
    display: none;
}

.wcc-footer {
    display: none;
}
.container {
    font-size: medium;
}
a[href]:after { content: " (" attr(href) ")"; } /*adds url after link text on print*/

body:after {
                  content: "If you have any comments or complaints about our services, please let us know. Phone: 01926 410410 Email: customerrelations@warwickshire.gov.uk. We will aim to provide this information in a format suitable for your needs. Please contact us so we can discuss your requirements.";
              } /*adds paragraph to bottom of printed page*/
}
}
