.container {
    padding-left: 0;
}

* {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}


/* .full-page-content.key-active{
  overflow-y: scroll;
} */

.featuredH3 {
    color: #454545;
    margin-top: 18px;
    margin-left: 15px;
    font-size: 16px;
}

.allResultsH3 {
    color: #454545;
    margin-top: 18px;
    margin-left: 15px;
    font-size: 16px;
}

#dl-new-content {
    /* max-width: 1170px; */
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    border-top: 1px solid #ebebeb;
    overflow: hidden;
    align-items: flex-start;
}

#dl-new-content.key-active {
    top: 81px;
    /* overflow: unset; */
    padding-bottom: 35px;
}

select#dl-radius-new {
    width: 80px;
}

#dl-header-text {
    padding: 23px 0;
    max-width: 1170px;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 300;
    color: #454545;
}

#dl-mobile-view-map.disabled {
    box-shadow: none;
    opacity: 0.2;
}

#dl-new-content #dl-new-sidebar {
    padding-top: 18px;
    flex-basis: 15%;
    border-top: 1px solid #ebebeb;
}

#dl-search-params {
    padding: 0 15px;
    border-bottom: 1px solid #ebebeb;
}

#dl-search-params {
    padding-bottom: 15px;
}

#dl-header-text,
#dl-result-header {
    padding-top: 15px;
}

#dl-new-content #dl-new-results {
    flex-basis: 43%;
    margin-right: 1.8%;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    display: block;
    flex-flow: column wrap;
    height: auto;
    overflow: hidden;
    position: relative;
}

#dl-content-new.scrollable::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#dl-content-new.scrollable::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

#dl-content-new.scrollable::-webkit-scrollbar-thumb {
    background: #eee;
    border: 12px none #ffffff;
    border-radius: 13px;
}

#dl-content-new.scrollable::-webkit-scrollbar-thumb:hover {
    background: #eee;
}

#dl-content-new.scrollable::-webkit-scrollbar-thumb:active {
    background: #eee;
}

#dl-content-new.scrollable::-webkit-scrollbar-track {
    background: #fff;
    border: 0px none #ffffff;
    border-radius: 45px;
}

#dl-content-new.scrollable::-webkit-scrollbar-track:hover {
    background: #fff;
}

#dl-content-new.scrollable::-webkit-scrollbar-track:active {
    background: #fff;
}

#dl-content-new.scrollable::-webkit-scrollbar-corner {
    background: transparent;
}

#dl-content-new {
    flex: 1 1 auto;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    width: calc(100% + 18px);
    overflow-x: hidden;
    min-height: 220px;
}

.no-js-msg {
    padding: 10px;
}

#infinite-scroll-gradient {
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.infinite-scroll {
    height: 20px;
    width: calc(100% - 10px);
    margin: 5px;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
    color: #008378;
    font-weight: 600;
    cursor: pointer;
}

.scroll-spacer {
    width: 100%;
    height: 50px;
}

#dl-maps-container {
    flex-basis: 40%;
}

#dl-google-maps,
#dl-no-maps {
    height: 100%;
    width: 100%;
}

#dl-no-maps #dl-online-only {
    width: 100%;
    height: 520px;
}

#dl-new-results ol li.dl-result {
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.333;
    color: #454545;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    min-height: 100px;
}

.right-section {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px 0;
    padding-right: 20px;
}

#dl-content-new span.dl-result-distance {
    position: static;
    background: none;
    display: flex;
    padding: 0;
}

.dl-new-apply-button>a,
.dl-new-call-button>a {
    width: 100px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.dl-new-apply-button>a:hover,
.dl-new-call-button>a {
    /*border: solid 2px #8ecdc8;*/
    text-decoration: none;
    cursor: pointer;
}

.dl-new-quote-button>a {
    width: 100px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.dl-new-quote-button>a:hover {
    border: solid 2px #8ecdc8;
    text-decoration: none;
    cursor: pointer;
}

.name-title {
    font-size: 32px;
    font-weight: 300;
    position: relative;
    display: inline-flex;
    padding-right: 20px;
    cursor: pointer;
    margin-left: 10px;
}

.formatted-name-title,
.restof-name-title,
.fullstops {
    font-size: inherit;
}

.restof-name-title {
    display: none;
}

#cancel-name-input {
    width: 16px;
    height: 16px;
    display: none;
    position: absolute;
    right: 0px;
    cursor: pointer;
    top: 0;
}

.name-title:hover>#cancel-name-input {
    display: block
}

