@charset "UTF-8";
/* in some place, usually for scorecard we need to use another directions */
@import url(../lib/toastr/toastr.min.css);
@import url(../lib/autocomplete/autocomplete.min.css);
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    outline: none; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: white;
  border: 1px solid white;
  margin: 0 0 0.6em;
  padding: 1.2em; }

input,
label,
select {
  display: block;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.3em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: #f2f2f2;
  border: 1px solid white;
  border-radius: 1em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.6em;
  padding: 0.3em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #e6e6e6; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: white;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(242, 242, 242, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  input[type="search"]::-webkit-input-placeholder {
    color: inherit; }
  input[type="search"]::-moz-placeholder {
    color: inherit; }
  input[type="search"]:-moz-placeholder {
    color: inherit; }
  input[type="search"]:-ms-input-placeholder {
    color: inherit; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.3em; }

input[type="file"] {
  padding-bottom: 0.6em;
  width: 100%; }

select {
  margin-bottom: 1.2em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.6em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.6em; }
  dl dd {
    margin: 0; }

table {
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.6em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #d9d9d9;
  font-weight: 600;
  padding: 0.6em 0;
  text-align: left; }

td {
  border-bottom: 1px solid white;
  padding: 0.6em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #248C43;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.6em; }

p {
  margin: 0 0 0.6em; }

a {
  color: white;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #d9d9d9; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid white;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.2em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

input[type="search"], button, input[type="button"], input[type="reset"], input[type="submit"], .irs-from, .irs-to, .irs-single {
  -webkit-font-smoothing: antialiased;
  background-color: #248C43;
  border: 1px solid white;
  border-radius: 1em;
  color: #fff;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  box-sizing: border-box; }

button, input[type="button"], input[type="reset"], input[type="submit"], .irs-from, .irs-to, .irs-single {
  background-color: white;
  color: #248C43; }

.map-category-control label, #map-controls .more-info, #map-controls h2, #map-controls .map-control, .building-report label, .year-control label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(../../lib/range-slider/sprite-skin.png) repeat-x; }

.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 5px;
  top: 10px; }

.irs-line-left {
  height: 5px;
  background-position: 0 -30px; }

.irs-line-mid {
  height: 5px;
  background-position: 0 0; }

.irs-line-right {
  height: 5px;
  background-position: 100% -30px; }

.irs-bar {
  height: 5px;
  top: 10px;
  background-position: 0 -62px; }

.irs-bar-edge {
  top: 10px;
  height: 5px;
  width: 11px;
  background-position: 0 -90px; }

.irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.15; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15); }

.irs-slider {
  width: 22px;
  height: 22px;
  top: 2px;
  background-position: 0 -120px;
  z-index: 3; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

.irs-from, .irs-to, .irs-single {
  margin: 0;
  font-size: 11px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  top: 3px;
  z-index: 2; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid-pol {
  background: #99a4ac; }

.irs-grid-text {
  color: #99a4ac; }

html {
  width: 100%;
  height: 100%; }

#debugger {
  display: none;
  position: fixed;
  z-index: 10000000;
  background: white;
  border: 1px solid #000;
  padding: 10px;
  font-size: 12px;
  min-width: 300px;
  min-height: 100px; }

body {
  background-color: #f2f2f2;
  padding: 0;
  margin: 0;
  font-size: 12px;
  width: 100%;
  height: 100vh;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 43.75em) {
    body {
      font-size: 14px;
      height: 100%; } }
  @media screen and (min-width: 75em) {
    body {
      font-size: 16px; } }

.main-container {
  position: absolute;
  top: 9em;
  bottom: 6em;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .main-container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 43.75em) {
    .main-container {
      bottom: 8em; } }
  @media screen and (min-width: 64em) {
    .main-container {
      bottom: 7em; } }
  @media screen and (max-width: 35em) {
    .main-container {
      bottom: 0; } }
  @media screen and (min-width: 43.75em) {
    .main-container.scroll-blocked {
      height: 100vh;
      overflow-y: hidden; } }

header {
  height: 6em;
  font-size: 1em; }

.iframed header {
  display: none; }

.iframed .main-container {
  top: 3em; }

#toolbar {
  height: 3em;
  position: relative;
  z-index: 999999; }
  @media print {
    #toolbar {
      display: none; } }

.iframed #toolbar {
  position: fixed;
  width: 100%;
  z-index: 1000001; }

#search {
  position: absolute;
  top: 0;
  height: 3em;
  left: 0;
  width: 17.75em;
  z-index: 1; }
  @media screen and (min-width: 43.75em) {
    #search {
      width: 18.75em; } }
  @media screen and (min-width: 64em) {
    #search {
      width: 22.5em; } }
  #search .address-search {
    width: 100%; }

#map-category-controls-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3em; }
  #map-category-controls-wrapper .map-category-controls--toggle {
    display: none;
    position: absolute;
    top: 50%;
    left: 18.75em;
    transform: translateY(-50%);
    line-height: 0; }
  #map-category-controls-wrapper label.map-category-controls--toggle {
    cursor: pointer;
    left: auto;
    right: 6em;
    margin-top: 2px; }
  #map-category-controls-wrapper input.map-category-controls--toggle {
    opacity: 0;
    left: -9999px; }
  #map-category-controls-wrapper #map-category-toggle-cb:checked ~ #map-category-controls {
    display: block; }
  @media screen and (min-width: 23.125em) {
    #map-category-controls-wrapper .map-category-controls--toggle {
      display: block; } }
  @media screen and (min-width: 43.75em) {
    #map-category-controls-wrapper {
      left: 0; } }
  @media screen and (min-width: 64em) {
    #map-category-controls-wrapper {
      left: 22.5em; }
      #map-category-controls-wrapper .map-category-controls--toggle {
        display: none; } }

#map-category-controls {
  display: none;
  position: relative;
  background-color: #248C43;
  width: 100%;
  padding: 0.5em 0;
  top: 3em; }
  #map-category-controls .map-category-control {
    display: block; }
    @media screen and (min-width: 64em) {
      #map-category-controls .map-category-control {
        float: left; } }
  @media screen and (min-width: 43.75em) {
    #map-category-controls {
      width: 18.75em; } }
  @media screen and (min-width: 64em) {
    #map-category-controls {
      display: block;
      padding: 0;
      top: 0;
      width: 100%; }
      #map-category-controls .map-category-control + .map-category-control {
        margin-left: 1em; } }

#year-select {
  position: absolute;
  right: 1em;
  top: 0.5em; }

#map-controls {
  position: absolute;
  height: 100%;
  width: 18.75em;
  left: 0;
  z-index: 2;
  transition: left 0.3s linear; }
  #map-controls.close {
    left: -18.75em; }
  #map-controls #map-controls--toggle {
    position: absolute;
    top: 0;
    left: 100%;
    background: #248C43;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    line-height: 1; }
    #map-controls #map-controls--toggle .closed {
      display: none;
      padding: 0 5px; }
      #map-controls #map-controls--toggle .closed span {
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase; }
    #map-controls #map-controls--toggle svg {
      display: inline-block;
      vertical-align: middle;
      fill: #fff; }
  #map-controls.close #map-controls--toggle .closed {
    display: block; }
  #map-controls.close #map-controls--toggle .open {
    display: none; }
  #map-controls .irs {
    height: 21px; }
  @media screen and (min-width: 43.75em) {
    #map-controls {
      left: 0 !important; }
      #map-controls #map-controls--toggle {
        display: none; } }
  @media screen and (min-width: 64em) {
    #map-controls {
      width: 22.5em; } }

#map-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  overflow: hidden;
  left: 0;
  z-index: 1; }
  @media screen and (min-width: 43.75em) {
    #map-wrapper {
      left: 18.75em; } }
  @media screen and (min-width: 64em) {
    #map-wrapper {
      left: 22.5em; } }

#map {
  height: 100%;
  width: 100%; }

.clearfix:after, header h1:after {
  content: "";
  display: table;
  clear: both; }

.compare-mode #map-controls--toggle {
  display: none; }

header h1 {
  position: relative;
  line-height: 1;
  font-size: 1em;
  height: 6em;
  margin: 0; }
  header h1 span {
    position: absolute;
    left: -999px; }
  header h1 .header-banner-item,
  header h1 .header-logo {
    position: relative;
    display: block;
    top: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    float: left;
    font-size: 1em;
    text-decoration: none;
    outline: none;
    border: 0; }
    header h1 .header-banner-item img,
    header h1 .header-logo img {
      display: block;
      width: auto;
      height: 6em;
      margin: 0;
      padding: 0;
      border: 0; }
  header h1 .header-logo {
    height: 100%; }
    header h1 .header-logo img {
      height: 3em;
      margin-top: 1.5em; }
  header h1 .header-banner-item {
    float: right;
    display: none; }
    header h1 .header-banner-item.dc-skyline-logo {
      display: block;
      position: absolute;
      float: none;
      right: 0;
      bottom: 0;
      height: auto;
      top: auto; }
      header h1 .header-banner-item.dc-skyline-logo img {
        height: 5em; }
  @media screen and (min-width: 43.75em) {
    header h1 .header-banner-item {
      display: block; }
      header h1 .header-banner-item.dc-skyline-logo {
        position: relative;
        float: right;
        top: 0;
        right: auto;
        bottom: auto;
        height: 100%; }
        header h1 .header-banner-item.dc-skyline-logo img {
          height: 6em; } }

