@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.​
*/
.column-6,
.column-10,
.column-12,
.column-14,
.column-18,
.column-24 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 2000px;
  max-width: 100%;
  padding: 0;
  float: left;
}

html[dir=rtl] .column-6,
html[dir=rtl] .column-10,
html[dir=rtl] .column-12,
html[dir=rtl] .column-14,
html[dir=rtl] .column-18,
html[dir=rtl] .column-24 {
  float: right;
}

html:not([dir=rtl]) [class*=column-] [class*=column-]:first-of-type {
  margin-left: -0.5rem;
}

html[dir=rtl] [class*=column-] [class*=column-]:first-of-type {
  margin-right: -0.5rem;
}

html:not([dir=rtl]) [class*=column-] [class*=column-]:last-of-type {
  margin-right: -0.5rem;
}

html[dir=rtl] [class*=column-] [class*=column-]:last-of-type {
  margin-left: -0.5rem;
}

[class*=column-]:last-of-type:after {
  content: "";
  display: table;
  clear: both;
}

@media screen {
  .grid-container {
    width: 100%;
    max-width: 100vw;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .grid-container:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen {
  html:not([dir=rtl]) .first-column {
    margin-left: -0.5rem;
  }
  html[dir=rtl] .first-column {
    margin-right: -0.5rem;
  }
  html:not([dir=rtl]) .last-column {
    margin-right: -0.5rem;
  }
  html[dir=rtl] .last-column {
    margin-left: -0.5rem;
  }
}
.column-6 {
  width: 500px;
  max-width: 25vw;
}

.column-6 > .column-6 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.column-18 {
  width: 100%;
  max-width: 75vw;
}

@media screen and (max-width: 859px) {
  .column-18 {
    width: 100%;
    max-width: 100vw;
  }
}
.column-18 > .column-18 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.column-10 {
  width: 833.33333px;
  max-width: 41.66667vw;
}

.column-10 > .column-10 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.column-12 {
  width: 1000px;
  max-width: 50vw;
}

.column-12 > .column-12 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.column-14 {
  width: 1166.66667px;
  max-width: 58.33333vw;
}

.column-14 > .column-14 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.column-24 {
  width: 2000px;
  max-width: 100vw;
}

.column-24 > .column-24 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media screen and (max-width: 859px) {
  .column-6 {
    width: 1000px;
    max-width: 50vw;
  }
  .column-10 {
    width: 1666.66667px;
    max-width: 83.33333vw;
  }
  .column-12 {
    width: 2000px;
    max-width: 100vw;
  }
  .column-14 {
    width: 2000px;
    max-width: 100vw;
  }
  .column-24 {
    width: 2000px;
    max-width: 100vw;
  }
  .tablet-column-12 {
    width: 2000px;
    max-width: 100vw;
  }
}
@media screen and (max-width: 479px) {
  .column-6 {
    width: 2000px;
    max-width: 100vw;
  }
  .column-8 {
    width: 2000px;
    max-width: 100vw;
  }
  .column-10 {
    width: 2000px;
    max-width: 100vw;
  }
  .column-12 {
    width: 2000px;
    max-width: 100vw;
  }
  .column-24 {
    width: 2000px;
    max-width: 100vw;
  }
  .tablet-column-12 {
    width: 2000px;
    max-width: 100vw;
  }
  .phone-column-6 {
    width: 2000px;
    max-width: 100vw;
  }
}
@media screen and (min-width: 1440px) {
  .phone-show {
    display: none !important;
  }
  .tablet-show {
    display: none !important;
  }
  .tablet-only {
    display: none !important;
  }
  .large-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1439px) and (min-width: 860px) {
  .phone-show {
    display: none !important;
  }
  .tablet-show {
    display: none !important;
  }
  .tablet-only {
    display: none !important;
  }
  .large-only {
    display: none !important;
  }
  .large-show {
    display: none !important;
  }
}
@media screen and (max-width: 859px) and (min-width: 480px) {
  .tablet-hide {
    display: none !important;
  }
  .phone-show {
    display: none !important;
  }
  .large-only {
    display: none !important;
  }
  .large-show {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .phone-hide {
    display: none !important;
  }
  .tablet-hide {
    display: none !important;
  }
  .tablet-only {
    display: none !important;
  }
  .large-only {
    display: none !important;
  }
  .large-show {
    display: none !important;
  }
}
.left {
  float: left;
}

html[dir=rtl] .left {
  float: right;
}

.right {
  float: right;
}

html[dir=rtl] .right {
  float: left;
}

@media screen and (min-width: 1440px) {
  .large-left {
    float: left;
  }
  html[dir=rtl] .large-left {
    float: right;
  }
  .large-right {
    float: right;
  }
  html[dir=rtl] .large-right {
    float: left;
  }
}
[class*=icon-social-] {
  background-color: rgba(0, 0, 0, 0.45);
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

[class*=icon-social-]:hover {
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  opacity: 0.6;
}

.icon-social-contact {
  background-image: url("../img/icons/social/contact.svg");
}

.icon-social-facebook {
  background-image: url("../img/icons/social/facebook.svg");
}

.icon-social-instagram {
  background-image: url("../img/icons/social/instagram.svg");
}

.icon-social-linkedin {
  background-image: url("../img/icons/social/linkedin.svg");
}

.icon-social-share {
  background-image: url("../img/icons/social/share.svg");
}

.icon-social-twitter {
  background-image: url("../img/icons/social/twitter.svg");
}

.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%;
  }
}
.esri-page {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  color: #fff;
  box-sizing: border-box;
  padding: 2.5%;
}
.esri-page .esri-page__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90%;
}
.esri-page .esri-page__title-text,
.esri-page .esri-page__subtitle-text {
  line-height: normal;
  word-break: break-word;
}
.esri-page .esri-page__title-text {
  margin: 0;
  font-weight: 400;
  margin-bottom: 0.25%;
}
.esri-page .esri-page__title-text,
.esri-page .esri-page__subtitle-text {
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.esri-page .esri-page__scroll-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10%;
}
.esri-page .esri-page__scroll-container .esri-page__scroll-text {
  margin-bottom: 5px;
}
.esri-page .esri-page__scroll-container button {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: fit-content;
  color: #fff;
}
.esri-page .esri-page__scroll-container button calcite-icon {
  color: #fff;
}

.esri-page__back-to-cover-page {
  position: absolute;
  right: 2%;
  bottom: -98%;
  z-index: 999999999;
  cursor: pointer;
}

.esri-page__scroll-container button:hover calcite-icon {
  transition: ease-in-out 0.25s;
  transform: translateY(3px);
}
.esri-page__scroll-container button:not(:hover) calcite-icon {
  transition: ease-in-out 0.25s;
  transform: translateY(-3px);
}

@media screen and (max-width: 480px) {
  .esri-page__title-text {
    font-size: 45px;
  }
  .esri-page__subtitle-text {
    font-size: 25px;
  }
  .esri-page__scroll-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .esri-page__title-text {
    font-size: 65px;
  }
  .esri-page__subtitle-text {
    font-size: 30px;
  }
  .esri-page__scroll-text {
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) {
  .esri-page__title-text {
    font-size: 75px;
  }
  .esri-page__subtitle-text {
    font-size: 45px;
  }
  .esri-page__scroll-text {
    font-size: 30px;
  }
}
@media (prefers-reduced-motion) {
  .esri-page__scroll-container button:hover calcite-icon {
    transition: none;
    transform: none;
  }
  .esri-page__scroll-container button:not(:hover) calcite-icon {
    transition: none;
    transform: none;
  }
}
/*
 *   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.
 */
/* Mobile Styles */
@media screen and (max-width: 859px) {
  .tips calcite-tooltip {
    display: none;
  }
  .esri-attribution {
    display: none;
  }
  .search-panel {
    height: 50px;
  }
  #filterButton {
    height: 46px;
  }
  .mobile-filter {
    position: relative;
    z-index: 100;
  }
  #noResults calcite-notice {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100vw;
  }
  .esri-ui-bottom-right,
  .esri-ui-bottom-left {
    bottom: 20px;
  }
  .esri-widget,
  .esri-search__input, .esri-slider__range-input {
    font-size: 16px;
  }
  .filter-panel.filter {
    max-height: calc(100% - 400px);
  }
  #resultsPanel {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: auto;
    background: #fff;
    left: 10px;
    right: 10px;
    margin: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 40vh;
    margin-bottom: env(safe-area-inset-bottom);
  }
  .calcite-theme-dark #resultsPanel {
    background: #323232;
  }
  .mobile-expand {
    position: absolute;
    left: 50%;
    right: 50%;
    display: block;
  }
  .scrollable-content {
    flex-grow: 1;
    height: calc(40vh - 45px);
    margin-bottom: calc(1em + env(safe-area-inset-bottom));
    overflow: auto;
  }
  .details-full-height #resultsPanel {
    height: 92%;
  }
  .details-full-height .scrollable-content {
    height: calc(90vh - 45px);
    margin-bottom: calc(1em + env(safe-area-inset-bottom));
  }
  .no-map .scrollable-content {
    height: calc(100vh - 270px);
  }
  .no-map.no-header .scrollable-content {
    height: calc(100vh - 235px);
  }
  .no-results #resultsPanel {
    display: none;
  }
  .detail-panel {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 5%);
    max-width: 90vw;
    overflow: hidden;
    z-index: 1;
    height: 60vh !important;
  }
  .detail-panel .details-content {
    overflow: auto;
    overflow-x: hidden;
  }
  calcite-panel .details-content {
    padding: 1em 1em 0.5em 1em;
  }
  .detail-panel {
    top: 75px;
    height: fit-content;
    max-height: calc(100% - 200px);
  }
  .buffer .detail-panel {
    top: 142px;
    max-height: calc(100% - 200px);
  }
  .no-header .detail-panel {
    top: 25px;
    max-height: calc(100% - 100px);
  }
  .buffer.no-header .detail-panel {
    top: 90px;
    max-height: calc(100% - 170px);
  }
  #mapPanel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 90px;
    height: calc(100% - 90px);
  }
  .buffer #mapPanel {
    top: 161px;
    height: calc(100% - 161px);
  }
  .no-header #mapPanel {
    top: 44px;
    height: calc(100% - 44px);
  }
  .no-header.buffer #mapPanel {
    top: 115px;
    height: calc(100% - 115px);
  }
  .detail-panel .details-content {
    overflow-y: auto;
  }
  .panel.app-header {
    height: 50px;
  }
  .no-header .panel.app-header {
    height: 0;
  }
  .top-nav-title {
    padding-inline-start: 10px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
  .clear-btn.esri-component {
    height: auto;
    width: 150px !important;
    left: calc(50% - 75px) !important;
    padding-top: 4px;
  }
  .no-map.no-header #resultsPanel {
    height: calc(100% - 110px);
  }
  .no-map .mobile-expand {
    display: none;
  }
  .no-map #resultsPanel {
    height: calc(100% - 145px);
  }
  .no-map #filterPanel {
    z-index: 1001;
  }
  .mobile-view-expand .esri-ui {
    bottom: 80px !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 {
    top: 50px !important;
    height: calc(100% - 50px) !important;
  }
  .mobile-view-expand.no-header .search-panel {
    display: block;
  }
  body {
    position: fixed;
    height: 100vh;
  }
}
.panel-refine-results .esri-slider__max--interactive,
.esri-slider__min--interactive,
.esri-slider__label--interactive {
  font-size: 16px;
}

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

