.mapheader {
    text-align: center;
}

#map {
    position: relative;
    width: 70%;
    margin: auto;
}

.maphovercontent p {
    margin-bottom: 0;
}

.maphover {
    right: -100px;
    top: 205px;

    min-width: 460px;
    min-height: 360px;

    position: absolute;
    width: 360px;
    background: #fff;
    padding: 2rem;
    box-shadow: 5px 5px 15px -4px #000000;
}

.bottomline {
    position: absolute;
    bottom: 20px;
}

.maptoggle:hover {
    cursor: pointer;
}

.maphover.hidden {
    display: none;
    /*display: block;*/
}

.maphovercontent {
    padding: 1rem 0 0 0;
    padding-left: 45px;
    color: #00519E;
}

@media only screen and (max-width: 1024px) {
    #map {
        display: none;
    }
    .maphover {
        position: relative;
        top: inherit;
        right: inherit;
        float: left;
        margin: 2rem;
    }
    .bottomline {
    }
}

@media only screen and (min-width: 1024px) {
    #map-mobile {
        display: none;
    }
}
