.layout-footer {
  background-color: #0f1341;
  color: #ffffff;
  padding: 1.5em;
  font-size: 0.8888888889em;
}
.layout-footer > .inner {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.layout-footer a {
  color: #cc0000;
}
.layout-footer a:hover {
  text-decoration: underline;
}
.layout-footer .block-title {
  font-size: 1.4444444444em;
}
.layout-footer .block-simple-blockcopyright {
  margin-top: 4.5em;
  font-size: 0.7777777778em;
  opacity: 0.5;
}
.layout-footer .block-simple-blockcopyright a {
  color: #ffffff;
  text-decoration: underline;
}