.flnow-map {
    --light-green: #d5ece0;
    --green: #41ba92;
    --font: 'henderson-sans-basic', sans-serif; 

    position: relative;
}

.flnow-map .gmap-cont {
    padding-bottom: 87%;
}

@media (min-width: 751px) {
    .flnow-map .gmap-cont {
        padding-bottom: 57%;
    }
}

@media (min-width: 1024px) {
    .flnow-map .gmap-cont {
        padding-bottom: 37%;
    }
}

.flnow-map .footer {
    background-color: var(--light-green);
    padding: 15px;
}

.flnow-map .footer .inner button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: var(--font);
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: white;
    margin: 0 auto 10px;
    padding: 8px;
    background-color: var(--green);
}

.flnow-map .footer .inner button span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.flnow-map .footer .inner button.instagram span,
.flnow-map .footer .inner button.twitter span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: white;
    color: var(--green);
    font-size: 12px;
}

.flnow-map .footer .inner button.cams span {
    font-size: 14px;
}

.flnow-map .footer .inner button.instagram.active span,
.flnow-map .footer .inner button.twitter.active span {
    color: white;
    background-color: var(--green);
}

.flnow-map .footer .toggle-mobile-dd {
    border-radius: 10px;
}

.flnow-map .footer .inner button.active {
    background-color: white;
    color: var(--green);
    box-shadow: 0 0 10px var(--green);
    border: 1px solid var(--green);
}

.flnow-map .footer .inner button span,
.flnow-map .footer .inner button i {
    float: left;
    pointer-events: none;
}

.flnow-map .footer .inner .cams button i {
    font-size: 18px;
}

.flnow-map .select-cont {
    position: relative;
    cursor: pointer;
}

.flnow-map .select-cont span.toggle {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    color: white;
    font-size: 14px;
    border-radius: 100%;
    background-color: var(--green);
    z-index: 1;
    pointer-events: none;
}

.flnow-map .map-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100;
}

.flnow-map .map-items .map-item {
    opacity: 0;
    pointer-events: none;
}

.flnow-map #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s;
    background-color: rgba(0,0,0,0.8);
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.flnow-map #overlay .embed {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 875px;
    transform: translateY(-75%);
    transition: opacity 0.6s 0.2s, transform 0.6s 0.2s;
    min-height: 160px;
}

.flnow-map #overlay .embed .title {
    display: flex;
    flex-direction: column;
    font-family: var(--font-display);
    color: white;
    padding: 0 35px 0 15px;
    margin-bottom: -20px;
    margin-right: auto;
}

.flnow-map #overlay .embed .title > span:first-of-type {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.flnow-map #overlay .embed .title > span:last-of-type {
    font-weight: 300;
    font-size: 26px;
    line-height: 1.2em;
    text-transform: uppercase;
}

@media (min-width: 64em) {
    .flnow-map #overlay .embed .title > span:first-of-type {
        font-size: 18px;
    }

    .flnow-map #overlay .embed .title > span:last-of-type {
        font-size: 28px;
    }
}

.flnow-map #overlay .embed .desc {
    font-family: var(--font-body);
    color: white;
    font-size: 11px;
    line-height: 1.5em;
    padding: 0 15px;
}

.flnow-map #overlay .embed .inner,
.flnow-map #overlay .embed iframe {
    width: 100% !important;
}

.flnow-map #overlay .embed iframe {
    min-height: 270px;
}

@media (min-width: 641px) {
    .flnow-map #overlay .embed iframe {
        min-height: 500px;
    }
}

[id*="sgiframe"] {
    display: none;
}

.flnow-map #overlay [id*="sgiframe"] {
    display: block;
}

.flnow-map #overlay .embed .close {
    transform: translateY(-25px);
    justify-self: flex-end;
    align-self: flex-end;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.flnow-map #overlay .embed .close i {
    pointer-events: none;
}

.flnow-map .map-items .map-item .social .close {
    justify-self: flex-end;
    align-self: flex-end;
    font-size: 30px;
    background-color: var(--green);
    color: white;
    cursor: pointer;
    text-align: right;
    padding: 0 10px;
}

.flnow-map #overlay.active {
    opacity: 1;
    pointer-events: all;
}

.flnow-map #overlay.active .embed {
    padding-top: 20px;
    opacity: 1;
    transform: translateY(0);
}

