.mapboxgl-ctrl {
  visibility: hidden;
}

html {
  overflow: hidden !important;
}

body {
  overflow-x: hidden;
}

mapboxgl-canvas-container {
  z-index: 1 !important;
}

a .nationLink {
  color: "#fff" !important;
}
a .titleLink {
  color: "#fff" !important;
}

.vertalign {
  padding-top: 5px;
}

.layerText {
  font-family: Foundersgrotesktext, sans-serif;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

#nationText {
  font-family: Foundersgrotesktext, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

#map {
  top: 80px;
  bottom: 0;
  left: 395px;
  position: absolute;
  width: 100%;
}

#map-switch-menu {
  width: 360px;
  position: absolute;
  background-color: #fff;
  display: flex;
  justify-content: left;
  align-items: left;
  flex-direction: column;
  top: 149px;
  left: 18px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 45px;
}

.districtDiamond {
  cursor: pointer;
}
.msaDiamond {
  cursor: pointer;
}
.countyDiamond {
  cursor: pointer;
}
.stateDiamond {
  cursor: pointer;
}
.nationDiamond {
  cursor: pointer;
}

.source-line .stateSource {
  color: #fff;
}

.fa {
  vertical-align: bottom;
}

.fa-hand-o-up {
  vertical-align: unset;
}

.fa-filter {
  vertical-align: text-top;
  line-height: 1.5 !important;
}

.fa-long-arrow-right {
  line-height: 0.75 !important;
}

.fa-adjust {
  vertical-align: baseline;
}

.sidebar-content::-webkit-scrollbar-track {
  border-radius: 9px;
  background-color: rgba(245, 245, 245, 0);
}

.sidebar-content::-webkit-scrollbar {
  width: 9px;
  max-height: 20px;
  background-color: rgba(245, 245, 245, 0);
}

.sidebar-content::-webkit-scrollbar-thumb {
  border-radius: 9px;
  max-height: 20px;
  background-color: rgba(226, 226, 226, 0.699);
}

.layer-legend-titles {
  font-family: Foundersgrotesktext, sans-serif;
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 10px;
  position: absolute;
  /* bottom: 119px; */
  right: 119px;
  width: 140px;
}

.layer-legend-titles a {
  color: #fff;
}

.see_more_button {
  color: #fff;
  font-family: Foundersgrotesktext, sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding-top: 25px;
}

a,
a:link,
a:visited {
  color: #000;
}

a.nationLink {
  color: #fff;
}

iframe {
  width: 100%;
  height: 78.8vh;
  overflow: hidden;
  border: 0;
}

.sidebar {
  overflow-x: hidden;
}

.sidebar-begin {
  font-family: Foundersgrotesk, sans-serif;
  font-size: 2em;
  font-weight: 500;
  color: #fff;
  padding-left: 20px;
}

.radio {
  /* secret sauce to styling radio buttons */
  appearance: none;
  -webkit-appearance: none;
  -mozilla-appearance: none;
  /* Aligning your label text and your radio */
  vertical-align: text-bottom;
}

input[type="radio"]:checked + label {
  font-family: Foundersgrotesktext, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  /* font-weight: bold;  */
}

label {
  font-family: Foundersgrotesktext, sans-serif;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
}

label:hover {
  font-weight: 800;
  text-transform: uppercase;
}

/* United States Radio Button  */
.ck7qjivpv195r1io3178901h5 {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 30px solid #fff;
  position: relative;
  left: -9px;
  top: -10px;
  transform: rotate(90deg);
  z-index: 10;
  cursor: pointer;
}

.ck7qjivpv195r1io3178901h5:focus {
  outline: 0;
}

#ck7qjivpv195r1io3178901h5:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 32px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

#ck7qjivpv195r1io3178901h5:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 30px solid #fff;
}

/* creating the illusion of inner and outer elements with double borders */
/* hover */
.ck7qjivpv195r1io3178901h5:hover {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 40px solid #fff;
  position: relative;
  top: -20px;
  transform: rotate(90deg);
  z-index: 10;
}

#ck7qjivpv195r1io3178901h5:hover:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 40px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

#ck7qjivpv195r1io3178901h5:hover:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 39px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
}

/* clicked  */

.ck7qjivpv195r1io3178901h5:checked {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 40px solid #fff;
  position: relative;
  top: -20px;
  transform: rotate(90deg);
  z-index: 10;
}

