.map.short {
    height: 30vh;
}

.map.tall {
    height: 70vh;
}

.map {
    position: relative;
}

.esri-widget .btn {
    color: #fff !important;
}

.story-map-paragraph {
    transition: opacity .3s;
    opacity: 0;
}

.overmap {
    opacity: 1;
}

.esri-popup__header-title {
    text-align: left;
    font-size: 1.2rem;
}

.point-list li {
    padding: 0.5rem 0;
    display: inline-block;
    width: 100%;
}
.esri-view-user-storage {
    width: 100%;
    position: absolute;
    height: 100%;
    pointer-events: none;
}

#loading {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #5D6D7E;
    transition: opacity 1s, visibility 1s;
}

.lds-facebook {
    display: flex;
    justify-content: center;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
    top: 8px;
    height: 64px;
    }
    50%, 100% {
    top: 24px;
    height: 32px;
    }
}
