.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 50px 0 20px;
  margin: 0 auto;
  background: #002962;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_content {
  width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_left {
  max-width: 380px;
}
.footer_center {
  max-width: 380px;
}
.footer_right {
  max-width: 280px;
}
.footer_sitemap {
  margin-bottom: 16px;
}
.footer_copyright {
  color: #fff;
  margin-bottom: 8px;
}
.footer a {
  color: #2da4ff;
}
.footer a:hover {
  color: #d4d4d4;
}
a.footer_totallyNotALink {
  color: inherit;
}
a.footer_totallyNotALink:hover {
  color: inherit;
}
a.footer_totallyNotALink > span {
  color: #2da4ff;
}
a.footer_totallyNotALink:hover > span {
  color: #d4d4d4;
}

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