@media (max-width: 767px) {
  .footer-container {
    box-shadow: none;
    margin-top: 0
  }

  .footer-container .wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .footer-container .links .h3 {
    line-height: 1.5;
    font-size: 1rem
  }

  .footer-container .links ul {
    background-color: #f6f6f6;
    margin-bottom: 0
  }

  .footer-container .links ul > li {
    padding: .625rem;
    border-bottom: 1px solid #fff;
    font-weight: 700
  }

  .footer-container .links ul > li a {
    color: var(--color-black-default)
  }

  .links .collapse {
    display: none
  }

  .links .collapse.in {
    display: block
  }

  .links .title {
    padding: .625rem;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer
  }

  .links .title .collapse-icons .remove,
  .links .title[aria-expanded=true] .collapse-icons .add {
    display: none
  }

  .links .title[aria-expanded=true] .collapse-icons .remove {
    display: block
  }

  .links .navbar-toggler {
    display: inline-block;
    padding: 0
  }

  .footer-links-list .c-title {
    padding: 15px 0 5px 0;
  }

  .footer-links-list .c-link-list.is-open .footer-links {
    padding-bottom: 5px;
  }

}

@media screen and (max-width: 1023px) {
  .footer-container .footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-container .footer > * {
    flex: 1 0 100%;
  }
}

@media screen and (min-width: 1024px) {
  .before-footer {
    position: relative;
    z-index: 1;
  }

  #footer {
    position: relative;
    z-index: 0;
  }

  #footer.footer-fixed {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }

  #footer > .container {
    position: relative;
    z-index: 1;
    padding: 15px;
  }

  .footer-container .footer > .footer-links-list {
    flex: 1 0 0;
  }

  .footer-copyright span,
  .footer-copyright a {
    display: inline-block;
  }

  .footer-copyright span:not(:last-child)::after,
  .footer-copyright a:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    color: #ccc;
  }
}
