footer#footer {
    background: #eee !important;
}

footer .WFAfooterHeader {
    text-align: center;
    border: 1px solid #555;
    color: #555;
    line-height: 16px;
    line-height: 1rem;
    font-size: 12px !important;
    margin-bottom: 30px;
}

footer .WFAfooterHeader span {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #555;
}

footer .WFAfooterHeader ul {
    display: flex;
    margin-bottom: 0;
}

footer .WFAfooterHeader li:first-child {
    border-right: 1px solid #555;
}

footer .WFAfooterHeader li {
    line-height: 16px;
    line-height: 1rem;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    text-align: center;
}

footer .WFAfooterHeader li:last-child {
    border-left: 1px solid #555;
}

footer ul.bottom-list li {
    display: inline-block;
    margin-right: 15px;
}