/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/staff-member-index/src/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-crown-blocks-staff-member-index .post-feed > .inner {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0px 2.5rem;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-staff-member-index .post-feed > .inner {
    margin: 30px -16px 2.5rem;
  }
}
@media (min-width: 992px) {
  .wp-block-crown-blocks-staff-member-index .post-feed > .inner {
    margin: 30px -44px 2.5rem;
  }
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-staff-member-index.hide-photos .post-feed > .inner {
    margin: 30px -36px 2.5rem;
  }
}
.wp-block-crown-blocks-staff-member-index.hide-photos .team-member {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-staff-member-index.hide-photos .team-member {
    flex: 0 0 calc(50% - 72px);
    margin: 28px 36px;
  }
}
.wp-block-crown-blocks-staff-member-index.hide-photos .team-member__name, .wp-block-crown-blocks-staff-member-index.hide-photos .team-member__expertise {
  display: inline;
}
.wp-block-crown-blocks-staff-member-index.hide-photos .team-member__expertise {
  color: #231B4A;
  font-family: "brother-xl";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}
.wp-block-crown-blocks-staff-member-index.hide-photos .team-member__expertise::before {
  display: inline;
  content: ", ";
}
.wp-block-crown-blocks-staff-member-index.hide-photos .team-member__position {
  margin-top: 16px;
}
.wp-block-crown-blocks-staff-member-index.hide-photos .bg-image {
  display: none;
}
.wp-block-crown-blocks-staff-member-index .post-feed article {
  display: flex;
  font-size: 1rem;
  width: 50%;
}
.wp-block-crown-blocks-staff-member-index .post-feed article > .inner {
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-staff-member-index .post-feed article {
    width: 33.333333%;
  }
}
@media (min-width: 992px) {
  .wp-block-crown-blocks-staff-member-index .post-feed article {
    width: 25%;
  }
}
.wp-block-crown-blocks-staff-member-index .post-feed article.active {
  position: relative;
}
.wp-block-crown-blocks-staff-member-index .post-feed article.active::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 40px solid #231B4A;
  transform: translateY(-50%);
  left: calc(50% - 20px);
  bottom: -85px;
}
.wp-block-crown-blocks-staff-member-index .post-feed article.active > a {
  color: #E45625;
}
.wp-block-crown-blocks-staff-member-index .post-feed article.active > a .entry-headshot-photo {
  filter: grayscale(0);
}
.wp-block-crown-blocks-staff-member-index .post-feed article > a {
  width: 100%;
  display: flex;
  color: inherit;
  text-decoration: none;
}
.wp-block-crown-blocks-staff-member-index .post-feed article > a > .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.wp-block-crown-blocks-staff-member-index .post-feed article > .drawer {
  display: none;
}
.wp-block-crown-blocks-staff-member-index .post-feed article .entry-headshot-photo {
  margin-bottom: 1rem;
}
.wp-block-crown-blocks-staff-member-index .post-feed article .entry-headshot-photo > .inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-block-crown-blocks-staff-member-index .post-feed article .contents {
  flex: 1 1 auto;
}
.wp-block-crown-blocks-staff-member-index .post-feed .drawer {
  padding: 34px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-staff-member-index .post-feed .drawer {
    padding: 1rem 44px;
  }
}
.wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-details {
  background-color: #231B4A;
  color: #fff;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-details {
    display: flex;
  }
}
.wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-details > button.close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #fff;
  background-image: escape-svg(url("data:image/svg+xml,<svg width=\"19px\" height=\"19px\" fill=\"#1c478c\" viewBox=\"0 0 19 19\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">data:image/svg+xml,<polygon points=\"0 16.8887815 7.38878108 9.50000024 0 2.11121898 2.11121892 0 9.5 7.38878126 16.8887811 0 19 2.11121898 11.6112189 9.50000024 19 16.8887815 16.8887811 19 9.5 11.6112192 2.11121892 19\"></polygon>data:image/svg+xml,</svg>"));
  background-position: center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  text-indent: -100000px;
  padding: 0;
  border: none;
  background-color: transparent;
  opacity: 1;
}
@media (min-width: 992px) {
  .wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-details > button.close {
    top: 1.5rem;
    right: 2.5rem;
  }
}
.wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-alt-photo {
  flex: 0 0 25%;
}
@media (max-width: 768px) {
  .wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-alt-photo {
    max-width: 250px;
    margin-bottom: -2rem;
  }
}
.wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-alt-photo > .inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-alt-photo > .inner {
    width: 100%;
    position: relative;
    padding-top: 100%;
  }
}
.wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-alt-photo img {
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-alt-photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-alt-photo {
    padding-right: 0 !important;
  }
}
.wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-bio,
.wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-alt-photo {
  padding: 2rem 2rem;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-bio,
.wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-alt-photo {
    padding: 3rem 4rem;
  }
}
@media (min-width: 992px) {
  .wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-bio,
.wp-block-crown-blocks-staff-member-index .post-feed .drawer .entry-alt-photo {
    padding: 4rem 5rem;
  }
}

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