.containerHeader {
    background-color: #f8f1e8;
    border-bottom: 4px solid #f2e5d2;
}

.containerHeader header {
    background-size: 200px 76px;
    height: 76px;
}

.containerHeader header button {
    margin-top: 25px;
}

.articleCategory {
    color: #01385e;
}

.containerAge h3 {
    color: #cca359;
}

blockquote {
    border-left: 4px solid #01385e;
}

.containerFooter {
    background-color: #f2e5d2;
}

.containerFooter footer {
    color: #333;
}

.containerFooter .footerLogo {
    background-size: 150px 57px;
    height: 57px;
}

button {
    background-color: #01385e;
}
button:active,
button:focus,
button:hover {
    background-color: #4d738e;
}

button span {
    color: #e0c389;
}

a,
.footerNav li a {
    color: #01385e;
}
a:active,
a:focus,
a:hover,
.footerNav li a:active,
.footerNav li a:focus,
.footerNav li a:hover {
    color: #4d738e;
}

.buttonWrapper {
    text-decoration: none;
}

.buttonWrapper:hover {
    text-decoration: none;
}

.articleBody .buttonWrapper {
    display: contents;
    text-decoration: none;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

    .containerHeader header {
        background-size: 150px 57px;
        height: 57px;
    }

    .containerHeader header button {
        margin-top: 15px;
    }

}