#hellobar {
    display:        block;
    cursor:         default;

    background:     var(--ingham-primary-color);
    color:          #fff;
    font-size:      15px;
    text-align:     center;
    padding:        12px 11px 11px 11px;
}
    #hellobar.hasLink {
        cursor:     pointer;
    }
        #hellobar.hasLink .arrow {
            font-size:          1.1em;
            line-height:        0;
            padding:            0 3px 0 0;
        }
        #hellobar.hasLink:hover {
            background:         var(--ingham-primary-color);
            text-decoration:    none;
        }
            #hellobar.hasLink:hover .arrow {
                padding:        0 0 0 3px;
            }