/*All Costum Styles*/

/* Header */
header.header .navbar-nav a {
    font-size: 18px;
    line-height: 35px;
}
#mainNavbar > ul > li > a {
    color: #ffffff;
    padding-right: 20px;
}
.main-navbar-wrapper {
    background-color: #12334F;
}
#primaryMenu {
    background-color: #288FEB;
    padding-bottom: 0px;
    padding-top: 0px;
}
ul.primary-menu-links > li > span {
    margin-top: 7px;
    padding-bottom: 3px;
}
.secondary-menu-links li .dropdown-menu {
    width: 285px !important;
}
header.header .logo-img {
    display: none;
}
#promo {
    display: none !important;
}
.menu-toggle-btn { 
    font-size: 18px;
    font-weight: 500;
}
header.header .search {
    display: none;
}
#secondaryMenu .navbar-header {
    float: left;
    margin-top: 0px;
}
#primaryMenu {
    background-color: #12334F;
}
.img-responsive {
    max-width: 200px;
}
header.header .btn {
    font-size: 18px;
    font-weight: 500;
}
#secondaryMenu .navbar-header {
    float: left;
    margin-top: -19px !important;

}
@media screen and (max-width: 767px) {
.img-responsive {
margin-top: 5px;
   }
.menu-toggle-btn {
margin-right: 20px
   }
}
header.header .toolbar .nav-link {
    font-size: 1.45em;
}
.secondaryMenu-sticky-wrapper {
margin-top: 120px
}
#mainNavbar {
float: left !important;
}




/*Footer*/
footer.footer .btn {
    margin-right: 15px;
}
.footer-widget ul li a {
    color: #ffffff;
}
#footer { 
    background-color: #12334f;
    padding: 30px 0 10px !important;
    padding-bottom: 0px !important;
}
#contactInfo {
    background-color: #12334f;
}
.footer-widget ul li a {
    color: #fffbfb !important;
    font-weight: 400 !important;
 }

 /*Other Styles*/
.badge-info {
    background-color: #288feb;
}
.h5, h5 {
    color: #202736;
}
.small, small {
    font-size: 95%;
    font-weight: 400;
    color: #191e29;
}
.list-group-flush>.list-group-item {
    color: #202736;
    font-weight: 500;
    font-size: 16px;
}
.kb-article-item small { 
    color: #191e29;
}
.sidebar .list-group-item.active, .sidebar .list-group-item.active:focus, .sidebar .list-group-item.active:hover {
    background-color: #288feb;
    color: white;
}
.h1, h1 {
    font-size: 1.32rem;
    line-height: 1.98rem;
}
#order-boxes .fields-container {
    border-top: 10px solid #288feb !important;
    border-bottom: 10px solid #288feb !important;
}
.h2, h2 {
    font-size: 1.32rem;
    line-height: 1.98rem;
}