
    
    html {
  scroll-behavior: smooth;
}


:root {
    --primary: #4693c8;
    --secondary: #333333;
    --success: #0a2546;
    --primary-300: #FAFAFA;
    --secondary-400: #0a2546;
    --secondary-500: #4D73A4;
    --logo: 15.625rem;
    --headings: var(--secondary);
    --main-bg: #fafafa;
    --icons: var(--success);
    --cta-bg: var(--primary);
    --cta-fg: #fff;
    --steps: var(--primary);
    --footer-bg: #ffffff;
}


.orthodontic_lp--wrapper {
    padding: 0;   
}

.orthodontic_lp--wrapper .orthodontic_lp--wrapperCol {
    padding: 0 !important;
}

.dc-lp-logo {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.dc-lp-logo img {
    filter: brightness(0) invert(1);
    width: 100%;
    max-width: 200px;
}

.logo-fullWidth {
    padding: 0 !important;
    position: relative;
    background-color: #60A2D0;;
}

.logo-fullWidth .fa {
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    color: #60a2d0;
    justify-content: center;
    vertical-align: bottom;
    background: #fff;
    display: flex;
    align-items: center;
}

.logo-fullWidth:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,0.15) 0,
      rgba(255,255,255,0.15) 1px,
      transparent 1px,
      transparent 12px
    );
    opacity: 0.2;
    pointer-events: none;
}


.logo-fullWidth [itemprop="address"] {
    color: #fff;
    text-align: center;
    font-size: small;
}



small {
  margin-top: 15px;
  font-size: 9px;
  color: #333;
  display: block;
  font-style: italic;
}

a {
  color: var(--primary);
  font-weight: 700;
}

.orthodontic-main-intro img {
  margin-top: -30px;
  width: 400px !important;
  max-width: 400px !important;
}

.orthodontic_clinicInfo {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    color: #fff;
    font-size: small;
    align-items: baseline;
    width: 100%;
    max-width: 640px;
    background: rgba(255, 255, 255, 0.1);
    /* opacity: 0.1; */
    padding: 15px 0;
    margin-top: 15px;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .orthodontic_clinicInfo {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
        max-width: none;
        width: auto;
    }
}




.orthodontic_clinicInfo a {
    color: #fff;
    font-size: small;
}

.orthodontic_clinicInfo a:hover {
    text-decoration: underline;
}

.orthodontic_clinicInfo .orthodontic_clinicInfo--col {
    display: flex;
    align-items: baseline;
    flex-direction: row;
}

@media (max-width: 767px) {
    /* group last two items into a row */
    .orthodontic_clinicInfo > .orthodontic_clinicInfo--col:nth-last-child(-n + 2) {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    /* put phone + status on same line */
    .orthodontic_clinicInfo {
        align-items: flex-start;
    }
    
    /* add spacing between phone & status */
    .orthodontic_clinicInfo > .orthodontic_clinicInfo--col.phone {
        margin-right: 1.5rem;
    }
}

.orthodontic_clinicInfo .orthodontic_clinicInfo--col p {
    margin: 0;
}

@media (max-width: 767px) {
    .orthodontic_clinicInfo .orthodontic_clinicInfo--col {
        border-right: none !important;
        padding: 5px 0 !important;
    }
}

.orthodontic_clinicInfo .orthodontic_clinicInfo--col:nth-child(-n + 2) {
    border-right: 1px solid #fff;
    padding-right: 15px;
}



.orthodontic-hero-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    background-color: var(--primary);
    padding-block: 4.375rem;
    opacity: 1;
    z-index: 1;
    position: relative;
}

