footer {
  background-color: transparent;
  overflow: hidden;
}

footer .footer-swoop {
  margin-top: 2rem;
  background-color: transparent;
  width: 100%;
  height: auto;
}

footer .footer-wrap {
  padding-top: 4rem;
  padding-bottom: 1rem;
  height: auto;
  background-color: var(--primary-color);
  color: white !important;
}

footer .footer-wrap .row > div {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

footer .footer-wrap p {
  color: white;
}

footer a {
  color: var(--white);
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.6rem;
}

footer a:hover,
footer a:focus,
footer a:active {
  color: var(--secondary-color) !important;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

footer ul li {
  text-align: center;
  width: 100%;
}

ul.footer-social {
  width: 100%;
  margin: 0 auto 0.5rem;
  justify-content: center;
}
.footer-social li {
  width: auto;
  display: inline-block;
  margin: 0 10px;
}
ul.footer-social a span {
  font-size: 1.25rem;
}

footer .footer-logo {
  height: 100px;
  width: auto;
  max-width: 250px;
  margin-bottom: 2rem;
}

/* copyright row */
footer .row div.footer-closing {
  margin-top: 1rem;
  border-top: 1px solid white;
  padding-top: 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-closing .footer-inline a {
  display: inline;
  padding: 0 0.3rem;
  font-size: 1rem;
  font-weight: 300;
}
footer .footer-closing .footer-inline a::after {
  content: " | ";
  color: white;
}
footer .footer-closing .footer-inline a:last-child::after {
  content: "";
}

/*  tablets and smaller desktops: MD */
@media only screen and (max-width: 992px) {
  footer .row div.footer-closing {
    flex-flow: column nowrap;
    align-items: center;
    gap: 1rem;
  }

  footer .footer-wrap .row > div {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-bottom: 2rem;
  }

  .footer-social {
    text-align: center;
    padding-top: 1rem;
  }

  .footer-nav {
    margin-top: 20px;
  }

  .footer-social li a:before {
    font-size: 22px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .footer-nav {
    text-align: center;
  }

  .footer-nav .list-unstyled {
    border-right: none;
  }

  .footer-address,
  footer h2 {
    text-align: center;
  }

  footer img {
    margin: 0 auto;
  }

  .footer-social {
    display: block;
    text-align: center;
  }

  footer .footer-closing .footer-inline a {
    display: inline;
    padding: 0 0.3rem;
    font-size: 1rem;
    font-weight: 300;
  }
  footer .footer-closing .footer-inline a::after {
    content: " | ";
    color: white;
  }
}

@media only screen and (max-width: 480px) {
  footer .footer-swoop {
    width: 400%;
    transform: translateX(-75%);
  }
}