#dl-new-results ol li.dl-result .dl-result-item {
    min-height: 120px;
    flex: 0 90%;
    padding: 18px 50px 20px 55px;
}

#dl-new-results .dl-result-number {
    border-color: #78c339;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    line-height: 19px;
    left: 15px;
    border-width: 2px;
    top: 15px;
}

#dl-new-results .dl-result-web {
    border-color: #78c339;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    line-height: 19px;
    left: 15px;
    border-width: 2px;
    top: 15px;
    background: url(/sites/cc/image/dl-detail-www.png) no-repeat;
    background-position: center;
    background-size: 73%;
}

#dl-new-results ol li a.dl-result-header:link {
    color: #008378;
    font-size: 16px;
    font-weight: 600;
}

#learn-about {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 15px;
}

#dl-new-sidebar h3 {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: 15px;
    letter-spacing: normal;
    color: #454545;
}

#dl-new-sidebar legend.header-professions {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #454545;
    margin-bottom: 15px;
}

#learn-about h2 {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.89;
    letter-spacing: normal;
    color: #454545;
    margin-bottom: 15px;
}

#learn-about a {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #008378;
    cursor: pointer;
}

form .custom-checkbox {
    display: flex;
    flex-wrap: wrap;
}

form .custom-checkbox>div {
    margin-bottom: 10px;
    width: 100%;
}

#dl-new-header {
    flex: 1 79%;
    padding: 30px 0;
}

#dl-new-header-text {
    display: inline-block !important;
    font-size: 32px;
    color: #454545;
    font-weight: 300;
    margin: 0;
    height: auto;
}

#dl-new-header-text-mobile {
    display: none;
}

.dl-new-header-text {
    display: inline-block;
    font-size: 32px;
    color: #454545;
    font-weight: 300;
    margin: 0;
    height: auto;
}

.dl-header-zip {
    display: inline;
}

#dl-content-new .dl-result-details>* {
    font-size: 14px;
    color: #454545;
}

#dl-new-content #dl-result-header {
    margin: 0;
}

#dl-new-content #dl-search-params {
    padding-bottom: 15px;
    padding-right: 30%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

#dl-search-params>* {
    font-weight: 600;
    color: #008378;
    font-size: 14px;
}

#dl-search-params i {
    border: solid #008378;
    border-width: 0 2.2px 2.2px 0;
    display: inline-block;
    padding: 3px !important;
    margin-bottom: 4px;
    margin-left: -8px;
    z-index: -2;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

#dl-search-params strong {
    color: #454545;
}

#dl-new-content #dl-radius {
    width: 72px;
}

#dl-search-params select {
    border: none;
    height: inherit;
    min-height: 0;
    color: #008378;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    font-family: myriad-pro;
    width: 83px;
    padding-left: 5px;
    background: transparent;
}

#dl-new-content #dl-search-params>* {
    font-size: 14px;
}

.dl-pagination {
    border: none;
}

.dl-result-details {
    display: flex;
    flex-flow: column wrap;
}

.custom-checkbox {
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

#mobilemenu-btn.active {
    border-color: #008378;
}

#mobile-menu .mobile-location-container {
    min-height: 70px;
}

#mobile-menu #doctor-locator-form-mobile>div {
    padding: 0 16px;
}

#mobile-menu {
    display: none;
    width: 100vw;
    height: 66vh;
    position: fixed;
    background-color: white;
    z-index: 10;
    border-top: 1px solid #ebebeb;
    -webkit-box-shadow: 2px 28px 62px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 28px 62px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 28px 62px 1px rgba(0, 0, 0, 0.2);
    min-height: 0;
}

#mobile-menu .flex-container {
    flex-direction: column;
    display: flex;
    height: 100%;
}

#mobile-menu .has-sub-menu {
    padding-top: 20px;
    overflow-y: auto;
    height: 100%;
}

#dl-content-new>p {
    padding: 10px;
}

