.footer {
  background-color: #d6ecf1;
  color: #555555;
  font-size: 0.825em;
}
.footer-widgets > .widget-container.col-md-2:last-of-type {
  min-width: 100%;
  text-align: center;
  clear:both;
  margin-top: 12px;
}
.footer h5.widget-title {
  color: #f7be0d;
}
.footer .menu {
  padding-left: 0;
  list-style: none;
}
.footer .menu a {
  color: #333333;
}
@media (min-width: 992px) {
  .footer-widgets .textwidget {
    margin-top: 12px;
  }
}
@media (max-width: 992px) {
  .footer-widgets > .widget-container.col-md-2:last-of-type {
    width: 100%;
  }
  .footer-widgets .textwidget {
    margin-top: 20px;
    text-align: left;
  }
}
