/**
 * This file is for Profile Card component styles.
 */
/* stylelint-disable */
/* stylelint-enable */
@media (min-width: 48em) {
  .c-profile-card__wrap {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-flow: row wrap;
  }
  .c-profile-card__wrap:after {
    clear: both;
  }
  .c-profile-card__wrap > * {
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    width: 50%;
  }
}
@media (min-width: 64em) {
  .c-profile-card__wrap {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-flow: row wrap;
  }
  .c-profile-card__wrap:after {
    clear: both;
  }
  .c-profile-card__wrap > * {
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    width: 33.3333333333%;
  }
}
@media (min-width: 64em) {
  .page--post-event .c-profile-card__wrap {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-flow: row wrap;
  }
  .page--post-event .c-profile-card__wrap:after {
    clear: both;
  }
  .page--post-event .c-profile-card__wrap > * {
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    width: 50%;
  }
}

.c-profile-card__item {
  display: flex;
  margin-bottom: 34px;
  transition-property: opacity, visibility;
  transition-duration: 0.6s;
  transition-delay: 0.1s;
}
@media (min-width: 48em) {
  .c-profile-card__item:nth-of-type(1n + 7) {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .page--post-event .c-profile-card__item:nth-of-type(1n + 7) {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .c-profile-card__item:nth-of-type(1n + 7).is-visible {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
@media (max-width: 47.99em) {
  .c-profile-card__item:nth-of-type(1n + 4) {
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
  }
  .page--post-event .c-profile-card__item:nth-of-type(1n + 4) {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .c-profile-card__item:nth-of-type(1n + 4).is-visible {
    visibility: visible;
    opacity: 1;
    height: auto;
    position: relative;
  }
}

.c-profile-card__item-wrap {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  border-left-style: solid;
  border-left-color: #d8d8d8;
  border-width: 9px;
  display: flex;
  flex-direction: column;
}

.c-profile-card__content {
  padding: 24px 8px 14px 32px;
  display: flex;
  align-items: center;
}
.page--post-event .c-profile-card__content {
  align-items: flex-start;
}

.c-profile-card__media {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}
.c-profile-card__media img {
  width: 100%;
  height: auto;
}

.c-profile-card__media-wrap {
  flex-basis: 80px;
  width: 80px;
}

.c-profile-card__title {
  flex-basis: 75%;
  width: 75%;
}
.page--post-event .c-profile-card__title {
  padding-right: 10px;
}
.c-profile-card__title h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 0.8333333333rem;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.2222222222rem;
}
@media (min-width: 64em) {
  .c-profile-card__title h3 {
    font-size: 0.9444444444rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

p.c-profile-card__org {
  font-weight: 600;
  font-size: 0.8333333333rem;
  margin-bottom: 0;
  padding-top: 4px;
}

.c-profile-card__name {
  background-color: #518325;
  margin-top: 20px;
  max-width: 200px;
  padding: 4px 10px;
  position: relative;
  left: -9px;
}
.c-profile-card__name h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2222222222rem;
  color: #fff;
  margin-bottom: 0;
  padding: 4px 4px 4px 2px;
}
@media (min-width: 64em) {
  .c-profile-card__name h2 {
    margin-bottom: 0;
    padding: 4px 4px 4px 2px;
  }
}

.c-profile-card__links_wrap {
  padding: 0 8px 20px 32px;
  margin-top: auto;
}

.c-profile-card__posts-link {
  margin-bottom: 6px;
}
.c-profile-card__posts-link > a {
  font-size: 0.8888888889rem;
  line-height: 1.1111111111rem;
  position: relative;
  display: block;
  margin-left: 24px;
  text-decoration: none;
}
.c-profile-card__posts-link > a:before {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_post.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 26px;
  background-size: 100%;
  position: absolute;
  top: 4px;
  left: -24px;
}
@media (max-width: 57.49em) {
  .c-profile-card__posts-link > a:before {
    top: 2px;
  }
}
@media (min-width: 57.5em) {
  .c-profile-card__posts-link > a {
    font-size: 0.9444444444rem;
    line-height: 1.1666666667rem;
  }
}

.c-profile-card__bio {
  padding: 10px 38px 30px 38px;
}
.c-profile-card__bio p {
  display: inline;
  padding-right: 6px;
}
.c-profile-card__links > a {
  font-size: 0.7222222222rem;
  position: relative;
  display: block;
  margin-left: 24px;
  text-decoration: none;
}
.c-profile-card__links > a:before {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_globe.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 26px;
  background-size: 100%;
  position: absolute;
  top: 4px;
  left: -24px;
}
@media (max-width: 57.49em) {
  .c-profile-card__links > a:before {
    top: 2px;
  }
}
@media (min-width: 57.5em) {
  .c-profile-card__links > a {
    font-size: 0.7777777778rem;
  }
}

.c-profile-card__show-more {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  text-align: center;
  display: block;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.c-profile-card__show-more .show-more-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/themes/gesso/build/dist/svg/icon_chevron.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 26px;
  background-size: 100%;
  position: relative;
  top: 15px;
  left: 8px;
}
@media (min-width: 48em) {
  .c-profile-card__show-more.less-than-6 {
    display: none;
  }
}
@media (min-width: 48em) {
  .c-profile-card__show-more.less-than-3 {
    display: none;
  }
}

/*# sourceMappingURL=profile-card.css.map */