#mobile-menu .sub-menu.dl-sub-menu.results-page-mmenu {
    height: auto;
    padding-bottom: 64px;
}

.form-buttons {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    /* flex-flow: row wrap; */
    height: 64px;
}

.form-buttons.key-active {
    display: none;
}

.form-btn-mobile {
    flex: 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: bold;
    cursor: pointer;
}

#mobile-dl-form-reset {
    background-color: #f3f3f3;
    color: #008378;
    border: 8px solid #f3f3f3;
}

#mobile-dl-form-submit {
    background-color: #66a137;
    color: white;
    border: 8px solid rgb(102, 161, 55);
}

#mobile-menu .custom-checkbox {
    display: none;
    margin: 0;
    border-bottom: none;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-filter-button {
    height: 55px;
    width: 100%;
    border-top: 1px solid #ebebeb;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    cursor: pointer;
}

.mobile-filter-button>* {
    font-size: 14px;
    font-weight: normal;
    color: #454545;
    margin: 0;
}

.head-container {
    flex: 1 100%;
    position: relative;
    width: 100%;
    z-index: 10;
    background-color: white;
}

.head-container.fixed {
    /* position: fixed; */
    position: absolute;
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
}

.more-articles-btn {
    display: none;
}

.more-articles.active {
    display: none;
}

span.dl-result-distance--text {
    font-family: "myriad-pro", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

@media all and (max-width: 1026px) {
    .mobile-article-link {
        font-size: 11px;
        font-weight: 600;
    }

    #dl-maps-container {
        flex-basis: 100%;
        position: relative;
        display: inline-flex;
        top: 150px;
        padding-bottom: 150px;
        width: 100%;
        height: auto;
    }

    .more-articles-btn {
        width: 16px;
        height: 16px;
        margin-left: 5px;
    }

    .more-articles>a {
        flex: 1 50%;
        font-size: 14px;
    }

    .more-articles-btn.active {
        display: inline-block;
    }

    .more-articles.active {
        display: flex;
        height: 60px;
        align-items: center;
        justify-content: flex-start;
        border-top: 1px solid #e4e4e4;
        padding: 0 20px;
    }

    .dl-new-header-text {
        font-size: 24px;
        min-height: 0;
        display: inline-block
    }

    #dl-new-header-text {
        font-size: 24px;
        min-height: 0;
        display: inline-block
    }

    #dl-new-content #dl-google-maps {
        height: 68vh !important;
        flex-basis: 100%;
        top: 80px;
    }

    #dl-content-new .dl-result-distance {
        right: 10px;
    }

    #dl-content-new {
        margin-top: 15px;
        padding-right: 0;
    }

    div#mobile-menu>select {
        width: 100%;
        font-size: 14px;
        color: #595959;
        font-weight: normal;
        background-color: #f3f3f3;
        height: 48px;
        padding: 0 15px;
        margin: 10px 0px;
        border-radius: 5px;
    }

    #mobilemenu-btn {
        width: 144px;
        height: 40px;
        background: none;
        border: 2px solid #e4e4e4;
        border-radius: 5px;
        color: #008378;
        font-weight: bold;
        font-family: myriad-pro;
        font-size: 12px;
    }

    .mobilemenu-btn--text {
        font-size: 14px;
        line-height: normal;
        display: inline-block;
        vertical-align: inherit;
        color: #78c339;
        font-weight: bold;
    }

    .mobilemenu-btn--count {
        color: #454545;
        font-size: 14px;
    }

    div#dl-no-maps {
        display: none;
    }

    div#dl-online-only {
        display: none;
    }

    #dl-new-content #dl-new-results {
        flex-basis: 100%;
        margin-right: 0px;
        width: 100%;
    }

    button#dl-mobile-view-map {
        position: static;
    }

    .mobile-controls {
        min-height: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        padding: 20px 20px;
        border-top: 1px solid #ebebeb;
    }

    #form-dropdown {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
    }

    #form-dropdown input {
        flex: 1 100%;
        height: 48px;
        border-radius: 5px;
        background-color: #f3f3f3;
        margin: 0;
        color: #595959;
        font-weight: normal;
        padding: 0 20px;
        font-size: 14px;
        border: none;
        margin: 15px 0;
    }

    #mobile-menu .half-flex {
        flex: 1 50%;
    }

    #mobile-menu .dl-form-item-loc {
        position: relative;
    }

    #mobile-menu #dl-locate-button {
        right: 69px;
        bottom: 30px;
        top: inherit;
    }

    #dl-google-maps-actions {
        display: none;
    }

    /* #dl-new-content {
        flex-direction: column;
        -ms-flex-direction: column;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    } */
    #dl-new-header {
        padding: 10px 20px;
        max-height: 83px;
    }

    #dl-new-header.key-active {
        display: none;
    }

    .mobile-filter-button {
        padding-left: 20px;
        padding-right: 20px;
    }

    #dl-new-content #dl-result-header {
        display: none;
    }
}

