@charset "UTF-8";
/*
  Copyright 2020 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.​
*/
html,
body {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden; }

.parent-container {
  display: flex;
  flex-direction: column; }

.parent-container,
#main-container {
  height: 100%; }

#main-container {
  display: inline-block; }

#main-container {
  width: 100%; }

#view-parent-container {
  height: 100%;
  width: 100%;
  display: inline-block; }

.app-title {
  align-self: center;
  margin: 0;
  font-size: 1.40307rem; }

#main-container {
  height: 100%; }

.title-container {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #949494;
  padding: 0.5%;
  z-index: 2000;
  font-size: 1.3em; }

.title-container--dark {
  background-color: #323232;
  color: #fff; }

.menu-button:hover {
  cursor: pointer;
  color: #2a2a2a; }

.configurable-application__view-container {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: inline-block; }
  .configurable-application__view-container .esri-view {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: none; }

.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-ie9.gif); }
  .configurable-application--loading .configurable-application__view-container {
    display: none; }

.error {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; }

.offscreen-pop-up-container,
.offscreen-interactive-legend-container {
  position: absolute;
  top: -9999999px;
  left: -9999999px;
  right: 300px;
  width: 20%; }

.esri-interactive-legend
.esri-interactive-legend__offscreen.esri-interactive-legend__offscreen {
  height: auto;
  max-height: none; }

.expand-content-z-index {
  z-index: 0; }

.esri-widget {
  border: 0; }

.splash-button {
  width: 32px;
  height: 32px;
  text-align: center; }

html[dir="rtl"] .title-container {
  padding-right: 15px; }
  html[dir="rtl"] .title-container .esri-header__shared-theme-logo {
    margin-right: 0px;
    margin-left: 4px; }

.app-error {
  background-position: top center;
  padding-top: 60px;
  position: relative;
  z-index: 2;
  top: 35%;
  left: 0;
  text-align: center; }

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

@media only screen and (max-width: 813px) {
  .parent-container {
    position: fixed;
    bottom: 0;
    z-index: 500;
    height: 100%;
    width: 100%; }
  .title-container {
    padding: 1.5%; }
    .title-container .esri-header__shared-theme-logo {
      margin-right: 4px; }
  .esri-interactive-legend-ga-alert {
    z-index: 501; } }

.modal-overlay {
  z-index: 500; }

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

.sr-only {
  display: none; }

