/* ================================
   HEADER STYLING
   ================================ */
#user_subscribe_1872395550 {
    display: none;
}
.top-header {
    background-color: #001b3d !important;
    /* Increase header height by ~50% */
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}


/* ================================
   NAVBAR LOGO
   ================================ */

.navbar-brand img {
    max-height: 110px;   /* Increased from default ~60px */
    width: auto;
}

/* ================================
   DESKTOP NAVBAR ALIGNMENT
   ================================ */

@media (min-width: 992px) {
    /* Center navbar content cleanly */
    .navbar-nav {
        margin: 0 auto;
    }
}
/* Override theme rule: .home_page_body #footer { background-color: #1d99d1 !important; } */
.home_page_body #footer{
  background-color: #001b3d !important;
  background-image: none !important;
}


.navbar-nav .nav-item a>img {
    max-width: 50px !Important;
    max-height: 45px !Important;
}

.breadcrumb_container:after {
    background: none !Important;
  
}

.top-links .list-inline-item img {
    max-width: 50px !Important;
    max-height: 50px  !Important;
}

.fotter_bottom {
  background-color: #001b3d !important;
  background-image: none !important;
}

.fotter_bottom .bg-info {
    background-color: #001b3d !important;
    background-image: none !important;
}

.top-header .container .top-links .list-inline-item .logout-dropdown a {
  color: #231f20 !important;
}
.top-header .container .top-links .list-inline-item .logout-dropdown a:hover {
  color: #30abe2 !important;
}
#footer {
  background-color: #001b3d !important;
    background-image: none !important;
    margin-top: 1.5rem;
}
.navbar{
    background: #001b3d !important;
}
@media only screen and (min-width: 1024px){
  .navbar{
    background: #fff !important;
}  
}
@media only screen and (min-width: 1440px) {
    #footer .fotter_bottom .container .support_info ul {
        column-count: 1 !important;
    }
}

.subscribe_section {
  border-top: 1px solid #ccc;
}

div#cms_page .landing_page .form-horizontal #extra_fields_20 textarea
 {
    height: 100%;
    min-height: 230px;
    max-height: 230px;
}

.subscribe_section.bg-white.py-3 {
    display: none;
}