@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.​
*/
.esri-filter-list calcite-accordion {
  border: 1px solid rgb(217, 218, 218);
}
.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 > calcite-button:first-of-type {
  margin-right: 6px;
}
.esri-filter-list__filter-container {
  height: 100%;
  border: 1px solid rgb(217, 218, 218);
  box-sizing: border-box;
  background: #f4f3f4;
}
.esri-filter-list__header-container {
  padding: 20px;
  border-bottom: 1px solid rgb(217, 218, 218);
  display: flex;
  justify-content: space-between;
}
.esri-filter-list__header-container > * {
  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 rgb(217, 218, 218);
  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 > 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: 48px;
  border: 1px solid var(--calcite-ui-border-1);
}
.esri-filter-list__filter-title {
  margin-right: 20px;
}
.esri-filter-list__filter-title > 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: rgb(244, 243, 244);
}
.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;
}

.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 {
  margin-top: 2%;
  margin-bottom: 2%;
}
.esri-screenshot__feature-warning .esri-screenshot__feature-warning-text-container {
  display: flex;
  align-items: center;
}
.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 {
  max-width: 100%;
  width: auto;
  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%;
  }
}
calcite-panel.count-page {
  position: relative;
  height: 100vh;
  z-index: 2;
  overflow: auto;
  padding: 0 1.5em 0 1.5em;
  width: auto;
}

.count-page-buttons {
  display: flex;
  justify-content: center;
  padding: 0.25em;
}

body {
  display: initial;
  flex-direction: unset;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  background: var(--calcite-color-foreground-2);
}

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

.gt-container {
  height: 100%;
  width: 100%;
}

.calcite-mode-dark {
  --calcite-color-border-2: transparent;
  --calcite-modal-scrim-background: transparent;
}

.calcite-mode-dark .info-button.esri-widget--button {
  --calcite-ui-icon-color: #adadad;
}

.calcite-mode-light .info-button.esri-widget--button {
  --calcite-color-foreground-3: #fff;
  --calcite-ui-icon-color: #6e6e6e;
}

.configurable-application__view-container {
  height: 100%;
  width: 100%;
}

#noResults {
  --calcite-ui-icon-color: #007ac2;
}
#noResults .esri-nearby-app__tip {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
#noResults .esri-nearby-app__tip-link {
  display: flex;
  margin: 1em 2em;
}
#noResults .esri-nearby-app__tip-message {
  font-size: var(--calcite-font-size--1);
  line-height: 1.5rem;
  padding: 0 0.5em;
}
#noResults .esri-nearby-app__tip-message p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

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

.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;
}

.loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.app-error {
  background-position: top center;
  width: 100%;
  position: absolute;
  z-index: 2;
  margin: 0;
  top: 30%;
  text-align: center;
  height: 100%;
}

/* Header content (title)*/
#filterButton {
  height: 50px;
  max-height: 50px;
}

#filterButton,
#sketchButton {
  border-left: solid 1px var(--calcite-color-border-3);
}

.dark #filterButton,
.dark #sketchButton {
  border-left: solid 1px #4c4c4c;
}

.sketch-notification {
  position: relative;
  margin: 0 !important;
  height: 100vh;
  left: 0;
  z-index: 99;
}

.search-panel {
  padding: 0;
}
.search-panel .search-container-panel {
  display: flex;
}
.search-panel .esri-search {
  flex-grow: 1;
}
.search-panel .esri-search.hide-search-btn .esri-search__submit-button {
  display: none;
}
.search-panel .esri-search__warning-body {
  display: none;
}
.search-panel .esri-search__clear-button {
  width: 60px;
  position: absolute;
  z-index: 100;
  right: 0;
  height: 100%;
}

html[dir=rtl] .esri-search__clear-button {
  left: 0;
  right: unset;
  border-right: solid 1px rgba(110, 110, 110, 0.3);
}

.search-suggest-menu,
.esri-menu {
  z-index: 101;
}

.esri-search--show-suggestions .esri-search__suggestions-menu,
.esri-search--sources .esri-search__sources-menu {
  z-index: 101;
}

.esri-search__submit-button:hover {
  filter: opacity(80%);
}

/*Search placeholder text*/
.esri-search__input::-moz-placeholder {
  color: #595959;
  opacity: 1;
}

.esri-search__input:-ms-input-placeholder {
  color: #595959;
}

.esri-search__input::-webkit-input-placeholder {
  color: #595959;
}

