.nav > li > a {
  padding: 10px 11px;
}
.speaker {
margin-bottom: 10px;
}
.scheduleSpeaker .speaker__photo-wrapper {
  width: 150px;
  padding-top: 150px;
}
.gallery__thumb {
  background-position-x: right;
}
@media (min-width: 992px) {
  .gallery--col-5 .gallery__item {
    height: 210px;
  }
}
.schedule__time {
color: #000;
}
.schedule__desc {
  font-weight: bold;
}
.schedule__desc em {
  font-weight: normal;
  color: #00833E;
}
.footer {
background: #00833E;
color: #FFF;
}
.footer__content {
min-height: 0px;
}
.footer .col-xs-12, .footer [class^="col-"] {
  margin-bottom: 0px;
}