.management-team-content {
  color: #222222;
}
.management-team-content .mgmt-team-tile {
  padding-bottom: 3rem;
  position: static;
}
.management-team-content.tile-clicked .mgmt-image img {
  filter: grayscale(1);
}
.management-team-content.tile-clicked .active .mgmt-image img {
  filter: grayscale(0);
}
.management-team-content .mgmt-team-tile-content {
  background: #ffffff;
}
.management-team-content .mgmt-team-tile-content .mgmt-image img {
  height: auto;
  transition: 120ms filter ease-in-out;
  width: 100%;
}
.management-team-content .mgmt-team-tile-content .mgmt-info-block {
  padding: 40px;
}
.management-team-content .mgmt-team-tile-content .mgmt-info-block .name {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 30px;
  color: #222222;
  margin-bottom: 2px;
}
.management-team-content .mgmt-team-tile-content .mgmt-info-block .title {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 18px;
  color: #222222;
  min-height: 4.5rem;
  margin-bottom: 25px;
}
.management-team-content .mgmt-team-tile-content .mgmt-info-block button.text-btn {
  font-family: 'Montserrat', sans-serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  font-weight: 400 !important;
  background: transparent;
  border: none;
  font-size: 1.3rem;
  padding: 0;
  padding-right: 1rem;
  position: relative;
}
.management-team-content .mgmt-team-tile-content .mgmt-info-block button.text-btn .icon-plus,
.management-team-content .mgmt-team-tile-content .mgmt-info-block button.text-btn .icon-minus {
  font-size: 0.8rem;
  position: relative;
  left: 8px;
  top: -1px;
}
.management-team-content .mgmt-team-tile-content .mgmt-info-block button.text-btn:hover,
.management-team-content .mgmt-team-tile-content .mgmt-info-block button.text-btnhover:before {
  color: #da291c;
}
.management-team-content .mgmt-bios {
  clear: both;
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}
.management-team-content .mgmt-bio-mobile,
.management-team-content .mgmt-bio-desktop {
  max-height: 0;
  overflow: hidden;
  transition: 120ms max-height ease-in-out;
}
.management-team-content .mgmt-bio-mobile.active,
.management-team-content .mgmt-bio-desktop.active {
  margin-bottom: 60px;
  max-height: 200rem;
  transition: 120ms max-height ease-in-out;
}
.management-team-content .mgmt-bio-mobile button,
.management-team-content .mgmt-bio-desktop button,
.management-team-content .mgmt-bio-mobile .quote-container,
.management-team-content .mgmt-bio-desktop .quote-container,
.management-team-content .mgmt-bio-mobile .bio,
.management-team-content .mgmt-bio-desktop .bio {
  overflow: hidden;
}
.management-team-content .mgmt-bio-mobile button::-webkit-scrollbar,
.management-team-content .mgmt-bio-desktop button::-webkit-scrollbar,
.management-team-content .mgmt-bio-mobile .quote-container::-webkit-scrollbar,
.management-team-content .mgmt-bio-desktop .quote-container::-webkit-scrollbar,
.management-team-content .mgmt-bio-mobile .bio::-webkit-scrollbar,
.management-team-content .mgmt-bio-desktop .bio::-webkit-scrollbar {
  display: none;
}
.management-team-content .mgmt-bio-mobile .bio,
.management-team-content .mgmt-bio-desktop .bio {
  line-height: 24px;
}
.management-team-content button.close {
  background: transparent;
  border: none;
  margin: 20px 0 60px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.management-team-content .quote-container {
  margin: 0 0 3rem;
  padding: 0 0 30px;
}
.management-team-content .quote-container hr {
  max-width: 390px;
  width: 100%;
}
