.about-page {
  --about-teal: #0ea4a2;
  --about-deep: #11383A;
  --about-ink: #1f3435;
  --about-muted: #5b6b6b;
  --about-soft: #f3fafa;
  --about-cream: #fbf6ec;
  --about-line: #d9e7e6;
  --about-white: #ffffff;
  color: var(--about-ink);
  background: var(--about-white);
  font-family: "Open Sans", Arial, sans-serif;
  overflow-x: hidden;
}

.about-page *,
.about-page *::before,
.about-page *::after {
  box-sizing: border-box;
}

.about-container {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.about-narrow {
  max-width: 780px;
}

.about-page p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 14px;
}

.about-page h1,
.about-page h2,
.about-page h3 {
  color: var(--about-deep);
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

.about-page h1 {
  font-size: 48px;
  line-height: 1.12;
  margin-bottom: 20px;
}

.about-page h2 {
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.about-page h3 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 7px;
}

.about-eyebrow {
  color: var(--about-teal);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  margin-bottom: 14px !important;
  text-transform: uppercase;
}

.about-hero {
  background: #f7fbfb;
  padding: 64px 0 58px;
}

.about-hero-grid {
  align-items: start;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
}

.about-hero-copy {
  max-width: 680px;
}

.about-hero-copy p:not(.about-eyebrow) {
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.6;
}

.about-hero-photo {
  justify-self: end;
  margin: 0;
  width: min(100%, 250px);
}

.about-hero-photo img {
  display: block;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(17, 56, 58, 0.18);
  height: auto;
  object-fit: cover;
  object-position: center 28%;
  width: 100%;
}

.about-hero-photo figcaption {
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}

.about-section {
  padding: 54px 0;
}

.about-section-soft {
  background: var(--about-soft);
}

.about-section-compact {
  padding: 42px 0;
}

.about-people {
  padding-top: 46px;
}

.about-people-grid,
.about-story-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-people-note {
  color: var(--about-deep) !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.55 !important;
  margin: 26px auto 0 !important;
  max-width: 760px;
  text-align: center;
}

.about-story-journey {
  background: var(--about-soft);
  padding: 56px 0;
}

.about-story-journey > .about-container > .about-eyebrow {
  text-align: center;
}

.about-story-journey h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  text-align: center;
}

.about-story-grid {
  align-items: start;
  margin-top: 28px;
}

.about-story-block {
  max-width: 100%;
}

.about-story-block h3 {
  margin-bottom: 14px;
}

.story-highlight {
  background: #ffffff;
  border-left: 5px solid var(--about-teal);
  border-radius: 6px;
  color: var(--about-deep) !important;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.45 !important;
  margin: 24px 0 0 !important;
  padding: 16px 20px;
}

.about-section-header {
  margin: 0 auto 28px;
  max-width: 780px;
  text-align: center;
}

.about-section-header p {
  color: var(--about-muted);
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.tribute-section {
  background: var(--about-cream);
  padding: 54px 0;
}

.tribute-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 860px;
}

.tribute-card,
.about-person-card {
  background: #ffffff;
  border: 1px solid rgba(17, 56, 58, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 56, 58, 0.08);
  overflow: hidden;
}

.tribute-photo {
  aspect-ratio: 4 / 4.35;
  background: #e8eeee;
  margin: 0;
  overflow: hidden;
}

.tribute-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tribute-photo-jacquie img {
  object-position: center 18%;
}

.tribute-photo-teresa img {
  object-position: center 28%;
}

.tribute-content {
  padding: 24px;
}

.tribute-content p,
.about-person-card p {
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.58;
}

.tribute-subheading,
.about-role {
  color: var(--about-teal) !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4 !important;
  margin-bottom: 14px !important;
  text-transform: uppercase;
}

.tribute-dedication {
  color: var(--about-deep) !important;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  margin: 30px auto 0 !important;
  max-width: 780px;
  text-align: center;
}

.about-person-card {
  padding: 28px;
}

.about-closing {
  background: var(--about-soft);
  border-left: 5px solid var(--about-teal);
  border-radius: 6px;
  color: var(--about-deep) !important;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.45 !important;
  margin: 26px 0 0 !important;
  padding: 16px 20px;
}

