/* Rebuilt from synchronized main on 2026-07-30 for the Zoho /Test upload set. */

:root {
  --gst-font-primary: Lora, Georgia, serif;
  --gst-font-secondary: Manrope, Arial, sans-serif;
  --gst-blue: #0D3B66;
  --gst-aqua: #a8d5d0;
  --gst-orange: #EE964B;
  --gst-ink: #333333;
  --gst-paper: #f6efe3;
  --gst-line: rgba(13, 59, 102, 0.14);
}


* {
  box-sizing: border-box;
}

/* Every dynamic content container can be removed without collapsing its parent layout manually. */
[data-content-slot][hidden],
.content-slot[hidden],
.profile-template [hidden] {
  display: none !important;
}

body {
  margin: 0;
  background: var(--gst-paper);
  color: var(--gst-ink);
  font-family: var(--gst-font-secondary);
}

/* Zoho places the Dynamic Content component in a centered, window-like
 * wrapper. Let this template break out to the viewport edge, and make any
 * remaining host canvas the same cream as the page instead of white. */
html,
body {
  background: var(--gst-paper) !important;
  overflow-x: clip;
}

#contentHolder {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: var(--gst-paper);
}

body p,
body li,
body a,
body span,
body small,
body strong,
body time,
body button {
  font-family: var(--gst-font-secondary);
}

a {
  color: inherit;
}

.profile-template {
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  align-items: start;
  background: var(--gst-paper);
  border: 0;
  box-shadow: none;
}

.profile-main {
  min-width: 0;
}

.hero {
  min-height: 510px;
  position: relative;
  padding: 48px 48px 0;
  overflow: hidden;
  border-bottom: 0;
}

.hero__background {
  position: absolute;
  inset: 0;
  background: url("https://www.getsupporttogether.com/Test/photos/mental-health-provider-enrollment-increased-visibility.png") center / cover no-repeat;
  opacity: 0.52;
}

/* Contact layout only: approved sunrise background from the photos subfolder. */
.profile-template.provider-view .hero__background {
  background-image: url("photos/get-support-together-sunrise-mental-health-providers.jpg");
  background-position: center 68%;
  opacity: 0.25;
}

/* Contact hero: compact crop keeps identity and primary information above the fold. */
.profile-template.provider-view .hero {
  min-height: 430px;
  padding-top: 26px;
}

.profile-template.provider-view .hero__content {
  align-items: start;
}

.hero__content,
.stat-bar {
  position: relative;
  z-index: 1;
}

.hero__content {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  max-width: 850px;
}

.brand-disc {
  width: 220px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 4px solid rgba(13, 59, 102, 0.1);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(13, 59, 102, 0.18);
}

.provider-hero-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.profile-template.location-view .provider-hero-image {
  object-fit: contain;
}

.hero h1 {
  margin: 0;
  color: #092f55;
  font-family: Lora, Georgia, serif;
  font-size: 45px;
  line-height: 1.05;
}

.hero-subline {
  margin: 13px 0 0;
  color: #2a2a2a;
  font-family: var(--gst-font-secondary);
  font-size: 21px;
  line-height: 1.35;
}

.stat-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 36px 0 0;
  padding: 17px 18px;
  border: 1px solid rgba(13, 59, 102, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 12px 30px rgba(13, 59, 102, 0.12);
}

.stat-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  padding: 2px 14px;
  border-left: 1px solid rgba(13, 59, 102, 0.12);
}

.stat-item strong,
.stat-item small {
  display: block;
}

.stat-item strong {
  color: #092f55;
  font-size: 15px;
  line-height: 1.2;
}

.stat-item small {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.25;
}

.line-icon,
.finance-icon {
  display: inline-block;
  border: 2px solid var(--gst-aqua);
}

.line-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.about-row,
.support-section,
.location-section,
.finance-section,
.events-section {
  padding: 36px 38px;
  border-bottom: 1px solid var(--gst-line);
}

.about-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.15fr);
  gap: 38px;
  align-items: center;
}

h2 {
  margin: 0;
  color: #092f55;
  font-family: Lora, Georgia, serif;
  font-weight: 700;
}

.about-copy h2 {
  font-size: 31px;
  line-height: 1.13;
}

.about-copy p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.75;
}

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 9px 22px rgba(13, 59, 102, 0.18);
}

.video-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.7;
  object-fit: cover;
}

.video-card button {
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.24);
}

.video-card button::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 22px;
  border-left: 21px solid var(--gst-blue);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.support-section {
  text-align: center;
  background: rgba(238, 150, 75, 0.25);
}

/* Box: Providers */
.location-providers-section {
  padding: 40px 42px;
  border-bottom: 1px solid var(--gst-line);
  background-color: #faf7ef;
  background-image:
    linear-gradient(rgba(250, 247, 239, 0.82), rgba(250, 247, 239, 0.82)),
    url("https://www.getsupporttogether.com/Test/photos/mental-health-service-providers.jpg");
  background-position: center, left top;
  background-size: auto, 720px auto;
  background-repeat: no-repeat, repeat;
}

.location-providers-section h2 {
  margin-bottom: 24px;
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.location-provider-list {
  max-width: 980px;
  margin: 0 auto;
}

.location-provider-profile {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) minmax(190px, auto);
  gap: 22px;
  align-items: stretch;
  padding: 4px 0;
}

.location-provider-profile--headshot-hidden {
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
}

