:root {
  --brand-primary: #0a3047;
  --brand-accent: #c9951d;
  --brand-logo-width: 265px;
  --dt-navy: #0a3047;
  --dt-navy-2: #0d415f;
  --dt-teal: #0e9f9a;
  --dt-teal-2: #47cbc2;
  --dt-aqua: #e4fbf8;
  --dt-gold: #c9951d;
  --dt-ink: #102b3f;
  --dt-muted: #5f7280;
  --dt-line: #d9e9ea;
  --dt-bg: #f8fbfa;
  --fdj-sand: #fbf7ef;
  --fdj-sky: #dff5fb;
}

body.site-florida {
  background:
    radial-gradient(circle at 12% 9%, rgba(71, 203, 194, 0.20), transparent 26rem),
    radial-gradient(circle at 86% 11%, rgba(201, 149, 29, 0.14), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbfa 44%, #f9f5ec 100%);
}

.site-florida a {
  color: var(--dt-navy);
  text-decoration-color: rgba(14, 159, 154, 0.38);
}

.site-florida .site-nav {
  min-height: 78px;
  border-bottom: 0 !important;
  box-shadow: 0 10px 30px rgba(10, 48, 71, 0.08);
}

.site-florida .site-nav::after {
  height: 3px;
  background: linear-gradient(90deg, transparent 4%, rgba(14, 159, 154, 0.7), rgba(201, 149, 29, 0.68), transparent 96%);
}

.site-florida .brand-logo {
  width: min(var(--brand-logo-width), 48vw);
  max-height: 68px;
  filter: drop-shadow(0 8px 12px rgba(10, 48, 71, 0.06));
}

.site-florida .navbar-nav {
  --bs-nav-link-color: #17364a;
  --bs-navbar-hover-color: var(--dt-teal);
}

.site-florida .nav-link {
  font-size: 0.94rem;
  font-weight: 750;
}

.site-florida .btn {
  border-radius: 12px;
}

.site-florida .btn-primary,
.site-florida .fdj-post-btn {
  --bs-btn-bg: var(--dt-gold);
  --bs-btn-border-color: var(--dt-gold);
  --bs-btn-color: #ffffff;
  --bs-btn-hover-bg: #b78314;
  --bs-btn-hover-border-color: #b78314;
  box-shadow: 0 12px 22px rgba(201, 149, 29, 0.28);
}

.site-florida .btn-outline-primary,
.site-florida .fdj-login-btn {
  --bs-btn-color: var(--dt-navy);
  --bs-btn-border-color: rgba(10, 48, 71, 0.55);
  --bs-btn-hover-bg: var(--dt-navy);
  --bs-btn-hover-border-color: var(--dt-navy);
}

.fdj-hero {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 3.4rem 0 4rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 36%, rgba(255, 255, 255, 0.56) 55%, rgba(255, 255, 255, 0.08) 82%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(228, 251, 248, 0.18) 68%, rgba(255, 255, 255, 0.92) 100%),
    url('img/hero-coastal-cityscape.png') center center / cover no-repeat;
  border-bottom: 1px solid rgba(14, 159, 154, 0.16);
}

.fdj-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 110px;
  background:
    radial-gradient(120% 76px at 25% 100%, rgba(14, 159, 154, 0.58) 0 44%, transparent 45%),
    radial-gradient(120% 80px at 77% 98%, rgba(14, 159, 154, 0.34) 0 43%, transparent 44%),
    linear-gradient(180deg, transparent 0 54%, rgba(14, 159, 154, 0.82) 55% 61%, #ffffff 62% 100%);
  opacity: 0.95;
  pointer-events: none;
}

.fdj-hero::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 1.2rem;
  width: 42rem;
  height: 26rem;
  opacity: 0;
  pointer-events: none;
}

.fdj-hero-skyline {
  display: none;
}

.fdj-hero-inner {
  position: relative;
  z-index: 1;
}

