/* HERO OVERRIDE */
.lp-hero__titles {
    background: #304e7c url("img/lp/GettyImages-523345406_Edited_768x545.jpg") 50% / cover;
}

/* FOOTER LINK STYLES */
footer ul {
    list-style: none;
    padding-left: 0;
}
.footer-link {
    margin-bottom: .5rem;
}

footer ul li:nth-child(6) a {
    line-height: 1.9em;
}
footer ul li:nth-child(6) a img {
    margin-left: 4px;
    vertical-align: text-bottom;
}
footer li {
    margin-right: 4px;
    margin-bottom: .6em;
}
.site-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.site-footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer ul li:nth-child(6) {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (min-width: 768px) {
    .lp-hero {
        background: #fff;
    }
    footer ul li + li:before {
        content: "|";
        padding: 0 8px 0 4px;
    }
    footer ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-link {
        margin-bottom: 1.2rem;
    }
}
@media screen and (min-width: 991px) {
    .lp-hero__titles {
        background: unset;
    }
    .lp-hero {
        background: #527187 url("img/lp/GettyImages-523345406_Edited_1920x1180.jpg") 50% / cover;
    }
}