.container-footer {
  --footer-links-bg: var(--bdca-footer-bg);
  --footer-links-title-color: #2f2f2f;
  --footer-links-hover-bg: #c6c6c6;
  --footer-links-hover-border: #bfbfbf;
  --footer-links-link-color: #535353;
  --footer-links-divider-color: #dcdcdc;
  --footer-links-link-hover-color: #4c6f7c;
  --footer-links-link-hover-divider-color: #6f9ba9;
  --footer-meta-bg: #000;
  --footer-meta-border-top: #f0f0f0;
  --footer-meta-border-bottom: #2a2a2a;
  --footer-copy-color: #828282;
  --footer-top-bg: #3f6f7d;
  --footer-top-color: #1f3138;
}

.footer-links {
  background: var(--footer-links-bg);
  font-family: Roboto, Verdana, Helvetica, Arial, sans-serif;
}

.footer-links-title {
  color: var(--footer-links-title-color);
  font-family: Roboto, Verdana, Helvetica, Arial, sans-serif;
}

.footer-links-col {
  border: 1px solid transparent;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.footer-links-col:hover {
  background: var(--footer-links-hover-bg);
  border-color: var(--footer-links-hover-border);
}

.footer-links .mod-custom ul {
  font-size: 0.9rem;
  padding-left: 0;
  list-style: none;
}

.footer-links .mod-custom > ul > li {
  padding-bottom: 0.5rem;
  margin: 0;
  line-height: 1.55;
  list-style: none;
}

.footer-links .mod-custom ul ul > li {
  margin: 0;
  line-height: 1.5;
  list-style: none;
}

.footer-links .mod-custom a,
.footer-links .mod-custom a:visited {
  color: var(--footer-links-link-color);
  text-decoration: none;
  display: block;
  border-bottom: 1px solid var(--footer-links-divider-color);
}

.footer-links .mod-custom a:hover,
.footer-links .mod-custom a:focus {
  color: var(--footer-links-link-hover-color);
  border-bottom-color: var(--footer-links-link-hover-divider-color);
}

.footer-meta--main {
  background: var(--footer-meta-bg);
  border-top: 1px solid var(--footer-meta-border-top);
  border-bottom: 1px solid var(--footer-meta-border-bottom);
  min-height: 92px;
}

.footer-meta-content > .mod-custom {
  width: 100%;
  margin: 0;
}

.footer-row,
.footer-legacy-row {
  min-height: 90px;
}

.footer .footer-social,
.footer .footer-legacy-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer .footer-social > li,
.footer .footer-legacy-social > li {
  list-style: none;
  margin: 0;
}

.footer-copy,
.footer-copy a,
.footer-legacy-copy,
.footer-legacy-copy a {
  color: var(--footer-copy-color);
  line-height: 1.35;
  text-decoration: none;
}

.footer-copy img,
.footer-legacy-copy img {
  height: 32px;
  width: auto;
  vertical-align: middle;
}

.footer-top,
.footer-legacy-top {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: var(--footer-top-bg);
  color: var(--footer-top-color);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .footer-meta--main {
    min-height: auto;
  }

  .footer-row,
  .footer-legacy-row {
    min-height: auto;
    row-gap: 8px;
  }

  .footer .footer-social,
  .footer .footer-legacy-social {
    justify-content: center;
  }

  .footer-copy,
  .footer-legacy-copy {
    text-align: center;
    white-space: normal;
    font-size: 0;
    line-height: 0;
  }

  .footer-copy a,
  .footer-legacy-copy a {
    display: inline-block;
    line-height: 0;
  }

  .footer-copy img,
  .footer-legacy-copy img {
    height: 30px;
  }
}

@media (max-width: 575.98px) {
  .footer-links-title {
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
  }

  .footer-copy img,
  .footer-legacy-copy img {
    height: 28px;
  }

  .footer-top,
  .footer-legacy-top {
    width: 28px;
    height: 28px;
  }
}
