
.bh-sl-container .bh-sl-map-container {
    margin-top: 0 !important;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 60px;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-wrapper .ry-btn.ry-btn-primary:after {
    color: #fff !important;
    display: none !important;
}

.bh-sl-container .bh-sl-map {
    height: calc(100vh - 120px) !important;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list {
    max-width: 550px;
    width: 40%;
    padding-right: 0 !important;
    margin-right: 20px;
    height: calc(100vh - 120px);
    min-width: 520px;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #fff;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list::-webkit-scrollbar-thumb {
    background-color: #efefef;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container {
    background: transparent !important;
}

.bh-sl-container .bh-sl-loc-list ul .location-container .ry-each-accordion {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container:not(:last-child) {
    margin-bottom: 20px;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion {
    padding: 25px 40px;
    border-radius: 10px;
    background: #666666;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    clear: both;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion h4 {
    margin-bottom: 0 !important;
    font-size: 20px !important;
    font-weight: 400;
    color: #fff;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion {
    border: 1px solid #ddd;
    border-top: unset;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 10px;
    height: 100%;
}

.bh-sl-container .container-data {
    padding: 25px 35px 10px 35px;
}

.bh-sl-container .container-data .ry-flex {
    padding: 0 10px 25px;
    border-bottom: 1px solid #ddd;
}

.bh-sl-container .container-data .ry-flex .ry-each:nth-child(1) {
    max-width: 150px;
    min-width: 150px;
}

.bh-sl-container .container-data .ry-flex .ry-each .photo {
    display: flex;
    min-width: 150px;
    max-width: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid #eee;
    min-height: 150px;
    position: relative;
}

.bh-sl-container .container-data .ry-flex .ry-each .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px;
    object-fit: contain;
    background: #fff;
}

.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container h3 {
    text-transform: initial;
    letter-spacing: initial;
}

.bh-sl-container .container-data .ry-flex .ry-each:nth-child(2) {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details {
    display: flex;
    align-items: center;
    width: 50%;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details:not(.social-icons) {
    margin-bottom: 0;
    min-height: 70px;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details:not(.social-icons) .fa {
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #666;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper a {
    font-size: 16px;
    color: #000;
    display: block;
    line-height: 1.5;
    text-align: left;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper a:hover {
    color: #00b4af;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper .span-1 {
    font-size: 14px;
    text-transform: uppercase;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons .icons-data {
    width: auto;
    display: flex;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons .icons-data:not(:last-child) {
    margin-right: 15px;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons .icons-data a {
    font-size: 16px;
    color: #fff;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons .icons-data svg {
    width: 15px;
    height: 15px;
    fill: #fd6881;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details {
    padding: 0 35px;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .inner-accordion {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .inner-accordion {
    display: none;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .inner-accordion .inner-content {
    display: none;
    padding-top: 10px;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .inner-header p, .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-accordion {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #00b4af;
    padding: 15px 0 15px;
    line-height: 1;
    display: block;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-accordion:hover {
    text-decoration: underline !important;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .inner-header p {
    padding-bottom: 0;
    position: relative;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .inner-header p:before {
    content: "";
    position: absolute;
    right: 0;
    border: solid #fd6881;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 7px;
    transition: .3s;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .hours-list .hours-list-container .hours-data {
    font-size: 16px;
    font-family: 'Open Sans';
    color: #000;
    background: transparent !important;
    border: unset;
    display: flex;
    float: inherit;
    text-align: left;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .hours-list .hours-list-container .hours-data a {
    color: #000;
    text-align: left;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-accordion p {
    position: relative;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .hours-list .hours-list-container .hours-data a:after,.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-accordion p:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    right: 0;
    color: #fd6881;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-accordion:after {
    top: 50%;
    transform: translate(0, -50%);
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .hours-list .hours-list-container .hours-data .span-1 {
    min-width: 150px;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .inner-accordion {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.bh-sl-container .bh-sl-map {
    height: 1045px;
}

.bh-sl-container button span {
    color: #fff !important;
    display: none !important;
}

.bh-sl-container .bh-sl-loc-list ul .services-list ul li a:after {
    border: solid #fd6881;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom: 1px;
    position: absolute;
    right: 0;
    top: 10px;
}

.bh-sl-container .bh-sl-loc-list ul .services-list ul li a {
    display: block;
    position: relative;
    text-align: left;
    padding-right: 7px;
}

.bh-sl-container .bh-sl-loc-list ul .services-list ul li {
    cursor: initial;
}

.bh-sl-container .bh-sl-loc-list ul .services-list ul li, .bh-sl-container .bh-sl-loc-list ul .services-list ul li a {
    font-size: 16px;
    font-family: 'Open Sans';
    color: #000;
    clear: both;
    float: initial;
    border: unset;
}

.gm-style .gm-style-iw-c {
    max-width: 240px !important;
    padding: 15px !important;
    background: #fd6881;
}

.gm-style .gm-style-iw-c .gm-style-iw-d {
    padding: 0 !important;
    background: transparent;
    overflow: unset !important;
}

.gm-style .gm-style-iw-c .gm-style-iw-d .practiceName {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    text-transform: initial;
    color: #fff;
    letter-spacing: initial;
}

.gm-style .gm-style-iw-c .gm-style-iw-d .addressinfo {
    display: none;
}

.bh-sl-container button span {
    color: #fff !important;
    display: none !important;
}

.gm-style .gm-style-iw-tc::after {
    background: #fd6881;
}

.bh-sl-container .bh-sl-loc-list ul .location-container[data-markerid="0"] {
    order: 0;
}

[data-show=""] {
    display: none !important;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container.list-focus .headline-accordion {
    background: #fd6881;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container.list-focus {
    border: unset;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container.list-focus .content-accordion {
    border: 1px solid #fd6881;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .inner-header.active p:before {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transition: .3s;
}

.bh-sl-container .bh-sl-map-container {
    display: flex;
    flex-direction: column;
}

.bh-sl-container .bh-sl-map {
    width: 100% !important;
    height: 500px !important;
    margin-bottom: 30px;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list {
    width: 100%;
    max-width: 100%;
    overflow: unset;
    height: auto;
    min-width: unset;
}

.bh-sl-container .bh-sl-loc-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px !important;
    width: calc(100% + 30px);
}

.bh-sl-container .bh-sl-loc-list ul li {
    max-width: calc(33.33% - 60px);
    margin-left: 60px;
    margin-bottom: 60px !important;
    background: transparent !important;
}

.bh-sl-container .container-data .ry-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}

.bh-sl-container .container-data .ry-flex .ry-each:nth-child(1) {
    max-width: 100%;
    min-width: unset;
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}

.bh-sl-container .container-data .ry-flex .ry-each .photo {
    min-width: unset;
    max-width: 100%;
    padding-bottom: 56.25%;
    min-height: unset;
    display: unset;
    width: 100%;
    height: auto;
    background: #f0f0f0 !important;
}

.bh-sl-container .container-data .ry-flex .ry-each .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    object-fit: contain;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .inner-accordion .inner-content .services-list ul {
    flex-direction: column;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .inner-accordion .inner-content .services-list ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
    margin-left: 0;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .inner-accordion .inner-content .services-list ul {
    width: 100% !important;
    margin-left: 0 !important;
}

@media (max-width: 1680px) {
    .bh-sl-container .bh-sl-loc-list ul {
        margin-left:-2vw !important;
        width: calc(100% + 2vw);
    }

    .bh-sl-container .bh-sl-loc-list ul li {
        max-width: calc(33.33% - 2vw);
        margin-left: 2vw;
        margin-bottom: 2vw !important;
    }
}

@media (max-width: 1380px) {
    .bh-sl-container .bh-sl-loc-list ul {
        margin-left:-2vw !important;
        width: calc(100% + 2vw) !important;
    }

    .bh-sl-container .bh-sl-loc-list ul li {
        margin-left: 2vw;
        margin-bottom: 2vw !important;
        max-width: calc(50% - 2vw) !important;
    }
}

@media (max-width: 1080px) {
    .location-wrapper .ry-container .bh-sl-container .bh-sl-form-container {
        padding:10px 20px 40px;
        width: calc(100% - 40px);
    }

    .location-wrapper .ry-container .bh-sl-container .bh-sl-form-container h3 {
        letter-spacing: initial;
        font-size: 18px !important;
        min-width: 120px !important;
    }

    .bh-sl-container .bh-sl-map {
        padding-bottom: 75%;
        position: relative;
        height: auto !important;
        width: 100% !important;
    }

    .bh-sl-container .bh-sl-map-container {
        float: initial;
        clear: initial;
        display: flex;
        flex-direction: column;
    }

    .bh-sl-container .bh-sl-map {
        width: 100%;
        margin-bottom: 30px;
    }

    .bh-sl-container .bh-sl-map-container .bh-sl-loc-list {
        min-width: unset;
        width: 100%;
        max-width: 100%;
    }

    .bh-sl-container .bh-sl-loc-list > ul {
        display: flex;
        margin-left: -10px !important;
        width: calc(100% + 10px) !important;
        flex-wrap: wrap;
    }

    .bh-sl-container .bh-sl-loc-list ul {
        justify-content: center;
    }

    .bh-sl-container .bh-sl-loc-list ul .location-container {
        max-width: calc(50% - 10px);
        margin-left: 10px !important;
        width: 100%;
    }

    .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container:not(.list-focus) .container-data .ry-flex .ry-each:nth-child(2) {
        flex-direction: column !important;
    }

    .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container:not(.list-focus) .container-data .ry-flex .ry-each:nth-child(2) .each-details {
        margin-bottom: 0;
    }

    .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container:not(.list-focus) .container-data .ry-flex .ry-each:nth-child(2) .each-details {
        max-width: 100% !important;
    }

    .bh-sl-container .container-data .ry-flex .ry-each:nth-child(2) {
        width: 100%;
        padding-left: 0;
    }

    .gm-style .gm-style-iw-c {
        padding: 10px !important;
    }

    .gm-style .gm-style-iw-c .gm-style-iw-d .practiceName {
        font-size: 12px;
    }

    #ry-pg-body.location-wrapper {
        padding-top: 110px;
    }

    .location-wrapper .ry-container .bh-sl-container .bh-sl-form-container .switch__wrapper {
        position: absolute;
        bottom: 10px;
        left: 160px;
    }

    .location-wrapper .ry-container .bh-sl-container .bh-sl-form-container .switch__wrapper a {
        font-size: 12px;
    }

    .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container:not(.list-focus) .container-data .ry-flex .ry-each:nth-child(2) .each-details,.bh-sl-container .container-data .ry-flex .ry-each .each-details {
        width: 100%;
        margin-bottom: 10px;
    }

    .bh-sl-container .container-data .ry-flex .ry-each .each-details:not(.social-icons) {
        margin-bottom: 10px;
        min-height: initial;
    }
}

@media (max-width: 991px) {
    .bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper a {
        font-size:14px;
    }

    .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .hours-list .hours-list-container .hours-data {
        font-size: 14px;
        line-height: 2;
    }

    .bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper .span-1 {
        font-size: 12px;
    }

    .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .inner-header p, .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-accordion {
        font-size: 16px;
        text-align: left;
    }

    .bh-sl-container .container-data .ry-flex .ry-each .photo img {
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .bh-sl-container .container-data .ry-flex .ry-each:nth-child(2) {
        padding-left: 10px;
    }

    .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion h4 {
        font-size: 16px !important;
    }

    .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion {
        padding: 25px 20px;
    }

    .bh-sl-container .container-data {
        padding: 25px 10px 10px 10px;
    }

    .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details {
        padding: 0 20px;
    }
}

@media (max-width: 800px) {
    .bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper a,.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .hours-list .hours-list-container .hours-data {
        font-size:12px;
    }

    .bh-sl-container .bh-sl-loc-list ul .services-list ul li, .bh-sl-container .bh-sl-loc-list ul .services-list ul li a,.bh-sl-container .bh-sl-loc-list ul .services-list ul li p {
        font-size: 12px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .bh-sl-container .bh-sl-loc-list ul .location-container {
        max-width:calc(100% - 10px);
    }
}

@media (max-width: 620px) {
    .location-wrapper .ry-container .bh-sl-container .bh-sl-form-container {
        flex-direction:column-reverse;
    }

    .location-wrapper .ry-container .bh-sl-container .bh-sl-form-container h3 {
        min-width: unset !important;
        margin-right: 0;
        margin-top: 10px;
    }

    .location-wrapper .ry-container .bh-sl-container .bh-sl-form-container .switch__wrapper {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        text-align: center;
    }

    .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container.list-focus, .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container {
        max-width: calc(100% - 2vw) !important;
    }

    .bh-sl-container .container-data .ry-flex {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container .photo img {
    width: 100%;
    border-radius: 20px 20px 0 0 !important;
    height: 100%;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container .photo {
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion {
    background: transparent;
    padding: 0;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion h4 {
    font-size: 24px !important;
    line-height: 27px !important;
    font-weight: 700 !important;
    font-family: "Poppins" !important;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper a {
    font-size: 18px;
    font-weight: 400;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details:not(.social-icons) .fa {
    display: none;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details {
    width: 100%;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details > a {
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 0 0 20px 0 !important;
}

.bh-sl-container .container-data .ry-flex {
    border-bottom: none;
    padding-bottom: 0;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .inner-accordion {
    border-top: 1px solid #ddd;
    border-bottom: 0;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .inner-header p {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    font-weight: 600;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .inner-header p:before {
    border: solid #ddd;
    border-width: 0 3px 3px 0;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-wrapper .ry-btn.ry-btn-primary {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    background: #00b4af !important;
    border: unset !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 20px !important;
}

.ry-btn.ry-btn-primary[data-phone=""] {
    display: none !important;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container.list-focus .headline-accordion {
    background: transparent;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container.list-focus .content-accordion {
    border-top: 1px solid transparent;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-wrapper a svg {
    margin-right: 10px;
    fill: white;
}

/*** CSS File: locator ***/
.gm-style div, .gm-style span, .gm-style label, .gm-style a {
    font-family: Arial, Helvetica, sans-serif;
}

.bh-sl-window {
    font-size: 13px;
}

.bh-sl-error {
    clear: both;
    color: #ae2118;
    float: left;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
}

.bh-sl-map-container img {
    border-radius: 0 !important;
    box-shadow: none !important;
    max-height: none !important;
    max-width: none !important;
}

.bh-sl-container {
    box-sizing: border-box;
    color: #555;
    float: left;
    font: normal 14px/1.4 Arial, Helvetica, sans-serif;
    padding: 0 15px;
    width: 100%;
}

.bh-sl-container > * {
    box-sizing: content-box !important;
}

.bh-sl-container .bh-sl-form-container {
    clear: left;
    float: left;
    margin-top: 15px;
    width: 100%;
}

.bh-sl-container .form-input {
    float: left;
    margin-top: 3px;
    width: 100%;
}

@media (min-width: 768px) {
    .bh-sl-container .form-input {
        width:auto;
    }
}

.bh-sl-container .form-input label {
    display: block;
    font-weight: bold;
    width: 100%;
}

@media (min-width: 768px) {
    .bh-sl-container .form-input label {
        display:inline-block;
        width: auto;
    }
}

.bh-sl-container .form-input input, .bh-sl-container .form-input select {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font: normal 14px/1.4 Arial, Helvetica, sans-serif;
    margin: 15px 0;
    padding: 6px 12px;
    width: 100%;
    -webkit-border-radius: 4px;
}

@media (min-width: 768px) {
    .bh-sl-container .form-input input, .bh-sl-container .form-input select {
        width:auto;
        margin: 0 15px 0 10px;
    }
}

.bh-sl-container .loc-alt-dist {
    display: none;
}

.bh-sl-container button {
    background: #00447a;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    float: left;
    font: bold 14px/1.4 Arial, Helvetica, sans-serif;
    margin-top: 3px;
    padding: 6px 12px;
    white-space: nowrap;
    -webkit-border-radius: 4px;
}

.bh-sl-container .bh-sl-loading {
    background: url(../img/ajax-loader.gif) no-repeat;
    float: left;
    margin: 4px 0 0 10px;
    height: 16px;
    width: 16px;
}

.bh-sl-container .bh-sl-filters-container {
    clear: both;
    float: left;
    margin: 15px 0;
    width: 100%;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
    float: left;
    list-style: none;
    margin: 0 100px 0 0;
    padding: 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
    clear: left;
    display: block;
    float: left;
    margin: 5px 0;
    width: 100%;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
    display: inline;
    vertical-align: text-bottom;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
    display: block;
    float: left;
    margin-right: 8px;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font: normal 14px/1.4 Arial, Helvetica, sans-serif;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
}

.bh-sl-container .bh-sl-map-container {
    clear: left;
    float: left;
    margin-top: 27px;
    width: 100%;
}

@media (min-width: 1024px) {
    .bh-sl-container .bh-sl-map-container {
        margin-bottom:60px;
    }
}

.bh-sl-container .bh-sl-map-container a {
    color: #005293;
    text-decoration: none;
}

.bh-sl-container .bh-sl-map-container a:active, .bh-sl-container .bh-sl-map-container a:focus, .bh-sl-container .bh-sl-map-container a:hover {
    text-decoration: underline;
}

.bh-sl-container .bh-sl-loc-list {
    font-size: 13px;
    height: 530px;
    overflow-x: auto;
    width: 100%;
}

@media (min-width: 1024px) {
    .bh-sl-container .bh-sl-loc-list {
        width:30%;
    }
}

.bh-sl-container .bh-sl-loc-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bh-sl-container .bh-sl-loc-list ul li {
    border: 1px solid #fff;
    box-sizing: border-box;
    clear: left;
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
}

.bh-sl-container .bh-sl-loc-list .list-label {
    background: #00192d;
    border-radius: 15px;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    margin: 10px 0 0 15px;
    padding: 4px 7px;
    text-align: center;
    width: auto;
    min-width: 13px;
}

.bh-sl-container .bh-sl-loc-list .list-details {
    float: left;
    margin-left: 6px;
    width: 80%;
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content {
    padding: 10px;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
    color: #8e8e8e;
    font-weight: bold;
    font-style: italic;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
    border: 1px solid rgba(0, 82, 147, 0.4);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
    height: 20px;
    position: relative;
    width: 100%;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
    right: 6px;
    top: 0;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
    margin: 0 2%;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
    table-layout: auto;
    width: 100%;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table, .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
    vertical-align: middle;
    border-collapse: separate;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
    padding: 1px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
    margin: 10px 0;
    border: 1px solid #c0c0c0;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
    padding: 3px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
    font-weight: bold;
    margin: 15px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
    margin: 0 15px;
}

.bh-sl-container .loc-name {
    font-size: 15px;
    font-weight: bold;
}

.bh-sl-container .bh-sl-map {
    float: left;
    height: 530px;
    width: 100%;
}

@media (min-width: 1024px) {
    .bh-sl-container .bh-sl-map {
        width:70%;
    }
}

.bh-sl-container .bh-sl-pagination-container {
    clear: both;
}

.bh-sl-container .bh-sl-pagination-container ol {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.bh-sl-container .bh-sl-pagination-container ol li {
    color: #005293;
    cursor: pointer;
    display: inline-block;
    font: bold 14px Arial, Helvetica, sans-serif;
    padding: 10px;
}

.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
    color: #555;
    cursor: auto;
    text-decoration: none;
}

.bh-sl-overlay {
    background: url(../img/overlay-bg.png) repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.bh-sl-overlay .bh-sl-modal-window {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #656565;
    position: absolute;
    left: 50%;
    margin-left: -460px;
    margin-top: 60px;
    height: 620px;
    width: 920px;
    z-index: 10010;
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
    margin-top: 50px;
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
    float: left;
    padding: 0 1%;
    width: 98%;
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
    right: 22px;
    top: 13px;
}

.bh-sl-close-icon {
    cursor: pointer;
    height: 24px;
    position: absolute;
    width: 24px;
}

.bh-sl-close-icon:after, .bh-sl-close-icon:before {
    background: #ccc;
    content: '';
    display: block;
    height: 24px;
    margin: -3px 0 0 -1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 3px;
    top: 3px;
    width: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bh-sl-close-icon:hover:after, .bh-sl-close-icon:hover:before {
    background: #b3b3b3;
}

.bh-sl-close-icon:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.location-wrapper[locator-page-style="Style 3"] {
	padding: 100px 0 !important;
}

.location-wrapper[locator-page-style="Style 3"] .ry-container .bh-sl-container .bh-sl-form-container {
	background: transparent;
	border: unset;
	padding: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 600px;
	float: unset;
	margin: auto;
}

.location-wrapper[locator-page-style="Style 3"] .ry-container .bh-sl-container .bh-sl-form-container h3 {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	font-size: 40px !important;
	letter-spacing: initial;
	font-weight: bold;
}

.location-wrapper[locator-page-style="Style 3"] .ry-container .bh-sl-container .bh-sl-form-container .form-input input {
	border: 1px solid #261132;
}

.location-wrapper[locator-page-style="Style 3"] .ry-container .bh-sl-container .bh-sl-form-container .switch__wrapper {
	position: relative;
	left: unset;
	bottom: unset;
	margin-top: 10px;
	transform: unset;
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-map-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-map-container #bh-sl-map {
	display: none;
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-map-container {
	padding: 60px 0 0;
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-map-container .bh-sl-loc-list {
	max-width: 100%;
	width: 100%;
	height: auto;
	overflow: initial;
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-loc-list ul {
	/* display: flex; */
	/* gap: 20px; */
	/* flex-wrap: wrap; */
	/* justify-content: center; */
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-loc-list ul .location-container {
	width: calc(33.33% - 20px);
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex {
	flex-direction: column;
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex .ry-each:nth-child(1) {
	max-width: 100%;
	min-width: unset;
	margin-bottom: 20px;
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex .ry-each .photo {
	max-width: 100%;
	min-width: unset;
	min-height: initial;
	padding-bottom: 56.25%;
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex .ry-each:nth-child(2) {
	width: 100%;
	padding-left: 0;
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons {
	margin-left: 0;
	margin-top: 20px;
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons .icons-data:not(:last-child) {
	margin-right: 10px;
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons .icons-data {
	width: initial;
	height: initial;
	background: transparent;
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons .icons-data a {
	width: 40px;
	height: 40px;
	min-width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111a23;
	border-radius: 50%;
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex .ry-each .each-details:not(.social-icons) .fa {
	min-width: 40px;
	height: 40px;
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion h4 {
	/* color: #fff !important; */
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion {
}

.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex .ry-each .photo img {
	object-fit: cover;
}
.location-wrapper[locator-page-style="Style 3"] .ry-container .bh-sl-container .bh-sl-form-container #bh-sl-user-location #bh-sl-submit:hover {
	background: #a3002c !important;
}
.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .inner-accordion .inner-content ul {
    gap: unset;
}
@media (max-width: 1480px) {
	.location-wrapper[locator-page-style="Style 3"] .ry-container .bh-sl-container .bh-sl-form-container h3 {
		font-size: 2.2em !important;
	}
	.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion h4,
	.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .inner-header p, 
	.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-accordion {
		font-size: 18px !important;
	}
}
@media (max-width: 1080px) {
	.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-map-container .bh-sl-loc-list {
		margin: 0 !important;
		padding: 0 !important;
	}
	.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-loc-list ul .location-container {
		width: calc(50% - 20px);
		max-width: 100% !important;
		margin-left: 0 !important;
	}
	.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex .ry-each .photo img {
		max-width: 100% !important;
		min-height: inherit;
		height: 100% !important;
	}
}
@media (max-width: 768px) {
	.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion h4,
	.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .inner-header p, 
	.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-accordion {
		font-size: 16px !important;
	}
	.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons .icons-data a {
		width: 30px;
		min-width: 30px;
		height: 30px;
	}

	.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons .icons-data a i {
		font-size: 12px !important;
	}

	.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex .ry-each .each-details:not(.social-icons) .fa {
		min-width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons .icons-data:not(:last-child) {
		margin-right: 5px;
	}
}
@media (max-width: 680px) {
	.location-wrapper[locator-page-style="Style 3"] .bh-sl-container .bh-sl-loc-list ul .location-container {
		width: calc(100% - 10px);
		margin-bottom: 0;
	}
	.location-wrapper[locator-page-style="Style 3"] .ry-container .bh-sl-container .bh-sl-form-container h3 {
		font-size: 1.8em !important;
	}
}

