/**
 * This file is for the universal footer.
 */
.footer .footer__below {
  border-top: 1px solid #16a0ac;
  white-space: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 63.99em) {
  .footer .footer__below {
    position: relative;
    padding-bottom: 4.125rem;
  }
}
@media (min-width: 64em) {
  .footer .footer__below {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer .footer__below .footer__copyright {
  padding-top: 25px;
  margin-right: 1.5rem;
}
@media (max-width: 63.99em) {
  .footer .footer__below .footer__copyright {
    position: absolute;
    bottom: 0;
  }
}
.footer .footer__below .footer__copyright p {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
}
@media (max-width: 32.49em) {
  .footer .footer__below .footer__copyright p {
    white-space: normal;
  }
}
.footer .footer__below .footer__universal {
  padding-top: 25px;
}
@media (min-width: 64em) {
  .footer .footer__below .menu--footer-universal .menu {
    display: flex;
  }
  .footer .footer__below .menu--footer-universal .menu .menu-item:not(:last-child) {
    margin-right: 2rem;
  }
}
.footer .footer__below .menu--footer-universal .menu .menu-item a {
  font-size: 14px;
  line-height: 1.25;
  color: #fff;
  text-decoration: none;
}
.footer .footer__below .menu--footer-universal .menu .menu-item a:hover,
.footer .footer__below .menu--footer-universal .menu .menu-item a:focus {
  text-decoration: underline;
}
/*# sourceMappingURL=universal-footer.css.map */