.location-provider-profile + .location-provider-profile::before {
  content: "";
  grid-column: 1 / -1;
  display: block;
  width: 100%;
  height: 10px;
  margin: 12px 0 10px;
  background:
    linear-gradient(#0d3b66, #0d3b66) left center / calc(50% - 8px) 2px no-repeat,
    radial-gradient(circle, #ee964b 0 4px, transparent 4.5px) center / 10px 10px no-repeat,
    linear-gradient(#0d3b66, #0d3b66) right center / calc(50% - 8px) 2px no-repeat;
}

.location-provider-profile__portrait {
  align-self: start;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #dce9e7;
  box-shadow: 0 8px 20px rgba(13, 59, 102, 0.2);
}

.location-provider-profile__portrait img,
.location-provider-profile__portrait span {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-provider-profile__details h3 {
  margin: 0 0 5px;
  color: #2c7a7b;
  font: 700 24px/1.25 Lora, Georgia, serif;
}

.location-provider-profile__details p {
  margin: 4px 0;
  color: #263746;
  font: 500 14px/1.55 Manrope, Arial, sans-serif;
}

.location-provider-profile__title {
  color: #333333 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.location-provider-profile__specialties {
  color: #8a4b20 !important;
  font-weight: 650 !important;
}

.location-provider-profile__settings strong {
  color: #0d3b66;
}

.location-provider-profile__session-icons {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 9px;
}

.location-provider-profile__session-icons i {
  color: #ee964b;
  font-size: 22.5px;
  line-height: 1;
}

.location-provider-profile__action {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-self: stretch;
}

.location-provider-profile__accepting-icon {
  display: block;
  height: 95px;
  margin: 0 auto 12px;
  object-fit: contain;
  width: 180px;
}

.admissions-availability-hours {
  display: flex !important;
  flex-direction: column;
  gap: 5px;
}

.admissions-availability-hours__entry {
  display: block;
}

.location-provider-profile__action a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 7px;
  background: #2c7a7b;
  color: #fff;
  font: 800 13px/1.3 Manrope, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
}

.location-provider-profile__action a:hover,
.location-provider-profile__action a:focus-visible {
  background: #ee964b;
  color: #0d3b66;
}

@media (max-width: 760px) {
  .location-providers-section {
    padding: 38px 22px;
  }

  .location-provider-profile {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 20px;
  }

  .location-provider-profile.location-provider-profile--headshot-hidden {
    grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  }

  .location-provider-profile__portrait {
    width: 110px;
    height: 110px;
  }

  .location-provider-profile__action {
    grid-column: 2;
    justify-self: stretch;
  }
}

@media (max-width: 520px) {
  .location-provider-profile {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .location-provider-profile.location-provider-profile--headshot-hidden {
    grid-template-columns: 1fr;
  }

  .location-provider-profile__action {
    grid-column: 1;
    justify-self: center;
  }
}

.support-section h2,
.location-section h2,
.finance-section h2,
.events-section h2 {
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
  border: 1px solid rgba(13, 59, 102, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
}

.support-grid article {
  min-height: 300px;
  padding: 30px 30px 24px;
  border-left: 1px solid rgba(13, 59, 102, 0.12);
}

.support-grid article:first-child {
  border-left: 0;
}

.support-grid h3,
.clientele-columns h3,
.program-grid h3,
.finance-grid h3,
.event-grid h3 {
  margin: 17px 0 14px;
  color: var(--gst-aqua);
  font-family: Lora, Georgia, serif;
  font-size: 17px;
  line-height: 1.28;
}

/* Group Location cards: service and structured-programming headlines */
.profile-template.group-location-view .support-grid h3,
.profile-template.group-location-view .program-grid h3,
.profile-template.group-location-view .structured-grid h3 {
  font-weight: 700;
}

.support-grid ul,
.clientele-columns ul {
  display: inline-block;
  margin: 0;
  padding-left: 18px;
  text-align: left;
  font-size: 14px;
  line-height: 1.65;
}

.support-grid a,
.finance-grid a {
  display: inline-flex;
  margin-top: 20px;
  padding: 8px 16px;
  border-radius: 7px;
  background: var(--gst-aqua);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.35fr);
  gap: 24px;
  padding: 0 26px 36px;
}

.split-card {
  padding: 28px 26px;
  border: 1px solid rgba(13, 59, 102, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 4px 16px rgba(13, 59, 102, 0.06);
}

.split-card h2 {
  margin-bottom: 25px;
  font-size: 27px;
  text-align: center;
}

.clientele-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.clientele-columns article {
  padding: 0 18px;
  border-left: 1px solid rgba(13, 59, 102, 0.12);
  text-align: center;
}

.clientele-columns article:first-child {
  border-left: 0;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.program-grid article,
.finance-grid article,
.event-grid article {
  padding: 20px;
  border: 1px solid rgba(13, 59, 102, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 4px 14px rgba(13, 59, 102, 0.06);
}

.program-grid article {
  text-align: center;
}

.program-grid p,
.finance-grid p,
.event-grid p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.finance-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.location-section {
  background: #f7f3e8;
}

.location-grid {
  display: grid;
  grid-template-columns: 235px minmax(260px, 1fr) minmax(420px, 1.3fr);
  gap: 26px;
  margin-top: 26px;
  align-items: start;
}

/* Box: Where to Find Us. Inset the Single Location map and contact details
   evenly from the outer page boundaries. */
.profile-template.location-view:not(.group-location-view) .location-grid {
  box-sizing: border-box;
  padding-inline: 100px;
}

.map-card {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
}

.map-card a {
  display: block;
  padding: 12px;
  color: var(--gst-blue);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.address-block small {
  color: var(--gst-orange);
  font-weight: 900;
}

.address-block h3 {
  margin: 10px 0 12px;
  color: var(--gst-blue);
  font-size: 16px;
}

/* Single Location and Contact location-section names share one treatment. */
.profile-template.location-view:not(.group-location-view) .location-section .location-section-name,
.profile-template.provider-view .location-section .location-section-name {
  color: #2c7a7b;
  font-family: Lora, Georgia, serif;
}

.address-block p {
  margin: 10px 0;
  color: #2c7a7b;
  font-size: 14px;
  line-height: 1.6;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.social-row a {
  color: var(--gst-aqua);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-left: 1px solid rgba(13, 59, 102, 0.12);
}

.hours-grid article {
  padding: 0 24px;
  border-left: 1px solid rgba(13, 59, 102, 0.12);
}

.hours-grid article:first-child {
  border-left: 0;
}

.hours-grid h3 {
  margin: 0 0 16px;
  color: var(--gst-blue);
  font-size: 15px;
}

.hours-grid p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 11px 0;
  font-size: 13px;
}

.photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
  margin-left: calc(235px + 26px);
}

.photo-strip img {
  width: 100%;
  aspect-ratio: 4 / 2.5;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.finance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.finance-grid article {
  min-height: 175px;
}

.events-section {
  background: linear-gradient(180deg, #f6efe3 0%, #eef8fa 100%);
  text-align: center;
}

.events-section > p {
  max-width: 580px;
  margin: 10px auto 26px;
  font-size: 14px;
  line-height: 1.5;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.event-grid article {
  display: block;
  text-align: left;
}

.event-grid time {
  width: 54px;
  min-height: 72px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f4fbfd;
  color: var(--gst-aqua);
  text-align: center;
}

.event-grid time strong,
.event-grid time span {
  display: block;
}

.event-grid time strong {
  color: #333333;
  font-size: 11px;
  text-transform: uppercase;
}

.event-grid time span {
  font-size: 23px;
  font-weight: 900;
}

.event-grid h3 {
  margin: 0 0 7px;
  color: var(--gst-blue);
  font-size: 14px;
}

.event-card-copy {
  min-width: 0;
}

.event-calendar-stack {
  min-width: 0;
  text-align: left;
}

.event-calendar-stack time {
  margin: 0;
}

.event-date-location {
  grid-column: 1 / -1;
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.45;
  text-align: left;
}

.event-date-location > span {
  display: block;
}

.event-repeat-summary {
  margin-top: 5px;
  color: #0d3b66;
  font-weight: 700;
}

/* Box: Registered Program Banner */
.registered-program-banner {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 9px 12px;
  border-radius: 6px;
  background: #bfe8f2;
  color: #0d3b66;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.registered-program-banner--placeholder {
  visibility: hidden;
}

.event-day-date {
  white-space: nowrap;
}

.event-address {
  display: block;
  margin-top: 8px;
}

.event-record-image {
  width: 84px;
  height: 84px;
  display: block;
  margin: 0 auto 14px;
  border-radius: 3px;
  object-fit: cover;
}

.event-card-layout {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.event-card-copy h3 {
  text-align: left;
}

.event-grid .event-details {
  margin-top: 8px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
}

.event-grid .event-link {
  display: inline-block;
  margin-top: 10px;
  color: #0d3b66;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
}

.location-program-card {
  display: flex;
  flex-direction: column;
  align-self: start;
  height: auto;
  min-height: 0;
}

.location-program-purpose {
  margin: 8px 0 16px;
  color: #0d3b66;
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.location-program-description {
  min-height: 0 !important;
  margin: 0 0 18px;
}

.location-program-community {
  margin-top: auto;
  padding-top: 6px;
  text-align: center;
}

.location-program-community strong,
.location-program-community span {
  display: block;
}

.location-program-community strong {
  font-weight: 600;
}

.location-program-community span {
  margin-top: 5px;
}

.location-program-card .program-read-more {
  margin-top: 18px;
}

.program-grid,
.structured-grid {
  align-items: start;
}

.location-program-card p {
  min-height: 0 !important;
}

.lower-page-expanded-section {
  width: 100%;
  max-width: none;
}

@media (max-width: 1180px) {
  .profile-template {
    display: block;
  }

  .split-section,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .profile-template.location-view:not(.group-location-view) .location-grid {
    padding-inline: 0;
  }

  .photo-strip {
    margin-left: 0;
  }
}

/* All three detail layouts: card collections stack into one column on phones. */
@media (max-width: 680px) {
  .profile-template .support-grid,
  .profile-template .clientele-columns,
  .profile-template .requirements-grid,
  .profile-template .program-grid,
  .profile-template .program-grid--ten,
  .profile-template .structured-grid,
  .profile-template .overnight-grid,
  .profile-template .finance-grid,
  .profile-template .event-grid,
  .profile-template .hours-grid,
  .profile-template .location-grid,
  .profile-template .location-directory-grid,
  .profile-template .crisis-dialog__actions,
  .profile-template .crisis-dialog__details {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .hero__content,
  .about-row,
  .stat-bar,
  .support-grid,
  .clientele-columns,
  .program-grid,
  .finance-grid,
  .event-grid {
    grid-template-columns: 1fr;
  }

  .brand-disc {
    margin-bottom: 24px;
  }

  .stat-item,
  .support-grid article,
  .clientele-columns article {
    border-left: 0;
    border-top: 1px solid rgba(13, 59, 102, 0.12);
  }

  .stat-item:first-child,
  .support-grid article:first-child,
  .clientele-columns article:first-child {
    border-top: 0;
  }

  .hours-grid,
  .photo-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero,
  .about-row,
  .support-section,
  .location-section,
  .finance-section,
  .events-section {
    padding: 26px 18px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .brand-disc {
    width: 160px;
  }

  .split-section {
    padding: 0 14px 26px;
  }
}

.nonprofit-card {
  margin: 22px;
  padding: 22px 18px;
  border-radius: 8px;
  background: #0D3B66;
  color: #F9FAFB;
}

.profile-main > .nonprofit-card {
  margin: 0;
  padding: 30px 38px;
  border-radius: 0;
  border-bottom: 1px solid var(--gst-line);
}

.nonprofit-card h3 {
  margin: 0 0 12px;
  color: #F9FAFB;
  font-family: Lora, Georgia, serif;
  font-size: 20pt;
  line-height: 1.25;
}

.nonprofit-card p {
  margin: 0;
  font-family: var(--gst-font-secondary);
  font-size: 14pt;
  line-height: 1.55;
}

.specialized-label {
  margin-top: 12px !important;
  color: #CC252C;
  font-family: var(--gst-font-secondary);
  font-weight: 400;
  text-transform: none;
}

/* Header redesign refinements */
.hero h1 {
  color: #0D3B66;
  font-family: Lora, Georgia, serif;
}

.hero-subline {
  color: #0D3B66;
  font-family: var(--gst-font-secondary);
}

.stat-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 0;
  padding: 20px 24px;
  border: 0;
  border-radius: 24pt;
  background: #F7F3E8;
}

.brand-disc {
  align-content: center;
}

.about-row {
  background: rgba(98, 182, 203, 0.5);
}

.support-icon-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto 28px;
  max-width: 920px;
}

.support-icon-row div {
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #0D3B66;
  font-family: var(--gst-font-secondary);
  font-size: 14px;
}

.support-grid h3 {
  color: #EE964B;
}

.support-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support-grid article:nth-child(2) {
  align-items: flex-start;
  text-align: left;
}

.support-grid ul {
  flex: 1 1 auto;
}

.support-grid a {
  justify-content: center;
  min-width: 132px;
  background: #62B6CB;
}

.admissions-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid var(--gst-line);
  border-radius: 0 0 8px 8px;
  background: #ffffff;
}

.admissions-overview {
  min-height: 248px;
  padding: 32px 42px 30px;
  background:
    radial-gradient(circle at left bottom, rgba(238, 150, 75, 0.22) 0 1px, transparent 1.5px),
    linear-gradient(110deg, #fff7e8 0%, #f8edda 100%);
  background-size: 14px 14px, auto;
}

.admissions-heading {
  display: grid;
  grid-template-columns: 86px auto minmax(180px, 1fr);
  gap: 22px;
  align-items: center;
}

.admissions-heading h2 {
  margin: 0;
  padding-right: 20px;
  border-right: 2px solid rgba(238, 150, 75, 0.65);
  color: #0D3B66;
  font-size: 27px;
}

.admissions-heading p {
  max-width: 205px;
  margin: 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.55;
}

.admissions-requirements {
  min-height: 248px;
  padding: 28px 42px 30px;
  background: #ffffff;
}

.admissions-requirements h2 {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(98, 182, 203, 0.55);
  color: #0D3B66;
  font-size: 24px;
}

.requirements-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 18px;
}

.requirements-grid article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
  padding-left: 0;
}

.requirements-grid article + article {
  padding-left: 30px;
  border-left: 1px solid rgba(13, 59, 102, 0.15);
}

.requirements-grid h3 {
  margin: 0;
  color: #1f8795;
  font-size: 14px;
  line-height: 1.28;
}

.requirements-grid ul {
  grid-column: 1 / -1;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.requirements-grid li {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 12px;
  color: #333333;
  font-size: 12px;
  line-height: 1.4;
}

.requirements-grid li::before {
  content: "\f00c";
  width: 17px;
  height: 17px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #62B6CB;
  color: #ffffff;
  font-family: "Font Awesome 6 Free";
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

.split-section,
.admissions-section,
.location-section,
.religious-section,
.services-section,
.structured-section,
.overnight-section,
.finance-section,
.events-section {
  margin-left: 0;
  width: 100%;
}

.split-section {
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  padding: 42px 38px;
  background: #F9FAFB;
}

.split-card {
  border: 0;
  box-shadow: none;
}

.split-card.clientele {
  background: #F9FAFB;
}

.split-card.clientele-details {
  background: #F9FAFB;
}

.split-card h2 {
  color: #0D3B66;
  font-family: Lora, Georgia, serif;
}

.clientele-columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.clientele-columns article {
  border-left: 0;
}

.clientele-columns h3,
.clientele-details h3 {
  color: #0D3B66;
  font-family: Lora, Georgia, serif;
  font-size: 16px;
}

.clientele-columns ul,
.clientele-details ul {
  padding-left: 18px;
  list-style: disc;
  color: #333333;
  font-family: var(--gst-font-secondary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
  text-align: left;
}

.clientele-details {
  color: #333333;
  font-family: var(--gst-font-secondary);
}

.clientele-columns p,
.clientele-details p {
  color: #333333;
  font-family: var(--gst-font-secondary);
  font-size: 13px;
  line-height: 1.55;
}

.clientele-columns .specialized-label,
.clientele-details .specialized-label {
  color: #333333;
}

.admissions-section,
.religious-section,
.services-section,
.structured-section,
.overnight-section {
  padding: 38px;
  border-bottom: 1px solid var(--gst-line);
}

.admissions-section {
  padding: 0;
}

.religious-section h2,
.services-section h2,
.structured-section h2,
.overnight-section h2 {
  color: #0D3B66;
  font-size: 27px;
  text-align: center;
}

.structured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.structured-grid article {
  padding: 22px;
  border-radius: 8px;
  background: #F9FAFB;
  box-shadow: 0 4px 14px rgba(13, 59, 102, 0.06);
}

.structured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.program-grid--ten {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 26px;
}

.finance-section h2 {
  color: #63B6CB;
}

.free-services-banner {
  margin: 22px auto 0;
  padding: 13px 18px;
  border-radius: 8px;
  background: #0D3B66;
  color: #F7F3E8;
  font-family: var(--gst-font-secondary);
  font-weight: 900;
  text-align: center;
}

.finance-grid a {
  display: none;
}

.events-section {
  background: rgba(244, 211, 94, 0.2);
}

.events-section > p {
  max-width: 60%;
  color: #333333;
}

.event-grid article {
  background: #F9FAFB;
}

.event-grid time {
  width: 48px;
  min-height: 48px;
  border-radius: 4px;
  background: transparent;
}

.event-grid time strong {
  color: #333333;
}

.event-grid time span {
  color: #62B6CB;
}

.event-grid h3 {
  color: #0D3B66;
  font-family: Lora, Georgia, serif;
}

.event-grid p {
  color: #333333;
  font-family: var(--gst-font-secondary);
}

.event-grid p span {
  color: #0D3B66;
}

.stat-item {
  display: flex;
  grid-template-columns: none;
  column-gap: 0;
  gap: 10px;
  align-items: center;
  padding: 0;
  border-left: 0;
  color: #0D3B66;
  font-family: var(--gst-font-secondary);
  font-size: 15pt;
  line-height: 1.25;
}

.stat-item span {
  min-width: 0;
}

.line-icon {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: transparent;
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 1;
  -webkit-text-stroke: 1.3px #0D3B66;
  text-shadow:
    1px 0 #0D3B66,
    -1px 0 #0D3B66,
    0 1px #0D3B66,
    0 -1px #0D3B66;
}

@media (max-width: 1180px) {
  .split-section,
  .admissions-section,
  .location-section,
  .religious-section,
  .services-section,
  .structured-section,
  .overnight-section,
  .finance-section,
  .events-section {
    margin-left: 0;
    width: 100%;
  }

  .split-section {
    grid-template-columns: 1fr;
  }

  .admissions-section {
    grid-template-columns: 1fr;
  }

}

/* Group Locations — Support Services Offered and Structured Programming */
.profile-template.account-view .services-section .location-program-card h3,
.profile-template.account-view .structured-section .location-program-card h3 {
  font-size: 18px;
}

.profile-template.account-view .services-section .location-program-card p,
.profile-template.account-view .services-section .location-program-card span,
.profile-template.account-view .services-section .location-program-card strong,
.profile-template.account-view .services-section .location-program-card a,
.profile-template.account-view .structured-section .location-program-card p,
.profile-template.account-view .structured-section .location-program-card span,
.profile-template.account-view .structured-section .location-program-card strong,
.profile-template.account-view .structured-section .location-program-card a {
  font-size: 16px;
  line-height: 1.6;
}

/* Group Locations — Financial Considerations */
.profile-template.account-view .finance-section .finance-grid h3 {
  font-size: 18px;
}

.profile-template.account-view .finance-section .finance-grid p,
.profile-template.account-view .finance-section .finance-grid li,
.profile-template.account-view .finance-section .finance-grid span,
.profile-template.account-view .finance-section .finance-grid strong,
.profile-template.account-view .finance-section .finance-grid a,
.profile-template.account-view .finance-section .finance-grid button,
.profile-template.account-view .finance-section .finance-subhead,
.profile-template.account-view .finance-section .free-services-banner,
.profile-template.account-view .finance-section > p,
.profile-template.account-view .finance-section .finance-session-cost {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .stat-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-icon-row,
  .requirements-grid,
  .program-grid--ten {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clientele-columns,
  .structured-grid {
    grid-template-columns: 1fr;
  }

  .requirements-grid article + article {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .split-section,
  .admissions-section,
  .location-section,
  .religious-section,
  .services-section,
  .structured-section,
  .overnight-section,
  .finance-section,
  .events-section {
    margin-left: 0;
    width: 100%;
  }

  .split-section,
  .requirements-grid,
  .support-icon-row,
  .program-grid--ten,
  .finance-grid,
  .event-grid {
    grid-template-columns: 1fr;
  }

  .events-section > p {
    width: 100%;
    max-width: 100%;
  }

  .stat-bar {
    grid-template-columns: 1fr;
  }

  .admissions-overview,
  .admissions-requirements {
    padding: 28px 20px;
  }

  .admissions-heading {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .admissions-heading h2 {
    padding-right: 0;
    border-right: 0;
  }

}

/* Web redesign template updates */
.support-section {
  background: #F9FAFB;
}

.support-icon-row {
  margin-top: 42px;
}

.support-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support-grid h3 {
  width: 100%;
  min-height: 4.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  text-align: center;
}

.support-grid ul {
  width: 100%;
}

.support-grid a {
  color: #F9FAFB;
}

.admissions-section {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #FFF4E8;
}

.admissions-overview,
.admissions-requirements {
  min-height: 0;
  background: #FFF4E8;
}

.admissions-overview {
  border-right: 3px solid #EE964B;
}

.admissions-heading {
  display: block;
  text-align: left;
}

.admissions-heading h2,
.admissions-requirements h2 {
  margin: 0;
  padding: 0 0 12px;
  border: 0;
  color: #62B6CB;
}

.admissions-application {
  margin: 22px 0 0;
  color: #333333;
  font-size: 13px;
  text-align: center;
}

.requirements-grid {
  gap: 30px;
}

.requirements-grid article {
  display: block;
}

.requirements-grid article + article {
  border-left-color: #EE964B;
}

.requirements-grid h3 {
  min-height: 36px;
  display: flex;
  align-items: center;
  color: #62B6CB;
}

.requirements-grid li::before {
  background: #EE964B;
}

.clientele-section {
  display: block;
  padding: 42px 38px;
  background: #F9FAFB;
}

.clientele-section .clientele {
  padding: 0;
  background: transparent;
}

.clientele-section .clientele h2 {
  margin: 0 0 28px;
  text-align: center;
}

.clientele-columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(13, 59, 102, 0.18);
}

.clientele-columns article {
  min-width: 0;
  min-height: 190px;
  padding: 18px 20px;
  border: 0;
  border-radius: 8px;
  background: rgba(98, 182, 203, 0.14);
  text-align: center;
}

.clientele-columns h3 {
  min-height: 42px;
  margin: 12px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D3B66;
  text-align: center;
}

.clientele-columns p,
.clientele-columns ul,
.clientele-columns li {
  font-weight: 400;
}

.clientele-columns ul {
  width: 100%;
}

.clientele-columns .specialized-label {
  color: #EE964B;
  font-weight: 800;
}

.location-section {
  width: 100%;
  margin-left: 0;
}

/* Additional web redesign refinements */
.about-row {
  width: 100%;
  margin: 0;
  background: #62B6CB;
  border-bottom: 25px solid #F9FAFB;
}

.profile-main > .nonprofit-card {
  width: 100%;
  margin: 0;
}

.support-icon-row .support-category-icon {
  width: 58px;
  height: 58px;
  display: block;
  object-fit: contain;
}

.support-grid {
  border-color: #0D3B66;
}

.support-grid article {
  border-left-color: #0D3B66;
}

.support-specialties {
  width: 100%;
  margin-top: 18px;
  padding: 18px 24px;
  border-radius: 8px;
  background: rgba(98, 182, 203, 0.2);
  color: #0D3B66;
  text-align: center;
}

.support-specialties h3 {
  margin: 0;
  color: #0D3B66;
  font-family: Lora, Georgia, serif;
  font-size: 20px;
}

.support-specialties p {
  margin: 8px 0 0;
  color: #0D3B66;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .admissions-section {
    grid-template-columns: 1fr;
  }

  .admissions-overview {
    border-right: 0;
    border-bottom: 3px solid #EE964B;
  }

}

@media (max-width: 680px) {
  .clientele-columns {
    grid-template-columns: 1fr;
  }
}

/* Final admissions, clientele, location, and event refinements */
.admissions-section {
  border: 0;
  border-radius: 0;
}

.admissions-overview {
  position: relative;
  border-right: 0;
}

.admissions-overview::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 20px;
  width: 1px;
  background: rgba(238, 150, 75, 0.65);
}

.admissions-heading,
.admissions-requirements > h2 {
  text-align: center;
}

.admissions-heading h2,
.admissions-requirements h2 {
  color: #0D3B66;
}

.requirements-grid h3 {
  color: #EE964B;
}

.clientele-columns {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 0;
}

.clientele-columns article {
  padding-top: 0;
}

.location-section > h2 {
  color: #0D3B66;
}

.photo-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.event-grid time {
  width: 54px;
  min-height: 66px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding: 7px 4px;
  border: 1px solid rgba(13, 59, 102, 0.2);
  border-radius: 4px;
  background: #F9FAFB;
}

.event-grid time strong {
  line-height: 1.1;
}

.event-grid time span {
  margin-top: 1px;
  line-height: 1.1;
}

.event-grid p .event-day,
.event-grid p .event-date-text {
  color: #333333;
  font-weight: 400;
}

@media (max-width: 980px) {
  .admissions-overview::after {
    top: auto;
    right: 20px;
    bottom: 0;
    left: 20px;
    width: auto;
    height: 1px;
  }

  .clientele-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .clientele-columns {
    grid-template-columns: 1fr;
  }
}

/* Final requested palette, fonts, and supplied artwork */
body * {
  font-family: var(--gst-font-secondary);
}

.profile-template {
  grid-template-columns: 1fr;
}

.hero {
  min-height: 590px;
  padding: 44px 48px 0;
}

.hero-crisis-link {
  width: 95%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #62b6cb;
  color: #e43414;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  box-shadow: 0 5px 14px rgba(13, 59, 102, 0.25);
  font-family: Manrope, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.hero-crisis-link img {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  object-fit: contain;
}

.hero-crisis-link small {
  font-size: 0.72em;
  color: #e43414;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 300;
}

.hero-crisis-link strong {
  font-family: Lora, Georgia, serif;
  font-size: 21pt;
  font-weight: 700;
}

.hero-crisis-link em {
  color: #e43414;
  font-family: Lora, Georgia, serif;
  font-size: 17pt;
  font-style: normal;
  font-weight: 400;
}

.hero-crisis-link:hover,
.hero-crisis-link:hover span,
.hero-crisis-link:hover strong,
.hero-crisis-link:hover small,
.hero-crisis-link:hover em {
  color: #e43414 !important;
}

.hero-crisis-link:hover {
  background: #62b6cb;
}

.hero-crisis-link:focus-visible {
  outline: 3px solid #f4d35e;
  outline-offset: 3px;
}

a.hero-crisis-link:link,
a.hero-crisis-link:visited,
a.hero-crisis-link:link span,
a.hero-crisis-link:visited span,
a.hero-crisis-link:link strong,
a.hero-crisis-link:visited strong,
a.hero-crisis-link:link small,
a.hero-crisis-link:visited small,
a.hero-crisis-link:link em,
a.hero-crisis-link:visited em {
  color: #e43414;
  text-decoration: none !important;
}

a.hero-crisis-link:hover,
a.hero-crisis-link:hover span,
a.hero-crisis-link:hover strong,
a.hero-crisis-link:hover small,
a.hero-crisis-link:hover em {
  color: #e43414 !important;
}

.hero-practice-name,
.hero-location-name {
  display: block;
}

.hero-practice-name {
  font-family: Lora, Georgia, serif;
}

.hero-location-name {
  margin-top: 15pt;
  font-family: Lora, Georgia, serif;
  font-size: 40%;
  font-weight: 400;
}

.hero-subline {
  margin-top: 15pt;
}

.hero-contact-icons a span {
  display: none;
}

.address-block .location-name {
  display: block;
  margin-top: 3pt;
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  font-size: 80%;
  font-weight: 400;
}

.hero__content {
  max-width: 1060px;
  margin: 116px auto 0;
}

.hero-contact-icons {
  display: flex;
  gap: 14px;
  margin-top: 14px;
}

.hero-contact-icons a {
  color: #0d3b66;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.stat-bar {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(1060px, 100%);
  min-height: 60px;
  margin: 49px auto 0;
  padding: 15px 24px;
  border: 0;
  border-radius: 12px;
  background: #ee964b;
  box-shadow: none;
}

.stat-item {
  display: flex;
  min-height: 60px;
  justify-content: flex-start;
  gap: 12px;
  padding: 8px 20px;
  border-left: 1px solid rgba(13, 59, 102, 0.28);
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  font-size: 17px;
  line-height: 1.2;
  text-align: left;
}

.stat-item:first-child {
  border-left: 0;
}

.stat-item .line-icon--image {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-self: center;
  padding: 0;
  background: transparent;
}

.stat-item .line-icon--wide {
  width: 68px;
  flex-basis: 68px;
}

.stat-item span {
  align-self: center;
  font-family: Lora, Georgia, serif;
  color: #0d3b66;
}

.intensity-services-chart {
  width: 100%;
  margin: 24px auto 30px;
  padding: 24px 26px 20px;
  background: #ffffff;
  color: #0d3b66;
}

.intensity-services-chart__heading {
  text-align: center;
}

.intensity-services-chart__heading h3 {
  margin: 0;
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  font-size: 28px;
  text-transform: uppercase;
}

.intensity-services-chart__heading p {
  margin: 6px 0 0;
  color: #168cae;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.intensity-services-chart__scale {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 0;
  color: #0d3b66;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.intensity-services-chart__scale span:last-child {
  color: #e43414;
  text-align: right;
}

.intensity-services-chart__scale small {
  display: block;
  margin-top: 3px;
  color: #0d3b66;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
}

.intensity-services-chart__track {
  height: 24px;
  margin: 12px 20px 0;
  position: relative;
}

.intensity-services-chart__line {
  height: 18px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: visible;
  position: relative;
  border: 2px solid #eadfca;
  border-radius: 999px;
  background: #f7f3e8;
}

.intensity-services-chart__segment {
  min-width: 0;
  background: #f7f3e8;
}

.intensity-services-chart__segment + .intensity-services-chart__segment {
  border-left: 1px solid rgba(255, 255, 255, 0.72);
}

.intensity-services-chart__segment[data-active="true"] {
  border-radius: 0;
  background: var(--intensity-segment-color);
}

.intensity-services-chart__segment[data-active="true"] + .intensity-services-chart__segment[data-active="true"] {
  border-left: 0;
}

.intensity-services-chart__segment[data-active-start="true"] {
  border-radius: 999px 0 0 999px;
}

.intensity-services-chart__segment[data-active-end="true"] {
  border-radius: 0 999px 999px 0;
}

.intensity-services-chart__segment[data-active-start="true"][data-active-end="true"] {
  border-radius: 999px;
}

.intensity-services-chart__line::before,
.intensity-services-chart__line::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  border: 3px solid #0d3b66;
  border-radius: 50%;
  background: #ffffff;
}

.intensity-services-chart__line::before { left: -6px; }
.intensity-services-chart__line::after { right: -6px; border-color: #e43414; }

.crisis-dialog__top {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 2fr);
  align-items: center;
  gap: 20px;
  padding: 10px 28px 26px;
}

.crisis-dialog__top .crisis-dialog__actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
}

.crisis-dialog__top .crisis-dialog__talk { grid-column: 1 / -1; }

.crisis-dialog__services {
  min-width: 0;
  padding-left: 22px;
  border-left: 1px solid #2c7a7b;
}

.crisis-dialog__top--without-actions {
  grid-template-columns: minmax(0, 1fr);
}

.crisis-dialog__top--without-actions .crisis-dialog__services {
  width: 100%;
  padding-left: 0;
  border-left: 0;
}

/* Crisis Resources — let the available contact methods fill their row. */
.crisis-dialog__top--with-actions {
  grid-template-columns: minmax(0, 1fr);
}

.crisis-dialog__top--with-actions .crisis-dialog__actions {
  width: 100%;
  margin-inline: auto;
}

.crisis-dialog__top--1-method .crisis-dialog__actions {
  grid-template-columns: minmax(0, 1fr);
}

.crisis-dialog__top--2-method .crisis-dialog__actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crisis-dialog__top--3-method .crisis-dialog__actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crisis-dialog__top--with-actions .crisis-dialog__talk {
  grid-column: auto;
}

.crisis-dialog__top--with-actions .crisis-dialog__services {
  width: 100%;
  padding: 22px 0 0;
  border-top: 1px solid #2c7a7b;
  border-left: 0;
}

.crisis-dialog__services h3 {
  margin: 0 0 18px;
  color: #2c7a7b;
  font-size: 20px;
  text-align: center;
}

.crisis-dialog__services > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.crisis-dialog__service { width: 112px; text-align: center; }

.crisis-dialog__service span {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
  overflow: hidden;
  border-radius: 50%;
  background: #9bb7ba;
}

.crisis-dialog__service img { width: 82px; height: 82px; object-fit: contain; }

.crisis-dialog__service h4 {
  margin: 0;
  color: #333333;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 11px;
  line-height: 1.25;
  text-transform: uppercase;
}

.insurance-carriers-dialog {
  width: min(420px, calc(100% - 32px));
  max-height: calc(100vh - 48px);
  position: fixed;
  top: 24px;
  left: 24px;
  margin: 0;
  padding: 0;
  overflow: auto;
  border: 3px solid #ee964b;
  border-radius: 12px;
  background: #ffffff;
  color: #333333;
}

.insurance-carriers-dialog::backdrop { background: rgba(51, 51, 51, 0.48); }

.insurance-carriers-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 2px solid #ee964b;
}

.insurance-carriers-dialog__header h2 { margin: 0; color: #ee964b; font-size: 22px; }
.insurance-carriers-dialog__header button { border: 0; background: transparent; color: #ee964b; font-size: 28px; cursor: pointer; }
.insurance-carriers-dialog ul { columns: 2; margin: 0; padding: 20px 28px 24px 44px; font-family: Manrope, Arial, sans-serif; line-height: 1.65; }

@media (max-width: 680px) {
  .crisis-dialog__top { grid-template-columns: 1fr; }
  .crisis-dialog__services { padding: 20px 0 0; border-top: 1px solid #2c7a7b; border-left: 0; }
  .insurance-carriers-dialog { top: 16px; left: 16px; }
  .insurance-carriers-dialog ul { columns: 1; }
}

.intensity-services-chart__marker {
  display: none !important;
}

.intensity-services-chart__marker-label {
  display: none;
}

.intensity-services-chart__stops {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.intensity-services-chart__stops li {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #0d3b66;
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.intensity-services-chart__stops i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid #a8d5d0;
  border-radius: 50%;
  color: #168cae;
  font-size: 22px;
}

.intensity-services-chart__stops li:nth-child(4) i {
  color: #63b6cb;
}

.intensity-services-chart__stops li:nth-child(5) i {
  border-color: #f4d35e;
  color: #ee964b;
}

.intensity-services-chart__stops li:nth-child(6) i {
  border-color: #e43414;
  color: #e43414;
}

.intensity-services-chart__stops li[data-active="true"] i {
  box-shadow: 0 0 0 5px rgba(13, 59, 102, 0.16);
}

.intensity-services-chart__status {
  display: none !important;
}

.intensity-section {
  padding: 30px 0;
  background: #ffffff;
}

.about-row {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.44fr);
  gap: 28px;
}

.video-card {
  min-height: 0;
}

.video-card img {
  height: auto;
  aspect-ratio: 16 / 9;
}

.about-copy p {
  font-size: 17px;
}

.nonprofit-card h3 {
  font-family: Lora, Georgia, serif;
}

.support-icon-row > div:nth-child(2) .support-category-icon {
  transform: scale(1.18);
}

h1,
h2,
h3,
h4,
h5,
h6,
.profile-nav a,
.hero h1,
.about-copy h2 {
  font-family: Lora, Georgia, serif;
}

.profile-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  padding: 18px 30px;
  background: #2c7a7b;
  color: #ffffff;
}

.profile-nav a {
  padding: 4px 10px;
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.about-row {
  background: rgba(238, 150, 75, 0.65);
}

.nonprofit-card,
.nonprofit-card p {
  font-family: Manrope, Arial, sans-serif;
}

.line-icon--image {
  width: 30px;
  height: 30px;
  padding: 4px;
  border: 0;
  border-radius: 6px;
  background: #2c7a7b;
  object-fit: contain;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.line-icon--wide {
  width: 42px;
}

@media (max-width: 760px) {
  .hero {
    min-height: 650px;
    padding: 28px 18px 0;
  }

  .hero-crisis-link {
    width: 95%;
    left: 50%;
    top: 18px;
    font-size: 17px;
  }

  .hero__content {
    margin-top: 140px;
  }

  .stat-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-item:nth-child(3) {
    border-left: 0;
  }

  .stat-item:nth-child(n + 3) {
    border-top: 1px solid rgba(13, 59, 102, 0.28);
  }

  .intensity-services-chart {
    padding: 20px 12px 16px;
  }

  .intensity-services-chart__heading h3 {
    font-size: 22px;
  }

  .intensity-services-chart__heading p {
    font-size: 12px;
  }

  .intensity-services-chart__track {
    margin-right: 8px;
    margin-left: 8px;
  }

  .intensity-services-chart__stops {
    display: none;
  }

  .profile-nav {
    justify-content: flex-start;
  }
}

/* Final support and lower-page layout refinements */
.support-grid {
  border: 2px solid #0d3b66;
}

.support-grid h3 {
  color: #ee964b;
  font-size: 19px;
}

.support-grid ul,
.support-grid li {
  font-size: 16px;
}

.support-grid a {
  align-self: center;
  justify-content: center;
  text-align: center;
}

.support-specialties h3 {
  color: #0d3b66;
  font-size: 20px;
  text-transform: uppercase;
}

.support-specialties p {
  font-size: 18px;
}

.support-icon-row > div:nth-child(2) .support-category-icon {
  transform: scale(1);
}

.lower-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  align-items: start;
  background: #ffffff;
}

.lower-page-main {
  min-width: 0;
}

.admissions-sidebar {
  min-width: 0;
  background: #ffffff;
}

.admissions-sidebar .admissions-section {
  display: block;
  padding: 30px 26px;
  background: #ffffff;
  border-bottom: 0;
}

.admissions-sidebar .admissions-overview,
.admissions-sidebar .admissions-requirements {
  min-height: 0;
  padding: 0;
  background: #ffffff;
  border: 0;
}

.admissions-sidebar .admissions-heading h2,
.admissions-sidebar .admissions-requirements h2 {
  padding: 0;
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  font-size: 25px;
  text-align: left;
}

.admissions-sidebar .admissions-application {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 26px 0 0;
  padding: 10px 16px;
  border-radius: 7px;
  background: #a8d5d0;
  color: #0d3b66;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.admissions-sidebar-divider {
  width: 70%;
  margin: 30px auto;
  border-top: 2px solid #ee964b;
}

/* Design feedback: StateFace state silhouettes for Areas Served. */
@font-face {
  font-family: "StateFaceRegular";
  src: url("https://propublica.github.io/stateface/font/webfont/stateface-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.profile-nav {
  position: sticky;
  top: 0;
  z-index: 10;
}

.support-grid,
.program-grid,
.structured-grid {
  align-items: stretch;
}

.support-grid article,
.program-grid article,
.structured-grid article {
  min-width: 0;
}

.location-directory-grid .social-row {
  justify-content: center;
  margin: 8px 0;
}

.location-contact strong {
  font-family: Lora, Georgia, serif;
}

.long-text-clamped {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--long-text-limit, 10);
  line-clamp: var(--long-text-limit, 10);
}

.areas-served-section {
  margin: 0 26px 30px;
  padding: 24px 26px;
  border-top: 2px solid #0d3b66;
  background: #f7f3e8;
}

.areas-served-section h2 {
  color: #0d3b66;
  font: 700 22px Lora, Georgia, serif;
}

.areas-served-state {
  padding: 12px 0;
  border-bottom: 2px solid #ee964b;
}

.areas-served-state:last-child {
  border-bottom: 0;
}

.areas-served-state-name {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0d3b66;
  font: 700 18px Lora, Georgia, serif;
}

.stateface-icon {
  color: #2c7a7b;
  font: 25px/1 "StateFaceRegular";
}

.areas-served-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
}

.areas-served-columns h3 {
  margin: 0 0 6px;
  color: #ee964b;
  font-size: 15px;
}

.areas-served-columns ul {
  margin: 0;
  padding-left: 18px;
  color: #0d3b66;
  font-size: 13px;
}

.areas-served-zip-list {
  columns: 2;
  font-size: 11px !important;
}

.areas-served-more {
  display: inline-block;
  margin-top: 7px;
  color: #2c7a7b;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.admissions-sidebar .admissions-requirements h2 {
  margin-bottom: 18px;
}

.admissions-sidebar .requirements-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.admissions-sidebar .requirements-grid article {
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid rgba(13, 59, 102, 0.14);
}

.admissions-sidebar .requirements-grid article:last-child {
  border-bottom: 0;
}

.admissions-sidebar .requirements-grid h3 {
  min-height: 0;
  margin: 0 0 8px;
  color: #ee964b;
  font-size: 16px;
}

.admissions-sidebar .requirements-grid ul {
  margin: 0;
  padding-left: 18px;
  color: #333333;
  font-size: 13px;
  line-height: 1.45;
}

.sidebar-hours {
  margin: 0 26px 30px;
  padding-top: 24px;
  border-top: 2px solid #0d3b66;
}

.sidebar-hours > h2 {
  margin: 0 0 18px;
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  font-size: 22px;
}

.sidebar-hours .hours-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  border: 0;
}

.sidebar-hours .hours-grid article {
  padding: 0;
  border: 0;
}

.sidebar-hours .hours-grid h3 {
  margin: 0 0 10px;
  color: #ee964b;
  font-size: 16px;
}

.sidebar-hours .hours-grid p {
  margin: 8px 0;
  color: #333333;
  font-size: 13px;
}

.clientele-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, auto));
}

.clientele-columns article {
  min-height: 0;
}

@media (max-width: 980px) {
  .lower-page-layout {
    grid-template-columns: 1fr;
  }

  .admissions-sidebar {
    order: 2;
  }
}

@media (max-width: 680px) {
  .clientele-columns {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
}

/* Final provider-profile content refinements */
.hero__content {
  align-items: center;
}

/* Account and Location heroes: keep the logo aligned with the identity heading. */
.profile-template.location-view .hero__content,
.profile-template.account-view .hero__content {
  align-items: start;
}

.hero-services-offered {
  max-width: 690px;
  margin: 9px 0 0;
  color: #0d3b66;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.profile-template.location-view .hero-services-list,
.profile-template.account-view .hero-services-list,
.profile-template.provider-view .hero-services-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px 24px;
  margin-top: 5px;
  margin-left: 25px;
  width: calc(100% + 30pt);
  font-size: calc(1em - 3pt);
}

/* Hero — Services Offered */
.profile-template.location-view .hero-services-list--one,
.profile-template.account-view .hero-services-list--one,
.profile-template.provider-view .hero-services-list--one {
  grid-template-columns: minmax(0, 1fr);
}

.profile-template.location-view .hero-services-list--two,
.profile-template.account-view .hero-services-list--two,
.profile-template.provider-view .hero-services-list--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-template.location-view .hero-services-list__item,
.profile-template.account-view .hero-services-list__item,
.profile-template.provider-view .hero-services-list__item {
  position: relative;
  min-width: 0;
  padding-left: 12px;
}

.profile-template.location-view .hero-services-list__item::before,
.profile-template.account-view .hero-services-list__item::before,
.profile-template.provider-view .hero-services-list__item::before {
  content: "•";
  position: absolute;
  left: 0;
}

/* Locked practice hero: shared by Account and Location routes. */
.profile-template.location-view .hero-subline,
.profile-template.location-view .hero-services-offered,
.profile-template.account-view .hero-subline,
.profile-template.account-view .hero-services-offered {
  color: #0d3b66;
}

.profile-template.location-view .hero-subline,
.profile-template.location-view .hero-services-offered,
.profile-template.location-view .hero-states-served {
  font-size: calc(21px - 2pt);
}

/* Location layout only: emphasize the unique Location name in Lora. */
.profile-template.location-view .hero-location-name {
  font-family: Lora, Georgia, serif;
  font-weight: 700;
}

.profile-template.location-view:not(.group-location-view) .hero-location-name {
  margin-top: 0;
  font-size: inherit;
  font-weight: 400;
}

.profile-template.location-view:not(.group-location-view) .hero-practice-name {
  margin-top: 10pt;
  font-size: 40%;
  font-weight: 400;
}

/* A single Location without a separate Unique_Loc_Name still has one primary
   hero name. Keep it at the same primary-name size used by every layout. */
.profile-template.location-view:not(.group-location-view) .hero-single-name .hero-practice-name {
  margin-top: 0;
  font-size: inherit;
  font-weight: 400;
}

/* Contact hero mirrors the approved single-Location name hierarchy. */
.profile-template.provider-view .hero-location-name {
  font-family: Lora, Georgia, serif;
  margin-top: 10pt;
  font-size: 40%;
  font-weight: 400;
}

.profile-template.provider-view .hero-subline,
.profile-template.provider-view .hero-services-offered,
.profile-template.provider-view .hero-states-served {
  color: #0d3b66;
  font-size: calc(21px - 2pt);
}

.profile-template.provider-view .hero-subline span,
.profile-template.provider-view .hero-services-offered span,
.profile-template.provider-view .hero-states-served span {
  color: #0d3b66;
}

/* Contact layout: repeat the approved location presentation for each linked Location. */
.profile-template.provider-view .contact-linked-location-list {
  display: grid;
  gap: 28px;
}

.profile-template.provider-view .contact-linked-location + .contact-linked-location {
  padding-top: 28px;
  border-top: 1px solid rgba(13, 59, 102, 0.18);
}

.profile-template.provider-view .contact-location-profile-button {
  display: inline-block;
  margin-top: 16px;
}

.profile-template.provider-view .contact-location-socials {
  margin-top: 14px;
}

/* Box: How to Find Me. Without a published address, keep the Contact-owned
   booking phone and social links centered directly below the section title. */
.profile-template.provider-view .contact-linked-location--private {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.profile-template.provider-view .contact-linked-location--private .address-block:empty {
  display: none;
}

.profile-template.provider-view .contact-linked-location--private .location-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 520px);
  margin: 0 auto;
  text-align: center;
}

.profile-template.provider-view .contact-linked-location--private .location-contact > p {
  margin: 0;
  text-align: center;
}

.profile-template.provider-view .contact-linked-location--private .contact-location-socials {
  justify-content: center;
  margin-top: 14px;
}

.profile-template.provider-view .contact-linked-location .location-address {
  gap: 0;
}

.profile-template .finance-grid.finance-grid--one,
.profile-template .finance-grid.finance-grid--two {
  justify-content: center;
}

.profile-template .finance-grid.finance-grid--one {
  grid-template-columns: minmax(0, min(100%, 340px));
}

.profile-template .finance-grid.finance-grid--two {
  grid-template-columns: repeat(2, minmax(0, min(100%, 340px)));
}

.stat-bar {
  min-height: 30px;
  height: 30px;
  width: min(1060px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding: 0 18px;
}

.stat-item {
  min-height: 30px;
  padding: 3px 16px;
  font-size: 14px;
  font-weight: 700;
}

.stat-item .line-icon--image {
  width: 26px;
  height: 26px;
  flex-basis: 26px;
}

.stat-item .line-icon--wide {
  width: 42px;
  flex-basis: 42px;
}

.about-copy h2 {
  font-size: 33px;
  white-space: nowrap;
}

.about-row {
  background: rgba(238, 150, 75, 0.75);
}

.intensity-services-chart {
  width: 80%;
}

.intensity-services-chart__heading h3 {
  text-transform: none;
}

.support-section > h2 {
  font-size: 29px;
}

.support-icon-row > div:nth-child(2) .support-category-icon {
  transform: scale(0.85);
}

.clientele-section .clientele h2 {
  font-size: 29px;
}

.clientele-columns article {
  background: #a8d5d0;
}

.clientele-columns h3 {
  color: #ee964b;
  font-size: 18px;
}

.clientele-columns p,
.clientele-columns ul,
.clientele-columns li {
  font-size: 15px;
}

.admissions-sidebar .admissions-heading {
  margin: -30px -26px 22px;
  padding: 18px 26px;
  background: #a8d5d0;
}

.admissions-sidebar .admissions-heading h2 {
  color: #faf9f7;
  font-size: 23px;
  text-align: center;
}

.admissions-sidebar .admissions-requirements h2 {
  font-size: 23px;
}

.sidebar-hours > h2 {
  margin-bottom: 18px;
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  font-size: 23px;
  text-align: center;
}

.lower-page-main {
  display: flex;
  flex-direction: column;
}

.lower-page-main > .clientele-section {
  order: 1;
}

.lower-page-main > .religious-section {
  order: 2;
}

.lower-page-main > .location-section {
  order: 6;
}

.lower-page-main > .location-directory-section {
  order: 7;
}

.lower-page-main > .account-connect-section {
  order: 8;
}

.lower-page-main > .finance-section {
  order: 9;
}

.lower-page-main > .events-section {
  order: 10;
  border-bottom: 0;
}

.religious-section {
  min-height: 360px;
  padding: 42px 38px;
  background-color: #f7f3e8;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
    url("https://www.getsupporttogether.com/Test/photos/get-support-together-sunrise-for-mental-health-optimism.jpg");
  background-size: auto, 100% auto;
  background-position: center, center center;
  background-repeat: no-repeat;
}

.religious-section > h2 {
  color: #0d3b66;
  font-size: 29px;
}

.religious-copy {
  max-width: 760px;
  margin-top: 18px;
  color: #0d3b66;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.religious-copy p {
  margin: 0 0 14px;
}

.location-grid {
  grid-template-columns: 180px minmax(220px, 1fr) minmax(220px, 0.9fr);
}

.map-card iframe {
  height: 190px;
}

.location-contact {
  padding: 0 20px;
  color: #333333;
  font-size: 14px;
  line-height: 1.55;
}

.location-contact p {
  margin: 10px 0;
}

.location-contact strong {
  color: #ee964b;
}

.social-row {
  gap: 14px;
}

.social-row a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.social-row a i {
  color: #0d3b66;
  font-size: 16px;
}

.photo-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-left: 0;
}

.location-directory-section {
  padding: 38px;
  background: #f7f3e8;
}

.location-directory-section > h2 {
  margin: 0 0 22px;
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  font-size: 29px;
}

.location-directory-intro {
  margin: -10px 0 24px;
  color: #333333;
  text-align: center;
}

.location-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.location-directory-grid article {
  min-height: 170px;
  padding: 20px;
  border-radius: 8px;
  background: #0d3b66;
  color: #ffffff;
}

.location-directory-grid h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: Lora, Georgia, serif;
  font-size: 18px;
}

.location-directory-grid p {
  margin: 8px 0 0;
  color: #ffffff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.location-directory-grid .location-directory-address {
  color: #a8d5d0;
}

.program-grid article {
  display: flex;
  flex-direction: column;
}

.program-grid h3 {
  color: #2c7a7b;
}

.program-grid p {
  flex: 1 1 auto;
}

.program-read-more {
  display: inline-flex;
  align-self: center;
  justify-content: center;
  min-width: 110px;
  margin-top: 18px;
  padding: 8px 14px;
  border-radius: 6px;
  background: #2c7a7b;
  color: #f7f3e8;
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.event-grid time {
  min-height: 0;
  height: auto;
  align-self: start;
}

@media (max-width: 980px) {
  .intensity-services-chart {
    width: 100%;
  }

  .location-grid {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .location-contact {
    grid-column: 2;
  }

  .photo-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .stat-bar {
    height: auto;
    min-height: 30px;
  }

  .location-grid,
  .location-directory-grid {
    grid-template-columns: 1fr;
  }

  .location-contact {
    grid-column: auto;
    padding: 0;
  }

}

/* Final web redesign adjustments */
.hero-crisis-link {
  gap: 11px;
}

.stat-bar {
  width: min(980px, calc(100% - 96px));
  min-height: 50px;
  height: 50px;
  margin-top: 59px;
  margin-left: max(48px, calc((100% - 1060px) / 2));
  margin-right: 0;
  padding: 0 10px;
  border-radius: 0;
}

.stat-item,
.stat-item:first-child {
  min-height: 50px;
  gap: 8px;
  padding: 3px 10px;
  border: 0;
}

.about-copy h2 {
  white-space: nowrap;
}

.nonprofit-card {
  margin: 0 0 24px;
  padding: 22px 24px;
  border-radius: 0;
  background: #0d3b66;
}

.nonprofit-card h3 {
  margin-bottom: 10px;
  font-size: 16pt;
}

.nonprofit-card p {
  font-size: 13pt;
}

.admissions-sidebar {
  display: flex;
  flex-direction: column;
}

.admissions-sidebar .sidebar-hours {
  margin-top: 0;
}

.clientele-columns article {
  background: #c4e4e0;
}

.clientele-columns .specialized-label {
  display: block;
  color: #000000;
  text-align: left;
}

.admissions-sidebar .admissions-heading h2 {
  color: #0d3b66;
  font-size: 21px;
}

.admissions-sidebar .admissions-requirements h2 {
  font-size: 21px;
}

.religious-section {
  padding-bottom: 21px;
  border-bottom: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.62)),
    url("https://www.getsupporttogether.com/Test/photos/get-support-together-sunrise-for-mental-health-optimism.jpg");
  background-position: center, center 42%;
  background-size: auto, cover;
}

.religious-copy {
  width: 100%;
  max-width: 60%;
  margin: 33px auto 0;
  text-align: center;
}

@media (max-width: 680px) {
  .religious-copy {
    max-width: 100%;
  }
}

.location-grid {
  column-gap: 12px;
  grid-template-columns: 216px minmax(220px, 1fr) minmax(220px, 0.9fr);
}

.social-row {
  gap: 10px;
}

.social-row a span {
  display: none;
}

.social-row a i {
  font-size: 17px;
}

.photo-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.photo-strip img {
  object-fit: contain;
  background: #ffffff;
}

.lower-page-main > .services-section { order: 3; }
.lower-page-main > .structured-section { order: 4; }
.lower-page-main > .location-providers-section { order: 5; }
.lower-page-main > .overnight-section { order: 6; }
.lower-page-main > .location-licensing-section { order: 7; }
.lower-page-main > .finance-section { order: 8; }
.lower-page-main > .events-section { order: 9; }
.lower-page-main > .location-directory-section { order: 10; }
.lower-page-main > .location-section { order: 11; }

.location-directory-section {
  padding: 38px;
}

.location-directory-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-directory-grid article {
  background: #0d3b66;
}

.location-directory-grid ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.location-directory-grid li {
  margin: 4px 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
}

.location-directory-grid .location-directory-address {
  color: #2c7a7b;
}

.finance-section > h2 {
  color: #0d3b66;
  text-align: center;
}

.court-qualifying-card {
  padding: 14px;
  border-bottom: 4px solid #0d3b66;
  background: #f7f3e8;
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  list-style: none;
}

.participate-section {
  border-bottom: 4px solid #0d3b66;
  background: #f7f3e8;
}

.overnight-amenities-card ul {
  columns: 3;
}

.overnight-room-sizes {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(13, 59, 102, 0.18);
}

.overnight-room-sizes h4 {
  margin: 0 0 10px;
  color: #2c7a7b;
  font-family: var(--gst-font-primary);
  font-size: 16px;
}

.areas-served-national {
  text-align: center;
}

.areas-served-us-map {
  width: min(100%, 310px);
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.areas-served-national-message {
  margin: 18px 0 0;
  color: #0d3b66;
  font-family: var(--gst-font-primary);
  font-size: 18px;
  font-weight: 800;
}

.areas-served-physical-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(13, 59, 102, 0.18);
  color: #333333;
}

.areas-served-physical-state .stateface-icon {
  color: #ee964b;
  font-size: 38px;
}

.areas-served-physical-state-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.areas-served-physical-state p {
  margin: 0;
  font-size: 14px;
}

.about-row {
  background: #ffffff;
  border-bottom: 0;
}

.hero-crisis-link {
  width: 95%;
  min-height: 58px;
  padding: 12px 24px;
}

.hero-contact-icons a i {
  font-size: 115%;
}

.about-row {
  background: rgba(238, 150, 75, 0.5);
}

.profile-nav {
  justify-content: center;
  gap: 8px;
}

.support-section > h2,
.religious-section > h2,
.services-section > h2,
.structured-section > h2,
.overnight-section > h2,
.finance-section > h2,
.events-section > h2 {
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
}

.support-grid,
.program-grid,
.structured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.support-grid article,
.program-grid article,
.structured-grid article {
  display: flex;
  flex-direction: column;
}

.support-grid ul,
.program-grid p,
.structured-grid p {
  min-height: 20em;
}

.support-specialties h3 {
  font-weight: 800;
}

.clientele-columns ul {
  list-style: disc;
}

.data-list-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: 80vh;
  border: 0;
  border-radius: 10px;
  padding: 24px;
  color: #0d3b66;
}

.data-list-dialog::backdrop {
  background: rgba(13, 59, 102, 0.55);
}

.data-list-dialog > button {
  float: right;
  border: 0;
  background: transparent;
  color: #0d3b66;
  font-size: 24px;
}

.data-list-dialog li {
  margin: 5px 0;
}

.finance-section .free-services-banner {
  background: rgba(238, 150, 75, 0.8);
}

.finance-icon {
  display: none;
}

.finance-grid h3 {
  color: #2c7a7b;
  text-align: center;
}

.event-grid article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
}

.event-grid article h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}

.event-grid article p {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  margin-top: 7px;
}

@media (max-width: 980px) {
  .stat-bar {
    width: calc(100% - 96px);
  }

  .location-grid {
    grid-template-columns: 216px minmax(0, 1fr);
  }

  .location-directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .hero-crisis-link {
    gap: 11px;
  }

  .stat-bar {
    width: calc(100% - 36px);
    margin-left: 18px;
  }

  .about-copy h2 {
    white-space: normal;
  }

  .location-directory-grid {
    grid-template-columns: 1fr;
  }

  .photo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admissions-sidebar .sidebar-hours {
    margin-top: 0;
  }
}

/* Latest template refinements */
.stat-bar {
  border-radius: 26pt;
}

.intensity-section,
.intensity-services-chart {
  background: #ffffff;
}

.admissions-overview::after {
  display: none;
}

.admissions-contact-table {
  width: 100%;
  margin-top: 24px;
  border-collapse: separate;
  border-spacing: 0 10px;
  color: #0d3b66;
}

.admissions-contact-table td {
  padding: 0;
  vertical-align: middle;
  text-align: left;
}

.admissions-contact-table .admissions-contact-icon {
  width: 44px;
  padding-right: 10px;
  text-align: center;
}

.admissions-contact-table .admissions-contact-icon > i,
.admissions-contact-table .admissions-contact-icon a {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #a8d5d0;
  color: #0d3b66;
  text-decoration: none;
}

.admissions-contact-table strong,
.admissions-contact-table a,
.admissions-contact-table span {
  display: block;
  color: #0d3b66;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
}

.admissions-contact-table strong {
  font-family: Lora, Georgia, serif;
  font-size: 15px;
}

.admissions-sidebar .admissions-requirements > h2 {
  text-align: center;
}

.sidebar-visit-section {
  margin: 0 26px;
  padding: 24px 0 0;
  border-top: 2px solid #0d3b66;
  color: #333333;
}

.sidebar-visit-heading {
  margin: 0 -26px 18px;
  padding: 18px 26px;
  background: #a8d5d0;
}

.sidebar-visit-section h2 {
  margin: 0;
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  font-size: 21px;
  text-align: center;
}

.sidebar-visit-section p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.sidebar-visit-divider {
  width: 80%;
  margin: 22px auto;
  border-top: 1px solid #ee964b;
}

.sidebar-visit-divider + h2 {
  margin-bottom: 12px;
}

.provider-types-section {
  margin: 24px 26px 0;
  padding: 24px 0 0;
  border-top: 2px solid #0d3b66;
  color: #333333;
}

.provider-types-section h2 {
  margin: 0 0 12px;
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  font-size: 21px;
  text-align: center;
}

.provider-types-section p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.provider-types-section ul {
  margin: 12px 0 0;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.55;
}

.participate-section {
  margin: 24px 26px 0;
  padding: 20pt;
  background: rgba(238, 150, 75, 0.8);
  color: #0d3b66;
}

.participate-section h2 {
  margin: 0 0 10px;
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  font-size: 21px;
  text-align: center;
}

.participate-section p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.participate-link {
  display: block;
  width: fit-content;
  margin: 14px auto 0;
  color: #0d3b66;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
}

.support-section {
  background-image:
    linear-gradient(rgba(249, 250, 251, 0.4), rgba(249, 250, 251, 0.4)),
    url("https://www.getsupporttogether.com/Test/water-rebirth-in-mental-health-support_1920.jpg");
  background-position: center;
  background-size: cover;
}

/* Orange section treatment for support services and structured programming. */
.services-section,
.structured-section {
  background: rgba(238, 150, 75, 0.2);
}

.services-section .program-grid article,
.structured-section .structured-grid article {
  border: 1px solid #ee964b;
}

/* Keep the two adjacent programming sections visually continuous. */
.services-section {
  border-bottom: 0;
}

.services-section .program-grid h3,
.structured-section .structured-grid h3 {
  color: #2c7a7b;
  font-size: 16px;
  text-align: center;
}

.services-section .program-grid p,
.structured-section .structured-grid p {
  font-size: 13px;
  line-height: 1.5;
}

.structured-section .structured-grid article {
  display: flex;
  flex-direction: column;
}

.structured-section .program-read-more {
  margin-top: 18px;
}

.finance-section .finance-subhead {
  margin: 14px 0 4px;
  color: #ee964b;
  font-size: 14px;
  font-weight: 800;
}

.finance-section .finance-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.finance-section .finance-grid article {
  min-height: 220px;
  padding: 24px 22px;
}

.finance-section .finance-session-cost {
  max-width: 760px;
  margin: 24px auto 0;
  color: #0d3b66;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.finance-section .finance-grid a {
  display: block;
  margin-top: 12px;
  color: #2c7a7b;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
}

/* Box: Financial Considerations */
.finance-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 0;
  background: transparent;
}

.finance-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("/Test/photos/financial-considerations-for-mental-health-support.png") center / cover no-repeat;
  opacity: 0.2;
}

.video-card iframe {
  display: block;
  width: 100%;
  min-height: 315px;
  aspect-ratio: 16 / 9;
  border: 0;
}

.video-card video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

.video-card--horizontal {
  width: 100%;
}

.video-card--horizontal iframe,
.video-card--horizontal video {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.video-card--vertical {
  width: min(100%, 390px);
  justify-self: center;
}

.video-card--vertical iframe,
.video-card--vertical video {
  min-height: 0;
  aspect-ratio: 9 / 16;
}

.video-card--portrait-social {
  width: min(100%, 416px);
  justify-self: center;
}

.video-card--portrait-social iframe,
.video-card--portrait-social video,
.video-card--portrait-social .video-card-preview {
  min-height: 0;
  aspect-ratio: 4 / 5;
}

.video-card button.video-card-preview {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  left: auto;
  top: auto;
  transform: none;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  background: #ffffff;
  box-shadow: none;
}

.video-card button.video-card-preview::after {
  content: none;
}

.video-card button.video-card-preview img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.video-card--horizontal .video-card-preview {
  aspect-ratio: 16 / 9;
}

.video-card--vertical .video-card-preview {
  aspect-ratio: 9 / 16;
}

.video-card-preview span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.24);
  transform: translate(-50%, -50%);
}

.video-card-preview span::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 28px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 21px solid var(--gst-blue);
}

.video-card-preview strong {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  color: #ffffff;
  font-family: "Lora", serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
  white-space: nowrap;
}

.location-directory-address-link {
  color: inherit;
  text-decoration: none;
}

.about-row--with-video:has(.video-card--vertical) {
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 0.62fr);
}

