.entry__header--single-post {
  border-bottom: 2px solid #16478e;
  margin-bottom: 40px;
}
.entry__header--single-post .entry__meta {
  margin-bottom: 0;
}
.entry__header--single-post .entry__meta--top {
  margin-bottom: 20px;
}
.entry__header--single-post .entry__meta--bottom {
  margin-bottom: 20px;
}
.entry__header--single-post .entry__meta-tag {
  margin-top: 20px;
}
.entry__header--single-post .entry__meta-tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.entry__header--single-post .entry__meta-tag ul li:nth-child(n+2)::before {
  content: "/";
  color: #16478e;
  padding-right: 0.3em;
}
.entry__header--single-post .entry__meta-tag a {
  color: #16478e;
}
.entry__header--single-post .entry__meta-tag a:hover {
  text-decoration: underline;
}
.entry__header--single-post .entry__meta--bottom {
  display: flex;
  align-items: center;
}
.entry__header--single-post .p-author__link {
  display: flex;
  align-items: center;
  gap: 1em;
}
.entry__header--single-post .p-author__thumbnail {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.entry__header--single-post .p-author__name {
  font-weight: bold;
  color: #16478e;
}

@media only screen and (max-width: 991px) {
  .content-primary.entry {
    margin-top: 75px;
  }
}

.c-author {
  position: relative;
  margin-bottom: 30px;
}
.c-author a.p-headline {
  width: 420px;
  height: 40px;
  max-width: 100%;
  background: #102968;
  display: flex;
  align-items: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: white !important;
  position: relative;
  border-radius: 4px;
  margin-bottom: -2px;
  cursor: pointer;
}
.c-author a.p-headline::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../img/arrow_pull_down.png") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 25px;
  transition: 0.3s;
}
.c-author a.p-headline.active {
  border-radius: 4px 4px 0 0;
}
.c-author a.p-headline.active::after {
  transform: rotate(180deg);
}

.c-author__box {
  display: flex;
  align-items: center;
  background-color: #fff !important;
  border: 3px solid #102968;
  border-radius: 3px;
  padding: 45px 60px 40px 80px;
  gap: 80px;
}
@media only screen and (max-width: 991px) {
  .c-author__box {
    flex-direction: column;
    border-width: 2px;
    gap: 24px;
    padding: 24px;
  }
}
.c-author__box.c-authors__box {
  padding: 45px 60px;
  gap: 60px;
}
@media only screen and (max-width: 991px) {
  .c-author__box.c-authors__box {
    gap: 24px;
    padding: 20px 25px;
  }
}

.c-author__header {
  width: 160px;
  flex-shrink: 0;
}

.c-author__header__title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .c-author__header__title {
    font-size: 17px;
  }
}

.c-author__thumbnail {
  float: none;
  height: auto;
  width: 130px;
  margin: 40px auto 30px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .c-author__thumbnail {
    margin: 20px auto;
  }
}
.c-author__thumbnail a {
  overflow: hidden;
}
.c-author__thumbnail img {
  position: relative;
}

.c-author__name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .c-author__name {
    font-size: 17px;
  }
}

.c-author__info {
  margin-left: 0;
}

.c-author__desc {
  font-size: 15px;
  line-height: 2;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .c-author__desc {
    font-size: 13px;
  }
}
.c-author__desc a {
  color: #1e73be;
}
.c-author__desc a:hover {
  text-decoration: underline;
}

.c-author__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #102968;
  font-size: 14px;
  font-weight: 600;
  color: white !important;
  border-radius: 4px;
  padding: 0.35em 2em;
  margin-top: 20px;
  height: 38px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .c-author__more {
    height: 32px;
    font-size: 13px;
  }
}
.c-author__more::after {
  content: "";
  width: 8px;
  height: 9px;
  background: url("../img/arrow_more_posts.png") center center no-repeat;
  background-size: contain;
  display: block;
}
.c-author__more:hover {
  background: #91b8eb;
}

.c-author__box__wrapper {
  display: none;
}

.single-page-bottom-banner {
  margin-bottom: 40px;
}
.single-page-bottom-banner img {
  width: auto;
}

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