.footerMaps {
    position: relative;
}

.footerMaps:after {
    clear: both;
    content: "";
    display: block;
}
.mapmap {
    border-radius: 0px 350px 0px 0px;
    overflow: hidden;
}
.locationmap li,
.locationmap li a {
    color: #fff !important;
}
.footerMaps .maptext {
    float: left;
    width: 35%;
    background-color: #1c526a;
    padding: 20px 0px 45px;
    box-sizing: border-box;
    background-position: bottom right;
    position: relative;
    z-index: 10;
    background-size: 101% 100%;
    margin-left: 0px;
    box-sizing: border-box;
}
.mapmap {
    float: left;
    width: 65%;
    margin: 0px;
}

.mapmap iframe {
    height: 557px;
    display: block;
}
.text-pusher {
    padding: 0px 5%;
}

.text-pusher h3 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding: 20px 0px 0px;
    margin-bottom: 30px;
}
.locationmap:after {
    clear: both;
    content: "";
    display: block;
    width: 90%;
    height: 4px;
    background-color: #fff;
    margin: 20px 0px;
}

.locationmap strong {
    display: block;
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
}

.locationmap li {
    display: inherit;
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    font-size: 20px;
}

.locationmap p {
    color: #fff;
    font-size: 19px;
    line-height: 31px;
}

.text p {
    margin-bottom: 10px
}
.wda-map-multi:nth-child(1):after {
    content: "|";
    color: #fff;
    position: relative;
    display: inline-block;
}
@media screen and (max-width: 1150px) {
    .footerMaps .maptext {
        width: 100%;
    }
    .mapmap {
        width: 100%;
        border-radius: 0px;
        height: 400px !important;
    }

    div#map {
        height: 400px !important;
    }
}
@media screen and (max-width: 640px) {
    .locationmap li {
        width: 100%;
    }
}