.headerWrapper{
    width: 100%; 
    background-color: #fff; 
    height: 85px;
    padding-bottom: 0px;
    border-bottom: thin solid #c0c0c0;
}
.headerBanner{
    float: left; 
    color: #000; 
    margin-top: 5px; 
    font-size: 20pt; 
    font-weight: bold; 
    width: 75%;
    height: 55px;
}
.headerText{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    text-align: center;
    padding-top: 15px;
}
.headerText2{
    width: 80%; 
    text-align: center;
    padding-top: 15px;
}
.logoImage{
    height: 50px; 
    margin-left: 6px;
}
.logo{
    float: left; 
    width: 20%;
    padding-left: 6px;
    padding-top: 4px;
}
.signinBox{
    float: right; 
    color: #000; 
    font-size: 8pt; 
    font-weight: bold; 
    padding: 0px 10px 0px 0px;
    width: auto;
    text-align: right;
}

.hamburger{
    float: left; 
    text-align: left;;
    color: #000; 
    font-weight: bold; 
    padding: 4px;
    width: 40%;
}

.helpbutton{
    float: right;
    text-align: right;
    width: 19%;
    font-size: 20px;
    cursor: pointer;
}