.orthodontic-hero-section::after {
    background-image: url(/files/orthodontic-bg.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.15;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.orthodontic-hero-section h1,
.orthodontic-hero-section .leadin {
    color: #fff;
    position: relative;
}

.orthodontic-hero-section h1 span {
    display: inline-block;
}

.orthodontic-hero-section > .tymbrel-col-6 {
  flex: 0 0 calc(1312px / 2); 
  max-width: 50%;             
}


.orthodontic-hero-section > .tymbrel-col-6:first-child{
  margin-left:auto;
}
.orthodontic-hero-section > .tymbrel-col-6:last-child{
  margin-right:auto;
}


@media (max-width:1312px){
  .orthodontic-hero-section > .tymbrel-col-6{
    flex: 0 0 50%;
    max-width:50%;
  }
}
@media (max-width:768px){
  .orthodontic-hero-section > .tymbrel-col-6{
    flex: 0 0 100%;
    max-width:100%;
  }
}


@media (max-width: 767px) {
    .orthodontic-hero-section h1 a:after {
        width: 15px;
        margin-top: 20px;
    }
}

.orthodontic-hero-section h1 a:hover,
.orthodontic-hero-section h1 a:hover::after {
    color: var(--secondary-400);
    border-color: var(--secondary-400);
    transition: all 0.2s ease-out;
}


.orthodontic-hero-section>.tymbrel-col:last-child .form-vertical {
    padding: 2.5rem;
    border-radius: 1.25rem;
}

.orthodontic-hero-section>.tymbrel-col:last-child .form-vertical input[type="submit"],
.cms-button-success,
.cms-button-primary {
  background: var(--secondary-500);
}

.orthodontic-hero-section>.tymbrel-col:last-child .form-vertical input[type="submit"]:hover,
.orthodontic-cta .cms-button-success:hover,
.cms-button-success:hover,
.cms-button-primary:hover {
  background: var(--secondary-400) !important;
  border-color: var(--secondary-400) !important;
  color: #fff !important;
}

.orthodontic-hero-section>.tymbrel-col:last-child .form-vertical {
  background: #EEF0F0;
}

.orthodontic-hero-section>.tymbrel-col:last-child .form-vertical input:not([type="submit"]),
.orthodontic-hero-section>.tymbrel-col:last-child .form-vertical select {
  background: #ffffff !important;
}

.orthodontic-hero-section .form-vertical form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.25rem;
}



.orthodontic-hero-section .form-vertical h3 {
    margin-top: 0;
    font-size: 1.5rem;
    color: var(--primary);
}

.orthodontic-hero-section>.tymbrel-col:last-child .form-vertical :nth-child(1 of .form-group) {
    width: 100%;
    margin-top: 0;
}

.orthodontic-hero-section .form-vertical .form-group:nth-child(-n + 6) {
    width: calc(50% - .625rem);
}


@media (max-width: 767px) {
    .orthodontic-hero-section .form-vertical .form-group {
        width: 100% !important;
    }
}

.orthodontic-hero-section>.tymbrel-col:last-child .form-vertical .form-group:not(:nth-child(-n + 6)) {
    width: 100%;
}

.orthodontic-process__text {
    margin-top: 10px;
}

.orthodontic-faq-container {
    padding: 60px 0;
    border-top: 1px solid #f6f6f6;
}

.orthodontic-main {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border-top: 1px solid #f6f6f6;
}

@media (max-width: 767px) {
    .orthodontic-main .tymbrel-col {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
}

.orthodontic-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-radial-gradient(
      circle at 0 100%,
      rgba(77,115,164,0.45) 0 1px,
      transparent 1px 28px
    );
  opacity: 0.15;
  pointer-events: none;
}

.orthodontic-main > * {
  position: relative;
  z-index: 1;
}

.orthodontic-main .tymbrel-col {
    display: flex;
    justify-content: center;

}

.orthodontic-main .orthodontic_how--col {
    background-color: #225190;
    padding: 0;
    color: #fff;
    min-height: 640px;
    width: 100%;
    max-width: 420px;
}

.orthodontic-main .orthodontic_how--col h3 {
    color: #fff;
}

.orthodontic_how--CTA {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.orthodontic-main .tymbrel-col {
    padding: 0 !important;
}

.orthodontic-main .tymbrel-col:nth-child(3) .orthodontic_how--col {
    background-color: #67AEE0;
}

.orthodontic-main .tymbrel-col:nth-child(2) .orthodontic_how--col {
    background-color: #4D73A4;
}

.orthodontic_how--col {
    transition:
    transform 0.25s ease-in-out,
    box-shadow 0.25s ease-in-out;
    transform: scale(1);
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}

.orthodontic_how--col:hover {
    transform: scale(1.03);
    box-shadow: 0 18px 48px rgba(0,0,0,0.18);
}


.accordion-faq .accordion {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 20px auto;
    list-style: none;
    width: 100%;
    max-width: 1267px;

}

.accordion-faq .accordion .accordion-item {
    width: 50%;       /* Make each list item take up half the container */
    padding: 5px;    /* Optional: space inside each item */
    box-sizing: border-box;
}

.accordion-faq .accordion .accordion-item .accordion-content {
    text-align: left;
}


@media (max-width: 767px) {
        
    .accordion-faq .accordion {
        max-width: 100%;
    }    
    
    .accordion-faq .accordion .accordion-item {
        width: 100%;
    }
    
    .accordion-faq .accordion .accordion-item a {
        text-align: left;
    }
}

.map-row__details .seo-hours .contactDetails {
    width: 100%;
}

.map-row__details .seo-hours .contactDetails li {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}


/*.map-row-orthodontic {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    max-width: none;*/
/*    margin: 0;*/
/*    background-color: var(--primary-300);*/
/*    padding-block: 4.375rem;*/
/*    opacity: 1;*/
/*    z-index: 1;*/
/*    position: relative;*/
/*}*/

/*.map-row-orthodontic > .tymbrel-col-6 {*/
/*  flex: 0 0 calc(1312px / 2); */
/*  max-width: 50%;             */
/*}*/

.map-row-orthodontic {
    justify-content: flex-end !important;
    background-color: var(--primary-300);
    margin-inline:-1.25rem !important;
    width: calc(100% + 2.5rem) !important
}

@media (max-width: 767px) {
    .map-row-orthodontic {
        padding: 0 30px;
    }
}

.map-row-orthodontic>.tymbrel-col:first-child {
    padding-right: 3.75rem !important;
    padding-block:5.625rem !important}

@media screen and (min-width: 768px) {
    .map-row-orthodontic>.tymbrel-col:first-child {
        max-width:calc(81rem / 2) !important
    }
}

@media screen and (max-width: 1024px) {
    .map-row-orthodontic>.tymbrel-col:first-child {
        padding-right:2.5rem !important
    }
}

@media screen and (max-width: 767px) {
    .map-row-orthodontic>.tymbrel-col:first-child {
        padding-right:1.25rem !important
    }
}

@media screen and (max-width: 1024px) {
    .map-row-orthodontic>.tymbrel-col:first-child {
        padding-block:3.75rem !important
    }
}

@media screen and (max-width: 40rem) {
    .map-row-orthodontic>.tymbrel-col:first-child {
        padding-block:3.75rem 1.875rem !important
    }
}

.map-row-orthodontic>.tymbrel-col:last-child {
    padding: 0 0 0 1.25rem !important
}

@media screen and (max-width: 767px) {
    .map-row-orthodontic>.tymbrel-col:last-child {
        padding:0 !important
    }
}

.map-row-orthodontic iframe {
    width: 100%;
    height: 100%;
    min-height: 18.75rem
}

.map-row-orthodontic .leadin {
    margin-bottom: 1.25rem
}

.map-row-orthodontic .map-row__details {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 1.875rem
}

.map-row-orthodontic .map-row__details>div {
    flex-grow: 1
}

.map-row-orthodontic .map-row__details>div:first-child {
    width: calc(53% - .9375rem)
}

@media screen and (min-width: 501px) {
    .map-row-orthodontic .map-row__details>div:first-child {
        min-width:15rem
    }
}

.map-row-orthodontic .map-row__details>div:nth-child(2) {
    width: calc(47% - .9375rem)
}

.map-row-orthodontic .map-row__details>div:last-child {
    width: 100%;
    margin-top: .3125rem
}

@media screen and (max-width: 500px) {
    .map-row-orthodontic .map-row__details>div {
        width:100% !important
    }
}

.map-row-orthodontic .map-row__details h3 {
    margin-bottom: .625rem !important
}

.map-row-orthodontic .map-row__details h3:first-child {
    margin-top: 0 !important
}

.map-row-orthodontic .map-row__details p {
    margin-top: 0 !important
}

.map-row-orthodontic span[itemprop="streetAddress"] {
    display: block
}

.map-row-orthodontic .contactDetails {
    margin-bottom: 0 !important
}

.map-row-orthodontic .contactDetails strong {
    width: 6.5625rem !important
}



@media screen and (max-width: 500px) {
  .orthodontic-main-intro img {
    max-width: 250px !important;
  }
}

#sticky.dc-sticky-lp-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#sticky.dc-sticky-lp-cta p {
    margin: 0;
    height: 35px;
}

#sticky.dc-sticky-lp-cta .phone a {
    padding: 10px;
    height: auto;
    background: var(--primary);
    border: none;
    box-shadow: none;
}

