.site-footer {
  min-height:200px;
  padding-top:60px;
  padding-bottom:60px;
  background:#545766;
}

.footer-list h5 {
  font-weight:bold;
  color:#fff;
}

.footer-list {
  color:#73778b;
}

.footer-list a {
  color:#73778b;
  text-decoration:none;
}

.footer-list a:active, .footer-list a:hover {
  color:#fff;
}

