<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *   Copyright (c) 2022 Esri
 *   All rights reserved.

 *   Licensed under the Apache License, Version 2.0 (the "License");
 *   you may not use this file except in compliance with the License.
 *   You may obtain a copy of the License at

 *   http://www.apache.org/licenses/LICENSE-2.0

 *   Unless required by applicable law or agreed to in writing, software
 *   distributed under the License is distributed on an "AS IS" BASIS,
 *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *   See the License for the specific language governing permissions and
 *   limitations under the License.
 */
/*
 *   Copyright (c) 2022 Esri
 *   All rights reserved.

 *   Licensed under the Apache License, Version 2.0 (the "License");
 *   you may not use this file except in compliance with the License.
 *   You may obtain a copy of the License at

 *   http://www.apache.org/licenses/LICENSE-2.0

 *   Unless required by applicable law or agreed to in writing, software
 *   distributed under the License is distributed on an "AS IS" BASIS,
 *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *   See the License for the specific language governing permissions and
 *   limitations under the License.
 */
.calcite-mode-dark :any-link {
  color: #75fbfd;
}
.calcite-mode-dark calcite-block.active-popup {
  border-color: #75fbfd;
}
.calcite-mode-dark calcite-panel {
  border: none;
}
.calcite-mode-dark calcite-action-bar {
  border-color: var(--calcite-color-border-3);
}
.calcite-mode-dark instant-apps-header,
.calcite-mode-dark instant-apps-social-share,
.calcite-mode-dark .pdf-share {
  background: transparent;
  color: var(--calcite-color-text-3);
  --calcite-color-text-3: #fff;
}

.calcite-mode-light instant-apps-header,
.calcite-mode-light instant-apps-social-share,
.calcite-mode-light .pdf-share {
  background: #fff;
  --calcite-color-text-3: #2b2b2b;
  color: #2b2b2b;
}

#exportPDF_controls_content {
  min-width: 240px;
}

.panel-m .calcite-mode-dark,
.panel-m .calcite-mode-light,
.panel-s .calcite-mode-dark,
.panel-s .calcite-mode-light {
  --calcite-panel-width-multiplier: 1.4;
}

.panel-l .calcite-mode-dark,
.panel-l .calcite-mode-light {
  --calcite-panel-width-multiplier: 0.9;
}

#offscreenResults {
  position: absolute;
  left: -99999px;
  top: auto;
  overflow: hidden;
  width: 400px;
  height: 100%;
}

html[dir=rtl] #offscreenResults {
  left: unset;
  right: -99999px;
}

.esri-widget.esri-legend.esri-screenshot__offscreen-legend-container .esri-legend,
.esri-widget.esri-legend.esri-screenshot__offscreen-legend-container .esri-widget__heading {
  border: none;
}

#offscreenResults .esri-screenshot__offscreen-legend-container,
#offscreenResults .esri-widget,
#offscreenResults .esri-screenshot__offscreen-pop-up-container {
  background-color: var(--calcite-color-background);
  color: var(--calcite-color-text-1);
}
#offscreenResults .esri-widget__table {
  break-inside: avoid;
  color: var(--calcite-color-text-1);
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#appContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.hide {
  display: none !important;
}

.print-only,
#printPage {
  display: none;
}

.print-frame {
  display: none;
}

#details {
  padding: 30px;
}

.features-panel {
  display: flex;
  flex: 1;
  height: 100vh;
  overflow-y: auto;
}

#popupPanel {
  padding-left: 0.25em;
  padding-right: 0.25em;
  height: 100vh;
  position: relative;
}

.popup-tools {
  display: flex;
  justify-content: flex-end;
}

.header-panel &gt; h2 {
  font-size: 1.2em;
}

.header-panel {
  padding: 0;
  height: 20px;
}

:any-link {
  color: #53b5ee;
}

/* Calcite side panel content*/
/*makes popup content fit better in the side panel - maybe we want to make this
customizable?  */
calcite-shell-panel {
  --calcite-app-shell-panel-width: 50vw;
}

calcite-shell-panel article {
  display: flex;
  flex-direction: column;
}

.popup-block {
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
}

calcite-shell-panel .popup-container {
  overflow-y: hidden;
  overflow-x: hidden;
  flex-basis: auto;
  background-color: inherit;
}

calcite-shell-panel .popup-container-related {
  overflow-y: auto;
  overflow-x: hidden;
  flex-basis: auto;
  background-color: inherit;
}

.popup-container .esri-widget__heading {
  font-weight: 400 !important;
}

