.c-page-title {
  font-size: 1.8888888889rem;
  line-height: 1.1;
  margin-bottom: 1.3333333333rem;
  margin-top: 0;
}
@media (min-width: 37.5em) {
  .c-page-title {
    font-size: 3rem;
  }
}

.c-page-title--small {
  font-size: 1.6666666667rem;
}
@media (min-width: 37.5em) {
  .c-page-title--small {
    font-size: 2.3333333333rem;
  }
}

.c-page-title__wrapper {
  -webkit-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.c-page-title__wrapper .c-page-title {
  margin-bottom: 0;
}
.c-page-title__wrapper .c-tabs {
  margin-bottom: 0;
}
@media (max-width: 37.4375em) {
  .c-page-title__wrapper .c-page-title {
    width: 100%;
  }
}
.c-page-title__wrapper.o-layout-h-offset-content {
  width: auto;
}

@media (max-width: 61.9375em) {
  .page-title__footer {
    margin-top: 1rem;
  }
}

.c-root-book-link {
  margin-bottom: 0.8888888889rem;
}

.c-root-book-link a {
  font-family: "Typold W05", sans-serif;
  font-size: 0.6666666667rem;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #046A38;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 37.5em) {
  .c-root-book-link a {
    font-size: 0.6666666667rem;
  }
}
.c-root-book-link a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.c-root-book-link a:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='%234c8c2b' d='m14.586 8-2.293-2.293a1 1 0 1 1 1.414-1.414l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414L14.586 10H1a1 1 0 1 1 0-2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  height: 18px;
  width: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 0.5555555556rem;
}

.c-page-title__view-header {
  margin-bottom: 24px;
  font-family: "Merriweather", serif;
  font-size: 1rem;
}
@media (min-width: 37.5em) {
  .c-page-title__view-header {
    font-size: 1.1111111111rem;
  }
}