@import url("https://brand.arizona.edu/sites/default/files/v2/ua-brand-fonts/milo.css");

html,
body {
    height: 99.9%;
    font-family: "MiloWeb", Tahoma, Verdana, sans-serif
}
body {
    margin: 0;
    padding: 0;
}
label {
    display: block;
    font-weight: bold;
}
label span,
label a {
    font-weight: normal;
}
#top {
    text-align: center;
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: #FFF;
}
#uaheader {
    background-color: #AB0520;
    padding: 4px 0;
}
#uaheader img {
    height: 12px;
}
#header {
    padding: .3em 0;
    border-bottom: 1px solid black;
    line-height: 32px;
}
#header a {
  display: inline-block;
  height: 32px;
  vertical-align: top;
}
#header div {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  padding-left: 1em;
}
.leaflet-control-locate a {
    font-size: 1.4em;
    color: #444
}
.leaflet-control-locate.active a {
    color: #2074B6
}
.leaflet-control-locate.active.following a {
    color: #FC8428
}
.zoom {
    margin-left: 0!important;
}
.map-container {
    border: 1px solid black;
    height: 100%;
}
.zoom {
    width: 40% !important;
    display: inline !important;
    margin-left: 33px;
    border-bottom: 1px solid #ccc !important;
}
.filters a {
    background: none;
    border-bottom: none!important;
}
.filters .leaflet-control-filters .leaflet-filters-content {
    display: none;
    width: 200px;
}
.filters .leaflet-control-filters.expanded .leaflet-filters-toggle {
    display: none;
}
.filters .leaflet-control-filters.expanded .leaflet-filters-content {
    display: block;
}
.filters a.leaflet-filters-toggle {
    color: rgb(68, 68, 68);
    font-size: 2.5em;
    margin-bottom: .05em;
    width: auto;
    height: auto;
}
.filters .leaflet-bar {
    padding: 6px 8px;
    background: white;
    background: rgba(255, 255, 255, 0.8);
}
.filters .select2 {
    width: 100%!important;
    max-width: 300px!important;
}
@media (min-width: 370px) {
    .filters .leaflet-control-filters .leaflet-filters-content {
        width: 300px;
    }
}
.leaflet-top {
    top: 80px;
}
