.intro-president .speaker__name {
  color: #15093a;
}
.banner {
color: #365F91;
}
.footer {
background: #002F50;
color: #FFF;
}
.intro-president .speaker__institution {
  color: inherit;
}

.schedule__item--major .schedule__time,
.schedule__item--major .schedule__desc {
    background: #46B9C2;
    color: #000;
    font-weight: bold;
}
.break  .schedule__time,
.break  .schedule__desc {
    background: #365F91;
    color: #FFF;
    font-weight: bold;
}
.schedule__desc em {
    font-weight: 300;
    color: #666666;
}
.nav-tabs > li.active::before {
background: #365F91;
}
@media (min-width: 500px) {

  .intro-president {
    position: relative;
  }

  .intro-president .speaker__photo-wrapper {
    position: relative;
    left: 0;
    margin-left: 0;
  }

  .intro-president .speaker__infobox {
    text-align: left;
    left: 200px;
    margin-left: 10px;
    position: absolute;
  }

}

.mw-30 img { max-width: 30%; }
.mw-40 img { max-width: 40%; }
.mw-45 img { max-width: 45%; }
.mw-50 img { max-width: 50%; }