@font-face {
  font-family: "Gotham";
  src: url("fonts/GothamBook.ttf") format("truetype"),
    url('gothambook-webfont.woff2') format('woff2'),
    url('gothambook-webfont.woff') format('woff');
  font-weight: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/GothamLight.ttf") format("truetype"),
    url('gothamlight-webfont.woff2') format('woff2'),
    url('gothamlight-webfont.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/GothamMedium.ttf") format("truetype"),
    url('gothammedium-webfont.woff2') format('woff2'),
    url('gothammedium-webfont.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/GothamBlack.otf"),
    url('gothamblack-webfont.woff2') format('woff2'),
    url('gothamblack-webfont.woff') format('woff');
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
  height: calc(100% + 70px);
}

#controlBox {
  position: absolute;
  top: 110px;
  width: 400px;
  left: calc(30% + 300px);
  padding: 10px;
  margin-left: 0px;
  margin-top: 0px;
  z-index: 2000;
  zoom: 0.98;
}

.legend-height {
  top: 80px;
  width: 160px;
  position: absolute;
}

#legend {
  top: 110px;
  position: absolute;
  left: 550px;
  right: 0px;
  width: 160px;

  padding: 0px;
  z-index: 3000;
}

#arrow-mobile {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 15px;
  right: 90px;
  width: 155px;
  height: 33px;
  padding: 9px !important;
  position: absolute;
  z-index: 4000;
  top: 116.7px;
  background: #00b9e7;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  border-width: 0px;
  text-align: center;
}

/* The icon */
.help-tip {
  position: absolute;
  top: 133px;
  right: 234px;
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
  border: 0px solid #fff;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: default;
  z-index: 8900;
  background: #00b9e7;
}

.header .titleH {
  position: absolute;
  width: 600px;
  height: 31px;
  left: 200px;
  top: 10px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  color: #00b9e7;
  text-transform: uppercase;
  cursor: pointer;
}



.card-box {
  margin-left: 2%;
  width: 370px;
  float: left;
  display: flex;
  flex-direction: column;
  height: 560px;
  left: 40px;
  background: #ffffff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
  transition: left 1.6s;
  padding: 0px 20px 20px 20px;
  margin-bottom: 25px;
  text-align: left;
}



.section1 {


  left: 0px;
  background-image: linear-gradient(to bottom, #d8dbee, #dbecfd, #dbecfd);

  padding: 0px 5%;
  width: 100%;
}

.section2 {
  background-color: #ffffff;
  top: calc(max(100%, 800px) + 670px) !important;
  height: 100px;
  width: 100%;
  margin: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
}

.section3 {
  left: 0px;
  top: calc(max(100%, 800px) + 770px) !important;
  width: 100%;
  z-index: 9000;
  background-color: #d9f5fb;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 0px;
  padding-bottom: -30px;
  padding-top: 28px;
  margin-bottom: 69px;
  height: 132px;
}

@media only screen and (min-width: 1250px) and (max-width: 1570px) {
  html {
    zoom: 0.93;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1250px) {
  html {
    zoom: 0.9;
  }

  #controlBox {
    zoom: 0.9;
    top: 290px;
    left: 600px;
  }

  .legend-height {
    top: 8px;
    margin-left: 180px;
    width: 160px;
    position: absolute;
  }

  #legend {
    top: 170px;
  }

  #arrow-mobile {
    left: 550px;
  }

  .header .titleH {
    font-size: 17px;
  }

  .card-box {
    float: none;
  }

  .help-tip {
    top: 133px;
    right: 10px;
  }


  .section1 {}

  .section2 {
    top: 2950px;
  }

  .section3 {
    top: 3060px;
  }
}

@media only screen and (max-height: 830px) {
  #map-console {
    zoom: 0.93;
  }
}

body {
  font-family: "Gotham", sans-serif;
}

.landing {
  height: 100%;
  padding: 4% 0px 0px 10%;
  z-index: 9000;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  margin: 0px;
  background-color: #ffffff00;

  background-size: cover;
}

.lan-logo {
  width: 180px;
}

.lan-title {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  width: 700px;
  font-size: 44px;
  line-height: 120%;
  color: #00b9e7;
  text-transform: uppercase;
  margin-top: 2%;
  font-weight: bold;
}

.lan-sub {
  margin-top: 2%;
  font-family: "Gotham", sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  width: 460px;
  color: #000000;
  text-align: justify;
}

.lan-button {
  font-family: "Gotham", sans-serif;
  font-size: 23px;
  padding: 0px;
  height: 55px;
  width: 270px;
  position: absolute;
  margin-top: 150px;
  font-weight: normal;
  background: #00b9e7;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  border-width: 0px;
  padding-top: 15px;
}

@media only screen and (max-height: 820px) {
  .lan-button {
    margin-top: 30px;
  }
}

.lan-button svg {
  padding-top: 3px;
}

