#omaha-banner {    position: relative;
    overflow: hidden;
}
#omaha-banner video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
#omaha-banner .banner-content {
    opacity: 1;
    transition: all .2s;
}
#omaha-banner .banner-content.video-active {
    opacity: 0;
}
#omaha-banner .video-controls {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 8;
}
#omaha-banner .video-controls button {
    background-color: transparent;
    color: #fff;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
}
#omaha-banner .video-controls button svg {
    display: block;
    fill: #fff;
    width: 40px;
    height: 40px;
}
#omaha-banner .video-controls button .play,
#omaha-banner .video-controls .paused .pause {
    display: none;
}
#omaha-banner .video-controls .paused .play {
    display: block;
}

#omaha-banner .video-controls #captions {
    display: none;
}

#omaha-banner .video-controls #video-mute {
    display: none;
}


#orthotitle {
    font-family: Lustria;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #F4F4F4;
}

.fullvideo {
    font-family: 'Lato';
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 0;
    border: 2px solid #e04126;
    color: #e04126;
    background: transparent;
}

.fullvideo:hover {
    background: #e04126;
    color: #FFF;
    text-decoration: none;
}

/* banner_3_css
---------------------------------------------------------- */
.bannerareaortho {
    position: relative;
    /* min-height: 750px; */
    display: flex;
    justify-content: space-between;
    background-color: var(--white);
    overflow: hidden;
    align-items: center;
    flex-direction: row;
    background-image: url('../images/orthovideobkg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    aspect-ratio: 16 / 9;
}

.banner-content-holderortho {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    bottom: 30px;
    position: absolute;
    z-index: 9999999;
}

#head-logo img {
    display: block;
    width: min(100%, 505px);
    height: 100%;
}

.banner-buttons button,
.banner-buttons a {
    margin: 0;
}

.banner-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 1201px) {
  .bannerareaortho {
    margin-top: 100px;
  }
}
@media (max-width: 1025px) {
    .banner-content-holderortho {
        align-items: center;
        text-align: center;
    }

    .banner-buttons {
        justify-content: center;
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .bannerareaortho {
        background-image: url('../images/orthovideobkgtab.webp');
    }

    .banner-content-holderortho {
      display: none;
    }
}

@media (max-width: 600px) {
    .banner-buttons {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 350px;
        margin: 0 auto;
        gap: 10px;
    }

    .bannerareaortho {
        background-image: url('../images/orthovideobkgmob.webp');
    }
}



/* banner_3_css
---------------------------------------------------------- */

/* cta_welcome_2z_css This is only active below 767px
---------------------------------------------------------- */
.cta_welcome_2z {
    text-align: center;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background-image: url('../images/orthobkgblue.webp');
}
.cta_welcome_2z .container {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
    width: min(100%, 725px);
    justify-content: center;
}
.cta_welcome_2z .welcome-top-title * {
    margin: 0;
}

.cta_welcome_2z .welcome-top-title h1 {
    font-family: Lustria;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #F4F4F4;
}
.cta_welcome_2z .welcome-top-title span {
    font-family: Lustria;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #F4F4F4;
}
.cta_welcome_2z .welcome-top-title h3 {
    color: var(--white);
    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_2z .welcome-button a {
    margin: 0 auto;
}
.cta_welcome_2z .welcome-content p {
    margin: 0;
}
.cta_welcome_2z .welcome-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    gap: 15px 30px;
    flex-wrap: wrap;
}
.cta_welcome_2z .welcome-button .main-btn.secondary {
    color: var(--white);
    border-color: var(--white);
    display: flex;
    align-items: center;
    gap: 20px;
}
.cta_welcome_2z .welcome-button .main-btn.secondary:hover {
    color: var(--black);
}
.cta_welcome_2z .welcome-button .main-btn.secondary:hover svg path {
    fill: var(--black);
}

@media screen and (min-width:768px) {
  .cta_welcome_2z {
    display: none;
  }
}
/* cta_welcome_2z_css
---------------------------------------------------------- */

.philosophy {
  background-image: url('../images/orthobkgblue.webp');
}

.philosophyspace {
    margin: 0px 100px 75px 100px;
    padding-top: 75px;
}

.philosophyspace h2 {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 124%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFF;
}

.philosophyspace h3 {
    font-family: Lato;
    font-weight: 700;
    font-size: 25px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FFF;
}

.philosophyspace p {
    color: #FFF;
}

.philphoto {

}

.orthobkg {
  background-image: url('../images/orthobkg.webp');
}

.mainortho {
    font-family: 'Lato';
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 0;
    border: 2px solid #FFF;
    color: #FFF;
    background: transparent;
}

.mainortho:hover {
    background: #FFF;
    color: #2b2e3f;
    text-decoration: none;
}

a.mainortho.transition:visited {
  color: #FFF;
}

a.mainortho.transition:visited:hover {
  color: #2b2e3f;
}

.omahapage {
    margin: 0px 100px 75px 100px;
    /* padding-top: 75px; */
}

@media only screen and (max-width: 600px) {
  .omahapage {
    margin: 0px 25px 75px 25px;
    padding-top: 75px;
  }
  .philosophyspace {
    margin: 0px 25px 75px 25px;
    padding-top: 75px;
  }
  .orthospace {
    margin: 0px 25px 75px 25px;
    padding-top: 75px;
  }
}

.omahapage h2 {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 124%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2B2E3F;
}

.omahapage h3 {
    font-family: Lato;
    font-weight: 700;
    font-size: 25px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #363636;
}

.precisionspace {
  padding-top: 10px;
}

@media only screen and (max-width: 991px) {
    .drbiomobile {
      flex-direction: column-reverse;
    }
}

/* meet_the_staff_4_css
---------------------------------------------------------- */
.meet_the_staff_4 {
  padding: 100px 25px;
  position: relative;
  z-index: 1;
  background-color: #2b2e3f;
  margin-bottom: 100px;
}
.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;
}
.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 * {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 124%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFF;
}