#dl-new-content div#dl-google-maps.mapEnabled {
    flex-basis: 100%;
    position: absolute !important;
    width: 100%;
    height: 100%;
}


/* #dl-new-content div#dl-new-results.mapEnabled {
    display: none;
} */

#dl-new-content div#dl-new-sidebar.mapEnabled {
    position: absolute;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    width: 300px;
    padding: 30px;
    border-radius: 10px;
    border: none;
    top: 96px;
    -webkit-box-shadow: 2px 9px 29px -2px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 2px 9px 29px -2px rgba(0, 0, 0, 0.19);
    box-shadow: 2px 9px 29px -2px rgba(0, 0, 0, 0.19);
    transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transform: scale(0.95);
    transition: 0.15s all ease;
}

.marker-icon {
    width: 12px;
    margin-right: 5px;
}

#dl-new-content div#dl-new-sidebar.mapEnabled:hover {
    transform: scale(1);
    background-color: rgba(255, 255, 255, 1);
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.blurry-page-results .blurry-detail--elem-text,
.blurry-detail--elem-box,
.blurry-container__text,
.blurry-content--num,
.blurry-content--distance--ph,
.page-loader:hover .blurry-detail--elem-text {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 900px 104px;
    /* height: 96px; */
    position: relative;
}

.page-loader .blurry-detail--elem-text {
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 900px 104px;
    position: relative;
}

form .custom-checkbox .input {
    display: flex;
    align-items: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
}

.dl-result-specialties>* {
    font-size: 13px;
    font-weight: 600;
}

