@charset "UTF-8";

.locInfo {
    /* max-height: 885px; */
    float: left;

    /* padding-top: 5%; */
    display: grid;
    align-content: center;
    align-items: center;
    justify-items: center;
}

.locInfo::-webkit-scrollbar {
    width: 5px;
}

.locInfo::-webkit-scrollbar-track {
    background: #fff;
}

.locInfo::-webkit-scrollbar-thumb {
    background: #86b8c5;
}

.locInfo::-webkit-scrollbar-thumb:hover {
    background: #29a5c4;
}

.map-section {
    position: relative;
    /* padding: 180px 0; */
    background-image: linear-gradient(
    to top,
    #F4F2ED 0%,
    #F4F2ED 85%,
    #177075 85%,
    #177075 100%
  );
    z-index: 1;
    background-color: #fff;
}

.map {
    padding: 0;

    /* float: right; */
}

.main-map {
    /* z-index: 1; */
    /* float: right; */
    min-height: 600px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.loc_img {
    background-position: center;
    border-radius: 50%;
    min-height: 272px;
}

.loc_img img {
    border-radius: 50%;
}

.loc_info {
    background-color: #FFF;
    margin-top: -45px;
    color: #666;
    font-size: 18px;
    padding-bottom: 20px;
}

.locRow {
    display: block;

    /* overflow: visible; */

    /* padding: 54px 0; */
    position: relative;
    clear: both;
    float: left;
    width: 100%;
}

.locInf {
    /* padding: 54px 15px 0; */
}

.locInf::after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid rgba(30, 29, 28, 0.1);
    bottom: 0;
    left: 0;
}

.locRow:last-of-type .locInf::after {
    display: none;
}

.loc-name {
    font-size: clamp(24px, 1.46vw, 28px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    line-height: 125%;
    margin: 0;
}

.locAdd {
    color: #2b2b2b;
    font-size: clamp(16px, 0.938vw, 18px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(22px, 2.5vw, 24px);
    margin-bottom: clamp(5px, 0.417vw, 8px);
}

.locInf a.locPhone {
    display: block;
    /* margin-bottom: 30px; */
    font-size: clamp(16px, 0.938vw, 18px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(22px, 2.5vw, 24px);
    color: #303030;
}

a.locSelect {
    color: #5077ad;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.6px;
    line-height: 24px;
    text-transform: uppercase;
}

.locInf a.locPhone:hover {
    /* color: #46888a; */
}

.loc-name a {
    color: #2b2b2b;
}

.locRow img {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-bottom: 20px;
}

.hours {
    padding: 16px 0;
    font-weight: 400;
    width: 100%;
    color: #303030;
}

.hours dl {
    width: 64%;
    display: grid;
    align-content: center;
    align-items: center;
    grid-template-columns: .7fr 1fr;
}

.hours dt,
.hours dd {
    font-size: clamp(16px, 0.938vw, 18px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(22px, 2.5vw, 24px);
}

.hours dt {
    font-weight: 400;
}

.hours dd {
    text-align: right;
}

.hours label {
    width: 35%;
    float: left;
    display: block;
}

table.mabel-bhi-businesshours tr td {
    padding: 5px 5px 5px 22px;

    /* width: 100%; */
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    float: left;
    overflow: hidden;
    margin: 0;
    height: auto;
    font-size: 12px;
}

table.mabel-bhi-businesshours tr td:last-of-type {
    width: 60%;
    text-align: right;
    float: right;
}

table.mabel-bhi-businesshours tr {
    display: none;
    transition: all 5s ease;
    border: 0;
    background-color: #fff;
    width: 100%;
    color: #4a4b50;
}

table.mabel-bhi-businesshours {
    border: 0;
    width: 97% !important;
    height: auto !important;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 6;
    padding: 10px 0;
    background-color: #FFF;
}

table.mabel-bhi-businesshours tbody,
table.mabel-bhi-businesshours tbody tr {
    width: 100%;
    position: relative;
    padding: 0;
}

table.mabel-bhi-businesshours tbody {
    padding: 10px 0;
    height: auto !important;
    overflow: visible;
    position: relative;
}

table.mabel-bhi-businesshours tbody tr {
    padding: 20px 0 !important;
    height: 10px;
    position: relative;
}

table.mabel-bhi-businesshours tr.mbhi-is-current {
    display: table-row !important;
    cursor: pointer;
    position: relative;
    margin: 0;
    background-color: #FFF;
    color: #4d4d4f;
}

tr.mbhi-is-current td:first-of-type {
    padding: 5px 5px 5px 22px;
}

tr.mbhi-is-current::before {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    color: #4a4b50;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 5px;
    top: 3px;
    font-weight: 900;

    /* transform: translateY(-50%); */
}

table.mabel-bhi-businesshours tr.mbhi-is-current.trActive {
    background-color: transparent;
    color: #8557a7;
    width: 100%;
    position: relative !important;
}

tr.mbhi-is-current.trActive::before {
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    width: 22px;
    height: 22px;

    /* top: 0; */
    font-weight: 900;
    color: #8557a7;
}

@media ( max-width: 1024px ) {
    .locImg img {
        margin: 0 auto 20px;
        display: block;
    }

    .locCard {
        margin-bottom: 50px;
    }

    .locRow::after {
        width: 95%;
    }
}

@media ( max-width: 768px ) {
    .main-map {
        min-height: 600px;
        width: 100%;
    }

    tr.mbhi-is-current::before {
        top: 5px
    }
}

@media ( max-width: 567px ) {
    .map-section .map-block.fwMap #map {
        min-height: 326px;
        box-shadow: none;
    }
    .locPic,
    .locInf {
        width: 100%;
        clear: both;
    }

    table.mabel-bhi-businesshours tbody tr td {
        font-size: 14px
    }

    table.mabel-bhi-businesshours tbody tr.mbhi-is-current::before {
        top: 5px;
    }
}