﻿#locatorForm {
    padding: 0;
    margin: 0;
}

    #locatorForm div {
        padding-left: 10px;
    }

    #locatorForm input {
        min-width: auto;
    }

    #locatorForm button,
    #locatorForm input {
        width: 100%;
    }

.find-ortho-box .title {
    font-size: 2.3em;
    font-weight: 700;
}

@media screen and (max-width: 1366px) {
    .find-ortho-box .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .find-ortho-box .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 360px) {
    .find-ortho-box > div {
        font-size: 1.4em;
    }

    #locatorForm div {
        padding-right: 5px;
        padding-left: 5px;
    }
}


#locatorContainer {
    height: auto;
    background: rgba(0, 25, 66, 0.7);
    padding: 30px;
    border-bottom: 2px solid #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #fff;
    -webkit-transition: height 3s;
    transition: height 3s;
    top: 0;
    z-index: 100;
    word-wrap: break-all;
}

    #locatorContainer i {
        font-size: 2.4em;
        margin-top: 3px;
    }

    #locatorContainer button,
    #locatorContainer input {
        flex-shrink: 0;
    }

    #locatorContainer.find-box-only img {
        display: none;
        width: 0;
        height: 0;
    }

.locator-wrapper {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .locator-wrapper input[type="text"] {
        border-radius: 4px;
        border: none;
        padding: 10px;
        min-width: 190px;
    }

    .locator-wrapper button {
        background: #409fda;
        border-radius: 4px;
        border: none;
        padding: 10px;
        box-shadow: none;
        font-weight: 700 !important;
        color: #fff;
    }

.locator-class {
    background: #973 !important;
}

.locator-wrapper > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#locatorContainer img {
    max-width: 70px;
}

#locatorContainer .right-border {
    height: 29vh;
    min-height: 100px;
}

.separator-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: height 2s;
    transition: height 2s;
}

.find-ortho-box,
.learn-more-box,
.separator-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.find-ortho-box,
.learn-more-box {
    display: flex;
    overflow: hidden;
    width: auto;
    -webkit-transition: width 2s;
    transition: width 2s;
    width: 100%;
}

.scrolled-find-ortho-box {
    max-width: 1500px;
}

.find-ortho-box img {
    -webkit-transition: width 2s;
    transition: width 2s;
}

.find-ortho-box > button,
.find-ortho-box > div,
.find-ortho-box > img,
.find-ortho-box > input,
.learn-more-box > div,
.learn-more-box > img,
.learn-more-box button {
    margin: 13px 0;
}

.or {
    font-size: 1.5em;
    margin: 10px;
}

.scroll {
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: -10px;
}

.mobile-scroll {
    display: none;
}

.hidden-width {
    width: 0;
}

.hidden-height {
    height: 0;
}


@media screen and (max-width: 1600px) {
    .opening-text {
        font-size: 2.8em;
    }
}

@media screen and (max-width: 1300px) {
    .opening-text {
        font-size: 2.5em;
        padding-right: 0;
    }

    #locatorContainer {
        padding: 15px;
    }

    .tagline {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 1200px) {
    .locator-wrapper {
        width: 100%;
    }

    .opening-text {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 992px) {
    #main > img {
        width: auto;
        max-width: none;
        height: 481px;
    }
}

@media screen and (max-width: 800px) {
    #main > img {
        margin-left: -10%;
    }

    .opening-text {
        right: 30px;
    }
}

@media screen and (max-width: 700px) {
    #locatorContainer {
        padding: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        #locatorContainer img {
            max-width: 40px;
        }

        #locatorContainer.find-box-only button,
        #locatorContainer.find-box-only input {
            width: 43%;
        }

    .locator-wrapper.flex-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        -ms-justify-content: center;
    }

    .locator-wrapper .bold-header {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: 5px;
    }

    #main > img {
        margin-left: -40%;
        min-height: 530px;
    }

    .opening-text {
        width: 45%;
    }

    .find-ortho-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-wrap: wrap;
        -ms-justify-content: center;
        -ms-flex-wrap: wrap;
    }

    .separator-box.flex-column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row;
        width: 100%;
    }

    .separator-box .scroll,
    .separator-box i {
        display: none;
    }

    .mobile-scroll {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-display: flex;
        -ms-flex-direction: column;
    }

        .mobile-scroll .scroll {
            font-size: 0.9em;
        }

        .mobile-scroll i {
            font-size: 1.9em;
        }

    .right-border {
        border-right: none;
        border-top: 1px solid #fff;
        min-height: 1px !important;
        height: auto !important;
        width: 40%;
    }

    .tagline {
        padding: 30px 0;
    }
}

@media screen and (max-width: 550px) {
    #main > img {
        margin-left: -53%;
        min-height: 450px;
        height: 450px;
    }

    .opening-text {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 415px) {
    #locatorContainer button,
    #locatorContainer input {
        font-size: 0.6em;
    }

    #main > img {
        margin-left: -55%;
        min-height: 350px;
        height: 350px;
    }

    .opening-text {
        font-size: 1.2em;
        width: 63%;
        padding-right: 0;
        top: 40%;
    }

    .tagline {
        font-size: 1em;
    }
}

#locatorResults {
    margin-top: 30px;
    width: 100%;
    padding: 0px 30px;
}

    #locatorResults .record {
        border-bottom: 1px solid #07a5d9;
        padding: 10px 30px;
    }

    #locatorResults a:hover {
        text-decoration: none;
    }

    #locatorResults .message {
        margin: 20px;
        padding: 20px 10px 10px;
    }

