body.dirachart-facility-page .block-page-title-block,
body.dirachart-facility-page h1.page-title,
body.dirachart-facility-page .page-header__title,
body.dirachart-facility-page [data-drupal-selector="page-title"]{display:none!important}

.dc-directory,.dc-profile{
  --dc-navy:#0d2947;
  --dc-navy-2:#153d63;
  --dc-ink:#17324d;
  --dc-muted:#5f7184;
  --dc-teal:#0f7f78;
  --dc-teal-dark:#0a625d;
  --dc-aqua:#eaf7f5;
  --dc-sky:#eef5fb;
  --dc-gold:#d8a33f;
  --dc-gold-dark:#8b6117;
  --dc-border:#d9e4ec;
  --dc-shadow:0 24px 60px rgba(13,41,71,.11);
  width:min(100%,1440px);
  max-width:1440px;
  margin:0 auto;
  padding:36px 28px 88px;
  color:var(--dc-ink);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.55;
}
.dc-directory *,.dc-profile *{box-sizing:border-box}
.dc-directory h1,.dc-directory h2,.dc-directory h3,.dc-profile h1,.dc-profile h2,.dc-profile h3{
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  text-transform:none!important;
  letter-spacing:-.025em!important;
  color:inherit;
}
.dc-directory a,.dc-profile a{transition:all .18s ease}