button:focus {
  outline: none;
}

#lan-legend {
  padding-top: 10px;
  position: fixed;
  right: 80px;
  bottom: 50px;
  width: 250px;
}

#lan-legend h2 {
  float: left;
  height: 42px;
  left: 83.19%;
  right: 3.54%;
  top: 723px;
  width: 190px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  text-align: right;
  color: #000000;
  margin: 0px;
}

.lan-pin {
  margin-left: 12px;
  width: 10px;
  float: left;
}

#map {

  top: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
}

.mapboxgl-canvas {
  /* height: calc(100% + 70px) !important;*/
}

.help-tip:before {
  content: "\0069";
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease;
  animation: fadeIn 0.3s ease;
}

/* The tooltip */
.help-tip p {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;

  display: none;
  font-family: "Gotham", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background-color: #ffffffdb;
  padding: 12px 16px;
  width: 250px;
  height: auto;
  position: absolute;
  right: 40px;
  top: 0px;
  border-radius: 0px;
  /* 	border: 1px solid #ffffffd4; */

  line-height: 18px;
  z-index: 99;
  text-align: right;
  color: #000;
}

.help-tip p a {
  color: #067df7;
  text-decoration: none;
}

.help-tip p a:hover {
  text-decoration: underline;
}

/* The pointer of the tooltip */
/* .help-tip p:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ffffff00;
  top: -9px;
  left: 50%;
  transform: translate(-50%, -50%);
} */

/* Prevents the tooltip from being hidden */
/* .help-tip p:after {
  width: 10px;
  height: 40px;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
} */


.mapboxgl-ctrl-group {
  margin-bottom: 70px !important;
}

#evolving {
  height: 50px;
}

.title-section1 {
  width: 100%;
  height: 38px;
  font-family: "Gotham", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 0px 30px 0px;
}

.sub {
  font-size: 22px;
  text-transform: initial;
  font-weight: normal;
  margin-bottom: 50px;
}

#tab {
  position: relative;
  margin-top: 25px;
  width: 75%;
  left: 0%;
}

#tabUp {
  position: relative;
  margin-top: 25px;
  width: 100%;
  left: 0%;
}

.tab {
  position: relative;
  margin-top: 25px;
  width: 500px;
  left: 20px;
}

.tabS {
  position: relative;
  margin-top: 25px;
  width: 300px;
  left: 20px;
}

#tab1 {
  margin-top: 0px;
  max-width: 230px;
  max-height: 220px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

#tab2 {
  padding-top: 20px;
  padding-bottom: 0px;
}

#tab3 {
  padding-top: 50px;
  padding-bottom: 0px;
}

.rect-header {
  width: 100%;
  position: relative;
  margin-top: 0px;
  background-color: #00f2ef;
  opacity: 0.3;
  margin-left: 0px;
  margin-top: 20px;
  padding: 0;
  border-radius: 0;
  min-height: 10px !important;

}

.text1.card {
  margin-top: 40px;
  text-align: left;
  border: 0;
  font-size: 24px;
}

.title.card {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  margin-top: 10px;
  border: 0;
}

.graph {
  padding: 0px 0px 0px 0px;
  display: flex;
  padding-right: 30px;
}

.header {
  position: absolute;
  z-index: 9500;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 80px;
  background-color: white;
  background-image: url("../img/Header Circles.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.logo {
  margin-top: 15px;
  margin-left: 38px;
  height: 50px;
}

.button-box {
  width: 370px;
  position: absolute;
  margin-top: 0px;
  top: 35px;
  right: 0px;
}

#nav2 {
  width: 80px !important;
  outline: none;
  font-weight: 400 !important;
}

textarea:focus,
input:focus {
  outline: none;
}

.header button {
  text-align: left;
  height: 30px;
  float: left;
  width: 250px;
  left: 0px;
  top: 0%;
  bottom: 0%;
  background-color: #ffffff00;
  border: 0px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 17px;

  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px;
  cursor: pointer;
  padding: 0px;
}

.header button:hover {
  color: #00b9e7ff;
}

.map-console {
  z-index: 1;
  flex-direction: column;
  display: flex;
  align-items: center;
  padding: 24px 32px;
  position: absolute;
  width: 475px;
  left: -550px;
  top: 100px;
  background: #ffffff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
  transition: left 1.6s;
}

#map-console-inner {
  width: 100%;
  padding-left: 0px;
  margin-bottom: 20px;
}

#map-console-explore {
  left: 24px;
  z-index: 4000;
  background: #ffffff;
  transition: left 1.6s;
}

#map-console-explore.map-console {
  min-height: 480px;
}

#map-console-explore .textlink {
  margin-top: 40px;
}

.rectangle {
  position: absolute;
  height: 12px;
  left: 0%;
  right: 0%;
  top: 20px;
  width: 90%;
  left: 5%;

  background: rgba(81, 46, 198, 0.3);
  opacity: 0.5;
}

