:root {
  --primary: #8e9d73;
  --secondary: #dde9ef;
  --tertiary: #e7ebdf;
  --accent: #29493c;
}
html {
  scroll-behavior: smooth;
}
.new-lp {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  flex-direction: column;
  position: relative;
}

.lp-header {
  width: 100%;
  background: var(--tertiary);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 46px 0;
  position: relative;
  z-index: 2;
}
#lp-relative {
  opacity: 0;
}
#lp-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
}
.lp-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  max-width: 90vw;
}
.lp-btn {
  background-color: var(--primary);
  color: white !important;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.6s ease;
}
.lp-btn:visited {
  color: white;
}
.lp-btn:hover {
  background-color: var(--tertiary);
  color: white;
}
.lp-header-container > .lp-btn {
  width: 240px;
}
.lp-header-container > img {
  width: 300px;
}
.lp-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#lp-mobile {
  display: none;
}
.lp-banner > img {
  width: 100%;
}
.lp-banner-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
}
.lp-banner-caption {
  width: 50%;
}
.lp-banner-caption > h1 {
  color: var(--accent);
  margin-bottom: 0;
  font-weight: bold;
  font-size: 64px;
}
.lp-callouts {
  width: 100%;
  padding: 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.lp-callouts-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
}
.lp-callout {
  width: calc(33.333% - 32px);
  margin: 16px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  background-color: white;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-callout-top {
  width: 100%;
  background-color: var(--primary);
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 50% 50%;
  /* box-sizing: border-box; */
}
.lp-callout-top > i {
  font-size: 80px;
  color: white;
}
.lp-callout-bottom {
  padding: 20px 80px 40px 80px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.lp-callout-bottom > h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 23px;
}
.lp-callout-bottom > .lp-btn {
  width: 100%;
}
.lp-about {
  background-color: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 0;
}
.lp-about-container {
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 90vw;
}
.lp-about-container > img {
  width: calc(50% - 53px);
  margin-right: 53px;
  border-radius: 16px;
}
.lp-about-right {
  width: calc(50% - 53px);
  margin-left: 53px;
}
.lp-about-right > h2 {
  color: var(--primary);
  font-weight: bold;
  font-size: 40px;
}
.worth-the-drive {
  .lp-about-right > h2 {
    font-size: 42px;
  }
}
.new-facility {
  .lp-about-container {
    align-items: flex-start;
  }
  .lp-about-right > h2 {
    margin-bottom: 0;
    font-weight: 500;
  }
  .lp-about-right > h2.secondary-lp-h2 {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .new-banner-caption > h3 {
    text-transform: capitalize;
  }
}
.lp-services {
  width: 100%;
  background-color: var(--primary);
  padding: 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-services-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-services-container > h2 {
  color: white;
  font-size: 40px;
  font-weight: bold;
}
.lp-services-wrapper {
  width: 800px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.lp-services-wrapper > h3 {
  color: white;
  text-transform: uppercase;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 600;
  margin: 6px;
  width: calc(50% - 12px);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: var(--accent);
}
.lp-doctors {
  width: 100%;
  padding: 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-doctors-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-doctors-container > h2 {
  font-size: 40px;
  color: var(--primary);
  font-weight: bold;
}
.lp-doctors-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.lp-doctor-card {
  width: calc(33.333% - 38px);
  margin: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-doctor-card > img {
  width: 100%;
  margin-bottom: 32px;
  border-radius: 16px;
}
.lp-doctor-card > h3 {
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0;
}
.lp-location {
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 0;
}
.lp-location-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-location-container > h2 {
  color: white;
  font-size: 40px;
  font-weight: bold;
}
.lp-location-container > iframe {
  border-radius: 16px;
}
#lp-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--tertiary);
  padding: 96px 0;
}
.lp-footer-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
}
.lp-footer-container > img {
  margin-bottom: 36px;
  width: 300px;
}
.lp-footer-container a {
  color: white;
  font-weight: bold;
}
.lp-footer-container > h3 > a {
  color: white;
  font-weight: bold;
}
.lp-footer-container p > a {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .lp-header-container {
    flex-direction: column;
  }
  .lp-header-container > img {
    order: 1;
    margin-bottom: 24px;
    max-width: 240px;
  }
  .lp-header-container > .lp-btn {
    width: 100%;
  }
  .lp-header-container > .lp-btn:first-of-type {
    order: 2;
    margin-bottom: 5px;
  }
  .lp-header-container > .lp-btn:last-of-type {
    order: 3;
  }
  #lp-desktop {
    display: none;
  }
  #lp-mobile {
    display: block;
  }
  .lp-banner-caption {
    width: 100%;
  }
  .lp-callouts-container {
    flex-direction: column;
  }
  .lp-callout {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .lp-about-container {
    flex-direction: column;
  }
  .lp-about-container > img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .lp-about-right {
    width: 100%;
    margin-left: 0;
  }
  .lp-services-wrapper {
    flex-direction: column;
  }
  .lp-services-wrapper > h3 {
    width: 100%;
    margin: 0 0 12px 0;
  }
  .lp-doctors-wrapper {
    flex-direction: column;
  }
  .lp-doctor-card {
    width: 100%;
    margin: 0 0 38px 0;
  }
}

.lp-banner {
  background-color: #f3faff !important;
}

@media screen and (max-width: 1024px) {
  .lp-banner-caption {
    text-align: center;
  }
  .lp-banner-container {
    top: 5%;
  }
  .lp-banner-caption > h1 {
    font-size: 24px;
  }
  .lp-banner-caption .lp-btn {
    background-color: var(--primary) !important;
  }
}

.lp-banner-caption .lp-btn {
  margin-top: 12px;
}

.lp-banner-caption > h1 span {
  text-transform: uppercase;
  color: var(--primary);
  font-size: 24px;
  line-height: 1.1;
}

.lp-banner-caption > h1 {
  font-size: 28px;
}

:root {
  --primary: #8e9d73;
  --secondary: #dde9ef;
  --tertiary: #e7ebdf;
  --accent: #29493c;
}
html {
  scroll-behavior: smooth;
}
.new-lp {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  flex-direction: column;
  position: relative;
}

.lp-header {
  width: 100%;
  background: var(--tertiary);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
#lp-relative {
  opacity: 0;
}
#lp-sticky {
  position: fixed;
  top: 0;
  left: 0;
}
.lp-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  max-width: 90vw;
}
.lp-btn {
  background-color: var(--primary);
  color: white !important;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 15px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.64px;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.6s ease;
}
.lp-btn:visited {
  color: white;
}
.lp-btn:hover {
  background-color: var(--tertiary);
  color: white;
}
.lp-header-container > .lp-btn {
  width: 240px;
}
.lp-header-container > img {
  width: 320px;
}
.lp-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#lp-mobile {
  display: none;
}
.lp-banner > img {
  width: 100%;
}
.lp-banner-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
}
.lp-banner-caption {
  width: 50%;
}
.lp-banner-caption > h1 {
  color: var(--accent);
  margin-bottom: 0;
  font-weight: bold;
  font-size: 64px;
}
.lp-callouts {
  width: 100%;
  padding: 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.lp-callouts-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
}
.lp-callout {
  width: calc(33.333% - 32px);
  margin: 16px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  background-color: white;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-callout-top {
  width: 100%;
  background-color: var(--primary);
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 50% 50%;
  /* box-sizing: border-box; */
}
.lp-callout-top > i {
  font-size: 80px;
  color: white;
}
.lp-callout-bottom {
  padding: 20px 80px 40px 80px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.lp-callout-bottom > h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 23px;
}
.lp-callout-bottom > .lp-btn {
  width: 100%;
}
.new-cta {
  width: calc(33.333% - 30px);
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-cta-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 29px;
  border-radius: 16px;
  background-color: var(--tertiary);
  padding: 68px 15px;
  box-sizing: border-box;
}
.lp-callouts-container > .new-cta:nth-of-type(1) > .new-cta-top {
  background-image: url("/wp-content/uploads/2024/07/PV-LP-CTA-Find-Us.png");
}
.lp-callouts-container > .new-cta:nth-of-type(2) > .new-cta-top {
  background-image: url("/wp-content/uploads/2024/07/PV-LP-CTA-Appointment.png");
}
.lp-callouts-container > .new-cta:nth-of-type(3) > .new-cta-top {
  background-image: url("/wp-content/uploads/2024/07/PV-LP-CTA-Call-Us.png");
}
.new-cta-top > img {
  height: 107px;
  margin-bottom: 42px;
}
.new-cta-top > h3 {
  color: white;
  margin-bottom: 0;
  font-size: 32px;
}
.new-cta > .lp-btn {
  width: 205px;
}
.lp-about {
  background-color: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 0;
}
.lp-about-container {
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 90vw;
}
.lp-about-container > img {
  width: calc(50% - 53px);
  margin-right: 53px;
  border-radius: 16px;
}
.lp-about-right {
  width: calc(50% - 53px);
  margin-left: 53px;
}
.lp-about-right > h2 {
  color: var(--tertiary);
  /* font-weight: bold; */
  font-size: 57px;
  margin-bottom: 20px;
}
.lp-about-right > h2 > .northwell {
  font-size: 98px;
}
.lp-services {
  width: 100%;
  background-color: var(--primary);
  padding: 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-services-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-services-container > h2 {
  color: white;
  font-size: 40px;
  font-weight: bold;
}
.lp-services-wrapper {
  width: 800px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.lp-services-wrapper > h3 {
  color: white;
  text-transform: uppercase;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 600;
  margin: 6px;
  width: calc(50% - 12px);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: var(--accent);
}
.lp-doctors {
  width: 100%;
  padding: 96px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-doctors-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-doctors-container > h2 {
  font-size: 40px;
  color: var(--primary);
  font-weight: bold;
}
.lp-doctors-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.lp-doctor-card {
  width: calc(33.333% - 38px);
  margin: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-doctor-card > img {
  width: 100%;
  margin-bottom: 32px;
  border-radius: 16px;
}
.lp-doctor-card > h3 {
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0;
}
.lp-location {
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 0;
}
.lp-location-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-location-container > h2 {
  color: white;
  font-size: 54px;
  margin-bottom: 33px;
}
.lp-location-container > h2 > .northwell {
  font-size: 90px;
}
.lp-location-container > iframe {
  border-radius: 16px;
}
#lp-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--tertiary);
  padding: 96px 0;
  position: relative;
}
#lp-footer > img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.lp-footer-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
}
.lp-footer-container > img {
  margin-bottom: 36px;
  width: 394px;
}
.lp-footer-container a {
  color: white !important;
  /* font-weight: bold; */
}
.lp-footer-container > h3 {
  font-family: var(--tertiaryFont);
  font-size: 36px;
}
.lp-footer-container > h3 > a {
  color: white;
  /* font-weight: bold; */
}
.lp-footer-container > p {
  font-family: var(--primaryFont);
  font-size: 18px;
}
.lp-footer-container p > a {
  text-decoration: underline;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .lp-header-container {
    flex-direction: column;
  }
  .lp-header-container > img {
    order: 1;
    margin-bottom: 12px;
  }
  .lp-header-container > .lp-btn {
    width: 100%;
  }
  .lp-header-container > .lp-btn:first-of-type {
    order: 2;
    margin-bottom: 5px;
  }
  .lp-header-container > .lp-btn:last-of-type {
    order: 3;
  }
  #lp-desktop {
    display: none;
  }
  #lp-mobile {
    display: block;
  }
  .lp-banner-caption {
    width: 100%;
  }
  .lp-callouts-container {
    flex-direction: column;
  }
  .lp-callout {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .new-cta {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .lp-about-container {
    flex-direction: column;
  }
  .lp-about-container > img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .lp-about-right {
    width: 100%;
    margin-left: 0;
  }
  .lp-about-right > h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .lp-about-right > h2 > .northwell {
    margin-top: 35px;
  }
  .lp-services-wrapper {
    flex-direction: column;
  }
  .lp-services-wrapper > h3 {
    width: 100%;
    margin: 0 0 12px 0;
  }
  .lp-doctors-wrapper {
    flex-direction: column;
  }
  .lp-doctor-card {
    width: 100%;
    margin: 0 0 38px 0;
  }
  #lp-footer > img {
    display: none;
  }
}

.lp-banner {
  background-color: #f3faff !important;
}

@media screen and (max-width: 1024px) {
  .lp-banner-caption {
    text-align: center;
  }
  .lp-banner-container {
    top: 5%;
  }
  .lp-banner-caption > h1 {
    font-size: 24px;
  }
  .lp-banner-caption .lp-btn {
    background-color: var(--primary) !important;
  }
}

.lp-banner-caption .lp-btn {
  margin-top: 12px;
}

.lp-banner-caption > h1 span {
  text-transform: uppercase;
  color: var(--primary);
  font-size: 24px;
  line-height: 1.1;
}

.lp-banner-caption > h1 {
  font-size: 28px;
}

.urgent-lp {
  .new-banner-caption > h1 {
    margin-bottom: 20px;
    font-size: 72px;
  }
  #new-banner {
    .lp-btn {
      padding: 25px 40px;
      font-size: 20px;
      width: 100%;
      max-width: 500px;
    }
  }
  .lp-table-section {
    padding-top: 40px;

    & iframe {
      margin: 0 auto 40px auto;
      display: flex;
      max-width: 90vw;
    }
  }
  .table-section-inner {
    max-width: 1200px;
    width: 90%;
    margin: 80px auto 0 auto;

    & > h2 {
      color: var(--tertiary);
      text-align: center;
      max-width: 1000px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    & > h3 {
      text-align: center;
      color: #737b80;
      max-width: 1000px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      font-size: 30px;
    }
    & > p {
      text-align: center;
      max-width: 1000px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;

      &:last-of-type {
        color: var(--tertiary);
        font-size: 24px;
        margin-bottom: 0;

        & a {
          color: var(--tertiary);
        }
      }
    }
    & > .lp-btn {
      margin: 0px auto 60px auto;
      display: flex;
      text-align: center;
      width: fit-content;
    }
  }
  .lp-table {
    display: flex;
    background-color: var(--quaternary);
    border-radius: 32px;
    overflow: hidden;
    margin: 60px auto 60px auto;

    .table-column {
      padding: 24px;
      width: 33.33333%;

      & h3 {
        color: var(--tertiary);
        text-align: center;
        font-weight: bold;
        font-size: 32px;
      }

      &:nth-of-type(2) {
        background-color: var(--secondary);
      }
    }
  }
}

.dental-lp {
  .new-banner-caption > h1 {
    font-size: 58px;
  }
  .northwell {
    font-size: 100px;
  }
  .lp-three {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--secondary);
    padding: 96px 0;

    & iframe {
      margin-bottom: 80px;
      z-index: 2;
      max-width: 800px;
    }

    & h2 {
      width: 1200px;
      max-width: 90vw;
      margin-left: auto;
      margin-right: auto;
      font-size: 30px;
    }
  }
  .lp-three-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    max-width: 90vw;

    .fifty-img {
      width: calc(50% - 53px);
      /*margin-left: 53px;*/
      border-radius: 16px;
    }
    .fifty-content {
      width: calc(50% - 53px);
      margin-left: 53px;
      border-radius: 16px;

      & h2 {
        color: var(--tertiary);
        font-weight: bold;
        text-transform: capitalize;
        font-size: 46px;

        .northwell {
          font-size: 98px;
          font-weight: normal !important;
        }
      }
    }
  }
  .lp-about-right > h2 {
    font-size: 46px;
    .northwell {
      font-size: 98px;
      font-weight: normal !important;
    }
  }
  .lp-bold {
    color: var(--tertiary);
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  .dental-lp {
    .new-banner-caption > h1 {
      font-size: 40px;
      margin-bottom: 20px;

      .northwell {
        font-size: 72px;
      }
    }
    .lp-three-inner {
      flex-direction: column;

      .fifty-content,
      .fifty-img {
        width: 100%;
        margin: 0 0 40px 0;
      }
    }
  }
  .urgent-lp {
    .lp-table {
      flex-direction: column;

      .table-column {
        width: 100%;
      }
    }
    #new-banner {
      background-image: url(/wp-content/uploads/2025/03/LP-Urgent-Care-Hero.png);
    }
    .new-banner-caption > h1 {
      font-size: 60px;
    }
    .table-section-inner {
      & > h2 {
        .northwell {
          font-size: 72px;
        }
      }
    }
  }
}
