.mundial {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.basic {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.caslon {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.noto {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.freight {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: italic;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.grid-parent {
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  place-items: center;
  position: relative;
  z-index: 22;
}
@media only screen and (max-width: 1024px) {
  .grid-parent {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .grid-parent-mobile-only {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    place-items: center;
  }
}
.fill-grid {
  grid-column: 1 / -1;
}
.mobile-body-font-size {
  font-size: calc(16rem * 1 / 4.33333);
  line-height: calc(24rem * 1 / 4.33333);
}
.ontop {
  position: relative;
  z-index: 9;
}
.sidetext {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24rem * 1 / 21.33333333 * var(--text-multiplier));
  writing-mode: vertical-lr;
  text-orientation: sideways;
  justify-self: flex-end;
  align-self: flex-start;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .sidetext {
    font-size: calc(24rem * 1 / 8);
  }
}
@media only screen and (max-width: 1024px) {
  .sidetext {
    font-size: calc(16rem * 1 / 4.33333);
  }
}
.purple-button {
  min-width: calc(164rem * 1 / 21.33333333 * var(--text-multiplier));
  height: calc(80rem * 1 / 21.33333333 * var(--text-multiplier));
  padding: 0 0.7rem;
  border: 0.025rem solid #806087;
  display: flex;
  place-items: center;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1024px) {
  .purple-button {
    width: calc(100rem * 1 / 4.33333);
    height: calc(48rem * 1 / 4.33333);
  }
}
.purple-button > span {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #461950;
}
@media only screen and (max-width: 1024px) {
  .purple-button > span {
    font-size: calc(12rem * 1 / 4.33333);
  }
}
.purple-button.active,
.purple-button:hover {
  background-color: #461950;
}
.purple-button.active > span,
.purple-button:hover > span {
  color: white;
}
.grow-on-hover {
  transition: all 2.25s ease-out;
}
.grow-on-hover:hover {
  transform: scale(1.55);
}
.grow-on-hover-med {
  transition: all 2.25s ease-out;
}
.grow-on-hover-med:hover {
  transform: scale(1.25);
}
.grow-on-hover-small {
  transition: all 2.25s ease-out;
}
.grow-on-hover-small:hover {
  transform: scale(1.1);
}
.transition {
  transition: all 0.25s ease-out;
}
.opacity-hover:hover {
  opacity: 0.8;
  transition: all 0.25s ease-out;
}
.opacity-dim {
  transition: all 0.25s ease-out;
}
.opacity-dim:hover {
  opacity: 0.8;
}
.grid-100 {
  display: grid;
  grid-template-rows: min-content;
  width: 100%;
  place-items: center;
}
.posts-all {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30rem;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.80155812) 35%, #ffffff 70%, #ffffff 100%);
  align-items: center;
  z-index: 21;
}
@media only screen and (max-width: 1024px) {
  .posts-all {
    height: 300px;
  }
}
.posts-all > h4 {
  position: absolute;
  left: 50%;
  text-align: center;
  bottom: 6rem;
  transform: translateX(-50%);
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #484848;
  font-size: calc(24rem * 1 / 21.33333333 * var(--text-multiplier));
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .posts-all > h4 {
    bottom: 60px;
    font-size: 14px;
  }
}
.posts-loading {
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
}
.posts-loading > .circle {
  animation: fade-spin 1.2s ease-in-out infinite;
  animation-delay: 0s;
}
.posts-loading > .circle > div {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #a4a4a485;
  transform: translate(0px, 40px);
}
.posts-loading > .circle:nth-child(1) {
  animation-delay: 0.06s;
}
.posts-loading > .circle:nth-child(2) {
  animation-delay: 0.12s;
}
.posts-loading > .circle:nth-child(3) {
  animation-delay: 0.18s;
}
.posts-loading > .circle:nth-child(4) {
  animation-delay: 0.24s;
}
.posts-loading > .circle:nth-child(5) {
  animation-delay: 0.3s;
}
.posts-loading > .circle:nth-child(6) {
  animation-delay: 0.36s;
}
.posts-loading > .circle:nth-child(7) {
  animation-delay: 0.42s;
}
.posts-empty {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  place-items: center;
  position: relative;
  z-index: 22;
}
@media only screen and (max-width: 1024px) {
  .posts-empty {
    grid-template-columns: repeat(12, 1fr);
  }
}
.posts-empty > h1 {
  grid-column: 2 / 16;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5A2F61;
  cursor: pointer;
  font-size: calc(28rem * 1 / 21.33333333 * var(--text-multiplier));
  width: fit-content;
  justify-self: flex-start;
}
@media only screen and (max-width: 1024px) {
  .posts-empty > h1 {
    font-size: 20px;
  }
}
.fancybox-data {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 60%;
  max-height: 90vh;
  min-width: 320px;
  padding: 3rem 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data {
    width: 100%;
    padding: 8rem 4.8rem;
    min-width: 100%;
  }
}
.fancybox-data-title {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(38rem * 1 / 21.33333333 * var(--text-multiplier));
  width: 100%;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-title {
    font-size: calc(27rem * 1 / 4.33333);
    line-height: 1;
    margin-bottom: 2.8rem;
  }
}
.fancybox-data-content {
  display: flex;
  flex-direction: column;
  gap: 2rem 1rem;
  width: 100%;
}
.fancybox-data-content.row {
  flex-flow: row wrap;
}
.fancybox-data-content.text {
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-content {
    gap: 2rem;
  }
}
.fancybox-data-content p,
.fancybox-data-content li,
.fancybox-data-content a {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 21.33333333 * var(--text-multiplier));
  max-width: 100%;
  color: #484848;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-content p,
  .fancybox-data-content li,
  .fancybox-data-content a {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(25rem * 1 / 4.33333 * var(--text-multiplier));
  }
}
.fancybox-data-content li {
  margin-left: 1rem;
  list-style-type: disc;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-content li {
    margin-left: 3.6rem;
  }
}
.fancybox-data-content ol {
  margin-left: 1.75rem;
}
.fancybox-data-content ol > li {
  list-style-type: lower-alpha;
}
.fancybox-data-content strong {
  font-weight: 600;
}
.fancybox-data-content a {
  transition: all 0.25s ease-out;
  color: #381440;
  font-weight: 500;
}
.fancybox-data-content a:hover {
  text-decoration: underline;
}
.fancybox-data-content a:hover {
  color: #381440;
  text-decoration: underline;
}
.fancybox-data-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ellipsis-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* Set the number of lines to show before applying ellipsis */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block-zindex {
  position: relative;
  z-index: 22;
}
.wysiwyg > p {
  margin-bottom: 1rem;
}
.wysiwyg > p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .wysiwyg > p {
    margin-bottom: 2rem;
  }
  .wysiwyg > p:last-of-type {
    margin-bottom: 0;
  }
}
@keyframes fade-spin {
  25% {
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
  }
}
.hhg {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  place-items: center;
  z-index: 22;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .hhg {
    grid-template-columns: repeat(12, 1fr);
  }
}
.hhg__purplebar {
  position: absolute;
  width: 100%;
  background-color: #806087;
  z-index: 1;
  top: 0;
  left: 0;
  aspect-ratio: 60 / 1686;
  grid-column: 1 / 2;
}
@media only screen and (max-width: 1024px) {
  .hhg__purplebar {
    display: none;
  }
}
.hhg__content {
  grid-column: 4 / 15;
  display: grid;
  grid-template-columns: 6fr 5fr;
  grid-template-areas: "image1 image1" "excerpt image2";
}
@media only screen and (max-width: 1024px) {
  .hhg__content {
    grid-column: 2 / 12;
    grid-template-columns: 1fr;
    grid-template-areas: "image1" "excerpt" "image2";
  }
}
.hhg__image {
  width: 100%;
}
.hhg__image img {
  object-fit: cover;
}
.hhg__image-1 {
  grid-area: image1;
}
.hhg__image-2 {
  grid-area: image2;
}
.hhg__excerpt {
  grid-area: excerpt;
  color: #B4B4B4;
  margin-top: 0.6rem;
  padding: 0 0.25rem;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(12rem * 1 / 21.33333333 * var(--text-multiplier));
}
.hhg__excerpt > p {
  margin-bottom: 1rem;
}
.hhg__excerpt > p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .hhg__excerpt > p {
    margin-bottom: 2rem;
  }
  .hhg__excerpt > p:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .hhg__excerpt {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(26rem * 1 / 4.33333 * var(--text-multiplier));
    margin-top: 1.2rem;
    margin-bottom: 3rem;
    padding: 0 0.5rem;
  }
}
.hhg__text {
  grid-column: 17 / 28;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  margin-top: 2.4rem;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .hhg__text {
    grid-column: 2 / 12;
    margin-top: 4.8rem;
  }
}
.hhg__title {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(38rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 21.33333333 * var(--text-multiplier));
  font-weight: 600;
  max-width: 75%;
}
@media only screen and (max-width: 1024px) {
  .hhg__title {
    font-size: calc(27rem * 1 / 4.33333);
    line-height: calc(36rem * 1 / 4.33333);
    max-width: 100%;
  }
}
.hhg__description {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 21.33333333 * var(--text-multiplier));
  color: #484848;
}
.hhg__description > p {
  margin-bottom: 1rem;
}
.hhg__description > p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .hhg__description > p {
    margin-bottom: 2rem;
  }
  .hhg__description > p:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .hhg__description {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(30rem * 1 / 4.33333 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1024px) {
  .hhg__description p {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(30rem * 1 / 4.33333 * var(--text-multiplier));
  }
}
.hhg__link {
  display: none;
  align-items: center;
  margin: 3rem 0;
  gap: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .hhg__link {
    display: none;
  }
}
.hhg__link > span {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 21.33333333 * var(--text-multiplier));
  color: #5A2F61;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .hhg__link > span {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(30rem * 1 / 4.33333 * var(--text-multiplier));
  }
}
.hhg__link:hover > span {
  text-decoration: none;
}
.hhg__link-arrow {
  position: relative;
}
.hhg__link > div {
  min-width: 2.75rem;
  width: 2.75rem;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background-color: #5A2F61;
  transition: all 0.25s ease-out;
}
.hhg__link > div img {
  width: 30%;
  height: 20%;
}
.hhg__link:hover > div {
  background-color: #74467F;
  transform: translateX(1rem);
}
@media only screen and (max-width: 1024px) {
  .hhg__link > div {
    min-width: 10rem;
    width: 10rem;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    background-color: #5A2F61;
    transition: all 0.25s ease-out;
  }
  .hhg__link > div img {
    width: 30%;
    height: 20%;
  }
  .hhg__link:hover > div {
    background-color: #74467F;
    transform: translateX(1rem);
  }
}
.hhg__fancybox {
  width: 100%;
  height: auto;
  padding: 0;
}
.hhg__timeline {
  padding-left: 10rem;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 25%;
  position: relative;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  cursor: url('/wp-content/themes/harpergrey/images/icons/drag_icon_64.png'), auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.hhg__timeline-wrapper {
  padding: 5rem 0;
  grid-column: 4 / 33;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .hhg__timeline-wrapper {
    display: none;
  }
}
.hhg__timeline::-webkit-scrollbar {
  display: none;
}
.hhg__timeline-line {
  height: 0.15rem;
  background-color: #5A2F61;
  width: 100%;
}
.hhg__timeline-subtitle {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 21.33333333 * var(--text-multiplier));
  color: #484848;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1024px) {
  .hhg__timeline-subtitle {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(30rem * 1 / 4.33333 * var(--text-multiplier));
  }
}
.hhg__timeline-title {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(64rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 21.33333333 * var(--text-multiplier));
  color: #5A2F61;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  .hhg__timeline-title {
    font-size: calc(24rem * 1 / 4.33333);
  }
}
.hhg__year {
  position: relative;
  padding-left: 2rem;
  padding-top: 4.5rem;
}
@media only screen and (max-width: 1024px) {
  .hhg__year {
    padding-top: 2.5rem;
  }
}
.hhg__year-image {
  width: 90%;
  height: calc(150rem * 1 / 21.33333333);
  position: relative;
  margin-bottom: 25px;
}
.hhg__year-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hhg__year-image-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  bottom: 0px;
}
.hhg__year::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 45%;
  background-color: #5A2F61;
  left: 0px;
  top: 0;
}
.hhg__year.hasImage {
  padding-top: 6rem !important;
}
.hhg__year:nth-of-type(odd) {
  padding-top: 9rem;
}
.hhg__year:nth-of-type(odd).hasImage {
  padding-top: 3rem !important;
}
@media only screen and (max-width: 1024px) {
  .hhg__year:nth-of-type(odd) {
    padding-top: 5rem;
  }
}
.hhg__year:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 70%;
  background-color: #5A2F61;
  left: 0px;
  top: 0;
}
.hhg__year-title {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(45rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: 1.2;
  color: #5A2F61;
}
.hhg__year-text {
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: 1.2;
  max-width: 15rem;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