header {
  background-color: #f2f2f2; }
  header h1 {
    text-indent: 1em;
    letter-spacing: 0.1em;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    text-transform: uppercase;
    text-indent: -999px; }

#footer {
  background-color: #f2f2f2;
  height: 6em;
  position: fixed;
  display: block;
  bottom: 0;
  transition: bottom 0.2s ease-in-out;
  width: 100%;
  text-align: center;
  padding: 0.8em;
  overflow: hidden; }
  @media screen and (min-width: 43.75em) {
    #footer {
      height: 6em; } }
  @media screen and (min-width: 75em) {
    #footer {
      height: 6em; } }
  #footer .footer-row {
    display: block;
    margin: 0; }
  #footer .footer-row:first-child {
    text-transform: uppercase;
    font-weight: 500; }
  #footer a {
    display: inline-block;
    color: #248C43;
    text-decoration: none;
    vertical-align: middle; }
  #footer a + a:before {
    content: '|';
    padding: 0 5px; }
  #footer .links {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.modal-active #footer {
  bottom: 0 !important; }
  @media screen and (min-width: 43.75em) {
    .modal-active #footer {
      height: 6em !important; } }
  @media screen and (min-width: 75em) {
    .modal-active #footer {
      height: 6em !important; } }

.toolbar {
  background-color: #248C43;
  color: white; }

.search-wrapper {
  padding: 0.3em 1em;
  border: 1px solid white;
  border-radius: 1em;
  margin: 0.5em 1em; }
  .search-wrapper .address-search:focus {
    border-color: inherit;
    box-shadow: none; }
  .search-wrapper .address-search {
    padding: 0 0 0 3px;
    margin: 0;
    border: 0 none;
    display: block; }

.address-search-results.autocomplete-suggestions {
  top: 135px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 4px; }
  .address-search-results.autocomplete-suggestions .autocomplete-suggestions-header,
  .address-search-results.autocomplete-suggestions .autocomplete-suggestions-wrapper {
    margin-right: 12px;
    padding: 0; }
  .address-search-results.autocomplete-suggestions .autocomplete-suggestion {
    line-height: 1.5;
    color: #666;
    font-size: 0.9em;
    border-bottom: 1px solid #aaa;
    padding: 4px 0;
    margin: 0; }
    .address-search-results.autocomplete-suggestions .autocomplete-suggestion:last-child {
      border-bottom: 0; }
    .address-search-results.autocomplete-suggestions .autocomplete-suggestion b {
      color: #248C43; }
  .address-search-results.autocomplete-suggestions .autocomplete-suggestion-prop {
    padding: 0 .6em; }
  .address-search-results.autocomplete-suggestions .autocomplete-suggestion-prop:last-child {
    padding: 0 .6em;
    font-size: 0.9em;
    color: #666; }
  .address-search-results.autocomplete-suggestions .autocomplete-suggestion.selected {
    background: #ddd; }
  .address-search-results.autocomplete-suggestions .autocomplete-suggestions-header {
    color: #aaa;
    font-size: 0.9em;
    padding-top: 5px;
    padding-bottom: 5px; }

.map-category-control {
  display: block;
  position: relative;
  padding: 0;
  width: calc(100% - 2em);
  margin-left: 1em; }
  @media screen and (min-width: 56.25em) {
    .map-category-control {
      padding: 0.5em 0;
      width: auto;
      margin-left: 0; } }
  .map-category-control .category-list-toggle {
    position: relative;
    line-height: 1;
    box-sizing: border-box;
    padding: 0.4em 1.2em;
    display: block;
    margin-bottom: .5rem; }
    .map-category-control .category-list-toggle .asc,
    .map-category-control .category-list-toggle .desc {
      position: absolute;
      width: 12px;
      right: 10px;
      top: 50%;
      font-size: 0;
      transform: translateY(-50%); }
      .map-category-control .category-list-toggle .asc path,
      .map-category-control .category-list-toggle .desc path {
        fill: #fff; }
    .map-category-control .category-list-toggle .asc {
      display: none; }
      .map-category-control .category-list-toggle .asc path {
        fill: #248C43; }
  .map-category-control input[type="checkbox"]:checked + .category-list-toggle .asc {
    display: block; }
  .map-category-control input[type="checkbox"]:checked + .category-list-toggle .desc {
    display: none; }
  .map-category-control .categories {
    display: none;
    position: relative; }
    @media screen and (min-width: 56.25em) {
      .map-category-control .categories {
        display: block;
        position: relative;
        z-index: 99;
        top: 0;
        left: -999999px;
        padding-bottom: 5px;
        height: 0;
        max-width: 11em;
        overflow: hidden; } }
  .map-category-control input[type="checkbox"]:checked + .category-list-toggle + .categories {
    display: block; }
  @media screen and (min-width: 56.25em) {
    .map-category-control input[type="checkbox"]:checked + .category-list-toggle + .categories {
      left: 0;
      height: 19.125em; } }
  .map-category-control .categories-wrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    max-height: 200px;
    margin-bottom: 0.5em; }
  @media screen and (min-width: 56.25em) {
    .map-category-control .categories-wrapper {
      max-height: initial;
      margin-bottom: 0; } }
  .map-category-control ul {
    padding: 0.5em 0; }
  .map-category-control li {
    margin: 0.25em 1em;
    clear: both;
    word-break: break-word; }
  .map-category-control li.actions {
    font-size: 0.7em;
    padding-bottom: 0.5em;
    text-transform: uppercase; }
    .map-category-control li.actions a {
      color: #248C43; }
  .map-category-control .content {
    padding-left: 1.5em;
    position: relative; }
  .map-category-control .check {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0.15em;
    height: 1em;
    width: 1em; }

.map-category-control .category-list-toggle {
  background-color: #248C43;
  border: 1px solid white;
  border-radius: 1em;
  color: #fff;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: normal; }

.map-category-control input[type="checkbox"]:checked + .category-list-toggle {
  background-color: white;
  color: #248C43; }

.map-category-control .categories {
  color: #248C43;
  background-color: rgba(209, 209, 208, 0.9); }

.map-category-control li {
  line-height: 1.2;
  font-size: 0.8em; }

.map-category-control input[type=checkbox] {
  display: none; }

.map-category-control input[type=checkbox]:checked + label .check {
  background: #248C43; }

.map-category-control .check {
  box-shadow: inset 0 0 0 1px #248C43; }

.map-category-control label {
  cursor: pointer;
  font-weight: 300; }

.compare-mode #map-controls {
  width: 100%; }

@media screen and (min-width: 64em) {
  #map-controls {
    height: calc(100% - 2em); } }

#map-controls #map-controls-bk {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f2f2f2;
  z-index: 0; }

.compare-mode #map-controls #map-controls-bk {
  width: 22.5em; }

#map-controls #map-controls-header {
  position: relative;
  width: 100%;
  height: 4em;
  background-color: #f2f2f2;
  box-shadow: inset 0 -1px #248C43; }
  #map-controls #map-controls-header > div {
    padding: 0.75em 1em 0.75em 2em; }
  #map-controls #map-controls-header h4 {
    position: relative;
    text-transform: uppercase;
    margin: 0; }
    #map-controls #map-controls-header h4 button {
      position: absolute;
      top: -0.2em;
      right: 0;
      background: transparent;
      border: 0;
      font-size: 0.81em;
      text-transform: uppercase;
      border-radius: 0;
      padding: 0.4em;
      line-height: 1; }
  #map-controls #map-controls-header p {
    font-size: 0.75em;
    font-style: italic;
    margin: 0; }

.compare-mode #map-controls #map-controls-header {
  width: 18.75em; }
  @media screen and (min-width: 64em) {
    .compare-mode #map-controls #map-controls-header {
      width: 22.5em; } }

#map-controls #map-controls-content {
  position: relative;
  height: calc(100% - 9em); }
  @media screen and (min-width: 64em) {
    #map-controls #map-controls-content {
      height: calc(100% - 4em); } }

#map-controls #map-controls-content--inner {
  overflow-y: auto;
  height: 100%;
  overflow-x: hidden; }

.compare-mode #map-controls #map-controls-content--inner {
  width: calc(100% - 50px);
  overflow-x: auto; }
  @media screen and (min-width: 64em) {
    .compare-mode #map-controls #map-controls-content--inner {
      width: 100%;
      overflow: unset; } }

#map-controls .compare-closer {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
  visibility: hidden; }

.compare-mode #map-controls .compare-closer {
  visibility: visible; }

#map-controls label {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  z-index: 1; }

#map-controls input {
  display: none; }

#map-controls h2 {
  margin-bottom: 0;
  padding: 0.75em 0;
  width: 100%;
  background-color: #f2f2f2;
  font-weight: 300;
  text-indent: 2em;
  box-shadow: inset 0 -1px #248C43; }

.compare-mode #map-controls label {
  width: 725px; }
  @media screen and (min-width: 43.75em) {
    .compare-mode #map-controls label {
      width: calc(18.75em + 500px); } }
  @media screen and (min-width: 64em) {
    .compare-mode #map-controls label {
      width: calc(100% - 160px); } }

#map-controls h3 {
  margin: 0;
  font-size: inherit; }

#map-controls .map-control {
  position: relative;
  display: table-row;
  height: auto; }

#map-controls .map-control + .map-control .control-cell--inner {
  border-top: 1px solid #f2f2f2; }

#map-controls .control-cell {
  position: relative;
  display: table-cell;
  vertical-align: top;
  height: 100%; }

#map-controls .control-cell--inner {
  height: 100%;
  padding: 1em;
  padding-left: 2em; }

