/* 
internal pages styles
---------------------------------------------------------- */


/* cta_welcome_1_css
---------------------------------------------------------- */
.custom-internal .cta_welcome_1 {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-color: var(--tertiary-color);
    color: var(--black);
}

.custom-internal .cta_welcome_1 .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.custom-internal .cta_welcome_1 .welcome-top-title * {
    margin: 0;
}

.custom-internal .cta_welcome_1 .welcome-top-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    margin: var(--text-margin-normal);
    color: var(--secondary-color);
}

.custom-internal .cta_welcome_1 .welcome-top-title h1 {
    color: var(--secondary-color);
    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);
    text-transform: var(--heading-text-transform-uppercase);
}
.custom-internal .cta_welcome_1 .line {
    width: min(100%, 900px);
    height: 3px;
    background-color: var(--secondary-color);
    margin: 0 auto;
}
.custom-internal .cta_welcome_1 p a,
.custom-internal .cta_welcome_1 .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.custom-internal .cta_welcome_1 .welcome-button a {
    margin: 0 auto;
}

.custom-internal .cta_welcome_1 .welcome-content p {
    margin: 0;
}
@media (max-width: 1025px) {
    .custom-internal .cta_welcome_1 {
        padding: 30px 0;
    }
}



/* review_2_css
---------------------------------------------------------- */
.custom-internal .review_2 {
    padding: min(5%, 111px) min(5%, 60px);
    background-color: var(--secondary-color);
    color: var(--white);
}
.custom-internal.eagan .review_2 {
    background-color: var(--main-color);
}
.custom-internal .review_2 .reviews-flex {
    display: flex;
    width: min(100%, 1600px);
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.custom-internal .review_2 .reviews-top-title h2 {
    color: var(--white);
    font-size: var(--h2-font-size);
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-two);
    text-transform: var(--heading-text-transform-uppercase);
    text-align: center;
}
.custom-internal .review_2 .reviews-top-title .line {
    width: min(100%, 733px);
    height: 3px;
    background-color: var(--white);
}
.custom-internal .review_2 .reviews-slide-info-content h3 {
    color: var(--main-color);
    font-size: var(--h4-font-size);
    font-family: var(--font-family-secondary);
    font-weight: 500;
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-one);
    text-transform: var(--heading-text-transform-uppercase);
}
.custom-internal.eagan .review_2 .reviews-slide-info-content h3 {
    color: var(--secondary-color);
}
.custom-internal .review_2 .reviews-top-title {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    max-width: min(100%, 1350px);
}

.custom-internal .review_2 .reviews-button {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.custom-internal .review_2 .reviews-button a,
.custom-internal .review_2 .reviews-button button {
    margin: 0;
}

.custom-internal .review_2 .reviews-slider-info {
    position: relative;
    z-index: 1;
    width: 100%;
    color: var(--black);
}
.custom-internal .review_2 .reviews-slide-info-content {
    width: min(95%, 765px);
    padding: 45px;
    margin: 0 auto;
    background-color: var(--white);
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    transition: ease-in-out 0.5s;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.25);
}

.custom-internal .review_2 .slick-list {
    width: 100%;
    margin: 0 auto;
}

.custom-internal .review_2 .reviews-nav-holder {
    width: fit-content;
    padding: 20px 0 0;
    margin: 0 auto;
}
.custom-internal .review_2 .reviews-nav-holder ul.slick-dots button {
    background-color: transparent;
    font-size: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    transition: ease-in-out 0.5s;
    border: 2px solid var(--white);
}
.custom-internal .review_2 .reviews-nav-holder ul.slick-dots {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
    gap: 25px;
}
.custom-internal .review_2 .reviews-nav-holder ul.slick-dots li {
    display: flex;
}
.custom-internal .review_2 .reviews-nav-holder ul.slick-dots button:hover,
.custom-internal .review_2 .reviews-nav-holder ul.slick-dots .slick-active button {
    background-color: var(--white);
}

.custom-internal .review_2 .reviews-nav-holder ul.slick-dots li {
    display: flex;
}