.about-row--with-video:has(.video-card--portrait-social) {
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 0.68fr);
}

.finance-section .finance-grid article {
  display: flex;
  flex-direction: column;
}

.finance-section .finance-grid article > h3 {
  min-height: 1.35em;
  margin-bottom: 14px;
}

.finance-section .finance-grid article > .finance-subhead:first-of-type,
.finance-section .finance-grid article > h3 + p,
.finance-section .finance-grid article > h3 + ul {
  margin-top: 0;
}

.finance-section .finance-grid h3 {
  font-weight: 800;
}

.finance-section .finance-grid .carrier-listing-button {
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 6px;
  background: #ee964b;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  margin: auto auto 0;
}

.finance-section .ways-to-pay-list {
  margin: 0;
  padding-left: 20px;
  color: #333333;
  font-size: 13px;
  line-height: 1.65;
}

.location-directory-grid article {
  background: #f7f3e8;
  color: #0d3b66;
}

.location-directory-grid h3,
.location-directory-grid p,
.location-directory-grid li {
  color: #0d3b66;
}

.location-directory-grid .location-directory-address {
  color: #2c7a7b;
}

.location-directory-section > h2 {
  text-align: center;
}

.location-directory-grid article {
  border: 1px solid #0d3b66;
  background: #f7f3e8;
}

