.footer {
  background-color: #052049;
  color: #fff;
  margin-top: 30px;
  clear: both;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__container {
  position: relative;
  z-index: 0;
}
.footer__container::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../icon/svg/footer-waves.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  z-index: -1;
}
@media (min-width: 64em) {
  .footer__container::before {
    background-size: contain;
  }
}
.footer__wrap {
  padding-top: 5.125rem;
  padding-bottom: 1.25rem;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 64em) {
  .footer__wrap {
    padding-top: 9.375rem;
    padding-bottom: 3rem;
  }
}
.footer__inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 64em) {
  .footer__inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 64em) {
  .footer__second {
    display: grid;
    grid-template-columns: 2fr auto;
  }
}
.footer__second .menu--footer {
  grid-row: span 2;
}
@media (max-width: 63.99em) {
  .footer__second .menu--footer .menu {
    margin-bottom: 3.4375rem;
  }
}
@media (min-width: 64em) {
  .footer__second .menu--footer .menu {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.footer__second .menu--footer .menu .menu-item {
  margin-bottom: 1rem;
}
.footer__second .menu--footer .menu .menu-item a {
  transition: all 0.6s ease 0s;
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
  color: #fff;
}
.footer__second .menu--footer .menu .menu-item a:hover,
.footer__second .menu--footer .menu .menu-item a:focus {
  text-decoration: underline;
}
.footer__second .block-views-blockweb-excellence-award-block-1 {
  width: 12rem;
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 63.99em) {
  .footer__second .block-views-blockweb-excellence-award-block-1 {
    margin: 0 auto 3.375rem;
  }
}
.footer__logo {
  padding: 0;
  margin: 0;
}
@media (max-width: 63.99em) {
  .footer__logo {
    margin-bottom: 50px;
  }
}
.footer__logo-link {
  z-index: 1;
  position: relative;
}
.footer__logo a,
.footer__logo picture {
  display: block;
  width: 100%;
}
.footer__logo img {
  width: 261px;
  height: auto;
}
/*# sourceMappingURL=footer.css.map */
