.content h4{
  text-align:left;
}
.content h5{
  text-align:left;
}
.site__title {
 text-transform:none; 
}

.menu-item {
  background-color:#96c700;
  border: 1px solid;
    border-radius: 5px;
}

.site__header {
background: rgba(255, 255, 255, 0.5); /*can be anything, of course*/ 
}

.site__footer {
  padding: 40px 20px 50px;
}

.speakers__photo {
  width: 260px;
  height:324px;
  background-position: top;

}

.speakers__person  {
  height: 450px;
  width:260px;
}
.logo {
  width:2px;
  height:61px;
  margin-top:-10px;
  left:0px;
}

.time-schedule {
  padding: 10px 0 24px;
}
.speakers {
      padding: 80px 0 0px;
}

.home .hero.hero_speakers {
    height: 150px;
}
.header-menu .sub-menu {
  background: #ffffff;
      padding: 10px 9px 7px;
}

.header-menu {
  position: absolute;
}
.dl {
    max-width: none;
    width: 350px;
}
.footer-menu {
    display: inline-block;
    vertical-align: top;
    width: 750px;
    margin-top: 16px;
}
.footer-menu dl {
  width:350px;
}
.schedule__speaker-pic {
    position: relative;
    padding-bottom: 100%;
    margin: 0 0 9px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
}
//.site__form {
  display: none;
}

  .schedule__speaker-pic {
    	height:152px;
  }