footer {
    background-color: var(--nzbar);
    color: white;
}
footer .footer-column-heading {
    position: relative;
}
footer .footer-column-heading:after {
    content: "";
    height: 2px;
    width: 120px;
    background: #475c7e;
    position: absolute;
    bottom: -12px;
    left: 0;
}
footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    color: var(--nzbarlightBlue);
}
footer div.website a {
    display: block;
}
footer div.classifieds ul {
    list-style-type: none;
}
footer i {
    color: var(--nzbarlightBlue);
}
