html,
body {
  font-size: 62.5%;
  /*font-family: 'Prompt-Regular', sans-serif;*/
  font-weight: 500;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: grayscale
}

/*@font-face {*/
/*  font-family: "Prompt-Regular";*/
/*  src: url("../_fonts/Prompt-Regular/Prompt-Regular.woff2") format("woff2"), url("../_fonts/Prompt-Regular/Prompt-Regular.woff") format("woff")*/
/*}*/

/*@font-face {*/
/*  font-family: "Prompt-Medium";*/
/*  src: url("../_fonts/Prompt-Medium/Prompt-Medium.woff2") format("woff2"), url("../_fonts/Prompt-Medium/Prompt-Medium.woff") format("woff")*/
/*}*/

/*@font-face {*/
/*  font-family: "Prompt-SemiBold";*/
/*  src: url("../_fonts/Prompt-SemiBold/Prompt-SemiBold.woff2") format("woff2"), url("../_fonts/Prompt-SemiBold/Prompt-SemiBold.woff") format("woff")*/
/*}*/

/*@font-face {*/
/*  font-family: "Prompt-Bold";*/
/*  src: url("../_fonts/Prompt-Bold/Prompt-Bold.woff2") format("woff2"), url("../_fonts/Prompt-Bold/Prompt-Bold.woff") format("woff")*/
/*}*/

@font-face {
  font-family: "KochaClean";
  src: url("../_fonts/KochaClean/KochaClean.woff2") format("woff2"), url("../_fonts/KochaClean/KochaClean.woff") format("woff")
}

.neo__map {
  overflow: hidden;
  min-height: 800px
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .neo__map {
    display: none
  }
}

.neo__mapbox {
  width: 100%;
  height: 800px;
  position: relative;
  margin: 0 auto;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .neo__mapbox {
    display: none
  }
}

.neo__mapMenu {
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 800px;
  display: none
}

.neo__mapMenu._neighborhood {
  display: block
}

.neo__mapMenu._neighborhood > div {
  width: 80%;
  margin: 10vh auto 0;
  padding: 0 0 0 0
}

.neo__mapMenu._neighborhood > div h2 {
  font-size: 42px;
  color: #fff
}