#Header_wrapper,
#Header,
#Top_bar {
  z-index: 99999 !important;
}

#Top_bar,
#Top_bar.is-sticky {
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(7, 51, 54, 0.08);
  opacity: 1 !important;
}

#Top_bar .menu_wrapper,
#Top_bar .menu,
#Top_bar .sub-menu {
  z-index: 100000 !important;
}

#Top_bar.is-sticky::before {
  background: #ffffff;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

#Top_bar.is-sticky > .container {
  position: relative;
  z-index: 1;
}

.about-page {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1380px) {
  #Top_bar.is-sticky .top_bar_left {
    align-items: center;
    display: flex !important;
    width: 100% !important;
  }

  #Top_bar.is-sticky .logo {
    flex: 0 0 auto;
    float: none !important;
    margin-left: 34px;
    margin-right: 24px;
    width: auto !important;
  }

  #Top_bar.is-sticky .menu_wrapper {
    clear: none !important;
    flex: 1 1 auto;
    float: none !important;
    margin-right: 0 !important;
    min-width: 0;
  }

  body:not(.header-simple) #Top_bar.is-sticky #menu {
    float: none !important;
    width: 100% !important;
  }

  #Top_bar.is-sticky #menu > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 0;
    width: 100%;
  }

  #Top_bar.is-sticky .menu > li {
    flex: 0 0 auto;
    float: none;
  }

  .header-plain #Top_bar.is-sticky .menu > li > a span:not(.description),
  .header-plain #Top_bar.is-sticky .menu > li:last-child > a span {
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1240px) and (max-width: 1379px) {
  #Top_bar {
    min-height: 100px;
  }

  #Top_bar .menu_wrapper {
    float: right;
    margin: 0;
    width: 0;
    z-index: 201;
  }

  body:not(.header-simple) #Top_bar #menu {
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(17, 56, 58, 0.12);
    display: none !important;
    float: none;
    left: auto;
    position: absolute;
    right: 1px;
    top: 82px;
    width: 300px;
    z-index: 201;
  }

  body:not(.header-simple) #Top_bar .menu_wrapper:has(.responsive-menu-toggle.active) #menu {
    display: block !important;
  }

  #Top_bar #menu ul {
    display: block;
    margin: 0;
    width: 100%;
  }

  #Top_bar .menu > li {
    display: block;
    float: none;
    width: 100%;
  }

  #Top_bar .menu > li > a {
    display: block;
    padding: 0 !important;
  }

  .header-plain #Top_bar .menu > li > a span:not(.description),
  .header-plain #Top_bar .menu > li:last-child > a span {
    border-left: 0;
    display: block;
    line-height: 48px;
    padding: 0 20px;
  }

  #Top_bar .menu li ul {
    display: none;
  }

  #Header a.responsive-menu-toggle {
    display: block;
    height: 35px;
    position: absolute !important;
    right: 10px !important;
    text-align: center;
    top: 23px !important;
    width: 35px;
    z-index: 202;
  }
}

@media (max-width: 960px) {
  .about-page h1 {
    font-size: 40px;
  }

  .about-page h2 {
    font-size: 30px;
  }

  .about-hero-grid,
  .tribute-grid,
  .about-people-grid,
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-copy {
    max-width: none;
  }

  .about-hero-photo {
    justify-self: start;
    max-width: 560px;
    width: min(100%, 420px);
  }

  .tribute-grid {
    max-width: 560px;
  }
}

@media (max-width: 640px) {
  .about-container {
    width: min(100% - 28px, 1120px);
  }

  .about-hero,
  .about-section,
  .about-story-journey,
  .tribute-section {
    padding: 42px 0;
  }

  .about-page p,
  .about-hero-copy p:not(.about-eyebrow) {
    font-size: 15px;
  }

  .about-page h1 {
    font-size: 30px;
  }

  .about-page h2 {
    font-size: 26px;
  }

  .tribute-content,
  .about-person-card {
    padding: 22px;
  }

  .tribute-photo {
    aspect-ratio: 4 / 4.5;
  }

  .tribute-grid {
    max-width: none;
  }
}