.input input {
    position: relative;
    opacity: 0;
    cursor: pointer;
    left: 0;
    width: 20px !important;
    height: 20px;
    min-height: 0;
    z-index: 10;
    margin-right: 10px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.specialty-name {
    display: flex;
    font-size: 13px;
    flex-wrap: wrap;
    padding-right: 3px;
}

.small-specialty-name {
    font-size: 11px;
}


/* On mouse-over, add a grey background color */

.input:hover input~span.checkmark {
    background-color: #ccc !important;
}


/* When the checkbox is checked, add a blue background */

.input input:checked~span.checkmark {
    background: url(/sites/cc/image/input-checked.png) no-repeat #008378 center center !important;
    background-size: 16px !important;
}

span.checkmark.checked {
    background: url(/sites/cc/image/input-checked.png) no-repeat #008378 center center !important;
    background-size: 16px !important;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.input input:checked~.checkmark:after {
    display: block !important;
}


/* Style the checkmark/indicator */

.input .checkmark:after {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    float: left;
    margin: 0;
    margin-right: 10px;
    position: relative;
    box-sizing: content-box;
}

.blurry-container,
.page-loader {
    display: flex;
    width: 100%;
}

.blurry-container--result,
.page-loader {
    flex-flow: row wrap;
    border-bottom: 1px solid #ebebeb;
    height: 110px;
}

.blurry-container--sidebar {
    flex-flow: column wrap;
    width: 95%;
}

.blurry-container__text,
.blurry-detail--elem-text {
    height: 12px;
}

.blurry-detail--elem-box {
    flex: 1 10%;
    max-height: 35px;
    max-width: 35px;
    margin-right: 10px;
}

.blurry-detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-right: 100px;
}

.blurry-container--result>*,
.page-loader>* {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blurry-content--num {
    margin-right: 40px;
    max-height: 25px;
    height: 100%;
    position: relative;
}

.blurry-container--result .blurry-detail,
.page-loader .blurry-detail {
    flex: 1 75%;
}

.disabledInput {
    opacity: 0.5;
}

.blurry-container--result .blurry-detail--elem.blurry-detail--elem-text,
.page-loader .blurry-detail--elem.blurry-detail--elem-text {
    margin-bottom: 10px;
    width: 100%;
}

.blurry-content--distance--ph {
    height: 12px;
    width: 50px;
    margin-top: 2px;
}

.blurry-content--distance {
    flex: 1 70px;
    padding: 20px 0px 0px 0px;
    display: flex;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-end;
}

.blurry-content--distance>img.marker-icon {
    height: 17px;
}

.blurry-page-results {
    height: auto;
    width: 100%;
}

.blurry-page-results.limited-results {
    height: 500px;
    overflow: hidden;
}

@media (min-height: 731px) {
    #dl-new-content #dl-new-results {
        margin-bottom: 80px;
    }

    /*#mobile-menu {
          padding-bottom: 0px !important;
      }*/
}


/*@media (max-height: 465px){
  #mobile-menu{
    padding-bottom: 136px
  }
}*/


@media (max-width:1026px){
    #mobile-menu {
        top: 214px;
        height: calc(100% - 218px);
    }
}
@media (max-width: 1026px) {
    .head-container.fixed {
        top: 64px;
    }

   

    #mobile-menu.key-active {
        top: 146px;
        padding-bottom: 0px;
        margin-bottom: 100px;
        height: 41vh;
    }

    .form-buttons {
        position: relative;
    }

    .blurry-container,
    .page-loader {
        width: 100vw;
        display: block;
    }

    .marker-icon {
        margin-right: 0px;
        margin-left: 5px;
        order: 1;
    }

    .dl-new-apply-button>a,
    .dl-new-call-button>a {
        margin-right: 10px;
        margin-top: 15px;
        max-width: 85px;
    }

    .name-title {
        font-size: 24px;
        min-height: 0;
        display: inline-block
    }

    .dl-name-search-container {
        display: none;
    }

    #doctor-locator {
        margin-top: 0px !important;
    }

    #dl-new-sidebar {
        display: none;
    }

    #dl-new-content #dl-new-results {
        flex-basis: 100%;
    }

    .head-container {
        flex: 0;
    }

    #dl-new-content {
        border-top: none;
        padding: 0;
        padding-bottom: 90px;
    }

    #dl-new-content #dl-new-results {
        border-top: none;
        top: 154px;
    }

    .dl-result-mobile-styling {
        max-height: 50px;
        order: 3;
        display: flex;
        flex-flow: row wrap;
        align-items: flex-end;
        justify-content: flex-start;
        min-width: 250px;
    }

    #mobilemenu-btn.active~#dl-mobile-view-map {
        box-shadow: none;
        opacity: 0.2;
    }

    #mobile-menu select,
    #mobile-menu input {
        opacity: 0.8;
    }
}

@media (max-height: 730px) {

    /*#mobile-menu{
        padding-bottom: 86px
    }*/
    #dl-new-content {
        padding-bottom: 156px;
    }
}

@media (min-height:730px) and (max-height: 1023px) {
    #dl-new-content {
        padding-bottom: 80px;
    }
}

#mobile-menu .mobile-search-options ul.content {
    padding: 0;
    min-width: 250px;
}

#dl-locate-button-new.new-locate-btn {
    border-left: none !important;
    position: static;
    width: 19px;
    cursor: pointer;
}

#dl-locate-button-new.new-locate-btn:focus {
    /* outline: none!important; */
}

.locate-btn {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

#dl-search-params>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.input.pull-left.acc {
    outline: 2px solid #767676 !important;
    outline-offset: 1px;
}

.input.pull-left {
    outline: none !important;
    outline-offset: none;
}

.locate-btn strong {
    padding-right: 5px;
}

li.dl-mobile-list-item {
    display: block;
}

#mobile-menu .inactive-option~ul.content {
    display: none !important;
}

#mobile-menu .toggle.inactive-option {
    opacity: 0.5;
}

#dl-name-search {
    border: none;
    width: 293px;
    font-size: 16px;
    color: #008378;
    font-weight: bold;
}

