#header a {
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    padding: 0px 20px 0px 20px;
    color: white;
}

#header a:hover {
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    padding: 0px 20px 0px 20px;
    background-color: white;
    color: #0054a6;
}

#header .current {
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    padding: 0px 20px 0px 20px;
    background-color: white;
    color: #0054a6;
}

body {
    margin-bottom: 54px;
}


.bar,
.bar2,
.bar3 {
    background: #fff;
    height: 4px;
    width: 27px;
    margin-bottom: 3px;
    display: block;
}

.p25 {
    background-color: #ffffff;
    padding: 25px 0 55px 0px;
}

.mobile-nav-bar {
    border: 0;
    border-radius: 0;
    background-color: #0054a6;
}

.box-fill-dark {
    background: #f7f7f7;
}

label {
    display: block;
    max-width: 100%;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
}

.form-control {
    border-radius: 0;
    border: none;
    margin: 6px auto;
    height: 34px;
    font-size: 14px;
}

.btn-primary,
.btn-primary:hover,
btn-primary:focus,
btn-primary:active {
    background-color: #0054a6;
    border: 0;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 30px;
    min-width: 130px;
    height: auto;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.btn-primary:hover,
btn-primary:focus,
btn-primary:active {
    background-color: #00bff3;
    border: 0;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 30px;
    min-width: 130px;
    height: auto;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.logo .btn-primary {
    background-color: rgba(0, 51, 102, .5);
}

.logo .btn-primary:hover {
    background-color: #00bff3;
}

@media screen and (max-width:767px) {
    .title {
        vertical-align: bottom;
        margin-top: 5px;
        font-size: 21px;
        font-weight: bold;
    }
    .p25 {
        background-color: #ffffff;
        padding: 0px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 25px;
    }
    /* modal */
    label {
        font-weight: normal;
        font-size: 14px;
    }
    .form-control,
    #forgot-pass .form-control {
        height: 40px;
        margin: 5px auto 20px auto;
    }
}

.nav.navbar-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
    }
}

@media print {
body{
    font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; 
    color: blue;
}
}

.dark-blue {
    background-color: #0054a6;
}

.lt-gray {
    background-color: #f9f9f9;
}

.dropdown-menu:hover {
    display: block;
}

ul.nav li.dropdown:hover>div.dropdown-menu {
    display: block;
}

#header a.dropdown-item {
    width: 100%;
    color: black;
    font-weight: normal;
    text-transform: none;
}

.dropdown-menu  {
    min-width: 260px;
    color: black;
}

.navigation {
    background-color: #fff;
    width: 100%;
    border-bottom: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.dropdown:hover .dropdown-toggle {
  background-color: white;
  color: #0054a6 !important;
}