.map {
    padding-bottom: 0;
}

.gm-style .gm-style-iw-c {
    width: 325px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: none;
    text-align: center;
    background-color: transparent !important;
    padding: 0 0 13px !important;
    
}

.gm-style .gm-style-iw-d {
    overflow: unset !important;
  }

.locations-incol {
    background-color: #fff !important;
    padding: 12px;
    text-align: left;
    position: relative;
    box-shadow: 0 3px 10px rgba(88, 95, 101, 0.11) !important;
}

.locations-incol::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translate(-50% , -0%);
    width: 24px;
    height: 13px;
    background-color: rgb(255, 255, 255);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.locations-incol h5 {
    padding: 0 0 6px;
    font-size: 19px;
    color: #004B86;
    line-height: 1.36em;
}

.locations-incol p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: flex;
    align-items: start;
    color: #585F65;
    font-size: 13px;
    line-height: 1.375em;
    padding: 0 0 10px;
}

.locations-incol p i {
    color: #F17503;
    margin: 3px 9px 0 0;
}

.locations-incol p a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    color: #585F65;
}

.locations-incol .btn {
    padding: 0;
    color: #F17503;
    font-size: 10px;
    background-color: transparent;
    clip-path: none;
    letter-spacing: 0.1em;
    margin-top: 7px;
}

.locations-incol .btn::after {
    color: #1B78C1;
    right: -19px;
}

.locations-incol .btn:hover {
    color: #1B78C1;
}

.gm-style .gm-style-iw-t::after,
.gm-style .gm-style-iw-tc::after {
    display: none !important;
}

.gm-ui-hover-effect {
    display: none !important;
}

.map-search-wrap {
    background-color: #F3F3F5;
    position: relative;
    width: 100%;
    height: 55px;
    max-width: 841px;
    margin: 0 auto 30px;
}

.map-search-wrap input {
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 60px;
    color: #585F65;
    background-color: transparent;
}

.map-search-wrap input::placeholder {
    color: #585F65;
    letter-spacing: 0.1em;
}

.btn-map-search {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    padding: 0 30px;
    border: none;
    font-size: 19px;
    color: #F17503;
    background-color: transparent;
}

@media(min-width: 1200px) {
    .locations-incol {
        padding: 25px;
    }

    .locations-incol h5 {
        padding: 0 0 15px;
        font-size: 22px;
    }

    .locations-incol p {
        font-size: 16px;
        padding: 0 0 15px;
        letter-spacing: 0.1em;
    }

    .locations-incol .btn {
        font-size: 16px;
    }
}

.fx-location {
    position: relative;
}

.fx-location__map {
    line-height: 0;
    min-height: 392px;
}

.fx-location__search {
    max-width: calc(100% - 20px);
    margin: 10px auto;
    padding: 20px;
    background: #fff;
}

.fx-location__search-inner form {
    display: flex;
    flex-wrap: wrap;
}

.fx-location__search-text,
.fx-location__search-text:focus {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 0 0 5px;
    width: calc(100% - 35px);
}

.fx-location__search-warning {
    text-transform: uppercase;
    margin: 0;
    font-size: 10px;
    padding-top: 5px;
    color: #ea4335;
}

.fx-location__search-warning:empty {
    display: none;
}

.fx-location__search-form.is-error .fx-location__search-text {
    border-color: #ea4335;
}

.fx-location__search-label {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.fx-location__search-submit {
    border: none;
    height: 35px;
    width: 35px;
    background: none;
    padding: 5px 9px 9px;
}

.fx-location__search-submit svg {
    opacity: .5;
    transition: all .5s ease;
}

.fx-location__search-submit:hover svg {
    opacity: 1;
}

/*
 * Default InfoWindow Styling
 */
.fx-infowindow {
    max-width: 250px;
}

.fx-infowindow__title {
    margin-top: 0;
    font-size: 2em;
    margin-bottom: 20px;
}

.fx-infowindow p {
    margin: 0 0 10px;
    font-size: 14px;
}

.fx-infowindow a {
    font-weight: 700;
    text-decoration: none;
}

.fx-infowindow__btn {
    text-transform: uppercase;
}

.fx-infowindow p:empty {
    display: none;
}

@media (min-width: 1200px) {
    .fx-location__map {
        min-height: 693px;
    }
}

/*
 * Locaton List Styling
 */
.fx-location-list {
    padding: 20px 0;
}

.fx-location-list__heading {
    margin: 0 0 10px;
}

.fx-location-list__inner {
    border: 1px solid #ddd;
    border-bottom: 0;
}

.fx-location-list__item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.fx-location-list__no-results.is-hidden {
    display: none;
}

.fx-location-list__item-name {
    font-size: 24px;
}

.fx-location-list__item:nth-child(2n + 0) {
    background-color: #eee;
}

.fx-location-list__item:hover {
    background-color: #eee;
}

.fx-location-list__item-name,
.fx-location-list__item-address,
.fx-location-list__item-phone,
.fx-location-list__item-email {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fx-location-list__item-name:empty,
.fx-location-list__item-address:empty,
.fx-location-list__item-phone:empty,
.fx-location-list__item-email:empty {
    display: none;
}

@media (min-width: 768px) {
    .fx-location-list__item {
        flex-direction: row;
    }

    .fx-location-list__item-name:empty,
    .fx-location-list__item-address:empty,
    .fx-location-list__item-phone:empty,
    .fx-location-list__item-email:empty {
        display: flex;
    }

    .fx-location-list__item-name {
        width: 20%;
    }

    .fx-location-list__item-address {
        width: 40%;
    }

    .fx-location-list__item-phone {
        width: 20%;
    }

    .fx-location-list__item-email {
        width: 20%;
    }
}