#ck7qjivpv195r1io3178901h5:checked:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 40px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

#ck7qjivpv195r1io3178901h5:checked:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 39px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
}

/* State Radio Button  */
.ck7qh0mxy0hpa1jo70wpzw08p {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 30px solid #393745;
  position: relative;
  left: -10px;
  top: -10px;
  transform: rotate(90deg);
  z-index: 9;
  cursor: pointer;
}

.ck7qh0mxy0hpa1jo70wpzw08p:focus {
  outline: 0;
}

#ck7qh0mxy0hpa1jo70wpzw08p:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 32px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

/* hover */
.ck7qh0mxy0hpa1jo70wpzw08p:hover {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 40px solid #393745;
  position: relative;
  top: -20px;
  transform: rotate(90deg);
  z-index: 9;
}

#ck7qh0mxy0hpa1jo70wpzw08p:hover:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 40px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

#ck7qh0mxy0hpa1jo70wpzw08p:hover:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 39px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #393745;
}

/* clicked  */

#ck7qh0mxy0hpa1jo70wpzw08p:checked:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 40px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

#ck7qh0mxy0hpa1jo70wpzw08p:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 30px solid #393745;
}

/* creating the illusion of inner and outer elements with double borders */
.ck7qh0mxy0hpa1jo70wpzw08p:checked {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 40px solid #393745;
  position: relative;
  top: -20px;
  transform: rotate(90deg);
  z-index: 9;
}

#ck7qh0mxy0hpa1jo70wpzw08p:checked:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 39px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #393745;
}

/* District Radio Button  */
.ck7xpp57900dg1ipj4r3kgadf {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 30px solid #ffdb20;
  position: relative;
  top: -10px;
  left: -10px;
  transform: rotate(90deg);
  z-index: 8;
  cursor: pointer;
}

.ck7xpp57900dg1ipj4r3kgadf:focus {
  outline: 0;
}

#ck7xpp57900dg1ipj4r3kgadf:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 32px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

/* hover */
.ck7xpp57900dg1ipj4r3kgadf:hover {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 40px solid #ffdb20;
  position: relative;
  top: -20px;
  transform: rotate(90deg);
  z-index: 8;
}

#ck7xpp57900dg1ipj4r3kgadf:hover:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 40px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

#ck7xpp57900dg1ipj4r3kgadf:hover:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 39px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #ffdb20;
}

/* clicked  */

#ck7xpp57900dg1ipj4r3kgadf:checked:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 40px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

#ck7xpp57900dg1ipj4r3kgadf:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 30px solid #ffdb20;
}

/* creating the illusion of inner and outer elements with double borders */
.ck7xpp57900dg1ipj4r3kgadf:checked {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 40px solid #ffdb20;
  position: relative;
  top: -20px;
  transform: rotate(90deg);
  z-index: 8;
}

#ck7xpp57900dg1ipj4r3kgadf:checked:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 39px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #ffdb20;
}

/* County Radio Button  */
.ck17um4hj085y1cmmd90ooink {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 30px solid #fb594d;
  position: relative;
  top: -10px;
  left: -10px;
  transform: rotate(90deg);
  z-index: 7;
  cursor: pointer;
}

.ck17um4hj085y1cmmd90ooink:focus {
  outline: 0;
}

#ck17um4hj085y1cmmd90ooink:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 32px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

/* hover */
.ck17um4hj085y1cmmd90ooink:hover {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 40px solid #fb594d;
  position: relative;
  top: -20px;
  transform: rotate(90deg);
  z-index: 7;
}

#ck17um4hj085y1cmmd90ooink:hover:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 40px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

#ck17um4hj085y1cmmd90ooink:hover:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 39px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #fb594d;
  /* border-bottom: 50px solid #fff; */
}

/* clicked  */

#ck17um4hj085y1cmmd90ooink:checked:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 40px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

#ck17um4hj085y1cmmd90ooink:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 30px solid #fb594d;
  /* border-bottom: 50px solid #fff; */
}

/* creating the illusion of inner and outer elements with double borders */
.ck17um4hj085y1cmmd90ooink:checked {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 40px solid #fb594d;
  position: relative;
  top: -20px;
  transform: rotate(90deg);
  z-index: 7;
}

