@page {
    margin: 0 0 3cm 0;
}

html, body {
    font-size: 9.25pt;
}

h1 {
    font-size: 26pt;
}

h2 {
    font-size: 11pt;
    margin: 0 !important;
}


h3 {
    font-size: 8pt;
}

p,li {
    font-size: 9.25pt;
}

.small {
    font-size: 8pt;
}

.outer {
    padding-top: 0rem;
    margin:auto;
    margin-top: 3rem;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
}

.headerCol a, .video, .print {
    display: none;
}

.header p, div.ingress p {
    font-size: 14pt;
}

.twoCols .col {
    width: 50% !important;
    padding: 10pt !important;
    
}

.twoCols .col:first-child {
    margin-right: 0 !important;
    border-right: 0 !important;
}

.twoCols .col:last-child {
    border-left: 0 !important;
}

.twoCols, .threeCols {
    display:flex !important;
}

.col-8 {
    width: 66.667%;
}

.pageBreak {
    height: 1px;
    border-top: solid 0.1px #878787;
    page-break-after: always;
}

.marginTop {
    margin-top: 3rem;
}

.outer > div:last-child {
    border-bottom: solid 0.1px #878787;
}

.footer {
    border: 0;
    position:fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /*border-top: solid 0.1px #878787;*/
}

.footer img {
    
}

.pageNumber {
    display:block;
}