#map-controls .control-cell.left {
  width: 100%;
  z-index: 2; }
  #map-controls .control-cell.left .control-cell--inner {
    background-color: #dedede;
    background-image: linear-gradient(to right,#dedede, #d0d0d0);
    background-color: #d0d0d0; }

.compare-mode #map-controls .control-cell.left {
  width: 18.75em; }
  @media screen and (min-width: 64em) {
    .compare-mode #map-controls .control-cell.left {
      width: 22.5em; } }

#map-controls .control-cell.right {
  width: auto;
  left: -100%;
  transition: left 0.4s linear;
  z-index: 1; }
  #map-controls .control-cell.right .control-cell--inner {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 500px;
    padding: 0;
    background-color: #dadada; }
    @media screen and (min-width: 64em) {
      #map-controls .control-cell.right .control-cell--inner {
        width: calc(100% - 160px); } }
  #map-controls .control-cell.right .compare-closer {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 160px;
    background: transparent; }
  #map-controls .control-cell.right .building-details {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0 1em;
    overflow: hidden;
    color: #5d5d5d;
    font-size: 1em; }
    #map-controls .control-cell.right .building-details td {
      padding: 0;
      width: auto;
      text-align: center;
      border: 0; }
      #map-controls .control-cell.right .building-details td.col-selected {
        color: #248C43; }
      #map-controls .control-cell.right .building-details td.disable {
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        opacity: 0.5;
        color: #d1d1d0 !important; }
    #map-controls .control-cell.right .building-details td span {
      display: block; }
      #map-controls .control-cell.right .building-details td span.value {
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: 500; }
      #map-controls .control-cell.right .building-details td span.unit {
        font-size: 0.85em;
        margin-top: -.15em; }

#map-controls .map-control:last-child .control-cell--inner {
  box-shadow: inset 0 -1px #248C43; }

.compare-mode #map-controls .control-cell.right {
  left: 0; }

#map-controls .control-head {
  margin-bottom: .5em;
  line-height: 1.2em;
  font-size: .9em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative; }

#map-controls .more-info {
  display: none;
  font-weight: 100;
  position: relative;
  white-space: nowrap;
  font-size: 0.9em; }
  @media screen and (min-width: 43.75em) {
    #map-controls .more-info {
      display: block; } }

#map-controls .description {
  margin-top: 1em;
  font-size: 0.9em;
  display: none; }

#map-controls .map-control.show-more-info .more,
#map-controls .more-info .less {
  display: none; }

#map-controls .map-control.show-more-info .less,
#map-controls .map-control.show-more-info .description {
  display: block; }

#map-controls .category-control-container {
  display: none;
  position: relative;
  width: 100%; }

#map-controls input:checked + label + .category-control-container {
  display: table; }

#map-controls .chart {
  margin-top: 0.75em;
  margin-bottom: 0.25em;
  width: 100%;
  height: 2.9375em;
  padding: 0 0.5em; }

#map-controls .is-threshold.no-thresholds .chart {
  height: 0; }

#map-controls .histogram {
  width: 100%;
  height: 100%; }

#map-controls .is-threshold.no-thresholds .histogram {
  display: none; }

#map-controls .no-threshold-proptype {
  display: none;
  font-size: 0.9em;
  font-style: italic; }

#map-controls .is-threshold.no-thresholds .no-threshold-proptype {
  display: block; }

#map-controls .proptype-median {
  color: #248C43;
  font-size: 0.75em;
  text-align: center;
  margin-top: 5px;
  text-transform: uppercase; }
  #map-controls .proptype-median > span {
    font-size: 1.25em;
    font-weight: 500; }

#map-controls .is-threshold .proptype-median {
  display: none; }

#map-controls .is-threshold.no-thresholds .filter-wrapper {
  display: none;
  pointer-events: none; }

#map-controls .quartiles {
  height: 20px;
  padding: 0 0.5em; }
  #map-controls .quartiles .inner {
    position: relative; }
  #map-controls .quartiles .qlabel {
    position: absolute;
    text-align: center;
    font-size: 0.8em; }

#map-controls .quartiles,
#map-controls .is-threshold.no-thresholds .quartiles {
  display: none; }

#map-controls .is-threshold .quartiles {
  display: block; }

#map-controls {
  background-color: transparent; }
  #map-controls label:after {
    bottom: -9px;
    border-top-color: #f2f2f2; }
  #map-controls h2:after {
    border-top-color: #248C43; }
  #map-controls h3 {
    font-weight: bold; }
  #map-controls .category {
    cursor: pointer; }
  #map-controls .category-control-container {
    color: #248C43; }
  #map-controls .current.map-control .control-cell.left .control-cell--inner {
    box-shadow: inset 1em 0 #248C43;
    color: #248C43; }
  #map-controls .current.map-control:last-child {
    box-shadow: inset 1em -1px #248C43; }
  #map-controls .filter-toggle {
    position: absolute;
    display: none;
    width: 12px;
    right: 10px;
    padding: 0;
    margin: 0;
    top: 50%;
    background: transparent;
    border: 0;
    text-indent: 0;
    transform: translateY(-50%); }
    #map-controls .filter-toggle.expand {
      display: block; }
    #map-controls .filter-toggle svg path {
      fill: #248C43; }
    .compare-mode #map-controls .filter-toggle {
      --nav-col-fixed-width: 18.75em;
      right: calc(100% - var(--nav-col-fixed-width)); }
      @media screen and (min-width: 64em) {
        .compare-mode #map-controls .filter-toggle {
          --large-nav-col-fixed-width: 22.5em;
          right: calc(100% - var(--large-nav-col-fixed-width)); } }
  #map-controls input:checked + label .filter-toggle.expand {
    display: none; }
  #map-controls input:checked + label .filter-toggle.collapse {
    display: block; }
  #map-controls input:checked + label .filter-toggle svg path {
    fill: #d1d1d0; }
  #map-controls .helper-collapse,
  #map-controls .helper-expand {
    display: none !important;
    float: right;
    margin-right: 1.6em;
    padding: 0.25em 0;
    font-size: 0.81em;
    text-transform: uppercase; }
  @media screen and (min-width: 56.25em) {
    #map-controls {
      /*
    .helper-expand { display: block; }

    input:checked + label .helper-collapse {
      display: block;
    }

    input:checked + label .helper-expand {
      display: none;
    }
    */ } }
  #map-controls .more-info {
    text-transform: uppercase;
    cursor: pointer; }
  #map-controls .more-info .more,
  #map-controls .more-info .less {
    padding-right: 0.9em; }
  #map-controls .more-info .more:after,
  #map-controls .more-info .less:after {
    content: "\A";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.333333em;
    border-style: solid; }
  #map-controls .more-info .more:after {
    border-width: 0.4em 0 0.4em 0.6em;
    border-color: transparent transparent transparent white; }
  #map-controls .more-info .less:after {
    border-width: 0.4em 0.6em 0.4em 0;
    border-color: transparent white transparent transparent; }
  #map-controls .current.map-control .more-info .more:after {
    border-color: transparent transparent transparent #248C43; }
  #map-controls .current.map-control .more-info .less:after {
    border-color: transparent #248C43 transparent transparent; }
  #map-controls .map-control:not(.current) rect, #map-controls .map-control:not(.current) .filter-wrapper, #map-controls .map-control:not(.current) .irs {
    pointer-events: none; }
  #map-controls .map-control:not(.current) rect {
    fill-opacity: 0.2; }
  #map-controls rect {
    fill-opacity: 1; }
  .compare-mode #map-controls rect {
    fill-opacity: 0.2; }
    .compare-mode #map-controls rect.highlight {
      fill-opacity: 1; }

