@media (max-width: 767px) {
  .ief-site-footer {
    padding-bottom: 90px !important;
  }
}
.ief-site-footer .ief-footer-nav {
  width: 100%;
}
.ief-site-footer .ief-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.ief-site-footer .ief-footer-menu .menu-item {
  margin: 0;
}
.ief-site-footer .ief-footer-menu a {
  color: rgb(209, 213, 219);
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.ief-site-footer .ief-footer-menu a:hover {
  color: rgb(96, 165, 250);
}
.ief-site-footer .ief-footer-menu .current-menu-item > a,
.ief-site-footer .ief-footer-menu .current_page_item > a {
  color: rgb(96, 165, 250);
  font-weight: 500;
}
.ief-site-footer .ief-footer-menu a:focus-visible,
.ief-site-footer .ief-footer-social a:focus-visible {
  outline: 2px solid rgb(96, 165, 250);
  outline-offset: 2px;
  border-radius: 2px;
}
.ief-site-footer .ief-footer-social-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ief-site-footer .ief-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.ief-footer-registration-container {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .ief-footer-registration-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ief-footer-registration-container a {
  padding: 10px;
}