.text1 {
  width: 100%;
  padding-left: 0%;
  font-family: "Gotham", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  margin: 25px 0px 0px 0px;
}

.purple {
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
  color: #512ec6;
  margin-top: 40px;
}

.purple.explore {
  font-weight: bold;
  font-size: 37px;
  text-transform: uppercase;
  color: #512ec6;
  margin-top: 20px;
}

.rectangle.explore {
  position: absolute;
  top: 110px;
}

#text4 {
  text-align: center;
  font-size: 16px;
}

#text4.title {
  margin-top: 2%;
}

.title-filter {
  margin-top: 12%;
  color: #512ec6;
  font-weight: bold;
}

.rectangle.filter {
  margin-top: 20px;
  position: relative;
  left: 0px;
  background-color: #b5b5b5;
  height: 2px;
}

.filter {
  width: 100%;
  height: 120px;

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  background-color: #ffffff00;
  border-radius: 2px;
}

.filter a {
  height: 30px;
  text-align: center;
  margin-right: 8px;
  margin-top: 5px;
  font-size: 12px;
  background-color: #ffffff00;
  color: #000;
  border-radius: 4px;
  padding: 09px;
  text-decoration: none;
}

.filter a.active {
  background-color: #512ec6;
  color: #fff;
}

#text2 {
  position: relative;
  width: 90%;
  left: 0%;
  top: 78px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #000000;
}

#text3 {
  position: relative;
  width: 92%;
  left: 4%;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  margin: 30px 0px 20px 0px;
}

.button3d {
  padding-left: 5px;
  font-weight: bold;
  font-size: 15px;
  display: block;
  position: absolute;
  top: 135px;
  right: 10px;
  width: 29px;
  height: 29px;
  border-radius: 0.3em;
  background-color: #ffffff;
  border-color: rgba(52, 58, 64, 0.29);
  border-width: 0px;
  border-style: solid;
  cursor: pointer;
}

.icon {
  background-image: url("../img/zoomout.png");
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 16px;
  margin-left: 0.49em;
  background-size: 100%;
}

h1 {
  font-size: 40px;
  margin-bottom: 0px;
  margin-top: 20px;
}

#questionNumb {
  font-size: 0px;
}

h2 {
  margin-bottom: 8px;
  margin-top: 30px;
  font-size: 18px;
  color: #ffffff;
}

.quote {
  margin-top: -45px;
  margin-bottom: 0px;
  color: #512ec6;
  font-size: 35px;
  text-align: left;
  height: 27px;
  display: none;
}

.quote2 {
  margin-right: 85px;
  margin-top: -14px;
  margin-bottom: -20px;
  color: #512ec6;
  font-size: 35px;
  text-align: right;
  height: 27px;
  display: none;
}

.name {
  margin-top: 15px;
  color: #512ec6;
  font-size: 14px;
  text-align: right;
}

#text {
  margin-right: 40px;
  font-size: 15px;
  font-weight: normal;
  color: #8d8e99;
  margin-bottom: 40px;
}

select {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  font-size: 18px;

  width: 200px;
  height: 60px;
  background-color: #353745;
  color: #f75c2e;
  border-width: 0px;
  padding: 10px;
}

.blocks {
  border: solid 1px red;
  width: 100px;
}

.wrap {
  width: 210px;
}

.mapboxgl-popup-content {
  background-color: rgb(255 255 255);
  color: #ffffff;
  font-family: "Gotham", sans-serif;

}

.popup .mapboxgl-popup-content {
  width: 370px;
  padding-bottom: 0px;
}

.mapboxgl-popup {
  z-index: 9999;
}

.propPopA {
  height: 20px;
  font-weight: bold;
  font-size: 17px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 14px;
}

.propPopGroup {
  margin-bottom: 20px;
  display: inline-block;
}

.propPopB {
  padding-top: 2px;
  float: left;
  font-weight: 500;
  color: #00b9e7;
  font-size: 30px;
  margin-bottom: 5px;
}

.propPopC {
  margin-left: 10px;
  float: left;
  width: 245px;
  height: 20px;
  font-size: 12px;
  color: #000000;
  line-height: 12px;
}

.propPopCAP {
  text-transform: uppercase;
}

.multiPopS,
.multiPopM {
  margin-top: 10px;
  margin-bottom: 10px;
}

.multiPopS {
  width: 170px;
  margin-right: 10px;

  float: left;
}

.multiPopM {
  width: 350px;
}

.multiPopM .propPopB {
  font-size: 35px;
}

.multiPopM .propPopA {
  margin-right: 10px;
  float: left;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  border-bottom-color: #ffffffd4;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top-color: #ffffffd4;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: #ffffffd4;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: #ffffffd4;
}

.mapboxgl-popup-close-button {
  color: #fff;
  font-size: 30px !important;
  padding-top: 10px;
  padding-right: 15px;
}

