  @charset "UTF-8";
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
}
* {box-sizing: border-box;}
:focus {outline: none;}
.keynav-mode *:focus {
  outline: 2px dashed #000;
  outline-offset: .25rem;
}
a {color: #b12!important}
button,input {
  font: inherit;
  color: inherit;
}
#map {
  height: 100%;
  z-index: 1;
}
.keynav-mode #map:focus:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  border: 3px dashed #000;
}
#map-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 20px);
  width: 225px;
  background: #fff;
  line-height: 1;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  border-radius: 4px;
}
@media screen and (min-width: 600px) {
  #map-controls {
    width: 250px;
  }
}
#map-controls--header {
  background: #870400;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  text-align: right;
  padding: 7px 7px 7px 0;
  border-radius: 4px;
}
#map-controls #nameplate a {
  background: url(https://www.reed.edu/global_assets/images/logo/griffin-2016/ffffff.svg) 50% 50% no-repeat;
  background-size: 28px;
  display: block;
  width: 44px;
  height: 0;
  padding-top: 48px;
  overflow: hidden;
  color: #fff!important;
  position: absolute;
  top: 0;
  left: 0;
}
#map-controls--toggle {
  width: 100%;
  display: flex;
  flex: 0 0 36px;
  align-items: center;
  text-align: left;
  border: none;
  border-bottom: 1px dotted #ccc;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.map-controls-hidden #map-controls--toggle {
  border: none;
}
#map-controls--toggle:before {
  content: "";
  background: url(/map/assets/images/baseline-keyboard_arrow_up-24px.svg) 50% no-repeat;
  background-size: 20px;
  flex: 0 0 44px;
  height: 32px;
}
.map-controls-hidden #map-controls--toggle:before {
  transform: rotate(180deg);
}
.map-controls-hidden #map-controls--toggle #map-controls--toggle-hidetext {
  display: none;
}
.map-controls-hidden #map-controls--toggle #map-controls--toggle-showtext {
  display: block;
}
#map-controls--toggle #map-controls--toggle-showtext {
  display: none;
}
/* Content */
#map-controls--content {
  position: relative;
  flex: 1;
  max-height: 100%;
  overflow: auto;
}
.map-controls-hidden #map-controls--content {
  display: none;
}
#map-controls--content,
#map-controls--footer {
  opacity: 1;
  transition: opacity .5s;
}
.results-visible #map-controls--content,
.results-visible #map-controls--footer {
  opacity: .4;
}
#map-search {
  margin: 0 0 0 44px;
  position: relative;
}
#map-search label {
  color: #fff;
}
#map-search--query {
  display: block;
  width: 100%;
  line-height: 34px;
  padding: 0 28px 0 12px;
  font-size: inherit;
  border: none;
  background: #fff;
  border-radius: 2px;
}
.keynav-mode #map-search--query:focus {
  outline-offset: 10px;
}
.map-search--btn {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -12px;
  overflow: hidden;
  border: none;
  background-color: transparent;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.map-search--btn.hide {
  display: none;
}
#map-search--btn-search {
  background-image: url(/map/assets/images/baseline-search-24px.svg);
}
#map-search--btn-close {
  background-image: url(/map/assets/images/baseline-close-24px.svg);
}
#map-search--results {
  position: absolute;
  margin: 7px 0 0;
  width: 100%;
  max-height: 225px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 4px 4px rgba(0,0,0,0.3);
  border-radius: 0 0 4px 4px;
  background: #fff;
  z-index: 20;
  text-align: left;
}
#map-search--results:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 12px;
  height: 24px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.results-hidden #map-search--results {
  max-height: 0;
}
#map-controls #map-search--results ol {
  max-height: 225px;
  overflow-y: auto;
  padding: 0 0 4px 12px;
  margin: 0 0 0;
}
#map-controls #map-search--results li {
  color: #666;
  margin: 12px 0;
}
#map-controls #map-search--results li a {
  display: block;
}
#map-controls #map-search--results li strong {
  color: #000;
}
#map-controls .layer-toggle {
  position: absolute;
  opacity: 0;
}
#map-controls .layer-toggle + label {
  font-size: 1.1em;
  line-height: 20px;
  display: block;
  margin: 12px 0 12px 0;
  padding-left: 32px;
  transition: color .3s;
  position: relative;
  cursor: pointer;
}