@media (max-width: 1025px) {
    .custom-internal .review_2 .reviews-button {
        justify-content: center;
    }
    .custom-internal .review_2 {
        padding: 30px 25px;
    }
    .custom-internal .review_2 .reviews-nav-holder ul.slick-dots {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .custom-internal .review_2 .slick-arrow {
        bottom: 0;
        transform: none;
    }

    .custom-internal .review_2 .slick-arrow svg {
        width: 30px;
        height: 30px;
    }

    .custom-internal .review_2 .reviews-nav-holder {
        position: relative;
        width: min(100%, 300px);
    }
}



/* meet_the_staff_5_css
---------------------------------------------------------- */
.custom-internal .meet_the_staff_5 {
    padding: 75px 25px;
    position: relative;
    z-index: 1;
}

.custom-internal .meet_the_staff_5 .meet-staff-flex {
    width: min(100%, 1520px);
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    position: relative;
    z-index: 1;
}

.custom-internal .meet_the_staff_5 .meet-staff-right {
    width: min(48%, 724px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
}

.custom-internal .meet_the_staff_5 .meet-staff-title * {
    color: var(--secondary-color);
}
.custom-internal .meet_the_staff_5 .meet-staff-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-two);
    text-transform: var(--heading-text-transform-normal);
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.custom-internal .meet_the_staff_5 p {
    width: min(100%, 1250px);
    margin: 0 auto 50px;
    text-align: center;
}

.custom-internal .meet_the_staff_5 .meet-staff-aff .external-link {
    display: none;
}

.custom-internal .meet_the_staff_5 .meet-staff-right .main-btn {
    margin: 0;
}

.custom-internal .meet_the_staff_5 .meet-staff-left {
    display: block;
    height: min(50vw, 630px);
    width: min(100%, 670px);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.25);
}
.custom-internal .meet_the_staff_5 .meet-staff-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-internal .meet_the_staff_5 .meet-staff-button {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

/* accordion_1_css
---------------------------------------------------------- */
.custom-internal .meet_the_staff_5 .accordion-holder {
    width: min(100%, 750px);
}
.custom-internal .meet_the_staff_5 .accordion-item-special {
    background: var(--white);
    color: var(--secondary-color);
    margin-bottom: 20px;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}
.custom-internal .meet_the_staff_5 .accordion-item-special.color-switch {
    background: var(--main-color);
    color: var(--white);
}
.custom-internal.eagan .meet_the_staff_5 .accordion-item-special.color-switch {
    background: var(--secondary-color);
    color: var(--white);
}
.custom-internal .meet_the_staff_5 .accordion-item-header-special {
    display: flex;
    align-items: center;
    padding: 30px 48px;
    cursor: pointer;
}
.custom-internal .meet_the_staff_5 .accordion-item-body-special p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.custom-internal .meet_the_staff_5 .accordion-item-header-special h3 {
    margin: 0;
    flex-grow: 1;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: normal;
    color: var(--secondary-color);
}
.custom-internal .meet_the_staff_5 .accordion-item-special.color-switch .accordion-item-header-special h3 {
    color: var(--white);
}
.custom-internal .meet_the_staff_5 .accordion-item-icon-special {
    margin-left: auto;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
    position: relative;
    font-size: 1.5em;
    width: 65px;
    height: 65px;
    display: block;
    text-align: center;
}
.custom-internal.eagan .meet_the_staff_5 .accordion-item-special .accordion-item-icon-special rect {
    fill: var(--secondary-color);
}
.custom-internal .meet_the_staff_5 .accordion-item-special.color-switch .accordion-item-icon-special rect {
    fill: var(--white);
}
.custom-internal .meet_the_staff_5 .accordion-item-special.color-switch .accordion-item-icon-special path {
    fill: var(--main-color);
}
.custom-internal.eagan .meet_the_staff_5 .accordion-item-special.color-switch .accordion-item-icon-special path {
    fill: var(--secondary-color);
}
.custom-internal .meet_the_staff_5 .accordion-item-body-special {
    padding: 0 48px 30px;
    display: none;
    color: var(--white);
}
@media (max-width: 1025px) {
    .custom-internal .meet_the_staff_5 .meet-staff-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: min(100%, 600px);
    }
    .custom-internal .meet_the_staff_5 .meet-staff-left {
        display: block;
        height: min(100vw, 630px);
        width: min(100%, 670px);
    }
    .custom-internal .meet_the_staff_5 .meet-staff-right {
        width: min(100%, 724px);
    }
    .custom-internal .meet_the_staff_5:before {
        width: 100%;
    }
    .custom-internal .meet_the_staff_5:before {
        transform: translateY(40%);
        width: 100%;
        height: min(55vw, 600px);
        right: 0;
        top: 0;
    }
    .custom-internal .meet_the_staff_5 .accordion-item-header-special {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: center;
        gap: 15px;
    }
    .custom-internal .meet_the_staff_5 .accordion-item-header-special {
        padding: 20px;
    }
    .custom-internal .meet_the_staff_5 .accordion-item-icon-special {
        margin-left: 0;
    }
    .custom-internal .meet_the_staff_5 .accordion-item-body-special {
        padding: 0 20px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .custom-internal .meet_the_staff_5 {
        padding: 50px 25px;
    }
}

@media (max-width: 767px) {
    .custom-internal .meet_the_staff_5:before {
        top: 8vw;
    }
}



/* office_tour_2_css
---------------------------------------------------------- */
.custom-internal .office_tour_2 {
    padding: 100px 25px 75px;
}
.custom-internal .office_tour_2 .office-tour-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(100%, 1700px);
    margin: 0 auto;
    flex-direction: row-reverse;
}
.custom-internal .office_tour_2 .office-tour-left {
    width: min(100%, 900px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: left;
}
.custom-internal .office_tour_2 .office-tour-left h2 {
    color: var(--secondary-color);
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family-secondary);
    line-height: var(--line-height-normal);
    text-transform: var(--heading-text-transform-uppercase);
}
.custom-internal .office_tour_2 .office-tour-left h3 {
    color: var(--secondary-color);
}
.custom-internal .office_tour_2 .office-tour-left p {
    margin: 0;
}
.custom-internal .office_tour_2 .office-tour-right {
    width: min(50%, 670px);
    position: relative;
    height: 100%;
}
.custom-internal .office_tour_2 .office-tour-slide{
    margin: 0 25px;
}
.custom-internal .office_tour_2 .office-tour-photo{
    width: min(100%, 670px);
    height: min(55vw, 526px);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.25);
}
.custom-internal .office_tour_2 .office-tour-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-internal .office_tour_2 .office-tour-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
}
.custom-internal .office_tour_2 .office-tour-content ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 50px;
    margin: 0;
}
.custom-internal .office_tour_2 .office-tour-content ul li{
    list-style: none;
    width: min(100%, 400px);
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
@media (max-width: 1200px) {
    .custom-internal .office_tour_2 {
        padding: 30px 25px;
    }
    .custom-internal .office_tour_2 .office-tour-flex {
        flex-direction: column-reverse;
    }
    .custom-internal .office_tour_2 .office-tour-photo {
        margin: 0 auto;
    }
    .custom-internal .office_tour_2 .office-tour-photo {
        height: min(80vw, 574px);
    }
    .custom-internal .office_tour_2 .office-tour-left {
        width: 100%;
        padding: 0;
    }
    .custom-internal .office_tour_2 .office-tour-right {
        width: 100%;
    }
    .custom-internal .office_tour_2 .office-tour-content h2,
    .custom-internal .office_tour_2 .office-tour-content h3 {
        text-align: center;
    }
    .custom-internal .office_tour_2 .office-tour-content {
        align-items: center;
        margin: 0 auto;
        text-align: center;
    }
    .custom-internal .office_tour_2 .office-tour-content ul li {
        gap: 15px;
        width: 100%;
    }
    .custom-internal .office_tour_2 .office-tour-content .main-btn {
        margin: 0 auto;
    }
}



/* meet_the_staff_4_css
---------------------------------------------------------- */
.custom-internal .meet_the_staff_4 {
    padding: 75px 25px 50px;
    position: relative;
    z-index: 1;
    background-color: var(--main-color);
    color: var(--white);
  }
  .custom-internal.eagan .meet_the_staff_4  {
    background-color: var(--secondary-color);
  }
  .custom-internal .meet_the_staff_4 .meet-staff-flex {
    width: min(100%, 1650px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
  }
  .custom-internal .meet_the_staff_4 .meet-staff-right {
    width: min(100%, 850px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
  }
  .custom-internal .meet_the_staff_4 .meet-staff-title h2 {
    color: var(--white);
    font-size: var(--h1-font-size);
    font-family: var(--font-family-main);
    text-transform: var(--heading-text-transform-normal);
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
  }
  .custom-internal .meet_the_staff_4 p {
    width: min(100%, 1250px);
    margin: 0 auto 40px;
    text-align: center;
  }
  .custom-internal .meet_the_staff_4 .meet-staff-right h3 {
    font-family: var(--font-family-main);
    font-size: var(--h3-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    color: var(--white);
    font-weight: 500;
  }
  .custom-internal .meet_the_staff_4 .meet-staff-right p {
    margin: 0;
  }
  .custom-internal .meet_the_staff_4 .meet-staff-right ul {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }
  .custom-internal .meet_the_staff_4 .meet-staff-right ul li {
    list-style-image: url('../images/white-checkmark.svg');
  }
  .custom-internal .meet_the_staff_4 .meet-staff-aff .external-link {
    display: none;
  }
  .dentist-aff a,
  .dentist-aff img {
    display: block;
  }
  .custom-internal .meet_the_staff_4 .meet-staff-right .main-btn {
    margin: 0;
  }
  .custom-internal .meet_the_staff_4 .meet-staff-left {
    display: block;
    height: min(66vw, 555px);
    width: min(100%, 669px);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.25);
  }
  .custom-internal .meet_the_staff_4 .meet-staff-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media only screen and (max-width: 991px) {
    .custom-internal .meet_the_staff_4 .meet-staff-flex {
      flex-wrap: wrap;
      justify-content: center;
    }
    .custom-internal .meet_the_staff_4 .meet-staff-box {
      margin: 0 auto;
    }
    .custom-internal .meet_the_staff_4 {
      padding: 30px 25px;
    }
  }
  


  /* office_tour_5_css
  ---------------------------------------------------------- */
  .custom-internal .office_tour_5 {
      background-color: var(--white);
      padding: 100px 25px;
  }
  .custom-internal .office_tour_5 .office-tour-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: min(100%, 1700px);
      margin: 0 auto;
  }
  .custom-internal .office_tour_5 .office-tour-left {
      width: min(100%, 650px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      text-align: left;
  }
  .custom-internal .office_tour_5 .office-tour-left h2 {
      color: var(--black);
  }
  .custom-internal .office_tour_5 .office-tour-left h3 {
      color: var(--secondary-color);
  }
  .custom-internal .office_tour_5 .office-tour-left p {
      margin: 0;
  }
  .custom-internal .office_tour_5 .office-tour-right {
      width: min(100%, 900px);
      position: relative;
      height: 100%;
  }
  .custom-internal .office_tour_5 .office-tour-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 45px;
  }
  /* accordion_1_css
  ---------------------------------------------------------- */
  .custom-internal .accordion-item {
      color: var(--black);
      background-color: var(--white);
      margin-bottom: 10px;
      border-bottom: 3px solid var(--main-color);
  }
  
  .custom-internal .accordion-item-header {
      display: flex;
      align-items: center;
      padding: 10px 15px;
      cursor: pointer;
  }
  .custom-internal .accordion-item-header p {
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .custom-internal .accordion-item-header h3 {
      margin: 0;
      flex-grow: 1;
      font-size: var(--h4-font-size);
      font-family: var(--font-family-secondary);
      font-weight: 500;
      line-height: 150%;
      letter-spacing: var(--heading-letter-spacing-one);
      text-transform: var(--heading-text-transform-uppercase);
      color: var(--main-color);
  }
  .custom-internal .accordion-item-icon {
      margin-left: auto;
      transform: rotate(0deg);
      transition: all 0.3s ease;
      position: relative;
      font-size: 1.5em;
      width: 25px;
      height: 34px;
      display: block;
      text-align: center;
  }
  
  .custom-internal .accordion-item-body {
      padding: 15px;
      display: none;
      color: var(--black);
  }
  @media (max-width: 1025px) {
    .custom-internal .office_tour_5 {
        padding: 30px 25px;
    }
      .custom-internal .office_tour_5 .office-tour-flex {
          height: auto;
          flex-direction: column;
          gap: 25px;
      }
      .custom-internal .office_tour_5 .office-tour-photo {
          margin: 0 auto;
      }
      .custom-internal .office_tour_5 .office-tour-photo {
          height: min(80vw, 574px);
      }
      .custom-internal .office_tour_5 .office-tour-left {
          width: 100%;
          padding: 0;
      }
      .custom-internal .office_tour_5 .office-tour-right {
          width: 100%;
      }
      .custom-internal .office_tour_5 .office-tour-content h2,
      .custom-internal .office_tour_5 .office-tour-content h3 {
          text-align: center;
      }
      .custom-internal .office_tour_5 .office-tour-content {
          align-items: center;
          margin: 0 auto;
          text-align: center;
      }
      .custom-internal .office_tour_5 .office-tour-content .main-btn {
          margin: 0 auto;
      }
  }