calcite-shell-panel .popup-container .esri-feature {
  flex-basis: auto;
  box-shadow: none;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.25em;
}

calcite-shell-panel .popup-container .esri-feature__content-element {
  flex-basis: auto;
  padding: 0;
  margin-bottom: 2px;
}

/*.esri-feature__content-node{
  background-color: var(--calcite-color-foreground-1);
}*/
.side-panel-content[theme=light] {
  --calcite-app-background-content: var(--calcite-color-foreground-1);
}

.side-panel-content[theme=dark] {
  --calcite-app-background-content: var(--calcite-color-background);
}

/*overwrite panel colors*/
calcite-shell[theme=light] &gt; calcite-shell-panel {
  --calcite-app-background-content: var(--calcite-color-background);
}

calcite-shell[theme=dark] calcite-block {
  background-color: inherit;
}

calcite-shell[theme=dark] calcite-block a {
  color: #59d6ff;
}

calcite-shell[theme=dark] &gt; calcite-shell-panel {
  --calcite-app-background-content: var(--calcite-color-background);
}

.embed-app__view-container {
  width: 100%;
  height: 100%;
}

.embed-app__view-container calcite-loader {
  width: 100%;
  position: absolute;
  top: 42%;
}

.embed-app__view-container .embed-app__layout-error {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.esri-view-width-less-than-small .scroll-overlay {
  bottom: 45px;
}

.scroll-overlay {
  position: absolute;
  left: 50%;
  margin-left: -74.9px;
  bottom: 16px;
  padding-top: 0.5em;
  margin-bottom: 1em;
  background: rgba(255, 255, 255, 0);
}

/* Calcite components overwrite */
calcite-block.active-popup.count-1 {
  border: none;
  margin-top: 1px;
}

/*Esri widget overwrites */
.esri-legend--card__service,
.esri-legend--card__section {
  border: none;
}

.esri-legend--card__section {
  border: none;
  border-right: 1px solid rgba(110, 110, 110, 0.3);
  border-left: 1px solid rgba(110, 110, 110, 0.3);
}

.esri-legend--card__section:first-child {
  border-right: 1px solid rgba(110, 110, 110, 0.3);
  border-left: none;
}

.esri-legend--card__section:last-child {
  border-left: 1px solid rgba(110, 110, 110, 0.3);
  border-right: none;
}

.esri-view {
  width: 100%;
  height: 100%;
}

/* Mobile Styles */
.desktop-shell-panel {
  display: flex;
}

.mobile-shell-panel {
  display: none;
}

@media only screen and (max-width: 700px) {
  .esri-oriented-imagery-viewer--floating {
    max-width: 100vw;
  }
  .features-panel {
    height: auto;
    display: initial;
    overflow-y: initial;
  }
  .desktop-shell-panel {
    display: none;
  }
  .embed-app__view-container {
    height: 100%;
  }
  .mobile-shell-panel {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .embed-app__view-container.no-mobile {
    height: 100%;
  }
  .no-tools .embed-app__view-container {
    height: 100%;
  }
}
.esri-view-width-less-than-xsmall .esri-attribution,
.esri-view-height-less-than-xsmall .esri-attribution {
  display: none;
}

.mobile-panel-header {
  height: 32px;
  width: 97vw;
  display: flex;
  justify-content: space-between;
}

.mobile-header-label {
  line-height: 32px;
}

.mobile-panel-header h2 {
  font-size: 1.2em;
}

.header-buttons {
  display: inherit;
}

.mobile-panel {
  border-top: solid 1px var(--calcite-color-border-1);
}

.mobile-panel.dark {
  border-top: solid 1px var(--calcite-color-border-1);
}

.mobile-block-container {
  overflow-y: hidden;
}

.mobile-panel .mobile-block-container {
  overflow-x: hidden;
  margin-top: 0;
  max-height: 35vh;
}

.mobile-panel header {
  margin-bottom: 4px;
}

.mobile-panel calcite-block.esri-feature {
  overflow-y: auto;
  height: auto;
  margin-top: 0;
}

.mobile-panel .mobile-block-container.full {
  height: 100%;
  max-height: calc(100% - 65px);
  position: fixed;
  top: 47px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  border-top: solid 1px var(--calcite-color-border-1);
  border-bottom: solid 1px var(--calcite-color-border-1);
}

.no-bar .mobile-panel .mobile-block-container.full {
  height: 100%;
  max-height: calc(100% - 50px);
}

.mobile-panel .mobile-block-container.full .header-container {
  margin-bottom: 0.5em;
}

.mobile-panel calcite-action-bar {
  border-right-width: 0;
  border-left-width: 0;
}

.mobile-bar-actions {
  display: flex;
  flex-direction: row;
  width: 99vw;
  justify-content: space-evenly;
  justify-items: stretch;
}

.mobile-footer-action {
  width: 100%;
}

.mobile-panel calcite-action-pad,
.mobile-panel calcite-action-group {
  border-top: solid 1px var(--calcite-color-border-3);
}

/*Horizontal Layout styles */
.horizontal .esri-ui-bottom-left {
  left: 35px;
}

.horizontal .feature-table-layer-panel {
  bottom: 40%;
  max-height: calc(100vh - 38%);
}

calcite-shell[theme=dark] calcite-shell-panel.horizontal {
  background: var(--calcite-color-background);
}

calcite-shell[theme=light] calcite-shell-panel.horizontal {
  background: var(--calcite-color-background);
}

calcite-shell-panel.horizontal {
  background: transparent;
  position: absolute;
  bottom: 14px;
  padding-right: 0.25em;
  padding-bottom: 0.25em;
  overflow-y: auto;
  overflow-x: hidden;
  height: 38%;
  min-height: 120px;
  width: 100vw;
}

.panel-l calcite-shell-panel.horizontal {
  height: 58%;
}

.panel-s calcite-shell-panel.horizontal {
  height: 28%;
}

calcite-shell-panel.horizontal calcite-action-bar {
  overflow-x: hidden;
}

calcite-shell-panel.horizontal calcite-panel {
  width: calc(100vw - 48px);
  padding: 0;
}

.action-bar-expanded calcite-shell-panel.horizontal calcite-panel {
  width: calc(100vw - 117px);
}

calcite-shell-panel.horizontal[collapsed] {
  width: auto;
  overflow-x: hidden;
}

calcite-shell-panel.horizontal[collapsed] calcite-panel {
  width: 0;
}

calcite-shell-panel.horizontal[collapsed] {
  overflow: hidden;
}

calcite-shell-panel.horizontal .popup-container {
  width: calc(100% - 0.5em);
  overflow-y: auto;
}

calcite-shell-panel.horizontal[slot=contextual-panel] {
  right: 0;
}

calcite-shell-panel.horizontal .content {
  height: 100%;
}

calcite-shell-panel.horizontal .esri-feature.esri-widget {
  width: intrinsic;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  height: 100%;
  overflow-y: auto;
}

calcite-shell-panel.horizontal .esri-legend--card {
  flex-flow: row wrap;
}

calcite-shell-panel.horizontal .esri-legend--card__section:only-child {
  border: none;
}

calcite-shell-panel.horizontal .esri-legend--card__service,
calcite-shell-panel.horizontal .esri-legend--card__section {
  width: intrinsic;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}

calcite-shell-panel.horizontal .esri-legend--card__service-caption-container {
  border-bottom: none;
}

calcite-shell-panel.horizontal .content {
  overflow-y: auto;
}

.horizontal .esri-scale-bar {
  margin-left: 20px;
}

/*Esri widget customizations*/
/*rtl updates */
html[dir=rtl] {
  overflow-x: hidden;
}

html[dir=rtl] main h1 {
  margin-right: 15px;
}

html[dir=rtl] .esri-editor__title {
  text-align: left;
}

.esri-feature {
  box-shadow: none;
}

.panel-action {
  cursor: pointer;
  border: none;
  vertical-align: middle;
}

.panel-action.dark {
  color: var(--calcite-color-text-2);
}

.panel-action {
  margin-right: 5px;
}

.esri-screenshot__screenshot-button-container {
  background-color: #007ac2;
  color: #fff;
}

calcite-button.zoom-button[color=dark]:focus {
  outline: 1px solid #75fbfd;
}

calcite-button.zoom-button[color=light]:focus {
  outline: 1px solid -webkit-focus-ring-color;
  outline-offset: 2px;
}

.app-error {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
}

.app-error details,
.app-error summary {
  display: revert;
}

.esri-sidebar-ga-alert-button {
  float: right;
}

main[dir=rtl] .esri-sidebar-ga-alert-button {
  float: left;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.calcite-mode-dark .filter-panel,
.calcite-mode-dark .esri-filter-list__filter-container {
  background: var(--calcite-color-background) !important;
}

.splash-agree-label {
  float: right;
}

.esri-filter-list calcite-accordion {
  border: 1px solid #d9dada;
}

.esri-filter-list__reset-btn {
  width: 162px;
  padding: 20px;
}

.esri-filter-list__optional-btn {
  width: 100%;
  padding: 20px;
  display: flex;
}

.esri-filter-list__optional-btn calcite-button {
  width: 100%;
}

.esri-filter-list__optional-btn &gt; calcite-button:first-of-type {
  margin-right: 6px;
}

.calcite-mode-dark .esri-filter-list__filter-container {
  background: var(--calcite-color-background);
  min-height: 44%;
}

.esri-filter-list__filter-container {
  border: none !important;
}

.esri-filter-list__header-container,
.esri-filter-list__reset-container {
  border: none;
}

.esri-filter-list__header-container &gt; * {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.esri-filter-list__reset-container {
  display: flex;
  justify-content: flex-end;
}

.esri-filter-list__filter-item-container {
  border-bottom: 1px solid #d9dada;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.esri-filter-list__filter-item-container--accordion {
  padding: 20px;
}

.esri-filter-list__filter-item-container--single {
  padding: 20px;
}

.esri-filter-list__filter-item-container--user-input {
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.esri-filter-list__filter-item-container--user-input &gt; span {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: normal;
}

.esri-filter-list__filter-item-container--user-input calcite-combobox {
  width: 100%;
  font-size: 16px;
}

.esri-filter-list__number-input-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.esri-filter-list__number-input-container calcite-slider {
  width: 90%;
}

.esri-filter-list__date-picker-input-container {
  display: flex;
  align-items: center;
  justify-content: unset;
  width: 100%;
}

.esri-filter-list__date-picker-input-container calcite-action {
  height: 64px;
  border: 1px solid var(--calcite-color-border-1);
}

.esri-filter-list__filter-title {
  margin-right: 20px;
}

.esri-filter-list__filter-title &gt; p {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.esri-filter-list__checkbox-container {
  display: flex;
}

.esri-filter-list__checkbox-container calcite-checkbox {
  height: 18px;
}

.esri-filter-list__operator-description {
  background: white;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 20px 0 20px;
}

.esri-filter-list.esri-filter-list--light .esri-filter-list__header-container {
  background: #fff;
}

.esri-filter-list.esri-filter-list--light .esri-filter-list__reset-container {
  background: #fff !important;
}

.esri-filter-list.esri-filter-list--light .esri-filter-list__filter-item-container {
  background: #fff;
}

.esri-filter-list.esri-filter-list--light .esri-filter-list__select {
  background: #fff !important;
  border: 1px solid #a9a9a9 !important;
  color: #4c4c4c !important;
}

.esri-filter-list.esri-filter-list--dark .esri-filter-list__header-container {
  background: #2b2b2b;
  color: #fff;
}

.esri-filter-list.esri-filter-list--dark .esri-filter-list__reset-container {
  background: #353535;
}

.esri-filter-list.esri-filter-list--dark .esri-filter-list__filter-item-container {
  background: #353535;
}

.esri-filter-list.esri-filter-list--dark .esri-filter-list__select {
  background: #2b2b2b;
  border: 1px solid #4a4a4a;
  color: #fff;
}

.esri-filter-list.esri-filter-list--dark .esri-filter-list__operator-description {
  background: #353535;
}

.image {
  margin: 0;
}
.image img {
  width: inherit;
}

.calcite-mode-dark .esri-scale-bar.esri-widget {
  opacity: 0.8;
  background: #242424;
}

.calcite-mode-light .esri-scale-bar.esri-widget {
  opacity: 0.8;
  background: #fff;
}

calcite-tab calcite-modal {
  position: absolute;
}

:any-link {
  color: var(--calcite-color-text-link);
}

.calcite-mode-dark .esri-attribution__link {
  color: #d1d1d1;
}

.calcite-mode-light .esri-attribution__link {
  color: #323232;
}

.network-icon svg {
  width: 16px;
  height: 16px;
}
.network-icon svg path {
  color: var(--calcite-ui-icon-color);
}

.mobile-panel.dark .network-icon svg {
  fill: #dfdfdf;
}

.feature-table-layer-panel,
.manual-feature-table {
  display: block;
  max-height: fit-content;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 20px;
  z-index: 2;
  margin-left: 0;
}

.esri-feature-table {
  height: 300px;
}

.radio-group-item-icon {
  margin-inline-end: 0;
  margin-inline-start: 0;
}

/*Horizontal Layout styles */
.horizontal .esri-ui-bottom-left {
  left: 35px;
}

calcite-shell,
calcite-shell[theme=dark] calcite-shell-panel.horizontal {
  background: var(--calcite-color-background);
}

calcite-shell[theme=light] calcite-shell-panel.horizontal {
  background: var(--calcite-color-background);
}

calcite-shell-panel.horizontal {
  background: transparent;
  position: absolute;
  bottom: 14px;
  padding-right: 0.25em;
  padding-bottom: 0.25em;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 38%;
  width: 100vw;
  z-index: 100;
}
calcite-shell-panel.horizontal calcite-action-bar {
  overflow-x: hidden;
  width: auto;
}
calcite-shell-panel.horizontal[collapsed] {
  width: auto;
  min-width: 48px;
  overflow-x: hidden;
}
calcite-shell-panel.horizontal[collapsed] calcite-panel {
  width: 0;
}
calcite-shell-panel.horizontal .popup-container {
  width: calc(100% - 0.5em);
  overflow-y: auto;
}
calcite-shell-panel.horizontal .content {
  height: 100%;
}
calcite-shell-panel.horizontal .esri-feature.esri-widget {
  width: intrinsic;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  height: 100%;
  overflow-y: auto;
}
calcite-shell-panel.horizontal .esri-legend--card {
  flex-flow: row wrap;
}
calcite-shell-panel.horizontal .esri-legend--card__section:only-child {
  border: none;
}
calcite-shell-panel.horizontal .esri-legend--card__service,
calcite-shell-panel.horizontal .esri-legend--card__section {
  width: intrinsic;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}
calcite-shell-panel.horizontal .esri-legend--card__service-caption-container {
  border-bottom: none;
}
calcite-shell-panel.horizontal .content {
  overflow-y: auto;
}

.esri-splash-button {
  border: none;
}

.esri-widget__heading {
  font-size: var(--calcite-font-size--1);
}

.esri-widget {
  background-color: var(--calcite-color-background);
}

.calcite-mode-dark .measurement-panel calcite-action-bar {
  background-color: var(--calcite-color-background) !important;
}

.calcite-mode-light .measurement-panel calcite-action-bar {
  background-color: var(--calcite-color-background) !important;
}

.header-actions {
  display: flex;
  align-items: center;
}

.custom-header-actions {
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
}

[dir=rtl] .custom-header-actions {
  position: absolute;
  right: unset;
  left: 0;
  top: 0;
}

.esri-widget__heading.esri-feature__title {
  display: none;
}

.popup-action-pad {
  display: flex;
  justify-content: flex-end;
  height: 40px;
}

.feature-action-bar {
  position: unset;
  z-index: 10;
  width: 150px;
  visibility: visible;
}

.keyboard-shortcuts.esri-widget.esri-widget--panel {
  height: 100%;
  width: auto;
  max-width: 400px;
}

.esri-interactive-legend-ga-alert {
  position: relative;
  z-index: 1000;
}

/*Touch device*/
@media (pointer: coarse) {
  .esri-zoom,
  .keyboard-expand {
    display: none;
  }
}
.esri-oriented-imagery-viewer--panel,
.oriented-imagery-selected-layer {
  flex: 1;
  display: flex;
  flex-direction: row;
  line-height: 30px;
}

.esri-oriented-imagery-viewer {
  height: calc(100vh - 140px);
}

.oriented-imagery-selected-layer calcite-select {
  border-left: none;
}
.oriented-imagery-selected-layer .select-icon {
  vertical-align: middle;
  padding: 4px;
}

.esri-oriented-imagery-viewer--floating {
  min-width: inherit !important;
  max-height: 100vh !important;
}

.esri-oriented-imagery-viewer__viewer-container {
  --calcite-color-foreground-1: transparent;
}

instant-apps-filter-list {
  position: relative;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header instant-apps-filter-list {
  height: calc(100vh - 55px);
}

.feature-actions {
  display: flex;
  align-items: flex-end;
  flex: 1 1;
  justify-content: flex-end;
}

.related-feature-block {
  border: none;
}

@media print {
  .feature-actions {
    display: none;
  }
  calcite-block {
    border: none;
  }
}
.bold-font {
  font-weight: 600;
}

.print-feature {
  margin: 1px 0;
  border: 1px solid #cacaca;
  break-inside: avoid;
  break-after: auto;
}

.print-feature-container {
  display: grid;
  gap: 16px;
}

.hidden {
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  margin: -1px;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

.hidden:focus-within {
  display: none;
}

.esri-features__footer {
  --calcite-color-foreground-1: var(--calcite-color-foreground-1);
  height: 50px;
  border: solid 1px var(--calcite-color-foreground-1);
}

.utility-network-notice {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
</pre></body></html>