#sticky.dc-sticky-lp-cta .cms-button-secondary {
    height: auto;
    padding: 10px;
    border: none;
    box-shadow: none;
    background: var(--success);
    color: #fff;
    font-weight: 400;
}

#sticky.dc-sticky-lp-cta .cms-button-secondary:focus {
    color: #fff;
}





:root {
  --max-width-padding: calc(var(--max-width) + var(--double-padding));
  --text-width: 45rem;
  --text-width-padding-size: var(--padding);
  --text-width-padding: calc(var(--text-width) + var(--text-width-padding-size) + var(--padding));
  --padding: 1.25rem;
  --double-padding: 2.5rem;
  --triple-padding: 3.75rem;
  --bs: 0 .1875rem .625rem 0 rgba(0, 0, 0, 0.16);
  --spacer: 2.1875rem
}

@media screen and (min-width: 48.0625rem) {
  :root {
    --text-width-padding-size: var(--double-padding)
  }
}

@media screen and (min-width: 80.0625rem) {
  :root {
    --text-width-padding-size: 4.25rem
  }
}

@media screen and (min-width: 85.4375rem) {
  :root {
    --text-width-padding-size: 6.125rem
  }
}

@media screen and (min-width: 48.0625rem) {
  :root {
    --spacer: 3.75rem
  }
}

