/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * 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.
 */
.uwkc-leadership-block {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 400px);
  max-width: 1250px;
  margin: auto;
}
.uwkc-leadership-block_member {
  position: relative;
  background-color: #0044B5;
  margin-top: 0;
  border-radius: 15px;
  width: 400px;
  height: 500px;
  padding: 0px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #a55151);
}
.uwkc-leadership-block_member--info {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 400px;
  height: 500px;
  padding-bottom: 1.5em;
  background: linear-gradient(0deg, #0044B5 20%, transparent 45%);
}
.uwkc-leadership-block_member--info > * {
  padding: 0 20px;
}
.uwkc-leadership-block_member--info_bio blockquote {
  margin-right: 0;
  position: relative;
}
.uwkc-leadership-block_member--info_bio blockquote:before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27%230044B5%27 stroke=%27%230044B5%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M9.983 3v7.391c0 5.704-3.731 9.57-8.983 10.609l-.995-2.151c2.432-.917 3.995-3.638 3.995-5.849h-4v-10h9.983zm14.017 0v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151c2.433-.917 3.996-3.638 3.996-5.849h-3.983v-10h9.983z%27/%3E%3C/svg%3E");
  width: 1em;
  height: 1em;
  position: absolute;
  left: -2em;
}
.uwkc-leadership-block_member--info_name {
  font-size: 26px;
  color: #fff;
  margin-bottom: 0px;
}
.uwkc-leadership-block_member--info_uwkc-title {
  font-weight: bold;
}
.uwkc-leadership-block_member--info_uwkc-title, .uwkc-leadership-block_member--info_professional-title {
  margin-top: 0.5em;
}
.uwkc-leadership-block_member--info_professional-title {
  font-style: italic;
}
.uwkc-leadership-block_member--info_slide {
  background: #F47925;
  border-radius: 15px;
  bottom: -500px;
  right: 0;
  width: 400px;
  height: 500px;
  padding: 1em;
  display: flex;
  position: absolute;
  transition: bottom 0.75s;
}
.uwkc-leadership-block_member--info_slide-content__name {
  font-size: 26px;
  margin-bottom: 0;
  color: #0044B5;
}
.uwkc-leadership-block_member--info_slide-content__linkedin {
  margin: 0.5em 0;
}
.uwkc-leadership-block_member--info_slide-content__linkedin a {
  font-size: 1.25em;
  color: #fff;
}
.uwkc-leadership-block_member--info_slide-content__linkedin a:hover {
  color: #221E1F;
}
.uwkc-leadership-block_member--info_slide-content__linkedin a:not(:first-child) {
  margin-left: 1rem;
}
.uwkc-leadership-block_member--info_slide-content__linkedin a img {
  width: 20px;
  fill: #fff;
}
.uwkc-leadership-block_member--info_tab {
  padding: 2px;
  color: #221E1F;
  border-color: transparent;
  background-color: #FFEAD0;
  width: 30px;
  height: 30px;
  border-radius: 19%;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: -10px;
  right: 1em;
  transition: transform 1s, bottom 0.75s;
}
.uwkc-leadership-block_member--info_tab img {
  width: 70%;
  position: relative;
  top: -5px;
}
.uwkc-leadership-block_member--info:hover .uwkc-leadership-block_member--info_slide, .uwkc-leadership-block_member--info:focus .uwkc-leadership-block_member--info_slide, .uwkc-leadership-block_member--info:focus-within .uwkc-leadership-block_member--info_slide {
  bottom: 0;
  z-index: 1;
}
.uwkc-leadership-block_member--info:hover .uwkc-leadership-block_member--info_tab, .uwkc-leadership-block_member--info:focus .uwkc-leadership-block_member--info_tab, .uwkc-leadership-block_member--info:focus-within .uwkc-leadership-block_member--info_tab {
  bottom: 478px;
  transform: rotate(180deg);
}

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