/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/staffteaser/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-inspector {
  font-size: 10px;
}

.block-editor-inner-blocks {
  display: block;
  width: 100%;
}

.wp-block[data-align=center] {
  text-align: center;
}

.block-editor-block-inspector select[multiple] {
  height: auto !important;
}

.wp-block-boldblock-staffteaser {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.wp-block-boldblock-staffteaser.align-left {
  margin: 2rem auto 2rem 0;
}
.wp-block-boldblock-staffteaser.align-center {
  margin: 2rem auto;
}
.wp-block-boldblock-staffteaser.align-right {
  margin: 2rem 0 2rem auto;
}
.wp-block-boldblock-staffteaser .staff-image {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 0.5rem;
  background: no-repeat center center #eee;
  background-size: cover;
  flex: 0 0 100px;
  margin-right: 20px;
  overflow: hidden;
}
.wp-block-boldblock-staffteaser .staff-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.wp-block-boldblock-staffteaser .staff-info {
  flex: 1 1 auto;
}
.wp-block-boldblock-staffteaser .staff-info h4 {
  color: #9B9B9B;
}
.wp-block-boldblock-staffteaser .staff-info p {
  margin-top: 0.5em;
}
.wp-block-boldblock-staffteaser .staff-info .titleOrganisation {
  display: block;
}
.wp-block-boldblock-staffteaser .staff-info a.cta-email {
  background: rgb(114, 213, 74);
  color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 2rem;
  margin-top: 0.5em;
  display: inline-block;
}
.wp-block-boldblock-staffteaser .staff-bio {
  display: none;
}

.overlay-staff-bio {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.overlay-staff-bio .staff-bio-container {
  background: #fff;
  padding: 4em;
  border-radius: 1em;
  min-width: 640px;
  min-height: 320px;
  max-height: 80%;
  width: 50%;
  height: auto;
  left: 50%;
  top: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  overflow: hidden;
  overflow-y: scroll;
}
.overlay-staff-bio .staff-bio-container a.cta-email {
  background: rgb(114, 213, 74);
  color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 2rem;
  margin-top: 0.5em;
  display: inline-block;
}
.overlay-staff-bio .staff-bio-container .close-btn {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding: 0;
  font-size: 2em;
  font-family: "WesFY", Arial, sans-serif;
  font-weight: 900;
  line-height: 0;
  text-align: center;
  text-indent: -9999em;
  position: relative;
  margin: 0;
  background: none;
  position: absolute;
  margin: 0.25em;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 999;
}
.overlay-staff-bio .staff-bio-container .close-btn:hover:before, .overlay-staff-bio .staff-bio-container .close-btn:hover:after, .overlay-staff-bio .staff-bio-container .close-btn:active:before, .overlay-staff-bio .staff-bio-container .close-btn:active:after {
  background: #444444;
}
.overlay-staff-bio .staff-bio-container .close-btn:before, .overlay-staff-bio .staff-bio-container .close-btn:after {
  background: #9B9B9B;
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  top: 50%;
  left: 50%;
  border-radius: 1px;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
}
.overlay-staff-bio .staff-bio-container .close-btn:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.overlay-staff-bio.show {
  display: block;
  overflow: hidden;
  z-index: 9999;
}

@media all and (max-width: 767px) {
  .overlay-staff-bio .staff-bio-container {
    min-width: 80%;
    min-height: 80%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

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