.author-profile-wrap {
  background-color: #f4f8fc;
  float: left;
  width: 100%;
  border-radius: 4px;
  padding: 15px;
  margin: 5px 0 15px;
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
}

.author-profile-header {
  display: flex;
  width: 100%;
}

.author-profile-image {
  float: left;
  width: 37%;
  max-width: 100px;
  margin-right: 17px;
  margin-bottom: 10px;
  line-height: 0;
}

.author-profile-name {
  font-size: 1rem;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  margin-top: 0;
}

.author-profile-title {
  font-style: italic;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.75);
  -webkit-font-smoothing: antialiased;
}

.author-profile-preamble {
  font-size: 0.9rem;
  line-height: 1.35rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

.author-profile-details {
  font-size: 0.85rem;
}

.author-profile-source {
  margin-top: 5px;
}

@media only screen and (max-width: 700px) {
  .author-profile-image {
    width: 100%;
    flex: 0 0 100%;
    max-width: 80px;
  }
  .author-profile-wrap {
    padding: 15px;
  }
  .author-profile-details {
    font-size: 0.85rem;
    border-top: 1px solid #e3eaf1;
    padding-top: 10px;
    margin-top: 10px;
  }
}

/******************************************
Article Header
******************************************/
.author-header-wrap {
  border-top: 1px solid #dedddd;
  border-bottom: 1px solid #dedddd;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 0.8rem;
  color: #3d3d3d;
  display: flex;
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
}

.author-header-wrap img {
  float: left;
  width: 55px;
  height: 55px;
  margin-right: 12px;
}

.author-header-wrap p {
  display: inline;
}

.author-header-title {
  margin-bottom: 2px;
  font-size: 0.85rem;
}

.author-header-details {
  font-style: italic;
}

.author-page-title {
  margin: 10px 0;
  font-size: 1.1rem;
  font-style: italic;
}

.featured-article-meta-header .author-header-wrap {
  border: 0;
  color: #fff;
}