@media screen and (max-width: 1480px) {
  .neo__mapMenu._neighborhood > div h2 {
    font-size: calc(42px + -4 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {
  .neo__mapMenu._neighborhood > div h2 {
    font-size: 38px
  }
}

.neo__mapMenu._neighborhood > div h4 {
  color: #fff;
  font-size: 55px
}

@media screen and (max-width: 1480px) {
  .neo__mapMenu._neighborhood > div h4 {
    font-size: calc(55px + -10 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {
  .neo__mapMenu._neighborhood > div h4 {
    font-size: 45px
  }
}

.neo__mapMenu._neighborhood > div p {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  /*font-family: "Prompt-Regular";*/
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  line-height: 1.69;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  display: block;
  max-width: 86%;
  margin: 15px 0 30px 0;
  display: block;
  max-width: 86%;
  margin: 15px 0 30px 0
}

.neo__mapMenu._neighborhood > div p:nth-of-type(2) {
  margin-top: 40px
}

.neo__mapMenu._neighborhood > div h5._small {
  display: inline-block;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  line-height: 1.38;
  color: #fff
}

.neo__mapMenu._neighborhood > div h5 {
  text-transform: uppercase;
  color: #fff;
  font-family: "OpenSans"
}

.neo__mapMenu._neighborhood > div h5._inline {
  display: inline-block;
  vertical-align: text-top
}

.neo__mapMenu._neighborhood > div .neo_mapCategories {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  min-height: 65px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box
}

.neo__mapMenu._neighborhood > div .neo_mapCategories:before,
.neo__mapMenu._neighborhood > div .neo_mapCategories:after {
  clear: both;
  content: "";
  display: block;
  height: 0
}

.neo__mapMenu._neighborhood > div .neo_mapCategories li {
  display: block;
  width: 100%;
  margin: 10px 0
}

.neo__mapMenu._neighborhood > div .neo_mapCategories li > div {
  display: none
}

.neo__mapMenu._neighborhood > div .neo_mapCategories a {
  margin: 0 20px 15px 0;
  position: relative;
  -webkit-transition: all 0.4s, text-shadow 0.4s;
  -moz-transition: all 0.4s, text-shadow 0.4s;
  -ms-transition: all 0.4s, text-shadow 0.4s;
  -o-transition: all 0.4s, text-shadow 0.4s;
  transition: all 0.4s, text-shadow 0.4s;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  line-height: 1.38;
  color: #fff
}

.neo__mapMenu._neighborhood > div .neo_mapCategories a.active {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  color: #86959a;
  pointer-events: none
}

.neo__mapMenu._neighborhood > div .neo_mapCategories a.active:after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #005068
}

.mapboxgl-ctrl-bottom-right {
  display: none
}

.mapboxgl-ctrl-attrib-inner a {
  color: #fff;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  /*font-family: "Prompt-Regular";*/
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 9px;
  display: none
}

.mapboxgl-ctrl-attrib-inner a:nth-of-type(2),
.mapboxgl-ctrl-attrib-inner a:nth-of-type(3) {
  display: none
}

.mapboxgl-popup {
  max-width: 400px;
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif
}

.show {
  visibility: 1
}

.hide {
  visibility: 0
}

.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 12px;
  top: 7px;
  left: 15px
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0
}

.slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.slider:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #86959a;
  height: 11px;
  width: 11px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.slider.showing:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #e9991f;
  height: 11px;
  width: 11px;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px)
}

input:checked + .slider {
  background: #fff
}

input:focus + .slider {
  box-shadow: 0 0 1px #000000
}

input:checked + .slider.showing:before {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px)
}

.slider.round {
  border-radius: 32px;
  border: 0px solid white;
  background: white
}

.slider.round:before {
  border-radius: 50%
}

.mapboxgl-popup-content {
  color: #fff;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  /*font-family: "Prompt-Regular";*/
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  padding: 20px 12px 15px
}

.mapboxgl-popup {
  margin-top: -7px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100)
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 25px 25px 0 0 !important;
  float: right
}

.mapboxgl-ctrl-group {
  background-image: none;
  background-color: #ffffff;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  /*font-family: "Prompt-Regular";*/
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  font-size: 10px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px !important
}

.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass {
  display: none
}

.mapboxgl-ctrl-group button {
  opacity: 1 !important
}

.mapboxgl-ctrl-group button.mapboxgl-ctrl-zoom-in {
  background: #000;
  color: #fff;
  background-image: url("../_ui/plus.svg");
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  background-size: 50%;
  -o-background-size: 50%;
  background-position: 47% 47%;
  background-repeat: no-repeat
}

.mapboxgl-ctrl-group button.mapboxgl-ctrl-zoom-in:hover {
  background-image: url("../_ui/plus_o.svg");
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  background-size: 50%;
  -o-background-size: 50%;
  background-position: 47% 47%;
  background-repeat: no-repeat
}

.mapboxgl-ctrl-group button.mapboxgl-ctrl-zoom-out {
  border-top: 1px solid #808080;
  background: #000;
  color: #fff;
  background-image: url("../_ui/minus.svg");
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  background-size: 50%;
  -o-background-size: 50%;
  background-position: 47% 55%;
  background-repeat: no-repeat
}

.mapboxgl-ctrl-group button.mapboxgl-ctrl-zoom-out:hover {
  background-image: url("../_ui/minus_o.svg");
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  background-size: 50%;
  -o-background-size: 50%;
  background-position: 47% 50%;
  background-repeat: no-repeat
}

@media screen and (max-width: 960px) {
  .neo__mapbox {
    margin: 0
  }
}

@media screen and (max-width: 640px) {
  .neo__mapbox {
    min-height: 100vw;
    max-height: 70vh
  }
}