.controls-visible #about-the-org-wrapper .about-the-org__web-content-container .portlet-boundary {
  padding-top: 1.7rem !important;
}

#about-the-org-wrapper .about-the-org__web-content-container {
  position: relative;
  display: block !important;
  transition: height 0.5s;
  height: auto;
  overflow: hidden;
}
#about-the-org-wrapper .about-the-org__web-content-container .about-the-org__button-gradient {
  position: absolute;
  height: 30px;
  width: 100%;
  bottom: 0;
  background: linear-gradient(360deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0.8) 71%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
#about-the-org-wrapper .about-the-org__web-content-container .portlet-boundary {
  margin: 0 !important;
  padding: 0 !important;
}
#about-the-org-wrapper .about-the-org__web-content-container .portlet-boundary header.portlet-topper {
  display: none;
}
#about-the-org-wrapper .about-the-org__web-content-container .portlet-boundary .portlet-body {
  padding: 0 !important;
}
#about-the-org-wrapper .about-the-org__web-content-container--height {
  height: 305px;
}
#about-the-org-wrapper .about-the-org__web-content-container--max-height {
  max-height: 305px;
}
#about-the-org-wrapper .about-the-org__button-more-link {
  width: 100%;
  padding: 0.8rem 0.5rem;
  background: none;
  border-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #376394;
}
#about-the-org-wrapper .about-the-org__button-more-link .about-the-org__button-container {
  background: #fff;
  padding: 0 1rem;
  z-index: 1;
}
#about-the-org-wrapper .about-the-org__button-more-link .about-the-org__button-container .caret {
  transition: transform 0.3s;
  border-top: 0.3em dashed;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}
#about-the-org-wrapper .about-the-org__button-more-link .about-the-org__button-container .caret-rotation {
  transform: rotate(180deg);
}
#about-the-org-wrapper .about-the-org__button-more-link .about-the-org__button-more-line {
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #376394;
  z-index: 0;
}
#about-the-org-wrapper .about-the-org__button-more-link:focus {
  outline: none;
}
#about-the-org-wrapper .about-the-org__button-more-link:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}