@font-face {
  font-family: Gamay Book;
  src: url('../fonts/Gamay-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gamay Cond;
  src: url('../fonts/Gamay-Cond-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gamay Wide;
  src: url('../fonts/Gamay-Wide-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gamay Wide;
  src: url('../fonts/Gamay-Wide-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --gray: #282828;
  --titles: "Gamay Wide", Arial, sans-serif;
  --white: #f3f8e6;
  --h1-7-5rem: 7.5rem;
  --alt-titles: "Gamay Cond", Arial, sans-serif;
  --h1-5-4rem: 4rem;
  --orange: #c55141;
  --yellow: #d4c540;
  --paragraph-2rem: 2rem;
  --h3-2-5rem: 2.5rem;
  --paragraph: "Gamay Book", Arial, sans-serif;
  --small-text-1-5rem: 1.5rem;
  --thin: 100;
  --button-text-2-5rem: 2.5rem;
  --h2-3rem: 3rem;
  --black: 900;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.body {
  background-color: var(--gray);
  flex-flow: column;
  display: flex;
}

.h1 {
  font-family: var(--titles);
  color: var(--white);
  font-size: var(--h1-7-5rem);
  line-height: var(--h1-7-5rem);
}

.h1.alt {
  font-family: var(--alt-titles);
  font-size: var(--h1-5-4rem);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 6rem;
}

.h1.small {
  background-image: linear-gradient(90deg, var(--orange), var(--yellow));
  font-size: var(--paragraph-2rem);
  line-height: var(--h3-2-5rem);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
}

.h1.hero {
  height: 4rem;
  font-family: var(--alt-titles);
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  line-height: 3rem;
}

.h1.footer {
  height: 8rem;
  font-family: var(--alt-titles);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: .5rem;
}

.nav {
  width: 60rem;
  height: var(--h3-2-5rem);
  justify-content: flex-start;
  align-items: center;
  margin: .5rem auto;
  display: flex;
}

.nav-block {
  height: var(--h3-2-5rem);
  flex: 1;
  justify-content: space-around;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.nav-block.logo {
  justify-content: flex-start;
  margin-top: .25rem;
  margin-left: 0;
  margin-right: 0;
}

.nav-block.logo.mobile {
  display: none;
}

.footer-link {
  font-family: var(--paragraph);
  color: var(--white);
  text-decoration: none;
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  flex: 0 auto;
  padding-left: 0;
  font-size: .9rem;
}

.footer-box {
  background-color: var(--orange);
  flex: none;
  justify-content: center;
  align-items: center;
  height: 14rem;
  margin-top: 3rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.container {
  flex-flow: column;
  width: 60rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.footer {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.container.double {
  flex-flow: row;
}

.footer-block {
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.banner-image {
  height: var(--h1-7-5rem);
  background-image: linear-gradient(90deg, #c55141b3, #d4c540b3), url('../images/Screenshot-2026-03-31-134942.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-box {
  flex: 1;
}

.h1-box.hero {
  width: 32rem;
  margin-top: 3.5rem;
}

.h1-box.hero.mobile {
  margin-top: 1rem;
}

.h2-thick {
  background-image: linear-gradient(90deg, var(--orange), var(--yellow));
  font-family: var(--titles);
  color: #333;
  font-size: var(--small-text-1-5rem);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 1rem;
}

.h2-thin {
  background-image: linear-gradient(90deg, var(--orange), var(--yellow));
  font-family: var(--titles);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 1.5rem;
}

.h2-thin.timeline {
  z-index: 3;
  height: auto;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.h2-thin.timeline.break {
  margin-right: 5rem;
}

.h2-thin.hero {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .25rem;
  font-weight: 100;
}

.h2-thin.white {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.paragraph {
  font-family: var(--paragraph);
  color: var(--white);
  font-size: 1rem;
  line-height: var(--paragraph-2rem);
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph.hero {
  color: var(--white);
  margin-top: 1rem;
  margin-left: .25rem;
  line-height: 1.1rem;
  position: absolute;
}

.paragraph.hero-button {
  background-image: linear-gradient(90deg, var(--orange), var(--yellow));
  font-family: var(--alt-titles);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph.hero-button.visit {
  color: var(--gray);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.paragraph.footer {
  width: auto;
  color: var(--white);
  line-height: 1.5rem;
}

.paragraph.footer.hrs {
  margin-bottom: 1rem;
}

.paragraph.form {
  margin-top: 0;
  margin-bottom: 1rem;
}

.paragraph.jh-subhead {
  height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.paragraph.awj {
  margin-right: 5rem;
}

.paragraph.home-donate {
  width: 40rem;
}

.paragraph.home-donate.visit {
  width: auto;
}

.paragraph.home-donate.visit.phone-link {
  width: 6.5rem;
}

.paragraph.home-donate.visit.footer {
  margin-top: 0;
}

.paragraph.home-about {
  width: auto;
}

.paragraph.margin {
  width: 40rem;
}

.paragraph.visit {
  margin-top: 1rem;
}

.link {
  font-family: var(--paragraph);
  color: var(--yellow);
  font-size: 1rem;
  line-height: var(--small-text-1-5rem);
  display: block;
}

.link.absolute {
  margin-top: -8rem;
  position: absolute;
}

.link.press {
  margin-top: 1rem;
}

.link.phone {
  width: 6.5rem;
}

.link.email.footer {
  margin-top: 1rem;
}

.paragraph-section {
  flex-flow: column;
  margin-bottom: 1rem;
}

.paragraph-section.jh {
  margin-bottom: 1rem;
}

.paragraph-section.jh.home, .paragraph-section.margin {
  width: 40rem;
}

.paragraph-row {
  background-color: #0000;
  margin-top: 0;
  display: flex;
}

.paragraph-row.founders {
  margin-bottom: 1rem;
}

.image-box {
  background-image: url('../images/generic-profile.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 18.5rem;
  height: 21.9rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.image-box.kenniebrew {
  background-image: url('../images/dr-alonzo-homer-kenniebrew.svg');
  width: 18.5rem;
  height: 21.9rem;
  margin-right: 2rem;
}

.image-box.norton {
  background-image: url('../images/ken-norton-sr.svg');
  background-position: 0 0;
  width: 18.5rem;
  height: 21.9rem;
}

.image-box.whitaker {
  background-image: url('../images/creston-whitaker.svg');
}

.image-box.generic {
  background-image: url('../images/generic-profile.svg');
}

.image-box.jackson {
  background-image: url('../images/rev-andrew-w-jackson.svg');
  width: 18.5rem;
  height: 21.9rem;
}

.image-box.hamilton {
  background-image: url('../images/judge-phyllis-j-hamilton.svg');
}

.image-box.wilson {
  background-image: url('../images/arthur-art-wilson.svg');
}

.image-box.linear {
  background-image: url('../images/ruth-linear.svg');
}

.image-box.small {
  width: 10rem;
}

.image-box.small.linear {
  background-position: 0 0;
  background-size: cover;
  width: 12rem;
  height: 14.25rem;
  margin-bottom: 0;
}

.image-box.small.wilson {
  background-size: cover;
  width: 12rem;
  height: 14.25rem;
  margin-bottom: 0;
}

.image-box.small.talcott {
  background-image: url('../images/asa-talcott-house.svg');
  width: 16rem;
  height: 10.75rem;
}

.image-box.mt-emory {
  background-image: url('../images/mt-emory-baptist-church.svg');
  background-size: auto;
  width: 18rem;
  height: 12.5rem;
  margin-bottom: 0;
}

.image-box.woodlawn {
  background-image: url('../images/woodlawn-farm.svg');
  width: 18.6rem;
  height: 12.5rem;
}

.image-box.talcott {
  background-image: url('../images/asa-talcott-house.svg');
  width: 18.6rem;
  height: 12.5rem;
}

.image-box.henderson {
  background-image: url('../images/benjamin-henderson.svg');
}

.list {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 1rem;
  list-style-type: none;
}

.list-item {
  font-family: var(--paragraph);
  color: var(--yellow);
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1rem;
}

.list-item.white {
  color: var(--white);
}

.h2-cond {
  background-image: linear-gradient(90deg, var(--orange), var(--yellow));
  font-family: var(--alt-titles);
  font-size: var(--small-text-1-5rem);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.h2-cond.visit {
  font-size: var(--paragraph-2rem);
}

.paragraph-column {
  flex-flow: column;
  margin-right: 3.5rem;
}

.paragraph-column.hero {
  justify-content: flex-end;
  align-items: flex-start;
  width: 20rem;
  height: 3rem;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: auto 0% 0%;
}

.paragraph-column.summary {
  margin-right: 5rem;
}

.paragraph-column.about-home {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.below-fold-text {
  width: 30rem;
  margin-top: 0;
  margin-left: 1rem;
}

.timeline-box {
  flex: none;
  width: 60rem;
  height: 7.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.timeline-piece {
  margin-bottom: .5rem;
  position: relative;
  inset: auto 0% 0%;
}

.heading {
  z-index: 3;
  width: 25rem;
  font-family: var(--titles);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2rem;
  position: relative;
}

.heading.tl {
  width: auto;
}

.timeline {
  z-index: 100;
  height: 8rem;
  position: relative;
}

.timeline-bg {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--orange), var(--yellow));
  height: 6.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline-negative {
  z-index: 0;
  background-image: linear-gradient(90deg, var(--orange), white);
  height: 7.5rem;
  position: absolute;
  inset: 0%;
}

.timeline-fill {
  z-index: 1;
  background-color: var(--white);
  height: 2rem;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline-text-box {
  border-left: .15rem solid var(--yellow);
  width: 24rem;
  color: var(--yellow);
  margin-left: auto;
}

.timeline-sections {
  margin-left: 1.5rem;
}

.hero-box {
  background-image: linear-gradient(90deg, var(--orange), var(--yellow)), linear-gradient(90deg, #282828, #f3f8e61a), url('../images/Screenshot-2026-03-31-134942.jpg');
  opacity: 1;
  background-position: 0 0, 0 0, 100% 55%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 60rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60rem;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-mask {
  justify-content: center;
  align-items: flex-end;
  width: 28rem;
  height: 28rem;
  margin-top: 1rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-7 {
  background-image: linear-gradient(90deg, #282828bf, #28282899), url('../images/asa-talcott-house-jacksonville-illinois-bw.webp');
  background-position: 0 0, 65% 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60rem;
  width: 28rem;
  height: 28rem;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.about-box {
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: flex;
}

.history-box {
  margin-bottom: 0;
}

.history-carousel {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 60rem;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.history-carousel.places {
  height: 12rem;
}

.div-block-9 {
  flex: none;
  width: 42.5rem;
}

.div-block-10 {
  background-color: var(--gray);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 3rem;
  margin-top: .5rem;
  margin-left: .25rem;
  display: flex;
  position: relative;
}

.div-block-10.visit {
  background-color: #28282800;
  background-image: linear-gradient(90deg, var(--orange), var(--yellow));
  margin-left: 0;
}

.logo-box {
  width: 7.5rem;
  height: 7.5rem;
  position: relative;
  inset: 0% auto 0% 0%;
}

.social-box {
  margin-right: 1rem;
}

.social-item {
  width: 4rem;
  height: 4rem;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.contact-info-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 12rem;
  height: 14rem;
  margin-right: 1rem;
  display: flex;
}

.jaahm-box {
  margin-right: 1rem;
  display: flex;
}

.nav-logo {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .25rem;
  text-decoration: none;
}

.nav-logo-wordmark {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nav-logo-wordmark-header {
  height: 1rem;
  font-family: var(--titles);
  flex: none;
  margin-top: -.5rem;
  margin-bottom: 0;
  font-size: .55rem;
  font-weight: 100;
}

.nav-logo-wordmark-subhead {
  font-family: var(--alt-titles);
  margin-bottom: 0;
  font-size: .75rem;
  line-height: .75rem;
  text-decoration: none;
}

.slider {
  background-color: var(--gray);
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 80%;
  display: flex;
}

.jh-slide {
  background-image: url('../images/dr-alonzo-homer-kenniebrew.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14rem;
}

.jh-slide._2 {
  background-image: url('../images/ken-norton-sr.svg');
}

.jh-slide._3 {
  background-image: url('../images/judge-phyllis-j-hamilton.svg');
}

.jh-slide._4 {
  background-image: url('../images/rev-andrew-w-jackson.svg');
}

.jh-slide._5 {
  background-image: url('../images/creston-whitaker.svg');
}

.jh-slide._6 {
  background-image: url('../images/ruth-linear.svg');
}

.jh-slide._7 {
  background-image: url('../images/arthur-art-wilson.svg');
}

.jh-slide._8 {
  background-image: url('../images/benjamin-henderson.svg');
}

.jh-slide._9 {
  background-image: url('../images/generic-profile.svg');
}

.jh-slide.wide {
  background-image: url('../images/asa-talcott-house.svg');
  background-position: 50%;
  background-size: contain;
}

.jh-slide.wide._2 {
  background-image: url('../images/woodlawn-farm.svg');
}

.jh-slide.wide._3 {
  background-image: url('../images/mt-emory-baptist-church.svg');
}

.mask {
  width: 60rem;
  height: 100%;
  overflow: hidden;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  inset: auto 0% -3rem;
}

.icon {
  color: var(--white);
  margin-right: 0;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  width: var(--h1-7-5rem);
  padding: 0;
}

.dropdown-item {
  color: var(--white);
}

.dropdown-list {
  background-color: var(--gray);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.below-fold-timeline {
  margin-top: .1rem;
}

.div-block-14 {
  z-index: -1;
  width: 100%;
  height: 30rem;
  margin-top: 3rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-15 {
  z-index: -1;
  background-color: var(--orange);
  width: 50%;
  position: static;
}

.div-block-16 {
  background-color: var(--yellow);
  width: 50%;
}

.about-slide {
  border: .25rem solid var(--yellow);
  background-image: url('../images/ken-norton-statue.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.about-slide._2 {
  background-image: url('../images/harriet-tubman-painting.webp');
  background-position: 50%;
  background-size: cover;
}

.about-slide._3 {
  background-image: url('../images/i-have-a-dream-podium.webp');
  background-position: 50%;
  background-size: cover;
}

.about-slide._4 {
  background-image: url('../images/JAAHM-StudentVisit.webp');
  background-position: 100% 30%;
  background-size: cover;
}

.about-slide._5 {
  background-image: url('../images/JAAHM-MissBlackIllinois.webp');
  background-position: 100% 25%;
  background-size: cover;
}

.about-slide._6 {
  background-image: url('../images/JAAHM-IllinoisCollege.webp');
  background-position: 100% 15%;
  background-size: 110%;
}

.jh-link {
  background-image: linear-gradient(90deg, #282828bf, #c55141d9);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.jaahm-card-head {
  width: 80%;
  font-family: var(--paragraph);
  color: var(--white);
  text-align: center;
  font-size: .9rem;
}

.jaahm-card-head.head {
  font-family: var(--alt-titles);
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.right-arrow {
  overflow: visible;
}

.icon-2 {
  color: var(--yellow);
  font-size: var(--small-text-1-5rem);
  top: auto;
  bottom: -2.5rem;
  right: 0%;
}

.icon-3 {
  color: var(--yellow);
  font-size: var(--small-text-1-5rem);
  top: auto;
  bottom: -2.5rem;
}

.left-arrow, .left-arrow-2, .right-arrow-2 {
  overflow: visible;
}

.event-title {
  background-image: linear-gradient(90deg, var(--orange), var(--yellow));
  font-family: var(--alt-titles);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.event-date {
  width: 6rem;
  font-family: var(--titles);
  color: var(--white);
  font-size: 3.9rem;
  line-height: 4rem;
  font-weight: var(--thin);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: .25rem;
  margin-bottom: 0;
  margin-right: .25rem;
  display: flex;
}

.event-location {
  font-family: var(--paragraph);
  color: var(--white);
  margin-bottom: 2.25rem;
  font-size: 1rem;
}

.event-card-border {
  background-color: var(--gray);
  background-image: linear-gradient(90deg, var(--orange), var(--yellow));
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  margin-bottom: 1rem;
  padding: .25rem;
}

.event-info {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  display: flex;
}

.event-month {
  width: 6rem;
  font-family: var(--titles);
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: var(--thin);
  text-align: left;
  letter-spacing: 1rem;
  margin-bottom: -.5rem;
  position: relative;
}

.event-year {
  font-family: var(--titles);
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: var(--thin);
  text-align: center;
  letter-spacing: .5rem;
  margin-bottom: 0;
}

.event-date-box {
  width: 6rem;
  font-family: var(--titles);
  color: var(--white);
  font-size: 4rem;
  line-height: 4rem;
  font-weight: var(--thin);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.event-bio-link {
  font-family: var(--paragraph);
  color: var(--yellow);
  font-size: .9rem;
  line-height: var(--small-text-1-5rem);
  display: none;
}

.event-card {
  background-color: var(--gray);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.events-box, .events-box.end {
  margin-bottom: 1rem;
}

.link-block {
  text-decoration: none;
}

.form-box {
  width: 30rem;
  margin-left: 0;
  margin-right: auto;
}

.form-box.visit {
  width: 45rem;
  margin-left: 0;
  display: none;
}

.fa-form-wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

.fa-form-page {
  width: 100%;
  height: 100%;
}

.fa-form-steps-wrapper {
  justify-content: center;
  align-items: center;
  column-gap: 50px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.fa-form-step-counter-and-text-wrapper {
  cursor: pointer;
  align-items: center;
  column-gap: 10px;
  display: flex;
}

.fa-form-step-count {
  color: #fff;
  background-color: #ccc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 5px;
  display: flex;
}

.fa-form-step-success-icon {
  color: #fff;
  background-color: #006acc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 5px;
  display: flex;
}

.fa-form-step-text {
  font-size: 16px;
  font-weight: bold;
}

.fa-form-step-line {
  background-color: #ccc;
  width: 100px;
  height: 1px;
}

.fa-form-navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.fa-form-navigation-button {
  background-color: var(--orange);
  width: 9rem;
  height: 3rem;
  font-family: var(--alt-titles);
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: .5rem;
  padding: 0;
  font-size: 1rem;
}

.fa-form-next-button {
  align-self: flex-end;
}

.hidden {
  display: none !important;
}

.active {
  display: block;
}

.active-counter {
  color: #fff !important;
  background-color: #006acc !important;
}

.active-label {
  color: #006acc !important;
}

.fa-form-field {
  width: 100%;
  height: 100%;
}

.form-fields-wrapper-plain-text-field {
  background-color: inherit;
}

.form-fields-margin-bottom {
  margin-bottom: 0;
}

.dropdown-label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.form-fields-dropdown-toggler {
  background-color: var(--white);
  font-family: var(--paragraph);
  color: #333;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: flex;
}

.form-fields-dropdown-wrapper {
  background-color: inherit;
  width: 100%;
  position: relative;
}

.bg-white {
  background-color: #fff;
}

.email-error-message {
  color: #ff2626;
  font-size: 11px;
}

.input-cursor-style-plain-test {
  background-color: var(--white);
  font-family: var(--paragraph);
  cursor: text;
  margin-bottom: 0;
}

.form-fields-wrapper-email-field {
  background-color: inherit;
}

.input-cursor-style-email {
  background-color: var(--white);
  font-family: var(--paragraph);
  cursor: text;
  margin-bottom: 0;
}

.form-fields-wrapper-number-input-with-country-code-field {
  background-color: inherit;
}

.number-input-wrapper {
  border: 1px solid #ccc;
  align-items: center;
  display: flex;
}

.full-width-relative-position {
  background-color: inherit;
  width: 100%;
  height: 2.5rem;
  position: relative;
}

.number-input-icon-wrapper {
  cursor: pointer;
  align-items: center;
  column-gap: 5px;
  padding: 8px;
  display: flex;
}

.number-input-field {
  background-color: var(--white);
  width: 100%;
  font-family: var(--paragraph);
  border: 1px solid #0000;
  outline-style: none;
  padding: 8px 12px;
  font-size: 14px;
}

.number-input-field:hover {
  appearance: none;
}

.number-input-dropdown {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  display: none;
  position: absolute;
  top: 38px;
}

.form-fields-searchable-dropdown-input {
  border-style: none;
  outline-style: none;
  width: 100%;
  position: relative;
}

.number-input-search-field {
  border-bottom: 1px solid #ccc;
  padding: 8px 12px;
}

.number-input-dropdown-list {
  max-height: 23rem;
  overflow-y: overlay;
  padding-left: 0;
  list-style-type: none;
}

.form-fields-wrapper-date-picker-field {
  background-color: inherit;
}

.position-absolute {
  position: absolute;
}

.date-input-icon {
  padding: 8px 12px;
  top: 0;
  right: 0;
}

.form-fields-wrapper-select-field {
  background-color: inherit;
}

.form-fields-select {
  background-color: var(--white);
  height: 2.5rem;
  font-family: var(--paragraph);
  padding-left: .5rem;
}

.form-fields-option {
  background-color: var(--white);
  padding-left: .5rem;
}

.form-fields-wrapper-number-slider-field {
  background-color: inherit;
}

.input {
  display: inline-block;
}

.label {
  margin-bottom: 0;
}

.home-link {
  margin-left: -.75rem;
  text-decoration: none;
  display: flex;
}

.home-link.w--current {
  text-decoration: none;
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.map-box {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.map-box.mobile {
  display: none;
}

.socials-box {
  margin-bottom: 1rem;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  display: flex;
}

.navbar {
  background-color: var(--gray);
  width: 60rem;
  height: 3.5rem;
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  font-family: var(--paragraph);
  color: var(--white);
  padding: 0 2.5rem 0 3rem;
  font-size: 1rem;
}

.nav-link.w--current {
  color: var(--white);
  text-decoration: none;
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.nav-link-2 {
  font-family: var(--paragraph);
  color: var(--white);
  font-size: 1rem;
}

.container-2 {
  background-color: var(--gray);
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-2 {
  display: flex;
}

.navbar-2 {
  background-color: var(--gray);
  justify-content: space-around;
  width: 60rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.visit-text, .div-block-18 {
  width: 40rem;
}

.div-block-19 {
  background-image: url('../images/JAAHM-venmo-web.svg');
  background-position: 0 0;
  background-size: cover;
  width: 15rem;
  height: 15rem;
  margin-bottom: 1rem;
}

.event-time {
  font-family: var(--paragraph);
  color: var(--white);
  margin-bottom: 0;
  font-size: 1rem;
}

.event-address {
  font-family: var(--paragraph);
  color: var(--white);
  margin-bottom: 2.25rem;
  font-size: 1rem;
}

.link-block-2 {
  width: 15rem;
  height: 15rem;
}

.slide {
  background-image: url('../images/JAAHM-StudentVisit.webp');
  background-position: 60% 20%;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-4 {
  text-decoration: none;
}

.text-span {
  letter-spacing: normal;
  font-size: 3.5rem;
  line-height: 3rem;
}

.event-day-date {
  letter-spacing: normal;
  font-size: 4rem;
  line-height: 2.25rem;
}

.event-day-year {
  letter-spacing: .6rem;
  padding-left: .25rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.event-day-month {
  letter-spacing: 1rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
  overflow: hidden;
}

.event-date-month {
  padding-left: .75rem;
  line-height: 2.5rem;
}

.form-2, .form-3 {
  display: none;
}

.body-2 {
  background-color: var(--gray);
}

.event-details {
  display: none;
}

.paragraph-2 {
  margin-bottom: 0;
}

.event-flyer {
  flex: none;
  width: 8.5rem;
  height: 11rem;
}

@media screen and (min-width: 1920px) {
  .nav, .container {
    width: 60rem;
  }

  .link.press {
    margin-top: 1rem;
  }

  .hero-box {
    background-image: linear-gradient(90deg, #c55141, var(--yellow)), linear-gradient(90deg, #282828, #f3f8e61a), url('../images/Screenshot-2026-03-31-134942.jpg');
    background-position: 0 0, 0 0, 100% 55%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 60rem;
    width: 65rem;
  }

  .div-block-14 {
    z-index: -1;
    flex: 1;
    height: 30rem;
    margin-top: 3rem;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-15 {
    background-color: var(--orange);
    width: 50%;
  }

  .div-block-16 {
    background-color: var(--yellow);
    width: 50%;
  }

  .nav-menu, .navbar {
    width: 65rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    --gray: #282828;
    --titles: "Gamay Wide", Arial, sans-serif;
    --white: #f3f8e6;
    --h1-7-5rem: 7.5rem;
    --alt-titles: "Gamay Cond", Arial, sans-serif;
    --h1-5-4rem: 4rem;
    --orange: #c55141;
    --yellow: #d4c540;
    --paragraph-2rem: 1.75rem;
    --h3-2-5rem: 2.5rem;
    --paragraph: "Gamay Book", Arial, sans-serif;
    --small-text-1-5rem: 1.25rem;
    --thin: 100;
    --button-text-2-5rem: 2.5rem;
    --h2-3rem: 3rem;
    --black: 900;
  }

  .h1.alt {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 4rem;
  }

  .h1.hero {
    font-size: 3.75rem;
  }

  .h1.footer {
    font-size: 5rem;
  }

  .nav {
    width: 46rem;
  }

  .nav-block {
    margin-left: 4rem;
  }

  .footer-box.jh {
    margin-top: 2rem;
  }

  .container {
    width: 46rem;
  }

  .h1-box.hero {
    margin-top: 2.5rem;
  }

  .h2-thin.hero {
    font-size: 1rem;
  }

  .paragraph.hero {
    margin-top: .5rem;
    font-size: .9rem;
    line-height: .9rem;
  }

  .paragraph.hero-button, .paragraph.footer {
    font-size: .9rem;
  }

  .paragraph.awj {
    margin-right: 0;
  }

  .link.absolute {
    margin-top: -7rem;
  }

  .h2-cond.visit {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .paragraph-column {
    margin-right: 0;
  }

  .paragraph-column.summary {
    margin-right: 1rem;
  }

  .paragraph-column.about-home {
    margin-bottom: .75rem;
  }

  .hero-box {
    width: 45rem;
    height: 21.25rem;
  }

  .hero-mask {
    width: 20rem;
    height: 20rem;
    margin-top: 1rem;
  }

  .div-block-7 {
    background-position: 0 0, 60% 75%;
    background-size: auto, 45rem;
    width: 20rem;
    height: 20rem;
  }

  .about-box {
    margin-bottom: 1rem;
  }

  .history-carousel {
    width: 45rem;
  }

  .div-block-9 {
    width: 32rem;
  }

  .div-block-10 {
    width: 7.5rem;
    height: 2.5rem;
  }

  .logo-box {
    width: 6rem;
    height: 6rem;
  }

  .social-item {
    width: 3rem;
    height: 3rem;
  }

  .contact-info-box {
    margin-right: .5rem;
  }

  .hours-box {
    font-family: var(--paragraph);
    font-size: .9rem;
  }

  .div-block-14 {
    height: 21.25rem;
  }

  .visit-box {
    overflow: hidden;
  }

  .event-title {
    margin-top: 0;
  }

  .event-location {
    margin-bottom: 3.5rem;
  }

  .event-info {
    height: auto;
    position: relative;
  }

  .events-box.end {
    margin-top: -.5rem;
    margin-bottom: 1rem;
  }

  .link-block {
    margin-top: -.5rem;
  }

  .form-box {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    background-color: var(--gray);
    width: 46rem;
  }

  .navbar {
    width: 46rem;
    display: block;
  }

  .container-2 {
    height: 2.5rem;
  }

  .navbar-2 {
    width: 100%;
  }

  .icon-4 {
    color: var(--white);
    margin-top: -.5rem;
  }

  .menu-button {
    height: 2.5rem;
    display: none;
  }

  .event-time {
    margin-bottom: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .event-flyer {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .h1.alt {
    line-height: var(--h1-5-4rem);
    margin-bottom: 1rem;
  }

  .h1.small {
    line-height: var(--paragraph-2rem);
  }

  .h1.hero {
    background-image: linear-gradient(90deg, var(--orange), var(--yellow));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    height: 2.5rem;
    font-size: 2.25rem;
    line-height: 2.25rem;
    display: flex;
  }

  .h1.footer {
    font-size: 3rem;
  }

  .nav {
    width: 30rem;
  }

  .footer-box.jh {
    margin-top: 1rem;
  }

  .container {
    text-align: center;
    width: 26rem;
  }

  .container.double {
    flex-flow: column;
  }

  .h1-box {
    margin-top: 1rem;
  }

  .h1-box.hero {
    display: none;
  }

  .h1-box.hero.mobile {
    background-color: var(--gray);
    flex-flow: column;
    width: 48rem;
    margin: 0 auto 4rem;
    padding: .5rem;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .h2-thin {
    text-align: center;
    margin-top: 1rem;
    line-height: 1.25rem;
  }

  .h2-thin.timeline {
    text-align: left;
  }

  .h2-thin.hero {
    width: 20rem;
    font-size: .8rem;
    line-height: .8rem;
  }

  .h2-thin.hero._1 {
    text-align: left;
  }

  .h2-thin.jh {
    margin-bottom: 1rem;
  }

  .paragraph {
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.hero {
    font-size: .9rem;
    display: none;
  }

  .paragraph.hero-button {
    font-size: .9rem;
  }

  .paragraph.footer {
    text-align: center;
  }

  .paragraph.form {
    width: 20.5rem;
  }

  .paragraph.jh-subhead {
    width: 24rem;
    height: auto;
    line-height: var(--small-text-1-5rem);
    margin-top: 1rem;
  }

  .paragraph.jh-subhead.ruth {
    height: auto;
    line-height: var(--small-text-1-5rem);
    margin-top: 1rem;
  }

  .paragraph.jh-subhead.talcott {
    width: 20rem;
    height: auto;
    line-height: var(--small-text-1-5rem);
    text-align: center;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.awj {
    margin-right: 0;
  }

  .paragraph.sumfacts {
    font-size: .75rem;
    display: none;
  }

  .paragraph.home-donate, .paragraph.margin {
    width: auto;
  }

  .link.absolute {
    margin-top: 0;
    position: relative;
  }

  .link.phone.margin, .link.email.footer {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-section.jh {
    width: auto;
  }

  .paragraph-section.jh.home {
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-section.margin {
    width: auto;
  }

  .paragraph-row {
    flex-flow: column;
    width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-box, .image-box.kenniebrew, .image-box.norton, .image-box.whitaker, .image-box.generic, .image-box.jackson, .image-box.hamilton, .image-box.linear {
    margin-left: auto;
    margin-right: auto;
  }

  .image-box.small.linear, .image-box.small.wilson {
    margin-bottom: 1rem;
  }

  .image-box.woodlawn, .image-box.talcott {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-box.henderson {
    margin-left: auto;
    margin-right: auto;
  }

  .h2-cond.visit {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .paragraph-column {
    text-align: center;
    margin-right: 0;
  }

  .paragraph-column.hero {
    pointer-events: none;
  }

  .paragraph-column.summary {
    margin-right: 0;
  }

  .paragraph-column.about-home {
    margin-left: auto;
    margin-right: auto;
  }

  .below-fold-text {
    width: 26rem;
    margin-left: 0;
  }

  .timeline-text-box {
    width: 24rem;
  }

  .hero-box {
    background-image: linear-gradient(90deg, #c55141cc, #d4c540cc), url('../images/Screenshot-2026-03-31-134942.jpg');
    background-position: 0 0, 40%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 40rem;
    width: 100%;
    height: 30rem;
  }

  .hero-mask {
    width: 15rem;
    height: 15rem;
    margin-top: 3.5rem;
    display: none;
  }

  .div-block-7 {
    width: 15rem;
    height: 15rem;
  }

  .about-box {
    flex-flow: column;
  }

  .history-box {
    width: 26rem;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .history-carousel, .div-block-9 {
    width: 26rem;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 2.5rem;
    display: flex;
  }

  .jaahm-box {
    margin-left: .5rem;
  }

  .nav-logo {
    flex: none;
  }

  .nav-logo-wordmark-subhead {
    width: 8rem;
  }

  .below-fold-timeline {
    text-align: left;
    margin-top: 0;
  }

  .div-block-14 {
    height: 30rem;
  }

  .about-slide {
    background-position: 40%;
    background-size: cover;
  }

  .visit-box {
    margin-top: 1rem;
  }

  .event-title {
    text-align: left;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .event-location {
    text-align: left;
  }

  .event-info {
    height: auto;
    position: relative;
  }

  .event-bio-link {
    line-height: var(--small-text-1-5rem);
    text-align: left;
    margin-bottom: .5rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .events-box.end {
    margin-top: 0;
  }

  .link-block {
    margin-top: 0;
    margin-bottom: .75rem;
    margin-left: .25rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .link-block.visit {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .form-box {
    width: auto;
  }

  .form-box.visit {
    width: 26rem;
  }

  .map-box {
    width: 30rem;
    display: none;
  }

  .map-box.mobile {
    width: 22rem;
    display: block;
  }

  .nav-menu {
    width: 30rem;
    padding-left: .5rem;
  }

  .navbar {
    width: 30rem;
  }

  .nav-link {
    font-size: .8rem;
  }

  .mobile-container {
    width: 30rem;
  }

  .container-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .navbar-2 {
    width: 100%;
    margin-left: .5rem;
  }

  .visit-text {
    width: auto;
    margin-top: 0;
  }

  .div-block-18 {
    width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }

  .event-time {
    text-align: left;
    margin-bottom: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .event-address {
    text-align: left;
  }

  .event-flyer {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .h1.alt {
    line-height: var(--h1-5-4rem);
    text-align: center;
    margin-bottom: 1rem;
  }

  .h1.small {
    line-height: var(--paragraph-2rem);
    text-align: center;
  }

  .h1.footer {
    height: 4rem;
    line-height: var(--h1-5-4rem);
  }

  .nav-block {
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-block.logo {
    display: none;
  }

  .nav-block.logo.mobile {
    margin-top: .25rem;
    display: block;
  }

  .footer-box {
    flex-flow: column;
    height: 30rem;
    overflow: hidden;
  }

  .footer-box.jh {
    margin-top: 0;
  }

  .container {
    width: 22rem;
    overflow: hidden;
  }

  .container.double {
    flex-flow: column;
  }

  .page-box {
    margin-left: auto;
    margin-right: auto;
  }

  .h1-box {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .h2-thick {
    text-align: center;
    margin-bottom: .5rem;
    font-size: 1.15rem;
  }

  .h2-thin {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.15rem;
    line-height: 1.25rem;
  }

  .h2-thin.timeline {
    text-align: left;
  }

  .h2-thin.timeline.break {
    margin-right: 2.5rem;
  }

  .h2-thin.hero {
    margin-left: .1rem;
  }

  .h2-thin.white {
    text-align: center;
    margin-top: 0;
  }

  .h2-thin.white.visit {
    margin-top: 0;
  }

  .h2-thin.mobile {
    text-align: center;
    font-size: 1.15rem;
  }

  .h2-thin.summary {
    display: none;
  }

  .h2-thin.jh {
    margin-top: 0;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.hero-button {
    font-size: .9rem;
  }

  .paragraph.hero-button.visit {
    color: var(--gray);
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .paragraph.hero-button.visit.donate {
    margin-top: 0;
  }

  .paragraph.form {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: none;
  }

  .paragraph.jh-subhead {
    width: 18rem;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1rem;
  }

  .paragraph.jh-subhead.ruth {
    width: 20rem;
  }

  .paragraph.jh-subhead.africa {
    width: 21rem;
  }

  .paragraph.jh-subhead.emory {
    width: 16rem;
  }

  .paragraph.jh-subhead.talcott {
    width: 22rem;
    margin-bottom: 0;
  }

  .paragraph.jh-subhead.logan {
    width: 22rem;
  }

  .paragraph.awj {
    margin-right: 0;
  }

  .paragraph.ruth {
    width: 19rem;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.logan {
    width: 18rem;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.sumfacts {
    display: none;
  }

  .paragraph.home-donate {
    width: 20rem;
    padding-top: 1rem;
  }

  .paragraph.home-donate.visit {
    padding-bottom: 1rem;
  }

  .paragraph.home-donate.visit.footer {
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph.home-donate.visit.home {
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph.margin {
    width: 20rem;
  }

  .link {
    text-align: center;
  }

  .link.absolute {
    margin-top: 1rem;
    margin-left: 0;
  }

  .link.about, .link.press {
    margin-top: 1rem;
  }

  .link.phone {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .link.phone.margin {
    margin-top: 1rem;
  }

  .paragraph-section {
    width: 21.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-section.jh {
    margin-bottom: 0;
  }

  .paragraph-section.jh.home {
    margin-bottom: 1rem;
  }

  .paragraph-section.margin {
    width: 20rem;
  }

  .paragraph-row {
    flex-flow: column;
    width: auto;
  }

  .image-box {
    margin-left: auto;
    margin-right: auto;
  }

  .image-box.kenniebrew {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-box.norton {
    margin-left: auto;
    margin-right: auto;
  }

  .image-box.whitaker {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-box.generic, .image-box.jackson, .image-box.hamilton, .image-box.wilson, .image-box.linear {
    margin-left: auto;
    margin-right: auto;
  }

  .image-box.small.linear, .image-box.small.wilson {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-box.small.talcott {
    height: 10.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-box.mt-emory {
    margin-bottom: 1rem;
  }

  .image-box.talcott {
    margin-top: .5rem;
  }

  .image-box.henderson {
    margin-left: auto;
    margin-right: auto;
  }

  .list {
    width: 14rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .list-item {
    text-align: center;
  }

  .list-item.white {
    width: 15rem;
  }

  .h2-cond {
    text-align: center;
  }

  .h2-cond.visit {
    margin-top: .5rem;
  }

  .paragraph-column {
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-column.summary {
    margin-right: auto;
  }

  .paragraph-column.about-home {
    margin-right: 0;
  }

  .paragraph-column.sumfacts {
    display: none;
  }

  .below-fold-text {
    width: 21.5rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    text-align: left;
    width: auto;
  }

  .timeline-text-box {
    width: 20.5rem;
    margin-right: auto;
  }

  .hero-box {
    background-image: linear-gradient(90deg, #c55141cc, #d4c540cc), url('../images/Screenshot-2026-03-31-134942.jpg');
    background-position: 0 0, 40%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 40rem;
    width: 100%;
    max-width: 30rem;
    height: 35rem;
    overflow: hidden;
  }

  .about-box {
    flex-flow: column;
    margin-top: 1rem;
    margin-bottom: 3.5rem;
  }

  .history-box {
    width: 22.5rem;
    margin-top: 0;
  }

  .history-carousel {
    width: 22.5rem;
  }

  .div-block-9 {
    width: 22rem;
  }

  .div-block-10 {
    background-color: var(--gray);
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    margin-left: .5rem;
    margin-right: auto;
    display: flex;
  }

  .div-block-10.visit {
    background-image: linear-gradient(90deg, var(--orange), var(--yellow));
    height: 3rem;
    margin-left: 0;
  }

  .logo-box {
    margin-bottom: .5rem;
  }

  .social-box {
    margin-right: 0;
    display: flex;
  }

  .contact-info-box {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 20rem;
    height: 7rem;
    margin-right: 0;
  }

  .jaahm-box {
    margin-right: 0;
  }

  .nav-logo {
    margin-left: .5rem;
  }

  .below-fold-timeline {
    margin-top: 1rem;
  }

  .div-block-14 {
    display: none;
    overflow: hidden;
  }

  .about-slide {
    background-position: 30%;
    background-size: auto 20rem;
  }

  .about-slide._5 {
    background-position: 50% 0;
    background-size: cover;
  }

  .about-slide._6 {
    background-size: cover;
  }

  .right-arrow, .left-arrow {
    width: 2rem;
  }

  .visit-box {
    margin-top: 0;
  }

  .event-title {
    margin-right: 1rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .event-location {
    width: 12rem;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1rem;
  }

  .event-info {
    margin-top: .75rem;
  }

  .event-bio-link {
    text-align: left;
  }

  .link-block.visit {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .form-box {
    width: 20rem;
    padding-right: .25rem;
  }

  .form-box.visit {
    width: 21.5rem;
    margin-left: auto;
    display: none;
  }

  .donate-box {
    margin-bottom: 2rem;
  }

  .fa-form-navigation-button {
    width: 8rem;
    height: 3rem;
    font-family: var(--alt-titles);
    text-transform: uppercase;
    border-radius: .5rem;
    margin-top: 1.5rem;
    padding: 0;
    font-size: .9rem;
  }

  .form-fields-dropdown-toggler, .input-cursor-style-plain-test, .number-input-field {
    height: 3rem;
  }

  .form-fields-select {
    background-color: var(--white);
    height: 3rem;
  }

  .home-link {
    text-decoration: none;
  }

  .map-box.mobile, .navbar {
    width: 22rem;
  }

  .container-2 {
    width: 100%;
    height: 2.5rem;
    margin-right: 0;
    display: flex;
  }

  .nav-menu-2 {
    background-color: var(--gray);
    justify-content: center;
    align-items: center;
  }

  .navbar-2 {
    max-width: 30rem;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    height: 3rem;
    margin-right: .5rem;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--gray);
  }

  .div-block-17 {
    margin-left: auto;
    margin-right: auto;
  }

  .visit-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-18 {
    width: auto;
  }

  .div-block-19 {
    border-radius: .5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .site-contain {
    width: 100%;
    max-width: 30rem;
    overflow: hidden;
  }

  .event-time {
    margin-bottom: -3.5rem;
    font-size: .9rem;
    inset: auto 0% 0%;
  }

  .event-address {
    width: 10rem;
    margin-bottom: 0;
    font-size: .75rem;
    line-height: .9rem;
  }

  .event-flyer {
    display: none;
  }
}


@font-face {
  font-family: 'Gamay Book';
  src: url('../fonts/Gamay-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gamay Cond';
  src: url('../fonts/Gamay-Cond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gamay Wide';
  src: url('../fonts/Gamay-Wide-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gamay Wide';
  src: url('../fonts/Gamay-Wide-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}