#ProactiveQuestion{position: fixed; z-index: 1; right: 20px; bottom: 10px; overflow: hidden; width: 260px; height: 90px; border-radius:.6em; box-shadow:0 0 .5rem 0 rgba(0,0,0,.2);background:hsla(0,0%,100%,1);}

/*zendesk buttons*/
.ubutton a { text-decoration: none; color: white; }
.ubutton .icon  img{ vertical-align: middle; margin-bottom: 10px; }
.ubutton .text { vertical-align: middle; display: inline-block; margin-top: -8px; margin-left: 3px; }

#help_question{position: fixed; z-index: 1; right: 20px; bottom: 10px; overflow: hidden; width: 230px; height: 90px; border-radius:.6em; box-shadow:0 0 .5rem 0 rgba(0,0,0,.2);background:hsla(0,0%,100%,1);}
#help_question_scroller{border:2px white solid}
#help_question_scroller{border-radius:.6em .6em 0.1em 0.1em; }
#help_question_scroller header{ text-align: center; fill: #ffffff; background-color: #0052a0; border-bottom:2px solid #ddd;padding:10px; border-radius:.6em .6em 0 0; font-weight: 600;}
#help_question_scroller header .question { font-size: 1em; display: inline-block; vertical-align: top; margin: 0 0 0 5px; color: white;} 
#help_question_scroller header .Icon { color: white; }
#help_question_content{overflow-y:auto;overflow-x:hidden;box-sizing:border-box;padding:10px;}
#help_question_content a { color: #4D670C; font-size: 1em; }


.ubutton {
    background-color: rgb(0, 62, 116);
    position: fixed;
    bottom: 25px;
    right: 120px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    fill: rgb(255, 255, 255);
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 46px;
    letter-spacing: 0.6px;
    margin: auto;
    padding: 12px 22px 14px 22px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    width: 107.37px;
    border-radius: 11988px;
    z-index: 1;
}
#ActiveHelpLink { text-decoration: none }
.ubutton .icon img {
   vertical-align: middle;
   margin-bottom: 10px;
}

