.top-bar, .top-bar ul {
    color: #ffffff;
    background-color: #0078c1;
    padding: 0 .5rem 0 .5rem;
}

.menu a {
    line-height: inherit;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.menu a:hover {
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;

}

.topbanner .txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.logowrap {
    color: #da2028;
    background-color: #000000;

}

.headerwrap {
    color: #000000;
    background-color: #c2e0f6;

}

.button.custom {
    background-color: #0078c1;
}

.button.custom:hover {
    background-color: #c2e0f6;
    color: #000000;
}

.footerwrap {
    color: #ffffff;
    background-color: #0078c1;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
}