.footer {
  width: 100%;
}

.footer .footer-container {
  padding: 37px 0;
  background-color: #193c77;
}

.footer .footer-container ul {
  font-size: 0;
  text-align: center;
}

.footer .footer-container ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.85);
}

.footer .footer-container ul li a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
}

.footer .footer-container ul li a:hover {
  font-weight: 500;
}

.footer .footer-container ul li span {
  padding: 0 8px;
}

.footer .copyright {
  padding: 9px 0;
  background-color: #173873;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1200px) {
  .footer .footer-container {
    padding: 34px 0;
  }
  .footer .footer-container ul {
    text-align: left;
  }
  .footer .footer-container ul li {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .footer .footer-container ul li a {
    font-size: 12px;
    line-height: 20px;
  }
  .footer .footer-container ul li:first-child {
    width: 100%;
  }
  .footer .copyright {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.2);
    background-color: #052256;
  }
  .footer .copyright a {
    color: rgba(255, 255, 255, 0.2);
    margin-left: 4px;
  }
}
