/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.SiteBrandingFooter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 .5rem 0; }
  @media (min-width: 960px) {
    .SiteBrandingFooter {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      margin-bottom: 0; } }
  .SiteBrandingFooter a {
    display: block;
    width: 7.125rem;
    margin: 0 auto; }
    @media (min-width: 960px) {
      .SiteBrandingFooter a {
        margin-right: 2rem; } }
