@font-face {
    font-family: 'Montserrat';
    src: url("lib/Montserrat-VariableFont_wght.ttf") format(ttf);
    font-style: normal;
}

.wisc-101-map-container {
    display: block;
    width: calc(100vw - 400px);
    height: 80vh;
    margin: 0;
}

#wisc-101-map {
    height: 100%;
    border: 1px solid var(--color-dark);
}

.slider-container {
    font-family: Montserrat, sans-serif !important;
    position: relative;
    bottom: 96px;
    left: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 50px;
    background: transparent;
    padding-bottom: 25px;
    z-index: 999999;
    border-radius: 8px;
}

#slider-output {
    display: block;
    text-align: center;
    margin: 1px 0 14px 0;
    padding: 5px 20px 3px 20px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    background: rgba(0,0,0, 0.75);
    border-radius: 50px;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 90%;
    height: 10px;
    background: rgba(0,0,0, 0.75);
    outline: none;
    border-radius: 15px;
    -webkit-transition: .2s;
    transition: opacity .2s;
    padding: 0 15px;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 34px;
    height: 34px;
    border-radius: 20px;
    background: #000000;
    background-image: url("../img/wisc101.png");
    background-size: cover;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 34px;
    height: 34px;
    border-radius: 20px;
    background: #5a5a5a;
    background-image: url("../img/wisc101.png");
    background-size: cover;
    cursor: pointer;
}

.related-stories {
    padding: 10px;
    background: rgba(63,163,163, 0.12);
    border: 1px solid rgb(63,163,163);
    border-radius: 8px;
    margin-top: 10px;
}

.related-stories h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.related-stories ul {
    margin-top: 8px;
    margin-left: 15px;
}

.related-stories li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
}

.related-stories li a {
    color: var(--color-alt-green);
}

.related-stories li a:hover {
    color: var(--color-peach);
    transition: color 250ms;
}

.popup-link {
    font-size: 18px;
    color: var(--color-peach) !important;
    text-decoration: none !important;
}

.popup-link:hover {
    text-decoration: none !important;
    color: var(--color-alt-green) !important;
    transition: color 300ms;
}


@media only screen and (max-width: 1250px) {
    .wisc-101-map-container {
        display: block;
        width: 100%;
        height: 750px;
        margin: 0;
    }

    #wisc-101-map {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 1150px) {
    .wisc-101-map-container {
        display: block;
        width: 100%;
        height: 600px;
        margin: 0;
    }
}
