.ha-cover {
    background: url("../../images/sdg/cover.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cover-description {
    padding: 40px;
}

.cover-description p {
    font-family: Avenir Regular;
    font-size: 1.7em;
    margin-bottom: 30px !important;
}


/* Advisories */
.advisory {
    padding: 30px;
    border-bottom: 2px solid #F2F2F2;
}

.advisory label {
    font-family: Avenir Bold;
    font-size: 1.5em;
}

.advisory a {
    font-family: Avenir Regular;
    font-size: 1.5em;
    color: #333;
}

/* archives */
.archives{
    margin-bottom: 70px;
    border-left: 2px solid #F1F1F1;
    border-right: 2px solid #F1F1F1;
    border-bottom: 2px solid #F1F1F1;
}
.archives .heading-container {
    padding: 20px;
}

.archives h3 {
    font-family: Optima Bold;
    color: #6F6F6F;
}

.archive-parent-container {
    max-height: 400px;
}

.archives .active {
    background: #0A4523;
}

.archives .active label {
    color: #fff;
}

.archive-container {
    padding: 15px 50px;
}

.archive-container label {
    font-family: Avenir Bold;
    font-size: 1.6em;
}