/* About Us only — classes in information.tpl about branch */
.tt-about-page .tt-info-eyebrow {
  background: #12646C !important;
  border-color: #12646C;
  color: white !important;
  border-radius: 5px;
  font-family: "Gelasio", serif !important;
}
.tt-about-page .tt-info-breadcrumb {
  display: none;
}
.tt-about-page .tt-info-actions .tt-info-btn {
  border-radius: 5px;
  background-color: white;
  border-color: white !important;
  color: #166068 !important;
  transition: 0.3s all;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
.tt-about-page .tt-info-actions a.tt-info-btn.tt-info-btn-primary {
  background: #166068 !important;
  border-color: #166068 !important;
  color: white !important;
  border-radius: 5px !important;
}
.tt-about-page .tt-info-actions a.tt-info-btn.tt-info-btn-primary:hover {
  color: #166068 !important;
  background-color: white !important;
}
.tt-about-page .tt-info-actions .tt-info-btn:hover {
  border-color: #166068 !important;
  background-color: #166068 !important;
  color: white !important;
}
.tt-about-hero-panel {
  display: none;
}
.tt-about-page .tt-info-hero-bg::after {
  display: none !important;
}
.tt-about-page .tt-info-hero::after {
  background: rgba(7, 24, 39, 0.2);
}
.tt-about-page .tt-info-hero-copy p {
  color: white !important;
}
.tt-about-page .tt-info-hero-copy h1 {
  font-family: "Gelasio", serif !important;
}
.tt-about-page h2 {
  font-size: 42px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  -webkit-text-fill-color: #12646C !important;
}
.tt-about-image-card,
.tt-about-split figure {
  height: 100%;
  min-height: 360px;
  overflow: hidden;
}
.tt-about-page figure img {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 360px;
  object-fit: cover;
}
.tt-info-strip-track span::before,
.tt-about-checklist li::before {
  background-color: #12646C !important;
  box-shadow: none;
}
a.arrow-link.hero-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  height: 42px;
  min-width: 196px;
  padding: 0 22px;
  border: 2px solid white;
  border-radius: 5px !important;
  color: white !important;
  font-family: "Inter", sans-serif;
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: 0.8px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
a.arrow-link.hero-btn .arrow-icon {
  width: 14px;
  height: 14px;
}
a.arrow-link.hero-btn:hover {
  background-color: white;
  color: #12646C !important;
}
a.arrow-link.hero-btn .arrow-icon {
  transition: transform 0.25s ease;
}
a.arrow-link.hero-btn:hover .arrow-icon {
  transform: translateX(6px);
}
.tt-about-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 18px;
}
.tt-about-card-grid article {
  transition: 0.3s all;
  padding: 22px;
  background-color: white !important;
  box-shadow: rgba(7, 24, 39, 0.07) 0px 16px 38px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(113, 145, 168, 0.18);
  border-radius: 8px;
}
.tt-about-card-grid article:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 3px 3px 12px 3px rgba(18, 100, 108, 0.15);
  box-shadow: 3px 3px 12px 3px rgba(18, 100, 108, 0.15);
}
.tt-about-card-grid article strong {
  font-size: 16px;
  color: #071827 !important;
  background-color: #FBAA06;
  border-radius: 5px;
  padding: 8px;
  line-height: 1;
  transition: 0.3s all;
}
.tt-about-card-grid article:hover strong {
  background-color: #071827;
  color: white !important;
}
.tt-about-profile-card {
  background: transparent !important;
  box-shadow: none;
  border: none;
  padding: 0 !important;
}
.tt-about-story-grid,
.tt-about-split {
  padding: 16px;
  border: 1px solid rgba(113, 145, 168, 0.18);
  border-radius: 20px;
  border-left: 6px solid #12646C;
}
.tt-about-story-grid {
  background: #F1F9FC !important;
}
.tt-info-container.tt-about-split {
  background: white !important;
}
.tt-about-split .tt-info-btn {
  display: none;
}
.tt-about-cta .tt-info-btn {
  border-radius: 5px;
  background-color: #FBAA06 !important;
  border: 2px solid #FBAA06 !important;
  color: #071827 !important;
  transition: 0.3s all;
  min-width: 200px;
}
.tt-about-cta .tt-info-btn:hover {
  background-color: #071827 !important;
  transform: none !important;
  color: #FBAA06 !important;
}
.tt-about-story .tt-section-head,
.zig-zag .tt-section-head {
  display: none;
}
.tt-about-cta {
  background-color: rgba(7, 24, 39, 1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.zig-zag > .tt-about-split {
  border-right: 6px solid #12646C;
  border-left: 1px solid rgba(113, 145, 168, 0.18);
}
.tt-about-cta :is(h2, p) {
  color: white !important;
  -webkit-text-fill-color: white !important;
}
.tt-about-cta p {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 1100px) {
  .tt-about-card-grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
@media (max-width: 640px) {
  .tt-about-card-grid {
    grid-template-columns: 1fr;
  }
  .tt-about-page h2 {
    font-size: 28px !important;
  }
}

/* Paired hero CTAs: outline button matches primary height/width */
.tt-info-hero .tt-info-actions {
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  width: fit-content;
  max-width: 100%;
  align-items: stretch;
}
.tt-info-hero .tt-info-actions > a {
  box-sizing: border-box !important;
  width: 100%;
  min-height: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 0 22px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.8px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  border-radius: 5px !important;
}
.tt-info-hero .tt-info-actions .arrow-icon {
  width: 14px !important;
  height: 14px !important;
}
