.footer-wrapper a,
.footer-bottom-wrapper a {
  -webkit-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
  color: #7a7a7a;
}

.footer-wrapper a:hover,
.footer-wrapper a.is-active,
.footer-wrapper a.active,
.footer-bottom-wrapper a:hover,
.footer-bottom-wrapper a.is-active,
.footer-bottom-wrapper a.active {
  color: #c8102e;
}

.footer-wrapper {
  background-color: #f3f3f4;
}

.footer-wrapper .footer {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

.footer-wrapper .footer .region-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 60px 0;
}

@media (min-width: 992px) {
  .footer-wrapper .footer .region-footer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.footer-wrapper .footer .region-footer .menu--footer {
  width: 100%;
}

.footer-wrapper .footer .region-footer .menu--footer ul.nav {
  display: block;
}

@media (min-width: 992px) {
  .footer-wrapper .footer .region-footer .menu--footer ul.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }
}

.footer-wrapper .footer .region-footer .menu--footer ul.nav > li {
  margin: 0 15px;
}

@media (min-width: 992px) {
  .footer-wrapper .footer .region-footer .menu--footer ul.nav > li {
    width: 21%;
  }
}

.footer-wrapper .footer .region-footer .menu--footer ul.nav > li > .nav-link {
  color: #484a56;
  font-size: 1.0625rem;
  font-weight: bold;
}

.footer-wrapper .footer .region-footer .menu--footer ul.nav > li > .nav-link.a:hover,
.footer-wrapper .footer .region-footer .menu--footer ul.nav > li > .nav-link.a:focus,
.footer-wrapper .footer .region-footer .menu--footer ul.nav > li > .nav-link.a.is-active {
  color: #c8102e;
}

@media (min-width: 992px) {
  .footer-wrapper .footer .region-footer .menu--footer ul.nav > li:last-child {
    margin-right: 0;
  }
}

.footer-wrapper .footer .region-footer .menu--footer ul.nav li {
  position: relative;
  font-size: 14px;
}

.footer-wrapper .footer .region-footer .menu--footer ul.nav li .caret {
  position: absolute;
  right: 0;
  margin-top: 9px;
}

.footer-wrapper .footer .region-footer .menu--footer ul.nav li .nav-link {
  padding: 5px 0;
}

.footer-wrapper .footer .region-footer .menu--footer ul.nav li ul {
  display: none;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .footer-wrapper .footer .region-footer .menu--footer ul.nav li ul {
    display: block;
  }
}

.footer-wrapper .footer .region-footer .footer-seal {
  margin: 0 15px 10px;
  color: #484a56;
}

@media (min-width: 992px) {
  .footer-wrapper .footer .region-footer .footer-seal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
  }
}

.footer-wrapper .footer .region-footer .footer-seal .site-branding {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .footer-wrapper .footer .region-footer .footer-seal .site-slogan {
    width: 300px;
  }
}

.footer-bottom-wrapper .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 35px 0 40px;
}

@media (min-width: 992px) {
  .footer-bottom-wrapper .footer-bottom {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.footer-bottom-wrapper .footer-bottom > div,
.footer-bottom-wrapper .footer-bottom > nav {
  display: inline-block;
}

.footer-bottom-wrapper .footer-bottom .mobile-apps-region .mobile-apps-title {
  margin-bottom: 15px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .footer-bottom-wrapper .footer-bottom .mobile-apps-region .mobile-apps-title {
    margin-bottom: 5px;
  }
}

.footer-bottom-wrapper .footer-bottom .mobile-apps-region .mobile-apps {
  text-align: center;
}

@media (max-width: 991.98px) {
  .footer-bottom-wrapper .footer-bottom .social-links-footer {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .footer-bottom-wrapper .footer-bottom .social-links-footer .menu--social-media-links {
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
}

.footer-bottom-wrapper .footer-bottom .social-links-footer .menu--social-media-links ul {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.footer-bottom-wrapper .footer-bottom .social-links-footer .menu--social-media-links a {
  font-size: 0;
}

.footer-bottom-wrapper .footer-bottom .social-links-footer .menu--social-media-links a:before {
  font-size: 21px;
}

.footer-bottom-wrapper .footer-bottom .social-links-footer .fa-twitter::before {
  content: url("/themes/custom/ffme/images/x-twitter.svg");
}

.footer-bottom-wrapper .footer-bottom .social-links-footer .fa-twitter:hover::before {
  content: url("/themes/custom/ffme/images/x-twitter-red.svg");
}

.footer-bottom-wrapper .footer-bottom .policies-container {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .footer-bottom-wrapper .footer-bottom .policies-container {
    text-align: center;
  }
}

.footer-bottom-wrapper .footer-bottom .policies-container .region-policies-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  color: #484a56;
}

.footer-bottom-wrapper .footer-bottom .policies-container .menu--site-policies ul li:first-child a {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
}

.footer-bottom-wrapper .footer-bottom .policies-container .menu--site-policies ul li:first-child a:after {
  padding-left: 0.5rem;
  content: "|";
  color: #7a7a7a;
}

.footer-bottom-wrapper .footer-bottom .policies-container .menu--site-policies ul li a {
  padding: 1rem 0.5rem;
  color: #484a56;
}

.footer-bottom-wrapper .footer-bottom .policies-container .menu--site-policies ul li a:hover,
.footer-bottom-wrapper .footer-bottom .policies-container .menu--site-policies ul li a.is-active {
  color: #c8102e;
}

@media (min-width: 992px) {
  .footer-bottom-wrapper .footer-bottom .policies-container .menu--site-policies ul li a {
    padding: 0.5rem 0.5rem;
  }
}

.mobile-apps {
  font-size: 0;
}

.mobile-apps .ios-app {
  margin-right: 8px;
}