#ck17um4hj085y1cmmd90ooink:checked:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 39px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #fb594d;
  /* border-bottom: 50px solid #fff; */
}

/* MSA Radio Button  */
.ck7qm5peo019v1imsllunq6gy {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 30px solid #000;
  position: relative;
  top: -10px;
  left: -10px;
  transform: rotate(90deg);
  z-index: 6;
  cursor: pointer;
}

.ck7qm5peo019v1imsllunq6gy:focus {
  outline: 0;
}

#ck7qm5peo019v1imsllunq6gy:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 32px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

#ck7qm5peo019v1imsllunq6gy:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 30px solid #000;
}

/* hover */
.ck7qm5peo019v1imsllunq6gy:hover {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 40px solid #000;
  position: relative;
  top: -20px;
  transform: rotate(90deg);
  z-index: 6;
}

#ck7qm5peo019v1imsllunq6gy:hover:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 40px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

#ck7qm5peo019v1imsllunq6gy:hover:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 39px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #000;
}

/* clicked  */

/* creating the illusion of inner and outer elements with double borders */
.ck7qm5peo019v1imsllunq6gy:checked {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 40px solid #000;
  position: relative;
  top: -20px;
  transform: rotate(90deg);
  z-index: 6;
}

#ck7qm5peo019v1imsllunq6gy:checked:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 40px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #fff;
  /* border-bottom: 50px solid #fff; */
}

#ck7qm5peo019v1imsllunq6gy:checked:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 39px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 40px solid #000;
}

.btn-outline-success {
  width: 100%;
}

.header {
  padding-top: 21px;
  padding-bottom: 1px;
  position: relative;
  z-index: 99;
  background: #fff;
}

