/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 23 2024 | 19:43:09 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
body.bio-modal-open {
  /*height: 100vh;
	overflow: hidden;*/
}
#management-team h2 {
  margin-bottom: 1.5rem !important;
  text-transform: uppercase !important;
}
#board-of-directors h2, #founders h2 {
  text-transform: uppercase !important;
}
ul.mgmt-list {
  margin: 0 !important;
}
ul.mgmt-list.mgmt-group-management {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
ul.mgmt-list.mgmt-group-board-of-directors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
ul.mgmt-list.mgmt-group-founders {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
ul.mgmt-list.mgmt-group-founders .mgmt-single-inner {
  width: 100%;
  text-align: center;
}
ul.mgmt-list.mgmt-group-founders .mgmt-single-inner .mgmt-content {
  width: 100% !important;
}
ul.mgmt-list.mgmt-group-steering-team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.mgmt-list.mgmt-group-advisory-team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.mgmt-list li.mgmt-single {
  list-style-type: none;
  padding: 1rem;
  margin: 0 0 2rem 0;
  cursor: pointer;
}
ul.mgmt-list .mgmt-single-inner {
  display: flex;
  align-items: center;
}
ul.mgmt-list .mgmt-headshot {
  width: 35%;
  display: flex;
  padding: 1rem 0;
}
ul.mgmt-list .mgmt-headshot img {
  border-radius: 100%;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}
ul.mgmt-list .mgmt-content {
  padding: 1rem 0 1rem 1rem;
  width: calc(100% - 210px);
  width: 65%;
}
ul.mgmt-list .mgmt-content h3 {
  font-size: 30px;
  font-weight: var(--fw_bold) !important;
  color: var(--purple) !important;
  margin-bottom: 0.75rem !important;
}
ul.mgmt-list .mgmt-content h4 {
  font-style: italic;
  margin: 0;
  font-family: var(--mont) !important;
  font-weight: var(--fw_semibold);
  font-size: 18px !important;
  line-height: 1.5em !important;
}
ul.mgmt-list .comma {
  position: relative;
  left: -4px;
}
.mgmt-modal-outer .mgmt-modal {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
  background: var(--white);
  overflow: hidden;
}
.mgmt-modal-outer .mgmt-modal .mgmt-modal-left {
  width: 35%;
  float: left;
  position: relative;
}
.mgmt-modal-outer .mgmt-modal .mgmt-modal-left .mgmt-modal-name {
  font-family: var(--dosis);
  font-size: 30px;
  font-weight: var(--fw_bold);
  margin-bottom: 0.75rem;
  position: relative;
}
.mgmt-modal-outer .mgmt-modal .mgmt-modal-left .mgmt-modal-title {
  font-style: italic;
  position: relative;
}
.mgmt-modal-outer .mgmt-modal .mgmt-modal-right {
  width: 65%;
  padding: 3.25rem;
  position: relative;
  float: left;
}
.mgmt-modal-outer .mgmt-modal .mgmt-modal-content {
  position: relative;
  z-index: 50;
}
.mgmt-modal-outer.group-management .mgmt-modal-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: var(--blueGradient);
}
.mgmt-modal-outer.group-management .mgmt-modal-headshot {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 675px;
}
.mgmt-modal-outer.group-management .mgmt-modal-content {
  padding: 2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.mgmt-modal-outer.group-management .mgmt-modal-content .mgmt-modal-name, .mgmt-modal-outer.group-management .mgmt-modal-content .mgmt-modal-title {
  width: 100%;
  color: var(--white);
}
.mgmt-modal-outer.group-board-of-directors .mgmt-modal-left {
  padding: 2rem;
  min-height: 675px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: relative;
}
.mgmt-modal-outer.group-board-of-directors .mgmt-modal-left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: var(--tealGradient);
}
.mgmt-modal-outer.group-board-of-directors .mgmt-modal-left img {
  width: 350px;
  aspect-ratio: 1;
  border-radius: 100%;
  margin-bottom: 1rem;
  z-index: 50;
  position: relative;
}
.mgmt-modal-outer.group-board-of-directors .mgmt-modal-left .mgmt-modal-content {
  color: var(--white);
  text-align: center;
}
.mfp-close {
  top: 0;
  right: 0;
  z-index: 99999;
  opacity: 1;
  color: red;
  position: absolute;
  width: 95%;
  max-width: 1400px;
  left: 0;
  margin: 0 auto;
  text-align: right;
  padding: 0 1rem !important;
  font-size: 2rem;
}
/*.mgmt-modal-bg-close{
	cursor: pointer;
	position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: none;
  z-index: 5;
}
*/
#founders ul.mgmt-list li.mgmt-single, #teams ul.mgmt-list li.mgmt-single {
  cursor: default !important;
}
#steering-team, #advisory-team {
  position: relative;
  min-height: 50vh;
  padding: 3rem 3rem;
}
#steering-team h2, #advisory-team h2 {
  line-height: 1.5em !important;
  text-transform: uppercase !important;
  color: var(--white) !important;
  font-weight: var(--fw_bold);
}
#steering-team .av_textblock_section, #advisory-team .av_textblock_section {
  position: relative;
  z-index: 20;
}
#steering-team .av-subheading, #advisory-team .av-subheading {
  margin-bottom: 2.5rem !important;
}
#steering-team .av-subheading p, #advisory-team .av-subheading p {
  font-weight: var(--fw_semibold);
  font-size: 20px;
  font-style: italic;
  color: var(--white) !important;
}
#steering-team:before, #advisory-team:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
#steering-team .mgmt-single, #advisory-team .mgmt-single {
  width: 50% !important;
  border: 0px solid white !important;
}
#steering-team .mgmt-content, #advisory-team .mgmt-content {
  width: 100% !important;
  padding: 0;
}
#steering-team .mgmt-content h3, #steering-team .mgmt-content h4, #advisory-team .mgmt-content h3, #advisory-team .mgmt-content h4 {
  width: 100%;
  text-align: center;
}
#steering-team .mgmt-content h3, #advisory-team .mgmt-content h3 {
  font-size: 30px !important;
  color: var(--white) !important;
  margin-bottom: 0.75rem !important;
  font-family: var(--mont);
  font-weight: var(--fw_semibold);
}
#steering-team .mgmt-content h4, #advisory-team .mgmt-content h4 {
  font-size: 18px !important;
  color: var(--white) !important;
}
#steering-team .mgmt-content h4 .comma, #advisory-team .mgmt-content h4 .comma {
  display: none;
}
#steering-team {
  position: relative;
}
#steering-team:before {
  right: 0;
  background: var(--purpleGradient);
}
#advisory-team {
  position: relative;
}
#advisory-team:before {
  left: 0;
  background: var(--tealGradient);
}
@media screen and (max-width: 1400px) {
  #values .values-card {
    padding: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  ul.mgmt-list .mgmt-single-inner {
    align-items: flex-start;
  }
  #values .values-card {
    width: calc(50% - 30px) !important;
    margin: 15px !important;
  }
  #values .values-card.last-values-card {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
