.navItem.active_forever {
    color: #a0bac4 !important;
}

.navItem.active_forever:after {
    width: 100% !important;
}

.linkItem.current_page_item {
    background: #a0bac4 !important;
    border-bottom: 1px solid #a0bac4 !important;
}

.CTA-dark-light.active_forever {
    background: #a0bac4 !important;
}

.page-template-workWithUs .brandsNav .right a:last-child {
    width: 180px;
}

.secondBrandNav .right a.current_page_item {
    background: #a0bac4 !important;
}

@media screen and (max-width: 950px) {
   .page-template-workWithUs .brandsNav .right a:last-child {
        width: calc(100% - 30px);
    } 
}