.map-alert #mapPanel {
  height: 100%;
}

.calcite-theme-light,
.calcite-theme-dark {
  --calcite-ui-border-2: transparent;
}

body {
  display: initial;
  flex-direction: unset;
  font-size: 16px;
  overflow: hidden;
}

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

body {
  background: var(--calcite-ui-foreground-2);
}

.grid-container,
.column-14,
.column-12,
.column-10,
.column-18,
.column-16,
.column-6 {
  height: 100vh;
  width: 100%;
}

#appMain {
  position: absolute;
}

#header {
  display: flex;
  justify-content: space-between;
}
#header .info-button calcite-button {
  height: 100%;
  min-height: 50px;
}

.top-nav-title {
  color: inherit;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  padding: 12px 12px 0 16px;
  max-width: 82%;
  margin: 0;
}

.top-nav,
.top-nav-flex {
  overflow: hidden;
  border-bottom: none;
}

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

.mini-map-panel > .configurable-application__view-container {
  position: absolute;
  top: 0;
  height: 100%;
}

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

.app-error > .grid-container {
  display: block;
  margin: 1em;
}

.app-error-content {
  margin: 4em;
}

.scrollable-content {
  overflow: auto;
}

/* Header content (title)*/
.panel .app-header {
  background-color: #4a4a4a;
  color: #fff;
  height: 50px;
}

