/* Event Feed Row */
.people-list {
  padding: 60px 0;
}

.people-list.gray {
  background: #f1f1f1;
}

.people-list .container {
  max-width: 1054px;
}

.people-list--header {
  text-align: center;
  padding-bottom: 60px;
}

.people-list--header h2 {
  margin-bottom: 0;
  color: #a51417;
}

.people-list--teasers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.people-teaser {
  width: 100%;
  margin-bottom: 60px;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #ebeced;
}

.people-list--teasers-grid .person_intro_text {
    display: none;
    height: 0;
}

.people-list--teasers-grid .person_intro_text+p {
    display: none;
    height: 0;
}

.people-list--teasers-grid .person_intro_text+p+p {
    display: none;
    height: 0;
}
.people-teaser:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.people-teaser .text {
  padding-top: 25px;
}

.people-teaser img {
    display: block;
}

.people-teaser--titles {
   margin-bottom: 1em;
}

.people-teaser h3 {
  margin-bottom: 0;
  color: #a51417;
}

.people-teaser .job-title {
    font-style: italic;
    font-family: "Libre Baskerville",serif;
    font-size: 15px;
}

.people-teaser--contact {
  margin-bottom: 1em;
  font-family: "Libre Baskerville",serif;
  font-size: 13px;
}

.people-teaser--contact .email {
  font-weight: bold;
  color: #a51417;
}

.people-list--teasers-grid .people-teaser {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 25px 0;
  border: 0;
  max-width: 300px;
}

.people-list--teasers-grid .people-teaser .text {
  background: #f1f1f1;
  padding: 25px 30px;
}

.gray .people-list--teasers-grid .people-teaser .text {
  padding: 25px 0 0 0;
}

.people-list--teasers-grid .people-teaser .inner {
  max-width: 200px;
}

.people-list--teasers-grid .people-teaser h3 {
  font-size: 15px;
}

.people-list--teasers-grid .people-teaser img {
  width: 100%;
}

@media all and (min-width: 600px) {
  .people-teaser.with-image {
    display: flex;
  }

  .people-teaser.with-image .text,
  .people-list--teasers-grid .people-teaser.with-image .text {
    box-sizing: border-box;
    width: 64%;
    padding-left: 4%;
  }

  .people-teaser .image {
    width: 36%;
    margin-bottom: 0;
  }

  .people-list--teasers-grid .people-teaser {
    max-width: 100%;
  }

  .people-list--teasers-grid .people-teaser.with-image .text {
    width: 50%;
    padding-top: 20px;
  }

  .people-list--teasers-grid .people-teaser .image {
    width: 50%;
  }
}

@media all and (min-width: 768px) {
  .people-list--teasers {
    justify-content: flex-start;
  }

  .people-list--teasers-grid .people-teaser {
    padding: 0 1.35% 25px;
  }

  .people-list--teasers-grid.grid-3 .people-teaser {
    flex-direction: column;
    width: 33.333%;
  }

  .people-list--teasers-grid.grid-3 .people-teaser .image,
  .people-list--teasers-grid.grid-3 .people-teaser.with-image .text {
    width: 100%;
  }

  .people-list--teasers-grid.grid-3 .people-teaser.with-image .text {
    flex-grow: 1;
  }

  .gray .people-list--teasers-grid.grid-3 .people-teaser.with-image .text {
    padding-left: 0;
  }
}

@media all and (min-width: 1030px) {
 .people-list--teasers-grid .people-teaser  {
    width: 50%;
  }
}