:root {
  --card-divider-color: #096eb5;
}
.usertarget, .login, .logout {
    color: #FFF !important;
    font-weight: bolder;
}

#headerrightcorner a {
    color: #FFF !important;
    font-weight: bolder;
}

.login-dropdown {
    background-color: #096eb5 !important;
    border: none !important;
    text-align: center !important;
    left: -35px !important;
}

.login-dropdown-item {
    color: #fff !important;
    font-weight: bolder !important;
    margin-bottom: 5px !important;
    padding: .25rem 1.5rem !important;
}

@media (max-width: 991.98px) {
    .banner {
        background-color: var(--mobile-header-background-color) !important;
      }

    .banner p {
        padding-top: 10px;
        font-weight: bold;
        color: #c0c0c0 !important;
    }

    .usertarget, .login, .logout {
        color: #4d4d4d !important;
        font-weight: bolder;
    }

    .navbar-light:hover .navbar-nav:hover .nav-link:hover {
        color: var(--mobile-nav-link-hover-font-color) !important;
    }
    .dropdown-item:hover {
        color: var(--mobile-nav-link-hover-font-color) !important;
    }
    .login {
        left: auto !important;
        right: 0 !important;
    }
    .navbar-light .navbar-brand {
        color: #FFF !important;
    }
}

/* hide terms and conditions checkbox on create account page */
#TermsAndConditionsID, #termsAndConditionLink {
	display: none
}

#TermsAndConditionsID {
  --optional-field: 'yes';
}

#bodytarget_inner .results table tr td, #bodytarget_inner_float .results table tr td, #bodytarget_inner_cart .results table tr td, .modal-body table tr td {
  word-break: keep-all !important;
}

td.footable-last-visible {
  word-break: break-all !important;
}

.accountTelephoneBlock { display: block !important; }

/* Hiding GOV ID field as per ticke no SD-976 */
.govIDBlock,
/* hide buy for others */
.buyForOthers-permission,
/* hide program-related items */
.program-permission
  { display: none !important; }

#employerDataList, #addEmployer {
    display: none !important;
}

/* Hide Pay later drop down */
.paymentSelection {
    display: none !important;
}

#affiliateNameHolder {
    color: white !important;
}