#dl-name-search::placeholder {
    color: #008378;
    font-weight: bold;
}

#dl-name-submit {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

#location-display {
    padding: 14px;
    height: 47px;
    padding-left: 28%;
    min-height: 0;
    border: none;
    width: 100%;
    font-size: 0.9rem;
    font-family: myriad-pro;
    background-color: #ebebeb;
}

#location-display:focus {
    outline: none !important;
}

.locate-btn.error>* {
    color: red !important;
}

#location-display::placeholder {
    color: #008378;
    font-weight: 600;
}

.input-with-img {
    position: relative;
    display: inline-flex;
    padding-right: 10px;
    background-color: #ebebeb;
    width: 90%;
    border-radius: 5px;
}

.input-with-img>img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.input-with-img>img:focus {
    outline: none !important;
}

.input-with-img>.twitter-typeahead>.tt-dropdown-menu {
    width: 120%;
}

#zip-input {
    display: inline-flex;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    width: 100%;
}

#expanded-zip-search {
    display: flex;
    flex-flow: column wrap;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

#top-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

#dl-google-maps.mapEnabled {
    width: 100vw;
    height: 100vh;
}

#dl-new-results.mapEnabled {
    display: none !important;
}

#dl-mobile-view-map {
    width: 80px;
    border: none;
    background: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 40px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.14);
}

.toggleswitch {
    font-size: 12px;
    flex: 1 50%;
    font-weight: bold;
    color: #008378;
    display: block;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-dl-list.inactive {
    box-shadow: none;
    background-color: white;
    color: #008378;
}

.btn-dl-map {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn-dl-list {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.toggleswitch.active {
    background-color: #008378;
    color: white;
}

.dl-google-map-info a:link,
.dl-google-map-info a:visited {
    color: #008378;
    font-size: 13px;
    font-weight: 600;
}


/* @media all and (max-width: 736px) { ... } */

@media (max-width: 350px) {
    #dl-new-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .blurry-content--distance {
        display: none;
    }

    #dl-new-results ol li.dl-result .dl-result-item {
        padding-right: 0;
    }
}

@media (max-width: 450px) {
    .blurry-content--distance {
        display: none;
    }

    #dl-content-new {
        width: 100%;
    }

    .dl-new-apply-button>a,
    .dl-new-call-button>a {
        margin-right: 8px;
    }

    #dl-new-header-text {
        /* display: none !important; */
    }

    #dl-new-header-text-mobile {
        display: inline-block;
        font-size: 24px;
        color: #454545;
        font-weight: 300;
        margin: 0;
        height: auto;
    }

    .featuredH3,
    .allResultsH3 {
        color: #454545;
        margin-top: 18px;
        margin-left: 15px;
        font-size: 16px;
    }
}

#doctor-locator-form-new {
    padding-right: 8px;
}

#dl-google-maps--actions:hover {
    cursor: pointer;
    text-decoration: underline;
}

#dl-search-params .locate-btn>span {
    font-size: 14px;
    margin: 0 4px;
    border-left: 1px solid #454545;
    padding-left: 10px;
}

@media (min-width: 1025px) and (max-width: 1280px) {
    #dl-new-content {
        padding-right: 16px;
    }
}

@media (min-width: 1027px) {
    #page-breadcrumbs {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .dl-result-mobile-styling {
        display: none;
    }

    #dl-new-header {
        display: inline-block;
        flex-flow: column wrap;
    }

    .mobile-controls {
        display: none;
    }

    .mobile-article-link {
        display: none;
    }

    .head-container.fixed {
        display: none;
    }

    .head-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dl-name-search-container {
        display: flex;
        flex-flow: row;
        align-items: center;
        flex: 1 21%;
    }

    .dl-result-mobile-styling {
        display: none;
    }

    #location-display {
        padding-left: 32px;
    }
}

@media (min-width: 1500px) {
    .input-with-img>.twitter-typeahead>.tt-dropdown-menu {
        width: 115%;
    }
}

.page-results {
    display: block;
}

#previous-page {
    display: none;
    opacity: 1;
    border: none;
    background-color: white;
}

#dl-search-params .locate-btn>#current-zip {
    border-left: none;
    padding-left: 0;
    color: #454545;
}