.fdj-eyebrow {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--dt-teal);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.fdj-hero h1 {
  max-width: 640px;
  margin: 0 0 0.8rem;
  color: var(--dt-navy);
  font-size: clamp(2.6rem, 5vw, 5.1rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.fdj-hero h1 span {
  color: var(--dt-teal);
}

.fdj-hero p {
  max-width: 520px;
  color: #24465a;
  font-size: 1.23rem;
  line-height: 1.48;
}

.fdj-hero-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 420px;
  margin-left: auto;
  padding: 1.2rem;
  border: 1px solid rgba(14, 159, 154, 0.20);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 50px rgba(10, 48, 71, 0.12);
  backdrop-filter: blur(10px);
}

.fdj-hero-card-mark {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 26px;
  background: linear-gradient(135deg, #ffffff, var(--dt-aqua));
  box-shadow: inset 0 0 0 1px rgba(14, 159, 154, 0.22);
}

.fdj-hero-card-mark img {
  max-width: 70px;
  max-height: 70px;
  clip-path: inset(0 8% 0 0);
}

.fdj-hero-card strong,
.fdj-hero-card span {
  display: block;
}

.fdj-hero-card strong {
  color: var(--dt-navy);
  font-size: 1.1rem;
  line-height: 1.15;
}

.fdj-hero-card span {
  color: var(--dt-muted);
  margin-top: 0.35rem;
  line-height: 1.35;
}

.fdj-search {
  display: grid;
  grid-template-columns: minmax(210px, 1.45fr) minmax(180px, 0.95fr) minmax(140px, 0.65fr) minmax(160px, 0.75fr) minmax(180px, 0.8fr);
  gap: 0.7rem;
  align-items: end;
  margin-top: 1.4rem;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 50px rgba(10, 48, 71, 0.14);
  border: 1px solid rgba(217, 233, 234, 0.95);
}

.fdj-search-field label {
  display: block;
  margin: 0 0 0.32rem 0.25rem;
  color: #406073;
  font-size: 0.82rem;
  font-weight: 800;
}

.fdj-search input,
.fdj-search select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(177, 204, 208, 0.88);
  border-radius: 13px;
  background: #ffffff;
  color: var(--dt-navy);
  outline: none;
  padding: 0 2.5rem 0 1rem;
  font-weight: 650;
}

.fdj-search select {
  padding-right: 1rem;
}

.fdj-search input:focus,
.fdj-search select:focus {
  border-color: var(--dt-teal);
  box-shadow: 0 0 0 0.23rem rgba(14, 159, 154, 0.14);
}

.fdj-input-icon {
  position: relative;
}

.fdj-input-icon i {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #7b919d;
}

.fdj-search-submit {
  min-height: 52px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--dt-teal), #087b83);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.01em;
  box-shadow: 0 15px 26px rgba(14, 159, 154, 0.30);
}

.fdj-search-submit:hover {
  filter: brightness(0.96);
}

.fdj-main {
  position: relative;
  z-index: 2;
  padding-top: 2.3rem;
  padding-bottom: 3.4rem;
}

.fdj-city-strip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  align-items: center;
  margin-bottom: 2.2rem;
}

.fdj-section-title {
  position: relative;
}

.fdj-section-title h2 {
  margin: 0;
  color: var(--dt-navy);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.fdj-section-title h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 0.45rem;
  background: var(--dt-gold);
}

.fdj-section-title-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
}

.fdj-section-title-inline h2::after {
  margin-top: 0.35rem;
}

.fdj-palm-dot {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--dt-teal);
  background: rgba(14, 159, 154, 0.10);
}

.fdj-city-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
}

.fdj-city-card,
.fdj-role-card,
.fdj-employer-tile {
  text-decoration: none;
}

.fdj-city-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 54px;
  border: 1px solid rgba(217, 233, 234, 0.95);
  border-radius: 14px;
  background: #ffffff;
  color: var(--dt-navy);
  font-weight: 850;
  box-shadow: 0 8px 20px rgba(10, 48, 71, 0.04);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.fdj-city-card i {
  color: var(--dt-teal);
  font-size: 1.1rem;
}

.fdj-city-card:hover,
.fdj-role-card:hover,
.fdj-employer-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(14, 159, 154, 0.45);
  box-shadow: 0 14px 28px rgba(10, 48, 71, 0.08);
}

.fdj-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.fdj-section-head a {
  color: var(--dt-teal);
  font-weight: 850;
  text-decoration: none;
}

.fdj-featured-jobs {
  margin-bottom: 2rem;
}

