@page {
    size: A4 portrait;
    margin-top: .25in;
    margin-bottom: .25in;
    margin-left: .5in;
}

.header,
.footer,
.usercentrics-button,
.hide-on-print,
#breadcrumbs {
    display: none;
}

html, body {
    size: A4 portrait !important;
    
}

body {
    font-size: 12px !important;
    margin: 0;
}

h1, .h1 { font-size: 16px !important; }
h2, .h2 { font-size: 15px !important; }
h3, .h3 { font-size: 14px !important; }
h4, .h4 { font-size: 13px !important; }
h5, .h5 { font-size: 13px !important; }
h6, .h6 { font-size: 12px !important; }

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

.print-logo {
    text-align: right;
}

.print-logo > img {
    width: 150px;
    margin-top: -4em;
}

.margin-top-xxl {
    margin-top: 1.5em;
}