  .multifeeds .tab-content {
  background-color: white;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-radius: 3px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 60px;
}
.homepage-advanced section.columns h3 {
  color: #be9549;
}
div.tab-content.events .tab-pane > div {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.tab-content h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: AkkuratLight, Arial, Verdana, sans-serif;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-content .event-date,
.tab-content .location {
  color: #999;
}
.tab-content .description {
  margin-top: 20px;
}
.tab-content .tab-pane {
  padding: 15px;
}
ul.feeds_announcements_list li:nth-child(n+3) {
  display: none;
}
.feature-column .feature-text {
  overflow: hidden;
}
.bio-block-text h2 {
  font-size: 24px;
}
