.footer-wrap {
  max-width: 1470px;
  margin: 0 auto;
}

.footer {
  font-size: 0.875rem;
  line-height: 1.5rem;
  background: #eaeaea;
  padding: 1.5em 5.2em;
}

@media (min-width: 666px) {
  .footer {
    padding: 2.5em 7em;
  }
}

.footer .menu--footer a,
.footer .menu--footer li.menu-item {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  padding: 0;
}

.footer .menu--footer ul {
  margin: 0;
}

.footer .menu--footer .menu-item--expanded {
  list-style: none;
  margin: 0 0 1em;
}

@media (min-width: 960px) {
  .footer .menu--footer .menu-item--expanded {
    float: left;
    width: 20%;
    margin: 0 .5em 0 0;
  }
}

@media (min-width: 1024px) {
  .footer .menu--footer .menu-item--expanded {
    width: 20%;
    margin: 0 1em 0 0;
  }
}

.footer .menu--footer .menu-item--expanded > a {
  font-size: 1.3em;
  font-weight: 600;
}

@media (min-width: 960px) {
  .footer .social-quick-links {
    float: left;
    width: 25%;
    margin: 0 0 0 5em;
  }
}

@media (min-width: 1024px) {
  .footer .social-quick-links {
    width: 30%;
    margin: 0;
  }
}

.footer .social-quick-links h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0 0 .5em;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.3;
}

.footer .social-quick-links .social span {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain !important;
  display: inline-block;
  margin: 0 .7em 0 0;
}

@media (min-width: 960px) {
  .footer .social-quick-links .social span {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 1024px) {
  .footer .social-quick-links .social span {
    width: 36px;
    height: 36px;
  }
}

.footer .social-quick-links .social .fb {
  background-image: url("../../../images/facebook.png");
}

.footer .social-quick-links .social .ig {
  background-image: url("../../../images/instagram.png");
}

.footer .social-quick-links .social .tw {
  background-image: url("../../../images/twitter.png");
}

.footer .social-quick-links .social .pin {
  background-image: url("../../../images/pinterest.png");
}

.footer .social-quick-links .social .vim {
  background-image: url("../../../images/vimeo.png");
}

.footer .social-quick-links .social .yt {
  background-image: url("../../../images/youtube.png");
}

.footer .social-quick-links .quick-links {
  margin: 0 0 1.5em 0;
}

.footer .social-quick-links .quick-links a {
  display: block;
  text-align: center;
  padding: .9em;
  margin: 0 0 .75em 0;
  width: 70%;
}

.footer .copyright {
  font-size: .9em;
}

.footer .copyright p {
  margin: 0;
  padding: 1em 0;
}

.talk-to-us {
  width: 100%;
  background: #949494;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: .075em;
  padding: .5em 3.7em;
}

@media (min-width: 666px) {
  .talk-to-us {
    font-size: 1.6em;
  }
}

.talk-to-us a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: .1em .5em;
  border-radius: 6px;
  background: #de1219;
  border: 1px solid #970c11;
}

.talk-to-us a:hover {
  background: #c61016;
}

.genealogy .talk-to-us a {
  background: #27686d;
  border: 1px solid #133235;
}

.genealogy .talk-to-us a:hover {
  background: #20565a;
}

.story-center .talk-to-us a {
  color: #1f1f1f;
  background: #e6b43b;
  border: 1px solid #bc8c18;
}

.story-center .talk-to-us a:hover {
  background: #e3ab24;
}

.square-one .talk-to-us a {
  color: #1f1f1f;
  background: #009bd6;
  border: 1px solid #0076a3;
}

.square-one .talk-to-us a:hover {
  background: #00aeef;
}

.kids .talk-to-us a {
  color: #1f1f1f;
  background: #8dc63f;
  border: 1px solid #648e2a;
}

.kids .talk-to-us a:hover {
  background: #80b636;
}

.grow-a-reader .talk-to-us a {
  color: #1f1f1f;
  background: #8dc63f;
  border: 1px solid #648e2a;
}

.grow-a-reader .talk-to-us a:hover {
  background: #80b636;
}

/*# sourceMappingURL=footer.css.map */