.slider-label {
  margin-top: 0px;
  font-size: 28px;
  color: #f75c2e;
  z-index: 1000;
}

.slider {
  bottom: 100px;
  width: 340px;
  -webkit-appearance: none;
  height: 25px;
  background: #353745;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  z-index: 1000;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #f75c2e;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #f75c2e;
  cursor: pointer;
}

#photo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.map-console-extra {
  padding: 20px;
  position: absolute;
  width: 200px;
  height: 260px;
  right: 20px;
  background-color: #ffffff;
  bottom: 40px;
  border-radius: 0px;
}

/* Common styles and resets */

.dotstyle {
  margin-top: 50px;
  position: relative;

  width: 100%;
}

#cardSelector {
  margin-left: 28px;
}

.dotstyle ul {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dotstyle li {
  position: relative;
  display: block;
  float: left;
  margin: 0px 10px;
  width: 11px;
  height: 10px;
  cursor: pointer;
}

.dotstyle li a {
  top: 0;
  left: 0;
  width: 250%;
  height: 35%;
  outline: none;
  border-radius: 0%;

  background-color: #c4c4c4;
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: pointer;
  position: absolute;
}

.dotstyle li a:focus {
  outline: none;
}

/* Scale up */

.dotstyle-scaleup li a {
  -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.dotstyle-scaleup li a:hover,
.dotstyle-scaleup li a:focus {
  background-color: #e4e4e4;
}

.dotstyle-scaleup li.current a {
  background-color: #512ec6;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.card-navigation {
  width: 100%;
}

.go:hover {
  color: #cbc1ee;
}

#go-right,
#go-left,
#go-rightEx {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  font-size: 20px;
  width: 30px;
  height: 30px;
  z-index: 4000;
  bottom: 48px;
  cursor: pointer;
  border-radius: 0px;
  border-width: 0px;
  padding: 0px;
  padding-top: 2px;
}

#go-right,
#go-left,
#go-rightEx {
  outline: none !important;
}

#go-left {
  left: 40px;
  background-color: #ffffff;
  border-radius: 55px;
}

#go-right,
#go-rightEx {
  float: right;
  right: 40px;
  background-color: #512ec6;
  border-radius: 55px;
}

#go-right,
#go-rightEx svg {
  margin-left: 2px;
}

.textlinkEx {
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 19px;
  font-size: 13px;
  text-align: cenleftter;
}

#textlinkSpan {
  font-weight: normal;

  text-align: center;
}

#next-step,
.next-step {
  float: right;
  margin-right: 15px;
  margin-top: 6px;
  font-size: 14px;
  width: 255px;
  text-align: right;
  font-weight: bold;
}

#sliderBox {
  margin-right: 0px;
  right: 20px;
  top: 400px;
  width: 400px;
  margin-bottom: 20px;
  height: 30px;
}

#slider {
  margin: 0px 0px 0px 0x;
  float: left;
  width: 200px;
  padding: 0px 0px 0px 0x;
}

h2.slidLab {
  font-size: 13px;
  font-weight: 500;
  color: black;
  margin: 5px 10px 0px 10px;
  float: left;
  margin-top: 12px;
}

#sliderUp {
  width: 200px;
  height: 40px;
  float: left;
  margin-top: -26px;
}

#yearMov {
  padding-top: 7px;
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: 90%;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #00b9e7;
}

input[type="range"] {
  overflow: hidden;
  width: 70px;
  -webkit-appearance: none;
  background-color: hsl(0deg 0% 100% / 0%);
  outline: none;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  border-radius: 15px;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 25px;

  -webkit-appearance: none;
  color: #081217;
  margin-top: -1px;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  margin-top: 1.9px;
  width: 22px;
  -webkit-appearance: none;
  height: 22px;
  border-radius: 25px;
  cursor: ew-resize;
  border-style: solid;
  border-width: 2.6px;
  border-color: white;
  background: #00b9e7;
  box-shadow: -900px 0 0 900px hsl(0deg 0% 100% / 0%);
  outline: none;
  cursor: pointer;
}

#year {
  right: 139px;
  top: 390px;
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: black;
}

h7 {
  margin-right: 15px;
  margin-top: 5px;
  float: left;
  font-size: 12px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}

#menu1>h7 {
  margin-right: 0px;
  float: right;
  margin-left: 0px;
}

#menu1 {
  width: 395px;
}

.menu {
  margin-bottom: 30px;
  cursor: pointer;
}

.menu a {
  font-weight: bold;
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #8e8e8e;
  background-color: #ffffff00;
  border: 2px solid #8e8e8e;
  margin: 0px 8px 8px 0px;
  padding: 0;
  padding: 7px;
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
}

.menu a:hover {
  background-color: #ccc;
}

