/* All */
.top-menu .sub-menu.collapse :hover {
  color: #0f3d6d !important;
}

#header .header-top a[data-depth="0"] {
  color: #0f3d6d !important;
}

/* Top Menu, vertical */
.top-menu .sub-menu {
  box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  border: none;
  margin-left: 0.9375rem;
  width: inherit;
  min-width: inherit;
  z-index: 18;
  position: absolute;
}
#header .menu,
#header .menu > ul > li {
  display: inline-block;
  position: relative;
}
.top-menu .sub-menu ul[data-depth="1"] > li {
  float: left;
  margin: 0 1.25rem;
  clear: both;
}


@media (min-width: 768px) {
  .header-nav {
    background-color: #16477c !important;
  }

  #_desktop_contact_link {
    color: rgb(255, 255, 255) !important;
  }

  .header-nav a {
    color: rgb(255, 255, 255) !important;
  }

  .header-nav a:hover {
    color: rgb(228, 228, 228) !important;
  }
}

@media (max-width: 767.98px) {
  .header-nav {
    background-color: #ffffff !important;
  }
}


/* .header-nav {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}

.header-top {
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
} */



#custom-text {
  background-color: #16477c;
}

#custom-text h2 {
  color: white;
}

#custom-text p {
  color: white;
}

.block-categories {
  background-color: #16477c;
}

.block-categories a {
  color: white;
}


#footer a {
  color: #0f3d6d !important;
}
#footer a:hover {
  color: #1d5897 !important;
}

#footer {
  background: #dfdded !important;
}

.block_newsletter {
  padding-top: 20px !important;
}
