/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.hero-author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-author {
    padding-bottom: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 64em) {
  .hero-author {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem 0;
  }
}
.hero-author__profile {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-author__profile {
    padding: 1.2rem 0 0.8rem 0;
  }
}
.hero-author__profile img {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  margin-right: 2rem;
}
.hero-author__profile__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-author__profile__name {
  margin: 0 0 0.4rem 0;
  font-weight: 400;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-author__profile__name {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .hero-author__profile__name {
    font-size: 2.8rem;
  }
}
.hero-author__profile__title {
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-author__profile__title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 64em) {
  .hero-author__profile__title {
    font-size: 1.4rem;
  }
}
h3 + .hero-author {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 64em) {
  h3 + .hero-author {
    padding: 4rem 0;
  }
}
.hero-author__contact-detail {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-author__contact-detail {
    padding: 1.2rem 0 0.8rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (min-width: 64em) {
  .hero-author__contact-detail {
    padding: 0 5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .hero-author__contact-detail:last-child {
    padding-right: 0;
    border-right: 0;
  }
}
.hero-author__contact-detail__label {
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .hero-author__contact-detail__label {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 64em) {
  .hero-author__contact-detail__label {
    font-size: 1.4rem;
  }
}
.hero-author__contact-detail__info {
  display: inline-block;
  margin: 0;
  font-size: 1.6rem;
  color: inherit;
  text-decoration: none;
}
/*# sourceMappingURL=the-hero-author-info.css.map */
