@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 2rem;
    color: #000;
    font-size: 1.5rem;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

p,
li {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.5rem;
    line-height: 1.75;
}

.page-header {
    border-bottom: 4px solid #642977;
}

ul {
    margin-bottom: 2.5rem;
    list-style-image: url('bullet.png');
}

li {
    margin-bottom: 0.75rem !important
}

.bg-purple {
    background: #642977;
    color: #fff;
}

h1, h2, h3 {
    font-weight:600;
}

h1 {
    text-align: center;
    margin-top: 2rem !important;
    margin-bottom: 2.5rem !important;
}

h2 {
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
}

h3 {
    margin-top: 2rem !important
}

.page {
    page-break-after: always;
}

table {
    padding: 5px;
    margin: 3px 0 1.5rem;
}

.table td,
.table th {
    border-top: 0 !important;
}

.table th {
    font-size: 1.5rem;
}

.page-footer {
    margin-top: 5rem;
}

hr {
    margin: 2.5rem 0
}

@media(min-width:0) and (max-width:767px) {

    table {
        margin-bottom: .625em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        width: 100% !important;
        float: left;
    }

    table tr:first-child {
        border-top: 0 !important;
    }

    table td {
        display: block;
        width: 100% !important;
        float: left;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        width: 100%;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table td p {
        padding: 5px 0;
    }
}

@media print {
    .print-block {
        display: block !important
    }

    p,
    li {
        font-size: 1.75rem;
    }

    .page-footer {
        margin-top: 10px;
    }

    /* .page-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 110px;
        background-color: #fff;
    } */

    .page-header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 105px;
        background-color: #fff;
    }

    .page-header-space {
        height: 115px;
    }

    .page-footer,
    .page-footer-space {
        height: 110px;
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }

    button {
        display: none;
    }

    body {
        margin: 0;
    }

    a:after,
    a[href^="http://"]::after,
    a[href^="https://"]::after {
        content: " (" attr(href) ")" !important;
        font-size: 1rem
    }

    a[href^="#"]:after {
        display: block !important;
        word-wrap: break-word;
        font-size: 1.75rem
    }

    a,
    a:after {
        word-wrap: break-word;
        word-break: break-word;
        font-size: 1.75rem
    }
}