.menu a.active {
  color: #000000;
  background-color: #ffffff00;
  border: 2px solid #00b9e7;
}

.menu a.active:hover {
  font-weight: bold;
}

.btn.dropdown-toggle {
  font-family: "Gotham", sans-serif;
  width: 340px;

  height: 34px;
  padding: 0px 15px 0px 0px;

  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  border-radius: 25px;
  border-style: solid;
  border-width: 2.6px;
  border-color: #00b9e7;
  background: #ffffff00;
}

.filter-option-inner-inner {
  padding: 0px;
  margin-top: 6px;
  margin-left: 10px;
}

.bs-searchbox {
  display: none;
}

.inner.show {
  overflow-x: hidden;
  background-color: #ffffff00;
  overflow:hidden;
}

.dropdown-item.selected.active {
  background-color: #3e3e50;
}

.dropdown-menu.show {
  margin-left: 0px;

  height: 640px;
  width: 365px;
  border-width: 0px;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: #f3f4fa00;
}

.dropdown-item {
  font-family: "Gotham", sans-serif;
  width: 340px;
  margin-top: 5px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  border-radius: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #a5a5a5;
  background: #ffffffc7;
  margin-bottom: 10px;
}

.dropdown-item .text {
  overflow: hidden;
  white-space: nowrap;
  /* text-overflow: ellipsis; */
  max-width: 310px;
  padding: 0px;
  margin-top: 6px;
  margin-left: 10px;
}

.dropdown-item.selected.active {
  background-color: #00b9e7;
}

.dropdown-item:hover>.text {
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

.first-column {
  float: left;
  margin-right: 10px;
  font-size: 13px;
}

.lmin {
  margin-top: 13px;
}

.line-vertical {
  background-color: black;
  width: 2px;
  height: 53px;
  float: left;
}

#legend-column {
  margin-left: 8px;
  margin-top: 0px;
  float: left;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.legend-grad {
  width: 100px;
}

#legend-title {
  padding: 0px 0px 0px 0px !important;
  left: -20px !important;
  margin-top: 6px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  width: 160px;
}

#gradient {
  /* background: linear-gradient(to right, #00dffa, #40008f); */
  margin-bottom: -5px;
}

.row {
  margin: 0px;
  height: 15px;
  display: block;
  border-radius: 0px;
}

.labels {
  height: 0px;
}

.label {
  margin-top: 6px;
  padding: 0px;
  width: 50px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  color: #000000;
}

#l1 {
  text-align: left;
}

#l2 {
  float: right;
  text-align: right;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #21212c00;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b5c6d8;
  border-radius: 10px;
  border: 5px solid #21212c00;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8297ae;
}

.back {
  padding-left: 45%;
  position: absolute;
  margin-top: 37px;
  text-align: center;
  cursor: pointer;
  text-decoration: unset;
  color: black;
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

#down,
#downContact {
  text-decoration: unset;
  color: black;
  font-weight: 400;
  margin-right: 8px;
  height: 30px;
  padding: 0px;
  margin-top: 6px;
}

#down:hover,
#downContact:hover {
  color: #00b9e7ff;
}

.back.down {
  position: absolute;
  top: 850px;
  left: 50%;
  text-decoration: unset;
  cursor: pointer;
  font-weight: bold;
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}

.back.down:hover {
  color: #512ec6;
}

.social-logo {
  position: relative;
  margin-left: 35px;
  margin-top: 10px;
  width: 23px;
  float: left;
}

.title.datasource {
  width: 500px;
  height: 35px;
  margin-left: 120px;
  font-weight: 100;
  line-height: 13px;
  font-size: 14px;
}

.text1.data {
  text-align: left;
  margin-left: 120px;
  font-weight: bold;
  font-size: 17px;
  width: 40px;
}

.textlink {
  margin-top: 15px;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}

.textlinkPiccolo {
  font-size: 11px;
}

.textlink a {
  color: #512ec6;
}

#contact {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  margin-left: 50px;
  margin-top: 20px;
  float: left;
  z-index: 4000;
  top: 100px;
  background: #00b9e7;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  border-width: 0px;
  padding: 5px 20px 5px 20px;
}

#contact a {
  text-decoration: none;
  color: #fff;
}

.title.card.copyright {
  float: right;
  margin-right: 50px;
  font-size: 11px;
  text-align: right;
  background: none;
  border-width: 0px;
  margin-top: 7px;
}

.in8box {
  margin-top: 8px;
}

.in8 {
  font-family: "Gotham", sans-serif;
  font-weight: normal;
  margin-top: -14px;
  font-size: 11px;
  background: none;
  border-width: 0px;
  margin-right: 10px;
  float: right;
}

#in8logo {
  float: right;
  width: 55px;
}

#aboutPage {
  position: fixed;
  z-index: 9000;
  top: -110%;
  height: 100%;
  left: 0px;
  background-color: #d9f5fb;
  padding: 100px 0px 0px 300px;
  width: 100%;
  transition: top 1s;
}

