.topdisclaimer
{
    text-align: center;
    background-color: #26272A;
}

#hellobar-bar 
{
    width: 100%;
    margin: 0; height: 30px;
    display: table; font-size: 17px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #5c5e60;
    box-shadow: 0 1px 2px 3px 2px rgba(0,0,0,0.15);
}

#hellobar-bar .regular 
{
    height: 30px;
    font-size: 14px;
}


.hb-content-wrapper 
{
    text-align: center;
    text-align: center;
    position: relative; 
    display: table-cell;
    vertical-align: middle;
}

.hb-content-wrapper
{
    margin-top: 0;
    margin-bottom: 0;
}

.hb-text-wrapper 
{
    margin-right: .67em;
    display: inline-block; 
    line-height: 1.3;
}

.hb-text-wrapper .hb-headline-text 
{
    font-size: 1em; display: inline-block;
    vertical-align: middle;
}

.hb-close-wrapper 
{
    display: table-cell;
    width: 1.6em;
}
    
.hb-close-wrapper .icon-close 
{
    font-size: 14px;
    top: 10px;
    right: 25px; 
    width: 15px;
    height: 15px;
    opacity: .3; 
    color: #ffffff; 
    cursor: pointer;
    position: absolute; 
    text-align: center;    
    line-height: 15px; 
    z-index: 1000;    
    text-decoration: none;
}

.title
{
    background-color: #001489;
    padding: 40px 40px 40px 20px;
}

.form
{
    margin: 20px;
}

.submit
{
    margin-left: 20px;
}

.hidden
{
    display: none;
}