.footer {
  width: 100%;
  background: #004d95;
  text-align: center;
  color: #9FC5FF;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
}
.footer > .content {
  font-size: 14px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 37px 5px;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.footer > .content > .copyright {
  width: 70%;
  text-align: left;
  display: inline-block;
  float: left;
}
.footer > .content > .nav {
  width: 30%;
  display: inline-block;
  text-align: right;
  float: left;
}
.footer > .content > .nav span a {
  text-decoration: none;
}
.footer > .content > .nav span a:hover {
  text-decoration: blink;
}
.media-1200 .footer {
  padding: 0px 5px;
}
.media-568 .footer > .content > .copyright {
  width: 100%;
  text-align: center;
}
.media-568 .footer > .content > .nav {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
/*# sourceMappingURL=footer.css.map */

