.footer {
  min-height: 170px;
}

.footer-inner {
  width: 60%;
  min-height: 170px;
  margin: 0 auto;
}

.footer-col {
  float: left;
  margin-top: 10px;
  width: 33.33%;
  height: 150px;
  border-left: 1px solid #aaa;
}

.footer-col ul {
  margin-top: 0;
  margin-left: -25px;
  list-style-type: none;
}

.footer-col ul a,
.footer-fb-message a {
  font-family: "Open Sans", Verdana, sans-serif;
  text-decoration: none;
  color: #aaa;
}

.footer-col ul a:hover,
.footer-fb-message a:hover {
  color: white;
}

.footer-fb-message {
  color: #aaa;
  font-style: italic;
  margin-left: 10px;
}