
.news-content {
    margin-top: 1rem;
}
.note-frame p,
.news-content p {
    font: 400 17px/24px "Avenir-R", Arial;
    color: #000000;
    margin: 0 0 0.5rem;
}
.note-frame h1,
.news-content h1 {
    font: 400 29px/32px 'Gotham-M', Arial;
    margin-bottom: 1rem;
    color: #003865;
}
.note-frame h2,
.news-content h2 {
    font: 400 24px/26px 'Gotham-M', Arial;
    letter-spacing: 0;
    color: #003865;
    margin-bottom: 1rem;
}
@media screen and (max-width: 1024px){
    .note-frame h2,
    .news-content h2 {
        font-size: 20px;
    }
}
.note-frame h3,
.news-content h3 {
    font: 400 20px/26px 'Gotham-B', Arial;
    letter-spacing: 0;
    color: #003865;
    margin-bottom: 1rem;
}
.headerbox .note-frame h3 {
    background: none;
    height: auto;
    padding: 0;
}
.note-frame a,
.news-content a {
    text-decoration: underline !important;
    color: #003865 !important;
}

.note-frame ol, .note-frame ul,
.news-content ol, .note-frame ul {
    list-style-position: inside;

}
.note-frame li,
.news-content li {
    font: 400 17px/24px "Avenir-R", Arial;
}