.header_logo {
  width: 250px;
  margin-left: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.header_nav-list-item {
  margin-top: 10px;
  margin-bottom: 15px;
  display: inline-block;
  padding-right: 25px;
}

.header_nav-link {
  font-weight: 600;
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

.header_line {
  height: 3px;
  background-color: #000;
  position: relative;
  z-index: 99;
}

.display-4 {
  font-size: 36px;
}

.btn-secondary {
  background-color: #fff !important;
  color: #fff !important;
  width: 100% !important;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
  font-size: 24px;
  border-color: #fff;
  border-width: 3px;
  margin: 3px;
  border-radius: 0px;
}

.dropdown-menu {
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
}

.dropdown-menu::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}

.dropdown-menu::-webkit-scrollbar-track {
  background-color: #fff;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 5px;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 60px 10px 0px 20px;
  float: right;
  font-weight: 400;
}

.mapboxgl-ctrl-group:not(:empty) {
  position: absolute;
  top: 0;
  left: 1vw;
  font-weight: 400;
}

@media screen and (min-width: 640px) {
  .mapboxgl-ctrl-geocoder {
    width: 80%;
    font-size: 15px;
    line-height: 20px;
    max-width: none;
    left: 80px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 550px) {
  .fa-long-arrow-right {
    line-height: 0.8 !important;
  }

  .mapboxgl-ctrl-group:not(:empty) {
    position: absolute;
    top: 0;
    left: -20px;
  }

  .mapboxgl-ctrl-geocoder {
    width: 80% !important;
    height: 30px !important;
    font-size: 10px;
    line-height: 12px;
    max-width: none;
    font-weight: 400;
  }

  .mapboxgl-ctrl-geocoder--icon {
    top: 7px;
    height: 20px;
  }

  .mapboxgl-ctrl-geocoder--input {
    font-family: Foundersgrotesktext, sans-serif;
    font-weight: 400;
    margin: 0px !important;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    line-height: 12px;
    height: 30px;
  }

  .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    margin: 5px 5px 5px 5px;
    float: left;
  }

  #map {
    top: 510px;
    bottom: 0;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 200;
  }

  .filter {
    top: 4px;
  }

  .filter p {
    margin: 0px !important;
    font-size: 14px;
  }

  .w-nav-menu-sticky {
    width: 100%;
    padding-bottom: 5px;
    text-align: right;
    padding-right: 6%;
    padding-bottom: 1%;
    background-color: white;
  }

  /* .methodology {
    top: 195px !important;
    left: 30px !important;
    padding-bottom: 0px;
    color: #000 !important;
  } */

  .nae_research_logo {
    padding-top: 2px;
    margin-left: 15px;
  }

  .nav_hero {
    padding-top: 5px !important;
  }

  .w-inline-block {
    position: absolute;
    left: 1%;
    top: 40%;
  }

  .see_more_button {
    padding-top: 5px;
  }

  #navList {
    overflow: hidden;
    margin: 0% !important;
    background-color: #fff;
    position: relative;
    width: 100%;
    margin-top: 0em !important;
  }

  #navList #hideNav {
    display: none;
  }

  #navList a {
    color: white;
    padding: 14px 16px 14px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  #navList a.icon {
    background: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  #navList ul {
    display: inline-block;
    list-style: none;
  }

  #navList a:hover {
    background-color: #fff;
    color: #fff;
  }

  html #navList ul {
    /*Target IE6 */
    display: inline;
  }

  * + html #navList ul {
    /* Target IE7 */
    display: inline;
  }

  #navList li {
    display: inline;
  }

  #navList a:hover {
    color: #fff;
  }

  #navList a {
    float: center;
    padding: 2 2 2 2%;
    font-family: Foundersgrotesk, sans-serif;
    font-weight: 500;
    color: #393745;
    font-size: 1.5em;
    text-decoration: none;
    width: 100%;
  }

  #sidebar {
    top: 30px;
    z-index: 1;
    width: 100% !important;
    background-color: #fff;
  }

  .radio {
    margin-left: 10px;
  }

  /* #ck7qh0mxy0hpa1jo70wpzw08p {
    position: relative;
    left: -10px;
    top: -10px;
    transform: rotate(90deg);
    z-index: 9;
    cursor: pointer;

  } */

  #map-switch-menu {
    width: 100%;
    position: absolute;
    background-color: #fff;
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 40px;
    top: 59px;
    left: 0px;
    padding-top: 38px !important;
  }

  .suggestions-wrapper {
    z-index: 1000 !important;
  }

  .sidebar-content {
    width: 100%;
    background-color: #f7f7f7;
  }

  #home {
    background-color: #f7f7f7;
  }

  .grid {
    margin-top: 0px !important;
    margin-left: 10px;
  }

  .mti_tooltip_text_cont {
    top: 312px !important;
    padding-top: 1em !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    padding-bottom: 1em !important;
    margin-bottom: 1em !important;
    height: 167px;
    background-color: #000;
    font-family: Foundersgrotesktext, Helvetica, Arial, sans-serif;
    font-size: 0.78em !important;
    font-style: normal;
    overflow: auto;
  }

  .mapboxgl-ctrl-logo {
    visibility: hidden !important;
  }

  .ck7qjivpv195r1io3178901h5 {
    border: 13px solid transparent;
    border-bottom: 40px solid #fff;
    left: -15px;
  }

  .ck7qjivpv195r1io3178901h5:hover {
    border: 18px solid transparent;
    border-bottom: 50px solid #393745;
    top: -20px;
    left: -15px;
  }

  .ck7qjivpv195r1io3178901h5:checked {
    border: 18px solid transparent;
    border-bottom: 50px solid #fff;
    top: -20px;
    left: -15px;
  }

  .ck7qh0mxy0hpa1jo70wpzw08p {
    border: 13px solid transparent;
    border-bottom: 40px solid #393745;
    left: -15px;
  }

  .ck7qh0mxy0hpa1jo70wpzw08p:hover {
    border: 18px solid transparent;
    border-bottom: 50px solid #393745;
    top: -20px;
    left: -15px;
  }

  .ck7qh0mxy0hpa1jo70wpzw08p:checked {
    border: 18px solid transparent;
    border-bottom: 50px solid #393745;
    top: -20px;
    left: -15px;
  }

  .ck7xpp57900dg1ipj4r3kgadf {
    border: 13px solid transparent;
    border-bottom: 40px solid #ffdb20;
    left: -15px;
  }

  .ck7xpp57900dg1ipj4r3kgadf:hover {
    border: 18px solid transparent;
    border-bottom: 50px solid #ffdb20;
    top: -20px;
    left: -15px;
  }

  .ck7xpp57900dg1ipj4r3kgadf:checked {
    border: 18px solid transparent;
    border-bottom: 50px solid #ffdb20;
    top: -20px;
    left: -15px;
  }

  .ck17um4hj085y1cmmd90ooink {
    border: 13px solid transparent;
    border-bottom: 40px solid #fb594d;
    left: -15px;
  }

  .ck17um4hj085y1cmmd90ooink:hover {
    border: 18px solid transparent;
    border-bottom: 50px solid #fb594d;
    top: -20px;
    left: -15px;
  }

  .ck17um4hj085y1cmmd90ooink:checked {
    border: 18px solid transparent;
    border-bottom: 50px solid #fb594d;
    top: -20px;
    left: -15px;
  }

  .ck7qm5peo019v1imsllunq6gy {
    border: 13px solid transparent;
    border-bottom: 40px solid #000;
    left: -15px;
  }

  .ck7qm5peo019v1imsllunq6gy:hover {
    border: 18px solid transparent;
    border-bottom: 50px solid #000;
    top: -20px;
    left: -15px;
  }

  .ck7qm5peo019v1imsllunq6gy:checked {
    border: 18px solid transparent;
    border-bottom: 50px solid #000;
    top: -20px;
    left: -15px;
  }
}