#map-controls .layer-toggle:checked + label {
  color: rgba(0,0,0,1);
}
#map-controls .layer-toggle + label:before {
  font-family: "Material Icons";
  content: "\e8f5";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  display: block;
  width: 20px;
  line-height: 20px;
  text-align: center;
}
.keynav-mode #map-controls .layer-toggle:focus + label:before {
  outline: 2px dashed #000;
  outline-offset: .25rem;
}
#map-controls .layer-toggle:checked + label:before {
  content: "\e8f4";
}
#map-controls .layer-toggle + label + .legend-panel {
  display: none;
}
#map-controls .layer-toggle:checked + label + .legend-panel {
  display: block;
}
#map-controls h2 {
  font-weight: normal;
  color: #222;
  font-size: 1.1em;
}
#map-controls h3 {
  font-size: .9em;
  color: #222;
  margin-bottom: 0;
}
#map-controls a {
  color: inherit;
  text-decoration: none;
}
#map-controls ol {
  list-style: none;
  padding: 3px 0 0 7px;
  margin: 0 0 0 25px;
}
#map-controls ol li {
  margin: 3px 0;
}
#map-controls ol li.active {
  font-weight: bold;
}
#map-controls ol li a {
  display: block;
  padding: 4px 0;
}
ol#buildings-academic-list, ol#buildings-residence-list {
  max-height: 100px;
  overflow: auto;
  border: 1px solid #ddd;
  border-left: none;
}
.map-controls--content-panel {
  margin: 12px 0;
}
.map-controls--content-panel-header {
  padding: 0 5px 0 12px;
  cursor: pointer;
  position: relative;
}
.map-controls--content-panel.layers .map-controls--content-panel-header {
  display: none;
}
.map-controls--content-panel-header h2 {
  margin: 0;
  padding-left: 32px;
  line-height: 20px;
  position: relative;
}
.map-controls--content-panel-header button {
  position: absolute;
  top: 0;
  left: 12px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: transparent;
  border: none;
  cursor: pointer;
}
.map-controls--content-panel-header button:before {
  font-family: "Material Icons";
  content: "\e5d2";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
}
.map-controls--content-panel-header button span {
  position: absolute;
  top: -999em;
}
.map-controls--content-panel-content {
  padding: 0 0 0 12px;
  margin: 5px 0 17px;
}
.map-controls--content-panel.hide .map-controls--content-panel-content {
  display: none;
}
/*.map-controls--content-panel.buildings-academic .map-controls--content-panel-header h2:before {
  background-color: #7a1600;
}
.map-controls--content-panel.buildings-residence .map-controls--content-panel-header h2:before {
  background-color: #231f20;
}*/

/* Legends for layers */
.legend-panel {
  padding: 0 5px 0 32px;
}
.legend-panel ul {
  list-style: none;
  margin: -5px 0 0;
  padding: 0;
}
.legend-panel ul li {
  padding: 5px 0;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 .15em;
}
.legend-panel ul li.legend-panel-item--accessibleEntrance {background-image: url(/map/assets/images/legend-icon-accessible-entrance.svg)}
.legend-panel ul li.legend-panel-item--accessibleParking {background-image: url(/map/assets/images/icon-accessible-parking-p.svg)}
.legend-panel ul li.legend-panel-item--accessibleBarrier {background-image: url(/map/assets/images/icon-accessible-barrier.svg)}
.legend-panel ul li.legend-panel-item--accessiblePath {background-image: url(/map/assets/images/icon-accessible-path.svg)}
.legend-panel ul li.legend-panel-item--bathroomAllGender {background-image: url(/map/assets/images/icon-bathroom-allgender.svg)}
.legend-panel ul li.legend-panel-item--bus {background-image: url(/map/assets/images/legend-icon-bus.svg)}
.legend-panel ul li.legend-panel-item--coffee {background-image: url(/map/assets/images/legend-icon-coffee.svg)}
.legend-panel ul li.legend-panel-item--dining {background-image: url(/map/assets/images/legend-icon-dining.svg)}
.legend-panel ul li.legend-panel-item--emergencyPhone {background-image: url(/map/assets/images/icon-emergency-phone.svg)}
.legend-panel ul li.legend-panel-item--scooter {background-image: url(/map/assets/images/legend-icon-scooter.svg)}
.legend-panel ul li.legend-panel-item--smoking {background-image: url(/map/assets/images/legend-icon-smoking.svg)}
.legend-panel .note {
  display: block;
  font-size: 12px;
  font-style: italic;
  color: #666;
  line-height: normal;
  margin-top: 2px;
}

.label {
  text-align: center;
  color: #000;
  margin-top: -1ex!important;
  font-size: 11px;
  text-shadow: 0 0 1px #fff;
  line-height: 1;
}
.label.label-building {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 1px #000;
}
.label.label-area {
  color: #666;
}
.label.label-entrance {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
#map-controls--footer {
  font-size: 12px;
  border-top: 1px solid #ddd;
}
#map-controls--footer ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#map-controls--footer li {
  flex: 1;
  border-left: 1px solid #ddd;
}
#map-controls--footer li:first-child {
  border: none;
}
#map-controls--footer li a {
  display: block;
  line-height: 32px;
  position: relative;
  padding-left: 44px;
  background-size: 20px;
  background-position: 12px 50%;
  background-repeat: no-repeat;
}
#map-controls--footer li.map-controls--printable-map a {
  background-image: url(/map/assets/images/baseline-print-24px.svg);
}
#map-controls--footer li.map-controls--directions a {
  background-image: url(/map/assets/images/baseline-commute-24px.svg);
}
@media screen and (max-width: 768px){
  #map-controls--footer li.map-controls--printable-map {
    display: none;
  }
}
@media screen and (min-width: 769px){
  #map-controls--footer li {
    flex: 0;
  }
  #map-controls--footer li a {
    display: inline-block;
    height: 32px;
    width: 44px;
    background-position: 50%;
  }
  #map-controls--footer li a span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: rgba(0,0,0,.8);
    color: #fff;
    line-height: 32px;
    top: -999em;
    padding: 0 12px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity .4s;
  }
  #map-controls--footer li a span:after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0,0,0,.8);
  }
  #map-controls--footer li a:hover span,
  #map-controls--footer li a:focus span {
    top: -38px;
    opacity: 1;
  }
}
.map-controls-hidden #map-controls--footer {display: none;}
.leaflet-control a,
#map-controls a {color: inherit!important;}
/* Misc */
.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.mapboxgl-ctrl-logo {
  display: none!important;
}
@media print {
  #map-controls,
  .leaflet-control-container {
    display: none;
  }
}
