/* Dedicated Florida Center brand layer. The reusable master stylesheet is unchanged. */
.client-florida-center .clinic-logo-link{
  flex:0 1 auto;
  min-width:0;
}
.client-florida-center .clinic-logo-frame{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.client-florida-center .clinic-brand-logo{
  display:block;
  width:auto;
  height:38px;
  max-width:min(290px,32vw);
  object-fit:contain;
}
.client-florida-center .foot-brand .clinic-logo-frame{
  margin-bottom:14px;
}
.client-florida-center .foot-brand .clinic-brand-logo{
  height:34px;
  max-width:270px;
}
.client-florida-center .offer-hero-card .hero-bg{
  object-position:68% center;
}
.client-florida-center .offer-hero-card .hero-scrim{
  background:
    linear-gradient(90deg,rgba(25,32,20,.78) 0%,rgba(25,32,20,.66) 38%,rgba(25,32,20,.34) 64%,rgba(25,32,20,.06) 100%),
    linear-gradient(180deg,rgba(25,32,20,.04) 0%,rgba(25,32,20,.04) 62%,rgba(25,32,20,.42) 100%);
}
.client-florida-center header.nav{
  background:rgba(63,81,48,.97);
  border-bottom-color:rgba(255,255,255,.16);
}
.client-florida-center header.nav .nav-links a{
  color:var(--floral);
}
.client-florida-center header.nav .btn-primary{
  background:var(--atomic);
  color:#35291f;
}
.client-florida-center header.nav .nav-toggle{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.28);
}
.client-florida-center header.nav .nav-toggle-bar{
  background:var(--floral);
}
.client-florida-center footer{
  background:#3f5130;
  border-top-color:rgba(255,255,255,.14);
}
.client-florida-center footer .foot-brand p,
.client-florida-center footer .foot-clinic,
.client-florida-center footer .foot-clinic strong,
.client-florida-center footer .foot-clinic a,
.client-florida-center footer .foot-col h4,
.client-florida-center footer .foot-col a,
.client-florida-center footer .foot-base{
  color:rgba(248,242,231,.88);
}
.client-florida-center footer .foot-base{
  border-top-color:rgba(255,255,255,.16);
}
@media (max-width:860px){
  .client-florida-center .offer-hero-card .hero-bg{
    object-position:70% center;
  }
  .client-florida-center .offer-hero-card .hero-scrim{
    background:
      linear-gradient(180deg,rgba(25,32,20,.38) 0%,rgba(25,32,20,.3) 48%,rgba(25,32,20,.7) 100%),
      linear-gradient(90deg,rgba(25,32,20,.38) 0%,rgba(25,32,20,.08) 100%);
  }
  .client-florida-center header.nav .nav-links{
    background:#3f5130;
    border-bottom-color:rgba(255,255,255,.16);
  }
  .client-florida-center header.nav .nav-links a{
    border-top-color:rgba(255,255,255,.12);
  }
  .client-florida-center .clinic-brand-logo{
    height:32px;
    max-width:230px;
  }
}
@media (max-width:620px){
  .client-florida-center .offer-hero-card .hero-bg{
    object-position:65% center;
  }
  .client-florida-center .clinic-logo-frame{
    padding:0;
    border-radius:0;
  }
  .client-florida-center .clinic-brand-logo{
    height:25px;
    max-width:190px;
  }
  .client-florida-center .foot-brand .clinic-brand-logo{
    height:29px;
    max-width:220px;
  }
}
