
.container.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer {
  background: #1c3d72;
  color: #fff;
  width: 100%;
  position: relative;
}
.footer-wrapper {
  max-width: 1330px;
  margin: 0 auto;
  padding: 1em;
  text-align: left;
}
.footer p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  font-size: .9em;
}
.footer .footer-sentence:before {
  content: " - ";
  display: inline;
}
.footer .footer-sentence:first-of-type:before {
  display: none;
}
.footer .footer-sentence:last-of-type:before {
  display: block;
  content: "";
}
.footer .footer-sentence {
  display: inline;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}