/* Footer styles - matching styleguide.css */
.site-footer-revamp {
  margin-bottom: -15px;
  bottom: 0 !important;
}

/* Footer Main */
.nus-footer {
    background: #003062;
    border-top: 0;
    color: #999;
    font-weight: 300;
    padding: 0 0 20px;
}

.nus-footer a {
    color: #999;
    text-align: -webkit-center;
}

.nus-footer a:hover,
.nus-footer a:focus {
    color: #fff;
    text-decoration: none;
}

/* Useful Links */
.nus-footer .friendly-links {
    background: #fff;
    padding: 25px 0;
    border-top: 1px solid #003d7c;
}

.nus-footer .friendly-links .links-title {
    margin-bottom: 20px;
    color: #003d7c;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.nus-footer .friendly-links .links-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.nus-footer .friendly-links .link-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.nus-footer .friendly-links .link-card:hover,
.nus-footer .friendly-links .link-card:focus {
    opacity: 0.7;
}

.nus-footer .friendly-links .link-card img {
    width: auto;
    height: 50px;
}

.nus-footer ul {
    margin: 0;
    padding: 0;
}

.nus-footer .wrapper {
    padding: 5px 0;
}

.nus-footer .friendly-links + .container .wrapper {
    padding-top: 40px;
}

.nus-footer .footnav-alt {
    margin-top: 43px;
}

@media screen and (max-width: 991px) {
    .nus-footer .friendly-links .links-grid {
        gap: 20px;
    }

    .nus-footer .wrapper {
        padding: 40px 0;
    }
}

.nus-footer .navigator ul li {
    list-style: none;
    line-height: 24px;
}

.nus-footer .navigator .title {
    margin-top: 0;
    color: #fff;
    font-size: 18px;
}

.nus-footer .nus-social-box {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 0;
}

.nus-footer .nus-social-box .footnav-alt {
    margin-top: 40px;
}

.nus-footer .nus-social-box ul li {
    padding-left: 30px;
}

.nus-footer .nus-contact-us {
    display: inline-block;
    text-align: left;
}

.nus-footer ul.nus-contact-us li {
    position: relative;
}

.nus-footer ul.nus-contact-us .icon {
    display: block;
    position: absolute;
    left: 0;
    color: #fff;
    top: 2px;
}

@media screen and (max-width: 991px) {
    .nus-footer .nus-social-box {
        padding: 0 10px;
        border: 0;
        text-align: center;
    }

    .nus-footer ul.nus-contact-us .icon {
        display: inline;
        top: 0;
        padding-right: 15px;
    }
}

/* Footer Copyright */
.nus-footer .copyright {
    border-top: 1px solid #003d7c;
    color: #999999;
    padding: 40px 10px;
    text-align: center;
    font-size: 12px;
    background: #003062;
}

.nus-footer .copyright .info {
    margin-bottom: 7px;
}

.nus-footer .container {
    max-width: 1440px;
}

.nus-contact-us {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nus-contact-us li {
    padding: 5px 0;
    font-size: 14px;
    color: #999;
}

.nus-contact-us .icon {
    margin-right: 8px;
}

.nus-social-box .title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.footnav-alt img {
    /* max-width: 100px; */
    height: auto;
}

@media screen and (max-width: 991px) {
    .nus-footer .copyright {
        padding-left: 0;
        padding-right: 0;
    }
}
