#authorNew .flex {
  display: flex;
}
#authorNew .inner {
  max-width: 80rem;
  margin: 0 auto;
}
#authorNew #authHead {
  padding: 4rem 2rem;
  background-color: #f7f6f2;
}
#authorNew #authHead h1 {
  font-size: 48px;
  line-height: 1.1;
  margin: 0;
}
#authorNew #authHead .title {
  line-height: 1.5;
  color: #6F6F6F;
}
#authorNew #authHead .left {
  flex: 0 0 10rem;
}
#authorNew #authHead .left img {
  border-radius: 50%;
  width: 105px;
}
#authorNew #authHead .right {
  flex: 0 0 68%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#authorNew #authorContent {
  display: flex;
  padding: 4rem 2rem 0 2rem;
}
#authorNew #authorContent .left {
  margin-right: 2rem;
  flex: 0 0 300px;
}
#authorNew #authorContent .right .longBio {
  line-height: 1.5;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 2.5rem;
}
#authorNew #authorContent .right .longBio p {
  margin: 0 0 2rem 0;
}
#authorNew #authorContent .right h2 {
  font-size: 2.2rem;
  margin: 0 0 2.5rem 0;
  color: #2D2D2D;
}
#authorNew #authorContent .right ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5rem 0;
}
#authorNew #authorContent .right ul li {
  padding: 2.5rem 0;
  border-bottom: 1px solid #EAEAEA;
}
#authorNew #authorContent .right ul li time {
  display: block;
  font-size: 0.875rem;
  color: #6F6F6F;
  margin-bottom: 0.5rem;
}
#authorNew #authorContent .right ul li h3 {
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}
#authorNew #authorContent .right ul li h3 a {
  text-decoration: none;
  color: #2D2D2D;
}
#authorNew #authorContent .right ul li .link {
  color: #2563EB;
  font-size: 0.9375rem;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
#authorNew #authorContent .right ul li .link:hover {
  text-decoration: underline;
}
#authorNew #authorContent .left .hl {
  color: #2D2D2D;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 1rem;
}
#authorNew #authorContent .left a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2D2D2D;
}
#authorNew #authorContent .left a:hover {
  opacity: 0.75;
}

@media (max-width: 768px) {
  #authorNew #authorContent {
    flex-direction: column-reverse;
  }
  #authorNew #authorContent > div {
    flex: 0 0 100%;
  }
}
@media (max-width: 500px) {
  #authHead .flex {
    flex-direction: column;
  }
  #authHead .flex .left {
    flex: 0 0 auto !important;
    width: 100%;
    margin-bottom: 2rem;
  }
  #authHead .flex .right {
    flex: 0 0 auto !important;
    width: 100%;
  }
  #authHead .flex h1 {
    margin-bottom: 1rem !important;
  }
}

/*# sourceMappingURL=author.css.map */
