@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap);.container {
  height: 100%;
  width: 100%;
  background: #d8d8d8;
  font-family: 'Roboto'; }

.hidden {
  display: none !important; }

.pointer {
  cursor: pointer; }
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #627258;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400; }

body,
#app-container {
  overflow: hidden;
  height: 100dvh;
  width: 100vw;
  margin: 0; }
.joyride-beacon {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  height: 36px;
  position: relative;
  width: 36px;
  z-index: 1500; }
  .joyride-beacon:active, .joyride-beacon:focus, .joyride-beacon:hover {
    outline: none; }
  .joyride-beacon__inner {
    -webkit-animation: joyride-beacon-inner 1.2s infinite ease-in-out;
            animation: joyride-beacon-inner 1.2s infinite ease-in-out;
    background-color: #f04;
    border-radius: 50%;
    display: block;
    height: 50%;
    left: 50%;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50%; }
  .joyride-beacon__outer {
    -webkit-animation: joyride-beacon-outer 1.2s infinite ease-in-out;
            animation: joyride-beacon-outer 1.2s infinite ease-in-out;
    background-color: rgba(255, 0, 68, 0.2);
    border: 2px solid #f04;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 100%; }

.joyride-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1500; }

.joyride-hole {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
  position: absolute; }
  .joyride-hole.safari {
    -webkit-box-shadow: 0 0 999px 9999px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 999px 9999px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5); }

.joyride-tooltip {
  background-color: #fff;
  border-radius: 4px;
  color: #555;
  cursor: default;
  -webkit-filter: drop-shadow(-1px -2px 3px rgba(0, 0, 0, 0.3)) drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-1px -2px 3px rgba(0, 0, 0, 0.3)) drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));
  opacity: 0;
  padding: 20px;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 290px;
  z-index: 1510; }
  .joyride-tooltip--animate {
    -webkit-animation: joyride-tooltip 0.4s forwards;
            animation: joyride-tooltip 0.4s forwards;
    -webkit-animation-timing-function: cubic-bezier(0, 1.05, 0.55, 1.18);
            animation-timing-function: cubic-bezier(0, 1.05, 0.55, 1.18); }
  .joyride-tooltip__triangle {
    background-repeat: no-repeat;
    position: absolute; }
  .joyride-tooltip.bottom, .joyride-tooltip.bottom-left, .joyride-tooltip.bottom-right {
    margin-top: 18px; }
    .joyride-tooltip.bottom .joyride-tooltip__triangle, .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.bottom-right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2236px%22%20height%3D%2218px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%28180 8 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 18px;
      left: 50%;
      top: -16px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 36px; }
  .joyride-tooltip.top, .joyride-tooltip.top-left, .joyride-tooltip.top-right {
    margin-bottom: 18px; }
    .joyride-tooltip.top .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2236px%22%20height%3D%2218px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%280%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      bottom: -16px;
      height: 18px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 36px; }
  .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle {
    left: 3%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    @media screen and (min-width: 480px) {
      .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle {
        left: 2%; } }
  .joyride-tooltip.bottom-right .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
    left: auto;
    right: 3%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    @media screen and (min-width: 480px) {
      .joyride-tooltip.bottom-right .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
        right: 2%; } }
  .joyride-tooltip.left {
    margin-right: 18px; }
    .joyride-tooltip.left .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%2236px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%28270 8 8%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 36px;
      right: -16px;
      width: 18px; }
  .joyride-tooltip.right {
    margin-left: 18px; }
    .joyride-tooltip.right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%2236px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%2890 4 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 36px;
      left: -16px;
      width: 18px; }
  .joyride-tooltip__close {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.117.323l-6.073%206.075-5.449-6.075c-.431-.431-1.131-.431-1.562%200-.431.431-.431%201.131%200%201.562l5.449%206.075-6.159%206.159c-.431.431-.431%201.134%200%201.562.431.431%201.131.431%201.562%200l6.075-6.073%205.449%206.073c.429.431%201.131.431%201.56%200%20.431-.429.431-1.131%200-1.562l-5.452-6.073%206.159-6.161c.431-.431.431-1.131%200-1.562-.431-.431-1.129-.431-1.56%200z%22%20fill%3D%22rgba(85, 85, 85, 0.5)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
    width: 12px;
    z-index: 10;
    display: block; }
    .joyride-tooltip__close:active, .joyride-tooltip__close:focus, .joyride-tooltip__close:hover {
      outline: none; }
    .joyride-tooltip__close:hover, .joyride-tooltip__close:focus {
      color: rgba(60, 60, 60, 0.5);
      outline: none; }
    .joyride-tooltip__close--header {
      right: 20px;
      top: 20px; }
  .joyride-tooltip__header {
    border-bottom: 1px solid #f04;
    color: #555;
    font-size: 20px;
    padding-bottom: 6px;
    padding-right: 18px;
    position: relative; }
    .joyride-tooltip__header ~ .joyride-tooltip__main {
      padding: 12px 0 18px; }
  .joyride-tooltip__main {
    font-size: 16px;
    padding-bottom: 18px;
    padding-right: 18px; }
  .joyride-tooltip__footer {
    text-align: right; }
  .joyride-tooltip__button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0; }
    .joyride-tooltip__button:active, .joyride-tooltip__button:focus, .joyride-tooltip__button:hover {
      outline: none; }
    .joyride-tooltip__button--primary {
      background-color: #f04;
      border-radius: 4px;
      color: #fff;
      padding: 6px 12px;
      -webkit-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      .joyride-tooltip__button--primary:active, .joyride-tooltip__button--primary:focus, .joyride-tooltip__button--primary:hover {
        background-color: #ff1f5a;
        color: #fff; }
    .joyride-tooltip__button--secondary {
      color: #f04;
      margin-right: 10px; }
    .joyride-tooltip__button--skip {
      color: #ccc;
      float: left;
      margin-right: 10px; }
  .joyride-tooltip--standalone .joyride-tooltip__main {
    padding-bottom: 0; }
  .joyride-tooltip--standalone .joyride-tooltip__footer {
    display: none; }
  @media screen and (min-width: 480px) {
    .joyride-tooltip {
      width: 360px; } }
  @media screen and (min-width: 960px) {
    .joyride-tooltip {
      width: 450px; } }

@-webkit-keyframes joyride-tooltip {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1px) scale(1);
            transform: perspective(1px) scale(1); } }

@keyframes joyride-tooltip {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1px) scale(1);
            transform: perspective(1px) scale(1); } }

@-webkit-keyframes joyride-beacon-inner {
  20% {
    opacity: 0.9; }
  90% {
    opacity: 0.7; } }

@keyframes joyride-beacon-inner {
  20% {
    opacity: 0.9; }
  90% {
    opacity: 0.7; } }

@-webkit-keyframes joyride-beacon-outer {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    opacity: 0.7;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 0.9;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes joyride-beacon-outer {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    opacity: 0.7;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 0.9;
    -webkit-transform: scale(1);
            transform: scale(1); } }
