/*==================      Term list      ======================*/
.term-list {
  margin-top: 43px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.term-list dt {
  color: #323232;
  font-weight: bold;
  margin-top: 19px;
}

.term-list dt:first-child {
  margin-top: 0px;
}

.term-list dd {
  color: #7f7f7f;
  line-height: 22px;
  margin-top: -3px;
}

.term-list dd a {
  display: inline;
  color: #57cbec;
}

.term-list dd a:hover {
  color: #323232;
}