.fdj-job-card,
.fdj-side-card,
.fdj-empty-card {
  border: 1px solid rgba(217, 233, 234, 0.95);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(10, 48, 71, 0.06);
}

.fdj-job-card {
  min-height: 100%;
  padding: 1rem;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.fdj-job-card:hover {
  transform: translateY(-3px);
  border-color: rgba(14, 159, 154, 0.45);
  box-shadow: 0 18px 36px rgba(10, 48, 71, 0.10);
}

.fdj-job-card-top,
.fdj-job-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.fdj-featured-badge {
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(201, 149, 29, 0.16);
  color: #91680c;
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.fdj-job-card-main {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  margin: 1rem 0;
}

.fdj-job-logo {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff, var(--dt-aqua));
  border: 1px solid rgba(14, 159, 154, 0.18);
}

.fdj-job-logo img {
  max-width: 46px;
  max-height: 46px;
  clip-path: inset(0 8% 0 0);
}

.fdj-job-card h3 {
  margin: 0 0 0.2rem;
  color: var(--dt-navy);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.2;
}

.fdj-job-card h3 a {
  color: inherit;
  text-decoration: none;
}

.fdj-job-card p,
.fdj-job-card span {
  margin: 0;
  color: var(--dt-muted);
  font-size: 0.91rem;
}

.fdj-job-card span i {
  color: var(--dt-teal);
}

.fdj-job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.6rem 0 1rem;
}

.fdj-job-tags span {
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(14, 159, 154, 0.09);
  border: 1px solid rgba(14, 159, 154, 0.18);
  color: #0a6b69;
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: capitalize;
}

.fdj-job-card-foot small {
  color: #7d8e99;
  font-weight: 700;
}

.fdj-job-card-foot a {
  color: var(--dt-teal);
  font-weight: 900;
  text-decoration: none;
}

.fdj-empty-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
}

.fdj-empty-card img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  clip-path: inset(0 8% 0 0);
}

.fdj-empty-card strong {
  display: block;
  color: var(--dt-navy);
  font-size: 1.12rem;
}

.fdj-empty-card p {
  margin: 0.25rem 0 0;
  color: var(--dt-muted);
}

.fdj-role-section {
  padding-top: 0.8rem;
}

.fdj-role-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.fdj-role-card {
  min-height: 136px;
  padding: 1rem 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(217, 233, 234, 0.95);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  color: var(--dt-navy);
  box-shadow: 0 10px 24px rgba(10, 48, 71, 0.05);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.fdj-role-card > i {
  color: var(--dt-teal);
  font-size: 1.65rem;
}

.fdj-role-card strong {
  margin-top: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.12;
}

.fdj-role-card span {
  color: #627887;
  font-size: 0.78rem;
  font-weight: 800;
}

.fdj-side-card {
  padding: 1.1rem;
  margin-bottom: 1.2rem;
}

.fdj-employer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.fdj-employer-tile {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.85rem;
  border: 1px solid rgba(217, 233, 234, 0.95);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #fbfdfd);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.fdj-employer-tile strong {
  color: var(--dt-navy);
  font-size: 0.94rem;
  line-height: 1.18;
}

.fdj-employer-tile span {
  color: var(--dt-muted);
  font-size: 0.79rem;
  margin-top: 0.25rem;
}

.fdj-cta-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0;
  padding: 1.2rem;
  border-radius: 22px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 255, 255, 0.20), transparent 8rem),
    linear-gradient(135deg, #0eaaa3 0%, #087b83 55%, #0a3047 100%);
  box-shadow: 0 22px 42px rgba(10, 48, 71, 0.18);
}

.fdj-cta-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 210px;
  height: 210px;
  background: url('img/logo-mark.png') center / contain no-repeat;
  opacity: 0.08;
}

.fdj-cta-half {
  position: relative;
  z-index: 1;
  padding: 0.7rem;
}

.fdj-cta-half i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 0.85rem;
  background: rgba(255, 255, 255, 0.20);
  color: #ffffff;
  font-size: 1.35rem;
}

.fdj-cta-half h3 {
  margin: 0 0 0.5rem;
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.15;
}

.fdj-cta-half p {
  color: rgba(255,255,255,.78);
  font-size: 0.87rem;
  line-height: 1.42;
  margin-bottom: 0.9rem;
}

