/*
 *Footer
 *
 */
.adp-footer {
  background-color: #e4e4e4;
  min-height: 40px;
  border-top: 1px #bbbbbb solid;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
}
.adp-footer ul {
  margin: 0;
  padding: 0;
}
.adp-footer li {
  list-style: none;
  float: left;
  margin-left: 25px;
  margin-top: 10px;
  color: #086274;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  padding-top: 2px;
}
.adp-footer a,
.adp-footer a:hover {
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
}
.adp-footer .company {
  list-style: none;
  float: right;
  margin: 10px 20px;
  color: #808080;
}
