.container-map{
    width: 100%;
    height: 100%;
    min-height: 800px;
    float: left;
}

.sideBarWidget .sideContent {
  padding: 25px 0 35px 0 !important;
}

.sectionNavColumn {
    background-color: #2C1F44 !important;
}

.showcheckbox {
    -webkit-appearance: auto;
    height: 17px;
    width:17px; 
    margin: 0 3px 0 0;
}

ul.subnav {
    padding: 0;
}


ul.subnav li.mapCat {
    padding: 0;
    font-size: 1.075rem;
    font-weight: 500;
}

ul.buildings {
    padding: 0;
    margin: 0 0 10px 23px;
    list-style: none;
}

ul.buildings li {
    font-size: 1.055rem;
}

.container-categories{
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    max-height: 800px;
    overflow-y: auto;
}

li.mapCat {
    list-style-type: none;
}
/*
li.mapCat span:after{
    content: "\f103";
    color: #D79133;
    position: relative;
    left: 1.125rem;
    font-size: 1.5rem;
    font-family: FontAwesome;
    line-height: 1;
    transition: transform 300ms ease-out;
    display:inline-block;
} 
*/

li.mapCat span:after{
    content: url("/about/map/map-files/_images/noun-chevron-down1.svg");
    height: 15px;
    width: 15px;
    position: relative;
    display: inline-block;
    left: 1.125rem;
    line-height: 1;
    transition: 300ms ease-out;
}


li.open span:after{
    transform:rotateX(180deg);
}

li.mapCat span:hover{
    cursor: pointer;
}

ul.buildings{
    max-height: 0px;
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    margin-top: 10px;
    transition: all 300ms ease-out;
}

li.facility{
    background-color: transparent;
}

li.facility:hover{
    background-color: #695981;
    transition: background .2s ease-out;
    cursor: pointer;
}