.statement-document #products-header {
    height: 148px;
}

@media (max-width: 1190px) {
    .statement-document #products-header {
        height: 195px;
    }
}

.statement-page {
    background: #fff;
}

.statement-page #header-loc.statement-heading {
    height: auto !important;
    min-height: 140px;
}

.statement-heading #center-head,
.statement-copy {
    box-sizing: border-box;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}

.statement-heading #center-head {
    padding: 0 24px;
}

.statement-heading #center-head h1 {
    margin: 0;
    padding: 36px 0 !important;
    color: #fff;
    font-size: clamp(28px, 3.3vw, 40px);
    line-height: 1.25;
    overflow-wrap: break-word;
    text-wrap: balance;
}

.statement-copy {
    padding: 48px 24px 60px;
    color: #252525;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 1.7;
}

.statement-copy p {
    margin: 0 0 1.3em;
}

.statement-copy p:last-child {
    margin-bottom: 0;
}

.statement-print-brand {
    display: none;
}

.statement-skip-link {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 5000;
    transform: translateY(calc(-100% - 24px));
    padding: 12px 16px;
    background: #fff;
    color: #1f3b8e;
    font: 18px 'PT Sans', sans-serif;
    text-decoration: underline;
}

.statement-skip-link:focus {
    transform: none;
    outline: 3px solid #1f3b8e;
    outline-offset: 3px;
}

@media (max-width: 767px) {
    .statement-copy {
        padding-top: 32px;
        padding-bottom: 40px;
    }
}

@media print {
    @page {
        margin: 18mm;
    }

    .statement-document #products-header,
    .statement-document .footer-distributed,
    .statement-skip-link {
        display: none !important;
    }

    .statement-page #header-loc.statement-heading {
        min-height: 0;
        background: #fff !important;
    }

    .statement-heading #center-head {
        max-width: none;
        padding: 0;
    }

    .statement-print-brand {
        display: block;
        margin: 0 0 8pt;
        color: #000;
        font: bold 12pt 'PT Sans', sans-serif;
    }

    .statement-heading #center-head h1 {
        padding: 0 0 16pt !important;
        color: #000;
        font-size: 22pt !important;
        break-after: avoid;
    }

    .statement-copy {
        max-width: none;
        padding: 0;
        color: #000;
        font-size: 11pt;
        line-height: 1.5;
    }

    .statement-copy p {
        orphans: 3;
        widows: 3;
        break-inside: avoid;
    }
}