/* End of 550Screen */

.mapboxgl-ctrl-top-right {
  top: 0;
  right: auto;
  width: 50%;
}

.mapboxgl-popup-content {
  width: 60vw;
  min-width: 600px;
  max-width: 800px;
  border: 10px solid #fff;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 13px -3px rgba(0, 0, 0, 0.21);
}

.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  height: 0;
}

/* .w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
} */

.methodology {
  top: 327px;
  left: 40px;
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  width: 300px;
}

@media (max-width: 550px) {
  .methodology {
    top: 260px;
  }
}

.methodology a {
  color: #000 !important;
}
a .methodology {
  color: #000 !important;
}

.methodology a:hover {
  color: #fff;
}

.methodology i {
  position: relative;
  bottom: 2px;
}

.filter {
  top: 16px;
  left: 25px;
  position: absolute;
  width: 300px;
  font-weight: 600;
  height: 10px;
}

.mti_tooltip_cont {
  width: 100%;
  border: 0px none #fff;
  border-radius: 0px;
  background-color: #393745;
}

.mti_tooltip_hed {
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
  padding-bottom: 2.1em;
  border-style: none;
  border-width: 1px 1px 0px;
  border-color: #000;
  font-family: Foundersgrotesktext, Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 1px;
}

.mti_tooltip_text_cont {
  margin-top: 0em;
  padding: 3em;
  background-color: #000;
  font-family: Foundersgrotesktext, Helvetica, Arial, sans-serif;
  font-style: normal;
}

.grid_data {
  max-width: 630px;
  margin-top: 0.7em;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-areas: "stat-name-1 stat-1" "stat-name-2 stat-2" "stat-name-3 stat-3" "stat-name-4 stat-4" "stat-name-5 stat-5" "stat-name-6 stat-6" "stat-name-7 stat-7";
  -ms-grid-columns: 1.75fr 2px 0.6fr;
  grid-template-columns: 1.75fr 0.6fr;
  -ms-grid-rows: 1.75em 5px 1.75em 5px 1.75em 5px 1.75em 5px 1.75em 5px 1.75em
    5px 1.75em;
  grid-template-rows: 2.4em;
  border: 1px none #000;
}

.grid_stat_descr {
  max-width: 472px;
  padding-top: 11px;
  padding-bottom: 5px;
  padding-left: 12px;
  color: #fff;
  font-size: 1.3em;
  line-height: 0.9em;
  font-weight: 300;
}

.grid_stat_descr.stat1 {
  padding-left: 12px;
  background-color: #4c4c4c;
  font-weight: 300;
  padding-bottom: 5px;
  padding-top: 9px;
}

.grid_stat {
  padding-top: 8px;
  padding-right: 12px;
  text-align: right;
  color: #fff;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 500;
  vertical-align: middle !important;
}

.grid_stat.stat1 {
  background-color: #4c4c4c;
  padding-top: 8px;
}

.heading {
  width: 70px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 4px;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.1em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  border-bottom-color: rgba(0, 0, 0, 0) !important;
}

.mti_tooltip_cont {
  width: 100%;
  max-width: 800px;
}

.mti_tooltip_hed {
  margin-top: 0em;
  margin-bottom: 0.75em;
  margin-left: 0em;
  padding-bottom: 0em;
  font-family: Foundersgrotesktext, Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0px;
}

