.chapter-page .page-headline {
  min-height: 10rem;
}

.chapter-page #breadcrumbsBar.bar-wrapper {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw;
}

.chapter-page .page-headline .content-wrapper {
  width: 90%;
}

.chapter-page .page-headline .content-wrapper .content-container {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem 0;
  position: relative;
  top: -5rem;
}

@media print, screen and (min-width: 48em) {
  .chapter-page .page-headline .content-wrapper .content-container {
    padding: 3rem 7rem;
  }
}

.chapter-page .page-headline .content-wrapper .content-container .headline {
  display: inline-block;
  font-family: utopia-std, serif;
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
  text-shadow: 0.03125rem 0.03125rem 0.08rem rgba(28, 28, 28, 0.3);
  text-transform: none;
  width: 100%;
}

.chapter-page .page-headline .content-wrapper .content-container .headline::after {
  border-bottom: 0.0625rem solid #a79569;
  bottom: -2rem;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4rem;
}

@media print, screen and (min-width: 48em) {
  .chapter-page .page-headline .content-wrapper .content-container .headline {
    font-size: 2.875rem;
  }
}

.chapter-page .page-headline .content-wrapper .content-container .body {
  color: #1c1c1c;
  font-family: lato, sans-serif;
  font-size: 1.3rem;
  margin-top: 2rem;
  text-align: center;
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .chapter-page .page-headline .content-wrapper .content-container .body {
    font-size: 1.5rem;
  }
}

.chapter-page .topic {
  padding-bottom: 3rem;
}

.chapter-page .topic .header {
  height: 22rem;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw;
}

@media print, screen and (min-width: 48em) {
  .chapter-page .topic .header {
    height: 30rem;
  }
}

@media print, screen and (min-width: 75em) {
  .chapter-page .topic .header {
    height: 40rem;
  }
}

.chapter-page .topic .header .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.chapter-page .topic .header.no-image {
  background: #4a4949;
}

.chapter-page .topic .header.no-image .image {
  background-image: none !important;
}

.chapter-page .topic .header .title {
  bottom: 3rem;
  color: #fff;
  display: inline-block;
  font-family: utopia-std, serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  position: absolute;
  text-transform: none;
}

.chapter-page .topic .header .title::after {
  border-bottom: 0.0625rem solid #a79569;
  bottom: -1.5rem;
  content: "";
  left: -1.2rem;
  position: absolute;
  width: 5rem;
}

.chapter-page .topic .text-content {
  padding-top: 2.5rem;
}

@media print, screen and (min-width: 75em) {
  .chapter-page .topic .text-content {
    padding-right: 2rem;
  }
}

.chapter-page .topic .text-content .cta {
  border: 0.125rem solid #a79569;
  color: #a79569;
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  margin-top: 3rem;
  padding: 0.9rem;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  width: 100%;
}

.chapter-page .topic .text-content .cta:hover {
  background-color: #a79569;
  color: #fff;
}

.chapter-page .topic .main-content {
  margin: 0 auto;
  max-width: 80rem;
  position: relative;
}

.chapter-page .topic .main-content .sub-head {
  font-family: lato, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.09375rem;
  line-height: 1.4;
  text-transform: none;
}

.chapter-page .topic .main-content .body {
  margin-top: 1rem;
}

.chapter-page .topic .main-content .body p {
  font-family: lato, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

.chapter-page .topic .supporting-artifact {
  margin-top: -2rem;
}

.chapter-page .topic .supporting-artifact .artifact {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 1.75rem;
  padding-top: 0;
}

.chapter-page .topic .supporting-artifact .artifact .vertical-image {
  flex: 0 0 58%;
  height: auto;
  margin-bottom: 0;
  max-width: 58% !important;
  width: 58%;
}

.chapter-page .topic .supporting-artifact .artifact .artifact-caption {
  border: 0;
  flex: 1 1 auto;
  font-size: 1rem;
  padding: 0;
  text-align: left;
}

.chapter-page .topic .supporting-artifact .artifact .artifact-caption-inner {
  font-style: italic;
  line-height: 1.8;
}

.chapter-navigation {
  display: flex;
  flex-wrap: wrap;
  left: 50%;
  margin-left: -50vw;
  min-height: 20rem;
  position: relative;
  width: 100vw;
}

@media screen and (max-width: 47.9375em) {
  .chapter-navigation {
    flex-direction: column-reverse;
  }
}

.chapter-navigation .next-chapter,
.chapter-navigation .prev-chapter {
  padding: 7rem 5rem 5rem;
  position: relative;
}

.chapter-navigation .next-chapter a,
.chapter-navigation .prev-chapter a {
  display: block;
}

@media screen and (max-width: 47.9375em) {
  .chapter-navigation .next-chapter,
  .chapter-navigation .prev-chapter {
    flex: 0 1 0%;
    padding: 1.5rem;
  }
}

@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .chapter-navigation .next-chapter,
  .chapter-navigation .prev-chapter {
    padding: 4rem;
  }
}

.chapter-navigation .next-chapter .background-image,
.chapter-navigation .prev-chapter .background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.chapter-navigation .next-chapter .background-image::after,
.chapter-navigation .prev-chapter .background-image::after {
  background: rgba(28, 28, 28, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.chapter-navigation .next-chapter .category,
.chapter-navigation .next-chapter .title-wrapper,
.chapter-navigation .prev-chapter .category,
.chapter-navigation .prev-chapter .title-wrapper {
  color: #fff;
  position: relative;
  z-index: 11;
}

.chapter-navigation .next-chapter .category,
.chapter-navigation .prev-chapter .category {
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 3rem;
  text-transform: none;
}

.chapter-navigation .next-chapter .category::after,
.chapter-navigation .prev-chapter .category::after {
  border-bottom: 0.125rem solid #fff;
  bottom: -1rem;
  content: "";
  position: absolute;
  width: 4rem;
}

.chapter-navigation .next-chapter .nav-arrow,
.chapter-navigation .prev-chapter .nav-arrow {
  color: #fff;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
}

.chapter-navigation .next-chapter .title-wrapper .title,
.chapter-navigation .prev-chapter .title-wrapper .title {
  font-size: 3rem;
  margin-bottom: 0;
  width: 100%;
}

.chapter-navigation .prev-chapter .category {
  text-align: right;
}

.chapter-navigation .prev-chapter .nav-arrow {
  left: 2rem;
}

.chapter-navigation .prev-chapter .category::after {
  right: 0;
}

.chapter-navigation .prev-chapter .title-wrapper .title {
  text-align: right;
}

.chapter-navigation .next-chapter .category {
  text-align: left;
}

.chapter-navigation .next-chapter .nav-arrow {
  right: 2rem;
}

.chapter-navigation .next-chapter .category::after {
  left: 0;
}

.chapter-navigation .next-chapter .title-wrapper .title {
  text-align: left;
}
