  /*!**!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/bio-tile-item/_bio-tile-item-styles.scss ***!
  \**/
/**
 * Grid Breakpoints
 */
/**
 * Font mixins
 */
/**
 * Notification component
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Global mixins
 */
/**
 * Block elements mixins
 */
/**
 * Calculate letter spacing base on font size and percentage.
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Swiper slider.
 */
/**
 * Custom Form 7.
 */
/**
 * Contact form mixins
 */
.c-campuses-list-wrapper {
  display: flex;
  align-items: center;
}
.c-campuses-list-wrapper__header {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

.campuses-list,
.single-campus {
  display: flex;
  align-items: center;
  padding: 0;
  margin-left: 0.75rem;
  gap: 0.5rem;
  list-style: none;
}
.campuses-list__type,
.single-campus__type {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  align-content: center;
  border-radius: 50%;
  background-color: var(--lake-blue-40);
  color: var(--color-white);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.01625rem;
  line-height: 1;
  text-align: center;
}
.campuses-list img,
.single-campus img {
  display: block;
  width: 1rem;
  height: auto;
  margin: auto;
}
.campuses-list img.small-icon,
.single-campus img.small-icon {
  position: relative;
  top: 1px;
  width: 0.75rem;
}

.b-bio-tile-item {
  display: grid;
  border-radius: 0.5rem;
  grid-template-areas: "image header" "contact contact" "email email" "campuses campuses";
  grid-template-columns: 5.25rem calc(100% - 5.25rem);
}
@media screen and (min-width: 1400px) {
  .b-bio-tile-item {
    grid-template-areas: "image header header" "image contact contact" "separator separator separator" "email email campuses";
    grid-template-columns: 10.5rem calc(50% - 10.5rem) 50%;
    grid-template-rows: auto 1.5rem auto auto;
  }
}

.c-bio a {
  text-decoration: none;
}
.c-bio a:hover {
  color: var(--lake-blue-50);
}
.c-bio__link-image {
  grid-area: image;
}
.c-bio__link-header {
  grid-area: header;
}
.c-bio__image-wrapper {
  display: flex;
  overflow: hidden;
  width: 3.75rem;
  height: 3.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  margin: 0.75rem;
}
@media screen and (min-width: 1400px) {
  .c-bio__image-wrapper {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 0.5rem;
    margin: 1.5rem 1.5rem 0;
  }
}
.c-bio__image-wrapper img {
  max-width: 100%;
  height: auto;
}
.c-bio__image-placeholder {
  width: 2rem;
  height: 2rem;
}
.c-bio__header-wrapper {
  margin: 1.25rem 0.75rem 0 0;
}
@media screen and (min-width: 1400px) {
  .c-bio__header-wrapper {
    margin: 2.25rem 1.5rem 1.69rem 0;
  }
}
.c-bio__name {
  margin: 0 0 0.31rem;
  color: var(--lake-blue-40);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  .c-bio__name {
    margin-bottom: 0.38rem;
    font-size: 1.75rem;
    letter-spacing: -0.035rem;
  }
}
.c-bio__role {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  .c-bio__role {
    font-size: 1rem;
  }
}
.c-bio__contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem;
  border-top: solid 1px var(--ore-brown-20);
  margin: 0;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  grid-area: contact;
}
@media screen and (min-width: 1400px) {
  .c-bio__contact-wrapper {
    padding: 0;
    border-top: none;
    margin: 0 1.5rem 0 0;
  }
}
.c-bio__contact-wrapper .c-bio-contact-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
.c-bio__contact-wrapper .c-bio-contact-item__text {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.c-bio__desktop-separator {
  display: none;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  background-color: var(--ore-brown-10);
  grid-area: separator;
}
@media screen and (min-width: 1400px) {
  .c-bio__desktop-separator {
    display: block;
  }
}
.c-bio__email-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.75rem;
  border-top: solid 1px var(--ore-brown-20);
  margin: 0;
  gap: 0.75rem;
  grid-area: email;
}
@media screen and (min-width: 1400px) {
  .c-bio__email-wrapper {
    padding: 0 0 0 0.5rem;
    border-top: none;
    margin: 0 1rem 0 1.5rem;
    padding-block: 1.25rem;
  }
}
.c-bio__email-wrapper .c-bio-email__text {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .c-bio__email-wrapper .c-bio-email__text {
    font-size: 1rem;
  }
}
.c-bio__campuses-wrapper {
  padding: 0.75rem;
  border-top: solid 1px var(--ore-brown-20);
  grid-area: campuses;
}
@media screen and (min-width: 1400px) {
  .c-bio__campuses-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 1.25rem 1.5rem 1.25rem 0;
    border-top: none;
    gap: 0.75rem;
  }
}
.c-bio__campuses-wrapper .c-bio-campuses__title {
  margin: 0;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

/*# sourceMappingURL=block_bio-tile-item.css.map*/