@media screen and (min-width: 71.9375rem) {
  :root {
    --spacer: 5rem
  }
}

@media screen and (min-width: 80.0625rem) {
  :root {
    --spacer: 6.875rem
  }
}

body {
  padding-top: 0;
  background: #fff
}

footer {
  text-align: center
}

#sticky {
  width: 100%
}

body {
  font-size: 1.125rem
}

h1,
h2:not(.title),
h3 {
  color: var(--headings);
  margin: 1.25rem 0 0
}

h1 {
  font-size: 1.75rem
}

@media screen and (min-width: 48.0625rem) {
  h1 {
    font-size: 2rem
  }
}

@media screen and (min-width: 80.0625rem) {
  h1 {
    font-size: 2.5rem
  }
}

@supports (font-size: clamp(1.75rem, calc(3vw + 0.5rem), 2.5rem)) {
  h1 {
    font-size: clamp(1.75rem, calc(3vw + 0.5rem), 2.5rem)
  }
}

h2:not(.title) {
  line-height: 1.35;
  font-size: 1.575rem
}

@media screen and (min-width: 48.0625rem) {
  h2:not(.title) {
    font-size: 1.8rem
  }
}

@media screen and (min-width: 80.0625rem) {
  h2:not(.title) {
    font-size: 2.25rem
  }
}

@supports (font-size: clamp(1.575rem, calc(4.15vw + 0.5rem), 2.25rem)) {
  h2:not(.title) {
    font-size: clamp(1.575rem, calc(4.15vw - 0.5rem), 2.25rem)
  }
}

h3 {
  font-size: 1rem
}

@media screen and (min-width: 48.0625rem) {
  h3 {
    font-size: 1.125rem
  }
}

@media screen and (min-width: 80.0625rem) {
  h3 {
    font-size: 1.25rem
  }
}

@supports (font-size: clamp(1rem, calc(3.5vw + 0.5rem), 1.25rem)) {
  h3 {
    font-size: clamp(1rem, calc(3.5vw + 0.5rem), 1.25rem)
  }
}

p {
  margin: 1rem 0 0
}

p.leadin {
  margin: 1rem 0 0;
  font-size: 1.05rem
}

@media screen and (min-width: 48.0625rem) {
  p.leadin {
    font-size: 1.2rem
  }
}

@media screen and (min-width: 80.0625rem) {
  p.leadin {
    font-size: 1.5rem
  }
}