.abt-title {
  text-align: right;
  padding-right: 40px;
  width: 250px;
  height: 340px;
  float: left;
  margin-top: -4px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}

.abt-paragraph {


  width: 720px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 60px;
}

.switch {
  margin-right: 45px;
  margin-left: 15px;
  float: left;
  position: relative;
  width: 20px !important;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 10px !important;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 0px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-color: white;
  border-style: solid;
  border-width: 2.6px;
  background: #00b9e7;
}

input:checked+.slider {
  background-color: #2196f300;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  width: 53px;
  height: 28px;

  border-style: solid;
  border-width: 1.5px;
  border-color: black;
  background: #00b9e700;
}

.slider.round:before {
  border-radius: 50%;
}

#menu1 h7 {
  float: left;
  font-size: 14px;
  font-weight: bold;
}

#menu1 h7.deactive {
  color: #a3a3a3;
}

#exclude2 {
  margin-right: 10px !important;
}

#down-middle {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 33px;
  height: 33px;
  zoom: 1.3;
  border-color: #ffffff !important;
  background-color: #512ec6 !important;
  border-width: 3px !important;
  border-radius: 25px !important;
  border-style: solid;
}

#down-middle svg {
  margin-top: 5px;
}

/* _____________________________________________________________________________________________________________________________________________ */

@media only screen and (min-width: 1250px) and (max-width: 1570px) {
  html {
    zoom: 0.93;
  }
}

