﻿
.public-site-footer {
  background-color: #fff;
}
.public-site-footer .footer-links {
  padding: 40px 0;
  display: flex;
}
.public-site-footer .footer-links .link-box {
  flex: 1;
  height: 100%;
}
.public-site-footer .footer-links a {
  color: #888;
}
.public-site-footer .footer-links a:hover {
  color: #ff6700;
}
.public-site-footer .footer-links dl {
  margin: 0;
}
.public-site-footer .footer-links dl dt {
  margin: 0px 0 0px;
  font-size: 14px;
  line-height: 1.25;
  color: #424242;
  clear: both;
  padding: 10px 0px;
}
.public-site-footer .footer-links dl dt a {
  color: #000;
}
.public-site-footer .footer-links dl dd {
  margin: 0px 10px 10px 0px;
  font-size: 12px;
}
.public-site-footer .copyright {
  text-align: center;
  line-height: 40px;
  background: #fafafa;
}