.esri-search__suggestions-menu {
  background: #f4f4f4;
}

.esri-search__submit-button,
.esri-search__sources-button {
  width: 60px;
}

.esri-search .esri-widget--button {
  border: none;
}

.esri-search__clear-button .esri-widget--button .esri-icon-close,
.esri-icon-search {
  font-size: 1.25rem;
}

.esri-search__form .esri-input[type=text],
.esri-input[type=number] {
  padding-left: 16px;
}

/*Results panel */
.light .panel-refine-results {
  background-color: #fff;
  border-top: solid 1px var(--calcite-color-border-3);
}

.light calcite-panel {
  --calcite-color-background: #fff;
  --calcite-color-border-3: transparent;
}

.dark calcite-panel {
  --calcite-color-border-3: transparent;
  --calcite-color-foreground-1: #323232;
}

.panel-refine-results {
  padding: 1.5rem 0 0.25rem 0;
}

/* Filter Panel */
.panel-filter-bar {
  margin: 1em 12px 10px 12px;
}
.panel-filter-bar .filter-button:hover,
.panel-filter-bar .filter-button:focus,
.panel-filter-bar .filter-button:active {
  background-color: transparent;
  color: inherit;
}

.esri-slider__content {
  z-index: 0;
}

.esri-slider.esri-widget {
  background: transparent;
}

.esri-slider--horizontal .esri-slider__track {
  width: 95%;
}

.esri-slider__max.bottom-label,
.esri-slider__min.bottom-label {
  width: fit-content;
  margin-top: 20px;
}

.esri-slider__max.bottom-label {
  right: 0;
  text-align: right;
}

.esri-slider--horizontal .esri-slider__max,
.esri-slider--horizontal .esri-slider__min {
  overflow: hidden;
}

.esri-slider__min.bottom-label {
  left: 0;
  text-align: left;
}

.esri-slider--horizontal .esri-slider__label {
  top: -30px;
}

.esri-slider--horizontal .esri-slider__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
}

.esri-slider--horizontal .esri-slider__max,
.esri-slider--horizontal .esri-slider__min {
  word-break: break-word;
}

.group-accordion-icon {
  float: right;
}

.accordion {
  border: none;
}

calcite-accordion.solo {
  --calcite-color-border-2: transparent;
}

calcite-accordion {
  padding: 0 12px;
  border-top: none;
}
calcite-accordion .distance {
  padding-inline-start: 0.25em;
  margin-top: 7px;
  font-size: smaller;
}
calcite-accordion .distance svg {
  height: 12px;
  width: 12px;
  margin-inline-end: 2px;
  fill: #4c4c4c;
}
calcite-accordion .dark .group-accordion-section.accordion-section.solo-section,
calcite-accordion .light .group-accordion-section.accordion-section.solo-section,
calcite-accordion .accordion-section.solo-section,
calcite-accordion .solo-section > .feature-group,
calcite-accordion .accordion-section.single {
  border: none !important;
}
calcite-accordion .solo-section > .feature-group-container h2.esri-widget__heading {
  padding: 0.5em 0.1em;
}
calcite-accordion .solo-section .header {
  display: none;
}
calcite-accordion .solo-section .feature-group.dark h2.esri-widget__heading.esri-feature__title {
  background-color: transparent;
}
calcite-accordion calcite-accordion-item {
  --calcite-accordion-item-border: transparent;
  --calcite-accordion-item-background: transparent;
  background: transparent;
}

.accordion-icon,
.accordion-section > .accordion-title > .accordion-icon > svg {
  vertical-align: text-top;
  line-height: 1.2em;
}

.calcite-mode-light,
.calcite-mode-dark {
  --calcite-accordion-item-icon-spacing-end: 0;
}

.accordion-section .accordion-title {
  background: #f8f8f8;
  font-weight: 500;
  min-height: 1.5em;
  font-size: 16px;
  letter-spacing: 0.28px;
  color: #595959;
}

.accordion-count {
  float: right;
}

.group-accordion-count {
  float: left;
  padding: 0.25em 0.5em;
  font-size: 12px;
  background-color: #fff;
  color: #6d6d6d;
  margin-inline-end: 0.5rem;
  height: 18px;
  text-align: center;
}

.accordion-content {
  padding: 0.3em 1em 1em 1em;
  background: #fff;
  line-height: 20px;
  cursor: pointer;
}