@media only screen and (max-width: 800px) {
  .landing {
    height: 100%;
    padding: 30px 0px 0px 30px;
    background-image: url("../img/landing-mobile.jpg");
    background-size: 800px;
    background-position: top 0px left 1450px;
  }

  .nav>svg {
    zoom: 0.8;
  }

  .lan-logo {
    margin-top: 20px;
    width: 100px;
  }

  .lan-title {
    width: 290px;
    font-size: 26px;
    margin-top: 40px;
  }

  .lan-sub {
    margin-top: 20px;
    font-size: 14px;
    width: 270px;
    color: #000000;
  }

  .lan-button {
    z-index: 3000;
    font-size: 17px;
    margin-top: 30px;
    padding: 12px;
  }

  #lan-legend {
    position: relative;
    top: 100px;
    width: 80%;
    left: 0px;
  }

  #lan-legend h2 {
    float: left;
    text-align: left;
  }

  .lan-pin {
    margin-left: 0px;
    width: 8px;
    float: left;
  }

  .map-console {
    padding: 0px 0px;
    position: absolute;
    width: 100%;
    height: 710px;
    left: 0%;
    top: 87.7%;
  }

  #map-console-inner {
    width: 100%;
    padding: 5%;
    margin: 0px;
  }

  #map-console-explore {
    background-color: white;
    width: 100%;
    padding: 5%;
    left: 0%;
  }

  .header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 120px;
    background-color: white;
    background-image: url("../img/Header Circles.png");
    background-repeat: repeat;
    background-size: 300% 100%;
    background-position: top 0px left 1500px;
  }

  .logo {
    margin-left: 20px;
    height: 40px;
    margin-top: 23px;
  }

  .header .titleH {
    width: 220px;
    left: 120px;
    top: 4px;
    font-size: 17px;
    line-height: 18px;
  }

  .button-box {
    width: 220px;
    position: absolute;
    margin-top: 0px;
    top: 70px;
    left: 120px;
  }

  .header button {
    height: 18px;
    width: 200px;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0px;
  }

  #down-middle {
    left: 50%;
    top: 80%;
  }

  #arrow-mobile {
    font-size: 14px;
    right: 15px;
    top: 81%;

    width: 125px;
  }

  #section3 {
    bottom: 0px;
    height: 140px;
  }



  .card.copyright {
    top: 80px;
  }

  .title.card.copyright {
    position: absolute;
    bottom: 25px;
    width: 90%;
    float: unset;
    margin: 0%;
    padding: 0px;
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
  }

  .card-navigation {
    width: 90%;
  }

  #contact.button-explore {
    margin-left: 18px;
    font-size: 15px;
    padding: 8px 0px 8px 0px;
    width: 100px;
  }

  .social-logo {
    width: 22px;
    margin-left: 17px;
    top: 2px;
  }

  .section1 {

    width: 100%;
    left: 0px;
    background-image: linear-gradient(to bottom, #ffffff, #dbecfd, #dbecfd);
    padding: 0px 0px 60px 0px;
  }

  #evolving {
    height: 6z0px;
  }

  .title-section1 {
    font-size: 18px;
    line-height: 120%;
    margin: 0px;
  }

  .rectangle.card {
    width: 104%;
  }

  .text1.card {

    z-index: 5;
    margin-top: 53px;
    text-align: left;
    font-size: 18px;
  }

  #controlBox {
    left: 3%;
    width: 94% !important;
    position: absolute;
    top: 200px;
    padding: 0px;
  }

  #menu2 {
    position: absolute;
    top: 45px;
    left: 0px;
    width: 100% !important;
  }

  #sliderBox {
    left: 0px;
    margin-left: 0px;
  }

  .help-tip {
    margin-right: 0px;
    right: 10px;
    top: 155px;
    z-index: 8900;
  }

  .help-tip p {
    background-color: #ffffff;
  }



  .section2 {
    background-color: #ffffff;
    top: 3450px;
    height: 100px;
    width: 100%;
    margin: 0px;
    left: 0px;
    right: 0px;
    padding: 0px;
  }

  .back {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    padding: 0px;
    font-size: 18px;
  }

  #down {
    font-size: 12px;
  }

  #downContact {
    font-size: 12px;
  }

  .section3 {
    width: 100%;
    top: 3550px;
    height: 350px;
    background-size: 400% 100%;
    background-position: top 0px right -500px;
    padding-left: 0px;
  }

  .title.datasource {
    padding: 0px;
    padding-left: 20px;
    height: 140px;
    width: 250px;
    margin: 0px;
    line-height: 14px;
    font-size: 12px;

    position: absolute;
    width: 70%;
    float: unset;

    text-align: left;
  }

  .text1.data {
    margin-top: 25px;
    margin-left: 0px;
    font-weight: bold;
    font-size: 16px;
    width: 80%;
    padding-left: 20px;
  }

  #contact {
    width: 150px;
    left: 5%;
    top: 235px;
    padding: 8px;
  }

  .next-step,
  #next-step {
    right: 75px;
    bottom: 49px;
    font-size: 13px;
    width: 255px;
  }

  .dotstyle {
    margin-top: 10px;
    position: relative;

    width: 100%;
  }

  .text1 {
    position: relative;
    width: 100%;
    padding-left: 0%;
    font-family: "Gotham", sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    margin: 50px 0px 0px 0px;
  }

  .purple {
    font-weight: bold;
    font-size: 45px;
    text-transform: uppercase;
    color: #512ec6;
  }

  .purple.explore {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    color: #512ec6;
    margin-top: 20px;
  }

  .rectangle.explore {
    position: absolute;
    top: 110px;
  }

  #text4 {
    font-size: 15px;
  }

  .title-filter {
    margin-top: 50px;
    color: #512ec6;
    font-weight: bold;
  }

  .rectangle.filter {
    margin-top: 20px;
    position: relative;
    left: 0px;
    background-color: #b5b5b5;
    height: 2px;
  }

  .filter {
    background-color: #ffffff;
    border-radius: 2px;
    width: 100%;
  }

  .filter a {
    font-weight: bold;
    float: left;
    text-align: center;
    margin-right: 8px;
    margin-top: 8px;
    font-size: 10px;
    background-color: #eeeeee;
    color: #717171;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    text-decoration: none;
  }

  .filter a.active {
    background-color: #512ec6;
    color: #fff;
  }

  #text3 {
    position: relative;
    width: 100%;
    left: 0%;
    font-family: "Gotham", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    margin: 40px 0px 40px 0px;
  }

  #exp-arrow {
    display: none;
  }

  #menu2 {
    width: 800px;
  }

  .menu {
    position: absolute;
    padding: 10px 0px;
    margin-left: 0px;
    height: 40px;
    left: 15px;
    top: 70px;
  }

  .menu a {
    left: 0px;
    font-weight: bold;
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #ffffff00;

    margin: 0px 0px 0px 0px;
    padding: 5px;
  }

  .menu a.active:hover {
    font-weight: bold;
  }

  #legend {
    display: none;
    top: 130px;

    position: absolute;
    left: 0px;
    right: 0px;
    width: 40%;
    background-color: #ffffff00;
    padding-left: 0%;
    z-index: 3000;
  }

  .legend-height {
    top: 0px;
    left: 160px;
    width: 160px;
    position: absolute;
  }

  #control-menu {
    background-color: #b1484800;
    float: left;
    margin-left: 50px;
    margin-top: 20px;
  }

  .first-column {
    font-weight: bold;
    float: left;
    margin-right: 8px;
    font-size: 11px;
  }

  .lmin {
    margin-top: 20px;
  }

  .line-vertical {
    background-color: black;
    width: 3px;
    height: 53px;
    float: left;
  }

  #legend-column {
    margin-left: 6px;
    margin-top: 0px;
    float: left;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
  }

  #menu1 h7 {
    font-size: 12px;
  }

  #menu1 {
    top: 50px;
    left: 10px;
  }

  .legend-grad {
    float: left;
    background-color: #4fb14800;
    position: relative;
    width: 110px;
    margin-left: 15px;
  }

  #legend-title {
    margin-top: 0px;
    font-size: 11px;
    margin-bottom: 8px;
  }

  #gradient {
    background: linear-gradient(to right, #00dffa, #40008f);
  }

  .row {
    display: block;
    border-radius: 0px;
  }

  .label {
    margin-top: 5px;
    font-weight: bold;
    padding: 0px;
    width: 55px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    color: #000000;
  }

  #l1 {
    text-align: left;
  }

  #l2 {
    float: right;
    text-align: right;
  }

  .mapboxgl-popup-content {
    background-color: rgb(255 255 255);
    color: #ffffff;
    font-family: "Gotham", sans-serif;
  }

  .popupExp .mapboxgl-popup-content {
    width: 290px;
  }

  .popup .mapboxgl-popup-content {
    width: 170px;
  }

  .propPopGroup {
    width: 140px;

    display: inline-block;
  }

  .propPopBor {
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 4px;
  }

  .propPopA {
    height: 15px;
    font-size: 9px;
    color: #000000;
    text-transform: capitalize;
  }

  .propPopB {
    color: #0088b6;
    font-size: 17px;
    margin-bottom: -10px;
  }

  .multiPopS,
  .multiPopM {
    margin-top: 10px;
  }

  .multiPopS {
    width: 170px;

    float: none;
  }

  .multiPopM {
    width: 170px;
  }

  .multiPopM .propPopB {
    font-size: 25px;
  }

  .multiPopM .propPopA {
    margin-bottom: 5px;
    font-size: 12px;
    float: none;
    width: 170px;
  }

  .multiPopS .propPopB {
    margin-bottom: -25px;
  }

  .multiPopS .propPopA {
    margin-bottom: 5px;
    font-size: 12px;
    float: none;
    width: 170px;
  }

  #aboutPage {
    position: fixed;
    z-index: 9000;

    height: 655px;
    left: 0px;
    background-color: #d9f5fb;
    padding: 80px 30px 20px 30px;
    width: 100%;
    transition: top 2s;
  }

  .abt-title {
    text-align: left;
    padding-right: 0px;
    width: 180px;
    height: 40px;
    float: none;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
  }

  .abt-paragraph {

    width: 300px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 50px;
  }
}




