<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
  Copyright 2017 Esri

  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.​
*/
/*overwrite some calcite rules that were causing map height issues on safari*/
body {
  display: initial;
  flex-direction: unset; }

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.configurable-application__view-container {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }
  .configurable-application__view-container .esri-view {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff; }

.configurable-application--loading {
  text-align: center;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../assets/loader.gif); }
  .configurable-application--loading * {
    display: none; }

.app-error {
  background-position: top center;
  position: absolute;
  z-index: 2;
  top: 40%;
  text-align: center; }

.app-error .configurable-application__view-container {
  display: block; }

/*Esri widget styles */
.esri-layer-list__item-toggle {
  line-height: 1.3em; }

.esri-basemap-toggle {
  z-index: 0; }

/* Make touch targets a little larger */
.esri-widget-button {
  width: 38px;
  height: 38px; }

.esri-expand__content--expanded {
  margin-left: 4px;
  margin-right: 4px; }

.alert {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65); }

.alert-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.esri-view .inset-map {
  width: 180px;
  height: 180px;
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.65);
  -moz-box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.65);
  box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.65); }

.esri-view.round .esri-view-surface {
  border-radius: 100px;
  border: solid 1px rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(255, 255, 255, 0.65);
  -moz-box-shadow: 1px 1px 5px 0px rgba(255, 255, 255, 0.65);
  box-shadow: 1px 1px 5px 0px rgba(255, 255, 255, 0.65); }

.inset-map.round {
  border: none;
  box-shadow: none; }

.esri-view.round .esri-view-surface:focus {
  border-radius: 100px; }

.esri-view.square .esri-view-surface {
  border-radius: 0; }

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

.esri-feature {
  letter-spacing: 0em;
  line-height: 1.55rem;
  background: #fff;
  padding: 1em;
  z-index: 200; }

.esri-feature a {
  color: #0079c1;
  text-decoration: underline; }

.esri-feature a:hover,
.esri-feature a:focus {
  color: #0079c1; }

.esri-ui-corner .esri-feature {
  max-height: 400px;
  overflow: auto; }

.esri-expand__content &gt; .esri-time-slider {
  width: calc(100vw - 100px);
  margin-left: auto;
  margin-right: auto; }

.no-slider .esri-time-slider__slider {
  display: none; }

.no-slider .esri-time-slider__layout--compact .esri-time-slider__row:nth-child(2) {
  /* width: auto;
  min-width: 200px;*/
  height: 0; }

.no-slider-buttons .esri-time-slider &gt; button {
  display: none; }

.no-slider-buttons .esri-time-slider--time-window {
  width: auto;
  min-width: 100px; }

.no-slider-buttons .esri-time-slider__dates {
  width: auto;
  flex-grow: 1; }

/* Portrait */
@media only screen and (max-width: 200px) {
  .esri-ui {
    display: none; } }

@media only screen and (max-height: 200px) {
  .esri-ui {
    display: none; } }

.share-toggle {
  border-width: 0; }

.panel {
  max-height: 90vh;
  overflow: auto; }
</pre></body></html>