.insurancebold {
    font-weight: 800;
}

/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1 {
    /* text-align: center; */
    padding: 25px 0;
    position: relative;
    z-index: 1;
    background-color: var(--white);
}

.cta_welcome_1 .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1500px);
    max-width: 1500px;
}

.cta_welcome_1 .welcome-top-title * {
    margin: 0;
}

.cta_welcome_1 .welcome-top-title h2 {
    color: var(--002---Champagne-Peds-Secondary, #0E5F89);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(26px, 5vw, 50px);
    font-style: normal;
    font-weight: 400;
    line-height: 107.5%; /* 68.8px */
}

.cta_welcome_1 .welcome-top-title h3 {
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
}

.cta_welcome_1 p a,
.cta_welcome_1 .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.cta_welcome_1 .welcome-button a {
    margin: 0 auto;
}

.cta_welcome_1 .welcome-content p {
    margin: 0;
}
/* cta_welcome_1_css
---------------------------------------------------------- */

/* office_tour_3_css
---------------------------------------------------------- */
.office_tour_3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: var(--white); */
    background-image: url('../images/toothy.webp');
    height: 642px;
}
.office_tour_3 .office-tour-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5.5rem 0px;
    margin: 0 25px;
    
}
.office_tour_3 .office-tour-left {
    width: min(45%, 903px);
    height: 441px;
    justify-content: center;
    position: relative;
    text-align: left;
    display: flex;
    padding: 50px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.office_tour_3 .office-tour-left h2 {
    /* secondary color */
    color: #0E5F89;

    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(28px, 4vw, 50px);
    font-style: normal;
    font-weight: 400;
    line-height: 107.5%; /* 68.8px */
}
.office_tour_3 .office-tour-left p {
    margin: 0;
    color: var(--white);
}

.office_tour_3 .office-tour-photo {
    width: 100%;
    height: min(80vw, 791px);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.office_tour_3 .office-tour-content {
    width: min(100%, 673px);
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
}
.office_tour_3 .office-tour-content .main-btn.secondary {
    color: var(--white);
    border-color: var(--white);
}
.office_tour_3 .office-tour-content .main-btn.secondary:hover {
    background-color: var(--white);
    color: var(--secondary-color);
}
.office-tour-button .main-btn {
    padding: 10px 25px;
}
@media (max-width: 1025px) {
    .office_tour_3 .office-tour-flex {
        flex-direction: column-reverse;
        height: auto;
    }
    .office_tour_3 .office-tour-left {
        width: min(100%, 600px);
        padding: 50px 25px;
    }
    .office_tour_3 .office-tour-content h2,
    .office_tour_3 .office-tour-content h3 {
        text-align: center;
    }
    .office_tour_3 .office-tour-content {
        align-items: center;
        margin: 0 auto;
    }
    .office_tour_3 .office-tour-photo {
        min-height: auto;
        width: 100%;
    }
    .office_tour_3 .office-tour-nav-holder {
        margin: 0 auto;
        max-width: 90%;
        justify-content: center;
        padding: 25px 0;
    }
    .office_tour_3 .office-tour-content .main-btn {
        margin: 0 auto;
    }
    
}
/* office_tour_3_css
---------------------------------------------------------- */

/* cta_welcome_1b_css
---------------------------------------------------------- */
.cta_welcome_1b {
    text-align: center;
    padding: 25px 0;
    position: relative;
    z-index: 1;
    background-color: #F5F6F7;;
}

.cta_welcome_1b .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: 100%;
    max-width: none;
    height: 580px;
    align-items: center;
    justify-content: center;
}

.cta_welcome_1b .welcome-top-title * {
    margin: 0;
}

.cta_welcome_1b .welcome-top-title h2 {
    /*secondary color */
    color: #0E5F89;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* 001 Desktop/Heading 1 */
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(28px, 5vw, 64px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 76.8px */
}

.cta_welcome_1b h4 {
  color: var(--Gray-50, #161A1B);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* 001 Desktop/Heading 2 */
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(22px, 3.8vw, 45px);
    font-style: normal;
    font-weight: 400;
    line-height: 124%; /* 55.8px */
    margin-top: 10px;
}

.cta_welcome_1b .welcome_subtitle {
    color: var(--Gray-40, #313A3C);
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* 001 Desktop/Body large */
    font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cta_welcome_1b .welcome-top-title h3 {
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
}

.cta_welcome_1b p a,
.cta_welcome_1b .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.cta_welcome_1b .welcome-button a {
    margin: 0 auto;
}

.cta_welcome_1b .welcome-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
}

.cta_welcome_1b .welcome-content div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cta_welcome_1b .welcome-content .arrow1, .cta_welcome_1b .welcome-content .arrow2, .cta_welcome_1b .welcome-content .arrow3 {
    height: 51px;
    width: 72px;
    margin-top: 20px;
}


.cta_welcome_1b .welcome-content p {
    margin-top: 8px;
    width: min(300px, 90%);
    height: auto;   
    color: var(--Gray-50, #161A1B);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* 001 Desktop/Heading 3 */
    font-family: 'Inter', sans-serif;
    font-size: clamp(18px, 2.8vw, 32px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
}
/* cta_welcome_1b_css
---------------------------------------------------------- */

/* cta_welcome_1c_css
---------------------------------------------------------- */
.cta_welcome_1c {
    /* text-align: center; */
    padding: 25px 0;
    position: relative;
    z-index: 1;
    background-color: var(--white);
}

.cta_welcome_1c .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1500px);
    height: 580px;
    align-items: center;
    justify-content: center;
}

.cta_welcome_1c .welcome-top-title * {
    margin: 0;
    text-align: center;
}

.cta_welcome_1c .welcome-top-title h2 {
    /* secondary color */
   color: #0E5F89;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* 001 Desktop/Heading 1 */
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(28px, 5vw, 64px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 76.8px */
}

.cta_welcome_1c h3 {
    color: var(--Gray-40, #313A3C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter', sans-serif;
    font-size: clamp(18px, 2.4vw, 28px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 41.6px */
    text-align: center;
}

.cta_welcome_1c p a,
.cta_welcome_1c .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.cta_welcome_1c .welcome-button a {
    margin: 0 auto;
}

.cta_welcome_1c .welcome-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.cta_welcome_1c .welcome-content-section {
    display: flex;
    width: 440px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.cta_welcome_1c .welcome-content-section ul{
    width: 200px;
}

.cta_welcome_1c .welcome-content p {
    margin: 0;
}
/* cta_welcome_1c_css
---------------------------------------------------------- */

/* meet_the_staff_4_css
---------------------------------------------------------- */
.meet_the_staff_4 {
  padding: 25px 25px;
  position: relative;
  z-index: 1;
  background: var(--002---Champagne-Peds-Accent, #90CBF4);
}
.meet_the_staff_4 .meet-staff-flex {
    width: min(100%, 1400px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    flex-direction: row-reverse;
}
.meet_the_staff_4 .meet-staff-right {
  width: min(100%, 632px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  text-align: left;
}
.meet_the_staff_4 .meet-staff-title * {
  color: var(--secondary-color);
}
.meet_the_staff_4 .meet-staff-title h2 {
    color: var(--002---Champagne-Peds-Secondary, #0E5F89);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 107.5%; /* 68.8px */
}
.meet_the_staff_4 .meet-staff-title h3 {
  font-family: var(--font-family-secondary);
  font-size: var(--h4-font-size);
  line-height: var(--line-height-normal);
  letter-spacing: var(--heading-letter-spacing-normal);
}
.meet_the_staff_4 .meet-staff-right p {
  margin: 0;
}
.meet_the_staff_4 .meet-staff-aff .external-link {
  display: none;
}
.dentist-aff a,
.dentist-aff img {
  display: block;
}
.meet_the_staff_4 .meet-staff-right .main-btn {
  margin: 0;
}
.meet_the_staff_4 .meet-staff-left {
  display: block;
  height: min(66vw, 526px);
  width: min(100%, 669px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.loaded .meet_the_staff_4 .meet-staff-left {
  background-image: url('../images/meet-staff-one-photo.webp');
}
@media only screen and (max-width: 991px) {
  .meet_the_staff_4 .meet-staff-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .meet_the_staff_4 .meet-staff-box {
    margin: 0 auto;
  }
  .meet_the_staff_4 {
    padding: 50px 25px;
  }
}
/* meet_the_staff_4_css
---------------------------------------------------------- */

/* cta_welcome_7_css
---------------------------------------------------------- */
.cta_welcome_7 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #F5F6F7;
    min-height: 550px;
    align-items: center;
    justify-content: center;
}

.cta_welcome_7 .fifty-fifty-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: min(100%, 960px);
    padding-right: 80px;
    padding-top: 30px;
    padding-left: 80px;
}

.faqtextbkg {
    /*background-color: #fff;*/
    padding: 25px;
}

.cta_welcome_7 .fifty-fifty-left h2 {
    /* secondary color */
    color: #0E5F89;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* 001 Desktop/Heading 1 */
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(28px, 5vw, 64px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 76.8px */
    text-align: center;
}

.cta_welcome_7 .fifty-fifty-left details {
  overflow: hidden;
}

.cta_welcome_7 .fifty-fifty-left details summary {
    /* secondary color */
  color: #0E5F89;
font-feature-settings: 'liga' off, 'clig' off;

/* 001 Desktop/Heading 4 */
font-family: 'Inter', sans-serif;
font-size: clamp(15px, 1.8vw, 23px);
font-style: normal;
font-weight: 600;
line-height: 109.5%; /* 25.185px */
}

.cta_welcome_7 .fifty-fifty-left summary {
  position: relative;
  padding-right: 1.5em; /* space for custom icon */
  cursor: pointer;
  list-style: none; /* removes default triangle in Firefox */
}

.cta_welcome_7 .fifty-fifty-left summary::-webkit-details-marker {
  display: none; /* removes default triangle in Chrome/Safari */
}

.cta_welcome_7 .fifty-fifty-left summary::after {
  content: "❯"; /* use any icon or emoji (e.g., ▼, ➤, ➕, ❯) */
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
  margin-right: 15px;
}

.cta_welcome_7 .fifty-fifty-left details[open] summary::after {
  content: "❯";
  transform: rotate(90deg);
  max-height: none;
  margin-right: 15px;
}

.summary-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  padding-top: 20px;
}

.cta_welcome_7 .fifty-fifty-left hr {
    background-color: #6AAED2;
    height: 2px;
}

.cta_welcome_7 .fifty-fifty-right {
    width: min(960px, 50%);
    height: min(100%, 750px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px;
    background-color: var(--white);
}

.cta_welcome_7 .fifty-inner-box {
    display: flex;
    flex-direction: column;
    gap: 34px;
    height: 100%;
    justify-content: center;
    width: min(100%, 694px);
}

.cta_welcome_7 .fifty-title h2 {
    /* secondary color */
   color: #0E5F89;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* 001 Desktop/Heading 1 */
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(28px, 5vw, 64px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 76.8px */
}

.cta_welcome_7 .fifty-title * {
    margin: 0;
}

.cta_welcome_7 .fifty-content {
    /* secondary color */
    color: #0E5F89;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* 001 Desktop/Body large */
    font-family: 'Inter', sans-serif;
    font-size: clamp(16px, 2.2vw, 23px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: min(628px, 100%);
}

.cta_welcome_7 .fifty-content p {
    margin: 0;
}

/* Fifty-Fifty-Responsive */
@media (max-width: 1025px) {
    .cta_welcome_7 {
        flex-wrap: wrap-reverse;
        height: auto;
    }
    .cta_welcome_7 .fifty-fifty-right {
        width: 100%;
        height: auto;
    }
    .cta_welcome_7 .fifty-fifty-left {
        width: 100%;
    }
    .fifty-fifty-left {
      padding: 30px!important;
    }
}
@media (max-width: 600px) {
    .cta_welcome_7 .fifty-fifty-right {
        padding: 6%;
    }

    .cta_welcome_7 .fifty-inner-box {
        padding: 6%;
    }
}
/* cta_welcome_7_css
---------------------------------------------------------- */

/* cta_welcome_1d_css
---------------------------------------------------------- */
.cta_welcome_1d {
    text-align: center;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background-color: var(--white);
}

.cta_welcome_1d .container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: min(100%, 1500px);
    height: 280px;
    align-items: center;
    justify-content: center;
}

.cta_welcome_1d .welcome-top-title * {
    margin: 0;
}

.cta_welcome_1d .welcome-top-title h2 {
    /* secondary color */
    color: #0E5F89;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* 001 Desktop/Heading 2 */
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(22px, 3.8vw, 45px);
    font-style: normal;
    font-weight: 400;
    line-height: 124%; /* 55.8px */
}

.cta_welcome_1d .welcome-top-title h3 {
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    
}

.cta_welcome_1d p a,
.cta_welcome_1d .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.cta_welcome_1d .welcome-button a {
    margin: 0 auto;
}

.cta_welcome_1d .welcome-content p {
    margin: 0;
    color: var(--Gray-50, #161A1B);
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* 001 Desktop/Heading 4 */
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 109.5%; /* 25.185px */
    margin-bottom: 30px;
}

.cta_welcome_1d .welcome_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta_welcome_1d .welcome_buttons a {
    margin-left: 25px;
}

/* cta_welcome_1d_css
---------------------------------------------------------- */

/* insurance-logos-grid
---------------------------------------------------------- */
.insurance-logos-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 28px;
    padding: 10px 0;
    max-width: 900px;
}

.insurance-logos-grid img {
    height: clamp(35px, 4.5vw, 55px);
    width: auto;
    max-width: 150px;
    object-fit: contain;
}
/* insurance-logos-grid
---------------------------------------------------------- */

/* Responsive — mobile breakpoint
---------------------------------------------------------- */
@media (max-width: 768px) {

    /* cta_welcome_1 — logo section */
    .cta_welcome_1 .container {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    /* cta_welcome_1b — How the Process Works */
    .cta_welcome_1b .container {
        height: auto;
        padding: 40px 20px;
    }

    .cta_welcome_1b .welcome-content {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .cta_welcome_1b .welcome-content .arrow1,
    .cta_welcome_1b .welcome-content .arrow2,
    .cta_welcome_1b .welcome-content .arrow3 {
        display: none;
    }

    .cta_welcome_1b .welcome-content p {
        width: auto;
        max-width: 280px;
    }

    .cta_welcome_1b .welcome-content .step-img {
        max-width: 80px;
        height: auto;
    }

    /* cta_welcome_1c — PPO vs. HMO */
    .cta_welcome_1c .container {
        height: auto;
        padding: 40px 20px;
    }

    .cta_welcome_1c .welcome-content {
        flex-direction: column;
        align-items: center;
        gap: 36px;
    }

    .cta_welcome_1c .welcome-content-section {
        width: 100%;
        max-width: 440px;
    }

    .cta_welcome_1c .welcome-content > div:nth-child(2) {
        display: none;
    }

    /* cta_welcome_7 — FAQ */
    .cta_welcome_7 {
        min-height: 470px;
    }

    .cta_welcome_7 .fifty-content {
        width: 100%;
    }

    /* cta_welcome_1d — Ready to Use Benefits */
    .cta_welcome_1d .container {
        height: auto;
        padding: 40px 20px;
    }

    .cta_welcome_1d .welcome_buttons {
        flex-direction: column;
        gap: 12px;
    }

    .cta_welcome_1d .welcome_buttons a {
        margin: 0;
    }
}
/* Responsive — mobile breakpoint
---------------------------------------------------------- */