header.bg-blue .masthead-container h1, header.bg-blue .masthead-container h2 {
    color: #fff;
    font-weight: 300;
}

header.bg-cyan .masthead-container h1, header.bg-cyan .masthead-container h2 {
    color: #004446;
}

.card {
    border-radius: 4px;
    background-color: #fff;
}

.card .card-title {
    padding-bottom: 36px;
    font-size: 20px;
    color: rgb(0, 157, 224);
}

.card .list-item {
    border-bottom: 1px solid #eee;
}

.card .list-item:last-child {
    border-bottom: none;
}

.card .link {
    display: block;
    padding: 32px 40px;
    font-size: 20px;
}

@media only screen and (max-width: 1200px) {

    .card {
        border-radius: 0;
    }

}

@media only screen and (max-width: 767px) {

    header.bg-blue .masthead-container h1, header.bg-blue .masthead-container h2 {
        font-weight: 300;
    }

}