.esri-share .esri-share__dark-theme--button {
  background-color: #242424;
  color: #adadad; }

.esri-interactive-legend__opt-out-button {
  float: right; }

.sr-only {
  display: none; }

html[dir="rtl"] .esri-interactive-legend__opt-out-button {
  float: left; }

.esri-info {
  width: 100%;
  padding: 4% 7%; }
  .esri-info .esri-info__pagination-container {
    margin: 5px auto;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
    .esri-info .esri-info__pagination-container .esri-info__pagination-item {
      width: 10px;
      height: 10px;
      padding: 0;
      border-radius: 50%;
      border: 1px solid #a9a9a9;
      display: inline-block;
      margin: 5%; }
    .esri-info .esri-info__pagination-container .esri-info__pagination-item:hover {
      cursor: pointer; }
    .esri-info .esri-info__pagination-container .esri-info__pagination-item--selected {
      width: 12px;
      height: 12px;
      background-color: #a9a9a9; }
  .esri-info .esri-info__title-container {
    margin-bottom: 2vh; }
    .esri-info .esri-info__title-container h1 {
      font-size: 20px;
      color: #0079c1;
      font-weight: 500; }
  .esri-info .esri-info__content {
    width: 90%; }
  .esri-info .esri-info__list {
    list-style-type: none;
    padding-left: 0; }
    .esri-info .esri-info__list .esri-info__list-item {
      margin-top: 3%;
      margin-bottom: 3%; }
      .esri-info .esri-info__list .esri-info__list-item .esri-info__number-container {
        display: inline-block;
        width: 10%;
        vertical-align: top; }
        .esri-info .esri-info__list .esri-info__list-item .esri-info__number-container .esri-info__number {
          background-color: #4a4a4a;
          color: #fff;
          height: 22px;
          width: 22px;
          text-align: center;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 12px;
          padding-top: 2px; }
      .esri-info .esri-info__list .esri-info__list-item .esri-info__list-item-text-container {
        width: 90%;
        display: inline-block;
        position: relative;
        left: 10px;
        font-size: 15px; }
  .esri-info .esri-info__back {
    text-align: center; }
  .esri-info .esri-info__back-text {
    text-decoration: underline; }
  .esri-info .esri-info__back-text:hover {
    cursor: pointer;
    text-decoration: none; }
  .esri-info .esri-info__button-container {
    width: 100%; }
    .esri-info .esri-info__button-container .esri-info__next {
      width: 100%;
      margin: 3% auto; }
  .esri-info .esri-info__explanation-item {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 7%; }

.esri-info__last-page-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5vh;
  margin-bottom: 0.5vh; }
  .esri-info__last-page-button-container .esri-info__back-button-container,
  .esri-info__last-page-button-container .esri-info__close-button-container {
    display: inline-block;
    width: 48%;
    margin: 0 auto; }
    .esri-info__last-page-button-container .esri-info__back-button-container calcite-button,
    .esri-info__last-page-button-container .esri-info__close-button-container calcite-button {
      width: 100%; }

html[dir="rtl"] .esri-info__number {
  position: relative;
  left: 20px; }

html[dir="rtl"] .esri-info__list {
  padding-right: 21px; }

.esri-info__single-page-button {
  width: 100%; }

.esri-screenshot {
  padding-top: 1%; }
  .esri-screenshot .esri-screenshot__main-container {
    padding: 1% 5% 6%;
    width: 100%; }
    .esri-screenshot .esri-screenshot__main-container .esri-screenshot__panel-title {
      font-size: 1.2rem;
      padding-top: 3%; }
    .esri-screenshot .esri-screenshot__main-container .esri-screenshot__panel-subtitle {
      font-size: 1.1em;
      color: #999;
      margin-top: 5%;
      margin-bottom: 5%; }
    .esri-screenshot .esri-screenshot__main-container .esri-screenshot__screenshot-option {
      font-size: 1.2rem;
      margin-bottom: 4%; }
    .esri-screenshot .esri-screenshot__main-container .esri-screenshot__screenshot-option:last-child {
      margin-bottom: 0; }
    .esri-screenshot .esri-screenshot__main-container .esri-screenshot__screenshot-button-container {
      display: flex;
      justify-content: center;
      margin-top: 8px; }
      .esri-screenshot .esri-screenshot__main-container .esri-screenshot__screenshot-button-container button {
        width: 100%; }
  .esri-screenshot .esri-screenshot__btn {
    transition: background-color 200ms linear;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: initial;
    border: 0;
    display: inline-block;
    width: 32px;
    height: 32px; }
    .esri-screenshot .esri-screenshot__btn span {
      position: relative;
      right: 8px; }

.esri-screenshot--pointer {
  opacity: 1; }

.esri-screenshot--pointer:hover {
  cursor: pointer; }

.esri-screenshot--disabled {
  opacity: 0.55; }

.esri-screenshot--disabled:hover {
  cursor: not-allowed; }

.esri-screenshot__feature-warning {
  height: 15px;
  margin-top: 2%;
  margin-bottom: 2%; }
  .esri-screenshot__feature-warning .esri-screenshot__feature-warning-text-container {
    display: flex; }
    .esri-screenshot__feature-warning .esri-screenshot__feature-warning-text-container .esri-screenshot__warning-svg {
      fill: #d9bf2b; }
    .esri-screenshot__feature-warning .esri-screenshot__feature-warning-text-container .esri-screenshot__select-feature-text {
      padding-left: 5px;
      font-weight: 501; }

.esri-screenshot__select-layout {
  display: block; }
  .esri-screenshot__select-layout span {
    font-size: 0.9rem; }
  .esri-screenshot__select-layout select {
    position: relative;
    display: block;
    height: 2.25rem;
    width: 100%;
    max-width: 100%;
    margin: 0.25rem 0 0 0;
    padding: 0 0.3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #4c4c4c;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    -webkit-transition: border-color 150ms linear;
    transition: border-color 150ms linear;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    letter-spacing: 0em;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTAwcHgiIGhlaWdodD0iMTAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiM1OTU5NTkiIGQ9Ik03NS43NDksMzcuNDY2YzAuNDI1LDAuNDI1LDAuNTUyLDEuMDYzLDAuMzIyLDEuNjE4Qzc1Ljg0MSwzOS42MzksNzUuMzAxLDQwLDc0LjY5OSw0MGgtNDkuNA0KCQljLTAuNiwwLTEuMTQzLTAuMzYyLTEuMzcyLTAuOTE3Yy0wLjIzLTAuNTU1LTAuMTAzLTEuMTkzLDAuMzIyLTEuNjE4bDIzLjQ0LTIzLjQ0YzEuMjc2LTEuMjc2LDMuMzQzLTEuMjc2LDQuNjIsMEw3NS43NDksMzcuNDY2DQoJCUw3NS43NDksMzcuNDY2eiBNMjQuMjUsNjIuNTM0Yy0wLjQyNi0wLjQyNS0wLjU1My0xLjA2My0wLjMyMy0xLjYxOGMwLjIzLTAuNTU1LDAuNzctMC45MTYsMS4zNy0wLjkxNkg3NC43DQoJCWMwLjYwMiwwLDEuMTQzLDAuMzU5LDEuMzczLDAuOTE2YzAuMjMsMC41NTUsMC4xMDMsMS4xOTMtMC4zMjIsMS42MThMNTIuMzEsODUuOTc3Yy0xLjI3NSwxLjI3NS0zLjM0NCwxLjI3NC00LjYyLDBMMjQuMjUsNjIuNTM0eg0KCQkiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 0.9rem;
    padding-right: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none; }

.esri-screenshot__field-set-checkbox {
  display: flex;
  flex-direction: column;
  margin-bottom: 0; }

.esri-screenshot__action-btn {
  padding: 0.6em;
  border: 1px solid #0079c1;
  text-align: center;
  background-color: white;
  cursor: pointer;
  margin: 5px; }

.esri-screenshot__action-btn:hover,
.esri-screenshot__action-btn:focus {
  background: #0079c1;
  color: white; }

.esri-screenshot__js-screenshot-image {
  width: 100%;
  background-color: #fff; }

.esri-screenshot__screenshot-div {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  overflow-y: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  transition: visibility 0ms linear 300ms, opacity 300ms cubic-bezier(0.215, 0.44, 0.42, 0.88);
  z-index: 101; }

.esri-screenshot__btn:disabled {
  opacity: 0.8; }

.esri-screenshot__mask-div {
  position: fixed;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  overflow-y: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
  transition: visibility 0ms linear 300ms, opacity 300ms cubic-bezier(0.215, 0.44, 0.42, 0.88);
  z-index: 101; }

.esri-screenshot--hide.esri-screenshot__mask-div {
  display: none; }

.esri-screenshot--hide-overlay {
  opacity: 0;
  visibility: hidden; }

.esri-screenshot--show-overlay {
  visibility: visible;
  opacity: 1; }

.esri-screenshot__screenshot-img-container {
  max-height: 75vh;
  max-width: 80vw;
  overflow-y: auto;
  margin-bottom: 8px; }

.esri-screenshot__js-screenshot-image {
  border: 10px solid white;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5); }

.esri-screenshot__screenshot-div > * {
  margin: 0.5em; }

.esri-screenshot__cursor {
  cursor: crosshair; }

.esri-screenshot__action-btn:hover,
.esri-screenshot__action-btn:focus {
  background: #0079c1;
  color: white; }

.icon-ui-media {
  position: relative;
  left: 4px;
  top: 1px; }

html[dir="rtl"] .icon-ui-media {
  left: -6px; }

.esri-screenshot__offscreen-pop-up-container {
  position: absolute;
  top: -99999px;
  left: -99999px;
  width: 400px; }
  .esri-screenshot__offscreen-pop-up-container .esri-feature__media-container {
    height: auto;
    width: auto; }
    .esri-screenshot__offscreen-pop-up-container .esri-feature__media-container .esri-feature__media-chart {
      height: 100%;
      width: 65%; }

.esri-screenshot__close-button-container {
  width: 32px;
  height: 32px;
  border: none;
  background-color: #fff; }
  .esri-screenshot__close-button-container .esri-screenshot__close-button {
    font-size: 14px;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    transition: background-color 125ms ease-in-out; }
  .esri-screenshot__close-button-container .esri-screenshot__close-button:hover {
    cursor: pointer; }

.esri-screenshot__offscreen-legend-container {
  position: absolute;
  top: -99999px;
  left: -99999px;
  width: 400px; }

.esri-widget.esri-legend.esri-screenshot__offscreen-legend-container {
  max-height: none; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .esri-screenshot__screenshot-img-container {
    max-width: 85vw; }
    .esri-screenshot__screenshot-img-container .esri-screenshot__js-screenshot-image {
      width: 50%; } }

@media only screen and (max-width: 813px) {
  .esri-screenshot__screenshot-img-container {
    max-height: 50vh; } }

.esri-interactive-legend .esri-interactive-legend__label-container {
  text-align: center; }
  .esri-interactive-legend .esri-interactive-legend__label-container .esri-interactive-legend__total-feature-count {
    color: #4a4a4a;
    font-size: 11px; }
  .esri-interactive-legend .esri-interactive-legend__label-container .esri-interactive-legend__total-feature-count--dark {
    color: #fff; }

.esri-interactive-legend .esri-interactive-legend__filter-layer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 6% 0 6% 6%;
  border: 1px solid #959595;
  align-items: center;
  min-height: 50px; }

.esri-interactive-legend .esri-interactive-legend__filter-layer-row--not-selected {
  border: 1px solid #cccccc;
  background: transparent; }

.esri-interactive-legend .esri-interactive-legend__layer-row-container {
  display: flex;
  padding-bottom: 2%; }

.esri-interactive-legend .esri-interactive-legend__main-container {
  max-height: 620px; }

.esri-interactive-legend .esri-interactive-legend__size-ramp {
  min-width: 65px; }
  .esri-interactive-legend .esri-interactive-legend__size-ramp .esri-interactive-legend__filter-layer-row {
    padding-left: 2%; }

.esri-interactive-legend .esri-legend__layer-body {
  margin: 0;
  padding: 0; }

.esri-interactive-legend__reset-button,
.esri-interactive-legend__extent-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  user-select: none;
  font-family: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  padding: 0.375rem 1rem;
  text-decoration: none;
  border-radius: 0px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  transition: background-color 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, outline-offset 100ms ease-in-out 0s, outline-color 100ms ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 12px; }

.esri-interactive-legend__extent-button {
  background-color: #0079c1;
  color: #fff; }

.esri-interactive-legend__reset-button {
  background-color: #ffffff;
  color: #0079c1;
  border: 1px solid #0079c1; }

.esri-interactive-legend__reset-button[theme="dark"] {
  border: 1px solid #00a0ff;
  color: #00a0ff;
  background-color: #2b2b2b;
  box-shadow: transparent 0px 0px 0px 1px inset; }

.esri-interactive-legend__extent-button[theme="dark"] {
  background-color: #00a0ff;
  color: #242424; }

.esri-legend__layer {
  margin-left: 0; }

.esri-relationship-ramp--diamond__container {
  width: 81%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px; }

.esri-relationship-ramp--square__table {
  width: 68%;
  margin: 0 auto; }

.esri-interactive-legend__relationship-instructions {
  background-color: #d2e9f9;
  color: #000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11.5px;
  text-align: center; }

.esri-interactive-legend__legend-info-container {
  width: 78%; }

.esri-interactive-legend__layer {
  margin-left: 0;
  padding-left: 5%;
  padding-right: 5%; }

.esri-interactive-legend__relationship-layer {
  margin-bottom: 12px; }

.esri-interactive-legend__remove-outline {
  outline: none; }

.esri-interactive-legend__loader-container {
  position: absolute;
  right: 1.5vw;
  top: 1vh; }

.esri-interactive-legend__service {
  padding: 0; }

.esri-legend__layer-body {
  margin-left: 0; }

.esri-interactive-legend__loader {
  margin: 0 auto;
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../assets/loader-ie9.gif); }

.esri-legend__service-label {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */ }

.dijitTooltip {
  z-index: 1000; }

.esri-interactive-legend--error {
  margin: 5px 0;
  color: red;
  white-space: normal; }

.esri-interactive-legend__onboarding-main-container {
  padding-bottom: 5%;
  color: #4c4c4c; }

.esri-interactive-legend__onboarding-content-container {
  padding: 0% 6%; }

.esri-interactive-legend__onboarding-close-container {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 13px; }

.esri-interactive-legend__onboarding-close-container:hover {
  cursor: pointer; }

.esri-interactive-legend__onboarding-title-container {
  padding-top: 9%; }

.esri-interactive-legend__onboarding-title-container h3 {
  font-size: 1.3rem;
  margin: 3% 0;
  color: #0079c1; }

.esri-interactive-legend__onboarding-info-container {
  font-size: 16px;
  line-height: 26px;
  width: 95%; }
  .esri-interactive-legend__onboarding-info-container p {
    margin-bottom: 1.2rem; }

.esri-interactive-legend__onboarding-button-container calcite-button {
  margin: 0 auto;
  display: block;
  width: 88%; }

.esri-interactive-legend__header-container .esri-interactive-legend__single-symbol-button-container {
  margin-top: 10px; }

.esri-interactive-legend .esri-interactive-legend__title-container .esri-interactive-legend__label {
  font-size: 14px;
  padding-top: 15px;
  font-weight: 510;
  padding: 5px 0;
  margin-bottom: 0;
  text-align: center; }

.esri-interactive-legend .esri-interactive-legend__total-feature-count-container {
  text-align: center;
  padding-top: 1%;
  padding-bottom: 1%;
  border-bottom: 1px solid #cccccc; }
  .esri-interactive-legend .esri-interactive-legend__total-feature-count-container .esri-interactive-legend__total-feature-count {
    color: #4a4a4a;
    font-size: 13px; }
  .esri-interactive-legend .esri-interactive-legend__total-feature-count-container .esri-interactive-legend__total-feature-count--dark {
    color: #fff; }

.esri-interactive-legend .esri-interactive-legend__interactive-styles {
  height: 100%;
  overflow: hidden; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__layer-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__filter-layer-row .esri-interactive-legend__legend-info-container {
    font-size: 16px; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__layer-caption {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 550;
    width: 70.5%;
    text-align: left;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__visible-icon {
    color: #323232; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend--selected-indicator {
    background-color: #0079c1;
    width: 3px;
    height: 100%;
    border-radius: 2.5px; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend--selected-indicator--dark {
    background-color: #00a0ff; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__non-visible-icon {
    color: #a9a9a9; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__ramp-layer-row {
    position: relative; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-legend__ramps {
    margin-left: 0; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-legend__layer-cell--info {
    font-size: 13px; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__header-container {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 30px; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__remove-margin-bottom {
    margin-bottom: 0; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__layer-caption-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 1%;
    font-size: 14px;
    padding-top: 2%;
    padding-bottom: 2%; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__update-extent-styles {
    flex-direction: column; }
    .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__update-extent-styles .esri-interactive-legend__layer-caption-container {
      width: 100%; }
    .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__update-extent-styles .esri-interactive-legend__button-container {
      display: flex;
      flex-direction: column-reverse;
      width: 100%; }
      .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__update-extent-styles .esri-interactive-legend__button-container .esri-interactive-legend__reset-button {
        margin-bottom: 5px; }
      .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__update-extent-styles .esri-interactive-legend__button-container .esri-interactive-legend__extent-button,
      .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__update-extent-styles .esri-interactive-legend__button-container .esri-interactive-legend__reset-button {
        width: 100%;
        font-size: 90%; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__relationship-header {
    display: flex;
    flex-direction: column-reverse; }
    .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__relationship-header .esri-interactive-legend__layer-caption-container {
      display: inline-block;
      padding-left: 10px; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%; }
    .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__button-container .esri-interactive-legend__reset-button {
      vertical-align: middle;
      text-align: center;
      width: 100%;
      font-size: 90%; }
    .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__button-container .esri-interactive-legend__reset-button:focus {
      outline-color: -webkit-focus-ring-color;
      outline-style: auto;
      outline-width: 5px; }
  .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__extent-button {
    width: 100%;
    margin-bottom: 0; }

.esri-interactive-legend .esri-interactive-legend__gray-button-styles:disabled {
  opacity: 1;
  color: #cccccc;
  border-color: #cccccc;
  background-color: transparent; }

.esri-interactive-legend .esri-interactive-legend--layer-row:hover {
  cursor: pointer;
  background-color: #e2e2e2;
  border: 1px solid #323232; }

.esri-interactive-legend .esri-interactive-legend--layer-row--dark:hover {
  background-color: #6e6e6e;
  border: 1px solid #e2e2e2;
  color: #e2e2e2; }

.esri-interactive-legend .esri-interactive-legend--box-shadow-selected {
  box-shadow: -1px 0px 1px 0px #cccccc, 1px 0px 1px 0px #cccccc, 0px -1px 1px 0px #cccccc, 0px 1px 1px 0px #cccccc; }

.esri-interactive-legend .esri-interactive-legend--selected-indicator-container {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  height: 100%; }

.esri-interactive-legend .esri-interactive-legend__feature-count-container {
  color: #4a4a4a;
  font-size: 12px;
  width: 18%;
  text-align: center; }

.esri-interactive-legend .esri-interactive-legend__feature-count-container--dark {
  color: #fff; }

.esri-interactive-legend .esri-interactive-legend__no-caption {
  padding-top: 2%;
  padding-bottom: 2%; }

.esri-interactive-legend .esri-interactive-legend__reset-button {
  width: 100%; }

.esri-interactive-legend .esri-interactive-legend__no-caption-update-extent {
  display: flex;
  justify-content: space-between; }
  .esri-interactive-legend .esri-interactive-legend__no-caption-update-extent .esri-interactive-legend__extent-button,
  .esri-interactive-legend .esri-interactive-legend__no-caption-update-extent .esri-interactive-legend__reset-button {
    width: 49%; }

.esri-interactive-legend__svg-rect-element {
  transition: opacity 0.2s; }

.esri-interactive-legend__svg-rect-element:hover {
  opacity: 0.5;
  cursor: pointer; }

.esri-interactive-legend--simple-fill-row {
  transition: opacity 0.2s; }

.esri-interactive-legend--simple-fill-row:hover {
  opacity: 0.5;
  cursor: pointer; }

.esri-interactive-legend--selected-cell {
  stroke: black;
  stroke-width: 2.15; }

.esri-interactive-legend__single-symbol {
  margin-top: 3%; }

.esri-interactive-legend__single-symbol-margin {
  margin-bottom: 5px; }

.esri-interactive-legend__relationship-header {
  display: flex;
  flex-direction: column; }
  .esri-interactive-legend__relationship-header .esri-interactive-legend__button-container {
    margin-top: 7px;
    margin-bottom: 7px; }
    .esri-interactive-legend__relationship-header .esri-interactive-legend__button-container .esri-interactive-legend__reset-button {
      width: 100%;
      font-size: 90%; }

.esri-interactive-legend__relationship-elements {
  margin-bottom: 0; }
  .esri-interactive-legend__relationship-elements .esri-interactive-legend__content-container .esri-legend__layer-body .esri-legend__layer-row {
    display: flex;
    padding-left: 10px; }

.esri-interactive-legend__relationship-extent-styles .esri-interactive-legend__button-container {
  display: flex;
  flex-direction: column-reverse; }
  .esri-interactive-legend__relationship-extent-styles .esri-interactive-legend__button-container .esri-interactive-legend__reset-button {
    margin-bottom: 5px; }

.esri-interactive-legend__layer-cell.esri-interactive-legend__layer-cell--info {
  -ms-word-break: break-all;
  -moz-word-break: break-all;
  word-break: break-all; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .esri-interactive-legend__layer-cell.esri-interactive-legend__layer-cell--info {
    word-break: break-word; } }

html[dir="rtl"] .esri-interactive-legend__interactive-styles .esri-legend__layer-body {
  margin-left: 0;
  margin-right: 0; }

html[dir="rtl"] .esri-interactive-legend__interactive-styles .esri-interactive-legend__layer {
  margin-left: 0;
  margin-right: 0; }

html[dir="rtl"] .esri-interactive-legend__onboarding-close-container {
  right: auto;
  left: 8px; }

html[dir="rtl"] .esri-interactive-legend--selected-indicator-container {
  right: 0;
  left: unset; }

html[dir="rtl"] .esri-interactive-legend__filter-layer-row {
  padding: 6% 6% 6% 0%; }

html[dir="rtl"] .esri-legend__layer-caption.esri-interactive-legend__layer-caption.esri-interactive-legend__layer-caption-container {
  padding-left: 0;
  padding-right: 10px;
  text-align: right; }

html[dir="rtl"] .esri-relationship-ramp--diamond__left-column {
  padding-left: 5px;
  padding-right: 0; }

html[dir="rtl"] .esri-relationship-ramp--diamond__right-column {
  padding-left: 0;
  padding-right: 5px; }

html[dir="rtl"] .esri-interactive-legend .esri-interactive-legend__interactive-styles .esri-interactive-legend__layer-caption {
  text-align: right;
  width: auto; }

@supports (-webkit-overflow-scrolling: touch) {
  .esri-interactive-legend {
    -webkit-overflow-scrolling: touch; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .esri-interactive-legend--selected-indicator-container {
    top: 0; }
  .esri-legend__layer-caption.esri-interactive-legend__layer-caption.esri-interactive-legend__layer-caption-container {
    height: auto; } }

@supports (-ms-ime-align: auto) {
  .esri-interactive-legend
.esri-interactive-legend__interactive-styles
.esri-interactive-legend__update-extent-styles
.esri-interactive-legend__button-container {
    align-items: unset;
    margin-bottom: 5px; }
    .esri-interactive-legend
.esri-interactive-legend__interactive-styles
.esri-interactive-legend__update-extent-styles
.esri-interactive-legend__button-container .esri-interactive-legend__reset-button,
    .esri-interactive-legend
.esri-interactive-legend__interactive-styles
.esri-interactive-legend__update-extent-styles
.esri-interactive-legend__button-container .esri-interactive-legend__extent-button {
      margin-bottom: 5px; } }

.custom-interactive-legend {
  position: absolute;
  width: 16px;
  height: 16px; }

.custom-interactive-legend:before {
  width: 16px;
  height: 16px;
  content: url("../assets/interactiveLegendIcon.svg"); }

.esri-interactive-legend__onboarding-info-container--dark {
  color: #fff; }

.esri-header__shared-theme-logo {
  max-width: 50px; }

.esri-interactive-legend__header-app-container {
  position: relative;
  z-index: 0; }

.title-container {
  font-weight: normal;
  margin: 0; }

.title-container header {
  width: 100%; }

@media only screen and (max-width: 813px) {
  .title-container {
    font-size: 20px; } }

.esri-header__shared-theme-logo {
  display: flex;
  align-items: center;
  margin-right: 10px; }
  .esri-header__shared-theme-logo img {
    width: 100%; }
  .esri-header__shared-theme-logo a {
    line-height: 0; }

html[dir="rtl"] {
  margin-right: 0;
  margin-left: 10px; }

.esri-splash__content {
  max-height: 45vh;
  overflow-y: auto; }

@media only screen and (max-width: 813px) {
  .esri-splash__content {
    max-height: unset; }
  .esri-interactive-legend__splash-modal {
    z-index: 502; } }

.esri-time-filter {
  padding: 10px; }
  .esri-time-filter__layer-selector-label {
    font-weight: 550;
    font-size: 14px;
    margin-bottom: 5px; }
  .esri-time-filter__layer-selector-dropdown {
    width: 100%; }
  .esri-time-filter select {
    position: relative;
    display: block;
    height: 2.25rem;
    width: 100%;
    max-width: 100%;
    margin: 0.25rem 0 0 0;
    padding: 0 0.3rem;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #4c4c4c;
    outline-offset: 0;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    transition: border-color 150ms linear;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    letter-spacing: 0em;
    appearance: none;
    border-radius: 0px; }
  .esri-time-filter select {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTAwcHgiIGhlaWdodD0iMTAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiM1OTU5NTkiIGQ9Ik03NS43NDksMzcuNDY2YzAuNDI1LDAuNDI1LDAuNTUyLDEuMDYzLDAuMzIyLDEuNjE4Qzc1Ljg0MSwzOS42MzksNzUuMzAxLDQwLDc0LjY5OSw0MGgtNDkuNA0KCQljLTAuNiwwLTEuMTQzLTAuMzYyLTEuMzcyLTAuOTE3Yy0wLjIzLTAuNTU1LTAuMTAzLTEuMTkzLDAuMzIyLTEuNjE4bDIzLjQ0LTIzLjQ0YzEuMjc2LTEuMjc2LDMuMzQzLTEuMjc2LDQuNjIsMEw3NS43NDksMzcuNDY2DQoJCUw3NS43NDksMzcuNDY2eiBNMjQuMjUsNjIuNTM0Yy0wLjQyNi0wLjQyNS0wLjU1My0xLjA2My0wLjMyMy0xLjYxOGMwLjIzLTAuNTU1LDAuNzctMC45MTYsMS4zNy0wLjkxNkg3NC43DQoJCWMwLjYwMiwwLDEuMTQzLDAuMzU5LDEuMzczLDAuOTE2YzAuMjMsMC41NTUsMC4xMDMsMS4xOTMtMC4zMjIsMS42MThMNTIuMzEsODUuOTc3Yy0xLjI3NSwxLjI3NS0zLjM0NCwxLjI3NC00LjYyLDBMMjQuMjUsNjIuNTM0eg0KCQkiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 0.9rem;
    padding-right: 1.5rem;
    appearance: none; }
  .esri-time-filter .esri-time-filter__no-time-layer-container.esri-widget.esri-widget--panel {
    display: flex;
    align-items: center; }
