/*////Skils Hub print stylesheet ///*/

/*<!-- start of print stylesheet -->*/
 
@media print{
div#nav {
    display: none;
}

header#header {
    background: #fff !important;
}

nav.dt-nav {
    display: none;
}

nav#nav {
    display: none;
}

#main > header h1 {
    color: #000;
}

#main > header, body.landing #page-wrapper, body.is-mobile.landing #banner, body.is-mobile.landing .wrapper.style4 {
    display: none;
}

figure.image.right {
    display: none;
}

article#main {
    margin-top: 3em;
}

article#main {
    font-size: medium;
}

.widget-content {
    /* font-size: large; */
    color: #000;
}

.spotlight .image {
    display: none;
}

.widget-row:nth-child(1) strong {
    color: #000000;
    /* font-size: 1.25em; */
}

.spotlight .content {
    width: 100%;
    max-width: -webkit-fill-available;
}

nav.nav.nav--pages-in {
    display: none;
}

.supplement {
    display: none;
}

nav.nav.nav--social-links {
    display: none;
}

.col-8.col-12-medium {
    width: -webkit-fill-available;
}

.wrapper > .inner {
    width: -webkit-fill-available;
}

.embed-container {
    display: none;
}

a.image-link {
    display: none;
}

nav.pagination {
    display: none;
}

#footer {
    display: none;
}

.company_details {
    display: none;
}

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*/

form.form.boxed__form {
	display: none;} /*hides directory search from print*/
}
}

/*<!-- end of print stylesheet -->*/