.institution {
  border-bottom: 1px solid #999;
}

.institution h2 {
  padding: .5em;
  margin: 0;
  font-family: inherit;
  font-size: 1.25em;
}

.institution.open h2 {
  border-bottom: 1px solid #999;
  background-color: #e9e9e9;
}

.institution h2 .institution-toggle {
  color: inherit;
  border: 0;
  display: block;
  position: relative;
  padding-right: 2em;
}

.institution h2 .institution-toggle .fa {
  position: absolute;
  top: 0;
  right: .25em;
}

.institution .institution-content {
  overflow: hidden;
  max-height: 0;
}

.institution.open .institution-content {
  max-height: 10000px;
  background-color: #f2f2f2;
  padding: 0 1em;
}
