/*board of trustees*/
.board-grid .view-content {
  display:flex;
  flex-wrap:wrap;
}
.board-grid .views-row {
  width: 33%;
  padding-right: 15px;
}
.board-grid  .views-field-title h2 {
  font-size:1.2em;
  margin-top:8px;
  margin-bottom: 0.25em;
}
.board-grid .views-field-field-company1 {
  font-family:'Merriweather', serif;
  font-weight: 300;
  color: #1D6272;
  font-style:italic;
}
.board-grid .views-field-field-position {
  font-weight: 300;
}
.further-reading {
  font-size: 0.85em;
}
.further-reading p {
  margin-left: 2em;
  text-indent: -2em;
}