@media screen and (max-width: 989px) {
  ul.mgmt-list.mgmt-group-management, ul.mgmt-list.mgmt-group-board-of-directors, ul.mgmt-list.mgmt-group-founders {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  ul.mgmt-list .mgmt-single-inner {
    align-items: center;
  }
  ul.mgmt-list .mgmt-content h3 {
    font-size: 26px;
  }
  ul.mgmt-list .mgmt-content h4 {
    font-size: 16px !important;
  }
  #teams li.mgmt-single {
    width: 100% !important;
  }
  #steering-team, #advisory-team {
    padding: 3rem 1rem !important;
  }
  #steering-team .mgmt-content h3, #advisory-team .mgmt-content h3 {
    font-size: 26px !important;
  }
  #steering-team .mgmt-content h4, #advisory-team .mgmt-content h4 {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  ul.mgmt-list.mgmt-group-management, ul.mgmt-list.mgmt-group-board-of-directors, ul.mgmt-list.mgmt-group-founders {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  ul.mgmt-list .mgmt-single-inner {
    align-items: center;
    flex-wrap: wrap;
  }
  ul.mgmt-list .mgmt-single-inner .mgmt-headshot, ul.mgmt-list .mgmt-single-inner .mgmt-content {
    width: 100% !important;
  }
  ul.mgmt-list .mgmt-single-inner .mgmt-headshot {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  ul.mgmt-list .mgmt-single-inner img {
    max-width: 300px;
    margin: 0 auto 15px;
  }
  ul.mgmt-list .mgmt-content {
    padding: 1rem 1rem 1rem 1rem;
    text-align: center;
  }
  ul.mgmt-list .mgmt-content h3 {
    font-size: 24px;
  }
  #steering-team, #advisory-team {
    margin-bottom: 0 !important;
  }
  #steering-team:before, #advisory-team:before {
    width: 100vw !important;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  #values .values-card {
    aspect-ratio: unset;
    width: calc(100% - 0px) !important;
    margin: 0 0 30px 0 !important;
  }
  #values .values-card.last-values-card {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
/*Mobile bio modals*/
@media screen and (max-width: 989px) {
  .mgmt-modal-outer .mgmt-modal {
    width: 100%;
  }
  .mgmt-modal-outer .mgmt-modal .mgmt-modal-left {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .mgmt-modal-outer .mgmt-modal .mgmt-modal-left:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 200%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .mgmt-modal-outer .mgmt-modal .mgmt-modal-right {
    width: 100%;
    float: none;
    padding: 2rem;
  }
  .mgmt-modal-outer .mgmt-modal .mgmt-modal-headshot {
    min-height: 1px;
    aspect-ratio: 1;
    width: 250px;
    border-radius: 100%;
    margin: 30px;
    z-index: 75;
  }
  .mgmt-modal-outer .mgmt-modal .mgmt-modal-content:before {
    display: none;
  }
  .mgmt-modal-outer.group-management .mgmt-modal-left:before {
    background: var(--blueGradient);
  }
  .mgmt-modal-outer.group-board-of-directors .mgmt-modal-left {
    min-height: 1px;
  }
  .mfp-container {
    padding: 1rem;
  }
  .mfp-close {
    width: 100%;
    color: var(--white) !important;
  }
}
@media screen and (max-width: 767px) {
  .mgmt-modal-outer .mgmt-modal .mgmt-modal-left {
    flex-wrap: wrap;
  }
  .mgmt-modal-outer .mgmt-modal .mgmt-modal-left .mgmt-modal-headshot {
    width: 225px;
    margin: 20px 20px 10px 20px;
  }
  .mgmt-modal-outer .mgmt-modal .mgmt-modal-left .mgmt-modal-content {
    width: 100%;
    padding: 1rem;
  }
  .mgmt-modal-outer .mgmt-modal .mgmt-modal-right {
    padding: 1rem;
  }
}
