@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 64em) {
  .header-section-menu {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
.header-section-menu .sticky-container {
  z-index: 10;
  height: auto !important;
}
@media print, screen and (max-width: 63.99875em) {
  .header-section-menu .sticky-container .sticky.is-at-top.is-stuck:before {
    position: absolute;
    content: "";
    top: -0.5rem;
    left: 0;
    right: 0;
    height: 0.5rem;
    -webkit-box-shadow: 0 0.1875rem 0.5rem 0 rgba(0, 0, 0, 0.45);
            box-shadow: 0 0.1875rem 0.5rem 0 rgba(0, 0, 0, 0.45);
  }
}
@media print, screen and (min-width: 64em) {
  .header-section-menu .sticky-container .sticky.is-at-top.is-stuck .menu-section-list:before {
    position: absolute;
    content: "";
    top: -0.5rem;
    left: 0;
    right: 0;
    height: 0.5rem;
    -webkit-box-shadow: 0 0.1875rem 0.5rem 0 rgba(0, 0, 0, 0.45);
            box-shadow: 0 0.1875rem 0.5rem 0 rgba(0, 0, 0, 0.45);
  }
}

.menu-section-padding {
  padding: 0 5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .menu-section-padding {
    padding: 0 7%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .menu-section-padding {
    padding: 0 1.5625rem;
  }
}
.menu-section-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 2.8125rem;
  font-weight: 300;
}
.menu-section-toggle[type=button] {
  border-radius: 0;
}
.menu-section-toggle:after {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  margin-left: 0.9375rem;
  right: 0;
  content: "";
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.menu-section-toggle.hover:after {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-section-list {
  list-style: none;
}
@media print, screen and (min-width: 64em) {
  .menu-section-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-bottom-right-radius: 0.9375rem;
    border-bottom-left-radius: 0.9375rem;
  }
  [data-whatinput=mouse] .menu-section-list li {
    outline: 0;
  }
  .menu-section-list a,
.menu-section-list .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
  }
  .menu-section-list input,
.menu-section-list select,
.menu-section-list a,
.menu-section-list button {
    margin-bottom: 0;
  }
  .menu-section-list input {
    display: inline-block;
  }
}
.menu-section-list li {
  padding: 1.25rem 0;
}
.menu-section-list a {
  display: block;
  color: #000;
}
@media print, screen and (min-width: 64em) {
  .menu-section-list a {
    padding: 0;
    font-size: 1rem;
  }
}
.menu-section-list a:hover, .menu-section-list a:focus {
  font-weight: 600;
  text-decoration: none;
}
@media print, screen and (min-width: 64em) {
  .menu-section-list a:hover, .menu-section-list a:focus {
    font-weight: inherit;
  }
}
.menu-section-dropdown {
  z-index: 20;
  border-top: 0.0625rem solid #242E3C;
}
@media print, screen and (min-width: 64em) {
  .menu-section-dropdown {
    top: 0 !important;
    left: 0 !important;
    position: relative;
    display: block;
    visibility: visible;
    padding: 0;
    border: 0;
    background: none;
  }
}
/*# sourceMappingURL=menu-section.css.map */
