.cc-message {
    font-family: "MuseoSans",sans-serif;
}

.cc-message .cc-link {
    padding-left: 0;
    padding-right: 0;
}

.cc-message a,
.cc-message .cc-link {
    color: #001f49;
}

.cc-message a:focus,
.cc-message a:hover,
.cc-message .cc-link:focus,
.cc-message .cc-link:hover{
    color: #313e48;
    text-decoration: none;
}

.cc-btn {
    background-color: #000000 !important;
    font-family: "MuseoSans",sans-serif;
    text-decoration: none;
}

.cc-btn:focus,
.cc-btn:hover {
    background-color: #313e48!important;
    color: #000000!important;
    text-decoration: none;
}

/* .load-more--hidden {
    display: none;
}

@media only screen and (max-width: 768px) {
    .hero__shape {
        min-height: 366px;
    }
} */

.tabs__list__link {
    text-transform:none;
}