.group-accordion-content li {
  min-height: 30px;
  margin-top: 7px;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 7px;
}

.group-accordion-content {
  background: #fff;
  padding: 0 12px;
}

/* Styles for grouped features*/
.feature-group {
  background: transparent;
  padding: 4px 8px 4px 9px;
}

.feature-group-container {
  min-height: 30px;
  margin-top: 7px;
  border-bottom: none;
  padding-bottom: 7px;
}

.feature-group-container:last-child {
  border-bottom: none;
}

.feature-group-container.accordion-section-selected:last-child {
  border-bottom: 1px solid;
  border-color: rgba(12, 121, 190, 0.58);
}

.no-content > .accordion-title > .accordion-icon,
.no-content > .accordion-content,
.no-content.is-active > .accordion-content {
  display: none;
}

.group-accordion-section .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline-start: 12px;
}

.title-text {
  flex: 1 0 auto;
  margin-inline-start: 0.25em;
  word-break: break-all;
  max-width: 80%;
}

.flex-count {
  display: inline-flex;
  align-items: center;
}

.accordion {
  border: none;
  background: transparent;
}

.accordion-section {
  border: 1px solid #efefef;
  margin-top: 7px;
  margin-bottom: 7px;
}

.accordion-section:last-child {
  border-bottom: none;
}

.accordion-section-selected {
  border: 1px solid;
  border-color: rgba(12, 121, 190, 0.58);
  border-radius: 2px;
  border-bottom: solid 1px rgba(12, 121, 190, 0.58);
}

.accordion-title {
  border-top: none;
  margin-top: 1px;
  background: #fff;
}

.accordion-icon.group-accordion-icon,
.accordion-section > .accordion-title > .accordion-icon.group-accordion-icon > svg {
  color: #323232;
  vertical-align: middle;
}

.accordion-title:focus,
.accordion-title:hover {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}

p:empty {
  padding: 0;
}

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

h4.esri-feature__title {
  padding-inline-start: 8px;
  font-weight: 600;
}

.esri-feature__title {
  padding: 0px !important;
  font-size: var(--calcite-font-size--1) !important;
  font-weight: var(--calcite-font-weight-medium);
  line-height: 1.25;
  color: var(--calcite-color-text-2);
  transition-property: color;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow-wrap: break-word;
  word-break: break-word;
}

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

/* Map Widget customizations */
.esri-legend--card__label-container {
  margin-bottom: 32px;
}

/* Side panel styles */
.side-panel {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.wrapper {
  height: 100%;
  position: relative;
}

/* Detail Panel styles includes collapse all / open all links*/
.toggle-panel {
  height: 36px;
  color: #474749;
  background: #fff;
  font-size: 0.75rem;
  line-height: 0.75rem;
  display: flex;
}
.toggle-panel calcite-icon {
  padding: 0 0.5em;
  vertical-align: bottom;
}

.total-count.results {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mobile-expand {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-toggle-actions {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 1em;
}

html[dir=rtl] .right-toggle-actions {
  margin-right: unset;
  margin-left: 1em;
}

.count-title-text {
  margin-right: 0.5em;
  width: auto !important;
  text-align: center;
  padding: 0.25em 0.5em;
  font-size: 13px;
  color: #151515 !important;
  background-color: #ddd;
  word-break: keep-all !important;
}

html[dir=rtl] .count-title-text {
  margin-right: unset;
  margin-left: 0.5em;
}

.toggle-content-btn svg {
  fill: #0079c1;
  height: 18px;
  width: 18px;
  vertical-align: text-top;
}

.top-nav .btn-transparent,
.top-nav .btn-clear {
  color: inherit;
}

.btn-transparent.btn-detail {
  vertical-align: baseline;
}

.calcite-mode-dark #printPanel {
  background-color: #242424;
  color: #fff;
}

.close-right {
  width: 30px;
  height: 30px;
  float: right;
  margin-bottom: 10px;
  margin-right: 8px;
}

.detail-panel,
.filter-panel,
#printPanel,
#infoPanel {
  position: relative;
  height: 100vh;
  bottom: 0;
  background-color: #fff;
  color: #595959;
  height: 100%;
  margin-inline-start: 0;
  margin-inline-end: 0;
  z-index: 0;
}

#infoPanel.info-modal {
  position: absolute;
}

.esri-search--show-suggestions .esri-search__container {
  z-index: 100;
}

instant-apps-filter-list {
  width: 100%;
}

