.ai-sub-header:not(.homepage-sub-header) .ai-sub-header__text-wrapper a {
    color: #fff;
    text-decoration: underline;
}

.ai-sub-header:not(.homepage-sub-header) .ai-sub-header__text-wrapper.ai-sub-header__text-white a {
    color: #b3b3b3;
}

.ai-sub-header:not(.homepage-sub-header) .ai-sub-header__text-wrapper a:hover {
    color: #004064;
}

.ai-caption__share {
    width: 210px;
}

.lg-outer .lg .lg-inner .lg-item .lg-img-wrap {
    flex: 0 1 calc(100% - 105px);
}

@media all and (max-width: 960px) {

    .lg-outer .lg .lg-inner .lg-item .lg-img-wrap {
        flex: 0 1 calc(100% - 140px);
    }
}

@media all and (max-width: 480px) {

    .lg-outer .lg .lg-inner .lg-item .lg-img-wrap {
        flex: 0 1 calc(100% - 125px);
    }
}