.endowment-committees-wrap {
  margin-bottom: 1em;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 25px;
  border-radius: 20px;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .endowment-committees-wrap {
    padding: 25px 20px;
  }
}
.endowment-committees-wrap .endowment-contributor {
  display: inline-block;
  width: 25%;
  padding: 0 5px;
  float: left;
}
@media screen and (max-width: 1300px) {
  .endowment-committees-wrap .endowment-contributor {
    width: 33%;
  }
}
@media screen and (max-width: 992px) {
  .endowment-committees-wrap .endowment-contributor {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .endowment-committees-wrap .endowment-contributor {
    width: 50%;
  }
}
@media screen and (max-width: 481px) {
  .endowment-committees-wrap .endowment-contributor {
    width: 100%;
  }
}
.endowment-committees-wrap .endowment-contributor .contributor {
  display: inline-block;
  background-color: #fff;
  padding: 6px 8px;
  border-left: 5px solid #e37705;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  border-radius: 4px;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
}
.endowment-committees-wrap .endowment-contributor .contributor p.Person {
  margin: 4px 0px 4px 8px;
  padding: 0px;
  font-weight: 600;
  color: #000;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .endowment-committees-wrap .endowment-contributor .contributor p.Person {
    margin: 4px 0px 4px 0px;
  }
}
.endowment-committees-wrap .endowment-contributor .contributor p.Firm {
  margin: 0px 0px 4px 8px;
  padding: 0px;
  font-style: italic;
  color: #000;
  font-size: 17px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .endowment-committees-wrap .endowment-contributor .contributor p.Firm {
    margin: 4px 0px 4px 0px;
    font-size: 14px;
    line-height: 15px;
  }
}
.endowment-committees-wrap h3 {
  color: #008083;
  font-weight: 600;
  float: left;
  width: 100%;
}
.endowment-committees-wrap h4 {
  font-weight: 600;
  margin: 0.7em 0;
  font-size: 20px;
  padding-top: 0.5em;
  border-top: 1px solid #eee;
  float: left;
  width: 100%;
}
/*# sourceMappingURL=abi-sf.css.map */
