@import url(https://js.arcgis.com/4.27/@arcgis/core/assets/esri/themes/light/main.css);
/* Liaison Overrides */
/* Eneractive Overrides */
.esri-widget h1, .esri-widget h2, .esri-widget h3, .esri-widget h4, .esri-widget h5, .esri-widget h6 {
  font-family: inherit;
}
.eneractive-container-wrap {
  display: flex;
  justify-content: end;
}
.eneractive-container-wrap .esri-view-orientation-landscape .esri-popup__main-container {
  width: 380px;
}
.eneractive-container-wrap .esri-view-orientation-landscape .esri-popup--is-docked-bottom-center .esri-popup__main-container {
  width: 100%;
}
.eneractive-container-wrap .esri-view-orientation-portrait .eneractive-popup-headshot {
  display: none;
}
.eneractive-select {
  color: var(--wp--preset--color--custom-brand-blue);
  border: 2px solid var(--wp--preset--color--custom-brand-blue);
  border-radius: 5px !important;
  height: 46px;
  outline-style: none;
  width: 100%;
  padding-left: 1em;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--body);
  font-size: 18px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--wp--preset--color--custom-brand-blue) 50%), linear-gradient(135deg, var(--wp--preset--color--custom-brand-blue) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.eneractive-select option {
  font-weight: 500;
}
.eneractive-intro {
  margin: 0;
  padding: 1em;
}
.eneractive-container {
  height: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.eneractive-container #viewDiv {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.eneractive-panel-content {
  display: flex;
  flex-direction: row;
  padding: 0.5em 1em 1em 0.5em;
  gap: 0.5em;
}
.eneractive-popup {
  /* fix permanent scrollbar issue 20230731 */
}
.eneractive-popup-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 1em;
}
.eneractive-popup-headshot {
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-right: 1em;
}
.eneractive-popup-headshot img {
  max-height: 200px !important;
  min-width: 50px;
}
.eneractive-popup-contact {
  margin-bottom: 0.3em;
}
.eneractive-popup-contact-row {
  display: block;
}
.eneractive-popup-contact-heading {
  font-weight: normal !important;
}
/*# sourceMappingURL=styles.css.map */