.dc-directory__hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) 250px;
  gap:44px;
  align-items:end;
  min-height:340px;
  padding:58px 62px 86px;
  border-radius:30px;
  background:
    radial-gradient(circle at 88% 16%,rgba(75,203,190,.28),transparent 27%),
    linear-gradient(135deg,var(--dc-navy) 0%,#12385d 62%,#0b5e66 125%);
  box-shadow:var(--dc-shadow);
  color:#fff;
}
.dc-directory__hero:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-150px;
  width:380px;
  height:380px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  box-shadow:0 0 0 58px rgba(255,255,255,.035),0 0 0 116px rgba(255,255,255,.025);
}
.dc-directory__hero-copy{position:relative;z-index:1;max-width:900px}
.dc-directory__eyebrow{
  margin-bottom:14px;
  color:#8ce0d8;
  font-size:.76rem;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.dc-directory__hero h1{
  max-width:920px;
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(2.6rem,5vw,5.25rem);
  line-height:.98;
  letter-spacing:-.055em!important;
}
.dc-directory__hero p{max-width:780px;margin:0;color:#d8e5ef;font-size:1.12rem;line-height:1.75}
.dc-directory__trust-row{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:28px;color:#dceaf1;font-size:.84rem;font-weight:700}
.dc-directory__trust-row span{display:inline-flex;align-items:center;gap:8px}
.dc-directory__trust-row span:before{content:"✓";display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(117,226,212,.18);color:#91e8dd;font-size:.72rem}
.dc-directory__hero-stat{position:relative;z-index:1;display:grid;align-content:center;min-height:170px;padding:24px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);text-align:center}
.dc-directory__hero-stat strong{font-size:2.75rem;line-height:1;color:#fff}
.dc-directory__hero-stat span{margin-top:8px;color:#dceaf1;font-size:.84rem}

.dc-directory__type-nav{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:8px;width:max-content;max-width:calc(100% - 50px);margin:-34px auto 0;padding:8px;border:1px solid var(--dc-border);border-radius:999px;background:#fff;box-shadow:0 16px 38px rgba(13,41,71,.12)}
.dc-directory__type-nav a{padding:11px 18px;border-radius:999px;color:var(--dc-muted);font-size:.88rem;font-weight:800;text-decoration:none}
.dc-directory__type-nav a:hover,.dc-directory__type-nav a.is-active{background:var(--dc-navy);color:#fff}

.dc-directory__filters{margin:34px 0 28px;padding:26px;border:1px solid var(--dc-border);border-radius:24px;background:#fff;box-shadow:0 16px 42px rgba(13,41,71,.07)}
.dc-directory__filter-heading{display:flex;justify-content:space-between;gap:24px;align-items:start;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #edf2f6}
.dc-directory__filter-heading div{display:grid;gap:3px}
.dc-directory__filter-heading strong{font-size:1.08rem;color:var(--dc-navy)}
.dc-directory__filter-heading span{color:var(--dc-muted);font-size:.88rem}
.dc-directory__filter-heading>a{color:var(--dc-teal);font-size:.86rem;font-weight:800;text-decoration:none}
.dc-directory__filter-grid{display:grid;grid-template-columns:minmax(260px,2fr) minmax(180px,1fr) minmax(165px,1fr) minmax(150px,1fr) minmax(125px,.75fr) auto;gap:12px;align-items:end}
.dc-directory__filter-grid label{display:grid;gap:7px;color:var(--dc-muted);font-size:.74rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.dc-directory__filter-grid input,.dc-directory__filter-grid select{width:100%;min-height:50px;padding:11px 13px;border:1px solid #c9d7e1;border-radius:12px;background:#fff;color:var(--dc-ink);font:inherit;font-size:.92rem;text-transform:none;outline:none}
.dc-directory__filter-grid input:focus,.dc-directory__filter-grid select:focus{border-color:var(--dc-teal);box-shadow:0 0 0 3px rgba(15,127,120,.12)}
.dc-directory__filter-grid button,.dc-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:11px 18px;border:1px solid var(--dc-teal);border-radius:12px;background:#fff;color:var(--dc-teal);font:inherit;font-size:.88rem;font-weight:850;text-align:center;text-decoration:none;cursor:pointer}
.dc-directory__filter-grid button,.dc-button--primary{background:var(--dc-teal);color:#fff;box-shadow:0 9px 20px rgba(15,127,120,.18)}
.dc-directory__filter-grid button:hover,.dc-button--primary:hover{background:var(--dc-teal-dark);border-color:var(--dc-teal-dark);transform:translateY(-1px)}
.dc-button--quiet{border-color:#cbd8e1;color:var(--dc-navy)}
.dc-button--quiet:hover{border-color:var(--dc-navy);background:var(--dc-sky)}

.dc-directory__summary{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:24px 2px 18px;color:var(--dc-muted);font-size:.92rem}
.dc-directory__summary strong{color:var(--dc-navy);font-size:1.25rem}
.dc-directory__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.dc-facility-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:26px;border:1px solid var(--dc-border);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(13,41,71,.065);overflow:hidden}
.dc-facility-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--dc-teal),#5dc6bb);opacity:.92}
.dc-facility-card:hover{transform:translateY(-3px);border-color:#bed5df;box-shadow:0 20px 45px rgba(13,41,71,.11)}
.dc-facility-card__top{display:flex;justify-content:space-between;gap:12px;align-items:center}
.dc-type-badge{display:inline-flex;width:max-content;max-width:100%;padding:7px 11px;border-radius:999px;font-size:.7rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase}
.dc-type-badge--nursing_home{background:#e9f3ff;color:#175f9a}
.dc-type-badge--home_health{background:#e8f8f2;color:#176949}
.dc-rating{color:var(--dc-gold-dark);font-size:.82rem;font-weight:850}
.dc-facility-card__body{display:flex;flex:1;flex-direction:column}
.dc-facility-card h2{margin:18px 0 7px;font-size:clamp(1.35rem,2vw,1.85rem)!important;line-height:1.15!important;letter-spacing:-.035em!important}
.dc-facility-card h2 a{color:var(--dc-navy);text-decoration:none}
.dc-facility-card h2 a:hover{color:var(--dc-teal)}
.dc-facility-card__subtype{margin:0 0 18px;color:var(--dc-muted);font-size:.88rem}
.dc-facility-card__location{display:grid;grid-template-columns:30px 1fr;gap:12px;margin:4px 0 17px;padding:15px;border-radius:14px;background:var(--dc-sky)}
.dc-facility-card__icon{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff;color:var(--dc-teal);font-weight:900}
.dc-facility-card__location div{display:grid;gap:2px;color:var(--dc-muted);font-size:.88rem;line-height:1.45}
.dc-facility-card__location strong{color:var(--dc-ink);font-size:.9rem}
.dc-facility-card__facts{display:flex;flex-wrap:wrap;gap:10px 28px;margin:0 0 20px}
.dc-facility-card__facts div{display:grid;gap:2px;min-width:130px}
.dc-facility-card__facts dt{color:#7a8998;font-size:.68rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.dc-facility-card__facts dd{margin:0;color:var(--dc-navy);font-size:.92rem;font-weight:750}
.dc-facility-card__facts a{color:var(--dc-teal)}
.dc-facility-card__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:auto;padding-top:5px}
.dc-facility-card__actions .dc-button{flex:1 1 170px}

.dc-directory__pager{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;margin:34px 0 0;padding:18px 22px;border:1px solid var(--dc-border);border-radius:16px;background:#fff}
.dc-directory__pager a{color:var(--dc-teal);font-weight:850;text-decoration:none}
.dc-directory__pager a:last-child{text-align:right}
.dc-directory__pager strong{color:var(--dc-navy);font-size:.88rem}
.dc-directory__notice{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0;padding:16px 18px;border:1px solid var(--dc-border);border-radius:14px;background:var(--dc-aqua);line-height:1.5}
.dc-directory__notice--error{border-color:#efb7b7;background:#fff2f2;color:#8b2424}
.dc-directory__notice--warning{border-color:#ead49a;background:#fff9e8;color:#755717}
.dc-directory__empty{grid-column:1/-1;padding:64px 24px;border:1px dashed #c7d7e2;border-radius:22px;background:#fff;text-align:center;color:var(--dc-muted)}
.dc-directory__empty-icon{margin-bottom:8px;color:var(--dc-teal);font-size:2.5rem}
.dc-directory__empty h2{margin:0 0 8px;color:var(--dc-navy);font-size:1.55rem}
.dc-directory__empty p{margin:0 auto 22px;max-width:560px}

.dc-profile{padding-top:30px}
.dc-profile__breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 20px;color:var(--dc-muted);font-size:.84rem}
.dc-profile__breadcrumb a{color:var(--dc-teal);font-weight:800;text-decoration:none}
.dc-profile__hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:38px;align-items:center;padding:46px 50px;border-radius:28px;background:linear-gradient(135deg,var(--dc-navy),var(--dc-navy-2) 68%,#0b6768);box-shadow:var(--dc-shadow);color:#fff}
.dc-profile__hero:after{content:"";position:absolute;right:-100px;bottom:-180px;width:390px;height:390px;border:1px solid rgba(255,255,255,.14);border-radius:50%;box-shadow:0 0 0 60px rgba(255,255,255,.03),0 0 0 120px rgba(255,255,255,.02)}
.dc-profile__hero-main,.dc-profile__rating-card,.dc-profile__verified-card{position:relative;z-index:1}
.dc-profile__hero h1{max-width:960px;margin:14px 0 9px;color:#fff;font-size:clamp(2.3rem,5vw,4.8rem)!important;line-height:1!important;letter-spacing:-.055em!important}
.dc-profile__location{margin:0;color:#bfe4e3;font-size:1.1rem;font-weight:750}
.dc-profile__legal{margin:8px 0 0;color:#d1dde8;font-size:.86rem}
.dc-profile__hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:27px}
.dc-button--light{border-color:#fff;background:#fff;color:var(--dc-navy);box-shadow:none}
.dc-button--light:hover{background:#eaf4f7;transform:translateY(-1px)}
.dc-button--outline-light{border-color:rgba(255,255,255,.5);background:transparent;color:#fff;box-shadow:none}
.dc-button--outline-light:hover{border-color:#fff;background:rgba(255,255,255,.1)}
.dc-profile__rating-card,.dc-profile__verified-card{display:grid;align-content:center;min-height:188px;padding:24px;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:rgba(255,255,255,.11);backdrop-filter:blur(8px);text-align:center}
.dc-profile__rating-card>span,.dc-profile__verified-card>span{color:#dce7ef;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.dc-profile__rating-card strong{margin:7px 0 0;color:#fff;font-size:3.25rem;line-height:1}
.dc-profile__rating-card small{font-size:1rem;color:#dce7ef}
.dc-profile__rating-card div{margin-top:8px;color:#ffd875;letter-spacing:.12em}
.dc-profile__verified-card strong{margin:10px 0;color:#fff;font-size:1.15rem;line-height:1.3}
.dc-profile__verified-card small{color:#d6e4ec}

.dc-profile__layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(330px,.8fr);gap:24px;align-items:start;margin-top:24px}
.dc-profile__panel{margin:0 0 24px;padding:30px;border:1px solid var(--dc-border);border-radius:22px;background:#fff;box-shadow:0 12px 32px rgba(13,41,71,.055)}
.dc-profile__section-heading{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:22px}
.dc-profile__section-heading>div{display:grid;gap:3px}
.dc-profile__section-heading span,.dc-profile__panel-label{color:var(--dc-teal);font-size:.7rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.dc-profile__section-heading h2,.dc-profile__contact-panel h2{margin:0;color:var(--dc-navy);font-size:1.65rem!important;line-height:1.15!important}
.dc-profile__section-heading small{color:var(--dc-muted)}
.dc-profile__detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.dc-profile__detail-card{display:grid;align-content:start;min-height:112px;padding:18px;border:1px solid #e2eaf0;border-radius:15px;background:#fbfdfe}
.dc-profile__detail-card--wide{grid-column:1/-1;min-height:130px;background:var(--dc-sky)}
.dc-profile__detail-card>span{margin-bottom:6px;color:#788998;font-size:.68rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.dc-profile__detail-card strong{color:var(--dc-navy);font-size:1rem;line-height:1.42}
.dc-profile__detail-card strong a{color:var(--dc-teal)}
.dc-profile__detail-card p,.dc-profile__detail-card small{margin:4px 0 0;color:var(--dc-muted)}
.dc-profile__metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.dc-profile__metrics div{display:grid;place-items:center;min-height:120px;padding:18px 10px;border-radius:16px;background:linear-gradient(180deg,var(--dc-aqua),#f7fbfb);text-align:center}
.dc-profile__metrics strong{color:var(--dc-teal);font-size:2rem;line-height:1}
.dc-profile__metrics span{margin-top:7px;color:var(--dc-muted);font-size:.74rem;font-weight:750}
.dc-profile__compliance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
.dc-profile__compliance-grid div{display:flex;justify-content:space-between;gap:10px;padding:13px 15px;border:1px solid #e3eaf0;border-radius:12px;color:var(--dc-muted);font-size:.82rem}
.dc-profile__compliance-grid strong{color:var(--dc-navy)}
.dc-profile__resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.dc-profile__resource-grid a{display:grid;gap:7px;min-height:150px;padding:20px;border:1px solid var(--dc-border);border-radius:16px;color:var(--dc-ink);text-decoration:none}
.dc-profile__resource-grid a:hover{border-color:#8ecdc7;background:var(--dc-aqua);transform:translateY(-2px)}
.dc-profile__resource-grid strong{color:var(--dc-navy);font-size:1rem}
.dc-profile__resource-grid span{color:var(--dc-muted);font-size:.84rem;line-height:1.5}
.dc-profile__resource-grid em{align-self:end;color:var(--dc-teal);font-size:.78rem;font-style:normal;font-weight:850}
.dc-profile__aside{position:sticky;top:22px}
.dc-intelligence-card{position:relative;overflow:hidden;margin-bottom:24px;padding:30px;border-radius:22px;background:linear-gradient(145deg,#122b46,#1d486d);box-shadow:0 18px 44px rgba(13,41,71,.17);color:#fff}
.dc-intelligence-card:after{content:"";position:absolute;right:-70px;bottom:-90px;width:220px;height:220px;border-radius:50%;background:rgba(216,163,63,.12)}
.dc-intelligence-card>*{position:relative;z-index:1}
.dc-intelligence-card__mark{color:#ffd879;font-size:.7rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.dc-intelligence-card h2{margin:12px 0 12px;color:#fff;font-size:1.85rem!important;line-height:1.08!important}
.dc-intelligence-card p{margin:0 0 22px;color:#d7e3ec;font-size:.9rem;line-height:1.65}
.dc-button--gold{width:100%;border-color:var(--dc-gold);background:var(--dc-gold);color:#1a2b3b;box-shadow:none}
.dc-button--gold:hover{border-color:#efbd5b;background:#efbd5b;transform:translateY(-1px)}
.dc-intelligence-card small{display:block;margin-top:13px;color:#bfcfdb;font-size:.72rem;line-height:1.45}
.dc-profile__contact-panel{display:grid;gap:10px}
.dc-profile__contact-panel h2{margin:0 0 5px}
.dc-profile__contact-panel>a:not(.dc-button){color:var(--dc-teal);font-size:1.06rem;font-weight:850}
.dc-profile__contact-panel p{margin:0 0 8px;color:var(--dc-muted)}
.dc-profile__data-note{display:grid;gap:8px;padding:20px;border:1px solid var(--dc-border);border-radius:17px;background:#f8fbfd;color:var(--dc-muted);font-size:.78rem;line-height:1.5}
.dc-profile__data-note strong{color:var(--dc-navy);font-size:.84rem}
.dc-profile__data-note p{margin:0}
.dc-profile__data-note a{color:var(--dc-teal);font-weight:800;text-decoration:none}

@media(max-width:1180px){
  .dc-directory__filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .dc-directory__search-field{grid-column:span 2}
  .dc-profile__layout{grid-template-columns:minmax(0,1.5fr) minmax(310px,.8fr)}
}
@media(max-width:960px){
  .dc-directory__hero{grid-template-columns:1fr;padding:46px 38px 78px}
  .dc-directory__hero-stat{display:none}
  .dc-directory__grid{grid-template-columns:1fr}
  .dc-profile__hero{grid-template-columns:1fr}
  .dc-profile__rating-card,.dc-profile__verified-card{min-height:0;text-align:left}
  .dc-profile__layout{grid-template-columns:1fr}
  .dc-profile__aside{position:static}
}
@media(max-width:700px){
  .dc-directory,.dc-profile{padding:22px 15px 58px}
  .dc-directory__hero{min-height:0;padding:38px 24px 70px;border-radius:22px}
  .dc-directory__hero h1{font-size:clamp(2.35rem,13vw,3.5rem)}
  .dc-directory__type-nav{width:calc(100% - 22px);max-width:none;border-radius:18px}
  .dc-directory__type-nav a{flex:1 1 100%;text-align:center}
  .dc-directory__filters{padding:20px;border-radius:19px}
  .dc-directory__filter-heading{display:grid}
  .dc-directory__filter-grid{grid-template-columns:1fr}
  .dc-directory__search-field{grid-column:auto}
  .dc-directory__summary{align-items:flex-start;flex-direction:column}
  .dc-facility-card{padding:22px}
  .dc-directory__pager{grid-template-columns:1fr 1fr}
  .dc-directory__pager strong{grid-column:1/-1;grid-row:1;text-align:center}
  .dc-profile__hero{padding:34px 24px;border-radius:22px}
  .dc-profile__hero h1{font-size:clamp(2.15rem,12vw,3.2rem)!important}
  .dc-profile__hero-actions{display:grid}
  .dc-profile__panel{padding:22px;border-radius:18px}
  .dc-profile__detail-grid,.dc-profile__resource-grid{grid-template-columns:1fr}
  .dc-profile__detail-card--wide{grid-column:auto}
  .dc-profile__metrics{grid-template-columns:repeat(2,1fr)}
  .dc-profile__compliance-grid{grid-template-columns:1fr}
}

/* BEGIN DIRACHART CONTRAST + HOME DIRECTORY BANNER V1.2.1 */

/* Hide the theme-generated duplicate title on facility routes. */
body.path-facilities .block-page-title-block,
body.path-facilities .block-system-page-title-block,
body.path-facilities h1.page-title,
body.path-facilities .page-title-wrapper,
body.path-facilities .region-content-above .page-title,
body.path-facilities .region-highlighted .page-title {
  display: none !important;
}

/* Protect dark panels from site-wide heading effects. */
.dc-profile__hero h1,
.dc-profile__hero h1 *,
.dc-intelligence-card h2,
.dc-intelligence-card h2 *,
.dc-profile__verified-card strong,
.dc-profile__rating-card strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-text-stroke: 0 transparent !important;
  background: none !important;
  background-image: none !important;
  opacity: 1 !important;
  filter: none !important;
}

.dc-profile__hero h1 {
  max-width: 920px;
  font-size: clamp(2.2rem, 4vw, 4rem) !important;
  line-height: 1.03 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .18);
}

.dc-profile__location,
.dc-profile__legal,
.dc-profile__verified-card small,
.dc-profile__rating-card small,
.dc-profile__rating-card > span,
.dc-profile__verified-card > span {
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor !important;
}

.dc-profile__location {
  color: #d9f3f0 !important;
}

.dc-profile__legal {
  color: #e3edf4 !important;
}

.dc-profile__verified-card small,
.dc-profile__rating-card small {
  color: #edf6fa !important;
}

.dc-profile__rating-card > span,
.dc-profile__verified-card > span {
  color: #e9f2f7 !important;
}

.dc-intelligence-card {
  background: linear-gradient(
    145deg,
    #0c2b4a 0%,
    #124b63 100%
  ) !important;
}

.dc-intelligence-card__mark {
  color: #ffd875 !important;
  -webkit-text-fill-color: #ffd875 !important;
}

.dc-intelligence-card p {
  color: #eef6fa !important;
  -webkit-text-fill-color: #eef6fa !important;
  opacity: 1 !important;
}

.dc-intelligence-card small {
  color: #e1edf3 !important;
  -webkit-text-fill-color: #e1edf3 !important;
  opacity: 1 !important;
}

.dc-button--gold {
  background: #f1b844 !important;
  border-color: #f1b844 !important;
  color: #102942 !important;
  -webkit-text-fill-color: #102942 !important;
}

.dc-button--gold:hover {
  background: #ffd16f !important;
  border-color: #ffd16f !important;
}

/* Homepage facility-directory banner. */
.dc-home-directory-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  width: min(1440px, calc(100% - 48px));
  margin: 22px auto 30px;
  padding: 30px 34px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 94% 10%,
      rgba(89, 207, 194, .30),
      transparent 31%
    ),
    linear-gradient(
      120deg,
      #0d2947 0%,
      #123c60 62%,
      #0b6d6a 130%
    );
  box-shadow: 0 20px 50px rgba(13, 41, 71, .15);
  color: #ffffff;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.dc-home-directory-banner::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -80px;
  bottom: -135px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  box-shadow:
    0 0 0 50px rgba(255, 255, 255, .025),
    0 0 0 100px rgba(255, 255, 255, .018);
}

.dc-home-directory-banner__eyebrow {
  margin-bottom: 7px;
  color: #8de6dc !important;
  -webkit-text-fill-color: #8de6dc !important;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dc-home-directory-banner h2 {
  margin: 0 0 8px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-text-stroke: 0 transparent !important;
  background: none !important;
  background-image: none !important;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -.035em !important;
  text-transform: none !important;
  opacity: 1 !important;
}

.dc-home-directory-banner p {
  max-width: 850px;
  margin: 0;
  color: #e5f0f5 !important;
  -webkit-text-fill-color: #e5f0f5 !important;
  font-size: .96rem;
  line-height: 1.65;
  opacity: 1 !important;
}

.dc-home-directory-banner__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.dc-home-directory-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 17px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 12px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: .84rem;
  font-weight: 850;
  text-decoration: none !important;
  white-space: nowrap;
}

.dc-home-directory-banner__button--primary {
  border-color: #ffffff;
  background: #ffffff;
  color: #0d2947 !important;
  -webkit-text-fill-color: #0d2947 !important;
}

.dc-home-directory-banner__button:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, .12);
  transform: translateY(-1px);
}

.dc-home-directory-banner__button--primary:hover {
  background: #eaf7f5;
}

@media (max-width: 900px) {
  .dc-home-directory-banner {
    grid-template-columns: 1fr;
    width: min(100% - 30px, 1440px);
    padding: 26px 24px;
  }

  .dc-home-directory-banner__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .dc-home-directory-banner__actions {
    display: grid;
  }

  .dc-home-directory-banner__button {
    width: 100%;
  }
}

/* END DIRACHART CONTRAST + HOME DIRECTORY BANNER V1.2.1 */

/* BEGIN DIRECTORY CONTRAST HOME FIX V1.2.2 */

/*
 * Remove the Drupal theme-generated duplicate title.
 */
body.dirachart-facility-page .block-page-title-block,
body.dirachart-facility-page .block-system-page-title-block,
body.dirachart-facility-page h1.page-title,
body.dirachart-facility-page .page-title-wrapper,
body.path-facilities .block-page-title-block,
body.path-facilities .block-system-page-title-block,
body.path-facilities h1.page-title {
  display: none !important;
}

/*
 * Directory hero contrast.
 */
body.dirachart-facility-page .dc-directory__hero {
  background:
    radial-gradient(
      circle at 92% 16%,
      rgba(69, 205, 194, .30),
      transparent 34%
    ),
    linear-gradient(
      125deg,
      #0b2a4a 0%,
      #123f63 64%,
      #08746f 125%
    ) !important;
}

body.dirachart-facility-page .dc-directory__hero h1,
body.dirachart-facility-page .dc-directory__hero h1 *,
body.dirachart-facility-page .dc-directory__hero-copy h1 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-text-stroke: 0 transparent !important;
  background: none !important;
  background-image: none !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .18);
}

body.dirachart-facility-page .dc-directory__hero h1 {
  max-width: 850px;
  font-size: clamp(2.8rem, 5.6vw, 5rem) !important;
  line-height: .98 !important;
}

body.dirachart-facility-page .dc-directory__eyebrow {
  color: #82eee1 !important;
  -webkit-text-fill-color: #82eee1 !important;
  opacity: 1 !important;
}

body.dirachart-facility-page .dc-directory__hero p {
  color: #edf7fa !important;
  -webkit-text-fill-color: #edf7fa !important;
  opacity: 1 !important;
  font-weight: 500;
}

body.dirachart-facility-page .dc-directory__trust-row,
body.dirachart-facility-page .dc-directory__trust-row span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

body.dirachart-facility-page
.dc-directory__trust-row span::before {
  background: rgba(105, 231, 217, .25) !important;
  color: #a4fff4 !important;
  -webkit-text-fill-color: #a4fff4 !important;
}

body.dirachart-facility-page .dc-directory__hero-stat {
  border-color: rgba(255, 255, 255, .30) !important;
  background: rgba(255, 255, 255, .14) !important;
}

body.dirachart-facility-page .dc-directory__hero-stat strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

body.dirachart-facility-page .dc-directory__hero-stat span {
  color: #f2f8fb !important;
  -webkit-text-fill-color: #f2f8fb !important;
  opacity: 1 !important;
}

/*
 * Facility profile hero contrast.
 */
body.dirachart-facility-page .dc-profile__hero h1,
body.dirachart-facility-page .dc-profile__hero h1 *,
body.dirachart-facility-page .dc-profile__verified-card strong,
body.dirachart-facility-page .dc-profile__rating-card strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-text-stroke: 0 transparent !important;
  background: none !important;
  background-image: none !important;
  opacity: 1 !important;
  filter: none !important;
}

body.dirachart-facility-page .dc-profile__hero h1 {
  max-width: 900px;
  font-size: clamp(2.3rem, 4.5vw, 4.2rem) !important;
  line-height: 1.02 !important;
}

body.dirachart-facility-page .dc-profile__location {
  color: #d9f7f2 !important;
  -webkit-text-fill-color: #d9f7f2 !important;
  opacity: 1 !important;
}

body.dirachart-facility-page .dc-profile__legal {
  color: #e5eef5 !important;
  -webkit-text-fill-color: #e5eef5 !important;
  opacity: 1 !important;
}

body.dirachart-facility-page
.dc-profile__verified-card span,
body.dirachart-facility-page
.dc-profile__verified-card small,
body.dirachart-facility-page
.dc-profile__rating-card span,
body.dirachart-facility-page
.dc-profile__rating-card small {
  color: #edf6fa !important;
  -webkit-text-fill-color: #edf6fa !important;
  opacity: 1 !important;
}

/*
 * DiraReach intelligence-card contrast.
 */
body.dirachart-facility-page .dc-intelligence-card {
  background:
    radial-gradient(
      circle at 105% 105%,
      rgba(255, 255, 255, .12),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      #0b2a49 0%,
      #164d69 100%
    ) !important;
}

body.dirachart-facility-page .dc-intelligence-card h2,
body.dirachart-facility-page .dc-intelligence-card h2 * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-text-stroke: 0 transparent !important;
  background: none !important;
  background-image: none !important;
  opacity: 1 !important;
}

body.dirachart-facility-page .dc-intelligence-card p {
  color: #eef7fa !important;
  -webkit-text-fill-color: #eef7fa !important;
  opacity: 1 !important;
}

body.dirachart-facility-page .dc-intelligence-card small {
  color: #e6f0f5 !important;
  -webkit-text-fill-color: #e6f0f5 !important;
  opacity: 1 !important;
}

body.dirachart-facility-page
.dc-intelligence-card__mark {
  color: #ffd56b !important;
  -webkit-text-fill-color: #ffd56b !important;
}

body.dirachart-facility-page .dc-button--gold {
  border-color: #f3b943 !important;
  background: #f3b943 !important;
  color: #0b2947 !important;
  -webkit-text-fill-color: #0b2947 !important;
}

body.dirachart-facility-page .dc-button--gold:hover {
  border-color: #ffd370 !important;
  background: #ffd370 !important;
}

/*
 * Homepage directory promotion.
 */
.dc-home-directory-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  width: min(1400px, calc(100% - 48px));
  margin: 24px auto 34px;
  padding: 30px 34px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 94% 8%,
      rgba(70, 215, 200, .32),
      transparent 34%
    ),
    linear-gradient(
      120deg,
      #0c2948 0%,
      #123e61 64%,
      #08746e 130%
    );
  box-shadow: 0 20px 50px rgba(13, 41, 71, .16);
  color: #ffffff;
}

.dc-home-directory-banner::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -95px;
  bottom: -155px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(255, 255, 255, .028),
    0 0 0 116px rgba(255, 255, 255, .018);
}

.dc-home-directory-banner__eyebrow {
  margin-bottom: 7px;
  color: #8ff2e6 !important;
  -webkit-text-fill-color: #8ff2e6 !important;
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dc-home-directory-banner h2,
.dc-home-directory-banner h2 * {
  margin: 0 0 9px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-text-stroke: 0 transparent !important;
  background: none !important;
  background-image: none !important;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;
  font-size: clamp(1.6rem, 2.5vw, 2.35rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -.035em !important;
  text-transform: none !important;
  opacity: 1 !important;
}

.dc-home-directory-banner p {
  max-width: 820px;
  margin: 0;
  color: #edf7fa !important;
  -webkit-text-fill-color: #edf7fa !important;
  font-size: .96rem;
  line-height: 1.65;
  opacity: 1 !important;
}

.dc-home-directory-banner__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.dc-home-directory-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 11px 17px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 12px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: .84rem;
  font-weight: 850;
  text-decoration: none !important;
  white-space: nowrap;
}

.dc-home-directory-banner__button--primary {
  border-color: #ffffff;
  background: #ffffff;
  color: #0c2948 !important;
  -webkit-text-fill-color: #0c2948 !important;
}

.dc-home-directory-banner__button:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, .13);
  transform: translateY(-1px);
}

.dc-home-directory-banner__button--primary:hover {
  background: #e8f8f5;
}

@media (max-width: 900px) {
  .dc-home-directory-banner {
    grid-template-columns: 1fr;
    width: min(100% - 30px, 1400px);
    padding: 26px 24px;
  }

  .dc-home-directory-banner__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  body.dirachart-facility-page .dc-directory__hero h1 {
    font-size: clamp(2.3rem, 13vw, 3.5rem) !important;
  }

  .dc-home-directory-banner__actions {
    display: grid;
  }

  .dc-home-directory-banner__button {
    width: 100%;
  }
}

/* END DIRECTORY CONTRAST HOME FIX V1.2.2 */
