/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 *
 * Frontend Styles
 *
 */
.mt-card {
  border: 1px solid var(--wp--preset--color--gray-2);
  padding: 0 !important;
}
@media (min-width: 640px) {
  .mt-card {
    min-height: 420px;
    /* This may need to change depending on final images and person with longest title */
  }
}
.mt-card__image {
  line-height: 0;
}
.mt-card__person {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mt-card__copy {
  min-height: 230px;
  padding: 25px 15px;
  position: relative;
}
.mt-card__title:last-of-type {
  margin-bottom: 50px !important;
}
.mt-card__links {
  bottom: 25px;
  left: 15px;
  max-width: calc(100% - 30px);
  position: absolute;
  right: 15px;
  width: auto;
}

@media (min-width: 640px) {
  .cards--founders .mt-card {
    min-height: 485px;
    /* This may need to change depending on final images and person with longest title */
  }
}
.cards--founders .mt-card .mt-card__copy {
  min-height: 230px;
}

.mt-modal {
  flex-flow: row wrap !important;
  padding: var(--padding-inner);
  max-width: 960px !important;
  width: 80%;
}
@media (min-width: 1024px) {
  .mt-modal__meta {
    width: 40%;
  }
}
.mt-modal__meta img {
  margin-bottom: 15px;
}
.mt-modal__meta h3 {
  margin-bottom: 10px;
}
.mt-modal__meta h5 {
  margin-bottom: 10px;
}
.mt-modal__meta p {
  margin-bottom: 5px;
}
.mt-modal__meta p:last-of-type {
  margin-bottom: 0;
}
.mt-modal__bio {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .mt-modal__bio {
    margin-top: 0;
    padding-left: 50px;
    width: 60%;
  }
}

/*# sourceMappingURL=style-index.css.map*/