/* Hide HTML elements for cleaner print material */

header,
nav,
form,
footer {
    display: none !important;
}


/* Hide specific page elements */

.arrow-graphic,
.scroll-to-top-btn,
.hide-from-print {
    display: none !important;
}