/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.MainNavFooterMobile {
  display: block;
  visibility: inherit; }
  @media (min-width: 960px) {
    .MainNavFooterMobile {
      display: none;
      visibility: hidden; } }
  .kite-grid > .MainNavFooterMobile {
    padding: 0; }

.MainNavFooterMobile_PrimaryLink {
  font-size: 1.125rem;
  font-weight: 500;
  border-top: 1px solid #004366; }
  .MainNavFooterMobile_PrimaryLink a {
    color: #fff;
    text-decoration: none; }
    .MainNavFooterMobile_PrimaryLink a:hover {
      color: #0d92ff;
      text-decoration: none; }
  .accordion-menu .MainNavFooterMobile_PrimaryLink.is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-top-color: #fff; }

.MainNavFooterMobile_SecondaryLinks {
  margin-bottom: .7rem; }
  .accordion-menu .MainNavFooterMobile_SecondaryLinks.is-accordion-submenu a {
    padding-left: 2rem; }

.MainNavFooterMobile_SecondaryLink {
  font-size: 1rem;
  font-weight: 500; }
  .MainNavFooterMobile_SecondaryLink a {
    color: #fff;
    text-decoration: none; }
    .MainNavFooterMobile_SecondaryLink a:hover {
      color: #0d92ff;
      text-decoration: none; }
