._container_be67c {
  width: 100%;
  height: 100%;
  order: 0;
  flex: 1;
}
@media screen and (min-width: 700px) {
  ._container_be67c {
    flex: 2;
    display: block;
    order: 2;
  }
}
._canvas_be67c {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
._noDisplay_be67c {
  display: none;
}
._printMap_be67c {
  height: 100%;
}

._controlButtonContainer_a03c5 {
  position: absolute;
  top: 152px;
  right: 8px;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  ._controlButtonContainer_a03c5 {
    right: 25px;
    bottom: 25px;
    top: auto;
  }
}
._controlButtonContainerHeightLegendOpen_a03c5 {
  top: 25px;
  bottom: auto;
}
._zoomControlContainer_a03c5 {
  display: none;
}
@media screen and (min-width: 700px) {
  ._zoomControlContainer_a03c5 {
    display: flex;
    flex-direction: column;
    min-height: 92px;
    box-shadow: rgba(0,0,0,0.4) 0px 1px 4px 1px;
  }
}
._zoomButtonLine_a03c5 {
  content: '';
  position: absolute;
  width: 36px;
  height: 2px;
  right: 6px;
  bottom: 120px;
  z-index: 2;
  background: #e6e6e6;
}
._container_a03c5 {
  position: absolute;
  right: 0;
  top: 234px;
  width: 200px;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  ._container_a03c5 {
    bottom: 25px;
    top: auto;
    right: 60px;
    width: 33.3%;
    height: 48px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  ._container_a03c5 {
    right: 102px;
    width: 66.6%;
  }
}
._containerHeightLegendOpen_a03c5 {
  top: 108px;
}
._buttonContainer_a03c5 {
  display: flex;
  box-shadow: rgba(0,0,0,0.4) 0px 1px 4px 1px;
}
@media screen and (min-width: 700px) {
  ._buttonContainer_a03c5 button {
    cursor: pointer;
  }
}
._button_a03c5 {
  flex: 2;
  position: relative;
  font-size: 14px;
  text-align: center;
  height: 48px;
  color: #808080;
  background-color: #fff;
  padding: 7px 8px 9px 8px;
  min-width: 72px;
  border: none;
}
@media screen and (min-width: 700px) {
  ._button_a03c5 {
    flex: 50%;
    min-width: 102px;
  }
}
._active_a03c5 {
  color: #000;
  background-color: #f2f2f2;
}
@media screen and (min-width: 700px) {
  ._active_a03c5 {
    border-bottom: 2px solid #f5bb18;
  }
}
._roundedBorders_a03c5 {
  border-radius: 30px 0 0 30px;
}
@media screen and (min-width: 700px) {
  ._roundedBorders_a03c5 {
    border-radius: 0;
  }
}

:root,
:host {
  --ol-background-color: white;
  --ol-accent-background-color: #F5F5F5;
  --ol-subtle-background-color: rgba(128, 128, 128, 0.25);
  --ol-partial-background-color: rgba(255, 255, 255, 0.75);
  --ol-foreground-color: #333333;
  --ol-subtle-foreground-color: #666666;
  --ol-brand-color: #00AAFF;
}

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  border-top: none;
  color: var(--ol-foreground-color);
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-bar-inner {
  display: flex;
}

.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
}

.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 10px;
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-text {
  position: absolute;
  font-size: 12px;
  text-align: center;
  bottom: 25px;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
}

.ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}

.ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}

.ol-unsupported {
  display: none;
}

.ol-viewport,
.ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ol-viewport canvas {
  all: unset;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.ol-control {
  position: absolute;
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
}

.ol-zoom {
  top: .5em;
  left: .5em;
}

.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}

.ol-full-screen {
  right: .5em;
  top: .5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: var(--ol-background-color);
  border: none;
  border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  display: block;
  font-weight: normal;
  will-change: transform;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}

.ol-attribution ul {
  margin: 0;
  padding: 1px .5em;
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  font-size: 12px;
}

.ol-attribution li {
  display: inline;
  list-style: none;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}

.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  height: 150px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 0;
  left: 0;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}

.ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

