/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.SitesNav {
  display: none;
  position: relative;
  width: 100%;
  background: #001019; }
  @media (min-width: 960px) {
    .SitesNav {
      display: block; } }
  .SitesNav.is-open {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1250;
    overflow-y: auto; }

.SitesNav_TriggerWrapper {
  background: #002133; }

.SitesNav_Trigger {
  position: relative;
  background: transparent;
  color: #fff;
  border: none;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 0.5rem 1rem 0.5rem 0; }
  .SitesNav_Trigger::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    content: '';
    border-bottom-width: 0;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    margin-top: -2px; }

#SitesNav_DropdownPane.SitesNav_DropdownPane ul.menu li.MainNav_PrimaryLink.is-dropdown-submenu-parent {
  width: 24%;
  margin-bottom: 32px; }

@media only screen and (max-width: 768px) {
  #SitesNav_DropdownPane.SitesNav_DropdownPane ul.menu li.MainNav_PrimaryLink.is-dropdown-submenu-parent {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 0; } }

.SitesNav_DropdownPane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #d8dde6;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
  background-color: transparent;
  border: none;
  padding: 2rem 0 0 0;
  z-index: 1250;
  width: 100%;
  max-width: 1280px; }
  .SitesNav_DropdownPane.is-opening {
    display: block; }
  .SitesNav_DropdownPane.is-open {
    display: block;
    visibility: visible; }

.SitesNav_Menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.SitesNav_MenuItem {
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  border-left: 3px solid #0d92ff;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem; }
  .SitesNav_MenuItem a {
    color: #fff;
    text-decoration: none;
    display: inline;
    padding: 0 !important; }
    .SitesNav_MenuItem a:hover, .SitesNav_MenuItem a:focus {
      color: #0d92ff;
      text-decoration: none; }