.leaflet-control-zoom.leaflet-bar a {
  background-color: #f2f2f2; }

.building-report {
  margin: 0; }
  .building-report h2 {
    line-height: 1em; }
  .building-report input {
    display: none; }
  .building-report th:first-child {
    overflow-x: hidden;
    text-overflow: ellipsis; }
  .building-report td:first-child div, .building-report h2 {
    margin: 0 1rem 0 0.5rem; }
  .building-report th + th, .building-report td + td {
    max-width: 11em; }
  .building-report th, .building-report label {
    font-weight: 400; }
  .building-report label {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0.25em;
    padding: 0.5em 1.75em 0.5em 1em;
    max-width: 10em;
    position: relative;
    line-height: 1; }
  .building-report .sorted label {
    padding-right: 2.5em; }
  .building-report label span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-size: 1.5em;
    line-height: 1.2em;
    padding-bottom: 0.133333333em; }
  .building-report input:checked + label {
    display: block; }
  .building-report .sorted.asc .asc,
  .building-report .sorted.desc .desc {
    display: block; }
  .building-report .remove {
    padding: 0 0.25em; }
  .building-report label .asc, .building-report label .desc {
    display: none;
    right: 1em; }
  .building-report td:first-child div {
    line-height: 1;
    display: none; }
  .building-report td:first-child div:first-child, .building-report td:first-child div:first-child + div {
    display: block; }
  .building-report td:first-child div + div {
    margin-top: .25em; }
  .building-report .metric-container,
  .building-report .averages .subheader,
  .building-report .average-container {
    padding: 0 1em;
    max-width: 10em; }
  .building-report .metric-container {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .building-report .metric-container span {
    font-size: 1.25em; }

.building-report thead {
  background-color: #248C43;
  color: #fff; }

.building-report tbody {
  color: #248C43;
  background-color: #fff; }

.building-report th:first-child, .building-report td:first-child {
  text-align: right; }

.building-report th, .building-report label {
  text-transform: uppercase; }

.building-report tbody tr {
  cursor: pointer; }

.building-report tbody tr:first-child {
  cursor: default; }

.building-report label {
  background: #fff;
  border-radius: 1em;
  color: #248C43;
  cursor: pointer; }

.building-report .building-info div:first-child {
  font-weight: bold;
  text-transform: uppercase; }

.building-report .subheader, .building-report .average-info {
  color: #d1d1d0;
  text-transform: uppercase; }

.building-report .averages .subheader, .building-report .averages .average-container {
  text-align: center; }

.building-report .averages .subheader span {
  font-size: 0.9em; }

.building-report .average-container {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden; }

.building-report .average-container .average {
  font-size: 1.2em;
  font-weight: bold; }

.building-report .average-container .unit {
  font-size: 0.9em;
  text-transform: uppercase; }

.building-report .metric-container {
  font-weight: bold;
  text-align: center;
  color: #d1d1d0; }

.building-report .undefined .value {
  display: none; }

.building-report .defined .no-value {
  display: none; }

.building-report .building:not(.current) .value {
  color: #858583 !important; }

.building-report .metric-container .histogram {
  height: 1.9375em; }

.building-report .histogram rect:not(.current) {
  fill-opacity: 0.4; }

.building-report .undefined .histogram rect.current {
  fill-opacity: 0.4; }

.year-control li {
  position: relative;
  display: inline-block; }

.year-control input {
  display: none; }

.year-control label::after {
  height: 0.5em;
  width: 0.5em;
  border-radius: 50%;
  display: block;
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -0.25em;
  margin-left: -0.25em; }

.year-control li + li {
  margin-left: 0.75em; }

.year-control {
  font-weight: 500;
  border-bottom-color: rgba(20, 79, 38, 0.7);
  text-align: center; }
  .year-control input + label {
    cursor: pointer;
    color: #1a6330;
    opacity: 0.85; }
    .year-control input + label::after {
      opacity: 0.6;
      background-color: #144f26; }
  .year-control input:checked + label {
    color: white;
    opacity: 1;
    cursor: default; }
    .year-control input:checked + label::after {
      opacity: 1;
      background-color: white; }

#year-select-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 6em;
  height: 3em;
  z-index: 1; }
  #year-select-wrapper .year-control-inner {
    display: block;
    position: relative;
    height: 3em;
    text-align: center; }
  #year-select-wrapper .yearselect-controls--toggle {
    display: block;
    position: absolute;
    top: 50%;
    left: 18.75em;
    transform: translateY(-50%);
    line-height: 0; }
  #year-select-wrapper label.yearselect-controls--toggle {
    position: relative;
    left: 0;
    margin-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    #year-select-wrapper label.yearselect-controls--toggle svg, #year-select-wrapper label.yearselect-controls--toggle span {
      display: inline-block;
      vertical-align: top;
      line-height: 1; }
    #year-select-wrapper label.yearselect-controls--toggle span {
      vertical-align: bottom; }
  #year-select-wrapper input.yearselect-controls--toggle {
    opacity: 0;
    left: -9999px; }
  #year-select-wrapper #yearselect-toggle-cb:checked ~ #year-select {
    display: block; }

#year-select {
  display: none;
  position: absolute;
  top: 3em;
  width: 6em;
  background-color: #248C43;
  right: 0; }

.year-control {
  border-bottom: 0; }
  .year-control li {
    display: block; }
  .year-control li + li {
    margin-left: 0; }
  .year-control li label:after {
    display: none; }
  .year-control label {
    margin-bottom: 0;
    line-height: 2em; }

#map a.leaflet-popup-close-button {
  display: none; }

#map .leaflet-popup-content-wrapper {
  box-shadow: none;
  border-radius: 0;
  background-color: #ddd; }

#map .leaflet-popup-tip {
  background-color: #ddd; }

.leaflet-popup-content .building-info {
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1;
  font-size: 1em; }
  .leaflet-popup-content .building-info li + li {
    padding-top: .5em; }
  .leaflet-popup-content .building-info .building-popup-info--grid {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .leaflet-popup-content .building-info .building-popup-info--label {
    color: #333; }
  .leaflet-popup-content .building-info .building-popup-chart {
    min-width: 200px;
    max-width: 300px;
    margin: 20px 0 0 0; }
    .leaflet-popup-content .building-info .building-popup-chart > h3 {
      text-transform: uppercase;
      font-size: 1.2em;
      line-height: 1;
      margin: 0 0 5px 0; }
    .leaflet-popup-content .building-info .building-popup-chart .inner {
      border: 1px solid #248C43;
      padding: 10px; }
    .leaflet-popup-content .building-info .building-popup-chart table {
      margin: 0;
      table-layout: auto; }
      .leaflet-popup-content .building-info .building-popup-chart table td {
        padding: 0;
        border: 0; }
      .leaflet-popup-content .building-info .building-popup-chart table td:first-child {
        width: auto;
        padding-right: 10px; }
      .leaflet-popup-content .building-info .building-popup-chart table td:last-child {
        width: 100%; }
    .leaflet-popup-content .building-info .building-popup-chart .lead td {
      padding-bottom: 1rem;
      vertical-align: baseline; }
    .leaflet-popup-content .building-info .building-popup-chart .lead td:first-child {
      font-size: 2.5em;
      font-weight: 500;
      line-height: 1; }
    .leaflet-popup-content .building-info .building-popup-chart .barchart td {
      vertical-align: bottom; }
    .leaflet-popup-content .building-info .building-popup-chart .barchart td:first-child {
      font-size: 1.5em;
      font-weight: 500; }
    .leaflet-popup-content .building-info .building-popup-chart .bar {
      position: relative;
      width: 100%;
      height: 16px;
      border: 1px solid #248C43; }
    .leaflet-popup-content .building-info .building-popup-chart .fill {
      height: 100%;
      background: #248C43; }
    .leaflet-popup-content .building-info .building-popup-chart .barchart--labels {
      overflow: hidden; }
      .leaflet-popup-content .building-info .building-popup-chart .barchart--labels td {
        position: relative;
        padding: 5px 0 0; }
      .leaflet-popup-content .building-info .building-popup-chart .barchart--labels td:first-child {
        white-space: nowrap;
        vertical-align: top; }
      .leaflet-popup-content .building-info .building-popup-chart .barchart--labels .min, .leaflet-popup-content .building-info .building-popup-chart .barchart--labels .max {
        position: relative;
        top: 0;
        width: 40%;
        float: left; }
        .leaflet-popup-content .building-info .building-popup-chart .barchart--labels .min span, .leaflet-popup-content .building-info .building-popup-chart .barchart--labels .max span {
          display: inline-block;
          width: 100%; }
      .leaflet-popup-content .building-info .building-popup-chart .barchart--labels .max {
        float: right;
        text-align: right; }
    .leaflet-popup-content .building-info .building-popup-chart td.nodata {
      font-size: 0.85em !important; }
      .leaflet-popup-content .building-info .building-popup-chart td.nodata a {
        color: #248C43; }
  .leaflet-popup-content .building-info button {
    width: 100%;
    margin: 1rem 0 0;
    padding: 0.5em 1em;
    border: 1px solid #248C43;
    border-radius: 1em;
    background: #248C43;
    color: white;
    font-size: 0.75rem;
    text-transform: uppercase; }

/*
  .spinner code from http://tobiasahlin.com/spinkit/
*/
#ce-activity-indicator {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: rgba(255, 255, 255, 0.4);
  z-index: 999999; }
  .show-activity-indicator #ce-activity-indicator {
    display: block; }
  #ce-activity-indicator .spinner-alt {
    display: none; }
  .activity-indicator-basic #ce-activity-indicator .spinner-alt {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0;
    padding: 6px 0;
    background: white;
    background: rgba(255, 255, 255, 0.6);
    color: #666;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    transform: translateY(-50%); }
  #ce-activity-indicator .spinner {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 40px;
    margin: 0;
    text-align: center;
    font-size: 10px;
    transform: translateY(-50%); }
  .activity-indicator-basic #ce-activity-indicator .spinner {
    display: none; }
  #ce-activity-indicator .spinner > div {
    background-color: #666;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  #ce-activity-indicator .spinner .rect2 {
    animation-delay: -1.1s; }
  #ce-activity-indicator .spinner .rect3 {
    animation-delay: -1.0s; }
  #ce-activity-indicator .spinner .rect4 {
    animation-delay: -0.9s; }
  #ce-activity-indicator .spinner .rect5 {
    animation-delay: -0.8s; }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

#mobile-failover {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: 999999; }
  #mobile-failover.forceoff {
    display: none !important; }
  @media screen and (min-width: 43.75em) {
    #mobile-failover {
      display: none; } }
  #mobile-failover .logo {
    display: inline-block;
    position: relative;
    margin: 1em 0;
    height: 46px; }
    #mobile-failover .logo img {
      width: auto;
      height: 100%; }
  #mobile-failover .hero {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 3em;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    transform: translateY(-50%); }
    #mobile-failover .hero > div {
      display: inline-block; }
  #mobile-failover #continue-on {
    background: #248C43;
    color: white;
    font-size: 0.75rem;
    padding: 4px 8px;
    border: 0; }
  #mobile-failover label {
    font-size: 0.75rem;
    font-weight: normal;
    margin-top: 0.5em; }

body.modal-active {
  overflow: hidden; }