.location-directory-grid .location-directory-address {
  margin-top: 0;
  color: #2c7a7b;
  text-align: center;
}

.location-section,
.location-directory-section {
  background: #f7f3e8;
}

@media (max-width: 900px) {
  .finance-section .finance-grid {
    grid-template-columns: 1fr;
  }
}

.overnight-section {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
    url("https://www.getsupporttogether.com/Test/photos/overnight-stay-facilities-mental-health-resources.jpg");
  background-position: center 62%;
  background-size: cover;
}

.overnight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 24px;
}

.overnight-grid article {
  padding: 22px;
  border-radius: 8px;
  background: rgba(249, 250, 251, 0.9);
  box-shadow: 0 4px 14px rgba(13, 59, 102, 0.06);
}

.overnight-grid h3 {
  margin: 0 0 12px;
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  font-size: 19px;
}

.overnight-information-card h3,
.overnight-information-card h4 {
  font-size: 19px;
}

.overnight-information-card > h3 {
  text-align: center;
}

.overnight-stay-status,
.overnight-night-description {
  margin: 0 auto 14px;
  color: #333333;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.overnight-individual-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
}

.overnight-individual-details p {
  margin: 0;
  padding: 12px 14px;
  border-radius: 6px;
  background: rgba(13, 59, 102, 0.8);
  color: #f7f3e8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.overnight-individual-details--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: calc(66.666% - 4px);
  margin-right: auto;
  margin-left: auto;
}

