/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.MainNavFooter_Section {
  display: none; }

@media (min-width: 960px) {
  .MainNavFooter_Section {
    display: block; } }

@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .MainNavFooter_Section.kite-cell.kite-cell-2 {
    width: 14.275%; } }

@media only screen and (min-width: 1201px) {
  #Mainnav-footer1.MainNavFooter_Section.kite-cell.kite-cell-2 {
    max-width: 170px; }
  #Mainnav-footer2.MainNavFooter_Section.kite-cell.kite-cell-2 {
    max-width: 170px; }
  #Mainnav-footer3.MainNavFooter_Section.kite-cell.kite-cell-2 {
    max-width: 183px; }
  #Mainnav-footer4.MainNavFooter_Section.kite-cell.kite-cell-2 {
    max-width: 170px; }
  #Mainnav-footer5.MainNavFooter_Section.kite-cell.kite-cell-2 {
    max-width: 200px; }
  #Sitesnav-footer.MainNavFooter_Section.kite-cell.kite-cell-2 {
    max-width: 170px; }
  #Policynav-footer.MainNavFooter_Section.kite-cell.kite-cell-2 {
    max-width: 135px; } }

.MainNavFooter_Heading {
  color: #63738a;
  font-size: 1rem;
  font-weight: 500; }

.MainNavFooter_Links {
  list-style: none;
  margin: 0;
  padding: 0; }

.MainNavFooter_Link {
  font-size: 0.75rem;
  margin: 0 0 0.5rem 0; }
  .MainNavFooter_Link a {
    color: #fff;
    text-decoration: none; }
  .MainNavFooter_Link a:hover {
    text-decoration: underline; }