#modals {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 6em);
  background: #f2f2f2;
  z-index: 1000000; }
  @media screen and (min-width: 43.75em) {
    #modals {
      height: calc(100% - 6em); } }
  @media screen and (min-width: 75em) {
    #modals {
      height: calc(100% - 6em); } }
  #modals.active {
    display: block; }
  #modals .inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 1em;
    border: 1em solid #248C43;
    text-align: center;
    overflow: hidden;
    overflow-y: auto; }
  #modals a {
    color: #248C43;
    font-weight: 500;
    text-decoration: underline; }
    #modals a.link-ref {
      display: block;
      margin-top: 0.5rem;
      text-align: left; }
  #modals button {
    position: fixed;
    top: 0;
    right: 0;
    height: 42px;
    width: 42px;
    margin-right: 1em;
    margin-top: 1em;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0; }
    #modals button span {
      font-size: 42px;
      line-height: 42px; }
  #modals h3 {
    text-transform: uppercase; }
  #modals p {
    margin: 0 0 0.6em; }
  #modals .indent {
    margin: 0 1.5rem; }
  #modals .list {
    list-style-type: circle;
    margin-bottom: 0.6em; }
  #modals table, #modals tbody, #modals tr, #modals td {
    display: block; }
  #modals table {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    text-align: left; }
    #modals table tr + tr {
      margin-top: 1rem; }
    #modals table td {
      vertical-align: top;
      padding: 0.3em 0 0 0;
      border: 0; }
      #modals table td:first-child {
        font-weight: bold; }
  @media screen and (min-width: 43.75em) {
    #modals table {
      display: table;
      width: 80%;
      height: 100%; }
      #modals table tbody {
        display: table-row-group; }
      #modals table tr {
        display: table-row; }
      #modals table td {
        display: table-cell;
        padding-top: 0.5em; }
        #modals table td:first-child {
          padding-right: 0.5em;
          text-align: right;
          font-weight: normal; }
        #modals table td:last-child {
          padding-left: 0.5em; } }

#landing {
  display: block;
  position: absolute;
  top: 9em;
  left: 0;
  width: 100%;
  height: calc(100vh + 6em);
  background: #f2f2f2;
  z-index: 999998; }
  @media screen and (min-width: 43.75em) {
    #landing {
      height: calc(100vh + 2em); } }
  #landing a {
    color: #477dca; }
    #landing a:active, #landing a:focus, #landing a:hover {
      color: blueviolet; }
  #landing .landing-main-container {
    color: #333;
    margin: 0;
    padding: 1em 2em 6em 2em; }
    @media screen and (min-width: 43.75em) {
      #landing .landing-main-container {
        padding: 1em 4em 6em 4em; } }
    #landing .landing-main-container--description {
      text-align: justify;
      margin-bottom: 0.6em; }
      #landing .landing-main-container--description span {
        font-weight: 600; }
    #landing .landing-main-container--cards {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0.6em; }
      #landing .landing-main-container--cards .card-block {
        border: 1px solid #d1d1d0;
        width: 10em;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        border-radius: 0.1em;
        -ms-flex-align: center;
            align-items: center;
        text-align: center;
        padding: 0.8em 0.4em;
        background-color: white;
        margin: 0.6em; }
        #landing .landing-main-container--cards .card-block--unit-value {
          margin-top: auto; }
    #landing .landing-main-container--chart-block {
      margin-bottom: 2em; }
      #landing .landing-main-container--chart-block .chart-block--histogram {
        position: relative;
        max-width: 860px;
        margin: 0 auto; }
        #landing .landing-main-container--chart-block .chart-block--histogram .tooltip {
          position: absolute;
          opacity: 0;
          display: none;
          width: -moz-fit-content;
          width: fit-content; }
          #landing .landing-main-container--chart-block .chart-block--histogram .tooltip__visible {
            display: none; }
            @media screen and (min-width: 43.75em) {
              #landing .landing-main-container--chart-block .chart-block--histogram .tooltip__visible {
                display: block;
                opacity: 1; } }
          #landing .landing-main-container--chart-block .chart-block--histogram .tooltip span {
            font-weight: 500; }
        #landing .landing-main-container--chart-block .chart-block--histogram svg {
          background-color: white;
          display: block;
          margin: 0 auto; }
        #landing .landing-main-container--chart-block .chart-block--histogram .x-axis path,
        #landing .landing-main-container--chart-block .chart-block--histogram .y-axis path {
          fill: none;
          stroke: #333; }
        #landing .landing-main-container--chart-block .chart-block--histogram .x-axis .grid-line,
        #landing .landing-main-container--chart-block .chart-block--histogram .y-axis .grid-line {
          stroke: #666;
          stroke-opacity: 0.2; }
    #landing .landing-main-container--button {
      margin: 0 auto;
      display: block;
      border-radius: 0.4em;
      line-height: 1.5em;
      padding: 0.4em 0.8em;
      background-color: #248C43;
      color: white; }
  #landing .landing-footer-container {
    background-color: #f2f2f2;
    height: 6em;
    position: fixed;
    display: block;
    bottom: 0;
    transition: bottom 0.2s ease-in-out;
    width: 100%;
    text-align: center;
    padding: 0.8em;
    overflow: hidden; }
    @media screen and (min-width: 43.75em) {
      #landing .landing-footer-container {
        height: 6em; } }
    @media screen and (min-width: 75em) {
      #landing .landing-footer-container {
        height: 6em; } }
    #landing .landing-footer-container .footer-row {
      display: block;
      margin: 0; }
    #landing .landing-footer-container .footer-row:first-child {
      text-transform: uppercase;
      font-weight: 500; }
    #landing .landing-footer-container a {
      display: inline-block;
      color: #248C43;
      text-decoration: none;
      vertical-align: middle; }
    #landing .landing-footer-container a + a:before {
      content: '|';
      padding: 0 5px; }
    #landing .landing-footer-container .links {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

/* mobile grid, right now we need to have only 12 columns class */
@media screen and (max-width: 35em) {
  .m-col-12 {
    width: 100%; } }