.footer__wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 3;
  background: #212e2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.95);
          box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.95);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff; }
  .footer__wrap .footer__selector-container {
    margin: 4px 0.25rem;
    padding: 0 0.5rem;
    color: #fffdf7;
    cursor: pointer;
    width: 175px;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 0.5px solid #212e2a;
    max-width: 12em;
    background-color: #627258;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .footer__wrap .footer__selector-container:last-child {
      border-right: 0.5px solid #212e2a; }
    .footer__wrap .footer__selector-container .footer__logo {
      height: 2em;
      width: 2em;
      background-size: cover;
      background-repeat: no-repeat; }
    .footer__wrap .footer__selector-container .footer__left,
    .footer__wrap .footer__selector-container .footer__right {
      height: 23px;
      line-height: 23px;
      font-size: 1rem;
      white-space: nowrap;
      font-weight: 500;
      margin-left: 5px; }
  .footer__wrap .create-tour-color {
    background: #627258; }
  .footer__wrap .footer_here .footer__logo {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDE5IDIxIj4KICAgIDxwYXRoIGZpbGw9IiNmZmZkZjciIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEzLjA3NiAyMC4yMDVsLjIyLS4yMDEtMy45NjMtMS40NzQtMy45NjMgMS40NzQuMjIuMjAxYS4zNTYuMzU2IDAgMCAxIC4wODYuMTE2Yy4wMTguMDQuMDI3LjA4My4wMjQuMTI2YS4zMTUuMzE1IDAgMCAxLS4wNC4xMzEuNTA1LjUwNSAwIDAgMS0uMS4xMjlsLS4wNjIuMDUtLjA3LjA0OC0uMDguMDQzLS4wODYuMDM4Yy0uMDQuMDE2LS4wOC4wMy0uMTIzLjA0MWwtLjEzLjAzLS4xMzQuMDJoLS4xMzdsLTQuMDg2LjAxN2ExLjI3OCAxLjI3OCAwIDAgMS0uMzY1LS4wNTYuNjE5LjYxOSAwIDAgMS0uMTM1LS4wNjcuMzc3LjM3NyAwIDAgMS0uMDk5LS4wOTIuMjUyLjI1MiAwIDAgMS0uMDQ2LS4yMTQuMzYzLjM2MyAwIDAgMSAuMDUtLjExMy41OTEuNTkxIDAgMCAxIC4wOTUtLjEwMWwyLjA3LTEuOTA5YS43MDQuNzA0IDAgMCAxIC4xMzItLjA5NGMuMDUzLS4wMy4xMS0uMDU0LjE2Ny0uMDc1YTEuNTgxIDEuNTgxIDAgMCAxIC4zOTgtLjA4NGguMTE1Yy4wNTctLjAwMy4xMTMtLjAwMy4xNyAwIC4wNS4wMDcuMS4wMTcuMTUuMDNhLjY5NC42OTQgMCAwIDEgLjEyNS4wNWMuMDM1LjAxOC4wNjguMDQuMDk3LjA2NmwuMTguMTY3IDIuOTEtLjk2LTIuMy0uODU2LS4yNi4xMzVhMS4yNzggMS4yNzggMCAwIDEtLjI3Ny4xMDNjLS4wNTIuMDExLS4xMDQuMDItLjE1Ni4wMjVhMS41MSAxLjUxIDAgMCAxLS4xNjEgMGgtLjEwNmExLjEzIDEuMTMgMCAwIDEtLjE3LS4wMjUuNzA3LjcwNyAwIDAgMS0uMTM2LS4wNDUuMzYuMzYgMCAwIDEtLjA5Ny0uMDYyLjE3My4xNzMgMCAwIDEtLjA1LS4wNzdsLS4zNzQtMS4yNmEuMS4xIDAgMCAxIDAtLjA2LjE2NC4xNjQgMCAwIDEgLjAzNS0uMDYuMzM4LjMzOCAwIDAgMSAuMDY2LS4wNTggMS4wMSAxLjAxIDAgMCAxIC4zMzUtLjEyNmMuMDQ0LS4wMS4wODktLjAxNy4xMzQtLjAyMS4wNDYtLjAwMy4wOTItLjAwMy4xMzggMEg2LjMybC4wODEuMDE1LjA3NS4wMTkuMDUxLjAyLjA0NC4wMi4wMzcuMDI0LjAzMS4wMjZhLjE1LjE1IDAgMCAxIC4wNDIuMDY2LjEwNy4xMDcgMCAwIDEgLjAxMS4wOC4xODYuMTg2IDAgMCAxLS4wNDguMDY4LjQxOS40MTkgMCAwIDEtLjA5My4wNjJsLS4yMi4xMTQgMS44MzIuNjA0LS4yMi0yLjM5N0g2LjIwOWEuNDMyLjQzMiAwIDAgMS0uMzM1LS4xNTQuNDA3LjQwNyAwIDAgMS0uMDg2LS4zNWwuNTgyLTIuMzQzYS42NS42NSAwIDAgMS0uMjYyLjAyMS42NjQuNjY0IDAgMCAxLS40Ni0uMjYuNjI5LjYyOSAwIDAgMS0uMTEzLS41MDZsMS4yMi01LjA0NWMuMTEtLjQ1MS40MjUtLjgzLjg1Ni0xLjAyOC4xOC0uMDc5LjM3NS0uMTIyLjU3My0uMTI4YS4xNjcuMTY3IDAgMCAxIC4xMzYuMDZsLjkzNiAxLjEyOGEuMDk2LjA5NiAwIDAgMCAuMDc2LjAzOGMuMDMgMCAuMDU4LS4wMTQuMDc2LS4wMzhsLjkzNS0xLjEyOGEuMTcuMTcgMCAwIDEgLjEzNy0uMDZjLjE5OC4wMDYuMzkyLjA1LjU3Mi4xMjguNDMyLjE5OC43NDcuNTc3Ljg1NyAxLjAyOGwxLjIyMiA1LjA0NWEuNjMuNjMgMCAwIDEtLjExOC41LjY2NC42NjQgMCAwIDEtLjQ1Ny4yNTguNjUxLjY1MSAwIDAgMS0uMjYyLS4wMjJsLjU4MSAyLjM0NGEuNDA3LjQwNyAwIDAgMS0uMDg2LjM1LjQzMi40MzIgMCAwIDEtLjMzNC4xNTNoLTEuNzIybC0uMjIgMi4zOTMgMS44Mi0uNjAyLS4yMi0uMTE0YS40MjYuNDI2IDAgMCAxLS4wOTQtLjA2Mi4xODcuMTg3IDAgMCAxLS4wNDQtLjA1OC4xMDYuMTA2IDAgMCAxIDAtLjA2OC4xNS4xNSAwIDAgMSAuMDQyLS4wNjdsLjAzLS4wMjUuMDM4LS4wMjQuMDQ0LS4wMjEuMDUtLjAyLjA3OC0uMDE5LjA4My0uMDE1SDE1LjQ5Yy4wNSAwIC4wOTUuMDEuMTQyLjAyYTEuMzcgMS4zNyAwIDAgMSAuMjUzLjA3NC42MjQuNjI0IDAgMCAxIC4wOTcuMDUyLjMzNi4zMzYgMCAwIDEgLjA2Ni4wNTguMTY0LjE2NCAwIDAgMSAuMDM1LjA2Yy4wMDYuMDIuMDA2LjA0IDAgLjA2bC0uMzcyIDEuMjZhLjE3My4xNzMgMCAwIDEtLjA0OS4wNzYuMzU1LjM1NSAwIDAgMS0uMDk2LjA2Mi43LjcgMCAwIDEtLjEzNy4wNDUgMS4xNDMgMS4xNDMgMCAwIDEtLjE3LjAyNmgtLjEwM2ExLjUzOSAxLjUzOSAwIDAgMS0uMTYzIDAgMS40OTkgMS40OTkgMCAwIDEtLjE1Ni0uMDM0Ljk2Ljk2IDAgMCAxLS4yNzctLjA5NmwtLjI2LS4xMzYtMi4yOTcuODU3IDIuOTEuOTYuMTgxLS4xNjdhLjQyNS40MjUgMCAwIDEgLjA5Ny0uMDY3LjY5MS42OTEgMCAwIDEgLjEyNi0uMDQ5Yy4wNDktLjAxNC4wOTktLjAyNC4xNS0uMDMuMDU2LS4wMDMuMTEzLS4wMDMuMTcgMGguMTE0YTEuNTgxIDEuNTgxIDAgMCAxIC4zOTguMDg0Yy4wNTcuMDIuMTEyLjA0NS4xNjUuMDc1YS43MDguNzA4IDAgMCAxIC4xMzIuMDk0bDIuMDY1IDEuOTAyYy4wMzcuMDMzLjA3LjA3LjA5Ny4xMTEuMDIzLjAzNS4wNC4wNzQuMDUuMTE0YS4yNS4yNSAwIDAgMS0uMDQzLjIxNC4zODUuMzg1IDAgMCAxLS4wOTMuMDg2LjYxNC42MTQgMCAwIDEtLjEzLjA2Ni44OC44OCAwIDAgMS0uMTYuMDQzYy0uMDYxLjAxLS4xMjMuMDE1LS4xODUuMDE1aC0uMDM1bC00LjA4Ny0uMDEzaC0uMTM0bC0uMTM0LS4wMi0uMTQxLS4wNDJhMi4wNjMgMi4wNjMgMCAwIDEtLjEyMy0uMDRsLS4wODgtLjA0LS4wOC0uMDQyLS4wNy0uMDQ3LS4wNjItLjA1MmEuNTA2LjUwNiAwIDAgMS0uMTAzLS4xMjguMzEzLjMxMyAwIDAgMS0uMDQtLjEzLjI2Ni4yNjYgMCAwIDEgLjAyNC0uMTI3LjM1OS4zNTkgMCAwIDEgLjEwMi0uMTE0ek05LjMzMyAzLjYwM2MxLjAyLS4wMDcgMS44NDMtLjgxNyAxLjgzOC0xLjgxQzExLjE2Ni44IDEwLjMzNi0uMDAyIDkuMzE1IDBjLTEuMDIuMDAyLTEuODQ3LjgwOC0xLjg0NyAxLjgwMS4wMDIuNDguMi45MzkuNTUgMS4yNzcuMzQ5LjMzOC44MjIuNTI2IDEuMzE1LjUyNXoiLz4KPC9zdmc+Cg==); }
  .footer__wrap .footer_create .footer__logo {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIxIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNmZmZkZjciIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguNSA4VjZoLTJhMSAxIDAgMCAxLTEtMVYzYTEgMSAwIDAgMSAxLTFoMlYxYTEgMSAwIDAgMSAxLTFoMmExIDEgMCAwIDEgMSAxdjFoNC42ODJhMSAxIDAgMCAxIC41NzguMTg0bDIuMTI3IDEuNTA1YS41LjUgMCAwIDEtLjAyNC44MzJsLTIuMTIgMS4zMjdhMSAxIDAgMCAxLS41My4xNTJIMTIuNXYyaDJhMSAxIDAgMCAxIDEgMXYyYTEgMSAwIDAgMS0xIDFoLTJ2N2ExIDEgMCAwIDEtMSAxaC0yYTEgMSAwIDAgMS0xLTF2LTdIMy43ODdhMSAxIDAgMCAxLS41My0uMTUybC0yLjEyLTEuMzI3YS41LjUgMCAwIDEtLjAyNC0uODMyTDMuMjQgOC4xODRBMSAxIDAgMCAxIDMuODE4IDhIOC41eiIvPgo8L3N2Zz4K); }
  .footer__wrap .footer__selected-option_here {
    color: #212e2a;
    background: #efebe2; }
    .footer__wrap .footer__selected-option_here .footer__logo {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDE5IDIxIj4KICAgIDxwYXRoIGZpbGw9IiMyMTJlMmEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEzLjA3NiAyMC4yMDVsLjIyLS4yMDEtMy45NjMtMS40NzQtMy45NjMgMS40NzQuMjIuMjAxYS4zNTYuMzU2IDAgMCAxIC4wODYuMTE2Yy4wMTguMDQuMDI3LjA4My4wMjQuMTI2YS4zMTUuMzE1IDAgMCAxLS4wNC4xMzEuNTA1LjUwNSAwIDAgMS0uMS4xMjlsLS4wNjIuMDUtLjA3LjA0OC0uMDguMDQzLS4wODYuMDM4Yy0uMDQuMDE2LS4wOC4wMy0uMTIzLjA0MWwtLjEzLjAzLS4xMzQuMDJoLS4xMzdsLTQuMDg2LjAxN2ExLjI3OCAxLjI3OCAwIDAgMS0uMzY1LS4wNTYuNjE5LjYxOSAwIDAgMS0uMTM1LS4wNjcuMzc3LjM3NyAwIDAgMS0uMDk5LS4wOTIuMjUyLjI1MiAwIDAgMS0uMDQ2LS4yMTQuMzYzLjM2MyAwIDAgMSAuMDUtLjExMy41OTEuNTkxIDAgMCAxIC4wOTUtLjEwMWwyLjA3LTEuOTA5YS43MDQuNzA0IDAgMCAxIC4xMzItLjA5NGMuMDUzLS4wMy4xMS0uMDU0LjE2Ny0uMDc1YTEuNTgxIDEuNTgxIDAgMCAxIC4zOTgtLjA4NGguMTE1Yy4wNTctLjAwMy4xMTMtLjAwMy4xNyAwIC4wNS4wMDcuMS4wMTcuMTUuMDNhLjY5NC42OTQgMCAwIDEgLjEyNS4wNWMuMDM1LjAxOC4wNjguMDQuMDk3LjA2NmwuMTguMTY3IDIuOTEtLjk2LTIuMy0uODU2LS4yNi4xMzVhMS4yNzggMS4yNzggMCAwIDEtLjI3Ny4xMDNjLS4wNTIuMDExLS4xMDQuMDItLjE1Ni4wMjVhMS41MSAxLjUxIDAgMCAxLS4xNjEgMGgtLjEwNmExLjEzIDEuMTMgMCAwIDEtLjE3LS4wMjUuNzA3LjcwNyAwIDAgMS0uMTM2LS4wNDUuMzYuMzYgMCAwIDEtLjA5Ny0uMDYyLjE3My4xNzMgMCAwIDEtLjA1LS4wNzdsLS4zNzQtMS4yNmEuMS4xIDAgMCAxIDAtLjA2LjE2NC4xNjQgMCAwIDEgLjAzNS0uMDYuMzM4LjMzOCAwIDAgMSAuMDY2LS4wNTggMS4wMSAxLjAxIDAgMCAxIC4zMzUtLjEyNmMuMDQ0LS4wMS4wODktLjAxNy4xMzQtLjAyMS4wNDYtLjAwMy4wOTItLjAwMy4xMzggMEg2LjMybC4wODEuMDE1LjA3NS4wMTkuMDUxLjAyLjA0NC4wMi4wMzcuMDI0LjAzMS4wMjZhLjE1LjE1IDAgMCAxIC4wNDIuMDY2LjEwNy4xMDcgMCAwIDEgLjAxMS4wOC4xODYuMTg2IDAgMCAxLS4wNDguMDY4LjQxOS40MTkgMCAwIDEtLjA5My4wNjJsLS4yMi4xMTQgMS44MzIuNjA0LS4yMi0yLjM5N0g2LjIwOWEuNDMyLjQzMiAwIDAgMS0uMzM1LS4xNTQuNDA3LjQwNyAwIDAgMS0uMDg2LS4zNWwuNTgyLTIuMzQzYS42NS42NSAwIDAgMS0uMjYyLjAyMS42NjQuNjY0IDAgMCAxLS40Ni0uMjYuNjI5LjYyOSAwIDAgMS0uMTEzLS41MDZsMS4yMi01LjA0NWMuMTEtLjQ1MS40MjUtLjgzLjg1Ni0xLjAyOC4xOC0uMDc5LjM3NS0uMTIyLjU3My0uMTI4YS4xNjcuMTY3IDAgMCAxIC4xMzYuMDZsLjkzNiAxLjEyOGEuMDk2LjA5NiAwIDAgMCAuMDc2LjAzOGMuMDMgMCAuMDU4LS4wMTQuMDc2LS4wMzhsLjkzNS0xLjEyOGEuMTcuMTcgMCAwIDEgLjEzNy0uMDZjLjE5OC4wMDYuMzkyLjA1LjU3Mi4xMjguNDMyLjE5OC43NDcuNTc3Ljg1NyAxLjAyOGwxLjIyMiA1LjA0NWEuNjMuNjMgMCAwIDEtLjExOC41LjY2NC42NjQgMCAwIDEtLjQ1Ny4yNTguNjUxLjY1MSAwIDAgMS0uMjYyLS4wMjJsLjU4MSAyLjM0NGEuNDA3LjQwNyAwIDAgMS0uMDg2LjM1LjQzMi40MzIgMCAwIDEtLjMzNC4xNTNoLTEuNzIybC0uMjIgMi4zOTMgMS44Mi0uNjAyLS4yMi0uMTE0YS40MjYuNDI2IDAgMCAxLS4wOTQtLjA2Mi4xODcuMTg3IDAgMCAxLS4wNDQtLjA1OC4xMDYuMTA2IDAgMCAxIDAtLjA2OC4xNS4xNSAwIDAgMSAuMDQyLS4wNjdsLjAzLS4wMjUuMDM4LS4wMjQuMDQ0LS4wMjEuMDUtLjAyLjA3OC0uMDE5LjA4My0uMDE1SDE1LjQ5Yy4wNSAwIC4wOTUuMDEuMTQyLjAyYTEuMzcgMS4zNyAwIDAgMSAuMjUzLjA3NC42MjQuNjI0IDAgMCAxIC4wOTcuMDUyLjMzNi4zMzYgMCAwIDEgLjA2Ni4wNTguMTY0LjE2NCAwIDAgMSAuMDM1LjA2Yy4wMDYuMDIuMDA2LjA0IDAgLjA2bC0uMzcyIDEuMjZhLjE3My4xNzMgMCAwIDEtLjA0OS4wNzYuMzU1LjM1NSAwIDAgMS0uMDk2LjA2Mi43LjcgMCAwIDEtLjEzNy4wNDUgMS4xNDMgMS4xNDMgMCAwIDEtLjE3LjAyNmgtLjEwM2ExLjUzOSAxLjUzOSAwIDAgMS0uMTYzIDAgMS40OTkgMS40OTkgMCAwIDEtLjE1Ni0uMDM0Ljk2Ljk2IDAgMCAxLS4yNzctLjA5NmwtLjI2LS4xMzYtMi4yOTcuODU3IDIuOTEuOTYuMTgxLS4xNjdhLjQyNS40MjUgMCAwIDEgLjA5Ny0uMDY3LjY5MS42OTEgMCAwIDEgLjEyNi0uMDQ5Yy4wNDktLjAxNC4wOTktLjAyNC4xNS0uMDMuMDU2LS4wMDMuMTEzLS4wMDMuMTcgMGguMTE0YTEuNTgxIDEuNTgxIDAgMCAxIC4zOTguMDg0Yy4wNTcuMDIuMTEyLjA0NS4xNjUuMDc1YS43MDguNzA4IDAgMCAxIC4xMzIuMDk0bDIuMDY1IDEuOTAyYy4wMzcuMDMzLjA3LjA3LjA5Ny4xMTEuMDIzLjAzNS4wNC4wNzQuMDUuMTE0YS4yNS4yNSAwIDAgMS0uMDQzLjIxNC4zODUuMzg1IDAgMCAxLS4wOTMuMDg2LjYxNC42MTQgMCAwIDEtLjEzLjA2Ni44OC44OCAwIDAgMS0uMTYuMDQzYy0uMDYxLjAxLS4xMjMuMDE1LS4xODUuMDE1aC0uMDM1bC00LjA4Ny0uMDEzaC0uMTM0bC0uMTM0LS4wMi0uMTQxLS4wNDJhMi4wNjMgMi4wNjMgMCAwIDEtLjEyMy0uMDRsLS4wODgtLjA0LS4wOC0uMDQyLS4wNy0uMDQ3LS4wNjItLjA1MmEuNTA2LjUwNiAwIDAgMS0uMTAzLS4xMjguMzEzLjMxMyAwIDAgMS0uMDQtLjEzLjI2Ni4yNjYgMCAwIDEgLjAyNC0uMTI3LjM1OS4zNTkgMCAwIDEgLjEwMi0uMTE0ek05LjMzMyAzLjYwM2MxLjAyLS4wMDcgMS44NDMtLjgxNyAxLjgzOC0xLjgxQzExLjE2Ni44IDEwLjMzNi0uMDAyIDkuMzE1IDBjLTEuMDIuMDAyLTEuODQ3LjgwOC0xLjg0NyAxLjgwMS4wMDIuNDguMi45MzkuNTUgMS4yNzcuMzQ5LjMzOC44MjIuNTI2IDEuMzE1LjUyNXoiLz4KPC9zdmc+Cg==); }
  .footer__wrap .footer__selected-option_create {
    color: #212e2a;
    background: #efebe2; }
    .footer__wrap .footer__selected-option_create .footer__logo {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIxIDIwIj4KICAgIDxwYXRoIGZpbGw9IiMyMTJlMmEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguNSA4VjZoLTJhMSAxIDAgMCAxLTEtMVYzYTEgMSAwIDAgMSAxLTFoMlYxYTEgMSAwIDAgMSAxLTFoMmExIDEgMCAwIDEgMSAxdjFoNC42ODJhMSAxIDAgMCAxIC41NzguMTg0bDIuMTI3IDEuNTA1YS41LjUgMCAwIDEtLjAyNC44MzJsLTIuMTIgMS4zMjdhMSAxIDAgMCAxLS41My4xNTJIMTIuNXYyaDJhMSAxIDAgMCAxIDEgMXYyYTEgMSAwIDAgMS0xIDFoLTJ2N2ExIDEgMCAwIDEtMSAxaC0yYTEgMSAwIDAgMS0xLTF2LTdIMy43ODdhMSAxIDAgMCAxLS41My0uMTUybC0yLjEyLTEuMzI3YS41LjUgMCAwIDEtLjAyNC0uODMyTDMuMjQgOC4xODRBMSAxIDAgMCAxIDMuODE4IDhIOC41eiIvPgo8L3N2Zz4K); }
  @media (max-width: 768px) {
    .footer__wrap .footer__selector-container {
      width: 45%;
      font-size: 14px; } }