.fdj-cta-half a {
  display: inline-flex;
  justify-content: center;
  min-width: 118px;
  padding: 0.5rem 0.72rem;
  border-radius: 10px;
  background: #ffffff;
  color: var(--dt-teal);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 900;
}

.fdj-cta-half .fdj-gold-link {
  background: var(--dt-gold);
  color: #ffffff;
}

.fdj-cta-divider {
  background: rgba(255, 255, 255, 0.34);
}

.fdj-stats-wrap {
  padding: 0 0 3rem;
}

.fdj-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(217, 233, 234, 0.95);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(10, 48, 71, 0.06);
}

.fdj-stats div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.78rem;
  align-items: center;
  padding: 0.6rem;
}

.fdj-stats i {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(14, 159, 154, 0.10);
  color: var(--dt-teal);
  font-size: 1.2rem;
}

.fdj-stats strong {
  color: var(--dt-navy);
  font-size: 1.18rem;
  font-weight: 950;
}

.fdj-stats span {
  color: var(--dt-muted);
  font-size: 0.83rem;
  font-weight: 700;
}

.site-florida .fdj-footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-top: 0 !important;
  background:
    radial-gradient(circle at 89% 55%, rgba(14, 159, 154, 0.13), transparent 16rem),
    linear-gradient(180deg, #0b3650 0%, #082b42 100%);
  color: rgba(255, 255, 255, 0.78);
}

.site-florida .fdj-footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(48vw, 620px);
  height: min(24rem, 82%);
  background: url('img/footer-palms-faint.png') left bottom / contain no-repeat;
  opacity: 0.34;
  pointer-events: none;
  z-index: 0;
}

.site-florida .fdj-footer > * {
  position: relative;
  z-index: 1;
}

.fdj-footer-wave {
  height: 42px;
  background:
    radial-gradient(130% 42px at 20% 0%, #ffffff 0 48%, transparent 49%),
    radial-gradient(110% 42px at 75% 0%, #ffffff 0 46%, transparent 47%);
}

.fdj-footer-logo-card {
  width: min(260px, 100%);
  padding: 0.6rem 0.8rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
}

.fdj-footer-logo-card img {
  width: 100%;
  height: auto;
}

.fdj-socials {
  display: flex;
  gap: 0.55rem;
}

.fdj-socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none;
}

.fdj-footer h3 {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 900;
  margin: 0 0 0.8rem;
}

.fdj-footer .row a {
  display: block;
  width: fit-content;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  margin: 0.38rem 0;
  font-weight: 650;
  font-size: 0.88rem;
}

.fdj-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.fdj-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
}

.fdj-footer-bottom i {
  color: #e24b60;
}