#location-change-btn {
    cursor: pointer;
}

#location-display::placeholder {
    color: #454545;
    font-weight: 600;
}

#dl-new-content #dl-search-params.inactive {
    display: none;
}

#dl-locate-button-new {
    background: url(/sites/cc/image/icon-search.svg) no-repeat center;
    border: none;
    height: 45px;
    /* background-color: #78c339 !important;
    color: white;
    padding: 14px !important;
    border-radius: 5px !important;
    font-weight: 600;
    font-size: 16px;
    margin-left: 14px;
    border: none;
    outline: none;
    cursor: pointer; */
}

.close-zip {
    cursor: pointer;
    font-weight: bold;
    color: #008378;
    font-size: 14px;
}

#page-breadcrumbs .clickable {
    color: #008378;
    cursor: pointer;
}

#page-breadcrumbs-mobile {
    display: none;
}

#page-breadcrumbs .specialties {
    color: #454545;
}

#page-breadcrumbs .divider {
    max-width: 0;
    display: inline-flex;
    overflow: hidden;
}

#page-breadcrumbs .divider>span {
    word-break: keep-all;
    overflow: hidden;
    min-width: 200px;
    will-change: max-width;
    transition: max-width 1s ease-in;
}

#page-breadcrumbs .divider.active>span,
#page-breadcrumbs .divider.active {
    max-width: 100%;
    will-change: max-width;
    transition: max-width 1s ease-in;
}

#page-breadcrumbs span.seperator {
    min-width: 0;
    padding: 0 15px;
    color: #a5a5a5;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#dl-search-params label b {
    color: black;
}

.next-page-loader {
    margin: 10px auto !important;
    display: block;
    font-size: 18px;
    background-color: #66a137;
    border-radius: 6px;
    border: 5px solid #66a137;
    color: #ffffff;
    font-weight: bold;
    line-height: 19px;
    margin-left: 9px;
    text-align: center;
    cursor: pointer;
    height: 48px;
    width: 138px;
}

#dl-embedded-all>span {
    color: rgb(0, 109, 100);
    cursor: pointer;
}

#zip-input label {
    position: absolute;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    margin-left: 32px;
    opacity: 0;
    top: 20px;
    pointer-events: none;
    -webkit-transition: top 150ms ease-out;
    -moz-transition: top 150ms ease-out;
    -o-transition: top 150ms ease-out;
    transition: top 150ms ease-out;
}

#zip-input label.active {
    font-weight: normal !important;
    opacity: 1;
    top: 6px;
    left: 0;
    z-index: 10;
}

#location-display.active-input {
    line-height: 25px;
    padding-bottom: 9px;
}

@media(max-width:400px) {
    #dl-new-results ol li.dl-result .dl-result-item {
        flex: 0 0%;
        padding-right: 0px;
    }
}

@media(max-width:360px) {
    #dl-new-results ol li.dl-result .dl-result-item {
        max-width: 80%;
    }

    #dl-new-results ol li.dl-result .dl-result-details {
        flex-flow: wrap;
    }
}


/* Prevent ios zoom behavior on inputs with small font size */

#mobile-menu select,
#mobile-menu input {
    font-size: 16px !important;
}

.online-only--text {
    width: 75px;
}

@media(max-width: 1026px) {
    .online-only--text {
        width: auto;
    }

    #dl-new-results.mobile-show {
        display: block;
    }

    #dl-maps-container.mobile-show {
        display: inline-flex;
    }

    .mobile-hide {
        display: none !important;
    }

    #page-breadcrumbs {
        display: none;
    }

    #page-breadcrumbs-mobile {
        display: block;
        color: #008378;
        cursor: pointer;
    }

    #page-breadcrumbs-mobile span {
        font-size: 12px;
    }
}


/* Fitness DL View */

.prof-146 #dl-search-params>div:last-child {
    display: none;
}


/*#mobile-menu #doctor-locator-form-mobile > div.mobile-search-options:last-of-type{
    padding-bottom: 30px;
}*/

li.dl-result.dl-new-result.dl-featured-result {
    /*border: 1px solid #d2d0d0;*/
    margin: 10px;
    /*box-shadow: 1px 1px #d2d0d0;*/
    border-radius: 3px;
}