.filter-panel,
#printPanel {
  padding: 0;
  height: 100%;
}

.detail-panel .svg-icon {
  background: transparent;
}

.phone-hide {
  margin-top: 1em;
}

.share-footer {
  width: 100%;
  justify-content: flex-start;
  height: 40px;
}

calcite-panel {
  --calcite-color-background: #fff;
  --calcite-color-border-3: transparent;
}

.detail-panel {
  height: 100%;
}
.detail-panel.collapse {
  height: 44px;
  overflow: hidden;
  filter: drop-shadow(5px 5px 5px rgba(255, 255, 255, 0.3));
}
.detail-panel.collapse .esri-share, .detail-panel.collapse .details-content, .detail-panel.collapse .details-title {
  display: none;
}
.detail-panel .panel {
  border-color: #a9a9a9;
}

/* Mobile map messages */
.alert.is-active {
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 50%;
  overflow: auto;
}

.alert-green {
  background-color: #fff;
  border-color: #ccc;
}

.alert span {
  max-width: calc(100% - 35px);
}

.alert-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.24rem;
}

.message-text {
  padding-inline-start: 16px;
  margin-bottom: 0;
  margin-block-end: 0;
}

/* Esri Directions widget overrides */
.esri-directions__toolbar-buttons,
.esri-directions__save-section,
.esri-directions__stops,
.esri-directions__clear-route-button {
  display: none;
}

.esri-date-picker__calendar {
  width: 240px;
  margin: auto;
}

.icon-ui-map-pin:before {
  color: #595959;
}

button.directions-button {
  border: 1px solid rgb(224, 224, 224);
  border-radius: 2px;
  color: #0079c1;
}

/* Grouped Accordion*/
nav.action-bar {
  display: flex;
  justify-content: flex-end;
  gap: 2px;
}

.action-bar > calcite-action {
  align-items: flex-end;
  overflow: hidden;
  text-overflow: ellipsis;
}

.action-bar .btn-clear {
  padding: 0.25rem 0.5rem;
  border-color: var(--calcite-color-border-3);
}

.esri-widget__table {
  margin-bottom: 0;
}

.esri-component.no-title .esri-popup__main-container {
  width: auto;
  max-width: 200px;
}

.clear-btn.esri-component {
  display: block;
  width: 260px;
  margin: 10px auto;
  text-align: center;
}

.esri-ui-manual-container > .clear-btn.esri-component {
  position: unset;
}

.clear-btn.esri-icon-close:before {
  margin-inline-end: 0.35em;
  font-size: 15px;
  vertical-align: middle;
  margin-top: 2px;
}

.esri-view-width-xsmall .esri-ui-top-right .esri-expand--auto .esri-expand__container--expanded,
.esri-view-width-xsmall .esri-ui-bottom-right .esri-expand--auto .esri-expand__container--expanded {
  top: 42px;
}

/*Make sure expand content is on top */
.esri-ui-corner .esri-component .esri-expand__content {
  z-index: 1004;
}

.esri-ui-top-right,
.esri-ui-top-left {
  top: 5px;
}

/*  Dark Theme */
.dark calcite-panel {
  --calcite-color-background: #323232;
}
.dark #filterButton {
  border-left: solid 1px #4c4c4c;
}
.dark a:visited {
  color: #00a0ff;
}
.dark .side-panel,
.dark #resultsPanel {
  background-color: #323232;
  color: #fff;
}
.dark .panel {
  background-color: #151515;
  color: #fff;
}
.dark .esri-search__suggestions-menu {
  background-color: #585656;
}
.dark .esri-search__input-container {
  border-bottom: none;
}
.dark .search-container.esri-search,
.dark .esri-search__form .esri-input[type=text],
.dark .esri-input[type=number],
.dark .esri-search__clear-button,
.dark .esri-search__submit-button,
.dark .esri-search__sources-button .esri-widget--button {
  background-color: #151515;
}
.dark .esri-search__input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.dark .esri-search__input:-ms-input-placeholder {
  color: #fff;
}
.dark .esri-search__input::-webkit-input-placeholder {
  color: #fff;
}
.dark .group-accordion-section.accordion-section,
.dark .group-accordion-content li {
  border: solid 1px var(--calcite-color-border-3);
}
.dark .esri-icon-search:before,
.dark .esri-clear-search {
  color: #fff;
}
.dark .group-accordion-content,
.dark .esri-feature,
.dark .feature-group {
  background-color: transparent;
  color: #fff;
}
.dark .detail-panel {
  background-color: #323232;
  color: #fff;
  border: none;
  z-index: 1002;
}
.dark .toggle-panel {
  background-color: #323232;
  color: #fff;
}
.dark .esri-slider.esri-widget {
  background: #151515;
}
.dark .esri-slider__thumb {
  background-color: #0079c1;
}

