body {
margin: 0px;   
text-align:left;
}

h1.maptitle {
    line-height: 61px;
    float: left;
    color: #ffffff;
    padding: 0px 0px 0px 15px;
    margin: 30px 0px 30px 15px;
    border-left: 2px solid #ffffff;
}

.setWidth {
    height: auto;
}

#unkWrapper {display:block; position:relative;}

#headerWrapper {overflow:hidden; width:auto;}

#logo-mobile {display:none; padding:15px 0px 15px;}

#logo {
    padding: 30px 0px 30px;
}

#footerTagline {display:none;}

.container-map{
width: 100%;
height: auto;
float: left;
}

ul.subnav {padding:0px; font-family: 'Roboto Condensed', sans-serif;  font-size: 14px; line-height: 25px; margin:0px;}

.container-categories{
position:absolute;
bottom:21px;
left:8px;
width:95%;
}

span.category {padding:5px 0px;}

li.mapCat {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 2px #666666;
    float: left;
    line-height: 25px;
    list-style-type: none;
    margin: 3px !important;
    padding: 3px;
    border-radius:2px 2px 2px 2px;
    
    cursor:pointer;
}

li.mapCat img {float:left; padding-right:5px; width:30px;}

li.mapCat ul {padding:0px;}

li.mapCat ul li {
    margin:10px 0px;
}

li.parking {padding:0px 0px 0px 25px; margin:10px 0px 20px;}

input[type=checkbox] {
    visibility: hidden;
}



.clearDiv {clear:both;}

.subcategory h3 {margin:0px 0px;}

#Accessibility, #Parking {
    background: #ffffff none repeat scroll 0 0;
    bottom: 50px;
    display: none;
    float: left;
    left: 0;
    padding: 5px;
    position: absolute;
}

li.commuter {
background:#e4a115; color:#ffffff;
}

li.faculty {
background:#004d86; color:#ffffff;
}

li.residence {
background:#296122; color:#ffffff;
}

#btnWrapper{text-align: left; padding: 0px 0px; background-color: #e7e7e7;}
#buttons{padding: 35px 10px; text-align: center;}
#buttons img{margin-bottom:15px; max-width:90px; -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.3); -moz-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.3); box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.3);}
#buttons div{display: inline;}
#buttons div.button_container {
    display: inline-block;
    margin: 0 5%;
    position: relative;
}
.button-text { display:block; position:relative; text-align:center; width:100%; left:0px; background: none;}

#buttons a { display: inline-block; }

#buildings {width:100%; margin:0 auto; max-width:1100px; padding: 0 0 20px;}

#buildings h3 {
    margin: 15px 0 3px;
}

#buildings div {float:left; width:21%; padding:0px 2%;}

#buildings div.clearDiv {float:none;}

#buildings div div {float:none; padding: 0; width: 90%;}

#buildings div#middle-column {padding:0px 12.5%;}

#buildings ul {padding:0px; margin:5px 0px;}

#buildings ul li {font-family: 'Roboto Condensed', sans-serif; list-style:none; padding:5px 0px; clear:both;}

.building {
    border: 2px solid #004d86;
    border-radius: 3px;
    clear: both;
    display: block;
    padding: 14px 5px;
    text-align: center;
    width: 50px;
    color: #004d86;
    margin:0px 10px 0px 0px;
    float:left;
}

a:hover .building, a:focus .building a:visited .building {background:#004d86; color:#ffffff;}

.building-name {padding-top: 6px;}

@media all and (max-width: 1100px) {



.container-map {
height:auto;
}


#btnWrapper {
    display:none;
}

#buildings {display:none;}

#footerWrapper {display:none;}

#buildings div {
    width: 42%;
}
}



@media all and (max-width: 830px) {
span.category {
    display:none;
}

li.mapCat img {padding-right:0px;}




#buildings div#middle-column {padding:0px; display:inline;}


}

@media all and (max-width: 730px) {
  #logo-mobile {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    padding: 15px 0;
}

#logo {
    display:none;
}

#search {
    float: none;
    margin: 0;
    padding: 0 5%;
    text-align: left;
}

#menuSearch, #searchField {
    padding: 0 0 15px;
    width: 100%;
}
 span.category {
    display:none;
}  
li.mapCat img {
    padding-right: 0px;
    width: 28px;
}

#buildings div {
    width: 90%;
}

h1.maptitle {
    line-height: 61px;
    float: none;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    border-left: 0px solid #ffffff;
    text-align: center;
}
}