.flnow-map .map-items .map-item .social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    min-height: 450px;
    background-color: white;
}

.flnow-map .map-items .map-item.twitter.active {
    opacity: 1;
    pointer-events: all;
}

.flnow-map .footer .inner #select-cont {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    font-family: "Raleway","Arial",sans-serif;
    font-display: swap;
    font-weight: 300;
    letter-spacing: -0.08px;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    min-height: 40px;
    background-color: white;
    pointer-events: none;
}

.flnow-map .footer .inner #select-cont .list {
    display: none;
    position: absolute;
    bottom: calc(100% + 4px);
    left: 0;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
    color: #333;
    background-color: white;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.15);
    pointer-events: all;
    z-index: 10;
}

.flnow-map .footer .inner #select-cont .current-selection {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    padding: 10px;
}

.flnow-map .footer .inner #select-cont .list > div {
    display: block;
    padding: 4px 10px;
}

.flnow-map .footer .inner .select-cont.active .list {
    display: block !important;
}

@media (hover: hover) {
    .flnow-map .footer .inner .select-cont:hover #select-cont {
        background-color: #e6e6e6;
        outline: 1px solid #333;
    }

    .flnow-map .footer .inner .select .list > div:hover {
        background-color: #e6e6e6;
    }

    .flnow-map .footer .inner #select-cont .list > div:hover {
        background-color: #e6e6e6;
    }
}

.flnow-map .footer .inner .select:focus,
.flnow-map .footer .inner #select-cont .list > div.selected {
    background-color: #e6e6e6;
    box-shadow: 0 0 10px var(--green);
    border: 1px solid var(--green);
}

.flnow-map .footer .inner #select-cont div.twitter,
.flnow-map .footer .inner #select-cont div.webcam,
.flnow-map .footer .inner #select-cont div.instagram {
    display: none;
}

.flnow-map .footer .inner #select-cont.twitter div.twitter,
.flnow-map .footer .inner #select-cont.webcam div.webcam,
.flnow-map .footer .inner #select-cont.instagram div.instagram {
    display: block;
}

@media (max-width: 750px) {
    .flnow-map .footer .controls {
        display: none;
    }

    .flnow-map .footer .controls.active {
        display: block;
    }
}

@media (min-width: 751px) {
    .flnow-map .footer {
        padding: 25px 15px;
    }

    .flnow-map .footer .controls {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flnow-map .footer .controls > * {
        margin-right: 10px !important;
    }

    .flnow-map .footer .controls > *:last-child {
        margin-right: 0 !important;
    }

    .flnow-map .footer .inner button {
        margin: 0;
        flex: 1 1 20%;
        max-width: 250px;
        min-height: 40px;
    }

    .flnow-map .footer .inner .select-cont {
        flex: 1 1 40%;
        max-width: 420px;
    }

    .flnow-map .footer .inner select,
    .flnow-map .footer .inner .select-cont .inner {
        height: 40px;
        width: 100%;
    }

    .flnow-map .footer button.toggle-mobile-dd {
        display: none;
    }

    .flnow-map .footer .inner #select-cont .list {
        max-height: 450px;
    }
}

@media (min-width: 900px) {
    .flnow-map .map-items .map-item .social {
        bottom: 20%;
        left: 15%;
    }
}

@media (min-width: 1280px) {
    .flnow-map #overlay .embed .title {
        padding: 60px 35px 0 15px;
    }
}

@media (min-width: 1024px) {
    .flnow-map .footer {
        padding: 45px 15px;
    }
}

@media (max-width: 1024px) {
    .flnow-map #overlay .embed .title > span:first-of-type {
        font-size: 14px;
    }
    .flnow-map #overlay .embed .title > span:last-of-type {
        font-size: 20px;
    }
}

@media (min-width: 821px) and (min-height: 600px) {
    .flnow-map #overlay.active .embed {
        padding-top: 100px;
        overflow-y: auto;
    }
}

@media (hover: hover) {
    .flnow-map .footer .inner button:not(.active):hover {
        border: 1px solid var(--green);
        background-color: white;
        color: var(--green);
    }

    .flnow-map .footer .inner button.twitter:not(.active):hover span,
    .flnow-map .footer .inner button.instagram:not(.active):hover span {
        color: white;
        background-color: var(--green);
    }

    .flnow-map .footer .inner button.cams:not(.active):hover span {
        color: var(--green);
    }
}