<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 12px;
  height: 100%;
  overflow: hidden;
}
noscript {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: #F7F8F9;
  text-align: center;
  padding: 10px 0;
}
/* Building type colors */
.classroom {
  background-color: #AF0B0B;
}
.lab {
  background-color: #5B0000;
}
.office {
  background-color: #186A3B;
}
.residence {
  background-color: #512E5F;
}
.healthcare {
  background-color: #22A5E6;
}
.other {
  background-color: #E67E22;
}
.active {
  background-color: #BEBEBE;
}
/* EUI and Usage colors */
.eui {
  background-color: #D34747;
}
.usage {
  background-color: #D38647;
}
/* Sidebars */
.main-sidebar, .full-building-list-sidebar, .building-description-sidebar, .eui-sidebar {
  width: 400px;
  height: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.5);
  background-color: #FFFFFF;
}
.main-sidebar-header, .full-building-list-sidebar-header, .building-description-sidebar-header, .eui-sidebar-header {
  background-color: #990000;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding: 10px 46px;
  cursor: default;
}
.main-sidebar-body, .full-building-list-sidebar-body, .building-description-sidebar-body, .eui-sidebar-body {
  padding: 10px;
  height: calc(100% - 95px);
  overflow-x: hidden;
  overflow-y: auto;
}
/* Main sidebar - Header */
.main-sidebar-header hr {
  border: 0;
  height: 1px;
  background-color: #FFFFFF;
  margin: 5px;
}
/* Main sidebar - Dashboard description */
.main-sidebar-blurb {
  padding: 10px;
}
.main-sidebar-blurb b, .building-description-sidebar-space-description b, .mobile b {
  font-weight: 600;
}
.main-sidebar-blurb a, .building-description-sidebar-space-description a {
  color: #990000;
}
.main-sidebar-blurb-eui {
  color: #990000;
  cursor: pointer;
  text-decoration: underline;
}
/* Sidebars - Filters */
.sidebar-filter {
  background-color: #F7F8F9;
  box-shadow: inset 0 1px 5px 0 rgba(0,0,0,0.3);
  padding: 10px;
  margin: 10px 0;
  font-weight: 600;
  cursor: default;
}
.sidebar-filter hr {
  border: 0;
  height: 1px;
  background-color: #BEBEBE;
  margin: 15px 15px;
}
.sidebar-filter-header {
  font-size: 14px;
  padding: 0 0 10px;
}
.sidebar-zoom-header {
  font-size: 14px;
  padding: 0 0 5px;
}
.sidebar-zoom-buttons {
  margin: 0 -3px;
}
.zoom {
  background-color: #D96666;
}
.button.zoom:hover {
  background-color: #CC3333;
}
/* Sidebars - Filters - Buttons */
.sidebar-filter-buttons {
  padding: 5px 0 10px;
  margin: 0 -3px;
}
/* Sidebars - Filters - Slider */
.sidebar-filter-slider {
  margin: 40px 0 7px;
  width: 70%;
}
.noUi-connect {
  transition: background-color 0.3s ease-in-out 0s !important;
}
/* Sidebars - Filters - Switch between EUI and Total Energy Use */
.sidebar-filter-switch {
  position: relative;
  width: 175px;
  margin: 0 0 5px;
}
.sidebar-filter-switch-checkbox {
  display: none;
}
.sidebar-filter-switch-outer {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #BEBEBE;
  border-radius: 50px;
}
.sidebar-filter-switch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in-out 0s;
}
.sidebar-filter-switch-inner:before, .sidebar-filter-switch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 25px;
  line-height: 25px;
  font-weight: 600;
  box-sizing: border-box;
}
.sidebar-filter-switch-inner:before {
  content: "EUI";
  padding-left: 10px;
  background-color: #EEEEEE;
  color: #000000;
  text-align: left;
}
.sidebar-filter-switch-inner:after {
  content: "Total Energy Use";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #000000;
  text-align: right;
}
.sidebar-filter-switch-toggle {
  display: block;
  width: 15px;
  margin: 5px;
  background: #D38647;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 146px;
  border: 2px solid #BEBEBE;
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s; 
}
.sidebar-filter-switch-checkbox:checked + .sidebar-filter-switch-outer .sidebar-filter-switch-inner {
  margin-left: 0;
}
.sidebar-filter-switch-checkbox:checked + .sidebar-filter-switch-outer .sidebar-filter-switch-toggle {
  right: 0px; 
  background-color: #D34747; 
}
/* Sidebars - Building lists */
.mini-building-list, .full-building-list {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  padding: 0 5px;
}
.building-list-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px;
  border-bottom: 1px solid #BEBEBE;
  cursor: pointer;
}
.building-list-row:hover {
  background-color: #F7F8F9;
}
.building-list-row.header {
  border-bottom: 1px solid #000000;
  font-weight: 600;
  font-size: 13px;
  cursor: default;
}
.building-list-row.header:hover {
  background-color: inherit;
}
.building-list-column1 {
  width: 41%;
}
.item-truncate {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.building-list-row span, .building-description-sidebar-info span, .content-info span, .popup-header span {
  font-size: 10px;
}
.building-list-row sup, .building-description-sidebar-info sup, .content-info sup, .popup-header sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}
.building-list-column2-value {
  width: 90px;
}
.mini-building-list-expand {
  font-weight: 600;
  font-size: 13px;
  padding: 10px;
  cursor: pointer;
}
.mini-building-list-expand:hover {
  background-color: #99000030;
}
.mini-building-list-expand span {
  float: right;
  font-size: 16px;
}
/* Full building list sidebar */
.full-building-list-sidebar {
  position: absolute;
  left: -410px;
  top: 0;
  z-index: 2;
  transition: all ease-in-out 0.3s;
}
.full-building-list-sidebar-header, .building-description-sidebar-header, .eui-sidebar-header {
  padding: 26.5px 20px;
}
.full-building-list-sidebar-header span, .eui-sidebar-header span {
  float: right;
  font-size: 20px;
  padding: 1px 0 0;
  cursor: pointer;
  transition: all ease-in-out 0.1s;
}
.full-building-list-sidebar-header span:hover, .building-description-sidebar-header span.right:hover, .eui-sidebar-header span:hover {
  transform: scale(1.15);
}
.full-building-list-sidebar-filter {
  margin: 0 0 10px 0;
}
.full-building-list {
  height: 397px;
  overflow-y: scroll;
}
/* Building description sidebar */
.building-description-sidebar {
  position: absolute;
  left: -410px;
  top: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}