#scorecard {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  overflow: auto;
  z-index: 999999; }
  #scorecard.active {
    display: block; }
  #scorecard .scorecard-wrapper {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  #scorecard #back-to-map-link {
    background: #C04F31;
    color: white;
    display: inline-block;
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase; }
  #scorecard #scorecard-content {
    position: relative;
    width: 100%; }
  #scorecard .sc-heading {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #248C43;
    text-transform: uppercase;
    line-height: 1; }
    #scorecard .sc-heading.small {
      font-size: 0.75rem; }
    #scorecard .sc-heading.large {
      font-size: 1.5rem; }
    #scorecard .sc-heading.xlarge {
      font-size: 4rem; }
    #scorecard .sc-heading.number {
      margin: 0.5rem 0; }
    #scorecard .sc-heading.light {
      font-weight: 300; }
    #scorecard .sc-heading.normal-weight {
      font-weight: 400; }
    #scorecard .sc-heading.orange {
      color: #DE8F41; }
    #scorecard .sc-heading.white {
      color: #fff; }
    #scorecard .sc-heading.nodata {
      font-size: 2.5rem;
      margin-bottom: .25rem; }
  #scorecard .sc-link {
    color: #248C43;
    font-size: 0.75rem; }
  #scorecard .bold {
    font-weight: 500; }
  #scorecard .sc-txt {
    margin: 0;
    padding: 0;
    color: #248C43;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1; }
    #scorecard .sc-txt.white {
      color: #fff; }
    #scorecard .sc-txt.orange {
      color: #DE8F41; }
    #scorecard .sc-txt.tiny {
      font-size: 0.75rem; }
    #scorecard .sc-txt.small {
      font-size: 0.75rem; }
    #scorecard .sc-txt.light {
      font-weight: 300; }
    #scorecard .sc-txt.bold {
      font-weight: 500; }
    #scorecard .sc-txt.sc-addr {
      font-weight: bold; }
    #scorecard .sc-txt.pg {
      line-height: 1.2; }
    #scorecard .sc-txt a.white {
      color: #fff; }
    #scorecard .sc-txt a.orange {
      color: #DE8F41; }
    #scorecard .sc-txt a.blue {
      color: #0047BA; }
    #scorecard .sc-txt a.tiny {
      font-size: 0.75rem; }
    #scorecard .sc-txt a.small {
      font-size: 0.75rem; }
    #scorecard .sc-txt a.light {
      font-weight: 300; }
    #scorecard .sc-txt a.bold {
      font-weight: 500; }
    @media print {
      #scorecard .sc-txt {
        font-size: 0.75rem; } }
  #scorecard .sc-address {
    margin-bottom: 1rem; }
    #scorecard .sc-address .sc-addr {
      margin-bottom: .5rem; }
  #scorecard .sc-details-value {
    margin-bottom: .5rem; }
    #scorecard .sc-details-value label {
      display: inline-block;
      font-weight: bold; }
  #scorecard .scorecard--section {
    border-bottom: 1px solid #f1f1f1; }
    #scorecard .scorecard--section .inner {
      padding: 1rem; }
      #scorecard .scorecard--section .inner .nodata a {
        color: #477dca; }
        #scorecard .scorecard--section .inner .nodata a:hover, #scorecard .scorecard--section .inner .nodata a:visited {
          color: blueviolet; }
      @media print {
        #scorecard .scorecard--section .inner {
          padding: .5rem; } }
    #scorecard .scorecard--section .section-head {
      margin-bottom: 2rem; }
      @media print {
        #scorecard .scorecard--section .section-head {
          margin-bottom: .5rem; } }
      #scorecard .scorecard--section .section-head .sc-heading {
        margin-bottom: 0.75rem; }
        @media print {
          #scorecard .scorecard--section .section-head .sc-heading {
            margin-bottom: .25rem; } }
  #scorecard .sc-toggle {
    margin-bottom: 1rem; }
    #scorecard .sc-toggle .sc-heading {
      margin-bottom: .25rem; }
    #scorecard .sc-toggle .sc-toggle-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
    #scorecard .sc-toggle label {
      font-weight: 400;
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
    #scorecard .sc-toggle label + label {
      margin-left: 0.5rem; }
    #scorecard .sc-toggle label.cb-plain {
      line-height: 1; }
      #scorecard .sc-toggle label.cb-plain.sc-txt {
        text-transform: uppercase; }
      #scorecard .sc-toggle label.cb-plain input[type="checkbox"] {
        display: none; }
      #scorecard .sc-toggle label.cb-plain .cb {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 5px;
        border-radius: 50%;
        border: 1px solid #248C43; }
        #scorecard .sc-toggle label.cb-plain .cb .cb-inner {
          background: #248C43;
          display: none;
          border-radius: 50%;
          margin: 2px;
          width: 10px;
          height: 10px; }
      #scorecard .sc-toggle label.cb-plain input[type=checkbox]:checked ~ .cb .cb-inner {
        display: block; }
  #scorecard .scorecard--nav,
  #scorecard .scorecard--header {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 1rem 1rem; }
    @media print {
      #scorecard .scorecard--nav,
      #scorecard .scorecard--header {
        margin: 0.5rem 1rem; } }
    #scorecard .scorecard--nav .share-icons-block,
    #scorecard .scorecard--header .share-icons-block {
      -ms-flex-positive: 2;
          flex-grow: 2;
      text-align: right;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      margin-right: 1em;
      gap: 1em; }
      @media print {
        #scorecard .scorecard--nav .share-icons-block,
        #scorecard .scorecard--header .share-icons-block {
          display: none; } }
  #scorecard .scorecard--nav {
    margin: 1rem 0; }
  #scorecard .ess-certified .ess-logo {
    display: inline-block;
    width: 40px;
    height: 40px; }
  #scorecard .ess-certified span {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    width: 100px;
    line-height: 1.15; }
  #scorecard .scorecard--details {
    margin-bottom: 1rem;
    position: relative;
    padding: 0 1rem;
    background: #248C43;
    height: 210px;
    overflow: hidden; }
    @media screen and (max-width: 35em) {
      #scorecard .scorecard--details {
        height: auto;
        padding: 0 1em 1em 1em; }
        #scorecard .scorecard--details .middle {
          background: white;
          border-radius: 8px; }
          #scorecard .scorecard--details .middle::after {
            content: none !important; }
          #scorecard .scorecard--details .middle .circle-bk {
            transform: none !important;
            padding: 1em !important; } }
    @media print {
      #scorecard .scorecard--details {
        height: 160px; } }
    #scorecard .scorecard--details [class^="col"] {
      height: 100%;
      padding-top: 1rem;
      color: white; }
    #scorecard .scorecard--details [class^="col"].middle {
      position: relative;
      padding-top: 0;
      color: #477dca;
      z-index: 1; }
      #scorecard .scorecard--details [class^="col"].middle .circle-bk {
        position: relative;
        top: 50%;
        padding-top: 0;
        text-align: center;
        z-index: 1;
        transform: translateY(-50%); }
      #scorecard .scorecard--details [class^="col"].middle:after {
        content: ' ';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 260px;
        height: 260px;
        background: white;
        border-radius: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: -1; }
      #scorecard .scorecard--details [class^="col"].middle .eui-desc {
        margin: 1rem auto 0;
        width: 150px; }
        #scorecard .scorecard--details [class^="col"].middle .eui-desc p:first-child {
          font-weight: 500; }
    #scorecard .scorecard--details .details-box-wrapper {
      float: right;
      width: auto; }
    #scorecard .scorecard--details .details-box {
      text-align: right; }
      #scorecard .scorecard--details .details-box + .details-box {
        margin-top: 1rem; }
      #scorecard .scorecard--details .details-box .details-numbers {
        margin-top: 1rem;
        text-align: right; }
        #scorecard .scorecard--details .details-box .details-numbers h4:last-of-type {
          border-top: 1px solid white;
          display: inline-block;
          margin-top: .5rem;
          padding-top: .5rem; }
      #scorecard .scorecard--details .details-box .ways-to-save-button {
        background: white;
        border-radius: 2px;
        color: #248C43;
        display: inline-block;
        font-size: 15px;
        margin-top: 1rem;
        padding: .5rem;
        text-transform: uppercase; }
        @media print {
          #scorecard .scorecard--details .details-box .ways-to-save-button {
            display: none; } }
  #scorecard .compare-desc {
    text-align: center;
    padding-right: 2rem; }
    @media screen and (max-width: 35em) {
      #scorecard .compare-desc {
        padding-right: 0;
        margin-bottom: 1em; } }
    #scorecard .compare-desc > p:last-child {
      text-align: left; }
    #scorecard .compare-desc .compare-logo,
    #scorecard .compare-desc .change-arrow {
      position: relative;
      display: inline-block;
      margin: 0 0 1rem;
      padding: 0;
      width: 83px;
      height: 83px;
      background: transparent;
      background-repeat: no-repeat;
      background-position: 50%;
      line-height: 1; }
      #scorecard .compare-desc .compare-logo.lower.eui,
      #scorecard .compare-desc .change-arrow.lower.eui {
        background-image: url("../../images/scorecard/compare-left.png"); }
      #scorecard .compare-desc .compare-logo.higher.eui,
      #scorecard .compare-desc .change-arrow.higher.eui {
        background-image: url("../../images/scorecard/compare-right.png"); }
      #scorecard .compare-desc .compare-logo.lower.ess,
      #scorecard .compare-desc .change-arrow.lower.ess {
        background-image: url("../../images/scorecard/compare-left_red.png"); }
      #scorecard .compare-desc .compare-logo.higher.ess,
      #scorecard .compare-desc .change-arrow.higher.ess {
        background-image: url("../../images/scorecard/compare-right_green.png"); }
      #scorecard .compare-desc .compare-logo span,
      #scorecard .compare-desc .change-arrow span {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        font-size: 1rem;
        font-weight: 500;
        color: white; }
    #scorecard .compare-desc .change-arrow {
      width: 85px;
      height: 74px; }
      #scorecard .compare-desc .change-arrow.decreased {
        background-image: url("../../images/scorecard/changearrow-down.png"); }
      #scorecard .compare-desc .change-arrow.increased {
        background-image: url("../../images/scorecard/changearrow-up.png"); }
      #scorecard .compare-desc .change-arrow span {
        bottom: auto;
        top: 50%;
        margin-top: -2px; }
      #scorecard .compare-desc .change-arrow.decreased span {
        margin-top: -8px; }
    #scorecard .compare-desc .change-txt.lower.eui, #scorecard .compare-desc .change-txt.higher.ess, #scorecard .compare-desc .change-txt.decreased {
      color: #90AE60; }
    #scorecard .compare-desc .change-txt.higher.eui, #scorecard .compare-desc .change-txt.lower.ess, #scorecard .compare-desc .change-txt.increased {
      color: #C04F31; }
  #scorecard .compare-chart,
  #scorecard #emissions-intensity-chart {
    position: relative;
    height: 250px; }
    @media print {
      #scorecard .compare-chart,
      #scorecard #emissions-intensity-chart {
        height: 200px; } }
    #scorecard .compare-chart svg,
    #scorecard #emissions-intensity-chart svg {
      height: 100%;
      width: 100%; }
    #scorecard .compare-chart .bar rect,
    #scorecard #emissions-intensity-chart .bar rect {
      fill: #F1F1F1;
      shape-rendering: crispEdges; }
      #scorecard .compare-chart .bar rect.selected,
      #scorecard #emissions-intensity-chart .bar rect.selected {
        fill: #DE8F41; }
      #scorecard .compare-chart .bar rect.avg-bar,
      #scorecard #emissions-intensity-chart .bar rect.avg-bar {
        opacity: 0.5; }
    #scorecard .compare-chart .axis path,
    #scorecard #emissions-intensity-chart .axis path {
      shape-rendering: crispEdges; }
    #scorecard .compare-chart .y.axis path,
    #scorecard #emissions-intensity-chart .y.axis path {
      fill: none;
      stroke: #CBCBCB; }
    #scorecard .compare-chart text,
    #scorecard #emissions-intensity-chart text {
      font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 10px;
      text-transform: lowercase; }
    #scorecard .compare-chart .y.axis text, #scorecard .compare-chart .label text,
    #scorecard #emissions-intensity-chart .y.axis text,
    #scorecard #emissions-intensity-chart .label text {
      fill: #5d5d5d; }
    #scorecard .compare-chart .label text,
    #scorecard #emissions-intensity-chart .label text {
      text-transform: uppercase; }
    #scorecard .compare-chart .axis line,
    #scorecard #emissions-intensity-chart .axis line {
      fill: none;
      shape-rendering: crispEdges; }
    #scorecard .compare-chart .y.axis line,
    #scorecard #emissions-intensity-chart .y.axis line {
      display: none; }
    #scorecard .compare-chart .x.axis line,
    #scorecard #emissions-intensity-chart .x.axis line {
      stroke-width: 1.5; }
    #scorecard .compare-chart .average-building-highlight,
    #scorecard #emissions-intensity-chart .average-building-highlight {
      opacity: 0.5; }
      #scorecard .compare-chart .average-building-highlight > div,
      #scorecard #emissions-intensity-chart .average-building-highlight > div {
        position: relative;
        width: 100px; }
      #scorecard .compare-chart .average-building-highlight text,
      #scorecard #emissions-intensity-chart .average-building-highlight text {
        dominant-baseline: central; }
      #scorecard .compare-chart .average-building-highlight tspan,
      #scorecard #emissions-intensity-chart .average-building-highlight tspan {
        text-anchor: start; }
      #scorecard .compare-chart .average-building-highlight.align-right tspan,
      #scorecard #emissions-intensity-chart .average-building-highlight.align-right tspan {
        text-anchor: end; }
      #scorecard .compare-chart .average-building-highlight .value,
      #scorecard #emissions-intensity-chart .average-building-highlight .value {
        line-height: 1;
        font-size: 24px;
        font-weight: 500;
        color: #248C43; }
      #scorecard .compare-chart .average-building-highlight .label, #scorecard .compare-chart .average-building-highlight .units,
      #scorecard #emissions-intensity-chart .average-building-highlight .label,
      #scorecard #emissions-intensity-chart .average-building-highlight .units {
        font-size: 10px;
        font-weight: 400;
        text-transform: uppercase; }
      #scorecard .compare-chart .average-building-highlight .label,
      #scorecard #emissions-intensity-chart .average-building-highlight .label {
        fill: #666; }
    #scorecard .compare-chart .callout-text text,
    #scorecard #emissions-intensity-chart .callout-text text {
      fill: #d1d1d0;
      text-transform: uppercase; }
      #scorecard .compare-chart .callout-text text.value,
      #scorecard #emissions-intensity-chart .callout-text text.value {
        font-size: 24px;
        font-weight: 500;
        line-height: 24px; }
      #scorecard .compare-chart .callout-text text.quartile-1,
      #scorecard #emissions-intensity-chart .callout-text text.quartile-1 {
        fill: #0047BA; }
      #scorecard .compare-chart .callout-text text.quartile-2,
      #scorecard #emissions-intensity-chart .callout-text text.quartile-2 {
        fill: #90AE60; }
      #scorecard .compare-chart .callout-text text.quartile-3,
      #scorecard #emissions-intensity-chart .callout-text text.quartile-3 {
        fill: #F7C34D; }
      #scorecard .compare-chart .callout-text text.quartile-4,
      #scorecard #emissions-intensity-chart .callout-text text.quartile-4 {
        fill: #C04F31; }
    #scorecard .compare-chart .callout-text.callout-selected-text .selected-label,
    #scorecard #emissions-intensity-chart .callout-text.callout-selected-text .selected-label {
      fill: #0047BA; }
    #scorecard .compare-chart .selected-city-highlight .value,
    #scorecard #emissions-intensity-chart .selected-city-highlight .value {
      font-size: 24px;
      font-weight: 500;
      text-anchor: middle; }
    #scorecard .compare-chart .selected-city-highlight .units,
    #scorecard #emissions-intensity-chart .selected-city-highlight .units {
      font-size: 10px;
      text-anchor: middle;
      text-transform: none; }
    #scorecard .compare-chart .selected-city-highlight .building-name,
    #scorecard #emissions-intensity-chart .selected-city-highlight .building-name {
      font-size: 14px;
      fill: #477dca;
      text-transform: uppercase; }
    #scorecard .compare-chart .selected-city-highlight .circle,
    #scorecard #emissions-intensity-chart .selected-city-highlight .circle {
      fill: none;
      stroke: #477dca; }
    #scorecard .compare-chart .selected-city-highlight .line,
    #scorecard #emissions-intensity-chart .selected-city-highlight .line {
      stroke: #477dca; }
  #scorecard #emissions-intensity-chart {
    height: 100%; }
    #scorecard #emissions-intensity-chart .x.axis path {
      fill: none;
      stroke: #CBCBCB; }
    #scorecard #emissions-intensity-chart .x.axis text, #scorecard #emissions-intensity-chart .label text {
      fill: #5d5d5d; }
    #scorecard #emissions-intensity-chart .avg-highlight-html.selected-building {
      opacity: 1; }
      #scorecard #emissions-intensity-chart .avg-highlight-html.selected-building.right-aligned {
        text-align: right; }
      #scorecard #emissions-intensity-chart .avg-highlight-html.selected-building p {
        color: #0047BA; }
    #scorecard #emissions-intensity-chart .avg-highlight-html p.quartile-1 {
      color: #0047BA; }
    #scorecard #emissions-intensity-chart .avg-highlight-html p.quartile-2 {
      color: #90AE60; }
    #scorecard #emissions-intensity-chart .avg-highlight-html p.quartile-3 {
      color: #F7C34D; }
    #scorecard #emissions-intensity-chart .avg-highlight-html p.quartile-4 {
      color: #C04F31; }
  #scorecard .emissions-intensity-chart-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media screen and (max-width: 35em) {
      #scorecard .emissions-intensity-chart-container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  #scorecard .emissions-intensity-chart-legend {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    #scorecard .emissions-intensity-chart-legend-box {
      margin-top: 1rem; }
    #scorecard .emissions-intensity-chart-legend-label {
      color: #5d5d5d;
      font-weight: 500;
      text-transform: uppercase; }
    #scorecard .emissions-intensity-chart-legend .emissions-dots {
      border: 1px solid #CBCBCB;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-bottom: 48px; }
    #scorecard .emissions-intensity-chart-legend .emissions-dots-label {
      color: #5d5d5d;
      font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 10px; }
    #scorecard .emissions-intensity-chart-legend .emissions-dots-title {
      color: #5d5d5d;
      font-size: 10px;
      text-align: center;
      text-transform: uppercase;
      -ms-flex-order: 2;
          order: 2; }
  #scorecard #change-chart {
    text-align: center; }
    #scorecard #change-chart .year {
      fill: #248C43;
      font-size: 24px;
      font-weight: 500;
      text-anchor: middle; }
      @media screen and (max-width: 35em) {
        #scorecard #change-chart .year {
          font-size: 16px; } }
    #scorecard #change-chart #change-chart-vis {
      position: relative;
      margin: 30px 0;
      height: 200px; }
      @media print {
        #scorecard #change-chart #change-chart-vis {
          height: 100px;
          margin: 20px 0; } }
      #scorecard #change-chart #change-chart-vis svg {
        overflow: visible;
        height: 100%;
        width: 100%; }
      #scorecard #change-chart #change-chart-vis path {
        fill: none;
        stroke: #c5c5c5;
        stroke-width: 1; }
      #scorecard #change-chart #change-chart-vis circle {
        stroke: none; }
      #scorecard #change-chart #change-chart-vis .no-clr > circle {
        fill: #bababa; }
      #scorecard #change-chart #change-chart-vis tspan.value {
        font-size: 16px; }
      #scorecard #change-chart #change-chart-vis tspan.metric.small {
        font-size: 8px;
        text-transform: uppercase; }
      #scorecard #change-chart #change-chart-vis text.building {
        fill: #acacac;
        font-size: 8px;
        text-transform: uppercase; }
        #scorecard #change-chart #change-chart-vis text.building.selected-building {
          font-size: 12px;
          color: #0047BA; }
  #scorecard #links {
    background: #f2f2f2; }
    #scorecard #links .links-container {
      padding: 0; }
      #scorecard #links .links-container--title-wrapper {
        margin-bottom: 1rem;
        padding: 0.3rem 10px 1rem 10px;
        background-color: #248C43; }
      #scorecard #links .links-container--title {
        color: white; }
    #scorecard #links table td {
      width: auto;
      border: 0;
      padding: 0 10px;
      line-height: 1.2;
      vertical-align: top;
      font-size: 1rem; }
    #scorecard #links table .link-cell {
      color: #5d5d5d; }
    #scorecard #links table .link-content {
      display: block;
      vertical-align: top; }
    #scorecard #links table .link-link {
      padding-top: 1rem; }
      #scorecard #links table .link-link .link-button {
        display: inline-block;
        color: #477dca;
        margin-bottom: 1em;
        text-transform: uppercase;
        text-decoration: underline;
        font-weight: bold; }
        @media print {
          #scorecard #links table .link-link .link-button {
            padding: .5em; } }
      #scorecard #links table .link-link p {
        font-weight: bold; }
      #scorecard #links table .link-link a {
        color: #477dca;
        text-decoration: underline;
        word-break: break-word;
        word-wrap: break-word; }
    #scorecard #links table tr.ad td {
      text-align: center; }
    #scorecard #links table tr.ad a {
      display: block;
      margin-top: 2rem; }
  #scorecard .scorecard--print-footer {
    display: none; }
  #scorecard #building-type-table table {
    color: #646569;
    font-size: 0.725rem; }
  #scorecard #building-type-table td {
    text-align: center;
    vertical-align: middle;
    border-bottom-color: #ddd;
    padding: 0.5rem 0; }
    #scorecard #building-type-table td:first-child {
      text-align: right;
      width: auto;
      padding-left: 0.7rem;
      padding-right: 0.7rem;
      width: 6.5em; }
  #scorecard #building-type-table thead tr:first-child td {
    border: 0; }
  #scorecard #building-type-table thead td {
    vertical-align: bottom; }
  #scorecard #building-type-table thead td:first-child {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1; }
  #scorecard #building-type-table tbody td {
    font-weight: 500;
    font-size: 0.75rem; }
    #scorecard #building-type-table tbody td:first-child {
      font-size: 0.725rem;
      font-weight: 400; }
  #scorecard #building-type-table .header {
    font-size: 0.75rem; }
  #scorecard #building-type-table .gray-bk {
    background: #f1f1f1; }
  #scorecard #building-type-table .no-border {
    border: 0; }
  #scorecard .scorecard-compare-chart {
    border: 1px solid #f1f1f1; }
    #scorecard .scorecard-compare-chart .not-available a {
      color: #0047BA; }
    #scorecard .scorecard-compare-chart.eui-selected .scorecard-compare-section.eui {
      display: block; }
    #scorecard .scorecard-compare-chart.eui-selected .scorecard-compare-section.ess {
      display: none; }
    #scorecard .scorecard-compare-chart.ess-selected .scorecard-compare-section.ess {
      display: block; }
    #scorecard .scorecard-compare-chart.ess-selected .scorecard-compare-section.eui {
      float: left;
      margin-left: -10000px; }
    @media print {
      #scorecard .scorecard-compare-chart.ess-selected .scorecard-compare-section.ess {
        display: none; }
      #scorecard .scorecard-compare-chart.ess-selected .scorecard-compare-section.eui {
        float: none;
        margin: 0; } }
    #scorecard .scorecard-compare-chart.print-only {
      float: left;
      margin-left: -10000px; }
  #scorecard.show-eui-view #scorecard-view {
    display: block; }
  @media print {
    #scorecard {
      overflow: visible;
      bottom: inherit;
      position: relative; }
    #scorecard * {
      -webkit-print-color-adjust: exact !important;
      /* Chrome, Safari */
      color-adjust: exact !important;
      /*Firefox*/ }
    #scorecard .scorecard-wrapper {
      width: 8in;
      max-width: 8in; }
    #scorecard .sc-toggle {
      display: none; }
    #scorecard .scorecard--nav {
      margin-top: 0; }
    #scorecard #back-to-map-link {
      display: none; }
    #scorecard #scorecard-view {
      display: block !important;
      overflow: visible; }
    #scorecard #comparison-view-link {
      display: none; }
    #scorecard .scorecard--section, #scorecard .scorecard--details {
      page-break-inside: avoid;
      break-inside: avoid; }
    #scorecard .scorecard-compare-chart {
      border: none;
      border-bottom: 1px solid #f1f1f1; }
      #scorecard .scorecard-compare-chart.print-only {
        float: none;
        margin: 0; }
      #scorecard .scorecard-compare-chart.screen-only {
        display: none; }
    #scorecard #fuel-use-chart {
      page-break-inside: avoid;
      break-inside: avoid; }
    #scorecard #building-type-table {
      page-break-after: always;
      -moz-break-after: always;
           break-after: always; }
    #scorecard .scorecard--print-footer {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      left: 0;
      right: 0;
      bottom: 0;
      position: fixed;
      height: 40px;
      font-size: 12px;
      font-weight: bold; }
      #scorecard .scorecard--print-footer a {
        color: #248C43; }
      #scorecard .scorecard--print-footer img {
        max-height: 100%; } }

