footer.landgate {
    margin: 0 auto;
    padding: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #666666;
}

footer.landgate > section.footer-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 8px;
    width: 100px;
}

footer.landgate > section.footer-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer.landgate > section a {
    color: #FFFFFF;
}

ul.landgate-footer-nav-links {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 5px 0;
}

ul.landgate-footer-nav-links > li {
    padding: 0 0.75em;
    margin: 0;
}

ul.landgate-footer-nav-links > li:before {
    content: none;
}

ul.landgate-footer-nav-links > li:not(:last-of-type) {
    border-right: 1px solid #d9d9d9;
}

ul.landgate-footer-nav-links > li > a {
    font-size: 0.938em;
    text-decoration: none;
}

footer.landgate span.wa-info-auth {
    margin: 0 auto;
    padding: 0;
    color: #FFFFFF;
}