.overnight-individual-details--one {
  grid-template-columns: minmax(0, 1fr);
  width: calc(33.333% - 8px);
  margin-right: auto;
  margin-left: auto;
}

.overnight-amenities-card,
.overnight-policy-card,
.overnight-pregnancy-card {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(13, 59, 102, 0.18);
}

.overnight-amenities-card--without-amenities {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.overnight-amenities-card--without-amenities .overnight-room-sizes {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.overnight-amenities-card > h4 {
  margin: 0 0 12px;
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  font-size: 17px;
}

.overnight-amenities-card ul {
  margin: 0;
  padding-left: 20px;
  column-count: 3;
  column-gap: 34px;
  color: #333333;
  font-size: 14px;
  line-height: 1.65;
}

.overnight-amenities-card li {
  break-inside: avoid;
  margin-bottom: 6px;
}

.overnight-policy-card p {
  margin: 0 0 12px;
  color: #333333;
  font-size: 14px;
  line-height: 1.55;
}

.overnight-pregnancy-card {
  grid-column: 1 / -1;
}

.overnight-pregnancy-card p {
  margin: 0 0 8px;
  color: #333333;
  font-size: 14px;
  line-height: 1.55;
}

.overnight-policy-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.overnight-policy-column + .overnight-policy-column {
  padding-left: 0;
  border-left: 0;
}

.overnight-policy-card .overnight-policy-column h3 {
  margin-bottom: 12px;
}

.overnight-phone-policy h3 {
  color: #0d3b66;
}

.overnight-gifts-note {
  grid-column: 1 / -1;
  margin: 0 !important;
  padding-top: 14px;
  border-top: 1px solid rgba(13, 59, 102, 0.18);
}

.profile-template.location-view:not(.group-location-view) .overnight-policy-column .overnight-gifts-note {
  font-weight: 700;
}

.overnight-amenities-card {
  grid-column: 1 / -1;
}

.overnight-policy-card h4 {
  margin: 18px 0 6px;
  color: #2c7a7b;
  font-family: Lora, Georgia, serif;
  font-size: 16px;
}

.overnight-information-card .overnight-amenities-card > h4,
.overnight-information-card .overnight-room-sizes h4,
.overnight-information-card .overnight-policy-card h3,
.overnight-information-card .overnight-policy-card h4,
.overnight-information-card .overnight-pregnancy-card h3 {
  font-size: 19px;
}

@media (max-width: 680px) {
  .overnight-individual-details {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .admissions-contact-table {
    border-spacing: 0 8px;
  }

  .overnight-grid {
    grid-template-columns: 1fr;
  }

  .overnight-policy-card {
    grid-template-columns: 1fr;
  }

  .overnight-policy-column + .overnight-policy-column {
    padding-left: 0;
    border-top: 1px solid rgba(13, 59, 102, 0.18);
    border-left: 0;
    padding-top: 18px;
  }

  .overnight-amenities-card ul {
    column-count: 1;
  }
}

/* Mobile adjustments for the provider introduction. */
@media (max-width: 760px) {
  .stat-bar {
    height: auto;
    min-height: 0;
  }

  .stat-item {
    min-height: 60px;
  }

  .about-row {
    grid-template-columns: 1fr;
  }

  .about-copy h2 {
    margin-top: 20px;
  }

  .video-card {
    grid-column: 1;
    grid-row: 2;
  }
}

/* Keep main-content navy section headings at the About heading size. */
:root {
  --main-section-heading-size: 33px;
}

.about-copy h2,
.intensity-services-chart__heading h3,
.support-section > h2,
.clientele-section .clientele > h2,
.location-section > h2,
.religious-section > h2,
.services-section > h2,
.location-directory-section > h2,
.structured-section > h2,
.overnight-section > h2,
.finance-section > h2,
.events-section > h2 {
  font-size: var(--main-section-heading-size);
}

/* Final sidebar separators and ordering treatment. */
.admissions-sidebar-divider {
  width: 70%;
  margin: 14px auto 18px;
  border-top: 2px solid #ee964b;
}

.admissions-sidebar .sidebar-visit-section {
  width: 100%;
  margin: 0;
  padding: 24px 26px 0;
  border-top: 2px solid #0d3b66;
}

/* Design feedback (July 2026): linked globe and matching pop-out titles. */
.about-copy h2 {
  color: #0d3b66;
}

.data-list-dialog h3 {
  color: #ee964b;
  font-family: Lora, Georgia, serif;
}

/* Typography system: Lora is the primary display face; Manrope supports all body copy. */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: var(--gst-font-primary) !important;
}

/* Sidebar spacing and conditional sections. */
.admissions-section--without-requirements + .sidebar-visit-section,
.sidebar-visit-section--without-strengths {
  padding-top: 12px;
}

.provider-types-section {
  padding-bottom: 24px;
  border-bottom: 2px solid #0d3b66;
}

.provider-types-section ul {
  margin-bottom: 0;
}

.sidebar-hours[hidden] {
  display: none;
}

.hours-timezone {
  margin: 20px 0 0;
  padding: 12px;
  background: #0d3b66;
  color: #faf9f7;
  font-weight: 700;
  text-align: center;
}

/* Areas Served: centered city/county columns; ZIP codes flow horizontally for ten rows. */
.areas-served-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.areas-served-section > h2 {
  font-weight: 400;
  text-align: center;
}

.areas-served-column--cities,
.areas-served-column--counties {
  text-align: center;
}

.areas-served-column--cities ul,
.areas-served-column--counties ul {
  padding-left: 0;
  list-style: none;
}

.areas-served-zip-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 22px;
  height: auto;
}

.areas-served-zip-list ul {
  margin: 0;
  padding-left: 0 !important;
  list-style: none;
}

.areas-served-zip-list li {
  break-inside: avoid;
}

/* July 2026 profile refinements. */
.hero {
  min-height: calc(590px + 10pt);
  padding-bottom: 10pt;
}

.stat-bar {
  min-height: calc(50px + 10pt);
  height: calc(50px + 10pt);
}

.stat-item,
.stat-item:first-child {
  min-height: calc(50px + 10pt);
  align-items: center;
}

.stat-item span,
.stat-item strong,
.stat-item small {
  color: #ffffff;
}

.about-row--no-video {
  grid-template-columns: 1fr;
}

.about-row--no-video .about-copy {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.about-row--no-video .about-copy h2 {
  white-space: normal;
}

.data-list-dialog--plain ul {
  padding-left: 0;
  list-style: none;
}

.services-section {
  padding-bottom: 19px;
}

.structured-section {
  padding-top: 19px;
}

.program-grid,
.program-grid--ten,
.structured-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: start;
}

.program-grid p,
.structured-grid p {
  min-height: 15em;
}

.areas-served-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.areas-served-columns > div:nth-child(1) {
  text-align: left;
}

.areas-served-columns > div:nth-child(2) {
  text-align: left;
}

.areas-served-zip-list {
  font-size: calc(1em + 2pt);
}

.location-address {
  display: grid;
  gap: 2px;
}

.location-address span:empty {
  display: none;
}

.location-directory-grid article {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.location-directory-offerings {
  flex: 1 1 auto;
  text-align: left;
}

/* Box: Mental health support access icons on Location cards */
.location-directory-support-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.location-directory-support-icons img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.visit-location-button {
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 9px 16px;
  border-radius: 6px;
  background: #2c7a7b;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.visit-location-button:hover,
.visit-location-button:focus-visible {
  color: #f7f3e8;
}

.photo-strip--partial {
  justify-content: start;
}

.structured-grid .program-read-more {
  margin-top: auto;
}

.areas-served-section > h2 {
  margin-bottom: 8px;
  font-weight: 700;
  text-align: center;
}

.areas-served-state {
  padding-block: 10px;
}

.areas-served-state + .areas-served-state {
  margin-top: 0;
}

.areas-served-content:has(.areas-served-state + .areas-served-state) .areas-served-state {
  padding-block: 18px;
}

.areas-served-content:has(.areas-served-state + .areas-served-state) .areas-served-state-name {
  margin-top: 0;
}

.areas-served-state .areas-served-zip-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: auto;
  min-height: 0;
}

.provider-view .areas-served-state--virtual-full {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.provider-view .areas-served-state--virtual-full .stateface-icon {
  font-size: 72px;
}

.provider-view .areas-served-state--virtual-full p {
  margin: 0;
  color: #0d3b66;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
}

.admissions-email-action {
  color: #0d3b66;
  font-family: Lora, Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.sidebar-hours .hours-entry {
  display: grid;
  gap: 2px;
  margin: 0 0 10px;
}

.sidebar-hours .hours-entry:last-child {
  margin-bottom: 0;
}

.sidebar-hours .hours-entry strong,
.sidebar-hours .hours-entry span {
  display: block;
}

.crisis-resources-dialog {
  position: fixed;
  inset: 0;
  width: min(960px, calc(100% - 32px));
  max-height: min(86vh, 820px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 3px solid #e43414;
  border-radius: 14px;
  background: #ffffff;
  color: #333333;
  box-shadow: 0 24px 70px rgba(51, 51, 51, 0.3);
}

.crisis-resources-dialog::backdrop {
  background: rgba(51, 51, 51, 0.58);
}

.crisis-dialog__emergency-banner {
  padding: 13px 24px;
  background: #e43414;
  color: #ffffff;
  font: 700 20px/1.3 Lora, Georgia, serif;
  text-align: center;
}

/* Crisis Resource layout — direct support immediately below the hero. */
.crisis-resource-layout .hero-crisis-link {
  display: none !important;
}

.crisis-layout-emergency-warning {
  position: relative;
  z-index: 2;
  padding: 15px 28px;
  width: calc(100% - 56px);
  margin: 0 28px 60px;
  border-radius: 999px;
  background: #e43414;
  color: #ffffff;
  font: 700 17px/1.45 Manrope, Arial, sans-serif;
  text-align: center;
}

.crisis-resource-layout .hero {
  min-height: 0;
  padding-top: 28px;
  padding-bottom: 30px;
}

.crisis-resource-layout .hero__background {
  background-position: center top;
}

.crisis-resource-layout .hero__content {
  margin-top: 0;
}

.crisis-resource-layout .stat-bar {
  margin-top: 28px;
}

.crisis-layout-new-clients {
  margin: 9px 0 0;
  color: var(--gst-blue);
  font: 700 19px/1.35 var(--gst-font-secondary);
}

.crisis-layout-support-container {
  margin: 0;
  padding: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)),
    url("photos/mental-health-addiction-licensing-certifications-web.png") center / cover no-repeat;
}

.crisis-layout-availability-banner {
  width: 100%;
  padding: 12px 24px;
  background: var(--gst-orange);
  color: #ffffff;
  font: 700 20px/1.3 Lora, Georgia, serif;
  text-align: center;
}

.crisis-layout-support-container .crisis-dialog__actions {
  grid-template-columns: repeat(auto-fit, minmax(210px, 280px));
  padding: 26px 28px;
}

.crisis-layout-coverage {
  padding: 0 28px 28px;
  text-align: center;
}

.crisis-layout-coverage--national img {
  display: block;
  width: min(230px, 55vw);
  height: auto;
  margin: 0 auto 10px;
}

.crisis-layout-coverage p {
  margin: 0;
  color: var(--gst-blue);
  font: 700 17px/1.4 var(--gst-font-primary);
}

.crisis-layout-coverage--states > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.crisis-layout-coverage--states article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: var(--gst-blue);
}

.crisis-layout-coverage--states .stateface-icon {
  color: #2c7a7b;
  font-size: 58px;
}

.crisis-layout-support-container .crisis-dialog__action {
  border-color: var(--gst-orange);
  background: rgba(255, 255, 255, 0.9);
}

.crisis-layout-support-container .crisis-dialog__action > i,
.crisis-layout-support-container .crisis-dialog__action h3 {
  color: #2c7a7b;
}

.crisis-layout-support-container .crisis-dialog__action > a,
.crisis-layout-support-container .crisis-dialog__action > a:visited,
.crisis-layout-support-container .crisis-dialog__action > a:active,
.crisis-layout-support-container .crisis-dialog__message-buttons a,
.crisis-layout-support-container .crisis-dialog__message-buttons a:visited,
.crisis-layout-support-container .crisis-dialog__message-buttons a:active {
  background: var(--gst-orange);
  color: #ffffff;
}

.crisis-layout-support-container .crisis-dialog__action > a:hover,
.crisis-layout-support-container .crisis-dialog__action > a:focus-visible,
.crisis-layout-support-container .crisis-dialog__message-buttons a:hover,
.crisis-layout-support-container .crisis-dialog__message-buttons a:focus-visible {
  background: var(--gst-orange);
}

.crisis-action-hours {
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid rgba(238, 150, 75, 0.55);
  color: var(--gst-ink);
  font: 400 14px/1.5 var(--gst-font-secondary);
  text-align: center;
}

.crisis-action-hours strong,
.crisis-action-hours span {
  display: block;
}

.crisis-action-hours strong {
  margin-bottom: 3px;
  color: #2c7a7b;
}

.crisis-layout-resource-details {
  padding: 4px 28px 32px;
}

.crisis-layout-details-container {
  padding: 30px 28px 34px;
  background: var(--gst-paper);
}

.crisis-layout-about {
  max-width: 920px;
  margin: 0 auto 22px;
  padding: 22px 26px;
  border: 1px solid var(--gst-orange);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.crisis-layout-about h2,
.crisis-layout-hours > h2 {
  margin: 0 0 10px;
  color: var(--gst-blue);
  font: 700 22px/1.3 var(--gst-font-primary);
}

.crisis-layout-about p,
.crisis-layout-detail-grid p,
.crisis-layout-hours p {
  margin: 0;
  color: var(--gst-ink);
  font: 400 15px/1.6 var(--gst-font-secondary);
}

.crisis-layout-detail-grid,
.crisis-layout-hours > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.crisis-layout-detail-grid article,
.crisis-layout-hours article {
  padding: 18px 20px;
  border: 1px solid var(--gst-orange);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.crisis-layout-detail-grid h3,
.crisis-layout-hours h3 {
  margin: 0 0 7px;
  color: #2c7a7b;
  font: 700 17px/1.35 var(--gst-font-primary);
}

.crisis-layout-hours {
  margin-top: 22px;
  text-align: center;
}

.crisis-resource-layout > .profile-main > .intensity-section {
  margin-top: 0;
}

@media (max-width: 680px) {
  .crisis-layout-emergency-warning {
    width: calc(100% - 36px);
    margin: 0 18px 60px;
    padding-inline: 18px;
    font-size: 15px;
  }

  .crisis-layout-resource-details,
  .crisis-layout-details-container {
    padding-inline: 18px;
  }
}

.crisis-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 2px solid #e43414;
}

.crisis-dialog__header h2 {
  margin: 0;
  color: #e43414;
  font-size: 28px;
}

.crisis-dialog__header button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #e43414;
  font: 700 30px/1 Manrope, Arial, sans-serif;
  cursor: pointer;
}

.crisis-dialog__about {
  margin: 0;
  padding: 24px 28px 10px;
  color: #333333;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.crisis-dialog__actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 280px));
  justify-content: center;
  gap: 18px;
  padding: 22px 28px 26px;
}

.crisis-dialog__action {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border: 1px solid #e43414;
  border-radius: 10px;
  background: #ffffff;
  color: #333333;
  text-align: center;
}

.crisis-dialog__action > i {
  margin-bottom: 10px;
  color: #e43414;
  font-size: 34px;
}

.crisis-dialog__action h3 {
  margin: 0 0 10px;
  color: #e43414;
  font-size: 19px;
}

.crisis-dialog__action p {
  margin: 3px 0;
  color: #333333;
  font-family: Manrope, Arial, sans-serif;
}

.crisis-dialog__action > a,
.crisis-dialog__message-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 10px 18px;
  border-radius: 7px;
  background: #e43414;
  color: #ffffff;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.crisis-dialog__message-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
}

.crisis-dialog__message-buttons a {
  margin-top: 0;
}

.crisis-dialog__timezone {
  width: fit-content;
  margin: -12px auto 24px;
  padding: 5px 18px;
  border-radius: 999px;
  background: #e43414;
  color: #ffffff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.crisis-dialog__hours {
  padding: 0 28px 24px;
}

.crisis-dialog__hours > h2 {
  margin: 0 0 14px;
  color: #e43414;
  font-size: 22px;
  text-align: center;
}

.crisis-dialog__hours > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.crisis-dialog__hours-group {
  padding: 14px 16px;
  border: 1px solid rgba(228, 52, 20, 0.35);
  border-radius: 8px;
  background: #faf7ef;
  text-align: center;
}

.crisis-dialog__hours-group h3,
.crisis-dialog__hours-group p {
  margin: 0;
}

.crisis-dialog__hours-group h3 {
  color: #e43414;
  font-size: 17px;
}

.crisis-dialog__hours-group p {
  margin-top: 6px;
  color: #333333;
  font: 600 14px/1.5 Manrope, Arial, sans-serif;
}

.crisis-dialog__client-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin: 0;
  padding: 0 28px 24px;
  color: #e43414;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  text-align: center;
}

