/**
 * 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
***************************/
.nav {
  padding: 1.5625rem 3.125rem;
  max-width: 125rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.nav__logo .link {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.nav__logo .link .logo {
  max-width: 16.375rem;
  width: 100%;
}
.nav .list {
  display: inline-block;
}
.nav__menu-item {
  color: #F6F6F6;
  margin-right: 3.125rem;
  position: relative;
}
.nav__menu-item:before {
  content: "";
  width: 0;
  position: absolute;
  bottom: -0.625rem;
  height: 0.125rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F6F6F6;
  transition: 0.5s width ease;
}
.nav__menu-item:hover .link {
  color: #F6F6F6;
}
.nav__menu-item:hover:before {
  width: 110%;
}
.nav__cta {
  text-align: right;
}
.nav__burger-menu {
  position: relative;
  height: 1.5625rem;
  width: 2.1875rem;
}
.nav__burger-menu .nav__bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-color: #2C3035;
}
.nav__burger-menu .nav__bar--1 {
  top: 0;
}
.nav__burger-menu .nav__bar--2 {
  top: 50%;
  transform: translateY(-50%);
}
.nav__burger-menu .nav__bar--3 {
  bottom: 0;
}
.nav__nav-item {
  color: #fff;
}
.nav__nav-item:before {
  background-color: #fff;
}
.nav--blank .nav__nav-item {
  color: #fff;
}
.nav--blank .nav__nav-item:before {
  background-color: #fff;
}
.nav--blank .nav__burger-menu .nav__bar {
  background-color: #2C3035;
}
@media print, screen and (max-width: 63.99875em) {
  .nav {
    padding: 1.5625rem 1.25rem;
  }
  .nav__burger-menu .nav__bar {
    background-color: #F6F6F6;
  }
}