﻿body {
}

#imagebanner {
    width: 100%;
    position: relative;
}

#imagebannersize {
    position: relative;
    width: 100%;
    background: #90caf8 center bottom 40% no-repeat;
    background-size: cover;
    opacity: 0.75;
    padding-top: 10%;
    min-height: 200px;
    box-sizing: border-box;
}

#imagebannertext {
    position: absolute;
    height: 100%;
    width: 95%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    max-width: 85%;
}

#imgbannertable {
    height: 100%;
    width: 100%;
    display: table;
}

#imgbannercell {
    display: table-cell;
    vertical-align: middle;
}

#imgtext {
    font-family: AvenirLTStd-Black;
    color: #15396c;
    font-size: 48px;
}

#map {
    width: 100%;
}

#mapdiv {
    height: 100%;
    max-width: 85%;
    padding: 50px 0;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
}

#mapheading {
    font-family: AvenirLTStd-Medium;
    font-size: 36px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

#mapbody {
    display: none;
}

.dimg {
    width: 100%;
    max-width: 1080px;
}

.desktopmap {
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
}

@media (max-width:1024px) {
    .desktopmap {
        display: none;
    }

    #mapbody {
        display: block;
    }
}