.crisis-dialog__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
  padding: 0 28px 28px;
  color: #333333;
}

.crisis-dialog__details div {
  padding-top: 12px;
  border-top: 1px solid rgba(228, 52, 20, 0.42);
}

.crisis-dialog__details dt {
  color: #e43414;
  font-family: Lora, Georgia, serif;
  font-weight: 700;
}

.crisis-dialog__details dd {
  margin: 4px 0 0;
  color: #333333;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
}

@media (max-width: 680px) {
  .crisis-dialog__top--with-actions .crisis-dialog__actions,
  .crisis-dialog__actions,
  .crisis-dialog__details {
    grid-template-columns: 1fr;
  }
}

.areas-served-columns > div:has(.areas-served-zip-list) {
  grid-column: 1 / -1;
}

@media (max-width: 680px) {
  .program-grid,
  .program-grid--ten {
    grid-template-columns: 1fr !important;
  }

  .areas-served-columns {
    grid-template-columns: 1fr;
  }

  .areas-served-zip-list {
    columns: 1;
    height: auto;
  }

  .stat-bar,
  .stat-item,
  .stat-item:first-child {
    height: auto;
    min-height: 60px;
  }
}

/* Current feedback: dynamic navigation, location headings, and directory offerings. */
.profile-nav {
  justify-content: center;
  gap: clamp(16px, 4vw, 48px);
}

.profile-nav a[hidden] {
  display: none;
}

.location-section > h2,
.location-directory-section > h2 {
  font-family: Lora, Georgia, serif;
}

.location-directory-offerings {
  margin: 0;
  padding-left: 0;
  color: #0d3b66;
  line-height: 1.55;
  list-style: none;
  text-align: center;
}

.location-directory-offerings strong {
  display: block;
  margin-bottom: 8px;
}

.location-directory-offerings ul {
  margin: 0;
  padding-left: 20px;
  text-align: left;
}

.photo-strip[data-photo-record] {
  grid-template-columns: repeat(auto-fill, 180px);
  justify-content: start;
}

.photo-thumbnail {
  width: 180px;
  aspect-ratio: 4 / 2.5;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 4px 14px rgba(13, 59, 102, 0.14);
  cursor: pointer;
}

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

.photo-thumbnail:focus-visible {
  outline: 3px solid #ee964b;
  outline-offset: 3px;
}

.photo-gallery-dialog {
  width: min(1000px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100vh - 32px);
  padding: 54px 72px 42px;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #0d3b66;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(13, 59, 102, 0.35);
}

.photo-gallery-dialog::backdrop {
  background: rgba(13, 59, 102, 0.78);
}

.photo-gallery-dialog figure {
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 12px;
}

.photo-gallery-dialog figure img {
  width: 100%;
  height: min(72vh, 720px);
  display: block;
  object-fit: contain;
}

.photo-gallery-dialog figcaption {
  font-size: 14px;
  font-weight: 700;
}

.photo-gallery-close,
.photo-gallery-previous,
.photo-gallery-next {
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}

.photo-gallery-close {
  position: absolute;
  top: 12px;
  right: 18px;
  padding: 4px 8px;
  font-size: 34px;
  line-height: 1;
}

.photo-gallery-previous,
.photo-gallery-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  padding: 12px;
  font-size: 54px;
  line-height: 1;
}

.photo-gallery-previous {
  left: 8px;
}

.photo-gallery-next {
  right: 8px;
}