#filterButton {
  border-left: solid 1px #a9a9a9;
}

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

.dark .search-panel {
  border-bottom: solid 1px #4c4c4c;
}

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 {
  height: 42px;
  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;
}

.esri-search__form .esri-input[type=text],
.esri-input[type=number],
.esri-search__clear-button {
  height: 42px;
}

/*Results panel */
.light .panel-refine-results {
  background-color: #fff;
}

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

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

.panel-refine-results {
  padding: 1.5rem 0 22px 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;
}

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

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

.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: #fff;
  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 a:hover,
.esri-feature a:focus {
  color: #0079c1;
}

/* Mobile map */
.mini-map-panel {
  position: relative;
  top: 50px;
  bottom: 2px;
  right: 0;
  left: 0;
  border: none;
}

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

.mini-map-panel .esri-zoom .esri-widget--button {
  display: none;
}

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

/* App is configured to not include a map */
.no-map {
  /*make this equal col-24*/
}
.no-map .panel-refine-results {
  padding-top: 1.5em;
}
.no-map #appMain {
  position: unset;
}
.no-map #noResults {
  position: absolute;
  top: 200px;
  margin-left: 20px;
}
.no-map .side-panel {
  width: 100%;
  margin: auto;
}
.no-map .btn-open-map {
  display: none;
}
.no-map .column-10,
.no-map .column-6 {
  max-width: 100vw;
}
.no-map .column-10,
.no-map .column-12,
.no-map .column-24 {
  max-width: 1000px;
}
.no-map .grid-container {
  max-width: 1000px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.no-map #mapPanel {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Detail Panel styles includes collapse all / open all links*/
.toggle-panel {
  height: 36px;
  color: #474749;
  background: #fff;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding-inline-end: 12px;
  padding-inline-start: 12px;
}
.toggle-panel calcite-icon {
  padding: 0 0.5em;
  vertical-align: bottom;
}

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

#printPanel {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 100;
  background-color: #fff;
  color: #595959;
  overflow-y: auto;
  overflow-x: hidden;
  margin-inline-start: 0;
  margin-inline-end: 0;
  z-index: 1001;
  top: 50%;
  height: 50%;
}

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