/******  Desktop & IPad  ******/
.abt-block {
  display: flex;
}

.abt-paragraph {
  width: 400px;
}

.mapboxgl-ctrl-bottom-left {
  z-index: 0;
}

#map {
  height: calc(max(100vh, 800px));
}

body {
  background-color: #EAEAF6;
}


#menu2 {
  min-width: 500px;
}

.rect-header {
  margin-bottom: 30px;
}

#threecards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 54px;
  margin-bottom: 55px;
}

.card-box .text1 {
  text-align: left !important;
  margin-bottom: 10px;
  margin-top: 0px;
}

.card-box .text-content {
  font-size: 14px;
  font-weight: 400;
  ;
}

.card-box {
  width: 400px;
  height: 670px;
}

.mapboxgl-popup-content{
  padding-left:30px;
  padding-top:30px;
}
/******  Mobile  ******/
@media only screen and (max-width: 570px) {
  body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .landing {
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: none;
  }

  .lan-button {
    position: relative;
    padding: 20px;
    margin-top: 50px;
  }

  .lan-title {
    margin-top: 20px;
  }

  .lan-sub {
    width: 310px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    margin-top: 50px;
  }

  .lan-button {
    width: 310px;
  }

  .lan-title {
    width: 310px;
  }

  .lan-logo {
    width: 70px;
  }

  #lan-legend {
    width: 310px;
    margin-top: -40px;
  }

  #down, #downContact {
    margin-top: 3px;
  }

  .title.card.copyright {
    position: relative;
    display: flex;
    text-align: center;
  }

  .in8box .in8 {
    margin-top: -10px;
  }

  #down-middle {
    left: calc(50% - 17.5px);
  }

  .propPopA {
    text-align: center;
    font-size: 17px;
    height: auto;
    margin-bottom: 25px;
    margin-top: 15px;
    line-height: 18px;
  }

  .propPopC {
    width: 145px;
  }

  .propPopGroup {
    display: flex;
    width: 200px;
    justify-content: space-between;
    margin-bottom: 32px;
  }

  .mapboxgl-popup-content {
    width: 210px !important;
    border-radius: 10px;
  }

  .section1 {
    margin-top: 660px;
  }

  .map-console {
    top: 86.8%;
    height: auto;
    padding-bottom: 20px;
  }

  #map-console {
    left: -150%;
  }

  .tab {
    width: 90%;

  }

  #tab {
    margin: 41px auto !important;
  }

  #menu2 {
    min-width: 360px;
  }

  #sliderBox {
    width: 385px;
  }

  #controlBox {
    top: 219px;
  }
}

.lan-button.disabled {
  background-color: #e1e1e1;
  color:#f4efef;
  cursor: no-drop;
}