#w2gi_wrapper {
    width: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.overwrite-d-none {
    display: none !important;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
    flex-direction: column;
}

.d-none {
    display: none;
}

.forms-poi-box {
    width: 100%;
}

#locator_search {
    margin-bottom: 30px !important;
}

.ol-zoom {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 0;
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;

    top: auto;
    left: auto;
    bottom: 24px;
    right: 12px;
}

.ol-control .ol-zoom-in,
.ol-control .ol-zoom-out {
    height: 40px;
    width: 30px;
    background: transparent;
    color: #666666;
    font-size: 30px;
    font-weight: 700;
}

.ol-control .ol-zoom-in:hover,
.ol-control .ol-zoom-out:hover,
.ol-control .ol-zoom-in:focus,
.ol-control .ol-zoom-out:focus {
    color: black;
    background-color: transparent;
}

.ol-control .ol-zoom-out {
    border-top: 1px solid #666;
}

.wrapper {
    height: 100%;
}

#mapEl {
    height: 100%;
}

.poi-alert {
    font-size: 20px;
}

.w2gi-backbone .olPopupCloseBox {
    display: none;
}

@media (min-width: 1078px) {
    .forms-poi-box {
        width: 35%;
    }

    #locator_search {
        margin-bottom: 0 !important;
    }

    .d-md-block {
        display: block;
    }

    .d-md-flex-column {
        flex-direction: column;
    }

    .d-md-flex-row {
        flex-direction: row;
    }

    .d-md-flex {
        display: flex;
    }

    .d-md-none {
        display: none;
    }

    .poi-alert {
        padding: 30px;
    }
}

/* overwrite */
.locations #locations-search-ui.locations-search {
    width: 100% !important;
}

.locations #locations-search-ui.locations-search .geolocation-btn {
    width: 100% !important;
    background-color: transparent !important;
}

.skip-link {
    min-width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    padding: 13px 20px;
    border-radius: 50px;
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    color: rgb(31, 37, 51);
    font-size: 16px;
    text-shadow: rgb(39, 39, 45) 0px 0px;
    opacity: 0;
    pointer-events: none;
    z-index: 2147483647;
    font-family: Arial, Helvetica, sans-serif;
    direction: ltr;
    border: 3px solid rgba(19, 110, 248, 0.8);
    outline: rgb(99, 154, 249) solid 0px;
    box-shadow: rgba(19, 110, 248, 0.3) 0px 0px 0px 5px;
    transition: top 0.22s ease 0s;
}

.button-search {
    background: none;
    padding: 0;
    border: 0;
}

.locations #locations-search-ui.locations-search .search-input .search-icon {
    margin-bottom: 0;
    font-size: 22px;
    background-color: #df3331;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0.3;
    font-weight: 500;
}

.locations
    #locations-search-ui.locations-search
    .search-input
    .search-icon:hover {
    cursor: pointer;
}

.gm-style {
    font-size: initial;
}

.locations #search-results:not(.poi-alert),
.poi-alert.d-md-none {
    padding-left: 0;
}

.locations #search-results:not(.poi-alert) {
    margin-bottom: 0;
}

.poi-alert.d-md-none {
    margin-bottom: 30px;
}

.button-location:focus,
.button-search:focus {
    box-shadow: none;
    outline: none;
}
