.toc__user-section a {
    font-size: 14px;
    font-family: "Ringside-Narrow", Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 1.3em;
    padding: 0;
    display: block;
    color: #f75a38;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    transition: color 0.2s;
}
.toc__user-section li {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Ringside-Narrow", Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 1.3em;
    color: #000000;
    padding: 10px 0;
    display: block;
}

@media only screen and (min-width: 600px) {
    .toc__user-section {
        display: none;
    }
}
.lb-hidden {
    display: none !important;
}

.menu-account-dropdown {
    display: none;
    font-family: "Ringside-Narrow", Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    background-color: #fff;
    position: absolute;
    top: calc(100% + 15px);
    right: 0px;
    border-top: 6px solid #000;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 260px;
    -webkit-box-shadow: 3px 3px 30px 0px rgba(205,205,205,0.5);
    -moz-box-shadow: 3px 3px 30px 0px rgba(205,205,205,0.5);
    box-shadow: 3px 3px 30px 0px rgba(205,205,205,0.5);
}

.menu-account-dropdown li {
    padding: 12px 0;
    margin: 0 25px;
    border-right: none;
}

.menu-account-dropdown li:last-child {
    border-bottom: none;
}

.menu-account-dropdown a {
    font-size: 13px !important;
    padding: 0;
    color: #f75a38;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    transition: color 0.2s;
}

.bcjs-loggedin-show {
    position: relative;
}

.menu-account-sub-year {
    float: right;
    color: #939385;
}

.menu-account-greeting,
.bcjs-loggedin-hello {
    color: #939385;
}

#myaccount-svg {
    margin-bottom: 1px;
}
#myaccount-svg-polyline {
    transition: stroke 0.2s;
}
.nav__top a:hover #myaccount-svg-polyline,
.nav__top a:focus #myaccount-svg-polyline {
    stroke: #f75a38;
}