.l-container.footer-block .footer-logo {
  clear: both !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.l-container.footer-block .badges_list {
  width: auto;
  flex: 1 1 280px; 
  min-width: 280px;
  height: auto;
  vertical-align: top;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 8px;
}

.l-container.footer-block .badges_list a {
  min-width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.l-container.footer-block .featured-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}

.l-container.footer-block .featured-badge a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.l-container.footer-block .featured-badge img {
  width: 100px;
  max-width: 100%;
  height: auto;
}

.l-container.footer-block .sec-logo {
  width: auto;
  flex: 1 1 490px;
  min-width: 340px;
  display: inline-block;
  text-align: right;
  position: relative;
  padding-left: 20px;
  margin-left: 4px;
}

.l-container.footer-block .sec-logo a {
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.l-container.footer-block .sec-logo:before {
  content: "";
  background: #e4e7ec;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 1px;
}

.l-container.footer-block .l-social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  text-align: left;
}

.l-container.footer-block .l-social .footer-content-social {
  display: inline-block;
  width: auto;
  text-align: left;
}

.l-container.footer-block .l-social .footer-brand-social {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.l-container.footer-block .l-social .social-links {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  vertical-align: bottom;
  position: static;
}

.l-container.footer-block .l-social .social-links li {
  float: none;
  line-height: 30px;
}

.l-container.footer-block .l-social .social-links li:not(:last-child) {
  margin-right: 10px;
}

.l-container.footer-block .l-social .footer-cta-social {
  margin-left: auto;
  border-radius: 0;
  padding: 14px 18px;
  min-width: 285px;
}

.l-container.footer-block .l-social .footer-cta-title {
  color: #133b58;
  font-size: 28px;
  margin: 0 0 8px 0;
  margin-bottom: 20px;
  text-transform: none;
}

.l-container.footer-block .l-social .footer-cta-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.l-container.footer-block .l-social .footer-rfp-btn {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 18px;
}

.l-container.footer-block .l-social .footer-rfp-btn::after {
  display: none !important;
}

.l-container.footer-block .l-social .footer-contact-link {
  color: #1076fb;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.l-container.footer-block .l-social .footer-contact-link-icon {
  width: 10px;
  height: auto;
  display: inline-block;
  flex: 0 0 auto;
}

.l-container.footer-block .l-social .footer-contact-link:hover {
  color: #1076fb;
  text-decoration: underline !important;
}

@media (max-width: 1000px) {
  .l-container.footer-block .footer-logo {
    justify-content: center;
  }

  .l-container.footer-block .badges_list {
    width: 100%;
    min-width: 0;
    flex: 1 1 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .l-container.footer-block .badges_list a {
    margin: 0 8px;
  }

  .l-container.footer-block .featured-badge {
    width: 100%;
    margin: 0 0 12px;
  }

  .l-container.footer-block .sec-logo {
    width: 100%;
    min-width: 0;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
  }

  .l-container.footer-block .sec-logo a {
    justify-content: center;
  }

  .l-container.footer-block .sec-logo:before {
    display: none;
  }

  .l-container.footer-block .l-social {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .l-container.footer-block .l-social .footer-content-social {
    width: 100%;
    text-align: center !important;
  }

  .l-container.footer-block .l-social .footer-brand-social {
    justify-content: center;
  }

  .l-container.footer-block .l-social .footer-cta-social {
    margin-left: 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .l-container.footer-block .l-social .footer-cta-title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .l-container.footer-block .l-social .footer-cta-links {
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .l-container.footer-block .l-social .footer-rfp-btn,
  .l-container.footer-block .l-social .footer-contact-link {
    justify-content: center;
    width: 100%;
  }

  li.footer-collapsible-item {
    margin-bottom: 0 !important;
  }

  .l-container.footer-block .l-grid .links .footer-collapsible-item {
    float: none !important;
    clear: both;
    width: 100%;
    display: block !important;
  }

  .l-container.footer-block .l-grid .links .footer-collapsible-item:not(:last-child)::after {
    display: none !important;
    content: none !important;
  }

  .l-container.footer-block .l-grid .links .footer-collapsible-links li {
    float: none !important;
    display: block !important;
    width: 100%;
  }

  .l-container.footer-block .l-grid .links .footer-collapsible-links li:not(:last-child)::after {
    display: none !important;
    content: none !important;
  }

  .l-container.footer-block .l-grid ul.links li {
    margin: 5px;
  }

  .l-container.footer-block p {
    color: #133b58;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: capitalize;
  }
}
