.main-content {
  padding-top: 0 !important; }

.author-details {
  position: relative; }

.author-details__header.container {
  margin-top: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 15px 15px 30px;
  text-align: center;
  min-height: 150px; }

@media (min-width: 45rem) {
  .author-details__header.container {
    text-align: left;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
    -ms-flex-align: center;
    align-items: center;
    min-height: 200px; } }
@media (min-width: 90.625rem) {
  .author-details__header.container {
    padding: 80px 0 0;
    margin-bottom: 58px; } }
.author-details__header--title {
  width: 100%; }
  .author-details__header--title small {
    display: block;
    color: #abb4af;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "Muli", sans-serif; }
  .author-details__header--title h1 {
    font-family: "EB Garamond", serif;
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 5px; }

.author-details__header--title p {
  font-weight: 400;
  font-size: 18px;
  margin-top: 15px; }
  .author-details__header--title p a {
    color: #fff;
    font-weight: 400; }

@media (min-width: 45rem) {
  .author-details__header--title {
    width: auto; }

  .author-details__header--title h1 {
    font-size: 50px; } }
.author-details__header h1, .author-details__header p {
  color: #fff;
  margin-bottom: 0; }

.author-details__background-header {
  background-repeat: repeat-x;
  background-size: 60%;
  height: 250px;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1; }

@media (min-width: 45rem) {
  .author-details__background-header {
    background-size: 30%; } }
@media (min-width: 90.625rem) {
  .author-details__background-header {
    height: 300px;
    background-size: 20%; } }
.author-details__background-header--overlay {
  height: 250px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }

@media (min-width: 90.625rem) {
  .author-details__background-header--overlay {
    height: 300px; } }
.author-details__info {
  margin-top: 0; }

.author-details__info.container {
  margin-bottom: 0; }

@media (min-width: 45rem) {
  .author-details__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 0;
    margin: 0 auto;
    max-width: 64rem;
    padding: 0 15px; } }
@media (min-width: 90.625rem) {
  .author-details__info {
    padding-left: 0;
    padding-right: 0; } }
.author-details__social-title {
  font-size: 14px; }

.author-details__social-link {
  color: #fff;
  padding: 2px 3px;
  margin: 0 3px; }
  .author-details__social-link:hover {
    border-bottom: 1px solid; }

.author-details__image {
  position: relative;
  text-align: center;
  font-size: 12px; }

.author-details__image--container {
  margin: 0 auto 10px; }
  .author-details__image--container figcaption {
    text-align: center;
    font-size: 12px;
    padding: 20px; }

.author-details__image--container img {
  box-shadow: 1px 1px 15px #333; }

@media (min-width: 45rem) {
  .author-details__image {
    width: 200px; } }
@media (min-width: 52.5rem) {
  .author-details__image {
    width: 300px; } }
@media (min-width: 45rem) {
  .author-details__details {
    width: 60%;
    margin-top: 70px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px; } }
@media (min-width: 52.5rem) {
  .author-details__details {
    padding-left: 40px; } }
@media (min-width: 90.625rem) {
  .author-details__details {
    margin-top: 60px; } }
.author-details__details p {
  padding: 0 15px;
  margin-bottom: 1rem; }

@media (min-width: 45rem) {
  .author-details__details p {
    padding: 0; } }
.author-details__bio {
  padding: 0 .9375rem;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px; }

.author-details__bio p {
  font-size: 16px;
  line-height: 24px; }

@media (min-width: 45rem) {
  .author-details__bio {
    padding: 0; } }
.author-details__links {
  list-style: none;
  margin: 0 0 20px;
  text-align: center;
  padding: 0 15px; }

@media (min-width: 45rem) {
  .author-details__links {
    text-align: left;
    padding: 0; } }
.author-details__share-links {
  width: 100%;
  margin-bottom: 20px;
  text-align: center; }
  .author-details__share-links .social-sharing {
    display: inline-block; }

@media (min-width: 45rem) {
  .author-details__share-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0;
    text-align: left; } }
.author-details__share-links--label {
  display: none;
  font-size: 12px;
  line-height: 15px;
  padding-right: 5px; }

@media (min-width: 45rem) {
  .author-details__share-links--label {
    display: block; } }
.author-details__newsletter {
  background-color: #f5f5f5; }

.author-details__newsletter--container {
  padding: 15px;
  color: #000; }

@media (min-width: 45rem) {
  .author-details__newsletter--container {
    padding: 25px 15px;
    margin: 25px 0; } }
.author-details__newsletter-content h2 {
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 700; }
.author-details__newsletter-content p {
  text-align: center;
  color: #000;
  margin-bottom: 15px;
  font-size: 14px;
  width: 100%; }

.author-details__newsletter--legal {
  padding: 15px 0;
  font-size: 12px !important; }

.author-details__newsletter-form {
  display: flex;
  justify-content: center; }
  .author-details__newsletter-form input[name="email"] {
    border: 2px solid #afb1b3;
    padding: 8px;
    margin-right: 8px;
    width: 50%; }
  .author-details__newsletter-form input[type="submit"] {
    border: none;
    padding: 8px 20px;
    background: #ff0009;
    color: #fff;
    font-weight: bold; }
  .author-details__newsletter-form input {
    border-radius: 0; }
