.sec_black-history-month .hero .overlay {
  display: none;
}

.bhm-bio-container {
  margin-top: 24px;
  margin-bottom: 40px;
}


@media (max-width: 768px) {
  .bhm-bio-container {
    margin-top: 25px;
  }
}

.bhm-bio-container .bio-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 768px) {
  .bhm-bio-container .bio-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.bhm-bio-container .image-wrapper {
  margin-right: 40px;
}

.bhm-bio-container .bio-header {
  color: #69b5ae;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  font-weight: normal;
}

.bhm-bio-container .text-wrapper {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  max-height: 250px;
  overflow:hidden;
}

.bhm-bio-container .read-more-button,
.bhm-bio-container .read-less-button {
  color: #f67c6d;
  text-transform: uppercase;
  margin: 0;
  margin-top: 40px;
  /* font-weight: normal; */
  cursor: pointer;
  font-size: 0.8em;
}

.bhm-bio-container .read-less-button {
  display: none;
}

.bhm-bio-container .is-showing-full .read-less-button {
  display: block;
}

.bhm-bio-container .is-showing-full .read-more-button {
  display: none;
}

.bhm-bio-container .bio-wrapper:not(:first-child) {
  border-top: 2px solid #e8edee;
}

.bhm-bio-container img.clip_circle {
  width: 160px;
  height: auto;
}

.bhm-link.hand.button {
  top: 17.4vw;
  color: black;
  border-color: black;
}

@media (max-width: 1024px) {
  .bhm-link.hand.button {
    color: white;
    border-color: white;
  }
}
