Resource: Changing the color of the brand switcher

.header-holder .login-bar a {
    color: #73736F;
}

.navbarBrandSwitcher .bsLinks {
    text-decoration: none;
    border-bottom: 1px dashed;
    vertical-align: central;
    color: #73736F;
    cursor: pointer;
}
.navbarBrandSwitcher .bsLinks:hover, .navbarBrandSwitcher .navbar-default a:focus.bsLinks, .navbar-default .navbarBrandSwitcher a:focus.bsLinks, .navbarBrandSwitcher .navbar-primary a:focus.bsLinks, .navbar-primary .navbarBrandSwitcher a:focus.bsLinks {
    color: #F8B90D;
    text-decoration: none;
    border-bottom: 1px solid #73736f; }