.menu--footer {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .menu--footer {
    margin-top: 20px;
  }
}

.menu--footer .group-menu-item {
  min-width: 200px;
  margin-bottom: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .menu--footer .group-menu-item {
    margin-bottom: 24px;
  }
}

.menu--footer .no-link {
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #003187;
  margin-bottom: 4px;
}

.menu--footer .dropdown-menu > .active > a:hover,
.menu--footer .dropdown-menu > .active > a:focus,
.menu--footer .dropdown-menu > li.active > a {
  background: transparent;
  color: #9eaabf;
  text-decoration: underline;
}

.menu--footer .dropdown-menu > li > a {
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #9eaabf;
}

.menu--footer .dropdown-menu > li > a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #9eaabf;
}

@media (min-width: 768px) {
  .menu--footer .group-menu-item:nth-of-type(4) {
    margin-left: auto;
  }
}

/*# sourceMappingURL=footer-menu.css.map */
