.letter-selector {
  position: relative;
}

.letter-selector__item {
  cursor: pointer;
  position: relative;
  color: #444 !important;
  text-decoration: none !important;
  transition: all .2s;
  border-radius: 3px;
  text-align: center;
  padding: 15px;

  float: left;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
}

.letter-selector__item:before {
  content: '';
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  bottom: -2px;
  left: 0;
  opacity: 0;
  transition: .3s;
  background-color: #fa8521;
}

.letter-selector__item:hover:before {
  opacity: .5;
}

.letter-selector__item.active:before {
  opacity: 1;
}

.speakers-list__letter {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.speakers-list__item {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.speakers-list__item-photo {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 118px;
  height: 118px;
  margin: 0 auto 10px auto;
}

.speakers-list__item-photo img {
  width: 100%;
}

.speakers-list__item-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.speakers-list__item-name a {
  color: #182b51;
}

.speakers-list__item-name a:hover {
  color: #fa8521;
}

.speakers-list__item-description {
  font-size: 12px;
  line-height: 14px;
  color: #666;
  margin-bottom: 10px;
  height: 56px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .speakers-list__item-description {
    height: auto;
    max-height: 56px;
  }
}

.speakers-list__item-statistics {
  position: relative;
  color: #ced8e5;
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px;
}

.speakers-list__item-statistics > span {
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 0 5px;
}

.speakers-list__item-statistics svg {
  position: relative;
  top: 3px;
  fill: #ced8e5;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}

.speaker-header {
  position: relative;
  min-height: 118px;
}

.speaker-header__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 118px;
  height: 118px;
  overflow: hidden;
  border-radius: 100%;
}

.speaker-header__image img {
  min-width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  left: -1000px;
  right: -1000px;
  top: -1000px;
  bottom: -1000px;
}

.speaker-header__desc {
  padding-left: 148px;
  padding-top: 15px;
}

.speaker-header__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 0;
}

.speaker-header__meta-info {
  position: relative;
  font-size: 14px;
  color: #6a7a8f;
  margin-top: 20px;
}

.speaker-header__meta-info-item {
  float: left;
  margin-right: 30px;
}

.speaker-header__meta-info-item svg {
  position: relative;
  top: 3px;
  fill: #6a7a8f;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}

@media (max-width: 767px) {
  .speaker-header__image {
    position: relative;
    margin: 0 auto 10px auto;
  }

  .speaker-header__desc {
    padding: 0;
  }

  .speaker-header__title {
    font-size: 18px;
    line-height: 22px;
  }

  .speaker-header__meta-info-item {
    margin: 0;
    display: block;
    float: none;
  }

  .speaker-header__meta-info-item:nth-of-type(1), .speaker-header__meta-info-item:nth-of-type(3) {
    float: right;
  }
}

.speaker__separator {
  background-color: #ebebeb;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 20px;
}

.speaker {
  position: relative;
}

.speaker__item {
  position: relative;
  margin-bottom: 30px;
  min-height: 75px;
}

.speaker__item-photo {
  position: absolute;
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 100%;
  left: 0;
  top: 0;
}

.speaker__item-body {
  display: block;
  margin-left: 100px;
}

@media (max-width: 767px) {
  .speaker__item-body {
    display: block !important;
    width: calc(100% - 100px) !important;
    text-align: left;
  }
}

.speaker__item-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

.speaker__item-name a {
  color: #182b51;
}

.speaker__item-name a:hover {
  text-decoration: underline;
}

.speaker__item-desc {
  color: #182b51;
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .speaker__item-photo {
    float: none;
    margin: 0 auto 15px auto;
  }

  .speaker__item-body {
    float: none;
    width: 100%;
  }

  .speaker__item-name {
    text-align: left;
  }
}

.question__question {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.question__option {
  margin-bottom: 5px;
}

.question__option.right {
  font-weight: 700;
  color: #1e7e34;
}