@media (max-width: 480px) {
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__wrap .footer__selector-container {
      height: 40px; }
      .footer__wrap .footer__selector-container .footer__right,
      .footer__wrap .footer__selector-container .footer__left {
        font-size: 14px; } }
.esri-popup__main-container {
  max-height: 400px !important;
  width: 350px !important;
  background-color: #fffdf7; }
  @media (max-width: 544px) {
    .esri-popup__main-container {
      width: 100% !important;
      max-width: 100% !important;
      max-height: 58% !important; } }
  .esri-popup__main-container .popup__title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .esri-popup__main-container .popup__title-container .popup__icon-container {
      width: 26px;
      height: 26px;
      background-repeat: no-repeat;
      margin-right: 8px; }
    .esri-popup__main-container .popup__title-container p {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.esri-popup__header .esri-popup__header-container:hover {
  background-color: #fffdf7; }

.esri-popup__header .esri-popup__header-container h2.esri-popup__header-title {
  color: #212e2a;
  font-size: 16px; }
  .esri-popup__header .esri-popup__header-container h2.esri-popup__header-title .popup__title-text {
    font-weight: 500; }

.esri-popup__header .esri-popup__button,
.esri-popup__footer .esri-popup__button {
  background-color: #fffdf7; }

.esri-popup__header .esri-popup__button:hover,
.esri-popup__footer .esri-popup__button:hover {
  background-color: #fffdf7; }

.esri-feature__main-container {
  background-color: #fffdf7; }

.esri-feature.esri-widget {
  background-color: #fffdf7; }

.esri-feature-content .popup__table {
  width: 100%; }
  .esri-feature-content .popup__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .esri-feature-content .popup__table th,
  .esri-feature-content .popup__table td {
    padding: 0.3em 0;
    color: #212e2a;
    font-size: 12px; }
  .esri-feature-content .popup__table th {
    width: 45%;
    text-align: left;
    font-weight: bold;
    border-right: none;
    padding-right: 0.3em; }
  .esri-feature-content .popup__table td {
    width: 50%;
    color: #212e2a;
    padding-left: 0.3em; }

.esri-feature__content-element:has(table.popup__table) {
  padding: 0; }
  .esri-feature__content-element:has(table.popup__table) div.esri-feature-fields .esri-widget__table tr {
    background-color: #fffdf7; }
    .esri-feature__content-element:has(table.popup__table) div.esri-feature-fields .esri-widget__table tr th,
    .esri-feature__content-element:has(table.popup__table) div.esri-feature-fields .esri-widget__table tr td {
      padding: 0.3em 0;
      color: #212e2a; }
    .esri-feature__content-element:has(table.popup__table) div.esri-feature-fields .esri-widget__table tr th {
      font-weight: bold;
      border-right: none;
      padding-right: 0.3em; }
    .esri-feature__content-element:has(table.popup__table) div.esri-feature-fields .esri-widget__table tr td {
      padding-left: 0.3em; }

.popup-container h4 {
  margin: 0 5px 0 0; }

.popup-container .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.welcome__wrap {
  height: 100%;
  position: absolute;
  z-index: 2;
  background-image: url(auburn_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .welcome__wrap .welcome__spinner-wrap {
    height: auto !important; }
  .welcome__wrap .welcome__container {
    height: 100%;
    width: 100%; }
    .welcome__wrap .welcome__container h1 {
      font-weight: 700; }
    .welcome__wrap .welcome__container h1,
    .welcome__wrap .welcome__container h2 {
      margin: 0;
      text-align: center; }
    .welcome__wrap .welcome__container h2 {
      font-size: 1.25em; }
  .welcome__wrap .welcome__menu-container {
    position: absolute;
    width: 500px;
    max-width: 90vw;
    height: 500px;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
    .welcome__wrap .welcome__menu-container .welcome__menu-buttons {
      background-color: #627258;
      color: #fffdf7;
      padding: 0.75em 0.7em;
      margin: 1rem auto;
      text-align: center;
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      font-size: 1rem;
      width: 270px;
      border: 1px solid #627258;
      font-weight: 500;
      z-index: 10;
      -webkit-transition: background-color 0.2s, color 0.2s;
      transition: background-color 0.2s, color 0.2s; }
      .welcome__wrap .welcome__menu-container .welcome__menu-buttons:disabled {
        cursor: default; }
      .welcome__wrap .welcome__menu-container .welcome__menu-buttons:hover:not(:disabled) {
        background-color: #efebe2;
        color: #212e2a; }
    .welcome__wrap .welcome__menu-container .welcome__about {
      text-decoration: none;
      float: right;
      position: absolute;
      bottom: 10px;
      right: 10px;
      color: #fffdf7;
      font-size: 16px;
      cursor: pointer; }
    .welcome__wrap .welcome__menu-container .faded {
      opacity: 0.5; }
  .welcome__wrap .welcome__header-wrap-intro {
    height: 15rem;
    width: 43rem;
    text-align: center;
    color: #f2e8d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .welcome__wrap .welcome__header-wrap-intro:before {
      height: 100%;
      width: 100%;
      z-index: -1;
      content: ' ';
      display: block;
      position: absolute;
      opacity: 0.74;
      background-color: #212e2a; }
    .welcome__wrap .welcome__header-wrap-intro .welcome__header-inner {
      height: calc(100% - 2rem);
      width: calc(100% - 2rem);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid #83932b;
      position: relative; }
      .welcome__wrap .welcome__header-wrap-intro .welcome__header-inner h1 {
        font-size: 6rem;
        font-weight: normal; }
      .welcome__wrap .welcome__header-wrap-intro .welcome__header-inner h2 {
        font-size: 2rem;
        font-weight: normal; }
      .welcome__wrap .welcome__header-wrap-intro .welcome__header-inner .welcome__header-inner-box {
        position: absolute;
        height: 10px;
        width: 10px;
        border: 1px solid #83932b; }
        .welcome__wrap .welcome__header-wrap-intro .welcome__header-inner .welcome__header-inner-box.inner-box1 {
          right: -10px;
          top: -10px; }
        .welcome__wrap .welcome__header-wrap-intro .welcome__header-inner .welcome__header-inner-box.inner-box2 {
          right: -10px;
          bottom: -10px; }
        .welcome__wrap .welcome__header-wrap-intro .welcome__header-inner .welcome__header-inner-box.inner-box3 {
          left: -10px;
          top: -10px; }
        .welcome__wrap .welcome__header-wrap-intro .welcome__header-inner .welcome__header-inner-box.inner-box4 {
          left: -10px;
          bottom: -10px; }
  .welcome__wrap .welcome__logo-container {
    background-color: #efebe2;
    padding-top: 4px;
    position: absolute;
    top: 0;
    right: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }
    .welcome__wrap .welcome__logo-container a {
      display: inline-table; }
      .welcome__wrap .welcome__logo-container a img {
        width: 350px;
        height: auto; }
    @media (max-width: 480px) {
      .welcome__wrap .welcome__logo-container {
        right: 50% !important;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
        .welcome__wrap .welcome__logo-container a img {
          width: 270px !important; } }

.welcome__no-map {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(background_2.jpg); }

@media screen and (max-width: 736px) {
  .welcome__wrap .welcome__spinner-wrap {
    height: 100% !important; }
    .welcome__wrap .welcome__spinner-wrap .welcome__header-wrap-intro {
      height: 100%;
      width: 100%; }
      .welcome__wrap .welcome__spinner-wrap .welcome__header-wrap-intro .welcome__header-inner h1 {
        font-size: 4rem; }
      .welcome__wrap .welcome__spinner-wrap .welcome__header-wrap-intro .welcome__header-inner h2 {
        font-size: 1.5rem; }
  .welcome__wrap .welcome__container .welcome__top-tab {
    right: auto !important; } }

.center__content {
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .center__content.green {
    background: #212e2a;
    opacity: 0.75; }

.welcome__header {
  color: #fffdf7;
  font-size: 5rem;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  z-index: 10;
  text-align: center; }

.welcome__subheader {
  width: 100%;
  height: 27px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #fffdf7;
  z-index: 10; }

@media screen and (max-width: 1096px) and (min-width: 768px) {
  .welcome__wrap .welcome__menu-container-about {
    margin-left: 350px; } }

@media (max-width: 480px) {
  .mapview-container .welcome__top-tab {
    left: 20%;
    top: -5px; }
  .welcome__wrap .welcome__header {
    font-size: 3.5rem; }
  .welcome__wrap .welcome__menu-buttons {
    width: 213.2px;
    height: 42px;
    font-size: 11.1px;
    font-weight: 500;
    color: #212e2a; }
  .welcome__no-map {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(background_2.jpg); } }

@media (max-width: 330px) {
  .mapview-container .welcome__top-tab {
    left: 16%; } }
.hidden {
  display: none; }

.modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 1000;
  height: 30rem;
  bottom: 5rem;
  right: 4rem;
  width: 35rem;
  background: #415b24; }
  .modal-container #instructions {
    color: white;
    text-align: center;
    padding: 0.25rem 0; }
  .modal-container #close {
    width: 24px;
    height: 24px;
    float: right;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IndoaXRlIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+); }
  .modal-container iframe {
    height: 100%;
    width: 100%; }
  .modal-container .close {
    color: white;
    position: fixed;
    z-index: 10;
    right: 100px; }

@media (max-width: 400px) {
  .modal-container {
    font-size: 13px;
    right: 41px;
    width: 86%;
    height: 70%; } }
.ScientificName__text--italic {
  font-style: italic; }

.ScientificName__text--normal {
  font-style: normal; }
.herenow__wrap {
  bottom: 50px;
  width: 100%;
  max-height: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  background: #fff; }
  .herenow__wrap .hereNow__selection-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212e2a; }
  .herenow__wrap .herenow__title {
    font-size: 1rem;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 500; }
    @media (max-width: 480px) {
      .herenow__wrap .herenow__title {
        padding: 0.7rem; } }
  .herenow__wrap .herenow__tour-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto;
    height: 100%; }
    .herenow__wrap .herenow__tour-container.herenow__tour-container--loading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .herenow__wrap .herenow__tour-container .herenow__tour-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-size: 1rem;
      cursor: pointer;
      margin: 0.25em 0;
      color: #212e2a;
      height: 30%;
      background: #efebe2; }
      .herenow__wrap .herenow__tour-container .herenow__tour-item .herenow__tour-image {
        width: 6rem;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .herenow__wrap .herenow__tour-container .herenow__tour-item .herenow__tour-info-wrap {
        margin-left: 10px;
        padding: 0.5rem 0.25rem; }
        .herenow__wrap .herenow__tour-container .herenow__tour-item .herenow__tour-info-wrap .herenow__tour-name {
          font-size: 1rem;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1;
          letter-spacing: normal;
          color: #212e2a;
          margin-bottom: 1rem; }
        .herenow__wrap .herenow__tour-container .herenow__tour-item .herenow__tour-info-wrap .herenow__tour-desc {
          font-size: 0.9rem;
          line-height: 1.33;
          font-weight: 300; }
  .herenow__wrap .hereNow__header-wrap {
    width: 100%;
    height: 50px;
    padding: 0.5em 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0.5px solid #e6e6e6; }
    .herenow__wrap .hereNow__header-wrap .header-back {
      cursor: pointer;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiM0YTRhNGEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTAgMS4wNkwxLjI1NiAwIDEwIDEwIDEuMjU2IDIwIDAgMTguOTQgNy44MTcgMTB6Ii8+Cjwvc3ZnPgo=);
      height: 1.5rem;
      width: 1.5rem;
      margin-right: 1rem;
      background-size: contain;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      background-repeat: no-repeat; }
    .herenow__wrap .hereNow__header-wrap .header-text {
      line-height: 1.5;
      font-weight: 500;
      color: #4a4a4a; }
  .herenow__wrap .tour__wrap {
    height: 100%;
    background: #fff;
    color: #627258; }
    .herenow__wrap .tour__wrap .tour__content-wrap {
      height: calc(100% - 50px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__loading-spinner-container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 30px; }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__stop-name-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__stop-name-container h4 {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__stop-name-container .tour__zoom-to-button {
          background-color: transparent;
          border: none;
          padding: 4px;
          cursor: pointer;
          margin-right: 12px;
          -webkit-transition: -webkit-transform 0.2s ease;
          transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
          transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
          .herenow__wrap .tour__wrap .tour__content-wrap .tour__stop-name-container .tour__zoom-to-button:hover {
            -webkit-transform: scale(1.2);
                    transform: scale(1.2); }
          .herenow__wrap .tour__wrap .tour__content-wrap .tour__stop-name-container .tour__zoom-to-button .tour__zoom-to-icon {
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iIzYyNzI1OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIGlkPSJHbHlwaCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yNy40MTQsMjQuNTg2bC01LjA3Ny01LjA3N0MyMy4zODYsMTcuOTI4LDI0LDE2LjAzNSwyNCwxNGMwLTUuNTE0LTQuNDg2LTEwLTEwLTEwUzQsOC40ODYsNCwxNCAgczQuNDg2LDEwLDEwLDEwYzIuMDM1LDAsMy45MjgtMC42MTQsNS41MDktMS42NjNsNS4wNzcsNS4wNzdjMC43OCwwLjc4MSwyLjA0OCwwLjc4MSwyLjgyOCwwICBDMjguMTk1LDI2LjYzMywyOC4xOTUsMjUuMzY3LDI3LjQxNCwyNC41ODZ6IE03LDE0YzAtMy44NiwzLjE0LTcsNy03czcsMy4xNCw3LDdzLTMuMTQsNy03LDdTNywxNy44Niw3LDE0eiIgaWQ9IlhNTElEXzIyM18iLz48L3N2Zz4=);
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-block;
            height: 20px;
            width: 20px; }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__image {
        -o-object-fit: cover;
           object-fit: cover;
        max-width: 100%;
        height: auto;
        max-height: 40%; }
      .herenow__wrap .tour__wrap .tour__content-wrap h4 {
        padding: 1rem 1rem 0 1rem;
        margin: 0;
        font-weight: 500; }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__description-container {
        padding: 1rem;
        -webkit-box-flex: 3;
            -ms-flex: 3;
                flex: 3;
        border-bottom: 1px solid #e8e8e8;
        overflow: auto;
        font-size: 0.9rem;
        line-height: 1.5;
        font-weight: 300; }
        @media screen and (max-width: 568px) {
          .herenow__wrap .tour__wrap .tour__content-wrap .tour__description-container {
            padding: 0 1rem 1rem 1rem; } }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__button-container {
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 0.5em; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__button-container .tour__start-button,
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__button-container .tour__next-tour-button {
          cursor: pointer;
          padding: 0 1em;
          height: 40px;
          line-height: 40px;
          width: 50%;
          text-align: center;
          font-weight: 500; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__button-container .next-tour-button {
          width: 106px;
          height: 23px;
          font-size: 17px;
          font-weight: 500;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #49662a; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__button-container .tour__start-button {
          background: #627258;
          color: #fff;
          border-radius: 5px; }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__button-container-end {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap {
        max-height: 70px; }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap,
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap .tour__meta-data-combination,
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-data .tour__meta-data-combination {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin-top: 3%;
          width: 100%; }
          .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap .tour__meta-data-combination p,
          .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-data .tour__meta-data-combination p {
            margin: 0;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            text-align: center;
            font-size: 14px; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap .tour__meta-icon,
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-data .tour__meta-icon {
          height: 30px;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap .tour__distance_icon,
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-data .tour__distance_icon {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDEzIDIxIj4KICAgIDxwYXRoIGZpbGw9IiMzNjREMUQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcuNjM2IDMuNjI3Yy45NTUgMCAxLjcxOS0uNzYzIDEuNzE5LTEuNzE4QzkuMzU1Ljk1NSA4LjU5LjE5MSA3LjYzNi4xOTFjLS45NTQgMC0xLjcxOC43NjQtMS43MTggMS43MTggMCAuOTU1Ljc2NCAxLjcxOCAxLjcxOCAxLjcxOHptLjA5NiA1LjkxOGg0LjY3N1Y3LjgyN0g4Ljk3M2wtMS45MS0zLjE1Yy0uMjg2LS40NzctLjg1OC0uODU5LTEuNDMxLS44NTktLjE5MSAwLS4yODcgMC0uNDc3LjA5NkwwIDUuNTM2VjEwLjVoMS43MThWNi45NjhMMy43MjMgNi4zIDAgMjFoMS43MThsMi43NjgtNy43MzIgMi4xOTYgMi45NlYyMUg4LjR2LTYuMTFsLTIuMzg2LTQuMjk1LjY2OC0yLjc2OCAxLjA1IDEuNzE4eiIvPgo8L3N2Zz4K); }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap .tour__time_icon,
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-data .tour__time_icon {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9IiMzNjREMUQiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTEwIDBDNC41IDAgMCA0LjUgMCAxMHM0LjUgMTAgMTAgMTAgMTAtNC41IDEwLTEwUzE1LjUgMCAxMCAwem0wIDE4Yy00LjQgMC04LTMuNi04LThzMy42LTggOC04IDggMy42IDggOC0zLjYgOC04IDh6Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwLjUgNUg5djZsNS4yIDMuMi44LTEuMy00LjUtMi43eiIvPgogICAgPC9nPgo8L3N2Zz4K); }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap .tour__stops_icon,
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-data .tour__stops_icon {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE0IDIwIj4KICAgIDxwYXRoIGZpbGw9IiMzNjREMUQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcgMEMzLjEgMCAwIDMuMSAwIDdjMCA1LjIgNyAxMyA3IDEzczctNy44IDctMTNjMC0zLjktMy4xLTctNy03em0wIDkuNUM1LjYgOS41IDQuNSA4LjQgNC41IDdTNS42IDQuNSA3IDQuNSA5LjUgNS42IDkuNSA3IDguNCA5LjUgNyA5LjV6Ii8+Cjwvc3ZnPgo=); }

@media (max-width: 768px) {
  .herenow__wrap {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .herenow__wrap .header-text {
      font-size: 13px !important; }
    .herenow__wrap .herenow__tour-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      .herenow__wrap .herenow__tour-container .herenow__tour-item {
        padding: 1px;
        background: none;
        height: 30%;
        font-size: 0.9em;
        background: #fbf5ed; }
        .herenow__wrap .herenow__tour-container .herenow__tour-item .herenow__tour-image {
          width: 25%;
          height: auto; }
        .herenow__wrap .herenow__tour-container .herenow__tour-item .herenow__tour-name {
          margin-bottom: 5px !important;
          font-size: 13px !important; }
    .herenow__wrap .herenow__title {
      font-size: 13px !important; }
  .herenow__tour-selected {
    max-height: 100%; } }

.herenow__tour-selected {
  background: none; }
  @media screen and (max-width: 568px) {
    .herenow__tour-selected {
      width: 100%; } }
.create__wrap {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  max-height: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  background: #fff; }
  .create__wrap .create__header-wrap {
    width: 100%;
    height: 50px;
    padding: 0.5em 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0.5px solid #e6e6e6; }
  .create__wrap .create__search-container {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .create__wrap .create__search-container .create__header-search {
      padding: 0.5rem;
      background-color: #fffdf7; }
      .create__wrap .create__search-container .create__header-search:nth-child(2) {
        padding-top: 0; }
      .create__wrap .create__search-container .create__header-search.create__header-search--loading {
        text-align: center; }
    .create__wrap .create__search-container .create__results-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      z-index: 1;
      position: absolute;
      width: calc(100% - 2rem);
      max-height: 300px;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14); }
      .create__wrap .create__search-container .create__results-wrap .create__list-item-container {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        overflow: auto; }
        .create__wrap .create__search-container .create__results-wrap .create__list-item-container .create__list-item {
          cursor: pointer;
          width: 100%;
          background-color: #fffdf7;
          padding: 1rem;
          border-bottom: 1px solid #eceff1; }
    .create__wrap .create__search-container .create__search-results-container {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0.75rem;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #545454;
      background-color: #fffdf7; }
      .create__wrap .create__search-container .create__search-results-container .create__selection-wrap {
        overflow: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .create__wrap .create__search-container .create__search-results-container .create__selected-items-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .create__wrap .create__search-container .create__search-results-container .create__selected-items-container .create__selected-title {
          font-size: 0.9rem;
          padding: 0.5rem;
          font-weight: bold; }
        .create__wrap .create__search-container .create__search-results-container .create__selected-items-container .create__selected-item {
          padding: 8px; }
        .create__wrap .create__search-container .create__search-results-container .create__selected-items-container .create__selected-item-type {
          font-size: 0.75rem;
          color: #545454;
          font-style: italic;
          padding-left: 1rem;
          margin-top: 3px; }
        .create__wrap .create__search-container .create__search-results-container .create__selected-items-container .create__export-clear-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
          .create__wrap .create__search-container .create__search-results-container .create__selected-items-container .create__export-clear-wrap .create__clear-button {
            background-color: #627258;
            border: 1px solid #627258;
            color: #fffdf7;
            padding: 0.5rem 1rem;
            border-radius: 2px;
            cursor: pointer;
            -webkit-transition: background-color 0.2s, color 0.2s;
            transition: background-color 0.2s, color 0.2s; }
            .create__wrap .create__search-container .create__search-results-container .create__selected-items-container .create__export-clear-wrap .create__clear-button:hover {
              background-color: #fffdf7;
              color: #212e2a; }
          .create__wrap .create__search-container .create__search-results-container .create__selected-items-container .create__export-clear-wrap .create__export-button {
            background-color: #627258;
            border: 1px solid #627258;
            border-radius: 2px;
            color: #fffdf7;
            padding: 0.5rem 1rem;
            cursor: pointer;
            text-decoration: none; }
            .create__wrap .create__search-container .create__search-results-container .create__selected-items-container .create__export-clear-wrap .create__export-button:hover {
              background-color: #fffdf7;
              color: #212e2a; }
    .create__wrap .create__search-container .create__search-input-container {
      padding: 0.5rem; }
    .create__wrap .create__search-container .create__search-input-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
      width: 100%; }
      .create__wrap .create__search-container .create__search-input-wrap .create__search-input {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 40px;
        outline: none;
        border: none;
        padding: 0 0 0 0.5rem;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #212e2a;
        font-size: 14px;
        background-color: #efebe2; }
      .create__wrap .create__search-container .create__search-input-wrap .create__search-input::-webkit-input-placeholder {
        color: #212e2a;
        font-size: 14px; }
      .create__wrap .create__search-container .create__search-input-wrap .create__search-input::-moz-placeholder {
        color: #212e2a;
        font-size: 14px; }
      .create__wrap .create__search-container .create__search-input-wrap .create__search-input::-ms-input-placeholder {
        color: #212e2a;
        font-size: 14px; }
      .create__wrap .create__search-container .create__search-input-wrap .create__search-input::placeholder {
        color: #212e2a;
        font-size: 14px; }
      .create__wrap .create__search-container .create__search-input-wrap .create__search-input:focus {
        -webkit-box-shadow: 0 0 5px #627258;
                box-shadow: 0 0 5px #627258;
        border: 1px solid #627258; }
      .create__wrap .create__search-container .create__search-input-wrap .create__search-button {
        height: 40px;
        width: 40px;
        background-color: #627258;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2Ljk2NiA1Ni45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2Ljk2NiA1Ni45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8cGF0aCBkPSJNNTUuMTQ2LDUxLjg4N0w0MS41ODgsMzcuNzg2YzMuNDg2LTQuMTQ0LDUuMzk2LTkuMzU4LDUuMzk2LTE0Ljc4NmMwLTEyLjY4Mi0xMC4zMTgtMjMtMjMtMjNzLTIzLDEwLjMxOC0yMywyMyAgczEwLjMxOCwyMywyMywyM2M0Ljc2MSwwLDkuMjk4LTEuNDM2LDEzLjE3Ny00LjE2MmwxMy42NjEsMTQuMjA4YzAuNTcxLDAuNTkzLDEuMzM5LDAuOTIsMi4xNjIsMC45MiAgYzAuNzc5LDAsMS41MTgtMC4yOTcsMi4wNzktMC44MzdDNTYuMjU1LDU0Ljk4Miw1Ni4yOTMsNTMuMDgsNTUuMTQ2LDUxLjg4N3ogTTIzLjk4NCw2YzkuMzc0LDAsMTcsNy42MjYsMTcsMTdzLTcuNjI2LDE3LTE3LDE3ICBzLTE3LTcuNjI2LTE3LTE3UzE0LjYxLDYsMjMuOTg0LDZ6IiBmaWxsPSIjZmZmZGY3Ii8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 10px 10px;
        cursor: pointer; }
  .create__wrap .create__category-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .create__wrap .create__category-selector .create__category-title {
      background: #627258;
      font-size: 1rem;
      color: white;
      padding: 0.5rem;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .create__wrap .create__category-selector .create__category-title .create__category-title-text {
        color: #fffdf7; }
      .create__wrap .create__category-selector .create__category-title .create__category-title-open {
        height: 20px;
        width: 20px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTAgMS4wNkwxLjI1NiAwIDEwIDEwIDEuMjU2IDIwIDAgMTguOTQgNy44MTcgMTB6Ii8+Cjwvc3ZnPgo=);
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        background-position: center; }
      .create__wrap .create__category-selector .create__category-title .create__category-title-close {
        height: 20px;
        width: 20px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTAgMS4wNkwxLjI1NiAwIDEwIDEwIDEuMjU2IDIwIDAgMTguOTQgNy44MTcgMTB6Ii8+Cjwvc3ZnPgo=);
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        background-position: center; }
    .create__wrap .create__category-selector .create__category-select-list {
      background-color: #efebe2;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: auto;
      position: absolute;
      top: 58px;
      width: 100%; }
      .create__wrap .create__category-selector .create__category-select-list .create__category-selector-item {
        cursor: pointer;
        border: solid 1px #fffdf7;
        padding: 0.5rem 0.75rem;
        color: #212e2a; }
    .create__wrap .create__category-selector .create__category-subheader {
      font-size: 0.75rem;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #545454;
      margin-bottom: 0.5rem; }

.create__selected-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .create__selected-item .create__selected-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .create__selected-item .create__selected-item-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.create__selected-item-delete {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPScjMjYyNjI2JyBkPSJNNiAxOWMwIDEuMS45IDIgMiAyaDhjMS4xIDAgMi0uOSAyLTJWN0g2djEyek0xOSA0aC0zLjVsLTEtMWgtNWwtMSAxSDV2MmgxNFY0eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-size: 18px;
  background-repeat: none;
  background-position: center;
  cursor: pointer;
  height: 15px;
  width: 15px; }
  .create__selected-item-delete:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPScjMDAwMDAwJyBkPSJNNiAxOWMwIDEuMS45IDIgMiAyaDhjMS4xIDAgMi0uOSAyLTJWN0g2djEyek0xOSA0aC0zLjVsLTEtMWgtNWwtMSAxSDV2MmgxNFY0eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=); }

.create__wrap-open {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

@media (max-width: 768px) {
  .create__wrap {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .create__export-button {
    display: none; } }

@media (max-width: 400px) {
  #hide {
    display: none; } }
.herenow__wrap {
  bottom: 50px;
  width: 100%;
  max-height: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  background: #fff; }
  .herenow__wrap .hereNow__selection-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212e2a; }
  .herenow__wrap .herenow__title {
    font-size: 1rem;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 500; }
    @media (max-width: 480px) {
      .herenow__wrap .herenow__title {
        padding: 0.7rem; } }
  .herenow__wrap .herenow__tour-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto;
    height: 100%; }
    .herenow__wrap .herenow__tour-container.herenow__tour-container--loading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .herenow__wrap .herenow__tour-container .herenow__tour-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-size: 1rem;
      cursor: pointer;
      margin: 0.25em 0;
      color: #212e2a;
      height: 30%;
      background: #efebe2; }
      .herenow__wrap .herenow__tour-container .herenow__tour-item .herenow__tour-image {
        width: 6rem;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .herenow__wrap .herenow__tour-container .herenow__tour-item .herenow__tour-info-wrap {
        margin-left: 10px;
        padding: 0.5rem 0.25rem; }
        .herenow__wrap .herenow__tour-container .herenow__tour-item .herenow__tour-info-wrap .herenow__tour-name {
          font-size: 1rem;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1;
          letter-spacing: normal;
          color: #212e2a;
          margin-bottom: 1rem; }
        .herenow__wrap .herenow__tour-container .herenow__tour-item .herenow__tour-info-wrap .herenow__tour-desc {
          font-size: 0.9rem;
          line-height: 1.33;
          font-weight: 300; }
  .herenow__wrap .hereNow__header-wrap {
    width: 100%;
    height: 50px;
    padding: 0.5em 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0.5px solid #e6e6e6; }
    .herenow__wrap .hereNow__header-wrap .header-back {
      cursor: pointer;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiM0YTRhNGEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTAgMS4wNkwxLjI1NiAwIDEwIDEwIDEuMjU2IDIwIDAgMTguOTQgNy44MTcgMTB6Ii8+Cjwvc3ZnPgo=);
      height: 1.5rem;
      width: 1.5rem;
      margin-right: 1rem;
      background-size: contain;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      background-repeat: no-repeat; }
    .herenow__wrap .hereNow__header-wrap .header-text {
      line-height: 1.5;
      font-weight: 500;
      color: #4a4a4a; }
  .herenow__wrap .tour__wrap {
    height: 100%;
    background: #fff;
    color: #627258; }
    .herenow__wrap .tour__wrap .tour__content-wrap {
      height: calc(100% - 50px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__loading-spinner-container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 30px; }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__stop-name-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__stop-name-container h4 {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__stop-name-container .tour__zoom-to-button {
          background-color: transparent;
          border: none;
          padding: 4px;
          cursor: pointer;
          margin-right: 12px;
          -webkit-transition: -webkit-transform 0.2s ease;
          transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
          transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
          .herenow__wrap .tour__wrap .tour__content-wrap .tour__stop-name-container .tour__zoom-to-button:hover {
            -webkit-transform: scale(1.2);
                    transform: scale(1.2); }
          .herenow__wrap .tour__wrap .tour__content-wrap .tour__stop-name-container .tour__zoom-to-button .tour__zoom-to-icon {
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iIzYyNzI1OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIGlkPSJHbHlwaCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yNy40MTQsMjQuNTg2bC01LjA3Ny01LjA3N0MyMy4zODYsMTcuOTI4LDI0LDE2LjAzNSwyNCwxNGMwLTUuNTE0LTQuNDg2LTEwLTEwLTEwUzQsOC40ODYsNCwxNCAgczQuNDg2LDEwLDEwLDEwYzIuMDM1LDAsMy45MjgtMC42MTQsNS41MDktMS42NjNsNS4wNzcsNS4wNzdjMC43OCwwLjc4MSwyLjA0OCwwLjc4MSwyLjgyOCwwICBDMjguMTk1LDI2LjYzMywyOC4xOTUsMjUuMzY3LDI3LjQxNCwyNC41ODZ6IE03LDE0YzAtMy44NiwzLjE0LTcsNy03czcsMy4xNCw3LDdzLTMuMTQsNy03LDdTNywxNy44Niw3LDE0eiIgaWQ9IlhNTElEXzIyM18iLz48L3N2Zz4=);
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-block;
            height: 20px;
            width: 20px; }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__image {
        -o-object-fit: cover;
           object-fit: cover;
        max-width: 100%;
        height: auto;
        max-height: 40%; }
      .herenow__wrap .tour__wrap .tour__content-wrap h4 {
        padding: 1rem 1rem 0 1rem;
        margin: 0;
        font-weight: 500; }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__description-container {
        padding: 1rem;
        -webkit-box-flex: 3;
            -ms-flex: 3;
                flex: 3;
        border-bottom: 1px solid #e8e8e8;
        overflow: auto;
        font-size: 0.9rem;
        line-height: 1.5;
        font-weight: 300; }
        @media screen and (max-width: 568px) {
          .herenow__wrap .tour__wrap .tour__content-wrap .tour__description-container {
            padding: 0 1rem 1rem 1rem; } }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__button-container {
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 0.5em; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__button-container .tour__start-button,
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__button-container .tour__next-tour-button {
          cursor: pointer;
          padding: 0 1em;
          height: 40px;
          line-height: 40px;
          width: 50%;
          text-align: center;
          font-weight: 500; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__button-container .next-tour-button {
          width: 106px;
          height: 23px;
          font-size: 17px;
          font-weight: 500;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #49662a; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__button-container .tour__start-button {
          background: #627258;
          color: #fff;
          border-radius: 5px; }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__button-container-end {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap {
        max-height: 70px; }
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap,
      .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap .tour__meta-data-combination,
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-data .tour__meta-data-combination {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin-top: 3%;
          width: 100%; }
          .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap .tour__meta-data-combination p,
          .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-data .tour__meta-data-combination p {
            margin: 0;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            text-align: center;
            font-size: 14px; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap .tour__meta-icon,
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-data .tour__meta-icon {
          height: 30px;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap .tour__distance_icon,
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-data .tour__distance_icon {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDEzIDIxIj4KICAgIDxwYXRoIGZpbGw9IiMzNjREMUQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcuNjM2IDMuNjI3Yy45NTUgMCAxLjcxOS0uNzYzIDEuNzE5LTEuNzE4QzkuMzU1Ljk1NSA4LjU5LjE5MSA3LjYzNi4xOTFjLS45NTQgMC0xLjcxOC43NjQtMS43MTggMS43MTggMCAuOTU1Ljc2NCAxLjcxOCAxLjcxOCAxLjcxOHptLjA5NiA1LjkxOGg0LjY3N1Y3LjgyN0g4Ljk3M2wtMS45MS0zLjE1Yy0uMjg2LS40NzctLjg1OC0uODU5LTEuNDMxLS44NTktLjE5MSAwLS4yODcgMC0uNDc3LjA5NkwwIDUuNTM2VjEwLjVoMS43MThWNi45NjhMMy43MjMgNi4zIDAgMjFoMS43MThsMi43NjgtNy43MzIgMi4xOTYgMi45NlYyMUg4LjR2LTYuMTFsLTIuMzg2LTQuMjk1LjY2OC0yLjc2OCAxLjA1IDEuNzE4eiIvPgo8L3N2Zz4K); }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap .tour__time_icon,
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-data .tour__time_icon {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9IiMzNjREMUQiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTEwIDBDNC41IDAgMCA0LjUgMCAxMHM0LjUgMTAgMTAgMTAgMTAtNC41IDEwLTEwUzE1LjUgMCAxMCAwem0wIDE4Yy00LjQgMC04LTMuNi04LThzMy42LTggOC04IDggMy42IDggOC0zLjYgOC04IDh6Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwLjUgNUg5djZsNS4yIDMuMi44LTEuMy00LjUtMi43eiIvPgogICAgPC9nPgo8L3N2Zz4K); }
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-wrap .tour__stops_icon,
        .herenow__wrap .tour__wrap .tour__content-wrap .tour__meta-data .tour__stops_icon {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE0IDIwIj4KICAgIDxwYXRoIGZpbGw9IiMzNjREMUQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcgMEMzLjEgMCAwIDMuMSAwIDdjMCA1LjIgNyAxMyA3IDEzczctNy44IDctMTNjMC0zLjktMy4xLTctNy03em0wIDkuNUM1LjYgOS41IDQuNSA4LjQgNC41IDdTNS42IDQuNSA3IDQuNSA5LjUgNS42IDkuNSA3IDguNCA5LjUgNyA5LjV6Ii8+Cjwvc3ZnPgo=); }

@media (max-width: 768px) {
  .herenow__wrap {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .herenow__wrap .header-text {
      font-size: 13px !important; }
    .herenow__wrap .herenow__tour-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      .herenow__wrap .herenow__tour-container .herenow__tour-item {
        padding: 1px;
        background: none;
        height: 30%;
        font-size: 0.9em;
        background: #fbf5ed; }
        .herenow__wrap .herenow__tour-container .herenow__tour-item .herenow__tour-image {
          width: 25%;
          height: auto; }
        .herenow__wrap .herenow__tour-container .herenow__tour-item .herenow__tour-name {
          margin-bottom: 5px !important;
          font-size: 13px !important; }
    .herenow__wrap .herenow__title {
      font-size: 13px !important; }
  .herenow__tour-selected {
    max-height: 100%; } }

.herenow__tour-selected {
  background: none; }
  @media screen and (max-width: 568px) {
    .herenow__tour-selected {
      width: 100%; } }
.TogglePanel {
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 100px;
  background-color: #627258;
  border: none;
  border-radius: 0 5px 5px 0;
  padding: 0;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer; }
  .TogglePanel.TogglePanel--visible img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (max-width: 480px) {
    .TogglePanel.TogglePanel--popup-open {
      top: 25%; } }
  .TogglePanel .accessible-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
.LeftPanel {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 50px);
  z-index: 2;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff; }
  .LeftPanel.LeftPanel--visible {
    width: 350px;
    max-width: 73%; }
    .LeftPanel.LeftPanel--visible.LeftPanel--about {
      width: 400px;
      height: 100%; }
  .LeftPanel.LeftPanel--hidden {
    width: 0; }
.about__wrap {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  background: #fff; }
  .about__wrap .about__container {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .about__wrap .about__container .about__header-wrap {
      width: 100%;
      height: 50px;
      padding: 0.5em 0.5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: white;
      border-bottom: 0.5px solid #e6e6e6; }
      .about__wrap .about__container .about__header-wrap .header-text {
        font-weight: 500;
        font-size: 1rem;
        color: #4a4a4a;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-left: 8px; }
      .about__wrap .about__container .about__header-wrap .header-back {
        cursor: pointer;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiM0YTRhNGEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTAgMS4wNkwxLjI1NiAwIDEwIDEwIDEuMjU2IDIwIDAgMTguOTQgNy44MTcgMTB6Ii8+Cjwvc3ZnPgo=);
        height: 1.5rem;
        width: 1.5rem;
        margin-right: 1rem;
        background-size: contain;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        background-repeat: no-repeat; }
    .about__wrap .about__container .about__menu-container {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%;
      font-size: 0.9em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .about__wrap .about__container .about__menu-container .about__main-section {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        background: #f9f9f9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        color: #2c2c2c; }
      .about__wrap .about__container .about__menu-container .about__main-image {
        display: block;
        max-height: 33%;
        max-width: 100%;
        margin: 0 auto;
        border-bottom: 0.5px solid #e6e6e6; }
      .about__wrap .about__container .about__menu-container .about__section-wrap,
      .about__wrap .about__container .about__menu-container .about__section-button {
        padding: 1em;
        background: #f9f9f9; }
      .about__wrap .about__container .about__menu-container .about__section-button {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .about__wrap .about__container .about__menu-container .about__section-button--visit-btn {
        color: #ffffff;
        background-color: #212e2a;
        text-decoration: none;
        font-size: 1.2rem;
        line-height: 23px;
        max-height: 4rem; }
      .about__wrap .about__container .about__menu-container .about__description-wrap {
        line-height: 25px;
        padding: 5%;
        color: #4a4a4a; }
      .about__wrap .about__container .about__menu-container .about__info-wrap {
        padding: 0; }
      .about__wrap .about__container .about__menu-container .about__section-wrap {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-item-align: center;
            align-self: center;
        border-bottom: 0.5px solid #e6e6e6;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .about__wrap .about__container .about__menu-container .about__section-wrap .about__text-container {
          padding: 1rem 0.5rem;
          font-size: 0.9rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .about__wrap .about__container .about__menu-container .about__section-wrap .about__inner-text {
          font-size: 14px;
          line-height: 22px;
          color: #4a4a4a; }
        .about__wrap .about__container .about__menu-container .about__section-wrap .about__phone-image,
        .about__wrap .about__container .about__menu-container .about__section-wrap .about__location-image,
        .about__wrap .about__container .about__menu-container .about__section-wrap .about__hours-image {
          display: inline-block;
          height: 22px;
          width: 22px;
          background-size: contain;
          background-repeat: no-repeat;
          margin-right: 8px; }
        .about__wrap .about__container .about__menu-container .about__section-wrap .about__phone-image {
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTc4LjEwNiA1NzguMTA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1NzguMTA2IDU3OC4xMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTU3Ny44Myw0NTYuMTI4YzEuMjI1LDkuMzg1LTEuNjM1LDE3LjU0NS04LjU2OCwyNC40OGwtODEuMzk2LDgwLjc4MQ0KCQkJYy0zLjY3Miw0LjA4LTguNDY1LDcuNTUxLTE0LjM4MSwxMC40MDRjLTUuOTE2LDIuODU3LTExLjcyOSw0LjY5My0xNy40MzksNS41MDhjLTAuNDA4LDAtMS42MzUsMC4xMDUtMy42NzYsMC4zMDkNCgkJCWMtMi4wMzcsMC4yMDMtNC42ODksMC4zMDctNy45NTMsMC4zMDdjLTcuNzU0LDAtMjAuMzAxLTEuMzI2LTM3LjY0MS0zLjk3OXMtMzguNTU1LTkuMTgyLTYzLjY0NS0xOS41ODQNCgkJCWMtMjUuMDk2LTEwLjQwNC01My41NTMtMjYuMDEyLTg1LjM3Ni00Ni44MThjLTMxLjgyMy0yMC44MDUtNjUuNjg4LTQ5LjM2Ny0xMDEuNTkyLTg1LjY4DQoJCQljLTI4LjU2LTI4LjE1Mi01Mi4yMjQtNTUuMDgtNzAuOTkyLTgwLjc4M2MtMTguNzY4LTI1LjcwNS0zMy44NjQtNDkuNDcxLTQ1LjI4OC03MS4yOTkNCgkJCWMtMTEuNDI1LTIxLjgyOC0xOS45OTMtNDEuNjE2LTI1LjcwNS01OS4zNjRTNC41OSwxNzcuMzYyLDIuNTUsMTY0LjUxcy0yLjg1Ni0yMi45NS0yLjQ0OC0zMC4yOTQNCgkJCWMwLjQwOC03LjM0NCwwLjYxMi0xMS40MjQsMC42MTItMTIuMjRjMC44MTYtNS43MTIsMi42NTItMTEuNTI2LDUuNTA4LTE3LjQ0MnM2LjMyNC0xMC43MSwxMC40MDQtMTQuMzgyTDk4LjAyMiw4Ljc1Ng0KCQkJYzUuNzEyLTUuNzEyLDEyLjI0LTguNTY4LDE5LjU4NC04LjU2OGM1LjMwNCwwLDkuOTk2LDEuNTMsMTQuMDc2LDQuNTlzNy41NDgsNi44MzQsMTAuNDA0LDExLjMyMmw2NS40ODQsMTI0LjIzNg0KCQkJYzMuNjcyLDYuNTI4LDQuNjkyLDEzLjY2OCwzLjA2LDIxLjQyYy0xLjYzMiw3Ljc1Mi01LjEsMTQuMjgtMTAuNDA0LDE5LjU4NGwtMjkuOTg4LDI5Ljk4OGMtMC44MTYsMC44MTYtMS41MywyLjE0Mi0yLjE0MiwzLjk3OA0KCQkJcy0wLjkxOCwzLjM2Ni0wLjkxOCw0LjU5YzEuNjMyLDguNTY4LDUuMzA0LDE4LjM2LDExLjAxNiwyOS4zNzZjNC44OTYsOS43OTIsMTIuNDQ0LDIxLjcyNiwyMi42NDQsMzUuODAyDQoJCQlzMjQuNjg0LDMwLjI5Myw0My40NTIsNDguNjUzYzE4LjM2LDE4Ljc3LDM0LjY4LDMzLjM1NCw0OC45Niw0My43NmMxNC4yNzcsMTAuNCwyNi4yMTUsMTguMDUzLDM1LjgwMywyMi45NDkNCgkJCWM5LjU4OCw0Ljg5NiwxNi45MzIsNy44NTQsMjIuMDMxLDguODcxbDcuNjQ4LDEuNTMxYzAuODE2LDAsMi4xNDUtMC4zMDcsMy45NzktMC45MThjMS44MzYtMC42MTMsMy4xNjItMS4zMjYsMy45NzktMi4xNDMNCgkJCWwzNC44ODMtMzUuNDk2YzcuMzQ4LTYuNTI3LDE1LjkxMi05Ljc5MSwyNS43MDUtOS43OTFjNi45MzgsMCwxMi40NDMsMS4yMjMsMTYuNTIzLDMuNjcyaDAuNjExbDExOC4xMTUsNjkuNzY4DQoJCQlDNTcxLjA5OCw0NDEuMjM4LDU3Ni4xOTcsNDQ3Ljk2OCw1NzcuODMsNDU2LjEyOHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==); }
        .about__wrap .about__container .about__menu-container .about__section-wrap .about__location-image {
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjQzMC4xMTRweCIgaGVpZ2h0PSI0MzAuMTE0cHgiIHZpZXdCb3g9IjAgMCA0MzAuMTE0IDQzMC4xMTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQzMC4xMTQgNDMwLjExNDsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggaWQ9IkZhY2Vib29rX1BsYWNlcyIgZD0iTTM1Ni4yMDgsMTA3LjA1MWMtMS41MzEtNS43MzgtNC42NC0xMS44NTItNi45NC0xNy4yMDVDMzIxLjc0NiwyMy43MDQsMjYxLjYxMSwwLDIxMy4wNTUsMA0KCQlDMTQ4LjA1NCwwLDc2LjQ2Myw0My41ODYsNjYuOTA1LDEzMy40Mjd2MTguMzU1YzAsMC43NjYsMC4yNjQsNy42NDcsMC42MzksMTEuMDg5YzUuMzU4LDQyLjgxNiwzOS4xNDMsODguMzIsNjQuMzc1LDEzMS4xMzYNCgkJYzI3LjE0Niw0NS44NzMsNTUuMzE0LDkwLjk5OSw4My4yMjEsMTM2LjEwNmMxNy4yMDgtMjkuNDM2LDM0LjM1NC01OS4yNTksNTEuMTctODcuOTMzYzQuNTgzLTguNDE1LDkuOTAzLTE2LjgyNSwxNC40OTEtMjQuODU3DQoJCWMzLjA1OC01LjM0OCw4LjktMTAuNjk2LDExLjU2OS0xNS42NzJjMjcuMTQ1LTQ5LjY5OSw3MC44MzgtOTkuNzgyLDcwLjgzOC0xNDkuMTA0di0yMC4yNjINCgkJQzM2My4yMDksMTI2LjkzOCwzNTYuNTgxLDEwOC4yMDQsMzU2LjIwOCwxMDcuMDUxeiBNMjE0LjI0NSwxOTkuMTkzYy0xOS4xMDcsMC00MC4wMjEtOS41NTQtNTAuMzQ0LTM1LjkzOQ0KCQljLTEuNTM4LTQuMi0xLjQxNC0xMi42MTctMS40MTQtMTMuMzg4di0xMS44NTJjMC0zMy42MzYsMjguNTYtNDguOTMyLDUzLjQwNi00OC45MzJjMzAuNTg4LDAsNTQuMjQ1LDI0LjQ3Miw1NC4yNDUsNTUuMDYNCgkJQzI3MC4xMzgsMTc0LjcyOSwyNDQuODMzLDE5OS4xOTMsMjE0LjI0NSwxOTkuMTkzeiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=); }
        .about__wrap .about__container .about__menu-container .about__section-wrap .about__hours-image {
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjYxMnB4IiBoZWlnaHQ9IjYxMnB4IiB2aWV3Qm94PSIwIDAgNjEyIDYxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjEyIDYxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik01ODcuNTcyLDE4Ni44ODFjLTMyLjI2Ni03NS4yMjUtODcuMDk2LTEyOS45MzQtMTYyLjk0OS0xNjIuMjg1QzM4Ni43MTEsOC40MjcsMzQ2Ljk5MiwwLjE2OCwzMDUuNDk3LDAuMTY4DQoJCQljLTQxLjQ4OCwwLTgwLjkxNCw4LjE4MS0xMTguNzg0LDI0LjQyOEMxMTEuNDg4LDU2Ljg2MSw1Ni40MTUsMTExLjUzNSwyNC4wOTIsMTg2Ljg4MUM3Ljg5NSwyMjQuNjI5LDAsMjY0LjE3NiwwLDMwNS42NjQNCgkJCWMwLDQxLjQ5Niw3Ljg5NSw4MS4zNzEsMjQuMDkyLDExOS4xMjdjMzIuMzIzLDc1LjM0Niw4Ny40MDMsMTMwLjM0OCwxNjIuNjIxLDE2Mi42MjFjMzcuODc3LDE2LjI0Nyw3Ny4yOTUsMjQuNDIsMTE4Ljc4NCwyNC40Mg0KCQkJYzQxLjQ4OSwwLDgxLjIxNC04LjI1OSwxMTkuMTItMjQuNDJjNzUuODUzLTMyLjM1MiwxMzAuNjgzLTg3LjQwMywxNjIuOTU2LTE2Mi42MjFDNjAzLjgxOSwzODYuOTE0LDYxMiwzNDcuMTYsNjEyLDMwNS42NjQNCgkJCUM2MTIsMjY0LjE3Niw2MDMuODI2LDIyNC43NTcsNTg3LjU3MiwxODYuODgxeiBNNTM4LjcyNCw0NDAuODUzYy0yNC4wMjEsNDEuMTk1LTU2LjkyOSw3My44NzYtOTguMzc1LDk4LjAzOQ0KCQkJYy00MS4xOTUsMjQuMDIxLTg2LjMzMiwzNi4xMzUtMTM0Ljg0NSwzNi4xMzVjLTM2LjQ3LDAtNzEuMjctNy4wMjQtMTA0LjQtMjEuNDE1Yy0zMy4xMjktMTQuMzg0LTYxLjczMy0zMy4yOTQtODUuNjYxLTU3LjIxNQ0KCQkJYy0yMy45MjgtMjMuOTI4LTQyLjk3My01Mi44MTEtNTcuMjE0LTg1Ljk5N2MtMTQuMTk5LTMzLjA2NS0yMS4wOC02OC4yNTgtMjEuMDgtMTA0LjczNWMwLTQ4LjUyLDExLjkyMS05My40MjgsMzUuODA3LTEzNC41MDkNCgkJCWMyMy45NzEtNDEuMjMxLDU2Ljg4Ni03My45NDcsOTguMDM5LTk4LjA0YzQxLjE0Ni0yNC4wOTIsODUuOTktMzYuMTQyLDEzNC41MDItMzYuMTQyYzQ4LjUyLDAsOTMuNjQ5LDEyLjEyMSwxMzQuODQ1LDM2LjE0Mg0KCQkJYzQxLjQ0NiwyNC4xNjQsNzQuMjgzLDU2Ljg3OSw5OC4zNzUsOTguMDM5YzI0LjA5Miw0MS4xNTMsMzYuMTM1LDg1Ljk5LDM2LjEzNSwxMzQuNTA5DQoJCQlDNTc0Ljg1MiwzNTQuMTg1LDU2Mi44ODgsMzk5LjM5OSw1MzguNzI0LDQ0MC44NTN6Ii8+DQoJCTxwYXRoIGQ9Ik0zMjQuOTA2LDMwMi45ODhWMTI5LjY1OWMwLTEwLjM3Mi05LjAzNy0xOC43MzgtMTkuNDEtMTguNzM4Yy05LjcwMSwwLTE4LjQwMyw4LjM2Ni0xOC40MDMsMTguNzM4djE3Ni4wMDUNCgkJCWMwLDAuMzM2LDAuNjcxLDEuNjc4LDAuNjcxLDIuNjc4Yy0wLjY3MSw2LjAyNCwxLjAwNywxMS4wNDMsNS4wMTksMTUuMDYybDEwMC4wNTMsMTAwLjA0NmM2LjY5NSw2LjY5NSwxOS4wNzMsNi42OTUsMjUuNzYzLDANCgkJCWM3LjY5NC03LjY5NSw3LjE4OC0xOC44NiwwLTI2LjA5OUwzMjQuOTA2LDMwMi45ODh6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=); }
      .about__wrap .about__container .about__menu-container .about__donate-button {
        cursor: pointer;
        background-color: #627258;
        color: #f9f9f9;
        text-align: center;
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
                box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        font-size: 0.9rem;
        width: 100%;
        background-color: #d48118; }
      .about__wrap .about__container .about__menu-container .about__image-container {
        margin: 0 auto;
        max-width: 30em; }
        .about__wrap .about__container .about__menu-container .about__image-container img {
          height: auto;
          width: 100%; }
  @media screen and (max-height: 668px) {
    .about__wrap .about__text-container {
      padding: 0 !important; } }
  @media screen and (min-height: 668px) {
    .about__wrap .about__image-container {
      max-width: 30em !important; } }
  @media screen and (min-height: 868px) {
    .about__wrap .about__image-container {
      max-width: 35em !important; } }

@media (max-width: 768px) {
  .about__wrap {
    width: 100%;
    height: 100%; }
    .about__wrap .about__info-wrap {
      padding: 1rem 0 !important; } }

@media (max-width: 1080px) {
  .about__image-container > img {
    height: 40vh; } }

@media (max-width: 400px) {
  .about__wrap .about__container .about__main-section {
    line-height: 16px; }
  .about__wrap .about__menu-container .about__section-wrap {
    padding-left: 25px;
    line-height: 15px !important; }
  .about__wrap .about__menu-container .about__phone-image,
  .about__wrap .about__menu-container .about__location-image,
  .about__wrap .about__menu-container .about__hours-image {
    display: inline-block;
    height: 16px !important;
    width: 16px !important;
    padding: 0 !important; }
  .about__wrap .about__menu-container .about__section-button {
    font-size: 15px !important; }
  .about__wrap .about__menu-container .about__text-wrap {
    margin-left: 15px;
    font-weight: 400; } }
  @media (max-width: 400px) and (max-width: 480px) {
    .about__wrap .about__menu-container .about__text-wrap {
      margin-left: 0; } }

@media (max-width: 400px) {
  .about__wrap .about__menu-container .about__text-container {
    margin-left: 7px; }
    .about__wrap .about__menu-container .about__text-container .about__inner-text {
      font-size: 10px !important; } }
  @media (max-width: 400px) and (max-width: 480px) {
    .about__wrap .about__menu-container .about__text-container {
      margin-left: 0; } }
.mapview-container {
  height: 100%;
  width: 100%; }
  .mapview-container .mapview__logo-container {
    z-index: 1;
    padding-top: 4px;
    background-color: #efebe2;
    position: absolute;
    top: 0;
    right: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }
    .mapview-container .mapview__logo-container a {
      display: inline-table; }
      .mapview-container .mapview__logo-container a img {
        width: 350px;
        height: auto; }
    @media (max-width: 480px) {
      .mapview-container .mapview__logo-container {
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
        .mapview-container .mapview__logo-container a img {
          width: 270px !important; } }
  .mapview-container .mapview {
    position: relative;
    height: calc(100% - 50px);
    width: 100%; }
    .mapview-container .mapview .esri-legend {
      padding: 12px 0;
      min-width: 180px;
      max-width: 350px; }
  .mapview-container .welcome__top-tab {
    position: absolute;
    top: 0;
    right: 1em;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1; }
    @media screen and (max-width: 568px) {
      .mapview-container .welcome__top-tab {
        left: auto;
        right: 55px;
        width: 150px; } }
  .mapview-container .joyride-tooltip {
    background-color: #fffdf7; }
  .mapview-container .joyride-tooltip.left {
    margin-top: -20px !important; }
.SplashScreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 480px) {
    .SplashScreen {
      width: 600px;
      max-width: 90%;
      height: 500px;
      border-radius: 5px; } }
  .SplashScreen > div {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .SplashScreen > div {
        width: 50%; } }
  .SplashScreen .SplashScreen__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-color: #fffdf7;
    position: absolute;
    padding: 38px; }
    @media (min-width: 768px) {
      .SplashScreen .SplashScreen__content-container {
        position: relative;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    .SplashScreen .SplashScreen__content-container .SplashScreen__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .SplashScreen .SplashScreen__content-container .SplashScreen__header {
          margin-bottom: 0; } }
      .SplashScreen .SplashScreen__content-container .SplashScreen__header .SplashScreen__header--logo {
        width: 250px;
        margin-right: 10px; }
        @media (min-width: 768px) {
          .SplashScreen .SplashScreen__content-container .SplashScreen__header .SplashScreen__header--logo {
            width: 350px; } }
      .SplashScreen .SplashScreen__content-container .SplashScreen__header .SplashScreen__header--text-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        height: 100%;
        width: 197px; }
        @media (min-width: 768px) {
          .SplashScreen .SplashScreen__content-container .SplashScreen__header .SplashScreen__header--text-container {
            width: 220px; } }
    .SplashScreen .SplashScreen__content-container .SplashScreen__text {
      font-size: 16px;
      color: #212e2a;
      line-height: 1.35; }
      .SplashScreen .SplashScreen__content-container .SplashScreen__text .SplashScreen__info-icon {
        background-color: #627258;
        display: inline-block;
        padding: 4px 4px 0 4px; }
    .SplashScreen .SplashScreen__content-container .SplashScreen__plant-of-the-week-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold;
      margin-bottom: 27px;
      color: #fff;
      text-align: center; }
      @media (min-width: 768px) {
        .SplashScreen .SplashScreen__content-container .SplashScreen__plant-of-the-week-link {
          color: #212e2a;
          margin-bottom: 0; } }
    .SplashScreen .SplashScreen__content-container .SplashScreen__button-container .SplashScreen__button {
      background-color: #627258;
      color: #fffdf7;
      padding: 0.75em 0.7em;
      margin: 1rem auto;
      text-align: center;
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      font-size: 1rem;
      width: 270px;
      border: 1px solid #627258;
      font-weight: 500;
      z-index: 10;
      -webkit-transition: background-color 0.2s, color 0.2s;
      transition: background-color 0.2s, color 0.2s; }
      .SplashScreen .SplashScreen__content-container .SplashScreen__button-container .SplashScreen__button:disabled {
        cursor: default; }
      .SplashScreen .SplashScreen__content-container .SplashScreen__button-container .SplashScreen__button:hover:not(:disabled) {
        background-color: #efebe2;
        color: #212e2a; }
.esri-ui-top-right {
  height: 100%; }

.MapControls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .MapControls.esri-component {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .MapControls .MapControls__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .MapControls .MapControls__group:first-child {
      margin-top: 0; }
  .MapControls .active {
    background-color: black !important; }
  .MapControls .MapControls__item {
    width: 40px;
    height: 40px;
    background-color: #627258;
    -webkit-box-shadow: 1px 1px 2px #222326;
            box-shadow: 1px 1px 2px #222326;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: 20px; }
    .MapControls .MapControls__item.MapControls__item--zoom-in {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMjUgMjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZGVzYz5ab29tIEluPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Imljb25fem9vbV9pbiIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjZmZmZGY3Ij4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjE1LjM2OTYwNiAwIDkuNjA2MDAzNzUgMCA5LjYwNjAwMzc1IDkuNjA2MDAzNzUgMCA5LjYwNjAwMzc1IDAgMTUuMzY5NjA2IDkuNjA2MDAzNzUgMTUuMzY5NjA2IDkuNjA2MDAzNzUgMjQuOTc1NjA5OCAxNS4zNjk2MDYgMjQuOTc1NjA5OCAxNS4zNjk2MDYgMTUuMzY5NjA2IDI0Ljk3NTYwOTggMTUuMzY5NjA2IDI0Ljk3NTYwOTggOS42MDYwMDM3NSAxNS4zNjk2MDYgOS42MDYwMDM3NSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==); }
    .MapControls .MapControls__item.MapControls__item--zoom-out {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCAyNSA2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGRlc2M+Wm9vbSBPdXQ8L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvbl96b29tX291dCIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjZmZmZGY3Ij4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjI0Ljk2NDQxOTUgNS43NzkwMjYyMiAwLjAzNTU4MDUyNDMgNS43NzkwMjYyMiAwLjAzNTU4MDUyNDMgMC4wMjYyMTcyMjg1IDI0Ljk2NDQxOTUgMC4wMjYyMTcyMjg1Ij48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K); }
    .MapControls .MapControls__item.locate {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMjUgMjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZGVzYz5Mb2NhdGU8L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvbl9sb2NhdGUiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iI2ZmZmRmNyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik03LjgxMDEzNDIzLDEyLjQ5MjAxMzQgQzcuODEwMTM0MjMsOS45MDYyMDgwNSA5LjkwNjIwODA1LDcuODEwMTM0MjMgMTIuNDkyMDEzNCw3LjgxMDEzNDIzIEMxNS4wNzc4MTg4LDcuODEwMTM0MjMgMTcuMTczODkyNiw5LjkwNjIwODA1IDE3LjE3Mzg5MjYsMTIuNDkyMDEzNCBDMTcuMTczODkyNiwxNS4wNzc4MTg4IDE1LjA3NzgxODgsMTcuMTczODkyNiAxMi40OTIwMTM0LDE3LjE3Mzg5MjYgQzkuOTA2MjA4MDUsMTcuMTczODkyNiA3LjgxMDEzNDIzLDE1LjA3NzgxODggNy44MTAxMzQyMywxMi40OTIwMTM0IEw3LjgxMDEzNDIzLDEyLjQ5MjAxMzQgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi40OTM3OTE5LDYuMzgzNjI0MTYgQzE1LjczNjY0NDMsNi4zODAyMDEzNCAxOC43MzQ1NjM4LDguNDI0MTI3NTIgMTguNzM0NTYzOCwxMi40OTIxMTQxIEMxOC43MzQ1NjM4LDE2LjU2MDEwMDcgMTUuNzM2NjEwNywxOC42MDQwMjY4IDEyLjQ5Mzc5MTksMTguNjAwNjA0IEM5LjI0NzcxODEyLDE4LjU5NzA0NyA2LjI0OTU5NzMyLDE2LjU0MzA4NzIgNi4yNDk1OTczMiwxMi40OTIxMTQxIEM2LjI0OTU5NzMyLDguNDQxMTQwOTQgOS4yNDc2ODQ1Niw2LjM4NzMxNTQ0IDEyLjQ5Mzc5MTksNi4zODM2MjQxNiBaIE0xMi40OTAzNjkxLDMuMjYyMzgyNTUgQzcuOTMzMzU1NywzLjI2NzM0ODk5IDMuMTI4Mzg5MjYsNi4zMzQzMjg4NiAzLjEyODM4OTI2LDEyLjQ5MjA0NyBDMy4xMjgzODkyNiwxOC42NDk3NjUxIDcuOTMzMzg5MjYsMjEuNzE2Njc3OSAxMi40OTAzNjkxLDIxLjcyMTcxMTQgQzE3LjA1MDYzNzYsMjEuNzI2NTEwMSAyMS44NTU4MDU0LDE4LjY2NjE3NDUgMjEuODU1ODA1NCwxMi40OTIwNDcgQzIxLjg1NTgwNTQsNi4zMTc5MTk0NiAxNy4wNTA2NzExLDMuMjU3NTE2NzggMTIuNDkwMzY5MSwzLjI2MjM4MjU1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIHBvaW50cz0iMTAuOTMxNDA5NCAwLjAwNzExNDA5Mzk2IDE0LjA1MjY4NDYgMC4wMDcxMTQwOTM5NiAxNC4wNTI2ODQ2IDQuNjg4OTkzMjkgMTAuOTMxNDA5NCA0LjY4ODk5MzI5Ij48L3BvbHlnb24+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSIxMC45MzE0MDk0IDIwLjI5NTE2NzggMTQuMDUyNjg0NiAyMC4yOTUxNjc4IDE0LjA1MjY4NDYgMjQuOTc3MDQ3IDEwLjkzMTQwOTQgMjQuOTc3MDQ3Ij48L3BvbHlnb24+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSIyMC4yOTUxNjc4IDEwLjkzMTQwOTQgMjQuOTc3MDQ3IDEwLjkzMTQwOTQgMjQuOTc3MDQ3IDE0LjA1MjY4NDYgMjAuMjk1MTY3OCAxNC4wNTI2ODQ2Ij48L3BvbHlnb24+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSIwLjAwNzExNDA5Mzk2IDEwLjkzMTQwOTQgNC42ODg5OTMyOSAxMC45MzE0MDk0IDQuNjg4OTkzMjkgMTQuMDUyNjg0NiAwLjAwNzExNDA5Mzk2IDE0LjA1MjY4NDYiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
      background-size: 1.5rem; }
    .MapControls .MapControls__item.basemaps {
      margin-top: 1.5rem;
      background-size: 19px;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAALNJREFUaEPtmcsKgCAUBZVW/f/Htor6AWvgwBWRaVv5GE9jXPtzX08ruPpx9lGzZf2VNexEsnh0VwTA+Y1kyWpGi8AZLSL0cd9oETijRYSMVkrIf62MnNYiblqLCGmtlJDWysjtY61s/uu9NSzZrDdMHpETYUZzn3BF5vLm3vbRr5VGK41FxxhGy2gZrd8MuI/QXmvxgQhZfEgJWXzIyGkt4qa1iJDWSglprYyc1iJus631AtkVXdqTN2QCAAAAAElFTkSuQmCC); }
    .MapControls .MapControls__item.layers {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjFweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMjEgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ3LjEgKDQ1NDIyKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iI2ZmZmRmNyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDQuOTgxMTYzNzkgTDAsMy45MTQ0MjY5OSBMOS44NTk4Nzk5MiwwIEwxOS4xNDMyNzk1LDMuNTkzNzMzNzkgTDE5LjE0MzI3OTUsNC41MjA3MTUzMiBMOS44NTk4Nzk5Miw4LjUzNzI1Nzk2IEwwLDQuOTgxMTYzNzkgWiBNMi41OTgxMjM2NCw3LjI2OTUzODkgTDEwLjQyOTg1MTIsMTAuMTQ4MjYxNiBMMTcuODEzODY1NCw2Ljk1NTEyMDggTDIwLjI5NDExNzYsNy45MzY0MzkyMiBMMjAuMjk0MTE3Niw5LjExMDkwODI3IEwxMC40Mjk4NTEyLDEzLjQxNDcwMDYgTDAsOS41NDk1NjUzOCBMMCw4LjMxODQ5NTQyIEwyLjU5ODEyMzY0LDcuMjY5NTM4OSBaIE0yLjI1MjQzMzUzLDExLjk1MjEzMjggTDEwLjQ3MjMwMTgsMTQuOTkxNzQzNiBMMTguMjMzNzAyNywxMS41OTE4NjggTDIwLjIxNzQyMzQsMTIuNDMwMTI3NiBMMjAuMjE3NDIzNCwxMy42MjE0MzU0IEwxMC4zMTU5NDE4LDE3Ljg5NzIxMDMgTDAsMTQuMDQ2MzY2OCBMMCwxMi43OTkwMjQxIEwyLjI1MjQzMzUzLDExLjk1MjEzMjggWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
      background-size: 22px; }
    .MapControls .MapControls__item.c360 {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTRweCIgaGVpZ2h0PSI2N3B4IiB2aWV3Qm94PSIwIDAgNTQgNjciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA4PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTgiIGZpbGw9IiNmZmZkZjciPgogICAgICAgICAgICA8ZyBpZD0iZG93bmxvYWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNi42OTg1MTk0LDUuMzIzODU2MTYgQzM3LjA2ODU2NDksNS4zNjc2NzY0OSAzNy4wNjg1NjQ5LDUuMzY3Njc2NDkgMzcuNDQ2NSw1LjQ0NTUwMjcgQzQ0Ljg1ODgxMDYsNi45NzE4ODExNCA0OC44OTgwNTE5LDEwLjE2NjAzMDUgNDguODk4MDUxOSwxMi4xNjg0OTgyIEM0OC44OTgwNTE5LDE0LjAyMTU3NTEgNDUuMTczNjI5OSwxNi45NjYxOTA1IDM4LjY5NDE1NTgsMTguNTkwODA1OSBMMzguNjk0MTU1OCwyMy43OTQ2NTIgQzQ3LjY5OTA5NDIsMjEuODQwMDM2NiA1NCwxNy4zNzIzNDQzIDU0LDEyLjE2ODQ5ODIgQzU0LDYuODkyNjUzNDUgNDcuNDQ5MTU5NiwzLjAyOTgzNjY3IDM4LjMxMDkxODgsMC41MTU0NTAyNzkgQzM3Ljg2Njg2MjEsMC4zOTMyNjgxMDIgMzcuMjI3ODU3MSwwLjIzMDMzMTUxNCAzNi43NDgwOTY5LDAuMTQ4NzUyMjI2IEMzNi43MTc3MzExLDAuMTQzNTg4NzgzIDM2LjY5ODUxOTQsMC4xNDg3NTIyMjYgMzYuNjk4NTE5NCwwLjY1NzU2NTU1MSBDMzYuNjk4NTE5NCwxLjU3NzU1MjE4IDM2LjY5ODUxOTQsNS4zMjM4NTYxNiAzNi42OTg1MTk0LDUuMzIzODU2MTYgWiBNMTcuMzY4MDQyNCwwLjA3MDgzMDc2NjQgQzcuMTAyMDU5NCwxLjcxMzAyMzEzIDAsNi41MTcxODcwMSAwLDEyLjE2ODQ5ODIgQzAsMTcuODU0NjUyIDcuNDk5ODYzNjQsMjIuNjUyMzQ0MyAxNy44NTY4MTgyLDI0LjI3Njk1OTcgTDE3Ljg1NjgxODIsMzIuNDc2MTkwNSBMMjguMDYwNzE0MywyMi4zMjIzNDQzIEwxNy44NTY4MTgyLDEyLjE2ODQ5ODIgTDE3Ljg1NjgxODIsMTkuMDk4NDk4MiBDOS44MjEyNSwxNy42NzY5NTk3IDUuMTAxOTQ4MDUsMTQuMjc1NDIxMiA1LjEwMTk0ODA1LDEyLjE2ODQ5ODIgQzUuMTAxOTQ4MDUsMTAuMDg1ODk3NCA5LjQxMzg1Mjg5LDYuNjY4NDkxMTYgMTcuMzgwMzAyNCw1LjIyODU1MjQzIEMxNy40MzU1MTQsNS4yMTg1NzI5MiAxNy4zNjgwNDI0LDUuMjk1NjQxNzMgMTcuMzY4MDQyNCw0LjI2Njk5ODI5IEMxNy4zNjgwNDI0LDMuMjg3NDY5NjUgMTcuMzgwMzAyNCwyLjQyNzE1OTk1IDE3LjM4MDMwMjQsMS4xMTI4ODc1MSBDMTcuMzgwMzAyNCwwLjM3MTUyMzY4OSAxNy40NDE5MTIxLDAuMDU5MDE0MjQ1MyAxNy4zNjgwNDI0LDAuMDcwODMwNzY2NCBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iYWNjZXNzaWJpbGl0eSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjMsMCBDMjUuODExMTExMSwwIDI4LjExMTExMTEsMi4zNCAyOC4xMTExMTExLDUuMiBDMjguMTExMTExMSw4LjA2IDI1LjgxMTExMTEsMTAuNCAyMywxMC40IEMyMC4xODg4ODg5LDEwLjQgMTcuODg4ODg4OSw4LjA2IDE3Ljg4ODg4ODksNS4yIEMxNy44ODg4ODg5LDIuMzQgMjAuMTg4ODg4OSwwIDIzLDAgTDIzLDAgWiBNMzAuNjY2NjY2NywxOC4yIEwzMC42NjY2NjY3LDUyIEwyNS41NTU1NTU2LDUyIEwyNS41NTU1NTU2LDM2LjQgTDIwLjQ0NDQ0NDQsMzYuNCBMMjAuNDQ0NDQ0NCw1MCBMMTUuMzMzMzMzMyw0NC44MTE0OTM3IEwxNS4zMzMzMzMzLDE4LjIgTDAsMTguMiBMMCwxMyBMNDYsMTMgTDQ2LDE4LjIgTDMwLjY2NjY2NjcsMTguMiBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
      background-size: 22px; }
    .MapControls .MapControls__item.info {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZmlsbD0nd2hpdGUnIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0xIDE3aC0ydi0yaDJ2MnptMi4wNy03Ljc1bC0uOS45MkMxMy40NSAxMi45IDEzIDEzLjUgMTMgMTVoLTJ2LS41YzAtMS4xLjQ1LTIuMSAxLjE3LTIuODNsMS4yNC0xLjI2Yy4zNy0uMzYuNTktLjg2LjU5LTEuNDEgMC0xLjEtLjktMi0yLTJzLTIgLjktMiAySDhjMC0yLjIxIDEuNzktNCA0LTRzNCAxLjc5IDQgNGMwIC44OC0uMzYgMS42OC0uOTMgMi4yNXoiLz48L3N2Zz4=);
      margin-top: 1.5rem;
      background-size: 22px; }
    .MapControls .MapControls__item.locate--loading {
      margin-top: 0.5rem; }

.container__basemap-gallery {
  position: absolute !important;
  top: calc(31% + 90px);
  right: 70px !important;
  width: 200px !important;
  -webkit-transition: 0.25s all !important;
  transition: 0.25s all !important;
  background-color: #efebe2 !important;
  -webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
          box-shadow: 0 0 5px rgba(100, 100, 100, 0.5); }
  @media (max-width: 480px) {
    .container__basemap-gallery {
      top: 90px; } }
  .container__basemap-gallery ul.esri-basemap-gallery__item-container {
    display: inline-block !important;
    list-style-type: none !important; }
    .container__basemap-gallery ul.esri-basemap-gallery__item-container .esri-basemap-gallery__item {
      display: inline-block !important;
      float: left !important;
      clear: none !important;
      width: 100px !important;
      margin: 5px !important;
      text-align: center !important; }
      .container__basemap-gallery ul.esri-basemap-gallery__item-container .esri-basemap-gallery__item .esri-basemap-gallery__item-title {
        color: #212e2a;
        font-size: 12px; }
      .container__basemap-gallery ul.esri-basemap-gallery__item-container .esri-basemap-gallery__item:hover {
        background-color: #627258; }
        .container__basemap-gallery ul.esri-basemap-gallery__item-container .esri-basemap-gallery__item:hover .esri-basemap-gallery__item-title {
          color: white; }
      .container__basemap-gallery ul.esri-basemap-gallery__item-container .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:active, .container__basemap-gallery ul.esri-basemap-gallery__item-container .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:focus, .container__basemap-gallery ul.esri-basemap-gallery__item-container .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:hover, .container__basemap-gallery ul.esri-basemap-gallery__item-container .esri-basemap-gallery__item.esri-basemap-gallery__item--selected {
        background-color: #627258;
        border-left-color: transparent; }
        .container__basemap-gallery ul.esri-basemap-gallery__item-container .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:active .esri-basemap-gallery__item-title, .container__basemap-gallery ul.esri-basemap-gallery__item-container .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:focus .esri-basemap-gallery__item-title, .container__basemap-gallery ul.esri-basemap-gallery__item-container .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:hover .esri-basemap-gallery__item-title, .container__basemap-gallery ul.esri-basemap-gallery__item-container .esri-basemap-gallery__item.esri-basemap-gallery__item--selected .esri-basemap-gallery__item-title {
          color: white; }
      .container__basemap-gallery ul.esri-basemap-gallery__item-container .esri-basemap-gallery__item:active {
        background-color: #5e6169;
        border-left-color: transparent; }
.sk-circle {
  position: relative;
  width: 25px;
  height: 25px;
  margin: 8px auto; }

.sk-circle .sk-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sk-circle .sk-child:before {
  display: block;
  width: 20%;
  height: 20%;
  margin: 0 auto;
  content: '';
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  border-radius: 100%;
  background-color: white; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.LoadingSpinner {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: #627258;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.layer-control__container {
  position: absolute;
  top: calc(50% + 12px);
  right: 55px;
  width: 275px;
  max-height: calc(50vh - 115px);
  overflow-y: auto;
  overflow-x: none;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  background-color: #efebe2;
  color: #2e2f33;
  -webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
          box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
  padding: 10px; }
  .layer-control__container .layer-control__header {
    font-size: 16px;
    margin-bottom: 8px; }
  .layer-control__container .layer-control__sub-header {
    font-size: 11px;
    margin-bottom: 15px;
    color: #8c8c8c; }
  .layer-control__container .layer-control__group-layer-title {
    font-size: 14px;
    margin-bottom: 6px; }
    .layer-control__container .layer-control__group-layer-title:not(:first-child) {
      margin-top: 14px; }
  .layer-control__container .layer-control__item {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .layer-control__container .layer-control__item.disabled {
      color: #a6a6a6; }
      .layer-control__container .layer-control__item.disabled svg {
        fill: #ccc; }
    .layer-control__container .layer-control__item .left-margin {
      margin-left: 10px; }
    .layer-control__container .layer-control__item svg {
      fill: #666; }
    .layer-control__container .layer-control__item.legend {
      margin: 8px 0px; }
    .layer-control__container .layer-control__item .layer-control__symbol-container {
      width: 26px !important;
      height: 26px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 3px; }
      .layer-control__container .layer-control__item .layer-control__symbol-container img {
        -o-object-fit: contain;
           object-fit: contain; }
    .layer-control__container .layer-control__item .layer-control__item--sm {
      font-size: 12px; }
    .layer-control__container .layer-control__item .icon {
      width: 15px;
      height: 15px;
      background-color: #627258;
      border-radius: 50%;
      margin-right: 10px;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #dfeeb2; }
      .layer-control__container .layer-control__item .icon.plants {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAATtJREFUGJVt0DFIQlEUxvG/1+u7UjpELUoRNjVFQ2PR5CBSDjY2OoaUihBUS0ObkQ4NObUWLeEQ0lB7q7SYSYEuUTiUVx/3NTwiRc92zvlx4DuScZVKKYJvEU7vngfHciyeaE3htXaANIfRAMfVzijORGcpVN/dxvhVPramf8QSUBrGJ0g+/GdA0h0ISxuxiBGv7qFE5B/vY5MzfdJpC+qA8SnDnLasR5WPrWtjVlycS5TozWfxNO+VbK5qmxrg0V6xQCvQ0NO9PWxz5GJjPyircaClfY4js0ANAAdF+FvQN0GKlbaLC5VrnYtvhbrWTEua8EBkh343iYeb4YA9dluWfaEQT0iWtRF+BDYeNvkMbQ/jYqVNZuNKCxFXwngBB+ji8EW5rEf/XLi9VLn4i/aZOlp2gElE1/e3/gVbVm+aJ6gG6AAAAABJRU5ErkJggg==); }
      .layer-control__container .layer-control__item .icon.trees, .layer-control__container .layer-control__item .icon.trees-of-distinction {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA/5JREFUOI2t1GtM01cYx/Fv/y290HIVkbsI/EEHiDqmu4BOQBBRmIsyE+ZQ5PJiBGNm5haWuCUbL+ZeMCcxKsk0xmxetlmhEiHULHNzLE7JwMQOBQfl0tqCVmhtS8teLBLrLcuy5+V5zvnknJxzfjL+55I9pyfZ2Fb4eqgsolQtKDM8eINBMNs81ks2t+Wktkjf86/BkvMFK6LkMceNTqNodo082loErAK/+pqOHZ3jroGK00X6weeClR3bKyamx48YnUYhSSVSFFdCfFA8Cj8lU85JDFYDZ4a+ZcRlzA2UhV0vOV+Qp113oeupYFl7ae6E29LsmnFJahJrKRDXIhNkeL1enB4n0YHRpIQvJDcxjxM9x2k1ndUEy0I6N+tyXni401mwrgO5E/Up28w9Sa24i3yxAJvDRmvfObSjZ3F4Jpknj+TNuM3kJORSuawarkKr6axaVKWdAH22DyiV1VWP2A2hmYEryEtaw4R9nA8v72HEOURh+Hqi1bFcn+jl4M39XLP8znvL36csfSuXrD/S5zBklehy0rVF+p5ZUCNVVwEUJ2xEkAgc6z3KmGuYfZmNpIQvxOP1sEFSzMUBPY039qHv76QweR2bYrfQPHCQVE1mlRZ93Sxoco4lASSEJnDXcRe9pZ3y+TsQw0QOXmmizdzCu0k7yRfX0jX2K98PnmatWEjKnBQYAD+J3PfI1ulxJYC/3J/he0YA4oMWMDY5Rpu5BYCmm1+Sl5RPakgal+/+xIPpB6gVGgDcM9NzfMAQWci0yTUqd7qd+PupAbA4LKRFpCP6p9BnN1AYvgGpIGV4agiVVINCqsDpfgCAUqqw+4AxiliLyTUaNWwzIoYlk65ZyomBY2RGvURD1udY7RYiNBEYzDdoM7eyJeZtBEHg9r3b/9yBX8AtHzDCP+oC99l+cVBP8twUqtJq2P1bHbt+rqVsQTlhqjAuD/3C8cGviVLEsl4sxu1xoxvUAuCYnjrkA07aTR+E+0WU60xa4ZXRV1kcmcEXy/dzpPcQTX2Ns48/Jyyf8rRtBKoC0RlauenoY0nAi9b61/a2+IC7V35sPtZ99MCZ4W/qPvvjE+rZy+LIDD7NbuDO1B0cbjtBymCCVcF4Z7y0913g0K0DqKQaEgMSK4CZJ75e+ZJtO5uvHl6qHf0u+6NreygaKWF1XA7RgTGE+odid9npHunmXP8PXLF1oRSUbIgsadia8c65h8aT4bCseuWpnpPN7WNtFTqTVqIzaR+fAsAidap7+dyXazellh5+dPyp8VWa/lblxT87GszO8a/+ut+fddsxoLG4rUKkfJ4nQZNoiVHPb5EyXvdGaqnj8bXPDNjVyWv6gaJn9Z9Vz0vs/1R/A27jiZNrITPHAAAAAElFTkSuQmCC); }
      .layer-control__container .layer-control__item .icon.points-of-interest {
        background-color: #c43023;
        border: 1px solid black; }
      .layer-control__container .layer-control__item .icon.restrooms {
        background-color: #141414; }
      .layer-control__container .layer-control__item .icon.drinking-fountains {
        background-color: #ff0001; }
      .layer-control__container .layer-control__item .icon.garden-areas {
        border: 1.5px dashed #38a800;
        background: transparent; }
      .layer-control__container .layer-control__item .icon.buildings {
        background-color: #ffebbe;
        border: 1px solid #ffaa00; }
      .layer-control__container .layer-control__item .icon.mass-plantings {
        background-color: #a1d3b5; }
      .layer-control__container .layer-control__item .icon.monuments {
        background-color: #bfd3e6; }
      .layer-control__container .layer-control__item .icon.mausoleums {
        background-color: #abcffb; }
      .layer-control__container .layer-control__item .icon.lot-features {
        background-color: #a3a3a3; }
      .layer-control__container .layer-control__item .icon.lots {
        background-color: #edf6d9;
        border: 1px solid #4e4e4e; }
    .layer-control__container .layer-control__item label {
      font-size: 12px; }
      .layer-control__container .layer-control__item label.disabled {
        color: #a6a6a6; }
    .layer-control__container .layer-control__item input:disabled {
      border: 2px solid #a6a6a6; }
    .layer-control__container .layer-control__item .disabled {
      color: #a6a6a6;
      margin-left: 10px; }
    .layer-control__container .layer-control__item .left-margin {
      margin-left: 10px; }
  .layer-control__container input[type='checkbox'] {
    -webkit-appearance: none;
    /* Hides the default checkbox style */
    height: 15px;
    width: 15px;
    padding: 0 6px;
    cursor: pointer;
    -webkit-transition: 0.15s;
    border-radius: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
    background-color: transparent;
    border: 2px solid #fff; }
  .layer-control__container input[type='checkbox']:checked:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTkgMTYuMTdMNC44MyAxMmwtMS40MiAxLjQxTDkgMTkgMjEgN2wtMS40MS0xLjQxeiIvPjwvc3ZnPg==); }
  .layer-control__container input[type='checkbox']:checked {
    background-color: #fff;
    border: 2px solid #fff; }

.layer-control__container::-webkit-scrollbar {
  width: 8px; }

.layer-control__container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px; }

.layer-control__container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #4d4d4d;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5); }

/*# sourceMappingURL=main.694f725e.css.map*/