.fx-location {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

/* @NOTE: Quick Fix */
.cta + .fx-location {
    margin-top: var(--section-margins);
}

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

.gm-style .gm-style-iw-c {
    width: 286px !important;
    padding: 0 !important;
    border-bottom: none;
    text-align: left;
    background-color: var(--navy);
    border-radius: 5px !important;
}

.gm-style .gm-style-iw-c h4 {
    font-size: 1.5625rem;
    color: var(--white);
    margin: 0;
    font-family: "Assistant", sans-serif;
}


.gm-style .gm-style-iw-d {
    min-height: 240px;
}

.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
    width: 30px;
    height: 30px;
    opacity: 1 !important;
    border-radius: 50%;
    line-height: 30px;
    background: none !important;
    position: absolute !important;
}

.gm-style-iw-ch {
    padding: 0 !important;
}

.gm-ui-hover-effect > span {
    /* background: var(--white) !important; */
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E") 
                no-repeat center/contain;
    mask-image: none !important;
}

.locations-incol {
    padding: 25px;
}

.gm-style .gm-style-iw-t::after {
    background: transparent !important;
    box-shadow: none !important;
    content: "";
    height: auto !important;
    position: absolute;
    top: inherit !important;
    transform: none !important;
    width: auto !important;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 20px solid var(--navy);
    border-top-color: var(--navy);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    bottom: -18px;
    left: -20px !important;
}

.left-text-right-image .left-text-map-wrapper {
    padding-bottom: 100px;
}


 .gm-style .gm-style-iw-d {
    min-height: 311px !important;
    
}

.gm-style .gm-style-iw-c {
    max-width: 286px !important;
    max-height: 311px !important;
    overflow: hidden !important;
}

.location-info {
    margin-top: 10px;
    margin-bottom: 18px;
    color: var(--white);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: "Assistant", sans-serif;
}

.location-info a:not(.btn) {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
}

.location-info a:not(.btn):focus-visible {
    outline: 0;
}

.location-info a:not(.btn):hover {
    color: var(--medium-blue);
}

.location-info i {
    font-size: 1.5rem;
    line-height: 1em;
    color: #B4C7D8;
    margin-top: 3px;
}

.zipcode-wrapper {
    /* margin: 0;
    top: 55px;
    background: var(--navy);
    padding: 15px; */
    margin-bottom: 25px;
}

.zipcode-wrapper label {
    color: var(--navy);
}

.input-field--zip {
    /* margin-bottom: 10px; */
    position: relative;
}

.input-field--submit .btn {
    border: 0;
    font-size: 1rem;
    margin-top: 10px;
    padding: 10px 60px 10px 26px;
    background: var(--gray);
    color: #fff;
}

.input-field--submit .btn:after {
    color: #fff;
}

.input-field--submit .btn:hover {
    background: var(--navy-hover);
}

@media (min-width: 768px) {
    .fx-location__map {
        line-height: 0;
        min-height: 450px;
    }
    .zipcode-wrapper {
    /* position: absolute;
    margin: 5px 9px;
    padding: 10px; */
    }
    .input-field--submit .btn {
        position: absolute;
        bottom: 0;
        margin-top: 0;
    }
}