/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * 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; }

    a.SitesNav_Trigger {
      text-decoration: none; }

    a.SitesNav_Trigger::after {
        border: none; }
    a.SitesNav_Trigger.policy {
      background-color: #0062b2;
      padding-left: 30px;
      padding-right: 30px;
      margin-left: 30px;
      margin-right: 30px;
      padding-bottom: 10px;
    }
.SitesNav_TriggerWrapper {
  background: #002133; }

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

.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: .5rem 1rem; }
  .SitesNav_MenuItem a {
    color: #fff;
    text-decoration: none;
    display: inline;
    padding: 0 !important; }
    .SitesNav_MenuItem a:hover, .SitesNav_MenuItem a:focus {
      text-decoration: none; }