/*  Title fade area */
.text-fade {
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 35px);
  text-overflow: ellipsis;
}

.sr-only, .screen-readers-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;
}

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

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

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

.hidden {
  display: none;
  visibility: hidden;
}

.hide {
  display: none !important;
}

.btn-center {
  margin-inline-start: auto;
  margin-inline-end: auto;
  text-align: center;
}

.btn-fill {
  width: 90%;
  height: 42px;
}

ul.template {
  margin-block-end: 0;
  margin-block-start: 0;
}

#offscreenResults {
  position: absolute;
  left: -100000px;
  top: auto;
  overflow: hidden;
}

.dark #offscreenResults {
  background: #323232;
  color: #fff;
}

.esri-filter-list {
  height: 100%;
}

.esri-filter-list__header-container {
  display: none !important;
}

calcite-panel.esri-filter-list h3 {
  font-size: 16px;
}
calcite-panel.esri-filter-list h3 calcite-icon {
  padding-inline-end: 0.5rem;
}

.active-filters {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.active-filters calcite-chip {
  cursor: pointer;
  margin-inline-start: 1em;
}

.tips ul {
  list-style-type: none;
  margin: 0;
  text-align: left;
  padding: 5px;
}

.filter-title {
  font-size: 16px;
}
.filter-title calcite-icon {
  padding-inline-end: 0.5em;
}

.esri-view-width-greater-than-xsmall .esri-ui-corner .esri-component .esri-expand__content .esri-elevation-profile {
  width: 500px;
}

.esri-view-width-less-than-xsmall .esri-ui-corner .esri-component .esri-expand__content .esri-elevation-profile {
  width: 350px;
}

.esri-menu__list-item--focus,
.esri-menu__list-item:hover,
.esri-menu__list-item:focus {
  background-color: #4c4c4c;
  color: #fff;
}

/* Ensure search container menu is on top of info window*/
.esri-search__container {
  z-index: 1;
}

/* But below the modal scrim */
.info-modal-search-zindex .esri-search__container {
  z-index: 0;
}

.related-feature {
  margin-top: 1em;
}

:any-link {
  color: --calcite-color-text-link;
}

.esri-filter-list__filter-item-container--user-input {
  height: fit-content;
}

.dark .esri-filter-list__filter-container {
  background: inherit;
  border-color: #474749;
}

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

.measure-active {
  height: 32px;
  width: 32px;
}

.right-toggle-actions {
  display: flex;
}

.shortcuts-base {
  overflow: auto;
}

calcite-block.keyboard-shortcuts {
  width: max-content;
  max-height: 400px;
  overflow: auto;
  padding: 1.5em;
  margin-bottom: 0;
}

.shortcuts-space {
  margin-bottom: 1em;
}

table.shortcuts {
  border-collapse: collapse;
  width: 100%;
}

table.shortcuts tr {
  background-color: #ffffff;
}

table.shortcuts td:nth-child(1) {
  color: #4a4a4a;
}

table.shortcuts td:nth-child(2) {
  color: #151515;
}

table.shortcuts td,
table.shortcuts th {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
}

table.shortcuts tr:nth-child(even) {
  background-color: #f8f8f8;
}

table.shortcuts tr {
  background-color: #ffffff;
}

.dark table.shortcuts tr {
  background-color: #4a4a4a;
}
.dark table.shortcuts td:nth-child(1),
.dark table.shortcuts td:nth-child(2),
.dark table.shortcuts td:nth-child(1),
.dark table.shortcuts td:nth-child(2) {
  color: #fff;
}
.dark table.shortcuts td,
.dark table.shortcuts th {
  border: 1px solid #4a4a4a;
}
.dark table.shortcuts tr:nth-child(even) {
  background-color: #4a4a4a;
}
.dark table.shortcuts tr {
  background-color: #1c1c1c;
}

.dark .keyboard-base {
  background-color: rgb(36, 36, 36);
  color: rgb(237, 237, 237);
}

@media screen and (min-width: 860px) {
  .mobile-expand {
    display: none;
  }
}
.print-popup {
  display: none;
}

.esri-popup__collapse-icon {
  display: none;
}

#refinePanel {
  border-bottom: solid 1px var(--calcite-color-border-1);
}

