.map-navigation-box {
    background-color: transparent;
    z-index:1;
    height: auto;
}

.map-search-field {
    width: 100%;
    height: 3.125rem;
    background-color: var(--company_text_secondary);
    color: var(--company_text_primary);
    border: 2px solid var(--company_form_border);
    border-radius: 0.5rem;
    padding: 0 1rem 0 1rem;
    margin-top: 2rem;
}

:focus{
    outline: transparent auto 0 !important;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--company_text_primary) !important;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--company_text_secondary);
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--company_text_secondary);
}

.map-divider {
    margin: 6.8125rem 0 1.625rem 0;
    border: 0.0625rem solid var(--company_text_secondary);
    opacity: 0.15;
}

.map-search-research p {
    color: var(--company_text_secondary);
    opacity: 0.3;
}

.form-control {
    text-align: left;
    height: 3.125rem;
    border-radius: 0.5rem;
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--company_text_secondary);
    opacity: 0.3;
}

.form-control:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--company_text_secondary);
    color: var(--company_text_secondary);
}

.form-control option {
    background-color: var(--company_text_secondary);
}

#infoWindow button.basic-button {
    padding: 0.5rem 2rem;
}

#infoWindow h3 {
	overflow-wrap: break-word;
	word-wrap: break-word;
	padding-right: 20px;
}

div.gm-style-iw.gm-style-iw-c {
	max-width: 22.5rem !important;
	padding: 30px;
	border-radius: 30px;
	box-shadow: 0 5px 5px rgba(80,80,80,0.25);
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}

button.gm-ui-hover-effect {
	margin: 1rem 1rem 0 0 !important;
	top: -5px !important;
	right: -5px !important;
}

@media (max-width: 767px) {
    button.gm-ui-hover-effect {
        margin: 1rem 1rem 0 0 !important;
        top: -15px !important;
        right: -15px !important;
    }

}

.map-content-row {
	margin-top: 15px;
}

.map-box {
    height: 400px;
}

.location-slab {
    border-bottom: 1px solid var(--company_grey_border);
}

.location-slab:hover > .col-4 > .location-info-button > .basic-button {
    display: none !important;
}

.location-slab:hover {
    background-color: var(--company_grey_border);
}

.location-slab h3{
    word-break: break-word;
}

.location-slab p{
    word-break: break-word;
}

.spit-locations {
    height: 600px;
    overflow-y: scroll;
    border-radius: 0;
}

.spit-locations::-webkit-scrollbar {
    width: 1px;
    background: transparent;
}

.spit-locations .triangle {
    color: #00284E;
}

.map-search-button button {
    width: 100%;
    max-width: none;
    padding: 1rem 0.75rem 1rem 0.75rem;
}

@media (min-width: 768px) {
    .map-search-button button {
        max-width: 155px;
    }

    .map-box {
        height: 600px;
    }
}

@media (min-width: 992px) {

    .map-navigation-box {
        z-index:10;
    }

    .location-slab:hover > .col-4 > .location-info-button > .basic-button {
        display: block !important;
    }

    .location-info-button button.basic-button {
        font-size: 1rem;
        padding: 0.5rem 1rem 0.5rem 1rem;
        display: none;
        cursor: pointer;
    }

    .location-slab h3 {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .location-slab p {
        font-size: 0.75rem;
        line-height: 1.05rem;
    }
}

@media (max-width: 1200px) {
    .map-divider {
        margin-top: 3.5rem;
    }

    div.gm-style-iw.gm-style-iw-c {
        padding: 20px !important;
        border-radius: 20px !important;
    }
}

@media (max-width: 767px) {
    div.gm-style-iw.gm-style-iw-c {
        padding: 10px !important;
        border-radius: 10px !important;
    }
}