div.news a.list-row h4.blogTitle {
    font-size: 25px;
    color: #009abb;
}

.item-list .list-row h4 {
    font-size: 20px;
}

.blogDate {
    color: #e86c00 !important;
    font-size: 14px;
}

.read-more-wrapper {
    display: flex;
    color: #009abb;
    justify-content: flex-start;
}

    .read-more-wrapper svg {
        margin-top: -2px;
    }

#body h3#highlightsAnchor {
    width: 100%;
}

.categories-wrapper ul {
    list-style-type: none;
    padding-left: 20px;
}

    .categories-wrapper ul li a {
        color: #009abb;
        padding: 5px 0;
        display: inline-block;
    }

#about-us-container .date {
    color: #e86c00;
    font-size: 14px;
    margin-top: 30px;
}

#about-us-container a {
    color: #009abb;
}

