header.landgate {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

div.landgate-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

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

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

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

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

ul.landgate-nav-links > li > a {
    color: #575756;
    font-size: 0.875em;
    text-decoration: none;
}

div.landgate-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
}

div.landgate-heading {
    color: #575756;
    font-size: 0.938em;
    font-weight: bold;
    margin-left: 70px;
}

div.landgate-heading > p {
    vertical-align: middle;
    margin: 0;
}