._container_fbc09 {
  display: block;
  width: 100%;
  background: #f2f2f2;
  padding: 1.428571428571429rem 1.714285714285714em;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #808080;
}
._container_fbc09 ._content_fbc09 {
  display: block;
}
._container_fbc09 ._data_fbc09 {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
}
._container_fbc09 ._entry_fbc09 {
  font-size: 0.714285714285714em;
  color: #808080;
  display: inline-block;
  margin-right: 0.571428571428571em;
  vertical-align: middle;
}
._container_fbc09 ._title_fbc09 {
  color: #000;
  font-size: 1rem;
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 2.5rem;
  line-height: 2.5rem;
}
._container_fbc09 ._icon_fbc09 {
  color: #565656;
}
._section_fbc09 {
  width: 100%;
  margin: 4em 2em;
  border: none;
  display: block;
}

._container_16afd {
  font-size: 0.928571428571429rem;
  color: #346e9f;
  background: transparent;
  transition: color 0.25s ease-out, background 0.25s ease-out, border 0.25s ease-out;
}
._regular_16afd {
  height: 2.769230769230769em;
  line-height: 2.769230769230769em;
  border: 1px solid currentColor;
  text-transform: uppercase;
  padding: 0 1.230769230769231em;
  margin: 0 auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
._regular_16afd[disabled] {
  color: #ccc;
}
._regular_16afd:hover:not([disabled]),
._regular_16afd:focus:not([disabled]) {
  background: #e6e6e6;
}
._regular_16afd:active:not([disabled]) {
  background: #d6dee6;
}
._link_16afd {
  height: 2.461538461538462em;
  line-height: 2.461538461538462em;
  padding: 0;
  border: none;
  border-bottom: 1px solid transparent;
  text-align: left;
}
._link_16afd:hover:not([disabled]),
._link_16afd:focus:not([disabled]) {
  color: #2f638f;
  border-bottom-color: #346e9f;
}
._link_16afd span {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._grow_16afd {
  flex: 1;
  margin: 0;
}
._marginLeft_16afd {
  margin-left: 1em;
}
._fullWidth_16afd {
  width: 100%;
}
._withIcon_16afd {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
._withIcon_16afd svg {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0.714285714285714em;
}
._icon_16afd {
  font-size: 1rem;
  width: 2.285714285714286em;
  height: 2.285714285714286em;
  line-height: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  text-align: center;
  vertical-align: bottom;
  transition: background 0.25s ease-out;
}
._icon_16afd[disabled] svg {
  fill: #ccc;
}
._icon_16afd:not([disabled]):hover,
._icon_16afd:not([disabled]):focus {
  background: #e6e6e6;
}
._white_16afd {
  color: #fff;
}
._white_16afd svg {
  fill: #fff;
}

._container_c7e00 {
  display: flex;
  align-items: center;
  background: transparent;
  width: 100%;
}
._container_c7e00:hover,
._container_c7e00:focus {
  outline: 0;
  color: inherit;
}
@media screen and (min-width: 700px) {
  ._container_c7e00:hover,
  ._container_c7e00:focus {
    background: #f2f2f2;
  }
}
._menuItemButton_c7e00 {
  display: block;
  color: inherit;
  background: transparent;
  border: none;
  padding: 0 1.714285714285714em;
  height: 4.571428571428571em;
  margin: 0;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
._menuItemButtonInfo_c7e00 {
  background: transparent;
  width: 3.714285714285714em;
  height: 4em;
  padding: 0;
  margin: 0;
  border: none;
  text-align: center;
  vertical-align: bottom;
}
._menuItemButtonInfo_c7e00:hover,
._menuItemButtonInfo_c7e00:focus {
  outline: 0;
}
._menuItemButtonInfo_c7e00:hover svg,
._menuItemButtonInfo_c7e00:focus svg {
  height: 1.428571428571429em;
  width: 1.428571428571429em;
  fill: #f5bb18;
}
._menuItemButtonInfo_c7e00 svg {
  height: 1.428571428571429em;
  width: 1.428571428571429em;
  fill: #346e9f;
  transition: fill 0.25s ease-out;
}

._container_05985 {
  display: flex;
  flex: 1;
  line-height: 1.714285714285714em;
}
._container_05985 a {
  color: #f5bb18;
}
._container_05985 a:active,
._container_05985 a:hover {
  color: #b48708;
}
._header_05985 {
  height: 4em;
  line-height: 4em;
  background: #f2f2f2;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
}
._header_05985 ._backButton_05985 {
  display: flex;
  align-items: center;
  padding: 0 0.642857142857143em 0 1.142857142857143em;
}
._header_05985 ._icon_05985 {
  color: #346e9f;
}
._contentContainer_05985 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
._content_05985 {
  flex: 1;
  background: #346e9f;
  color: #fff;
  padding: 1.714285714285714em;
}
._button_05985 {
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 700px) {
  ._button_05985 {
    border-top: 1px solid #808080;
    align-self: flex-end;
  }
}

._container_01bb7 {
  box-shadow: rgba(0,0,0,0.4) 0px 1px 4px 1px;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  z-index: 5;
  width: 100%;
  border-left: 4px solid #f5bb18;
  background: #f2f2f2;
  height: 60px;
}
@media screen and (min-width: 700px) {
  ._container_01bb7 {
    display: none;
  }
}
._container_01bb7 ._arrowIcon_01bb7 {
  display: flex;
}

._hideOnMobile_3f0fe {
  display: none;
}
@media screen and (min-width: 700px) {
  ._hideOnMobile_3f0fe {
    display: flex;
  }
}

._container_89497 {
  display: flex;
  flex: 1;
  line-height: 1.714285714285714em;
}
._container_89497 a {
  color: #f5bb18;
}
._container_89497 a:active,
._container_89497 a:hover {
  color: #b48708;
}
._header_89497 {
  height: 4em;
  line-height: 4em;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
}
._header_89497 ._backButton_89497 {
  display: flex;
  align-items: center;
  padding: 0 0.642857142857143em 0 1.142857142857143em;
}
._header_89497 ._icon_89497 {
  color: #346e9f;
}
._contentContainer_89497 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
._content_89497 {
  flex: 1;
  background: #346e9f;
  color: #fff;
  padding: 1.714285714285714em;
}
._printLandscapeDisclaimer_89497 {
  font-weight: 900;
}
._buttonGroup_89497 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
}
._buttonGroup_89497 button {
  margin-bottom: 10px;
}

._container_c0d1e {
  display: flex;
  flex: 1;
  line-height: 1.714285714285714em;
}
._container_c0d1e a {
  color: #f5bb18;
}
._container_c0d1e a:active,
._container_c0d1e a:hover {
  color: #b48708;
}
._header_c0d1e {
  height: 4em;
  line-height: 4em;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
}
._header_c0d1e ._backButton_c0d1e {
  display: flex;
  align-items: center;
  padding: 0 0.642857142857143em 0 1.142857142857143em;
}
._header_c0d1e ._icon_c0d1e {
  color: #346e9f;
}
._contentContainer_c0d1e {
  flex: 1;
  display: flex;
  flex-direction: column;
}
._content_c0d1e {
  flex: 1;
  background: #346e9f;
  color: #fff;
  padding: 1.714285714285714em;
}
._buttonGroup_c0d1e {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
}
._buttonGroup_c0d1e button {
  margin-bottom: 10px;
}

._container_31462 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: 0.25s height ease-out;
  background: #fff;
  color: #565656;
}
._active_31462 {
  color: #000;
  background: #f2f2f2;
}
@media screen and (min-width: 700px) {
  ._active_31462 {
    border-left: 4px solid #f5bb18;
  }
}

._container_987ff {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: scroll;
  background: #fff;
  color: #565656;
  z-index: 1;
  min-width: 250px;
}
@media screen and (min-width: 700px) {
  ._container_987ff {
    max-width: 400px;
    box-shadow: rgba(0,0,0,0.4) 0px 1px 4px 1px;
    overflow: auto;
  }
}
._menuSeparator_987ff {
  margin-left: 1.714285714285714em;
  margin-right: 1.714285714285714em;
  margin-top: 1.142857142857143em;
  margin-bottom: 1.142857142857143em;
  border-bottom: 1px solid #808080;
}
._containerMenuActions_987ff {
  flex: 0;
}
@media screen and (min-width: 700px) {
  ._containerMenuActions_987ff {
    flex: 1;
  }
}

._container_c1456 {
  font-size: 1rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  z-index: 5;
  overflow: scroll;
  border-left: 1px solid #565656;
  flex: 2;
}
@media screen and (min-width: 700px) {
  ._container_c1456 {
    order: 2;
  }
}
._container_c1456 ._header_c1456 {
  background: #f2f2f2;
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._contentContainer_c1456 {
  padding: 32px;
}
._contentContainer_c1456 > div {
  column-width: 28.571428571428573em;
  column-gap: 2.857142857142857em;
  column-count: 2;
}
._tabContainer_c1456 {
  padding: 0 16px;
  border-bottom: 1px solid #f2f2f2;
}
._selectedTab_c1456 {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
._youtube_c1456 {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 20px;
}
._youtube_c1456 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
._buttonGroup_c1456 {
  text-align: center;
  padding-bottom: 3em;
}

/**
 * The ecology overlays
 */
._container_749bf {
  box-shadow: rgba(0,0,0,0.4) 0px 1px 4px 1px;
  font-size: 1rem;
  min-width: 254px;
  align-self: flex-start;
  display: flex;
  align-items: center;
  background: #346e9f;
  color: #fff;
  padding: 0.5em 1.142857142857143em;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  ._container_749bf {
    max-width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  ._container_749bf {
    min-width: 254px;
    max-width: none;
  }
}
._container_749bf div {
  margin-right: 2%;
}
@media screen and (min-width: 700px) {
  ._container_749bf div {
    margin-right: 0;
  }
}

/**
 * The ecology overlays
 */
._container_770a7 {
  display: flex;
  align-self: right;
  font-size: 1rem;
  pointer-events: none;
  z-index: 1;
  order: 3;
}
._headerContainer_770a7 {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  flex: 1;
  display: flex;
  align-content: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 700px) {
  ._headerContainer_770a7 {
    flex: 0;
    right: 0;
    bottom: auto;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  ._headerContainer_770a7 {
    flex-direction: row;
  }
}
._ecology_770a7 {
  display: flex;
  flex: 1;
  justify-content: space-between;
  font-size: 10px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  background: #fff;
  padding: 1.142857142857143em;
  pointer-events: auto;
}
@media screen and (min-width: 700px) {
  ._ecology_770a7 {
    align-self: flex-end;
    min-width: 254px;
  }
}
@media screen and (min-width: 1200px) {
  ._ecology_770a7 {
    flex: 0;
  }
}
._hideHeader_770a7 {
  display: none;
}
@media screen and (min-width: 700px) {
  ._hideHeader_770a7 {
    display: flex;
    visibility: hidden;
  }
}
._description_770a7 {
  padding: 6px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
._colorGrey_770a7 {
  color: #808080;
}
._printMapContainer_770a7 {
  position: relative;
}
._attribution_770a7 {
  position: absolute;
  bottom: 0;
  pointer-events: auto;
  font-size: 0.714285714285714em;
  color: #808080;
  white-space: nowrap;
}
._attribution_770a7 img {
  display: block;
}
._attributionEcologyLandscapeProtection_770a7 {
  transform: translateX(39%);
}
@media screen and (min-width: 1200px) {
  ._attributionEcologyLandscapeProtection_770a7 {
    transform: translateX(18%);
  }
}
._attributionEcologySpeciesProtection_770a7 {
  transform: translateX(44%);
}
@media screen and (min-width: 1200px) {
  ._attributionEcologySpeciesProtection_770a7 {
    transform: translateX(18%);
  }
}
._attributionHighVoltage_770a7 {
  transform: translateX(16%);
}
._layerPrintLegend_770a7 {
  display: flex;
  vertical-align: middle;
}
._layerLegend_770a7 {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  margin: 0;
}
._layerLegendIcon_770a7 {
  display: inline-block;
  width: 1.285714285714286em;
  height: 1.285714285714286em;
  margin-right: 0.5em;
  vertical-align: middle;
}
._layerLegendColor_770a7 {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
._layerLegendDescription_770a7 {
  display: inline-block;
  margin: 0 1em 0 0;
  vertical-align: middle;
}
._legendCloseButton_770a7 {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  margin-right: 6.857142857142858px;
}
@media screen and (min-width: 700px) {
  ._legendCloseButton_770a7 {
    margin-right: 23.857142857142858px;
  }
}

/**
 * The traffic reachability legends view
 */
._containerTopLegendReachability_ec3c4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-indent: 8px;
}
@media screen and (min-width: 700px) {
  ._containerTopLegendReachability_ec3c4 {
    padding-top: 6px;
  }
}
._trafficReachabilityLegendTtile_ec3c4 {
  left: 24px;
  font-size: 14px;
  line-height: 18px;
}
._trafficReachabilityLegendCloseButton_ec3c4 {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  margin-right: 6.857142857142858px;
}
@media screen and (min-width: 700px) {
  ._trafficReachabilityLegendCloseButton_ec3c4 {
    margin-right: 23.857142857142858px;
  }
}
._trafficReachability_ec3c4 {
  font-size: 1rem;
  pointer-events: none;
  z-index: 1;
  order: 3;
}
._trafficReachability_ec3c4 ._trafficReachabilityLegend_ec3c4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  background: #fff;
  padding: 1.142857142857143em;
  pointer-events: auto;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  ._trafficReachability_ec3c4 ._trafficReachabilityLegend_ec3c4 {
    min-width: 254px;
    top: 0;
    right: 0;
    bottom: auto;
    width: auto;
  }
}
._trafficReachability_ec3c4 ._trafficReachabilityLegend_ec3c4 ._trafficReachabilityLegendPois_ec3c4 {
  margin-top: 0.5em;
}
._trafficReachability_ec3c4 ._trafficReachabilityLegend_ec3c4 ._trafficReachabilityLegendPois_ec3c4 ._legend_ec3c4 {
  text-align: right;
}
._trafficReachability_ec3c4 ._trafficReachabilityAttribution_ec3c4 {
  position: absolute;
  bottom: 0;
  transform: translateX(21%);
  pointer-events: auto;
  font-size: 0.714285714285714em;
  white-space: nowrap;
}
._trafficReachability_ec3c4 dl {
  margin: 0;
}
._colorGrey_ec3c4 {
  color: #808080;
}

._legend_85c31 {
  font-size: 1rem;
  margin-top: 1.428571428571429rem;
}
._legend_85c31:last-child {
  margin-bottom: 0;
}
._legendEntry_85c31 {
  display: flex;
  font-size: 1rem;
}
._legendEntry_85c31:last-child {
  margin-bottom: 15px;
}
._legendColor_85c31 {
  display: inline-block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin: 0.5em 0.45em;
  vertical-align: middle;
}
._legendIcon_85c31 {
  display: inline-block;
  width: 1.714285714285714em;
  height: 1.714285714285714em;
  margin-right: 0.142857142857143em;
  vertical-align: middle;
}
._legendIconSmall_85c31 {
  width: 0.642857142857143em;
  height: 0.642857142857143em;
  margin: 0.6em 0.6em 0.4em 0.4em;
}
._legendIconSmall_85c31 img {
  vertical-align: top;
}
._legendDescription_85c31 {
  margin: 0.4em 1em 0 0;
  vertical-align: middle;
}
@media screen and (min-width: 700px) {
  ._legendDescription_85c31 {
    display: inline-block;
  }
}

._container_b4c56 {
  position: absolute;
  right: 0;
  z-index: 1;
}
._content_b4c56 {
  display: flex;
  flex-direction: column;
}
._deleteButtonContainer_b4c56 {
  align-self: flex-end;
}
._deleteButtonContainer_b4c56 span {
  color: #fff;
}
/* Info button hover effects */
._infoButtonContainer_b4c56:hover:not([disabled]) ._infoButton_b4c56,
._infoButtonContainer_b4c56:focus:not([disabled]) ._infoButton_b4c56 {
  color: #b48708;
  cursor: pointer;
}
._infoButtonContainer_b4c56:hover:not([disabled]) ._infoButtonIcon_b4c56,
._infoButtonContainer_b4c56:focus:not([disabled]) ._infoButtonIcon_b4c56 {
  fill: #b48708;
}
/* Delete button hover effects */
._deleteButtonContainer_b4c56:hover:not([disabled]) ._deleteButton_b4c56,
._deleteButtonContainer_b4c56:focus:not([disabled]) ._deleteButton_b4c56 {
  color: #b48708;
  border-bottom-color: #f5bb18;
  cursor: pointer;
}
._deleteButtonContainer_b4c56:hover:not([disabled]) ._deleteButtonIcon_b4c56,
._deleteButtonContainer_b4c56:focus:not([disabled]) ._deleteButtonIcon_b4c56 {
  fill: #b48708;
  margin-left: 0;
}
._deleteButtonContainer_b4c56:hover:not([disabled]) span,
._deleteButtonContainer_b4c56:focus:not([disabled]) span {
  color: #b48708;
}

._container_25f0a {
  background: #fff;
  z-index: 5;
  flex: 1;
  overflow: scroll;
}
._container_25f0a input:invalid {
  box-shadow: 0 0 1.5px 1px #f00;
  -moz-box-shadow: none;
}
@media screen and (min-width: 700px) {
  ._container_25f0a {
    border-left: 1px solid #565656;
    order: 2;
    font-size: 1rem;
    flex: 2;
  }
}
._container_25f0a ._header_25f0a {
  background: #f2f2f2;
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._contentContainer_25f0a {
  padding: 16px;
  margin: 0 auto;
}
._tabContainer_25f0a {
  padding: 0 16px;
  border-bottom: 1px solid #f2f2f2;
}

/**
 * Loading component
 */
._loading_8a6a1 {
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
  background: rgba(255,255,255,0.7);
  z-index: 100;
}
._loading_8a6a1 ._bubble_8a6a1 {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 0.75em;
  margin-left: 0.5em;
  width: 0.75em;
  animation-name: _button-loading-animation_8a6a1;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
._loading_8a6a1 ._bubble_8a6a1._one_8a6a1 {
  animation-delay: 0.3s;
}
._loading_8a6a1 ._bubble_8a6a1._two_8a6a1 {
  animation-delay: 0.6s;
}
._loading_8a6a1 ._bubble_8a6a1._three_8a6a1 {
  animation-delay: 0.9s;
}
@-moz-keyframes _button-loading-animation_8a6a1 {
  50% {
    background-color: currentColor;
  }
}
@-webkit-keyframes _button-loading-animation_8a6a1 {
  50% {
    background-color: currentColor;
  }
}
@-o-keyframes _button-loading-animation_8a6a1 {
  50% {
    background-color: currentColor;
  }
}
@keyframes _button-loading-animation_8a6a1 {
  50% {
    background-color: currentColor;
  }
}

._graphContainer_7ef5d {
  display: flex;
}
._graphContainerDisplayColumn_7ef5d {
  flex-direction: column;
}
._legend_7ef5d {
  margin-left: 20px;
  width: 200px;
}

._pieContainer_fc575 {
  display: flex;
}
._pieLegend_fc575 {
  width: 300px;
}

._locationCompetition_852a1 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 10px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  background: #fff;
  padding: 1.142857142857143em;
  pointer-events: auto;
  color: #808080;
  z-index: 1;
  order: 3;
}
@media screen and (min-width: 700px) {
  ._locationCompetition_852a1 {
    min-width: 254px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
._locationCompetitionPoisLegend_852a1 {
  width: 66.6%;
  top: 1.428571428571429rem;
  padding: 1em 1.142857142857143em;
  pointer-events: auto;
}
._locationCompetitionPoisLegend_852a1 ._legend_852a1 {
  margin: 0;
  text-align: right;
}
._locationCompetitionPoisLegendAttribution_852a1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-112%);
  pointer-events: auto;
  white-space: nowrap;
}
._locationCompetitionPoisLegendAttributionBy_852a1 {
  font-size: 0.714285714285714em;
}
._colorGrey_852a1 {
  color: #808080;
}
._locationCompetitionLegendCloseButton_852a1 {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  margin-right: 6.857142857142858px;
}
@media screen and (min-width: 700px) {
  ._locationCompetitionLegendCloseButton_852a1 {
    margin-right: 23.857142857142858px;
  }
}

._container_99c0b {
  background: #fff;
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 1;
  order: 1;
  overflow: hidden;
  min-width: 250px;
}
@media screen and (min-width: 700px) {
  ._container_99c0b {
    max-width: 400px;
    box-shadow: rgba(0,0,0,0.4) 0px 1px 4px 1px;
  }
}
._image_99c0b {
  min-height: 150px;
  margin: 0 2.857142857142857em;
  background: url("logo.25f5643c.png") no-repeat center center;
  background-size: contain;
}
._content_99c0b {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: auto;
}
._text_99c0b {
  color: #808080;
  padding: 0 2.857142857142857em;
  margin-bottom: 5.714285714285714em;
}
._text_99c0b a {
  color: #f5bb18;
}
._text_99c0b a:hover,
._text_99c0b a:focus {
  color: #b48708;
}
._buttonsContainer_99c0b {
  padding: 1.428571428571429rem;
  background: #fff;
  border-top: 2px solid #f5bb18;
  display: flex;
  text-align: center;
  position: sticky;
  flex-wrap: wrap;
}
._buttonCursor_99c0b {
  cursor: pointer;
}

._container_7f53e {
  font-size: 1rem;
  background: #fff;
  z-index: 5;
  flex: 2;
  overflow-x: scroll;
  border-left: 1px solid #565656;
  order: 2;
}
._header_7f53e {
  background: #f2f2f2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 16px;
}
._contentContainer_7f53e {
  padding: 16px;
}
._tabContainer_7f53e {
  padding: 0 16px;
  border-bottom: 1px solid #f2f2f2;
}
._note_7f53e {
  color: #808080;
}
._hideOnMobile_7f53e {
  display: none;
}
@media screen and (min-width: 700px) {
  ._hideOnMobile_7f53e {
    display: block;
  }
}
._name_7f53e {
  text-transform: capitalize;
  white-space: nowrap;
}
._tableHeader_7f53e {
  max-width: 170px;
}

._container_129fc {
  height: 14px;
  margin-right: 5px;
}

._container_8435f {
  background-color: #f2f2f2;
  height: 60px;
  padding: 16px;
  display: flex;
  align-items: center;
}

._container_13633 {
  background-color: #f2f2f2;
  font-size: 1.142857142857143em;
  display: flex;
  justify-content: space-between;
  height: 60px;
}

._instruction_7ae3e {
  padding: 16px;
  background: #346e9f;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
._instruction_7ae3e ._additionalTextDesktop_7ae3e {
  display: none;
}
@media screen and (min-width: 700px) {
  ._instruction_7ae3e ._additionalTextDesktop_7ae3e {
    display: block;
  }
}
._highlight_7ae3e {
  font-weight: bold;
}

._configuration_02a7b {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  font-size: 1rem;
  height: 24px;
  padding: 16px;
  background: #fff;
  box-sizing: content-box;
}
._configuration_02a7b ._stepNumber_02a7b {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background-color: #346e9f;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
._configuration_02a7b ._stepTitle_02a7b {
  line-height: 24px;
  margin-left: 1.142857142857143em;
}
/* Additional Style for area view in Mobile Version */
._shadowArea_02a7b {
  position: absolute;
  background-color: #fff;
  margin-top: 8px;
  margin-left: 10px;
  height: 40px;
  width: 120px;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2), 0px 2px 2px rgba(0,0,0,0.12), 0px 0px 2px rgba(0,0,0,0.14);
  box-sizing: border-box;
}
@media screen and (min-width: 700px) {
  ._shadowArea_02a7b {
    position: static;
    margin: 0;
    margin-top: 0;
    padding: 1.142857142857143em;
    width: auto;
    height: 24px;
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
  }
}

/**
 * The awesomplete autocomplete
 */
.awesomplete {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  height: 3.571428571428572em;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
}
.awesomplete [hidden] {
  display: none;
}
.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.awesomplete > input {
  display: block;
  width: 100%;
  padding: 18.5px 0 18.5px 14px;
}
.awesomplete > label {
  transform: translate(14px, -12px) scale(0.75);
}
.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  max-height: 28.571428571428573em;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: -0.285714285714286em 0 0 0;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -webkit-overflow-scrolling: touch;
}
.awesomplete > ul:empty {
  display: none;
}
.awesomplete > ul > li {
  position: relative;
  padding: 0.5em 0.714285714285714em;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.awesomplete > ul > li:hover {
  background: #f2f2f2;
  color: #000;
}
.awesomplete > ul > li[aria-selected='true'] {
  background: #346e9f;
  color: #fff;
}
.awesomplete mark {
  background-color: transparent;
  font-weight: bold;
  color: inherit;
}

._container_69531 {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  padding: 16px;
}
._container_69531 ._recentDevelopmentButton_69531 {
  margin-top: 20px;
}
._container_69531 ._recentDevelopmentButton_69531 svg {
  fill: #fff;
}

._container_0db2f {
  display: flex;
  flex: 1;
  flex-direction: column;
  background: #fff;
  height: 100%;
  overflow: hidden;
  padding: 16px;
}
._fields_0db2f {
  display: flex;
  flex-direction: column;
}

._option_0a0b2 {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
._option_0a0b2 ._image_0a0b2 {
  width: 40%;
  height: 83px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center center;
  background-size: cover;
}
._option_0a0b2 ._data_0a0b2 {
  width: 55%;
  font-size: emCalc(12px);
}
._note_0a0b2 {
  color: $grey;
}

._container_e1f85 {
  display: flex;
  flex: 1;
  flex-direction: column;
  background: #fff;
  height: 100%;
  overflow: hidden;
  padding: 16px;
}
._container_e1f85 ._dropdown_e1f85 {
  display: flex;
  flex-direction: column;
}

._container_77dae {
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  order: 1;
  min-width: 250px;
}
@media screen and (min-width: 700px) {
  ._container_77dae {
    max-width: 400px;
    box-shadow: rgba(0,0,0,0.4) 0px 1px 4px 1px;
    background: #fff;
  }
}
._noDisplay_77dae {
  display: none;
}

._container_71741 {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  order: 2;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  ._container_71741 {
    flex-direction: row;
    overflow: auto;
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  ._container_71741 {
    order: 1;
  }
}

._container_54c56 {
  position: relative;
  height: 210mm;
  width: 297mm;
  padding: 10mm;
  page-break-after: always;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 2px #ccc;
  margin-bottom: 20px;
}
@media print {
  ._container_54c56 {
    border: none;
    height: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}
._container_54c56 img {
  height: 100px;
}
._container_54c56 h1 {
  font-size: 2em;
  font-weight: 900;
}
._container_54c56 h2 {
  font-size: 32px;
}
._titleContainer_54c56 {
  position: absolute;
  bottom: 120px;
}
._footer_54c56 {
  position: absolute;
  right: 10mm;
  left: 10mm;
  bottom: 10mm;
}
@media print {
  ._footer_54c56 {
    left: 0;
  }
}
._subTitle_54c56 {
  font-size: 20px;
  display: block;
  width: 100%;
}

._footerLogo_42c80 {
  height: 30px;
}

._container_4d688 {
  display: flex;
  height: 100%;
}

@page {
  size: a4 landscape;
  margin: 10mm;
}
@media print {
  body,
  html {
    height: 100%;
    width: 100%;
  }
}
._container_b33db {
  font-size: 12pt;
  margin: 0 auto;
}
@media print {
  ._container_b33db {
    margin: initial;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
}
._container_b33db h2 {
  font-size: 1.714285714285714em;
  font-weight: 700;
  margin: 0 0 1em 0;
}
._container_b33db h3 {
  font-size: 14pt;
  color: #000;
  text-transform: none;
  font-weight: bold;
  margin: 2em 0 0.5em 0;
}
._container_b33db section {
  position: relative;
  height: 210mm;
  width: 297mm;
  padding: 10mm;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 2px #ccc;
  margin-bottom: 20px;
}
@media print {
  ._container_b33db section {
    border: none;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    page-break-inside: avoid;
    page-break-after: always;
  }
}
._container_b33db section header {
  height: 60px;
  border-bottom: 2px solid #80960b;
  flex-basis: 100%;
  flex-shrink: 1;
  margin-bottom: 20px;
}
._container_b33db section aside {
  position: relative;
  flex-basis: 20%;
  border-right: 2px solid #80960b;
  padding: 0 20px 0 0;
}
._container_b33db section aside h3 {
  margin-top: 0;
}
._container_b33db section aside dl {
  display: flex;
  flex-wrap: wrap;
}
._container_b33db section aside dl dt {
  flex: 100% 0;
  color: #808080;
}
._container_b33db section aside dl dd {
  font-weight: 600;
  display: inline-block;
  margin: 0 0 10px 0;
}
._container_b33db section article {
  height: calc(100% - 145px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  page-break-after: avoid;
}
._container_b33db section main {
  display: flex;
  flex-direction: column;
  flex-basis: 80%;
  padding: 0 0 0 20px;
  height: 100%;
  overflow: hidden;
}
._container_b33db section main p:first-of-type {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
._container_b33db section footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  text-align: right;
  border-top: 2px solid #80960b;
  padding: 5px;
  margin-top: 20px;
}
._container_b33db table {
  font-size: 14px;
  margin-top: 15px;
}
._container_b33db thead th {
  border-bottom: 1px solid #808080;
}
._container_b33db tbody tr:nth-child(odd) {
  background: #f2f2f2;
}
._container_b33db tr {
  height: 40px;
}
._container_b33db ._rv-xy-plot_b33db {
  height: 200px;
}
._container_b33db ._source_b33db {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  margin-right: 20px;
}
._container_b33db ._map_b33db {
  flex-grow: 1;
}
._container_b33db ul:first-of-type {
  margin-top: 0;
}
._container_b33db ._loading_b33db {
  background: #fff;
  height: 100%;
  width: 100%;
}
._container_b33db .gm-style div > img {
  position: absolute;
}

table._table_aad61 {
  margin-top: 0px;
}

._trafficReachabilityLegendPois_be58e {
  margin-top: 0.5em;
}
._legend_be58e {
  display: flex;
  align-items: baseline;
}

._legend_07e86 {
  margin-top: 20px;
}
._layerPrintLegend_07e86 {
  display: flex;
  vertical-align: middle;
}
._layerLegendIcon_07e86 {
  display: inline-block;
  width: 1.285714285714286em;
  height: 1.285714285714286em;
  margin-right: 0.5em;
  vertical-align: middle;
}
._layerLegendColor_07e86 {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
._layerLegendDescription_07e86 {
  display: inline-block;
  margin: 0 1em 0 0;
  vertical-align: middle;
}

._followupCostsHeader_0be8e {
  width: 70%;
}


/*# sourceMappingURL=main.c072e7f9.css.map */