#primary .icons .icon {
  background-image: url('../img/layout/bg_hp_b2b.png');
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 20px;
  padding-top: 70px;
  float: left;
  text-align: center;
  width: 33%;
  color: #0293d6;
  font-size: 28px;
  line-height: 0.8;
  border-right: 1px solid #dbdbdb;
}
#primary .icons .icon2 {
  background-image: url('../img/layout/bg_hp_lectures.png');
}
#primary .icons .icon3 {
  background-image: url('../img/layout/bg_hp_b2b.png');
}
#primary .icons .icon.noborder {
  border: 0px;
}
#primary .icons {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}