@media screen and (min-width: 860px) {
  #printPanel {
    top: 50px;
    height: calc(100% - 50px);
  }
}
#directionsDialog {
  position: absolute;
  top: 40px;
  height: calc(100% - 40px);
  width: 100%;
}

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

.detail-panel,
.filter-panel {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  color: #595959;
  height: 100%;
  overflow: auto;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.detail-panel {
  border-top: solid 1px #a9a9a9;
}

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

.detail-panel calcite-panel {
  height: 100%;
}

.detail-panel.map-view-mobile {
  top: 48px;
}

#filterPanel {
  top: 50px;
  z-index: 2001;
  max-height: calc(100% - 50px);
  height: calc(100% - 50px);
}

.filter-panel {
  padding: 0;
  height: calc(100% - 50px);
}
.filter-panel header {
  top: 0;
  position: fixed;
}

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

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

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

calcite-panel {
  --calcite-ui-background: #fff;
  --calcite-ui-border-3: transparent;
}
calcite-panel .details-content {
  padding: 1em 1em 0.5em 1em;
  margin-bottom: 1em;
}

.detail-panel {
  overflow: hidden;
}
.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;
}
.detail-panel .details-content {
  overflow: auto;
  overflow-x: hidden;
}

/* 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;
  padding-top: 16px;
  margin-bottom: 0;
  margin-block-end: 0;
}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices - used here to apply different height on ios
  and also to add momentum scroll to results panel*/
  /*.scrollable-content {
      max-height: calc(100% - 200px);
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
  */
  .scrollable-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .accordion {
    width: 100%;
  }
}
/* 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 {
  height: 44px;
  display: flex;
  justify-content: flex-end;
  padding: 4px 0 4px 0;
  margin-inline-start: 10px;
  margin-inline-end: 10px;
}

.action-bar > calcite-button {
  align-items: flex-end;
  padding-inline-start: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.action-bar .btn-clear {
  padding: 0.25rem 0.5rem;
  border-color: #e0e0e0;
}

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

.esri-component.no-title.esri-popup > .esri-popup__main-container.esri-widget > header {
  display: none;
}

.esri-component.no-title.esri-popup > .esri-popup__main-container.esri-widget > .esri-popup__footer {
  display: none;
}

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

.clear-btn.esri-component {
  height: auto;
  display: flex;
  width: 260px;
  left: calc(50% - 150px);
  margin: 0 auto;
  top: 15px;
  justify-content: center;
}

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

/*  Dark Theme */
.dark calcite-panel {
  --calcite-ui-background: #323232;
}
.dark #filterButton {
  border-left: solid 1px #4c4c4c;
}
.dark a:visited {
  color: #00A0FF;
}
.dark .side-panel {
  background-color: #323232;
  color: #fff;
}
.dark .panel {
  background-color: #151515;
  color: #fff;
}
.dark .app-header {
  background-color: #323232;
}
.dark .esri-search__suggestions-menu {
  background-color: #585656;
}
.dark .esri-search__input-container {
  border-bottom: none;
}
.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 #959595;
}
.dark .esri-icon-search:before,
.dark .esri-clear-search {
  color: #fff;
}
.dark .group-accordion-content,
.dark .esri-feature,
.dark .feature-group {
  background-color: #323232;
  color: #fff;
}
.dark .detail-panel {
  background-color: #323232;
  color: #fff;
  border: none;
}
.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;
}

