html
{
    font-family: Lato, sans-serif !important;
}
body
{
    color: #000;
    font-family: Lato, sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    background-color:#f0f0f0;
}
.datepicker th.dow {
    font-weight: bold;
    background: #3369b2;
    color: #FFF;
    padding: 1px 0px;
    border: 2px solid #3369b2;
}
#header1
{
    padding:20px 0;
    background-color:white;
}
#Header1 img {
    margin: 0 auto;
    height: 100px;
}
#mainContent
{
    padding:35px 0;
}
.hopewellH4
{
    color:#386EB2;
    font-size:28px;
}
.hopewellBtn
{
    background-color:#002247;
    color:white;
    margin:5px !important;
    padding:10px !important;
}
.hopewellBtn:hover
{
    color:white;
}
.hopewellBtn:active
{
    color:white;
}
.hopewellBtn:focus
{
    color:white;
}
.radio
{
    margin-top:0 !important;
    margin-bottom:5px!important;
}
@media screen and (min-width: 320px) and (max-width: 464px)
{
    .fixRadio
    {
        margin-left:0 !important;
    }
}
.radio-inline {
    padding-top:8px;
}