@supports (font-size: clamp(.9rem, calc(2vw + 0.5rem), 1.5rem)) {
  p.leadin {
    font-size: clamp(.9rem, calc(2vw + 0.5rem), 1.5rem)
  }
}

.tymbrel-row:not(.cmsi-layout-container) {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  -webkit-justify-content: center;
  justify-content: center
}

@media screen and (min-width: 71.9375rem) {
  .tymbrel-row:not(.cmsi-layout-container) .tymbrel-col-12 {
    max-width: none
  }

  .tymbrel-row:not(.cmsi-layout-container) .tymbrel-col-8 {
    max-width: calc(var(--max-width-padding) / 3 * 2)
  }

  .tymbrel-row:not(.cmsi-layout-container) .tymbrel-col-6 {
    max-width: calc(var(--max-width-padding) / 2)
  }

  .tymbrel-row:not(.cmsi-layout-container) .tymbrel-col-4 {
    max-width: calc(var(--max-width-padding) / 3)
  }

  .tymbrel-row:not(.cmsi-layout-container) .tymbrel-col-3 {
    max-width: calc(var(--max-width-padding) / 4)
  }
}

.tymbrel-row:not(.cmsi-layout-container) .tymbrel-col {
  padding-left: var(--padding);
  padding-right: var(--padding);
  padding-bottom: 0
}

.tymbrel-row:not(.cmsi-layout-container) .tymbrel-col+.tymbrel-col {
  padding-top: var(--double-padding)
}

@media screen and (min-width: 48.0625rem) {
  .tymbrel-row:not(.cmsi-layout-container) .tymbrel-col+.tymbrel-col {
    padding-top: 0
  }
}

.tymbrel-row:not(.cmsi-layout-container).bottom-padding-none .tymbrel-col {
  padding-bottom: 0
}

.tymbrel-row:not(.cmsi-layout-container).bottom-padding-xsm .tymbrel-col {
  padding-bottom: var(--padding)
}

.tymbrel-row:not(.cmsi-layout-container).bottom-padding-sm .tymbrel-col {
  padding-bottom: var(--double-padding)
}

@media screen and (min-width: 48.0625rem) {
  .tymbrel-row:not(.cmsi-layout-container).bottom-padding-lg {
    margin-bottom: var(--padding)
  }

  .tymbrel-row:not(.cmsi-layout-container).bottom-padding-xlg {
    margin-bottom: var(--double-padding)
  }
}

.full-width-img:not(.cmsi-layout-container) {
  max-width: none !important;
  margin: 0;
  -webkit-justify-content: center;
  justify-content: center
}

.full-width-img:not(.cmsi-layout-container) .tymbrel-col-6 {
  max-width: 60rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0
}

@media screen and (max-width: 48rem) {
  .full-width-img:not(.cmsi-layout-container) .tymbrel-col-6+.tymbrel-col-6 {
    padding-top: 0
  }
}