span.page-results.featured-results {
    padding-right: 15px;
}

#dl-content-new .dl-result-details span.dl-result-address.dl-result-featured {
    background: #F6F6F6;
    width: 100px;
    padding: 5px;
    text-align: center;
    color: #008678;
    font-weight: 600;
    font-size: 13px;
    border-radius: 15px;
    margin-top: 10px;
}

span.dl-new-apply-button.no-mobile.featured-apply {
    margin-top: 20px;
}

a.ensightencustomevent.featured-apply-button {}

.right-section.featured-right-section {
    justify-content: normal;
    background: white;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #d2d0d0;
    border-left: none;
    box-shadow: 1px 1px #d2d0d0;
}

#dl-new-results ol li.dl-result .dl-result-item.dl-featured-item {
    margin-left: 10px;
    background: white;
    padding-left: 30px;
    min-height: 124px;
    border: 1px solid #d2d0d0;
    border-right: none;
    box-shadow: 1px 1px #d2d0d0;
}

.dl-result-web.dl-result-number.dl-featured-number {
    left: 25px;
}

#dl-new-results ol li.dl-result.dl-featured-result {
    background-image: linear-gradient(left, #00ae9e, #00ae9e 10%, transparent 10%, transparent 100%);
    background-image: -webkit-linear-gradient(left, #00ae9e, #00ae9e 10%, transparent 10%, transparent 100%);
    width: 93.5%;
}

.featured-loc-icon {
    width: 19px;
    float: left;
    margin-left: 5px;
}

.dl-featured-info {
    vertical-align: bottom;
    color: white;
    background: #6d6d6e;
    width: 12px;
    border-radius: 100%;
    font-size: 9px;
    padding-top: 2px;
    height: 12px;
    font-weight: 900;
    display: inline-block;
    text-align: center;
}

.dl-featured-info .featured-tip-text {
    visibility: hidden;
    width: 300px;
    background-color: white;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 20px;
    z-index: 25;
    position: absolute;
    top: 50px;
    left: 17.5%;
    margin-left: -60px;
    color: black;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
}

.dl-featured-info .featured-tip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.dl-featured-info:hover .featured-tip-text {
    visibility: visible;
}

.featured-map-icon {
    background: #F6F6F6;
    width: 96px;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    color: #008678;
    font-weight: 600;
    border-radius: 15px;
    margin-top: 10px;
}

@media all and (max-width: 1024px) {
    .featured-results {
        background: #f2f2f2;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    #dl-new-results ol li.dl-result.dl-featured-result {
        width: 93%;
        border: none;
    }
}

@media all and (min-width: 1500px) {
    #dl-new-results ol li.dl-result.dl-featured-result {
        width: 95%;
    }
}

.featured-map-labels {
    display: none !important;
}


/**mobile locator filter issue fixes***/

@media (max-width: 1026px) {
    #dl-new-results {
        top: 210px !important;
    }

    #dl-results-error-mobile p {
        margin-top: 20px;
    }

    .has-sub-menu.mobile-only.locator-filter-ctn {
        max-height: none !important;
    }

    /*#find-try-again{margin-bottom:55px !important;}*/
}

@media(min-width:768px) and (max-width:1024px) {
    #dl-new-results {
        margin-bottom: 100px !important;
    }
}


/* COCM-2831 -Search focus */

#dl-locate-button-new.new-locate-btn {
    height: 30px;
    margin-top: 10px;
    z-index: 1
}

#dl-locate-button-new.new-locate-btn:focus {
    outline: 1px solid #006f60 !important;
    outline-offset: 5px;
}

.visually-hidden {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

@media screen {
    .gmnoprint {
        display: block !important
    }
}


/* @media (max-width:1024px){
.collapsible {
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  

  
  .collapsible:after {
    
    content: url(/sites/cc/image/accordion_down.png);
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .activating:after {
    
    content: url(/sites/cc/image/accordion_up.png)
  }
  
  .collapsible-content {
    padding: 0 18px;
    max-height: 81px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    
  }} */

@media (max-width:768px){
    .next-page-loader {
        margin: 10px auto 64px!important;
    }
}