@media print {
  @page {
    margin: 0.25in; }
  body {
    background-color: #fff;
    overflow: visible; }
  #scorecard .scorecard-wrapper.no-energy-star-score .compare-chart {
    height: 250px; }
  #scorecard .scorecard-wrapper.no-energy-star-score #change-chart #change-chart-vis {
    height: 200px; }
  #scorecard .scorecard-wrapper.no-energy-star-score #scorecard-view .scorecard--details {
    display: block; }
  #scorecard .scorecard-wrapper.no-energy-star-score #scorecard-view .scorecard-compare-chart.scorecard-energy-star-print-only {
    display: none; }
  #footer {
    display: none; } }

#map-controls-bar {
  --nav-col-fixed-width: 18.75em;
  position: absolute;
  left: 0;
  top: calc(100% - 5em);
  width: 100%;
  z-index: 1000;
  cursor: pointer;
  font-size: 1em;
  background: #248C43; }
  @media screen and (min-width: 64em) {
    #map-controls-bar {
      --large-nav-col-fixed-width: 22.5em;
      left: 22.5em;
      width: calc(100% - var(--large-nav-col-fixed-width));
      top: calc(100% - 2em); } }
  @media screen and (max-width: 35em) {
    #map-controls-bar {
      top: calc(100% - 4em); } }
  #map-controls-bar:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #248C43 transparent; }
  #map-controls-bar button {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    font-weight: 500;
    text-transform: uppercase; }
  #map-controls-bar .toggle {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0 0.5em;
    color: white;
    position: relative;
    white-space: initial;
    text-align: left; }
    #map-controls-bar .toggle .toggle-close {
      display: none;
      font-size: 2rem;
      position: absolute;
      right: 10px;
      top: 5px; }
  #map-controls-bar .comparables-wrapper {
    width: calc(100% - 100px);
    overflow-x: auto; }
    @media screen and (min-width: 64em) {
      #map-controls-bar .comparables-wrapper {
        width: calc(100% - 160px); } }
  #map-controls-bar .comparables {
    width: 500px;
    list-style: none;
    margin: 0;
    padding: 0 1em;
    overflow: hidden;
    cursor: default;
    height: 4em; }
    @media screen and (min-width: 64em) {
      #map-controls-bar .comparables {
        width: 100%; } }
    #map-controls-bar .comparables td {
      padding: 0;
      width: auto;
      border: 0; }
    #map-controls-bar .comparables td > div {
      display: block;
      position: relative;
      height: 2em;
      margin: 0 0.5em;
      padding: 0 0.5em;
      background: white;
      border-radius: 1em;
      line-height: 2em;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    #map-controls-bar .comparables td.empty > div {
      background: #248C43;
      filter: brightness(0.75);
      cursor: default; }
    #map-controls-bar .comparables .name {
      display: inline-block;
      width: 100%;
      padding-right: 1em;
      font-size: 0.8em;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      cursor: pointer; }
    #map-controls-bar .comparables .close {
      position: absolute;
      right: 0;
      font-size: 1.7em;
      line-height: 1;
      top: 50%;
      transform: translateY(-50%);
      font-family: monospace;
      width: 1em;
      z-index: 1;
      cursor: pointer; }
    #map-controls-bar .comparables td > div.disable {
      background: rgba(255, 255, 255, 0.5); }
      #map-controls-bar .comparables td > div.disable .name {
        pointer-events: none;
        cursor: default; }
  #map-controls-bar .toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px; }
    @media screen and (min-width: 64em) {
      #map-controls-bar .toggle {
        width: 160px; } }

