header {
    width: unset !important;
    height: unset !important;
    background-image: unset !important;
}

footer {
    width: unset !important;
    min-height: unset !important;
    clear: unset !important;
    margin: unset !important;
    background-color: var(--brand-green-4);
}

footer a {
    color:white !important;
}

ul.index a {
    font-family:var(--font-family-opensans) !important;
}