article h3 {
    color: rgba(0, 74, 147, 1);
    font-size: 140%;
    text-transform: uppercase;
    font-weight: normal;
}

article h4 {
    color: #78b3df;
    margin-bottom: 5px;
    margin-top: 15px;
}

article h4.mainsubtitle {
    margin-bottom: 5px;
    margin-top: 20px;
}

article h5 {
    font-size: 100%;
    font-weight: normal;

    margin-top: 10px;
    margin-bottom: 5px;
}

.sublist td, .sublist th {
    border-bottom: 10px solid rgba(241, 247, 252, 1.00);
}

.sublist {
    padding-bottom: 10px;
}

@media only screen and (min-width: 992px) {
    article h4.mainsubtitle {
        margin-top: -20px;
    }
}