.embed-app__header__logo {
  margin-left: 0.25em;
  max-height: 55px;
}

/*This class lets us shrink the map when the no-results notification is active*/
.map-alert #mapPanel {
  height: calc(100vh - 58px);
}

.no-header.map-alert #mapPanel {
  height: 100vh !important;
}

.esri-search__container .esri-search__input {
  height: 48px;
}

.esri-search__submit-button,
.esri-search__sources-button {
  height: 42px;
  width: 60px;
}

calcite-block {
  border-color: var(--calcite-color-border-3);
  border-width: 1px;
}

#header calcite-icon {
  fill: #fff;
  color: #fff;
}

/*Info panel*/
.info-panel {
  overflow: hidden;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
}

.info-header {
  flex-shrink: 0;
}

.details-content {
  display: flex;
  flex-direction: column;
  padding: 1em 1em 0.5em 1em;
}

.details-content {
  display: flex;
  flex-direction: column;
  padding: 1em 1em 0.5em 1em;
}

.locate-btn {
  width: fit-content;
  padding: 0.25em;
}

.info-content {
  flex-grow: 1;
  min-height: 2em;
  overflow-y: auto;
  overflow-x: hidden;
}

.instant-apps-social-share__dialog.instant-apps-social-share__layout--horizontal {
  margin-top: 1em;
}

.info-footer {
  flex-shrink: 0;
  color: transparent;
}
.info-footer instant-apps-social-share {
  --calcite-ui-icon-color: var(--calcite-color-text-1);
  --instant-apps-social-share-width--s: 90%;
  --instant-apps-social-share-width--m: 90%;
  --instant-apps-social-share-width--l: 90%;
  --instant-apps-social-share-width-horizontal--s: 90%;
  --instant-apps-social-share-width-horizontal--m: 80%;
  --instant-apps-social-share-width-horizontal--l: 90%;
}

.calcite-mode-dark calcite-accordion,
.calcite-mode-light calcite-accordion {
  --calcite-color-border-2: transparent;
}

.gt-container {
  display: grid;
  height: 100%;
  grid-template-rows: max-content max-content auto 50%;
  grid-template-areas: "header" "refine" "map" "sidebar";
}

/*In Mobile View when full height toggle is pressed */
.details-full-height .gt-container {
  grid-template-rows: auto auto 0 1fr;
  grid-template-areas: "header" "refine" "map" "sidebar";
}

/*Show Detail Panel full height*/
.detail-full-height .gt-container {
  grid-template-rows: auto auto 0 1fr;
  grid-template-areas: "header" "refine" "map" "sidebar";
}

.detail-full-height #filterPanel,
.detail-full-height #resultsPanel {
  display: none;
}

/*Hide results panel when no results are found on mobile*/
.no-results .gt-container {
  grid-template-rows: max-content max-content auto min-content;
}

/* Flex Styles so side panel scrolls*/
#sidePanel {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.details-full-height #resultsPanel {
  height: calc(100vh - 210px);
  overflow-y: auto;
  display: flex;
  flex: 1 1 auto;
}

.hide-overflow #resultsPanel {
  overflow-y: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 100px);
}

.hide-overflow .count-page {
  height: calc(100vh - 100px);
}

.no-header .count-page {
  height: calc(100vh - 50px);
}

#resultsPanel {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.calcite-mode-dark #resultsPanel {
  background: #323232;
}

.toggle-panel {
  display: flex;
  flex: 0 0 auto;
}

.scrollable-content {
  flex: 1 1 auto;
  overflow-y: auto;
}