.photo-gallery-close:focus-visible,
.photo-gallery-previous:focus-visible,
.photo-gallery-next:focus-visible {
  outline: 3px solid #ee964b;
  outline-offset: 2px;
}

.address-block .location-name {
  color: #2c7a7b;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.profile-main > .location-section--full-width {
  width: 100%;
  margin-inline: 0;
}

.private-address-social-actions {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 22px auto 0;
  flex-direction: column;
  align-items: center;
}

.private-address-social-actions .social-row {
  margin-top: 0;
}

.private-address-social-actions .additional-account-locations {
  margin-top: 24px;
}

@media (max-width: 680px) {
  .photo-strip[data-photo-record] {
    grid-template-columns: repeat(auto-fill, 150px);
  }

  .photo-thumbnail {
    width: 150px;
  }

  .photo-gallery-dialog {
    padding: 48px 42px 34px;
  }

  .photo-gallery-dialog figure img {
    height: 68vh;
  }
}

/* Feedback: What We Consider Our Strengths */
.sidebar-strengths > h2 {
  margin: 0 -26px 18px;
  padding: 18px 26px;
  background: #a8d5d0;
}

.sidebar-strengths[hidden],
.sidebar-visit-divider[hidden] {
  display: none;
}

/* Feedback: Transportation May Be Available */
.transportation-section {
  margin: 0 26px 30px;
  padding: 24px 26px;
  border: 8px solid #0d3b66;
  background: #ffffff;
  color: #333333;
}

.transportation-section[hidden] {
  display: none;
}

.transportation-section > h2 {
  margin: 0 0 14px;
  color: #0d3b66;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
}

.transportation-section > p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
}

/* Feedback: Areas Served */
.areas-served-section {
  padding-top: 24px;
}

.areas-served-section > h2 {
  margin: 0 0 18px;
  font-weight: 400;
}

.areas-served-state:first-child {
  padding-top: 0;
}

/* Box: Facility Licensing */
.location-licensing-section {
  width: 100%;
  padding: 34px;
  background-color: #f7f3e8;
  background-image:
    linear-gradient(rgba(247, 243, 232, 0.62), rgba(247, 243, 232, 0.62)),
    url("https://www.getsupporttogether.com/Test/photos/mental-health-addiction-licensing-certifications-web.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.admissions-sidebar .requirements-grid .year-opened-card {
  padding: 20px;
  border: 0;
  background: #2c7a7b;
  color: #ffffff;
  text-align: center;
}

.admissions-sidebar .requirements-grid .year-opened-card h3,
.admissions-sidebar .requirements-grid .year-opened-card p {
  margin-inline: 0;
  color: #ffffff;
  text-align: center;
}

.location-licensing-section[hidden] {
  display: none;
}

.location-licensing-section > h2 {
  margin: 0 0 24px;
  color: #0d3b66;
  font-size: var(--main-section-heading-size);
  text-align: center;
}

.location-licensing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.location-licensing-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.location-license-card {
  padding: 24px;
  border-top: 5px solid #ee964b;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 5px 16px rgba(13, 59, 102, 0.08);
}

.location-license-card > h3 {
  margin: 0;
  color: #0d3b66;
  font-size: 23px;
  line-height: 1.25;
}

.location-license-agency {
  margin: 8px 0 0;
  color: #2c7a7b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.location-license-agency-link {
  display: block;
  width: fit-content;
  margin-top: 5px;
  color: #0d3b66;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.location-license-states {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 22px 0 0;
  padding: 18px 0;
  border-block: 1px solid rgba(13, 59, 102, 0.16);
  list-style: none;
}

.location-license-states li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0d3b66;
  font-size: 14px;
  font-weight: 700;
}

.location-license-states .stateface-icon {
  font-size: 28px;
}

.location-license-details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 16px;
  color: #333333;
  font-size: 12px;
}

.location-license-details span {
  display: grid;
  gap: 3px;
}

.location-license-details strong {
  color: #0d3b66;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 680px) {
  .location-licensing-section {
    padding: 28px 20px;
  }

  .location-licensing-grid {
    grid-template-columns: 1fr;
  }
}

/* Feedback: compact Areas Served summary and complete expansion dialog. */
.areas-served-columns h4 {
  margin: 0 0 6px;
  color: #ee964b;
  font-size: 15px;
}

button.areas-served-more {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  line-height: inherit;
}

.areas-served-column--zips button.areas-served-more {
  font-size: 11px;
}


.areas-served-all-button {
  display: block;
  margin: 20px auto 0;
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  background: #ee964b;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.areas-served-dialog {
  width: min(980px, calc(100% - 32px));
  max-height: calc(100vh - 48px);
  padding: 0;
  overflow: auto;
  border: 3px solid #ee964b;
  border-radius: 12px;
  background: #f7f3e8;
  color: #333333;
}

.areas-served-dialog::backdrop {
  background: rgba(13, 59, 102, 0.58);
}

.areas-served-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 18px 24px;
  border-bottom: 2px solid #ee964b;
  background: #f7f3e8;
}

.areas-served-dialog__header h2 {
  margin: 0;
  color: #0d3b66;
  font-size: 26px;
}

.areas-served-dialog__header button {
  padding: 0 5px;
  border: 0;
  background: transparent;
  color: #0d3b66;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.areas-served-dialog__content {
  padding: 8px 28px 28px;
}

.areas-served-dialog .areas-served-state {
  padding-block: 22px;
}

.areas-served-dialog .areas-served-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.areas-served-dialog .areas-served-column--cities,
.areas-served-dialog .areas-served-column--counties {
  text-align: left;
}

.areas-served-dialog .areas-served-column--zips {
  grid-column: auto;
}

.areas-served-dialog .areas-served-column ul {
  columns: 1;
  height: auto;
  padding-left: 0;
  list-style: none;
  line-height: 1.55;
}

@media (max-width: 680px) {
  .areas-served-dialog .areas-served-columns {
    grid-template-columns: 1fr;
  }
}

/* Final content-sized layout for location program cards. */
.services-section .program-grid,
.structured-section .structured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: max-content;
  align-items: start;
  gap: 18px;
}

.services-section .program-grid .location-program-card,
.structured-section .structured-grid .location-program-card {
  height: auto !important;
  min-height: 0 !important;
  align-self: start;
  justify-content: flex-start !important;
  padding: 22px 20px;
}

.location-program-card h3 {
  min-height: 0;
  margin: 0 0 8px;
}

.location-program-card .location-program-purpose {
  min-height: 0 !important;
  margin: 0 0 16px;
  text-align: center !important;
  align-self: stretch;
}

.location-program-card .location-program-description {
  flex: 0 0 auto !important;
  min-height: 0 !important;
  margin: 0 0 18px;
  text-align: left !important;
  align-self: stretch;
}

.structured-section .structured-grid .location-program-description {
  text-align: left !important;
}

.location-program-card .location-program-community {
  margin: 0;
  padding: 0;
  text-align: center;
}

.location-program-card .program-read-more {
  margin-top: 18px;
}

/* Box: Languages Spoken */
.interpreter-available-button {
  display: block;
  margin: 18px auto 0;
  padding: 7px 14px;
  border: 0;
  border-radius: 999px;
  background: #0d3b66;
  color: #f7f3e8;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.interpreter-available-button:hover,
.interpreter-available-button:focus-visible {
  background: #2c7a7b;
}

.interpreter-details-dialog > h3 {
  text-align: center;
}

.interpreter-details-dialog h4 {
  margin: 20px 0 8px;
  color: #2c7a7b;
  font-family: "Lora", serif;
  font-size: 20px;
}

.interpreter-details-dialog p {
  margin: 0;
  color: #283747;
  font-family: "Manrope", sans-serif;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .services-section .program-grid,
  .structured-section .structured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .services-section .program-grid,
  .structured-section .structured-grid {
    grid-template-columns: 1fr;
  }
}

/* Final sidebar divider and conditional religious membership treatment. */
.admissions-sidebar-divider {
  width: 100%;
  margin: 20px 0;
  border-top: 2px solid #0d3b66;
}

.religious-member-line {
  width: 80%;
  margin: 22px auto 0 !important;
  padding-top: 20px;
  border-top: 1px solid #ee964b;
  text-align: center;
}

.religious-member-line[hidden] {
  display: none;
}

/* Cards stretch only to the tallest card in their own grid row. */
.services-section .program-grid,
.structured-section .structured-grid {
  grid-auto-rows: auto;
  align-items: stretch;
}

.services-section .program-grid .location-program-card,
.structured-section .structured-grid .location-program-card {
  height: 100% !important;
  align-self: stretch;
  justify-content: flex-start;
}

.location-program-card p {
  margin-top: 0;
}

.location-program-card .program-read-more {
  display: inline-flex;
  align-self: center;
  justify-content: center;
  margin-top: 18px;
}

/* Community event cards use no more than three columns. */
.events-section .event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  align-items: stretch;
  align-content: start;
  justify-content: center;
}

.events-section .event-grid > article {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  height: auto;
}

.event-card-copy h3 {
  text-align: left;
}

