.author-bio {
  padding: 60px 0 10px 0;
}
.author-bio .author-name {
  color: #ed1b2e;
  margin-bottom: 10px;
  margin-top: -10px;
}
.author-bio .author-title {
  font-size: 24px;
  font-family: "prohibition";
  font-style: normal;
  font-weight: 400;
}
.author-bio .author-title + .jssocials-wrap {
  margin-top: 20px;
  padding-bottom: 10px;
}
.section-author-latest {
  background: #fdb827 url("../images/yellow-pattern.png");
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-top: 60px;
}
.section-author-latest .latest-box {
  background: white;
  padding: 40px 50px;
  margin-bottom: 0;
  margin-top: 0;
}
.section-author-latest .section-title {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 48px;
}
.section-author-latest a {
  font-size: 20px;
  line-height: 26px;
}
.section-author-latest .background-white {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.section-author-latest .more {
  font-size: 24px;
}
.author-picture {
  border-radius: 50%;
  border: 4px solid #fdb827;
  margin: 0 0 24px;
  display: inline-block;
}
.author-links {
  list-style: none;
  padding: 0;
  font-family: "factoria";
  font-style: normal;
  font-weight: 600;
}
.author-links li {
  font-size: 14px;
  line-height: 24px;
}
.author-links li a {
  word-break: break-word;
  font-family: "factoria";
  font-size: 14px;
  line-height: 24px;
  color: #087ec5;
}
.latest-title {
  display: inline-block;
  font-size: 38px;
  color: #087ec5;
}
.latest-title:after {
  content: "";
  display: block;
  width: 200px;
  height: 20px;
  margin: 20px auto 0;
  background: url("../images/stripes.png") repeat-x 0 0;
  width: 130px;
  margin-left: 0;
}
.latest-articles-list {
  list-style: none;
  padding: 0;
}
.latest-articles-list li {
  margin-bottom: 24px;
}
.latest-articles-list a {
  color: #363737;
}
.latest-articles-list a:hover {
  color: #ed1b2e;
}
.latest-box .latest-articles-list li {
  float: none;
  width: 90%;
}
.latest-resources-list li a {
  display: block;
  padding-left: 28px;
  position: relative;
}
.externalLink a:before {
  content: "\f08e";
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 0;
  width: 24px;
  height: 24px;
  font-size: 18px;
  color: #087ec5;
}
.article-sm {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
}
.article-sm li {
  display: inline-block;
  margin: 0 5px 15px 0;
}
.article-sm li:hover .fa {
  background: #fdb827;
}
.article-sm a {
  color: white;
}
.article-sm .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  background: #d7d7d7;
  border-radius: 50%;
  color: white;
}
@media (min-width: 992px) {
  .latest-articles-list li {
    padding-right: 5%;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .author-links {
    text-align: center;
  }
  .author-bio {
    padding: 30px 0 0 0;
  }
  .author-bio .author-name {
    margin-top: 20px;
  }
  .section-author-latest {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-author-latest .latest-box {
    padding: 20px 25px;
  }
  .section-author-latest .background-white {
    margin-bottom: 10px;
  }
}