@media only screen and (max-width: 859px) {
  .gt-container {
    grid-auto-flow: column;
    grid-auto-columns: 100vw;
    grid-template-columns: none;
  }
  .hide-overflow .count-page {
    position: absolute;
    top: 0;
    height: 50vh;
  }
  #noResults {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100vw;
  }
  .results-full-height #resultsPanel {
    position: relative;
    bottom: 0;
  }
  .detail-panel {
    flex: 1 1 auto;
    height: calc(100vh - 100px);
    overflow: hidden;
  }
  .no-header .detail-panel {
    height: calc(100vh - 50px);
  }
  #filterPanel,
  #printPanel {
    z-index: 2;
    height: calc(100vh - 100px);
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #printPanel {
    height: calc(100vh - 50px);
    top: 50px;
  }
  .hide-overflow #resultsPanel {
    overflow-y: hidden;
    position: -webkit-sticky;
    position: sticky;
  }
  .no-map .count-page {
    height: 100vh;
  }
  .no-map .mobile-expand {
    display: none;
  }
  .no-map #resultsPanel {
    height: calc(100vh - 100px);
  }
  .no-map.no-header #resultsPanel {
    height: calc(100vh - 40px);
  }
}
@media only screen and (min-width: 859px) {
  #appMain {
    position: fixed;
    height: 100%;
    width: 100%;
  }
  #filterPanel,
  #printPanel {
    overflow-y: auto;
    height: calc(100vh - 100px);
  }
  .no-header #filterPanel, .no-header #printPanel {
    height: calc(100vh - 50px);
  }
  .buffer #filterPanel, .buffer #printPanel {
    height: calc(100vh - 150px);
  }
  /*Adjust side panel width/height*/
  .panelSize-s .gt-container {
    grid-template-columns: 25vw auto;
  }
  .panelSize-m .gt-container {
    grid-template-columns: 41.66vw auto;
  }
  .panelSize-l .gt-container {
    grid-template-columns: 50vw auto;
  }
  .no-results .gt-container,
  .details-full-height .gt-container,
  .gt-container {
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "header  header" "refine map" "sidebar map";
  }
  /*Show Detail Panel full height*/
  .detail-full-height .gt-container {
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "header  header" "refine map" "sidebar map";
  }
  #resultsPanel,
  #printPanel {
    flex: 1 1 auto;
    height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .buffer #resultsPanel, .buffer #printPanel {
    height: calc(100vh - 140px);
  }
  .detail-panel {
    flex: 1 1 auto;
    height: calc(100vh - 100px);
  }
}
.no-map .map {
  visibility: hidden;
}
.no-map .zoom-action {
  display: none;
}
.no-map.panelSize-s .gt-container, .no-map.panelSize-m .gt-container, .no-map.panelSize-l .gt-container {
  grid-template-columns: 100vw;
}
.no-map .gt-container,
.no-map .no-results .gt-container {
  grid-template-columns: auto;
  grid-template-rows: max-content max-content 1fr 1px;
  grid-template-areas: "header" "refine" "sidebar" "map";
}

.sidebar {
  grid-area: sidebar;
}

.map {
  grid-area: map;
}

.header {
  grid-area: header;
}

.refine {
  grid-area: refine;
}

.scoreboard {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
}

instant-apps-export {
  --instant-apps-export-action-background: transparent;
  --instant-apps-export-action-background-hover: var(--calcite-button-transparent-hover);
  --instant-apps-export-action-background-press: var(--calcite-button-transparent-press);
  --instant-apps-export-background: #fff;
}

.calcite-mode-dark instant-apps-export {
  --instant-apps-export-background: #2b2b2b;
}

/*Touch device*/
@media (pointer: coarse) {
  .esri-zoom, .keyboard-expand {
    display: none;
  }
}
@media screen and (max-width: 859px) {
  .mobile-view-expand .esri-ui {
    bottom: 0 !important;
  }
  .mobile-view-expand .esri-ui-inner-container {
    bottom: 0 !important;
  }
  .mobile-view-expand .esri-ui-inner-container .esri-ui-bottom-right {
    bottom: 15px !important;
  }
  .mobile-view-expand #resultsPanel,
  .mobile-view-expand .search-panel {
    display: none;
  }
  .mobile-view-expand #mapPanel {
    height: 100vh;
  }
}
.dist {
  margin: 0px;
  padding: 0.75rem;
}

.description {
  background-color: #ddd;
  width: auto !important;
  color: #151515 !important;
  text-align: center;
  padding: 0.25em 0.5em;
  font-size: 13px;
  margin: 0 1em;
  word-break: keep-all !important;
}

nav.action-bar calcite-action {
  --calcite-ui-icon-color:var(--calcite-color-brand);
  border: solid 1px var(--calcite-color-text-3);
}

.calcite-mode-dark nav.action-bar calcite-action {
  --calcite-color-background:var(--calcite-color-foreground-current);
  --calcite-color-foreground-1:#adadad1a;
  border: none;
}

instant-apps-filter-list {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.esri-directions__save-popover {
  display: none;
}
