/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
.footer-links__link-container .footer-links__section-container__title {
  color: white;
}
.footer-links__link-container .footer-links__section-container .link {
  color: #979797;
  cursor: pointer;
}
.footer-links .language-dropdown {
  margin-top: 1.25rem;
  position: relative;
  left: -0.625rem;
}
.footer-links .language-dropdown__list {
  transition: max-height 0.3s ease-in-out 0.2s;
  transform: translate(-50%, -100%);
  top: -0.3125rem;
}
.footer-links .language-dropdown:hover .language-dropdown__selected:after {
  border-bottom-color: transparent;
  bottom: unset;
  top: -0.3125rem;
  border-top-color: #2b2b2b;
  border-width: 0.5rem;
}
@media print, screen and (min-width: 64em) {
  .footer-links__link-container {
    justify-content: flex-end;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .footer-links__link-container {
    text-align: left;
    margin-top: 1.25rem;
  }
  .footer-links__link-container .footer-links__section-container__title {
    text-align: left;
  }
}