.esri-ui .esri-popup--is-docked {
  z-index: 3;
}

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

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

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

select:focus,
input:focus {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.esri-search__container {
  z-index: 1;
}

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

.related-feature.esri-feature.esri-widget .esri-widget__heading {
  background-color: #efefef;
  padding: 1em;
}

.dark .related-feature.esri-feature.esri-widget .esri-widget__heading {
  background-color: #4c4c4c;
}

.feature-group {
  border: solid 1px #efefef;
}

.dark .feature-group {
  border: solid 1px #4c4c4c;
}

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

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

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

.custom-keyboard-icon {
  position: absolute;
  width: 16px;
  height: 16px;
}

.custom-keyboard-icon:before {
  width: 16px;
  height: 16px;
  content: url(../assets/keyboard-16.svg);
}

.calcite-theme-dark .custom-keyboard-icon:before {
  filter: invert(0.7);
}

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

@media screen and (min-width: 860px) {
  .mobile-expand {
    display: none;
  }
  #filterButton {
    height: 100% !important;
  }
  .scrollable-content {
    height: calc(100vh - 160px);
  }
  .no-header .scrollable-content {
    height: calc(100vh - 135px);
  }
  .buffer .scrollable-content {
    height: calc(100vh - 210px);
  }
  .no-header.buffer .scrollable-content {
    height: calc(100% - 165px);
  }
  .detail-panel {
    max-height: 100%;
  }
  .no-results .buffer .detail-panel {
    top: 100px;
  }
  .no-header .detail-panel {
    top: 45px;
  }
  .detail-panel {
    top: 100px;
  }
  .buffer .detail-panel {
    top: 170px;
  }
  .buffer.no-header .detail-panel {
    top: 100px;
  }
  .details-content {
    max-height: calc(100% - 115px);
  }
  .no-header .details-content {
    max-height: calc(100% - 58px);
  }
  .no-header.buffer .details-content {
    max-height: calc(100% - 112px);
  }
  .buffer .details-content {
    max-height: calc(100% - 200px);
  }
}
.esri-ui {
  bottom: 0 !important;
}

.print-popup {
  display: none;
}

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

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

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

.esri-slider__max--interactive:hover,
.esri-slider__min--interactive:hover,
.esri-slider__label--interactive:hover {
  background-color: transparent;
  color: inherit;
}

.calcite-theme-dark .esri-slider__max--interactive:hover,
.calcite-theme-dark .esri-slider__min--interactive:hover,
.calcite-theme-dark .esri-slider__label--interactive:hover {
  color: currentColor;
}

.esri-slider__max--interactive,
.esri-slider__min--interactive,
.esri-slider__label--interactive {
  font-size: 14px;
}

.calcite-theme-light .esri-slider__max--interactive,
.calcite-theme-light .esri-slider__min--interactive,
.calcite-theme-light .esri-slider__label--interactive {
  color: #0079c1;
  margin: 0 0.25em !important;
}
.calcite-theme-light .esri-slider__max--interactive,
.calcite-theme-light .esri-slider__min--interactive {
  border: solid 1px #dfdfdf;
}

.calcite-theme-dark .esri-slider__max--interactive,
.calcite-theme-dark .esri-slider__min--interactive,
.calcite-theme-dark .esri-slider__label--interactive {
  color: #009af2;
  margin: 0 0.25em !important;
}
.calcite-theme-dark .esri-slider__max--interactive,
.calcite-theme-dark .esri-slider__min--interactive {
  border: solid 1px #ddd;
}

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

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

.esri-feature-content {
  overflow: auto;
}

.pdf-share {
  width: 40px;
}

.export-pdf-popover {
  padding: 1em;
  margin: 0 1em;
  min-width: 200px;
}

.popover-component > calcite-popover {
  margin-right: 40px !important;
}

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

.esri-widget--button .esri-search__sources-button {
  height: 48px;
}
