.site-footer {
  background-color: #0a1482;
  padding: 40px 0 0;
  color: #ffffff;
}

.site-footer .footer-brand-column,
.site-footer .footer-navigation-column {
  margin-bottom: 24px;
}

.site-footer .footer-logo {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Social media */
.site-footer .footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.site-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer .footer-social-icon {
  width: 26px;
  height: 26px;
}

/* Footer navigation */
.site-footer .footer-link-group {
  margin-bottom: 20px;
}

.site-footer .footer-heading {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.site-footer .footer-heading a {
  color: #ffffff;
  text-decoration: underline;
}

.site-footer .footer-heading a:hover,
.site-footer .footer-heading a:focus {
  color: #ffffff;
  text-decoration-thickness: 2px;
}

.site-footer .footer-links {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.site-footer .footer-links li {
  margin-bottom: 8px;
}

.site-footer .footer-links a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus {
  color: #ffffff;
  text-decoration: underline;
}

/* Badges */
.site-footer .footer-badges-row {
  margin-top: 55px;
}

.site-footer .footer-badge {
  width: auto;
  max-width: 180px;
  margin: 10px;
  vertical-align: middle;
}

/* Copyright and regulatory information */
.site-footer .footer-information-row {
  margin-top: 30px;
}

.site-footer .footer-copyright {
  margin-bottom: 4px;
  color: #e9e9e9;
  font-size: 20px;
}

.site-footer .footer-regulatory {
  margin-bottom: 4px;
  color: #e9e9e9;
  font-size: 13px;
}

/* Policy links */
.site-footer .footer-policy-navigation {
  padding-bottom: 4px;
  color: #e9e9e9;
  font-size: 13px;
  line-height: 1.8;
}

.site-footer .footer-policy-link {
  margin: 0 6px;
  color: #e9e9e9;
  font-size: 13px;
  text-decoration: underline;
}

.site-footer .footer-policy-link:hover,
.site-footer .footer-policy-link:focus {
  color: #ffffff;
}

.site-footer .footer-policy-separator {
  color: #e9e9e9;
}

/* Tablet and desktop */
@media (min-width: 768px) {
  .site-footer .footer-brand-column {
    text-align: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .site-footer {
    padding-top: 30px;
  }

  .site-footer .footer-brand-column,
  .site-footer .footer-navigation-column {
    margin-bottom: 30px;
    text-align: center;
  }

  .site-footer .footer-heading {
    font-size: 21px;
  }

  .site-footer .footer-links a {
    font-size: 15px;
  }

  .site-footer .footer-badges-row {
    margin-top: 20px;
  }

  .site-footer .footer-badge {
    max-width: 140px;
    margin: 8px;
  }

  .site-footer .footer-policy-separator {
    display: none;
  }

  .site-footer .footer-policy-link {
    display: block;
    margin: 4px 0;
  }
}