.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;
  color: #FFF;
}
.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/omahaortho.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
---------------------------------------------------------- */

/* meet_the_staff_4b_css
---------------------------------------------------------- */
.meet_the_staff_4b {
  padding: 100px 25px;
  position: relative;
  z-index: 1;
  background-color: #2b2e3f;
}
.meet_the_staff_4b .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_4b .meet-staff-right {
  width: min(100%, 632px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  text-align: left;
}
.meet_the_staff_4b .meet-staff-title * {
    color: #FFF;
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 124%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.meet_the_staff_4b .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_4b .meet-staff-right p {
  margin: 0;
  color: #FFF;
}
.meet_the_staff_4b .meet-staff-aff .external-link {
  display: none;
}
.dentist-aff a,
.dentist-aff img {
  display: block;
}
.meet_the_staff_4b .meet-staff-right .main-btn {
  margin: 0;
}
.meet_the_staff_4b .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_4b .meet-staff-left {
  background-image: url('../images/omahainvisalign.webp');
}
@media only screen and (max-width: 991px) {
  .meet_the_staff_4b .meet-staff-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .meet_the_staff_4b .meet-staff-box {
    margin: 0 auto;
  }
  .meet_the_staff_4b {
    padding: 50px 25px;
  }
}
/* meet_the_staff_4b_css
---------------------------------------------------------- */

.orthospace {
    margin: 0px 100px 75px 100px;
    padding-top: 75px;
}

@media only screen and (max-width: 600px) {
  .orthospace {
    margin: 0px 25px 75px 25px;
    padding-top: 75px;
  }
}

/* cta_welcome_1_css FAQ
---------------------------------------------------------- */
.cta_welcome_1 {
    text-align: center;
    padding: 50px 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%, 1900px);
}

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

.cta_welcome_1 .welcome-top-title h2 {
    font-family: Kanit;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: capitalize;
    color: #2B2E3F;
}

.cta_welcome_1 .welcome-top-title h3 {
    font-family: Kanit;
    font-weight: 500;
    font-style: Medium;
    font-size: 25px;
    leading-trim: NONE;
    line-height: 138%;
    letter-spacing: 1.15px;
    text-align: center;
    text-transform: uppercase;
    color: #282525;
}

.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 {
    text-align: left;
}

#faqborder {
    border: 2px solid #000;
    padding: 20px;
    margin-bottom: 10px;
}

.cta_welcome_1 .welcome-content .faq-title {
  cursor: pointer;
  /* border: 2px solid #000;
  padding: 20px;
  margin-bottom: 10px; */
  font-family: Kanit;
  font-weight: 500;
  font-size: 25px;
  line-height: 138%;
  letter-spacing: 1.15px;
  vertical-align: middle;
  text-transform: uppercase;

}

.cta_welcome_1 .welcome-content p {
    margin: 0;
}

.cta_welcome_1 .welcome-content summary {
  position: relative;
  padding-right: 1.5em; /* space for custom icon */
  cursor: pointer;
  list-style: none; /* removes default triangle in Firefox */
}

.cta_welcome_1 .welcome-content summary::-webkit-details-marker {
  display: none; /* removes default triangle in Chrome/Safari */
}

.cta_welcome_1 .welcome-content summary::after {
  content: "+"; /* use any icon or emoji (e.g., ▼, ➤, ➕, ❯) */
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

.cta_welcome_1 .welcome-content details[open] summary::after {
  content: "-";
}

.summary-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  padding-top: 20px;
}

/* cta_welcome_1_css FAQ
---------------------------------------------------------- */

.omahamap {
    background-color: #2b2e3f;
    padding-top: 40px;
    padding-bottom: 40px;
}