body {
  font-family: Varela, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar {
  width: 100%;
  height: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
  -webkit-transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  color: #252525;
  text-align: left;
}

.navbar:hover {
  color: #1e4ce6;
}

.nav-link {
  -webkit-transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-link:hover {
  color: #1e4ce6;
}

.nav-link.w--current {
  background-color: #4fa792;
  -webkit-transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: underline;
}

.nav-link.w--current:hover {
  opacity: 1;
  color: #1e4ce6;
}

.navbar-container {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #4a8baf;
  font-family: Varela, sans-serif;
  font-weight: 700;
  text-align: center;
}

.nav-menu-narrow {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #a57c37;
  opacity: 1;
  -webkit-transition: opacity 350ms cubic-bezier(.55, .085, .68, .53);
  transition: opacity 350ms cubic-bezier(.55, .085, .68, .53);
  font-size: 20px;
  text-align: center;
}

.hy-menu-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 100px;
  height: 100px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.body-grey {
  background-color: #d1cfcf;
}

.image-21 {
  display: block;
  margin-top: 6px;
  float: left;
  clear: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.italic-text {
  position: static;
  left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  max-width: 500px;
  min-width: 250px;
  padding-top: 12px;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-size: 10px;
  text-align: justify;
}

.image-22 {
  display: block;
  max-height: 100%;
  max-width: none;
  margin-top: 7px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-6 {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  text-align: left;
}

.slider {
  width: 100%;
  height: 650px;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.normal-section.column-centered-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.normal-section.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-bottom-menu-padded {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.paragraph-7 {
  display: block;
  font-family: Karla, sans-serif;
  font-style: normal;
}

.nav-link-8 {
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-menu-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 91px;
  padding-left: 17px;
  float: none;
  clear: none;
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  text-align: left;
}

.nav-link-9 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #a57c37;
}

.nav-link-10 {
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #a57c37;
}

.nav-link-11 {
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #a57c37;
}

.slide {
  width: 100%;
}

.hy-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4000;
  width: 100vw;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: 'Hoefler text', sans-serif;
}

.hy-navbar:hover {
  opacity: 1;
  font-family: 'Hoefler text', sans-serif;
}

.hy-menu-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 80px;
  height: 80px;
  padding: 0px;
  float: left;
}

.hy-menu-button.w--open {
  position: absolute;
  z-index: 5100;
  width: auto;
  height: auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.hy-navbar-container {
  margin-right: 0px;
  margin-left: 0px;
}

.hyphae-menu-item {
  display: inline-block;
  width: auto;
  margin: 10px 0px 0px;
  padding: 25px 20px 20px;
  float: none;
  color: #a57c37;
  font-size: 25px;
  line-height: 100%;
  text-align: left;
}

.hyphae-menu-item:hover {
  border-radius: 7px;
  background-color: rgba(165, 124, 55, 0.61);
  color: #000;
}

.hy-menu {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 80vw;
  height: 80px;
  margin-left: 0px;
  padding-left: 100px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.82);
  text-align: left;
}

.hy-menu-icon-scrolled {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 80px;
  height: 80px;
  max-width: none;
  margin: 8px 9px 0px 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  -webkit-transition: left 200ms ease;
  transition: left 200ms ease;
}

.popver {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: scroll;
  width: 90vw;
  height: 30%;
  max-height: none;
  margin-top: 10%;
  margin-right: 5%;
  margin-left: 3%;
  padding-left: 13px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #5297c0;
  opacity: 1;
}

.nav-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  max-width: none;
  margin-left: 21px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #000;
  text-transform: uppercase;
}

.image-57 {
  position: static;
  display: block;
}

.column-text {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 43vw;
  max-width: 550px;
  margin: 20px 0px 0px;
  padding: 0px 10px;
  float: none;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
}

.slider-3 {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: auto;
  float: none;
  clear: none;
  background-color: transparent;
  text-align: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.column-slide {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  overflow: visible;
  width: 43vw;
  max-width: 650px;
  margin: 20px 0px 0px;
  padding: 0px 10px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 0px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.text-block-12 {
  margin-top: 27px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
}

.image-58 {
  max-width: 100%;
}

.button-3 {
  margin-right: 14px;
  margin-bottom: 5px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.button-4 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.form-block-4 {
  margin-bottom: 1px;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}

.italic-text-4 {
  font-size: 12px;
}

.full-page-iframe {
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.mask-2 {
  overflow: hidden;
  max-width: none;
}

.div-block-32 {
  max-width: none;
}

.section-12 {
  display: block;
  overflow: visible;
  margin-bottom: 0px;
}

.report-slide-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.home-page-title {
  width: 80%;
}

.map-layer-child-block {
  width: 100%;
  padding-left: 15px;
  -webkit-box-flex: 2;
  -webkit-flex: 2 auto;
  -ms-flex: 2 auto;
  flex: 2 auto;
}

.map-container {
  position: relative;
  display: block;
  height: 100%;
  margin-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-nav-item-wrap {
  cursor: pointer;
}

.map-button-layer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 11px;
  line-height: 13px;
  text-align: left;
  text-decoration: none;
}

.map-button-layer:hover {
  background-color: hsla(0, 0%, 62.4%, 0.22);
}

.map-button-layer.w--current {
  font-size: 12px;
}

.right-nav-short-btn {
  width: auto;
}

.eye-toggle {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('../images/eye.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.eye-toggle:hover {
  border-radius: 10px;
  background-color: rgba(208, 255, 203, 0.65);
}

.eye-toggle.off {
  background-image: url('../images/eye-off.svg');
}

.right-nav-header {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-bottom: 3px;
  padding-left: 6px;
  border-style: none none dotted;
  border-width: 1px 1px 1.5px;
  border-color: #000;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: left;
}

.map-user-layer-toggle {
  width: 100%;
  border-bottom: 1px dotted #000;
  background-color: hsla(0, 0%, 51.4%, 0);
  cursor: pointer;
}

.legend-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 30%;
  max-width: 400px;
  min-width: 250px;
  font-size: 10px;
  line-height: 15px;
}

.map-layer-child-toggle {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 5px;
  background-color: #cebebe;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 15px;
  line-height: 11px;
  cursor: pointer;
}

.map-layer-child-toggle:hover {
  background-color: #5e5e5e;
  color: #fff;
}

.map-container-outer {
  position: relative;
  display: block;
  width: 95%;
  height: 90vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.close-block-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.map-button-icon {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-left: 0px;
  float: left;
}

.right-nav-closed {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  float: none;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ddd;
  text-align: left;
}

.map-toggle-separator {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-top: 1px dotted #000;
}

.map-layer-title {
  display: inline-block;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 11px;
}

.map-layers-buttons-wrap {
  overflow: scroll;
  width: 100%;
  max-height: 50%;
}

.right-nav {
  position: absolute;
  left: auto;
  top: 0%;
  right: -10px;
  bottom: auto;
  z-index: 445;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
  margin-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.right-nav-toggle {
  width: 100%;
  border-bottom: 2px solid #d44343;
  text-align: left;
  cursor: pointer;
}

.right-nav-open {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 100.000009390024%;
  margin-top: 0px;
  margin-left: 3px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ddd;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.map-legend-details-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.map-legend-details-line.w--current {
  font-size: 12px;
}

.map-button {
  width: auto;
  padding: 3px 5px 2px 10px;
  float: none;
  background-color: hsla(0, 0%, 100%, 0);
  color: #000;
  font-size: 11px;
  text-align: left;
}

.map-button:hover {
  background-color: rgba(151, 198, 129, 0.65);
}

.map-button.w--current {
  font-size: 12px;
}

.map-button.off {
  text-decoration: line-through;
}

.legend-overlay-inner {
  overflow: scroll;
  height: 100%;
  max-height: 250px;
  border-radius: 0px 5px 0px 0px;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.map-legend-details {
  width: 100%;
  margin-left: 15px;
}

.map-legend-details.in-overlay {
  margin-left: 3px;
}

.div-block-47 {
  margin-bottom: -15px;
  padding-left: 2px;
}

.small-x {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 30px;
  max-height: 30px;
  max-width: 40px;
  margin: 2px 0px 0px;
  padding-right: 2px;
  padding-bottom: 4px;
  padding-left: 2px;
  float: left;
  clear: none;
  border-style: none;
  border-width: 1px;
  border-color: #9f9f9f;
  border-radius: 3px;
  background-color: transparent;
}

.svg-legend-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: #fff;
}

.svg-legend-icon.small {
  width: 17px;
  height: 17px;
}

.map-layer-legend-toggle {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 3px;
  border-radius: 5px;
  background-color: #ccd0f8;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 9px;
  line-height: 9px;
  cursor: pointer;
}

.map-layer-legend-toggle:hover {
  background-color: #5e5e5e;
  color: #fff;
}

.map-layers-toggle-short {
  width: 40px;
  height: 40px;
  background-image: url('../images/eye.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  cursor: pointer;
}

.map-layers-toggle-short.off {
  background-image: url('../images/eye-off.svg');
}

.icon {
  color: #fff;
}

.home-section-col {
  width: 50%;
}

.home-section-col.right {
  width: 55%;
  padding-left: 20px;
}

.home-section-col.left {
  width: 45%;
}

.normal-section-non-home {
  position: static;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.sponsors-icon {
  max-height: 60px;
}

.link-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  min-height: 180px;
  margin: 15px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #a0a0a0;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 #a0a0a0;
  color: #000;
  text-decoration: none;
}

.link-card-hx {
  margin-top: 5px;
  text-align: center;
}

.link-card-text {
  text-align: center;
}

.link-card-text.small {
  margin-top: 10px;
  font-size: 80%;
  line-height: 1;
}

.link-card-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  -webkit-transform: skewX(0deg) skewY(0deg);
  -ms-transform: skewX(0deg) skewY(0deg);
  transform: skewX(0deg) skewY(0deg);
}

@media screen and (min-width: 1280px) {
  .map-user-layer-toggle {
    margin-bottom: 2px;
  }

  .map-container-outer {
    width: 90vw;
  }

  .map-button-icon {
    width: 20%;
  }

  .right-nav-closed {
    display: block;
  }

  .right-nav-open {
    width: 260px;
  }

  .map-button {
    padding: 3px 10px;
  }
}

@media screen and (min-width: 1440px) {
  .map-button-layer {
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    font-size: 14px;
    text-align: left;
  }

  .map-legend-details-line {
    -webkit-transition-property: none;
    transition-property: none;
    text-align: left;
  }

  .map-button {
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    font-size: 14px;
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .navbar-container {
    position: static;
    display: block;
  }

  .nav-menu-narrow {
    top: 0%;
    bottom: auto;
  }

  .hy-menu-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
  }

  .italic-text {
    font-size: 10px;
  }

  .paragraph-6 {
    width: auto;
    float: none;
    clear: left;
    font-size: 14px;
  }

  .normal-section {
    position: static;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .normal-section.column-centered-section {
    display: block;
  }

  .nav-link-8 {
    font-family: Karla, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .nav-menu-3 {
    margin-top: 80px;
    background-color: transparent;
  }

  .hy-menu-button {
    width: 60px;
    height: 60px;
  }

  .hy-menu-button.w--open {
    width: 60px;
    height: 60px;
  }

  .hyphae-menu-item {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .hy-menu {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 60px;
    padding-left: 80px;
  }

  .hy-menu-icon-scrolled {
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
  }

  .popver {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 95vw;
    height: 50%;
    margin-top: 14%;
    margin-right: 3%;
    margin-left: 3%;
    background-color: #5297c0;
  }

  .column-text {
    width: auto;
    max-width: 35vw;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 10px;
  }

  .div-block-28 {
    display: block;
    padding-top: 29px;
  }

  .heading-17 {
    margin-bottom: 10px;
  }

  .full-page-iframe {
    width: 95%;
  }

  .right-nav-header {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .map-container-outer {
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-section-col.right {
    width: 60%;
  }

  .home-section-col.left {
    width: 40%;
  }

  .normal-section-non-home {
    position: static;
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 30px;
  }

  h2 {
    font-size: 23px;
    line-height: 24px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 74.5%, 0.64)), to(hsla(0, 0%, 74.5%, 0.64)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 74.5%, 0.64), hsla(0, 0%, 74.5%, 0.64));
    color: #b4990c;
    font-weight: 700;
  }

  .nav-link {
    display: block;
  }

  .nav-link.w--current {
    font-size: 14px;
  }

  .navbar-container {
    position: relative;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-menu-narrow {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 15px;
  }

  .hy-menu-icon {
    right: 0px;
  }

  .italic-text {
    padding-right: 9px;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 20px;
  }

  .slider {
    max-width: 600px;
  }

  .normal-section {
    width: 98%;
  }

  .normal-section.column-centered-section {
    display: block;
    width: 100%;
  }

  .normal-section.home {
    display: block;
  }

  .body-bottom-menu-padded {
    overflow: visible;
  }

  .nav-link-9 {
    display: block;
  }

  .hy-menu-button {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 60px;
    height: 60px;
    float: none;
  }

  .hy-menu-button.w--open {
    position: relative;
    display: inline;
    overflow: visible;
    width: 60px;
    height: 60px;
    float: none;
  }

  .hy-navbar-container {
    position: relative;
    background-color: transparent;
  }

  .hyphae-menu-item {
    display: inline-block;
    height: auto;
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: transparent;
    font-size: 17px;
    font-weight: 400;
  }

  .hy-menu {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: inline-block;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 60px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 14px;
  }

  .popver {
    margin-top: 13%;
    margin-right: 1%;
    margin-left: 2%;
  }

  .nav-logo {
    font-size: 18px;
    font-weight: 400;
  }

  .nav-menu-links {
    position: absolute;
    left: auto;
    top: 60px;
    right: 0%;
    bottom: auto;
    display: block;
    width: 80%;
    max-width: 200px;
    float: right;
    background-color: #1b9cd1;
  }

  .image-57 {
    width: auto;
  }

  .column-text {
    display: block;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }

  .column-slide {
    display: block;
    width: auto;
    max-height: none;
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-28 {
    display: block;
  }

  .full-page-iframe {
    width: 100%;
  }

  .mask-2 {
    max-height: 100vw;
  }

  .home-page-title {
    font-size: 24px;
    line-height: 30px;
  }

  .map-container {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .map-button-layer {
    font-size: 9px;
  }

  .right-nav-header {
    font-size: 11px;
    line-height: 10px;
  }

  .map-container-outer {
    width: 100%;
    height: 100vh;
  }

  .right-nav-closed {
    width: 30px;
  }

  .map-legend-details-line {
    font-size: 9px;
  }

  .map-button {
    font-size: 9px;
  }

  .small-x {
    width: 100%;
  }

  .map-layers-toggle-short {
    width: 30px;
    height: 30px;
  }

  .home-section-col {
    width: 100%;
  }

  .home-section-col.right {
    width: 100%;
  }

  .home-section-col.left {
    width: 100%;
  }

  .normal-section-non-home {
    width: 98%;
  }

  .link-card {
    width: 160px;
    margin: 10px;
  }

  .link-card-list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 50px;
    padding-right: 0px;
    padding-left: 0px;
    color: #5297c0;
  }

  .nav-link.w--current {
    font-size: 12px;
  }

  .navbar-container {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 7px;
    padding-bottom: 6px;
    clear: left;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu-narrow {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }

  .hy-menu-icon {
    display: block;
    width: 40px;
    height: 40px;
    text-align: left;
  }

  .italic-text {
    min-width: 300px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 4px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .paragraph-6 {
    padding-top: 10px;
  }

  .body-bottom-menu-padded {
    overflow: visible;
  }

  .hy-menu-button {
    width: 40px;
    height: 40px;
  }

  .hy-menu-button.w--open {
    width: 40px;
    height: 40px;
  }

  .hyphae-menu-item {
    margin-top: 5px;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
  }

  .hy-menu {
    height: 40px;
    padding-right: 10px;
    padding-left: 45px;
  }

  .hy-menu-icon-scrolled {
    display: block;
    width: 40px;
    height: 40px;
    text-align: left;
  }

  .popver {
    margin-top: 21%;
    margin-left: 3%;
  }

  .nav-logo {
    margin-left: 5px;
    font-size: 16px;
    line-height: 16px;
  }

  .nav-menu-links {
    top: 50px;
  }

  .column-text {
    width: auto;
    margin-right: 0px;
  }

  .column-slide {
    margin-left: 6px;
  }

  .div-block-28 {
    display: block;
  }

  .map-container-outer {
    height: 90vh;
  }

  .right-nav-open {
    display: none;
  }

  .menu-button {
    padding-top: 14px;
    padding-bottom: 10px;
  }

  .home-section-col.right {
    padding-left: 10px;
  }

  .link-card {
    width: 180px;
  }

  .home-footer {
    display: block;
  }
}

@font-face {
  font-family: 'Hoefler text';
  src: url('../fonts/Hoefler-Text.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}