.schedule-appointment.list {
    width: 100%;
}

.schedule-appointment.greyed,
button.greyed {
    background-color: #ccc;
}

    .schedule-appointment.greyed:hover,
    button.greyed:hover {
        background-color: #ccc;
        cursor: auto;
    }

#locatorResults .schedule-appointment,
#locatorResults button {
    font-size: 1.3em;
    padding: 5px;
    text-align: center;
    margin: 10px 0;
    min-width: 40px;
    min-height: 40px;
    background: #409fda;
    border-radius: 4px;
    border: none;
    padding: 10px;
    box-shadow: none;
    font-weight: 700 !important;
    color: #fff;
}

#locatorResults .name {
    color: #005696;
}

.record-container {
    height: 80vh;
    overflow-y: hidden;
}

    .record-container::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }

    .record-container::-ms-scrollbar {
        width: 0;
        background: transparent;
    }

    .record-container::-moz-scrollbar {
        width: 0;
        background: transparent;
    }

,
::-webkit-scrollbar-thumb {
    background: red;
}

.record .name {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5em;
}

.doctor-info,
.website {
    text-align: left;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #637072;
    padding-top: 0 10px 10px;
}

    .doctor-info .name {
        line-height: 1.4em;
    }

    .doctor-info .header,
    .doctor-info .name {
        font-size: 1.3em;
        font-weight: 700;
        color: #005696;
    }

    .doctor-info .header {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .doctor-info .website {
        margin: 5px 0 15px;
    }

    .doctor-info .phone {
        min-height: 20px;
    }

    .doctor-info img {
        max-width: 150px;
    }

    .doctor-info .board-certified {
        text-align: right;
        margin-top: 15px;
    }

.ortho-school {
    font-size: 0.9em;
}

    .ortho-school .school {
        color: #637072;
        margin-top: 10px;
    }

.schedule-appointment {
    width: 80%;
    margin: 20px 0;
    font-size: 1.2em;
}

#locatorResults .schedule-appointment.list {
    font-size: 1em;
}

.website a {
    color: #647072;
}

    .website a:hover {
        color: #07a5d9;
    }

.address {
    margin-left: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.phone-mobile button {
    min-width: 48px;
    max-width: 100%;
    min-height: 48px;
    font-size: 1.5em;
}

.office {
    margin-bottom: 20px;
}

.location-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#locatorResults .location-container button {
    font-size: 0.9em;
}

.indicator {
    border-left: 5px solid #07a5d9 !important;
    height: 100%;
    float: left;
}

@media screen and (min-width: 768px) {
    #locatorResults {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .schedule-appointment {
        font-size: 1.2em;
    }

    .record {
        padding: 20px;
    }

    .doctor-info .name {
        line-height: 1.9em;
        font-size: 1.7em;
        margin-top: 0;
    }

    .record .name {
        font-size: 1.3em;
    }

    .office {
        border-bottom: 5px solid #fff;
        padding-left: 0;
        font-size: 0.9em;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .indicator {
        border-bottom: 5px solid #07a5d9 !important;
        border-left: none !important;
    }

    .doctor-info .website {
        margin: 10px 0;
    }

    .board-certified img {
        max-width: 100px;
    }

    .address {
        margin-left: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    #locatorResults .schedule-appointment {
        width: 100%;
    }

        #locatorResults .schedule-appointment span {
            display: none;
        }

    #locatorResults .schedule:after {
        content: "Contact Your Orthodontist";
    }

    #locatorResults.list {
        font-size: 0.9em;
    }

    .office {
        display: flex;
        border-left: 5px solid #fff;
    }

    .phone-mobile {
        text-align: right;
        font-size: 2em;
    }

    #locatorResults .phone-mobile button {
        margin-top: 0;
        margin-bottom: 0;
    }

    #map {
        height: 400px !important;
    }
}

#locatorContactForm {
    margin-left: 100%;
    background: #fff;
    z-index: 200;
    transition: margin 0.6s;
    height: 0;
    overflow: hidden;
}

    #locatorContactForm.locator-show {
        margin-left: 0;
        height: 90vh;
        overflow-y: hidden;
        width: 100%;
    }

#contactDoctor button,
#contactDoctor input,
#contactDoctor textarea {
    width: 100%;
}

#contactDoctor input,
#contactDoctor textarea {
    background-color: #ccc;
    margin: 0 0 20px;
    padding: 10px;
    border: none;
    border-radius: 3px;
}

#contactDoctor p {
    font-weight: 400;
    color: #637072;
    font-size: 0.9em;
    margin-top: 4px;
}

#contactDoctor i.close-form {
    padding: 10px 0;
}

.close-form {
    color: #07a5d9;
    font-size: 1.5em;
}


@media screen and (max-width: 667px) {
    #map {
        height: 200px !important;
    }

    #locatorResults .record {
        padding: 0;
    }

    .record-container {
        height: auto;
        padding-bottom: 30px;
    }
}

/*
     FILE ARCHIVED ON 02:34:29 Nov 03, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:35:38 Aug 10, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.814
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.015
  esindex: 0.013
  cdx.remote: 20.505
  LoadShardBlock: 125.153 (3)
  PetaboxLoader3.datanode: 135.501 (5)
  PetaboxLoader3.resolve: 190.245 (2)
  load_resource: 209.671
  loaddict: 42.022
*/