.mti_tooltip_text_cont {
  top: 393px;
  position: absolute;
  margin-top: 0em;
  padding: 4%;
  background-color: #000;
  font-family: Foundersgrotesktext, Helvetica, Arial, sans-serif;
  font-size: 0.89em;
  font-style: normal;
  width: 100%;
}

.mapboxgl-ctrl-geocoder--input {
  font-family: Foundersgrotesktext, sans-serif;
  font-weight: 400;
}

.mapboxgl-ctrl-geocoder {
  font-family: Foundersgrotesktext, sans-serif;
  font-weight: 400;
}

.suggestions {
  font-family: Foundersgrotesktext, sans-serif;
}

.grid {
  margin-top: 1em;
  grid-auto-flow: row;
  grid-template-areas: "stat-name-1 stat-1" "stat-name-2 stat-2" "stat-name-3 stat-3" "stat-name-4 stat-4" "stat-name-5 stat-5" "stat-name-6 stat-6";
  /* -ms-grid-columns: 2fr 0.6fr;
  grid-template-columns: 2fr 0.6fr; */
  -ms-grid-rows: 1.5em 1.5em 1.5em 1.5em 1.5em 1.5em;
  grid-template-rows: 1.5em 1.5em 1.5em 1.5em 1.5em 1.5em;
  border: 1px none #000;
}

#nationSource {
  color: #ffffff;
}

/* .grid_stat_descr {
  font-size: 2.1em;
  line-height: 0.9em;
  font-weight: 500;
}

.grid_stat {
  font-size: 2.3em;
  line-height: 1em;
  font-weight: 500;
} */

@font-face {
  font-family: "Lyondisplay web";
  src: url("fonts/LyonDisplay-Regular-Web.woff2") format("woff2"),
    url("fonts/LyonDisplay-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lyontext web";
  src: url("fonts/LyonText-Regular-Web.woff2") format("woff2"),
    url("fonts/LyonText-Regular-Web.eot") format("embedded-opentype"),
    url("fonts/LyonText-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lyondisplay web";
  src: url("fonts/LyonDisplay-RegularItalic-Web.eot")
    format("embedded-opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Lyontext web";
  src: url("fonts/LyonText-RegularItalic-Web.eot") format("embedded-opentype"),
    url("fonts/LyonText-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Lyontext web";
  src: url("fonts/LyonText-Bold-Web.eot") format("embedded-opentype"),
    url("fonts/LyonText-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lyontext web";
  src: url("fonts/LyonText-BoldItalic-Web.eot") format("embedded-opentype"),
    url("fonts/LyonText-BoldItalic-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Fa 400";
  src: url("fonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fa solid 900";
  src: url("fonts/fa-solid-900.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Foundersgrotesk";
  src: url("fonts/FoundersGrotesk-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Foundersgrotesk";
  src: url("fonts/FoundersGrotesk-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Foundersgrotesk";
  src: url("fonts/FoundersGrotesk-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Foundersgrotesk";
  src: url("fonts/FoundersGrotesk-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Foundersgrotesk";
  src: url("fonts/FoundersGrotesk-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Foundersgrotesk";
  src: url("fonts/FoundersGrotesk-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Foundersgrotesk";
  src: url("fonts/FoundersGrotesk-SemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Foundersgrotesk";
  src: url("fonts/FoundersGrotesk-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Foundersgrotesk";
  src: url("fonts/FoundersGrotesk-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Foundersgrotesk";
  src: url("fonts/FoundersGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Foundersgrotesktext";
  src: url("fonts/FoundersGroteskText-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Foundersgrotesktext";
  src: url("fonts/FoundersGroteskText-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Foundersgrotesktext";
  src: url("fonts/FoundersGroteskText-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Foundersgrotesktext";
  src: url("fonts/FoundersGroteskText-SemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Foundersgrotesktext";
  src: url("fonts/FoundersGroteskText-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Foundersgrotesktext";
  src: url("fonts/FoundersGroteskText-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Foundersgrotesktext";
  src: url("fonts/FoundersGroteskText-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Foundersgrotesktext";
  src: url("fonts/FoundersGroteskText-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Foundersgrotesktext";
  src: url("fonts/FoundersGroteskText-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Foundersgrotesktext";
  src: url("fonts/FoundersGroteskText-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
