@keyframes menuHover {
  from {
    background: transparent;
  }
  to {
    background: #000;
  }
}
@keyframes menuHoverHighlights {
  from {
    color: #000;
  }
  to {
    color: #ffcc00;
  }
}
@keyframes megaMenuHeader {
  from {
    color: #000;
  }
  to {
    color: #ffcc00;
  }
}
@keyframes menuHoverHighlightsBorder {
  from {
    border-color: transparent;
  }
  to {
    border-color: #ffcc00;
  }
}
@keyframes megamenuFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer,
.footer a {
  color: #fcfcfc;
}
.footer strong {
  font-family: "Roboto Slab", Georgia, serif;
}
.footer .region-footer-contact {
  font-size: .95em;
  text-align: center;
}

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