/* footer */
.footer-links {
    height: 100%;
    align-items: center;
}


.footer-sitemap {
  background: #212121;
  color: #fff;
}

.footer-sitemap ul,
#footer-accordion .accordion-body ul {
  list-style: none;
  padding: 0;
}

.footer-sitemap ul li a,
#footer-accordion .accordion-body ul li a {
  color: #868686;
  text-decoration: none;
}

.footer-social {
  background: #1b394e;
}

.footer-icon {
  width: 5rem;
}

.footer-legal-logo {
  width: 10rem;
}

.footer-legal a {
  text-decoration: none;
  color: #868686;
}

.footer-legal h5 {
  font-size: 1rem;
}

@media(max-width: 1400px) {
  .footer-icon {
    width: 2.5rem;
  } 
}

@media(max-width: 1024px) {
  .footer-legal h5 {
    font-size: .45rem;
  }

  .footer-legal-logo {
    width: 4rem;
  }
}

@media(max-width: 767px) {
  footer {
    padding-bottom: 5rem;
  }
}

@media(max-width: 639px) {
    .footer-links {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

        .footer-links h5 {
            font-size: .80rem;
        }
}

/* footer accordion */
#footer-accordion .accordion-button,
#footer-accordion .accordion-body {
  background: #252525;
  color: #fff;
}

#footer-accordion .accordion-button:hover {
  background: #ccc;
}

#footer-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #ccc;
}

#footer-accordion :focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

#footer-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}