/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.mf-footer {
  width: 100%;
  color: #fff;
  padding: 20px; }
  @media screen and (max-width: 39.99875em) {
    .mf-footer {
      padding: 20px 10px; } }
  .mf-footer h3 {
    font-size: 18.2px;
    display: block;
    margin-bottom: 20px;
    font-family: "Quicksand", sans-serif;
    text-align: center; }
  .mf-footer .title-h2 {
    display: block;
    font-size: 22.4px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 48px;
    position: relative;
    font-family: "Quicksand", sans-serif; }
    .mf-footer .title-h2:after {
      content: "";
      width: 110px;
      height: 3px;
      background: #fff;
      position: absolute;
      left: 50%;
      margin-left: -55px;
      bottom: 24px; }
  .mf-footer ul {
    max-width: 815px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0px auto; }
    .mf-footer ul li {
      flex: 0 0 33.33%;
      display: flex;
      margin-bottom: 10px; }
      @media screen and (max-width: 39.99875em) {
        .mf-footer ul li {
          flex: 0 0 50%; } }
      @media screen and (min-width: 40em) {
        .mf-footer ul li:nth-child(3n + 2) {
          justify-content: center; }
        .mf-footer ul li:nth-child(3n + 3) {
          justify-content: flex-end; } }
      .mf-footer ul li a {
        color: #fff;
        display: flex;
        align-items: center; }
        @media screen and (min-width: 40em) {
          .mf-footer ul li a {
            width: 180px; } }
        @media screen and (max-width: 39.99875em) {
          .mf-footer ul li a {
            padding-right: 15px; } }
        .mf-footer ul li a figure {
          height: auto !important;
          display: block;
          margin-right: 5px; }
          .mf-footer ul li a figure svg {
            height: 35px; }
        .mf-footer ul li a p {
          font-size: 14px;
          color: #fff;
          font-weight: 400;
          white-space: nowrap; }
          @media screen and (max-width: 39.99875em) {
            .mf-footer ul li a p {
              white-space: initial;
              line-height: 18px; } }
