html,
body {
  line-height: 1.5;
  overflow: hidden !important;
}
summary::-webkit-details-marker {
  display: none;
}
#share-cheveron {
  padding-left: 1rem;
}
#dropdown-share {
  padding-left: 0;
}
.leaflet-zoom-box-icon {
  background-image: url(./card-plus-outline.1371e52e.svg);
}
.leaflet-zoom-box-icon.active {
  background-image: url(./card-plus.e467cc60.svg);
  background-color: #bbb;
}
.slot {
  padding-right: 10px;
}
main {
  flex: 1;
  display: flex;
}
.wrap {
  height: calc(100vh - 3.25rem);
  display: flex;
}
.leaflet-top.leaflet-left,
.leaflet-top.leaflet-right {
  z-index: 800 !important;
}
#sideDataPanel {
  margin-left: 0 !important;
  display: flex;
}
#basicPropertyModal {
  z-index: 999999;
}
.map-container {
  flex: 2;
  background: #f0eeee;
}
#mapid {
  height: calc((var(--vh, 1vh) * 100) - 3.25rem);
}
#side,
#layersForDataExplorer {
  height: calc(100vh - 3.25rem);
  height: calc((var(--vh, 1vh) * 100) - 3.25rem);
  overflow-y: scroll;
  padding-bottom: 5vmin;
}
#browserWarning,
#outageWarning {
  z-index: 9999 !important;
}
.empty-state-info-panel {
  padding: 20px;
}
#tm {
  display: none;
}
#panelRevealTab {
  z-index: 999 !important;
  outline: none;
  color: #fff;
  font: bold 14px;
  text-align: center;
  background: rgb(34, 110, 224);
  border-radius: 0 4px 4px 0;
  display: block;
  padding: 10px 0;
  width: 2vmax;
  position: absolute;
  top: 50vh;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 600px) {
  #panelRevealTab {
    z-index: 999 !important;
    outline: none;
    color: #fff;
    font: bold 14px;
    text-align: center;
    background: rgb(34, 110, 224);
    border-radius: 0 4px 4px 0;
    display: block;
    padding: 10px 0;
    width: 4vmax;
    position: absolute;
    top: 50vh;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s ease;
  }
}
@media only screen and (max-height: 420px) {
  #panelRevealTab {
    z-index: 999 !important;
    outline: none;
    color: #fff;
    font: bold 14px;
    text-align: center;
    background: rgb(34, 110, 224);
    border-radius: 0 4px 4px 0;
    display: block;
    padding: 10px 0;
    width: 4vmax;
    position: absolute;
    top: 70vh;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s ease;
  }
}
@media screen and (max-width: 600px) {
  #hidePrint {
    display: none;
  }
}
.location-control {
  background: #fff;
  box-shadow: 0 3px 14px #0006;
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.closeDrawer {
  float: right;
}
#modalMap {
  width: 100%;
  height: 100%;
  position: relative;
}
.locateMe {
  margin-top: 5px;
}
.leaflet-control-measure-toggle.js-toggle,
.leaflet-control-layers-toggle {
  background-size: 20px 20px !important;
  height: 36px;
  width: 36px;
}
.leaflet-control-layers.leaflet-control {
  display: none;
}
.leaflet-control-layers {
  box-shadow: none;
}
#layersCloser {
  position: relative;
  z-index: 5;
}
.closeRight {
  float: right;
  margin: 1vh;
}
.drawer-contents,
.drawer-heading,
.drawer-body,
.drawer-nav,
.drawer-footer {
  display: inherit;
  margin: 2vw 0vw 2vw 2vw;
}
.drawer-heading {
  display: inline;
}
.glide__arrow {
  box-shadow: none !important;
  padding: 0 !important;
}
.glide__arrow--left {
  left: -1.4em !important;
}
.glide__arrow--right {
  right: -1.4em !important;
}
.moduleData > p {
  padding-left: 5%;
  top: 50%;
}
.services > h1 {
    padding-left: 10%;
    font-size: 1.25em;
}
.services > p {
  padding-left: 10%;
  top: 50%;
}
.glide__bullet--active {
  background: #3273dc !important;
}
.glide__bullet:not(.glide__bullet--active) {
  background: rgb(161, 161, 161);
}
.glide__slides {
  margin-bottom: 3em;
}
@media screen and (max-width: 500px) {
  .glide__arrows {
    display: none;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes opacityPulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#modalFAQ:after {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: 0.5px;
  top: 10px;
  display: inline-block;
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}
div#driver-popover-item {
  display: none;
  position: absolute;
  background: #fff;
  color: #2d2d2d;
  margin: 0;
  padding: 15px;
  border-radius: 5px;
  min-width: 250px;
  max-width: 300px;
  box-shadow: 0 1px 10px #0006;
  z-index: 1000000000;
}
div#driver-popover-item .driver-popover-tip {
  border: 5px solid #fff;
  content: "";
  position: absolute;
}
div#driver-popover-item .driver-popover-tip.bottom {
  bottom: -10px;
  border-color: #fff transparent transparent;
}
div#driver-popover-item .driver-popover-tip.bottom.position-center {
  left: 49%;
}
div#driver-popover-item .driver-popover-tip.bottom.position-right {
  right: 20px;
}
div#driver-popover-item .driver-popover-tip.left {
  left: -10px;
  top: 10px;
  border-color: transparent #fff transparent transparent;
}
div#driver-popover-item .driver-popover-tip.left.position-center {
  top: 46%;
}
div#driver-popover-item .driver-popover-tip.left.position-bottom {
  top: auto;
  bottom: 20px;
}
div#driver-popover-item .driver-popover-tip.right {
  right: -10px;
  top: 10px;
  border-color: transparent transparent transparent #fff;
}
div#driver-popover-item .driver-popover-tip.right.position-center {
  top: 46%;
}
div#driver-popover-item .driver-popover-tip.right.position-bottom {
  top: auto;
  bottom: 20px;
}
div#driver-popover-item .driver-popover-tip.top {
  top: -10px;
  border-color: transparent transparent #fff;
}
div#driver-popover-item .driver-popover-tip.top.position-center {
  left: 49%;
}
div#driver-popover-item .driver-popover-tip.top.position-right {
  right: 20px;
}
div#driver-popover-item .driver-popover-tip.mid-center {
  display: none;
}
div#driver-popover-item .driver-popover-footer {
  display: block;
  margin-top: 10px;
}
div#driver-popover-item .driver-popover-footer button {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #d4d4d4;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  color: #2d2d2d;
  font: 11px / normal sans-serif;
  cursor: pointer;
  outline: 0;
  background-color: #f1f1f1;
  border-radius: 2px;
  zoom: 1;
  line-height: 1.3;
}
div#driver-popover-item .driver-popover-footer button.driver-disabled {
  color: gray;
  cursor: default;
  pointer-events: none;
}
div#driver-popover-item .driver-popover-footer .driver-close-btn {
  float: left;
}
div#driver-popover-item .driver-popover-footer .driver-btn-group,
div#driver-popover-item .driver-popover-footer .driver-close-only-btn {
  float: right;
}
div#driver-popover-item .driver-popover-title {
  font: 19px / normal sans-serif;
  margin: 0 0 5px;
  font-weight: 700;
  display: block;
  position: relative;
  line-height: 1.5;
  zoom: 1;
}
div#driver-popover-item .driver-popover-description {
  margin-bottom: 0;
  font: 14px / normal sans-serif;
  line-height: 1.5;
  color: #2d2d2d;
  font-weight: 400;
  zoom: 1;
}
.driver-clearfix:after,
.driver-clearfix:before {
  content: "";
  display: table;
}
.driver-clearfix:after {
  clear: both;
}
.driver-stage-no-animation {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  background: transparent !important;
  outline: 5000px solid rgba(0, 0, 0, 0.75);
}
div#driver-page-overlay {
  background: #000;
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: 0.75;
  z-index: 100002 !important;
}
div#driver-highlighted-element-stage,
div#driver-page-overlay {
  background: transparent !important;
  outline: 5000px solid rgba(0, 0, 0, 0.75);
}
div#driver-highlighted-element-stage {
  position: absolute;
  height: 50px;
  width: 300px;
  background: #fff;
  z-index: 100003 !important;
  display: none;
  border-radius: 2px;
}
.driver-highlighted-element {
  z-index: 100004 !important;
}
.driver-position-relative {
  position: relative !important;
}
.driver-fix-stacking {
  z-index: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -webkit-filter: none !important;
  -moz-filter: none !important;
  -ms-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
  -webkit-perspective: none !important;
  -moz-perspective: none !important;
  -ms-perspective: none !important;
  -o-perspective: none !important;
  perspective: none !important;
  -webkit-transform-style: flat !important;
  -moz-transform-style: flat !important;
  -ms-transform-style: flat !important;
  transform-style: flat !important;
  -webkit-transform-box: border-box !important;
  -moz-transform-box: border-box !important;
  -ms-transform-box: border-box !important;
  -o-transform-box: border-box !important;
  transform-box: border-box !important;
  will-change: unset !important;
}
@-webkit-keyframes spinAround {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows,
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em #0000001a;
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.15s ease, border 0.3s ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: #fff;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translate(-50%);
}
.glide__bullet {
  background-color: #ffffff80;
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em #0000001a;
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: #ffffff80;
}
.glide__bullet--active {
  background-color: #fff;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}
.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  transition-property: transform, visibility, opacity;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}
.leaflet-control-boxzoom {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  height: 36px;
  width: 36px;
  line-height: 25px;
  box-shadow: 0 1px 2px #000000a6;
  cursor: pointer !important;
}
.with-background-image {
  background-image: url(./card-plus-outline.1371e52e.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px !important;
  background-position: center;
}
.leaflet-control-boxzoom.leaflet-control-boxzoom-active {
  background-color: #aaa;
}
.leaflet-container.leaflet-control-boxzoom-active,
.leaflet-container.leaflet-control-boxzoom-active path.leaflet-interactive {
  cursor: crosshair !important;
}
.leaflet-control-boxzoom i {
  display: block;
}
.leaflet-control-boxzoom i.icon {
  font-size: 17px;
  margin-left: 1px;
  margin-top: 3px;
}
.leaflet-control-boxzoom i.fa {
  margin-top: 6px;
}
.leaflet-control-boxzoom i.glyphicon {
  margin-top: 5px;
}