.event-type {
  margin: 0 0 10px !important;
  color: #2c7a7b;
  font-size: 11px !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .events-section .event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .events-section .event-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Neutralize the legacy event-card grid so the current card layout controls spacing. */
.events-section .event-grid > article {
  grid-template-columns: none;
  column-gap: 0;
  align-items: initial;
}

.events-section .event-grid > article > .event-record-image {
  width: 168px;
  max-width: 100%;
  height: 168px;
  display: block;
  grid-column: auto;
  grid-row: auto;
  margin: 0 auto 14px;
}

.events-section .event-card-layout {
  flex: 1 1 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 3px;
  align-items: start;
}

.events-section .event-grid > article > .event-record-image--placeholder {
  display: none;
}

.events-section .event-card-copy {
  width: 100%;
  min-width: 0;
}

.events-section .event-card-copy h3,
.events-section .event-card-copy .event-type {
  width: 100%;
  grid-column: auto;
  grid-row: auto;
  overflow-wrap: normal;
  word-break: normal;
  text-align: left;
}

.events-section .event-card-copy h3 {
  color: #ee964b;
  font-weight: 800;
}

/* Account/location headings and the account-locations placeholder action. */
.where-to-find-us-intro {
  margin: -12px auto 24px;
  text-align: center;
}

.account-support-intro {
  margin: 26px auto 24px;
  text-align: center;
}

.account-hero-message {
  margin: 8px 0 14px;
}

.account-hero-message--after-subsidiary {
  margin-top: 28px;
}

.stat-bar.stat-bar--centered {
  justify-content: center;
}

.additional-account-locations {
  display: block;
  margin: 16px auto 0;
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  background: #2c7a7b;
  color: #f7f3e8;
  font: 800 13px Manrope, Arial, sans-serif;
  cursor: pointer;
}

.profile-template.location-view:not(.group-location-view) .additional-account-locations {
  justify-self: start;
  align-self: start;
  width: auto;
  margin-top: 26px;
  margin-right: 0;
  margin-left: 0;
  background: rgba(44, 122, 123, 0.8);
  text-align: left;
}

.profile-template.location-view:not(.group-location-view) .hero-services-label {
  font-weight: 800;
}

.profile-template.location-view:not(.group-location-view) .overnight-section h2,
.profile-template.location-view:not(.group-location-view) .overnight-section h3,
.profile-template.location-view:not(.group-location-view) .overnight-section h4 {
  color: #2c7a7b;
  font-weight: 700;
}

/* Individual Location layout: increase every rendered Manrope supporting-text size by exactly 1pt. */
.gst-manrope-plus-one-10 { font-size: calc(10px + 1pt) !important; }
.gst-manrope-plus-one-11 { font-size: calc(11px + 1pt) !important; }
.gst-manrope-plus-one-12 { font-size: calc(12px + 1pt) !important; }
.gst-manrope-plus-one-13 { font-size: calc(13px + 1pt) !important; }
.gst-manrope-plus-one-14 { font-size: calc(14px + 1pt) !important; }
.gst-manrope-plus-one-15 { font-size: calc(15px + 1pt) !important; }
.gst-manrope-plus-one-16 { font-size: calc(16px + 1pt) !important; }
.gst-manrope-plus-one-17 { font-size: calc(17px + 1pt) !important; }
.gst-manrope-plus-one-18 { font-size: calc(18px + 1pt) !important; }
.gst-manrope-plus-one-19 { font-size: calc(19px + 1pt) !important; }
.gst-manrope-plus-one-20 { font-size: calc(20px + 1pt) !important; }
.gst-manrope-plus-one-21 { font-size: calc(21px + 1pt) !important; }
.gst-manrope-plus-one-22 { font-size: calc(22px + 1pt) !important; }
.gst-manrope-plus-one-23 { font-size: calc(23px + 1pt) !important; }
.gst-manrope-plus-one-24 { font-size: calc(24px + 1pt) !important; }
.gst-manrope-plus-one-25 { font-size: calc(25px + 1pt) !important; }
.gst-manrope-plus-one-26 { font-size: calc(26px + 1pt) !important; }
.gst-manrope-plus-one-27 { font-size: calc(27px + 1pt) !important; }
.gst-manrope-plus-one-28 { font-size: calc(28px + 1pt) !important; }
.gst-manrope-plus-one-29 { font-size: calc(29px + 1pt) !important; }
.gst-manrope-plus-one-30 { font-size: calc(30px + 1pt) !important; }

.location-contact,
.location-contact a {
  color: #333333;
}

/* Logo-inspired sidebar separator: navy rules with an orange center dot. */
.admissions-sidebar-divider,
.admissions-sidebar .sidebar-visit-section,
.admissions-sidebar .provider-types-section,
.admissions-sidebar .sidebar-hours,
.admissions-sidebar .areas-served-section {
  border-top: 0;
}

.admissions-sidebar .provider-types-section {
  border-bottom: 0;
}

.admissions-sidebar-divider::before,
.admissions-sidebar .sidebar-visit-section::before,
.admissions-sidebar .provider-types-section::before,
.admissions-sidebar .sidebar-hours::before,
.admissions-sidebar .admissions-areas-divider {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-bottom: 18px;
  background:
    linear-gradient(#0d3b66, #0d3b66) left center / calc(50% - 8px) 2px no-repeat,
    radial-gradient(circle, #ee964b 0 4px, transparent 4.5px) center / 10px 10px no-repeat,
    linear-gradient(#0d3b66, #0d3b66) right center / calc(50% - 8px) 2px no-repeat;
}

/* Provider Types Available — no separator when it is the first sidebar box. */
.admissions-sidebar .provider-types-section--first::before {
  display: none;
}

.admissions-sidebar-divider::before {
  margin-bottom: 0;
}

.admissions-sidebar .admissions-areas-divider {
  flex: 0 0 auto;
  margin: 0;
}

/* Hero line: States Served */
.hero-states-served {
  margin-top: 14px;
  line-height: 1.55;
}

.hero-states-served strong {
  color: #0d3b66;
  font-weight: 800;
}

.profile-template.location-view .hero-states-served,
.profile-template.location-view .hero-states-served span {
  color: #0d3b66;
}

/* Group Location hero: keep all Manrope information lines the same size. */
.profile-template.group-location-view .hero-subline,
.profile-template.group-location-view .hero-states-served,
.profile-template.group-location-view .hero-services-offered {
  font-family: Manrope, Arial, sans-serif;
  font-size: calc(21px - 2pt);
}

.admissions-sidebar .requirements-grid .court-qualifying-section-card {
  border-bottom: 0;
}

/* Sidebar box: Minimum Participant Requirements */
.admissions-sidebar .requirements-grid > article:first-child {
  border-bottom: 0;
}

.location-program-card .program-read-more {
  display: inline-flex !important;
  visibility: visible;
  align-self: center;
  margin-top: auto;
  padding: 8px 14px;
  border-radius: 6px;
  background: #2c7a7b;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.location-program-action {
  margin-top: auto;
  padding-top: 36px;
  text-align: center;
}

.event-day-date,
.event-time-range {
  font-weight: 800;
}

/* Standard conditional sidebar spacing and the standalone Open Since card. */
.admissions-sidebar {
  --sidebar-section-gap: 25px;
}

.admissions-sidebar .year-opened-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 92px;
  box-sizing: border-box;
  margin: var(--sidebar-section-gap) 0;
  padding: 20px 26px;
  background: #2c7a7b;
  color: #ffffff;
  text-align: center;
}

.admissions-sidebar .year-opened-section p {
  margin: 0;
  color: inherit;
}

.admissions-sidebar .year-opened-section[hidden] {
  display: none;
}

.admissions-sidebar .admissions-sidebar-divider {
  margin-top: var(--sidebar-section-gap);
  margin-bottom: var(--sidebar-section-gap);
}

.profile-template.account-view .admissions-sidebar .admissions-sidebar-divider {
  margin-top: var(--sidebar-section-gap);
}

.profile-template.account-view .admissions-sidebar .admissions-section {
  padding-bottom: 0;
}

.admissions-sidebar .sidebar-visit-section,
.admissions-sidebar .provider-types-section,
.admissions-sidebar .participate-section,
.admissions-sidebar .sidebar-hours,
.admissions-sidebar .transportation-section,
.admissions-sidebar .areas-served-section {
  margin-top: var(--sidebar-section-gap);
  margin-bottom: var(--sidebar-section-gap);
}

.admissions-sidebar .sidebar-hours {
  margin-top: var(--sidebar-section-gap);
}

.admissions-sidebar .sidebar-visit-section::before,
.admissions-sidebar .provider-types-section::before,
.admissions-sidebar .sidebar-hours::before {
  margin-bottom: 20px;
}

.national-clientele-banner {
  margin: 18px auto 24px;
  padding: 13px 18px;
  border-radius: 8px;
  background: rgba(238, 150, 75, 0.8);
  color: #f7f3e8;
  font-family: var(--gst-font-secondary);
  font-weight: 900;
  text-align: center;
}

.account-finance-intro {
  max-width: 760px;
  margin: 20px auto 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.sidebar-visit-section > p {
  font-size: 15px;
}

.admissions-sidebar .provider-types-section > p,
.admissions-sidebar .provider-types-section li,
.admissions-sidebar .sidebar-strengths p,
.admissions-sidebar .requirements-grid li,
.admissions-sidebar .nonprofit-card p,
.admissions-sidebar .year-opened-section p,
.admissions-sidebar .participate-section p,
.admissions-sidebar .sidebar-hours p,
.admissions-sidebar .transportation-section p,
.admissions-sidebar .areas-served-section,
.admissions-sidebar .admissions-contact-table {
  font-size: 15px;
}

/* Box: Minimum Participant Requirements */
.admissions-sidebar .requirements-grid li::before {
  background: #ee964b;
}

/* Box: Mental Health Support Offered */
.support-icon-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.support-icon-row div {
  flex: 0 1 160px;
  align-content: start;
  text-align: center;
}

.support-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
  gap: 24px;
  border: 0;
  overflow: visible;
  background: transparent;
}

.support-grid article,
.support-grid ul {
  min-height: 0;
}

.support-grid article {
  align-self: stretch;
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(13, 59, 102, 0.12) !important;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

/* Box: How to Contact Us */
.location-contact--private-address {
  grid-column: 1 / -1;
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}

.location-contact-phone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.location-contact-phone-grid > p {
  margin: 0;
  text-align: center;
}

.location-contact-phone-grid--single {
  grid-template-columns: minmax(0, 360px);
  justify-content: center;
}

.stat-item .line-icon--in-person-only {
  width: 36px;
  height: 42px;
  flex-basis: 36px;
  object-fit: cover;
  object-position: left center;
}

.stat-item .line-icon--virtual-only {
  width: 40px;
  height: 42px;
  flex-basis: 40px;
  object-fit: cover;
  object-position: right center;
}

/* Box: Community Events and Programs. Keep this immediately before
   Financial Considerations in the Single Location layout. */
.profile-template.location-view:not(.group-location-view) .lower-page-main > .events-section {
  order: 7 !important;
}

.profile-template.location-view:not(.group-location-view) .lower-page-main > .finance-section {
  order: 8 !important;
}

.location-contact-hours {
  display: block;
  margin-top: 6px;
  color: #555555;
  font-size: 13px;
  line-height: 1.5;
}

.social-row--account-contact {
  grid-column: 1 / -1;
  justify-content: center;
  width: 100%;
  margin-top: 22px;
}

@media (max-width: 680px) {
  .location-contact-phone-grid {
    grid-template-columns: 1fr;
  }
}

.location-amenities ul {
  margin: 8px 0 0;
  padding-left: 20px;
  text-align: left;
}

.admissions-section--without-requirements.admissions-section--without-application + .sidebar-visit-section {
  margin-top: var(--sidebar-section-gap);
  padding-top: 0;
}

.about-row--with-video {
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.15fr);
  align-items: center;
}

.about-row--with-video .about-copy,
.about-row--with-video .about-copy h2,
.about-row--with-video .about-copy p {
  text-align: left;
}

/* Keep one shared 25px boundary between adjacent conditional sidebar sections. */
.admissions-sidebar {
  gap: var(--sidebar-section-gap);
}

.admissions-sidebar > .nonprofit-card,
.admissions-sidebar > .admissions-section,
.admissions-sidebar > .year-opened-section,
.admissions-sidebar > .sidebar-visit-section,
.admissions-sidebar > .provider-types-section,
.admissions-sidebar > .participate-section,
.admissions-sidebar > .sidebar-hours,
.admissions-sidebar > .transportation-section,
.admissions-sidebar > .areas-served-section {
  margin-top: 0;
  margin-bottom: 0;
}

.admissions-sidebar .sidebar-visit-section,
.admissions-sidebar .provider-types-section,
.admissions-sidebar .sidebar-hours {
  padding-top: 0;
}

/* Sidebar box: Areas Served */
.admissions-sidebar .areas-served-section {
  padding-top: var(--sidebar-section-gap);
}

/* Box: Admission Requirements */
.admissions-sidebar .admissions-section,
.admissions-sidebar .admissions-requirements {
  border-bottom: 0;
}

.admissions-sidebar .sidebar-visit-section::before,
.admissions-sidebar .provider-types-section::before,
.admissions-sidebar .sidebar-hours::before {
  margin-bottom: var(--sidebar-section-gap);
}

.admissions-sidebar .sidebar-visit-divider {
  margin-top: var(--sidebar-section-gap);
  margin-bottom: var(--sidebar-section-gap);
}

.admissions-sidebar .areas-served-section--after-provider-types::before {
  display: none;
}

/* Sidebar spacing: the outer sidebar gap owns the boundary after requirements. */
.admissions-sidebar .admissions-section {
  padding-bottom: 0;
}

.admissions-sidebar .admissions-requirements--single .requirements-grid {
  gap: 0;
}

.admissions-sidebar .admissions-requirements--single .requirements-grid > article {
  padding-bottom: 0;
}

/* Box: What to Expect Your First Visit / What We Consider Our Strengths */
.admissions-sidebar .sidebar-strengths {
  margin-top: var(--sidebar-section-gap);
}

/* Frame Hours of Operation with consistently spaced logo-inspired separators. */
.admissions-sidebar .sidebar-hours::before {
  display: block;
  margin-bottom: var(--sidebar-section-gap);
}

.admissions-sidebar .provider-types-section {
  padding-bottom: 0;
}

.admissions-sidebar .sidebar-hours::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-top: var(--sidebar-section-gap);
  background:
    linear-gradient(#0d3b66, #0d3b66) left center / calc(50% - 8px) 2px no-repeat,
    radial-gradient(circle, #ee964b 0 4px, transparent 4.5px) center / 10px 10px no-repeat,
    linear-gradient(#0d3b66, #0d3b66) right center / calc(50% - 8px) 2px no-repeat;
}

/* Box: How to Connect with Us */
.account-connect-section {
  padding: 46px 38px;
  background-image:
    linear-gradient(rgba(168, 213, 208, 0.72), rgba(168, 213, 208, 0.72)),
    url("https://www.getsupporttogether.com/Test/water-rebirth-in-mental-health-support_1920.jpg");
  background-position: center;
  background-size: cover;
  text-align: center;
}

.account-connect-section[hidden] {
  display: none;
}

.account-connect-section h2 {
  margin: 0 0 34px;
  color: #0d3b66;
  font-family: var(--gst-font-primary);
  font-size: var(--main-section-heading-size);
  text-align: center;
}

.account-connect-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.account-connect-icons a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2c7a7b;
  color: #f7f3e8;
  font-size: 15px;
  text-decoration: none;
}

.account-connect-icons a:hover,
.account-connect-icons a:focus-visible {
  background: #a8d5d0;
  color: #0d3b66;
}

/* Box: Clientele Supported. Keep two cards per row and center a fifth card. */
.clientele-columns.clientele-columns--five {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.clientele-columns.clientele-columns--five > article {
  grid-column: span 2;
}

.clientele-columns.clientele-columns--five > article:nth-child(5) {
  grid-column: 2 / span 2;
}

@media (max-width: 980px) and (min-width: 681px) {
  .clientele-columns.clientele-columns--five {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .clientele-columns.clientele-columns--five > article:nth-child(5) {
    grid-column: 2 / span 2;
  }
}

/* Program Description: isolate dynamic copy from older generic program-card
   paragraph sizing and keep every text block at the top of its card. */
.services-section .program-grid.location-program-grid .location-program-card,
.structured-section .structured-grid.location-program-grid .location-program-card {
  display: grid !important;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start !important;
  align-items: start !important;
  justify-content: stretch !important;
}

.services-section .program-grid.location-program-grid .location-program-card > h3,
.structured-section .structured-grid.location-program-grid .location-program-card > h3 {
  grid-row: 1;
}

.services-section .program-grid.location-program-grid .location-program-description,
.structured-section .structured-grid.location-program-grid .location-program-description {
  display: block !important;
  align-self: start !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  text-align: left !important;
}

.services-section .program-grid.location-program-grid .location-program-purpose,
.structured-section .structured-grid.location-program-grid .location-program-purpose {
  grid-row: 2;
  align-self: start !important;
  min-height: 0 !important;
  height: auto !important;
  text-align: center !important;
}

.services-section .program-grid.location-program-grid .location-program-community,
.structured-section .structured-grid.location-program-grid .location-program-community {
  grid-row: 4;
  align-self: end;
  width: 100%;
}

.services-section .program-grid.location-program-grid .location-program-description,
.structured-section .structured-grid.location-program-grid .location-program-description {
  grid-row: 3;
}

.services-section .program-grid.location-program-grid .location-program-action,
.structured-section .structured-grid.location-program-grid .location-program-action {
  grid-row: 5;
  width: 100%;
  text-align: center;
}

@media (max-width: 680px) {
  .clientele-columns.clientele-columns--five {
    grid-template-columns: 1fr;
  }

  .clientele-columns.clientele-columns--five > article,
  .clientele-columns.clientele-columns--five > article:nth-child(5) {
    grid-column: auto;
  }
}

.location-directory-grid .location-directory-name {
  margin: 0 0 5px;
  color: #0d3b66;
  font-family: var(--gst-font-primary);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.location-directory-grid .location-directory-building {
  margin: 0 0 5px;
  color: #2c7a7b;
  font-family: var(--gst-font-secondary);
  font-weight: 400;
  text-align: center;
}

.location-directory-location-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.location-directory-ages {
  margin: 12px 0 0;
  color: #333333;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.location-directory-requirements {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(13, 59, 102, 0.22);
  color: #0d3b66;
  font-size: 13px;
  text-align: center;
}

.location-directory-requirements strong {
  display: block;
  margin-bottom: 5px;
  color: #ee964b;
  font-family: var(--gst-font-primary);
  text-align: center;
}

.location-directory-requirements p {
  margin: 0;
  text-align: center;
}

.location-directory-requirements + .location-directory-offerings {
  margin-top: 27px;
}

.account-overnight-section {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center 18%;
}

.account-overnight-section[hidden] {
  display: none;
}

.account-overnight-copy {
  max-width: 820px;
  margin: 26px auto 0;
  padding: 26px 30px;
  border-radius: 8px;
  background: rgba(247, 243, 232, 0.9);
  color: #0d3b66;
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
}

.account-overnight-copy p {
  margin: 0;
}

.account-overnight-copy p + p {
  margin-top: 14px;
}

.overnight-availability-summary {
  max-width: 720px;
  margin: 28px auto 0;
  padding: 20px 24px;
  border-radius: 8px;
  background: rgba(247, 243, 232, 0.9);
  color: #0d3b66;
  font-size: 16px;
  text-align: center;
}

.account-location-hours {
  max-width: 820px;
  margin: 0 auto 30px;
  padding: 24px 28px;
  border-radius: 8px;
  background: #a8d5d0;
  color: #0d3b66;
  text-align: center;
}

.account-location-hours h3 {
  margin: 0 0 18px;
  color: #0d3b66;
  font-family: var(--gst-font-primary);
  font-size: 21px;
}

.account-location-hours p {
  margin: 0;
  color: #0d3b66;
  font-size: 15px;
  line-height: 1.6;
}

.account-location-hours-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  max-width: 720px;
  margin: 0 auto;
}

.account-location-hours-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-location-hours-grid > div {
  padding: 0 28px;
}

.account-location-hours-grid--two > div + div {
  border-left: 2px solid #ee964b;
}

.account-location-hours h4 {
  margin: 0 0 10px;
  color: #ee964b;
  font-family: var(--gst-font-primary);
  font-size: 17px;
}

.account-location-hours-grid p {
  margin-top: 8px;
}

.account-location-hours a {
  color: inherit;
  font-weight: 800;
}

.profile-template.account-view .lower-page-main > .location-directory-section {
  order: 9;
}

.profile-template.account-view .lower-page-main > .account-connect-section {
  order: 8;
}

/* Box: Locations. Center incomplete rows while preserving three cards across. */
.location-directory-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.location-directory-grid > article {
  flex: 0 1 calc((100% - 32px) / 3);
  min-width: 0;
}

@media (max-width: 760px) {
  .about-row--with-video {
    grid-template-columns: 1fr;
  }

  .account-location-hours-grid--two {
    grid-template-columns: 1fr;
  }

  .account-location-hours-grid--two > div + div {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 2px solid #ee964b;
    border-left: 0;
  }

  .location-directory-grid > article {
    flex-basis: 100%;
  }

}

/* All layouts — Support Services Offered and Structured Programming card headlines */
.services-section .program-grid .location-program-card > h3,
.structured-section .structured-grid .location-program-card > h3 {
  font-weight: 800;
}

/* All layouts — let one or two populated cards use the full live area. */
.support-grid.content-grid--one,
.program-grid.content-grid--one,
.structured-grid.content-grid--one {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) !important;
}

.support-grid.content-grid--two,
.program-grid.content-grid--two,
.structured-grid.content-grid--two {
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 680px) {
  .support-grid.content-grid--two,
  .program-grid.content-grid--two,
  .structured-grid.content-grid--two,
  .profile-template .overnight-individual-details,
  .profile-template .overnight-policy-card,
  .profile-template .location-licensing-grid,
  .profile-template .account-location-hours-grid,
  .profile-template .areas-served-columns,
  .profile-template .areas-served-zip-list,
  .profile-template .photo-strip {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