.building-description-sidebar-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.building-description-sidebar-header span {
  font-size: 20px;
  margin: auto 0;
}
.building-description-sidebar-header span.left {
  float: left;
}
.building-description-sidebar-header span.right {
  float: right;
  cursor: pointer;
  transition: all ease-in-out 0.1s;
}
.building-description-sidebar-header-truncate {
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
/* Building description sidebar main content header */
.building-description-sidebar-value1-header {
  padding: 5px 0 0;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.building-description-sidebar-value1-header span, .popup-header span {
  font-size: 12px;
}
.building-description-sidebar-info {
  padding: 3px 0 13px;
  font-weight: 600;
}
/* Chart &amp; tooltip */
.chart {
  height: 150px;
  width: 90%;
  margin: 5px auto 13px;
}
.chart-tooltip-div {
  top: 147px;
  position: absolute;
  z-index: 4;
  opacity: 0;
  transition: opacity ease-in-out .2s;
  display: flex;
  flex-direction: row;
}
.chart-tooltip-tip-div {
  width: 15px;
  overflow: hidden;
  position: relative;
}
.chart-tooltip-tip {
  width: 15px;
  height: 15px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFFFFF;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.4);
  border: 1px solid #F7F8F9;
  border-radius: 3px;
}
.chart-tooltip-content-div {
  border-radius: 3px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
  background: #FFFFFF;
  padding: 15px;
  border: 1px solid #F7F8F9;
  border-left: 0;
  white-space: nowrap;
}
.content-info {
  font-weight: 600;
  margin: 2px 0 13px;
}
.content-info-percentage {
  font-weight: 600;
  margin: 2px 0 0;
}
/* Building description sidebar secondary content */
.building-description-sidebar-value2-div {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.building-description-sidebar-value2-header {
  padding: 0 0 0 20px;
}
.building-description-sidebar-switch-view {
  color: #950000;
  background: 0;
  border: 0;
  outline: 0;
  font: inherit;
  margin: 3px 0 13px -20px;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}
/* Building description content */
.building-description-sidebar-information {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px 20px 0;
}
.building-description-sidebar-info-header, .building-description-sidebar-value2-header {
  width: 50%;
}
.building-description-sidebar-information .building-description-sidebar-info {
  padding: 0 0 13px;
}
.building-description-sidebar-body hr {
  border: 0;
  height: 1px;
  background-color: #BEBEBE;
  margin: 0 10px 10px;
}
.building-description-sidebar-energy-button-div {
  text-align: center;
  padding: 0 0 10px;
}
.building-description-sidebar-space-description {
  padding: 5px 20px;
  line-height: 20px;
}
/* EUI sidebar */
.eui-sidebar {
  position: absolute;
  left: -410px;
  top: 0;
  z-index: 2;
  transition: all ease-in-out 0.3s;
}
.eui-sidebar-body {
  padding: 20px;
}
.eui-sidebar-body-question {
  font-weight: 600;
  font-size: 14px;
}
.eui-sidebar-body-answer {
  padding: 5px 0 30px;
  line-height: 20px;
}
.eui-formula {
  margin: 0 auto;
  display: table;
  text-align: center;
}
.eui-formula span {
  font-size: 11px;
}
.eui-formula-eui {
  height: 42px;
  width: 39%;
  display: table-cell;
  vertical-align: middle;
}
.eui-formula-numerator {
  border-bottom: solid 1px #000000;
}
/* Tableau dashboard */
.energy-data-dashboard-div {
  position: absolute;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.energy-data-dashboard-header {
  height: 105px;
  padding: 16px 0;
  box-shadow: 0 0 25px -5px rgba(0,0,0,0.3) inset;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  cursor: default;
}
.energy-data-dashboard-subheaders {
  font-weight: 400;
  font-size: 14px;
  padding: 15px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 60%;
  margin: auto;
}
.energy-data-dashboard-subheader-data {
  font-weight: 600;
  padding: 10px;
}
.energy-data-dashboard-subheader-data span {
  font-size: 14px;
}
.energy-data-dashboard-subheader-data sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}
.energy-data-dashboard-close-button {
  background-color: #333333;
  position: absolute;
  top: 11px;
  left: 11px;
}
.tableau-dashboard {
  height: calc(100% - 137px);
  background-color: #F7F8F9;
  box-shadow: 0 0 25px -5px rgba(0,0,0,0.3) inset;
}
/* Search bar */
.search-bar {
  position: absolute;
  top: 9px;
  right: 50px;
  width: 300px;
  background-color: #FFFFFF;
  border: 3px solid #990000;
  border-radius: 5px;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  z-index: 1;
}
.search-bar span {
  font-size: 14px;
  padding: 5px;
}
.search-bar-input {
  width: 260px;
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 12px;
  padding: 8px 0 8px 10px;
  border: 0;
  border-radius: 5px;
  outline: 0;
}
.search-bar-results {
  max-height: 175px;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
}
.search-result {
  padding: 9.5px 10px;
  border-top: 1px solid #990000;
}
.search-result span {
  padding: 0 5px 0 0;
  width: 20px;
}
.search-result {
  background-color: #FFFFFF;
}
.search-result:hover {
  background-color: #F7F8F9;
}
.search-result.classroom span {
  color: #AF0B0B;
}
.search-result.lab span {
  color: #5B0000;
}
.search-result.office span {
  color: #186A3B;
}
.search-result.residence span {
  color: #512E5F;
}
.search-result.healthcare span {
  color: #22A5E6;
}
.search-result.other span {
  color: #E67E22;
}
/* Logo */
.logo img {
  width: 150px;
  height: auto;
  position: absolute;
  bottom: 25px;
  right: 15px;
  z-index: 1;
}
/* Map */
#map {
  top: 0;
  bottom: 0;
  width: calc(100% - 400px);
  left: 400px;
  position: absolute;
  overflow: hidden;
}
/* Map layer button */
.map-layer-button {
  bottom: 40px;
  left: 410px;
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  border: 2px solid #950000;
  border-radius: 8px;
  cursor: pointer;
}
#map-layer {
  width: 75px;
  height: 110px;
}
.map-layer-label {
  cursor: pointer;
  user-select: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  padding: 12px 0 6px 6px;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-shadow: 0 0 8px #000000;
}
/* Custom scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #F7F8F9;
}
::-webkit-scrollbar-thumb {
  background: #BEBEBE;
  border: 1px solid #F7F8F9
}
::-webkit-scrollbar-thumb:hover {
  background: #AEAEAE;
}
/* Mobile */
.mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #F7F8F9;
  display: none;
  text-align: center;
  padding: 10px 0;
}
.mobile-header {
  font-size: 18px;
  padding: 20px;
  font-weight: 600;
}
.mobile-info {
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .mobile {
    display: block;
    z-index: 9;
  }
}
/* Buttons */
.button {
  cursor: pointer;
  border: 0;
  outline: 0;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  color: #FFFFFF;
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 8px;
  margin: 5px;
  transition: all ease-in-out 0.1s;
}
.button:hover {
  transform: scale(1.10);
  transition: all ease-in-out 0.1s;
}
.button span {
  padding: 0 5px 0 0;
}</pre></body></html>