@media (max-width: 1199.98px) {
  .fdj-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fdj-search-submit {
    grid-column: span 2;
  }

  .fdj-city-strip {
    grid-template-columns: 1fr;
  }

  .fdj-city-grid,
  .fdj-role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .site-florida .brand-logo {
    max-height: 58px;
  }

  .fdj-hero {
    padding-top: 2.5rem;
  }

  .fdj-hero::after,
  .fdj-hero-skyline {
    opacity: 0.18;
  }

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

@media (max-width: 767.98px) {
  .fdj-hero {
    min-height: 0;
    padding: 2rem 0 3.2rem;
  }

  .fdj-search {
    grid-template-columns: 1fr;
    padding: 0.8rem;
  }

  .fdj-search-submit {
    grid-column: auto;
  }

  .fdj-city-grid,
  .fdj-role-grid,
  .fdj-employer-grid,
  .fdj-stats {
    grid-template-columns: 1fr;
  }

  .fdj-cta-card {
    grid-template-columns: 1fr;
  }

  .fdj-cta-divider {
    height: 1px;
    margin: 0.4rem 0;
  }

  .fdj-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .fdj-footer-bottom {
    flex-direction: column;
  }
}


@media (max-width: 767.98px) {
  .fdj-hero {
    background-position: 58% center;
  }
}

/* Florida Dental Jobs site-wide brand cleanup
   Keeps shared multisite pages from falling back to the default DentistryTalent palette. */
:root {
  --fdj-navy: #0a3047;
  --fdj-navy-2: #0d415f;
  --fdj-teal: #0e9f9a;
  --fdj-teal-deep: #087b83;
  --fdj-teal-light: #47cbc2;
  --fdj-gold: #c9951d;
  --fdj-gold-deep: #a8740d;
  --fdj-aqua: #e4fbf8;
  --fdj-sand: #fbf7ef;
  --fdj-ink: #102b3f;
  --fdj-muted: #5f7280;
  --fdj-line: #d9e9ea;
  --fdj-bg: #f8fbfa;
  --fdj-gradient: linear-gradient(135deg, #0a3047 0%, #087b83 55%, #0e9f9a 100%);
  --fdj-gradient-hover: linear-gradient(135deg, #082b42 0%, #066f75 55%, #0c8f8a 100%);
  --fdj-icon-gradient: linear-gradient(135deg, #0e9f9a 0%, #087b83 58%, #0a3047 100%);
  --fdj-gold-gradient: linear-gradient(135deg, #c9951d 0%, #d9aa32 56%, #f0ca64 100%);
  --fdj-soft-gradient: linear-gradient(135deg, rgba(14, 159, 154, 0.105), rgba(10, 48, 71, 0.055) 55%, rgba(201, 149, 29, 0.075));
  --dt-navy: var(--fdj-navy);
  --dt-navy-2: var(--fdj-navy-2);
  --dt-teal: var(--fdj-teal);
  --dt-teal-2: var(--fdj-teal-light);
  --dt-aqua: var(--fdj-aqua);
  --dt-gold: var(--fdj-gold);
  --dt-ink: var(--fdj-ink);
  --dt-muted: var(--fdj-muted);
  --dt-line: var(--fdj-line);
  --dt-bg: var(--fdj-bg);
}

body.site-florida {
  color: var(--fdj-ink);
  background:
    radial-gradient(circle at 14% 8%, rgba(14, 159, 154, 0.13), transparent 27rem),
    radial-gradient(circle at 86% 11%, rgba(201, 149, 29, 0.12), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbfa 42%, #fbf7ef 100%) !important;
}

.site-florida a {
  color: var(--fdj-navy);
  text-decoration-color: rgba(14, 159, 154, 0.34);
  text-underline-offset: 0.18em;
}

.site-florida a:hover {
  color: var(--fdj-teal-deep);
  text-decoration-color: var(--fdj-teal);
}

.site-florida .site-nav {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid rgba(10, 48, 71, 0.08) !important;
  box-shadow: 0 12px 30px rgba(10, 48, 71, 0.08);
  backdrop-filter: blur(10px);
}

.site-florida .site-nav::after {
  height: 2px;
  background: linear-gradient(90deg, transparent 4%, rgba(14, 159, 154, 0.54), rgba(201, 149, 29, 0.52), transparent 96%) !important;
}

.site-florida .nav-link {
  color: var(--fdj-navy);
  background: transparent;
  border: 0;
}

.site-florida .nav-link:hover,
.site-florida .nav-link.active {
  color: var(--fdj-teal-deep) !important;
}

.site-florida .nav-link.active::after {
  background: var(--fdj-gold-gradient) !important;
}

.site-florida .btn {
  border-radius: 10px;
  font-weight: 760;
}

.site-florida .btn-primary,
.site-florida .fdj-post-btn,
.site-florida .fdj-search-submit,
.site-florida .job-card .btn,
.site-florida .job-card a.btn,
.site-florida .btn-rate {
  border-color: transparent !important;
  color: #ffffff !important;
  background: var(--fdj-gradient) !important;
  box-shadow: 0 14px 28px rgba(10, 48, 71, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.site-florida .btn-primary:hover,
.site-florida .btn-primary:focus,
.site-florida .fdj-post-btn:hover,
.site-florida .fdj-post-btn:focus,
.site-florida .fdj-search-submit:hover,
.site-florida .fdj-search-submit:focus,
.site-florida .job-card .btn:hover,
.site-florida .job-card .btn:focus,
.site-florida .job-card a.btn:hover,
.site-florida .job-card a.btn:focus,
.site-florida .btn-rate:hover,
.site-florida .btn-rate:focus {
  color: #ffffff !important;
  background: var(--fdj-gradient-hover) !important;
  box-shadow: 0 18px 34px rgba(10, 48, 71, 0.24);
  transform: translateY(-1px);
}

.site-florida .btn-outline-primary,
.site-florida .fdj-login-btn {
  --bs-btn-color: var(--fdj-navy);
  --bs-btn-border-color: rgba(10, 48, 71, 0.34);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--fdj-navy);
  --bs-btn-hover-border-color: transparent;
  color: var(--fdj-navy);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(10, 48, 71, 0.34) !important;
  box-shadow: 0 8px 18px rgba(10, 48, 71, 0.06);
}

.site-florida .btn-outline-primary:hover,
.site-florida .btn-outline-primary:focus,
.site-florida .fdj-login-btn:hover,
.site-florida .fdj-login-btn:focus {
  color: #ffffff !important;
  border-color: transparent !important;
  background: var(--fdj-gradient) !important;
  box-shadow: 0 14px 28px rgba(10, 48, 71, 0.18);
}

.site-florida .fdj-search-submit {
  border-radius: 14px;
}

.site-florida .fdj-hero-card-mark,
.site-florida .fdj-job-logo {
  background: linear-gradient(135deg, #ffffff, rgba(228, 251, 248, 0.92)) !important;
  border-color: rgba(14, 159, 154, 0.20) !important;
}

.site-florida .fdj-eyebrow,
.site-florida .fdj-hero h1 span,
.site-florida .fdj-section-head a,
.site-florida .fdj-city-card i,
.site-florida .fdj-role-card > i,
.site-florida .fdj-job-card span i,
.site-florida .blog-read-more,
.site-florida .eyebrow,
.site-florida .pricing-label {
  color: var(--fdj-teal-deep) !important;
}

.site-florida .marketing-hero,
.site-florida .hero-band,
.site-florida .blog-hero {
  background:
    radial-gradient(circle at 13% 18%, rgba(14, 159, 154, 0.12), transparent 30rem),
    radial-gradient(circle at 88% 8%, rgba(201, 149, 29, 0.11), transparent 28rem),
    linear-gradient(120deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 251, 250, 0.96) 58%, rgba(251, 247, 239, 0.94) 100%) !important;
  border-bottom-color: rgba(10, 48, 71, 0.10) !important;
}

.site-florida .marketing-hero::before,
.site-florida .hero-band::before {
  background-image:
    linear-gradient(135deg, rgba(14, 159, 154, 0.075) 0 1px, transparent 1px),
    linear-gradient(45deg, rgba(10, 48, 71, 0.04) 0 1px, transparent 1px) !important;
}

.site-florida .hero-title,
.site-florida .marketing-title,
.site-florida .section-heading h2,
.site-florida .info-card h2,
.site-florida .info-card h3,
.site-florida .pricing-price,
.site-florida .trust-row strong,
.site-florida .blog-content h2,
.site-florida .blog-content h3,
.site-florida .blog-card-body h2,
.site-florida .blog-card-body h2 a,
.site-florida .fdj-section-title h2,
.site-florida .fdj-job-card h3,
.site-florida .fdj-employer-tile strong,
.site-florida .fdj-stats strong {
  color: var(--fdj-navy) !important;
}

.site-florida .hero-copy,
.site-florida .text-muted-soft,
.site-florida .marketing-lead,
.site-florida .section-heading p,
.site-florida .info-card p,
.site-florida .trust-row span,
.site-florida .blog-card-meta,
.site-florida .blog-byline,
.site-florida .blog-breadcrumb,
.site-florida .blog-content figcaption,
.site-florida .fdj-job-card p,
.site-florida .fdj-job-card span,
.site-florida .fdj-employer-tile span,
.site-florida .fdj-stats span {
  color: var(--fdj-muted) !important;
}

.site-florida .search-panel,
.site-florida .job-card,
.site-florida .auth-panel,
.site-florida .dashboard-panel,
.site-florida .marketing-panel,
.site-florida .info-card,
.site-florida .pricing-card,
.site-florida .blog-feed-card,
.site-florida .blog-card,
.site-florida .blog-article-header,
.site-florida .blog-related-jobs,
.site-florida .fdj-job-card,
.site-florida .fdj-side-card,
.site-florida .fdj-empty-card,
.site-florida .fdj-role-card,
.site-florida .fdj-city-card,
.site-florida .fdj-employer-tile,
.site-florida .fdj-stats {
  border-color: rgba(10, 48, 71, 0.11) !important;
  box-shadow: 0 16px 40px rgba(10, 48, 71, 0.075) !important;
}

.site-florida .trust-row > i,
.site-florida .info-card > i,
.site-florida .fdj-palm-dot,
.site-florida .fdj-stats i,
.site-florida .fdj-cta-half i,
.site-florida .rating-score,
.site-florida .avatar-circle {
  color: #ffffff !important;
  background: var(--fdj-icon-gradient) !important;
  box-shadow: 0 12px 24px rgba(14, 159, 154, 0.18) !important;
}

.site-florida .feature-list i,
.site-florida .status-dot,
.site-florida .fdj-section-title h2::after {
  color: var(--fdj-teal-deep) !important;
  background: var(--fdj-teal-deep) !important;
}

.site-florida .pricing-card {
  border-top-color: var(--fdj-teal) !important;
}

.site-florida .job-card::before,
.site-florida .admin-tab:hover,
.site-florida .admin-tab.active {
  background: var(--fdj-gradient) !important;
}

.site-florida .job-card:hover,
.site-florida .fdj-job-card:hover,
.site-florida .fdj-city-card:hover,
.site-florida .fdj-role-card:hover,
.site-florida .fdj-employer-tile:hover {
  border-color: rgba(14, 159, 154, 0.34) !important;
  box-shadow: 0 18px 42px rgba(10, 48, 71, 0.10) !important;
}

.site-florida .rating-pill,
.site-florida .btn-profile,
.site-florida .blog-category-pills a,
.site-florida .staff-permission-pills span,
.site-florida .skill-chip,
.site-florida .fdj-featured-badge,
.site-florida .fdj-job-tags span {
  color: var(--fdj-teal-deep) !important;
  background: linear-gradient(180deg, #ffffff, #e4fbf8) !important;
  border-color: rgba(14, 159, 154, 0.22) !important;
}

.site-florida .fdj-featured-badge {
  color: #91680c !important;
  background: linear-gradient(180deg, #fff8e8, #f6e5ba) !important;
  border-color: rgba(201, 149, 29, 0.22) !important;
}

.site-florida .btn-profile:hover,
.site-florida .btn-profile:focus,
.site-florida .blog-category-pills a:hover,
.site-florida .blog-category-pills a:focus {
  color: #ffffff !important;
  background: var(--fdj-gradient) !important;
  border-color: transparent !important;
  text-decoration: none;
}

.site-florida .metric {
  border-left-color: var(--fdj-teal) !important;
}

.site-florida .metric::before {
  background: var(--fdj-gold) !important;
}

.site-florida .form-control:focus,
.site-florida .form-select:focus,
.site-florida .fdj-search input:focus,
.site-florida .fdj-search select:focus {
  border-color: var(--fdj-teal) !important;
  box-shadow: 0 0 0 0.22rem rgba(14, 159, 154, 0.14) !important;
}

.site-florida .pagination {
  --bs-pagination-color: var(--fdj-navy);
  --bs-pagination-hover-color: var(--fdj-navy);
  --bs-pagination-hover-bg: rgba(14, 159, 154, 0.08);
  --bs-pagination-hover-border-color: rgba(14, 159, 154, 0.34);
  --bs-pagination-focus-color: var(--fdj-navy);
  --bs-pagination-focus-bg: rgba(14, 159, 154, 0.10);
  --bs-pagination-focus-box-shadow: 0 0 0 0.18rem rgba(14, 159, 154, 0.16);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: var(--fdj-teal-deep);
  --bs-pagination-active-border-color: var(--fdj-teal-deep);
}

.site-florida .status-link-row,
.site-florida .dentistryprofile-callout,
.site-florida .candidate-review-context,
.site-florida .candidate-snapshot {
  background: var(--fdj-soft-gradient), rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(14, 159, 154, 0.16) !important;
}

.site-florida .blog-article-hero-img {
  box-shadow: 0 24px 65px rgba(10, 48, 71, 0.16) !important;
}

.site-florida .blog-content blockquote {
  border-left-color: var(--fdj-teal) !important;
  color: var(--fdj-ink) !important;
}

.site-florida .fdj-cta-card {
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 255, 255, 0.20), transparent 8rem),
    var(--fdj-gradient) !important;
}

.site-florida .fdj-cta-half .fdj-gold-link {
  background: var(--fdj-gold-gradient) !important;
  color: #ffffff !important;
}

.site-florida .site-footer:not(.fdj-footer) {
  background: linear-gradient(180deg, #ffffff, #f7fbfa) !important;
  border-top: 1px solid rgba(10, 48, 71, 0.08);
}

.site-florida .fdj-filter-toggle,
.site-florida .fdj-city-toggle {
  border: 1px solid rgba(10, 48, 71, 0.18);
  border-radius: 14px;
  color: var(--fdj-navy);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(10, 48, 71, 0.08);
  font-weight: 800;
}

.site-florida .fdj-filter-toggle {
  min-height: 3.2rem;
  padding: 0.75rem 1rem;
}

.site-florida .fdj-city-toggle {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.85rem;
  padding: 0.85rem 1rem;
}

.site-florida .fdj-filter-toggle:hover,
.site-florida .fdj-filter-toggle:focus,
.site-florida .fdj-city-toggle:hover,
.site-florida .fdj-city-toggle:focus {
  color: #ffffff;
  border-color: transparent;
  background: var(--fdj-gradient);
}

@media (max-width: 767.98px) {
  .site-florida .fdj-hero {
    padding-bottom: 1.8rem;
  }

  .site-florida .fdj-search {
    gap: 0.7rem;
  }

  .site-florida .fdj-search-keyword,
  .site-florida .fdj-search-submit,
  .site-florida .fdj-filter-toggle {
    grid-column: 1 / -1;
  }

  .site-florida .fdj-home-advanced-filter {
    display: none;
  }

  .site-florida .fdj-search.fdj-home-filters-open .fdj-home-advanced-filter {
    display: block;
  }

  .site-florida .fdj-main {
    padding-top: 1.25rem;
  }

  .site-florida .fdj-city-strip {
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .site-florida .fdj-city-strip .fdj-section-title {
    justify-content: center;
  }

  .site-florida .fdj-city-grid {
    display: none;
    margin-top: 0.8rem;
    gap: 0.65rem;
  }

  .site-florida .fdj-city-strip.fdj-cities-open .fdj-city-grid {
    display: grid;
  }

  .site-florida .fdj-city-card {
    min-height: 3.5rem;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0.75rem 0.9rem;
  }

  .site-florida .job-search-panel {
    padding: 0.9rem !important;
  }

  .site-florida .job-search-panel .job-advanced-filter {
    display: none;
  }

  .site-florida .job-search-panel.mobile-filters-open .job-advanced-filter {
    display: block;
  }

  .site-florida .job-search-panel .job-submit-filter .btn,
  .site-florida .job-mobile-filter-actions .btn {
    min-height: 3.2rem;
  }
}

/* Admin navigation hover/readability fix
   Mirrors the Dental Assistant Positions fix so active/hovered admin pills stay readable
   against the Florida navy/teal gradient. */
.site-florida .admin-tabs .admin-tab:hover,
.site-florida .admin-tabs .admin-tab:focus,
.site-florida .admin-tabs .admin-tab.active,
.site-florida .admin-subtabs .admin-tab:hover,
.site-florida .admin-subtabs .admin-tab:focus,
.site-florida .admin-subtabs .admin-tab.active {
  color: #ffffff !important;
  border-color: transparent !important;
  background: var(--fdj-gradient) !important;
  text-decoration: none !important;
}

.site-florida .admin-tabs .admin-tab:hover *,
.site-florida .admin-tabs .admin-tab:focus *,
.site-florida .admin-tabs .admin-tab.active *,
.site-florida .admin-subtabs .admin-tab:hover *,
.site-florida .admin-subtabs .admin-tab:focus *,
.site-florida .admin-subtabs .admin-tab.active * {
  color: #ffffff !important;
}

.site-florida .admin-tabs .admin-tab:hover svg,
.site-florida .admin-tabs .admin-tab:focus svg,
.site-florida .admin-tabs .admin-tab.active svg,
.site-florida .admin-subtabs .admin-tab:hover svg,
.site-florida .admin-subtabs .admin-tab:focus svg,
.site-florida .admin-subtabs .admin-tab.active svg {
  fill: currentColor !important;
  stroke: currentColor !important;
}
