* {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: black !important;
}

#content-area {
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
}

body {
    width: 98%;
    max-width: 98%;
    border: none;
}

#header,
#sitemap,
#footer {
    display: none;
}

div.social,
div.intro {
    display: none;
}

.show-print {
    display: block !important;
}

.hide-print {
    display: none !important;
}


a[href^="http://"]:after {
    display: none;
}
a[href^="#"]:after {
    display: none;
}
a[href^="#"] {
    display: none !important;
}
a[href^="/"] {
    display: none !important;
}
a[href^="https://maps"] {
    display: none !important;
}
a[href]:after { display:none; }

div[class*="col-"] {
    display: block !important;
    width: 98% !important;
}

a.carousel-control,
a.c-control-tl {
    display: none !important;
}

div.c-caption {
    position: relative !important;
}