.compare-mode #map-controls-bar {
  top: 0;
  left: 18.75em;
  width: calc(100% - 18.75em); }
  @media screen and (min-width: 64em) {
    .compare-mode #map-controls-bar {
      left: 22.5em;
      width: calc(100% - 22.5em); } }
  .compare-mode #map-controls-bar .toggle {
    width: 50px; }
    @media screen and (min-width: 64em) {
      .compare-mode #map-controls-bar .toggle {
        width: 160px; } }
    .compare-mode #map-controls-bar .toggle .toggle-text {
      display: none; }
      @media screen and (min-width: 64em) {
        .compare-mode #map-controls-bar .toggle .toggle-text {
          display: block; } }
  .compare-mode #map-controls-bar .comparables-wrapper {
    width: calc(100% - 50px); }
    @media screen and (min-width: 64em) {
      .compare-mode #map-controls-bar .comparables-wrapper {
        width: calc(100% - 160px); } }
  .compare-mode #map-controls-bar .toggle .toggle-close {
    display: block; }
  .compare-mode #map-controls-bar:after {
    bottom: auto;
    top: 100%;
    border-width: 10px 10px 0 10px;
    border-color: #248C43 transparent transparent transparent; }

#map-controls-counts {
  position: absolute;
  left: 0;
  top: calc(100% - 1em);
  width: 100%;
  height: 4em;
  background: #f2f2f2;
  text-align: center;
  z-index: 1; }
  @media screen and (min-width: 64em) {
    #map-controls-counts {
      width: 22.5em;
      top: calc(100% - 2em); } }
  @media screen and (max-width: 35em) {
    #map-controls-counts {
      display: none; } }
  #map-controls-counts p {
    position: relative;
    top: 50%;
    margin: 0;
    font-size: 0.85em;
    text-transform: uppercase;
    line-height: 1.2;
    transform: translateY(-50%); }
  #map-controls-counts .showing {
    font-size: 1.4em;
    font-weight: 500; }

#fueluse-chart {
  margin-top: 1rem; }
  @media screen and (max-width: 35em) {
    #fueluse-chart .m-col-12 {
      margin-bottom: 1em; }
      #fueluse-chart .m-col-12:last-child {
        margin-bottom: 0; } }
  @media print {
    #fueluse-chart {
      margin-top: .25rem; } }
  #fueluse-chart .fc-row.notes p {
    margin-top: 1rem; }
    #fueluse-chart .fc-row.notes p:first-of-type {
      margin-top: 0; }
  #fueluse-chart .bar-chart-container {
    font-size: .8rem;
    height: 150px; }
    #fueluse-chart .bar-chart-container svg {
      height: 100%;
      width: 100%; }
    #fueluse-chart .bar-chart-container .bar-item.gas,
    #fueluse-chart .bar-chart-container .bar-label.gas {
      fill: rgba(194, 78, 43, 0.75); }
    #fueluse-chart .bar-chart-container .bar-item.electricity,
    #fueluse-chart .bar-chart-container .bar-label.electricity {
      fill: rgba(0, 72, 186, 0.75); }
    #fueluse-chart .bar-chart-container .bar-item.steam,
    #fueluse-chart .bar-chart-container .bar-label.steam {
      fill: rgba(247, 195, 78, 0.75); }
    #fueluse-chart .bar-chart-container .bar-label {
      text-anchor: middle; }
    #fueluse-chart .bar-chart-container .bar-chart-label {
      fill: #5d5d5d;
      text-anchor: end; }
      #fueluse-chart .bar-chart-container .bar-chart-label-name {
        font-weight: 500; }
    #fueluse-chart .bar-chart-container .bar-chart-total {
      fill: #5d5d5d; }
      #fueluse-chart .bar-chart-container .bar-chart-total-value {
        font-weight: 500; }
