.footer .content {
  min-height: 100px;
  padding: 10px 15%;
  text-align: center;
  color: black;
  background: #e7e7e7;
  border-top: 1px solid #467;
}

.footer .content .disclaimer {
  font-size: 11px;
  font-style: italic;
}

.footer .information {
  display: flex;
  flex-direction: row;
  min-height: 50px;
  background: #467;
  border-top: 1px solid #e7e7e7;
}

.footer .information .copyright-container {
  margin: auto;
  flex: .5;
  text-align: center;
  font-size: 14px;
  color: white;
}

.copyright a {
  color: #2ea3f2;
}

.copyright a:hover {
  color: black;
}

.no-wrap {
  white-space: nowrap;
}

@media only screen and (max-width: 480px) {
  .footer .content {
    padding: 10px 5px;
  }
}