
/* start /web-platform/styles/global_soe_footer.css*/
/* global SOE footer */
.foot-wrap {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #fff;
}
.foot-wrap .footer {
  padding: 20px 0;
}
.foot-wrap .footer .foot-head {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 12px;
}
.foot-wrap .footer ul {
  width: 120px;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid #eee;
}
.foot-wrap .footer ul li,
.foot-wrap .footer ul li a {
  color: #777;
  text-decoration: none;
}
.foot-wrap .footer ul li {
  list-style: none;
  font-size: 11px;
  margin-bottom: 8px;
}
.foot-wrap .footer ul li a {
  font-size: 12px;
  font-weight: normal;
}
.foot-wrap .footer ul li a:hover {
  text-decoration: underline;
}
.foot-wrap .footer .foot-images a {
  float: right;
  display: inline-block;
  margin-left: 10px;
}

/* end /web-platform/styles/global_soe_footer.css*/