.full-width-img:not(.cmsi-layout-container) img:not(.orthodontic-logo) {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

.full-width__text {
  width: 100%;
  max-width: 1312px;
  padding-top: var(--spacer);
  padding-bottom: var(--spacer)
}

@media screen and (min-width: 48.0625rem) {
  .full-width__text {
    max-width: var(--text-width-padding)
  }
}

.full-width-img--left .tymbrel-col:first-child {
  overflow: hidden
}

.full-width-img--left .tymbrel-col:first-child p {
  height: 100%
}

.full-width-img--left .tymbrel-col:first-child img:not(.orthodontic-logo) {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (min-width: 48.0625rem) {
  .full-width-img--left .tymbrel-col:first-child {
    padding-right: 0
  }
}

.full-width-img--left .full-width__text {
  margin-right: auto;
  padding-right: var(--padding);
  padding-left: var(--text-width-padding-size)
}

.full-width-img--right .tymbrel-col:last-child {
  overflow: hidden;
  padding-right: 0
}

.home .full-width-img--right .tymbrel-col:last-child {
  padding-left: 0
}

.full-width-img--right .tymbrel-col:last-child p {
  height: 100%
}

.full-width-img--right .tymbrel-col:last-child img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (min-width: 48.0625rem) {
  .full-width-img--right .tymbrel-col:last-child {
    padding-left: 0;
    -webkit-order: -1;
    order: -1
  }
}

.full-width-img--right .full-width__text {
  margin-left: auto;
  padding-left: var(--padding);
  padding-right: var(--text-width-padding-size)
}

.centre,
.center {
  text-align: center
}

.orthodontic-logo {
  width: 15.625rem;
  max-width: 100%
}

@media screen and (min-width: 31.3125rem) {
  .orthodontic-logo {
    width: 20rem;
    max-width: 20rem
  }
}

.orthodontic-top {
  background: var(--secondary);
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
  font-size: .91875rem
}

@media screen and (min-width: 48.0625rem) {
  .orthodontic-top {
    font-size: 1.05rem
  }
}

@media screen and (min-width: 80.0625rem) {
  .orthodontic-top {
    font-size: 1.3125rem
  }
}

@supports (font-size: clamp(.7875rem, calc(2vw + 0.5rem), 1.3125rem)) {
  .orthodontic-top {
    font-size: clamp(.7875rem, calc(2vw + 0.5rem), 1.3125rem)
  }
}

.orthodontic-hero>.tymbrel-col {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  text-align: center
}

@media screen and (max-width: 48rem) {
  .orthodontic-hero>.tymbrel-col {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (min-width: 48.0625rem) {
  .orthodontic-hero>.tymbrel-col {
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
  }
}

.orthodontic-hero>.tymbrel-col .tymbrel-col:first-child {
  display: none
}

@media screen and (min-width: 31.3125rem) {
  .orthodontic-hero>.tymbrel-col .tymbrel-col:first-child {
    display: block
  }
}

@media screen and (min-width: 48.0625rem) {
  .orthodontic-hero>.tymbrel-col .tymbrel-col:first-child {
    height: 100%
  }
}

.orthodontic-hero>.tymbrel-col p.leadin {
  color: #666;
  margin-top: 1.5rem;
  margin-bottom: 2.375rem
}

.orthodontic-hero>.tymbrel-col p:last-child a {
  margin-bottom: 0
}

.orthodontic-hero-color>.tymbrel-col .tymbrel-col:last-child {
  background: var(--primary-300)
}

.orthodontic-main {
  --max-width-padding: calc(87.25rem + var(--double-padding));
  padding-top: 2.8125rem;
  padding-bottom: 3.4375rem
}

.orthodontic-main-intro {
  padding: 2.875rem 0;
}

@media screen and (min-width: 64.0625rem) {
  .orthodontic-main-intro {
    padding-top: 4.125rem
  }
}

.orthodontic-main-intro img {
  width: var(--logo);
  max-width: var(--logo)
}

@media screen and (max-width: 31.25rem) {
  .orthodontic-main-intro img {
    max-width: 100%
  }
}

.orthodontic-main-intro p.leadin {
  max-width: 75ch;
  margin-left: auto !important;
  margin-right: auto !important;
  color: var(--secondary)
}

@media screen and (min-width: 64.0625rem) {
  .orthodontic-main {
    padding-top: 4.0625rem;
    padding-bottom: 4.6875rem
  }
}

.orthodontic-main-outro {
  padding-bottom: 2.25rem
}

@media screen and (min-width: 64.0625rem) {
  .orthodontic-main-outro {
    padding-bottom: 2.875rem
  }
}

.orthodontic-main svg {
  width: 6.25rem
}

.orthodontic-main svg .st0,
.orthodontic-main svg .st1 {
  fill: var(--icons)
}

.orthodontic-cta {
  background: var(--cta-bg);
  color: var(--cta-fg);
  padding: 3.0625rem 0 3.375rem
}

@media screen and (min-width: 64.0625rem) {
  .orthodontic-cta {
    padding: 4.3125rem 0 4.625rem
  }
}

.orthodontic-cta h2 {
  color: inherit;
  margin-bottom: 1.875rem
}

.orthodontic-process-container {
  position: relative;
  z-index: 0;
  padding: 3rem 0 5.375rem;
  box-shadow: .1875rem 0 1.25rem 0 rgba(0, 0, 0, 0.16)
}

@media screen and (min-width: 64.0625rem) {
  .orthodontic-process-container {
    padding: 4.25rem 0 7.25rem
  }
}

.orthodontic-process-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://d2l4d0j7rmjb0n.cloudfront.net/agency/19/files/orthodontic-texture-blue-1.svg") center no-repeat;
  background-size: cover;
  opacity: 0.2;
  z-index: -1
}

.orthodontic-process-intro h2 {
  margin-bottom: 1.5625rem
}

.orthodontic-process {
  --max-width-padding: calc(78.5rem + var(--double-padding));
  padding-top: 3.0625rem
}

@media screen and (min-width: 64.0625rem) {
  .orthodontic-process {
    padding-top: 4.3125rem
  }
}

.orthodontic-process__wrapper {
  height: 100%;
  box-shadow: var(--bs);
  background: #fff;
  padding: 20px;
}

.orthodontic-process__wrapper.dc-vertical {  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.orthodontic-process .tymbrel-col {
  width: 100%
}

.orthodontic-process__wrapper svg .st0 {
    fill: var(--primary);
}

.orthodontic-process__wrapper h6 {
    color: var(--primary);
}

@media screen and (min-width: 40.0625rem) {
  .orthodontic-process .tymbrel-col {
    width: 50%
  }

  .orthodontic-process .tymbrel-col:nth-child(2) {
    padding-top: 0 !important
  }
}

@media screen and (max-width: 64rem) and (min-width: 48.0625rem) {
  .orthodontic-process .tymbrel-col:last-child {
    padding-top: var(--double-padding) !important
  }
}

@media screen and (min-width: 64.0625rem) {
  .orthodontic-process .tymbrel-col {
    width: 33.333%
  }
}

.orthodontic-process__text {
  padding: var(--padding) var(--padding) var(--double-padding)
}

.orthodontic-process__step {
  color: var(--steps);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-top: 0;
  margin-bottom: .625rem
}

.orthodontic-process__step+h3 {
  margin-top: 0
}

.orthodontic-process img {
  display: block;
  width: 100%
}

.orthodontic-form {
  padding: 4.3125rem 0 5.125rem
}

@media screen and (min-width: 64.0625rem) {
  .orthodontic-form {
    padding: 5.5625rem 0 7.625rem
  }
}

.orthodontic-form .cms-button-primary:before,
.orthodontic-form .cms-button-primary:after,
.orthodontic-form .cms-button-secondary:before,
.orthodontic-form .cms-button-secondary:after,
.orthodontic-form .cms-button-success:before,
.orthodontic-form .cms-button-success:after,
.orthodontic-form .cms-button-alert:before,
.orthodontic-form .cms-button-alert:after {
  display: none
}

.orthodontic-form h2 {
  margin-bottom: 1.875rem
}

.form-vertical {
  max-width: 62.5rem;
  margin: var(--padding) auto 0
}

footer {
  background: var(--footer-bg);
  color: rgba(255, 255, 255, 0.8);
  padding: 2.875rem var(--padding) 5rem
}

@media screen and (min-width: 64.0625rem) {
  footer {
    padding: 4.125rem var(--padding) 6.25rem
  }
}

footer img {
  width: var(--logo);
  max-width: var(--logo)
}

footer [itemprop="address"] {
  margin: 1rem 0 0
}

/*# sourceMappingURL=style-service-landing-page.css.map */


.orthodontic-logo {
  width: 17.526rem;
}

[itemprop="address"] {
  color: #333;
}

.full-width-img:not(.cmsi-layout-container),
.orthodontic-cta.tymbrel-row:not(.cmsi-layout-container),
.orthodontic-process-container,
.orthodontic-faq-container {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}


.orthodontic-hero .tymbrel-col-6:first-child img {
  display: block;
}

footer img {
  display: inline-block;
}

@media only screen and (min-width: 109.375rem) {
  .orthodontic-hero .tymbrel-col .tymbrel-col-6:last-child {
    padding-top: var(--double-padding);
    padding-bottom: var(--double-padding);
  }
}

@media only screen and (max-width: 48rem) {
  .orthodontic-logo {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 31.25rem) {
  footer img {
    max-width: 100%;
  }
}

.orthodontic-form>.tymbrel-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
  
  
  
  
  
  
  
  
  
  
  