.certification-map__reset-button {
  cursor: pointer;
}
.certification-map__reset-button.certification-map__reset-button {
  opacity: 1;
}
.certification-map__reset-button:hover {
  text-decoration: underline;
}

.certification-map__logo-stack {
  width: 150px;
  height: 150px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.background {
  background-image: url("https://avixa.azureedge.net/portal/images/default-source/cts-holder-images/avatar-cts.png");
  background: no-repeat;
  width: 120px;
  height: 137px;
}

button:focus {
  outline: none !important;
}

.ctsheader {
  position: absolute;
  z-index: 2;
  padding: 20px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  vertical-align: bottom;
  font-family: "Euclid-bold", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
}

#search {
  z-index: 3;
  position: absolute;
  height: 30px !important;
  text-transform: capitalize;
  font-family: "Euclid", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#reset {
  z-index: 3;
  position: absolute;
  width: 100px;
  height: 30px;
  font-size: 16px;
  font-family: "Euclid", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.ribbon {
  position: absolute;
  left: 0px;
  border-bottom: 25vh solid transparent;
  border-left: 340vw solid #ee3353;
  z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  border-bottom-color: rgba(255, 255, 255, 0.9098039216) !important;
  margin-bottom: -1px;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-right-color: rgba(255, 255, 255, 0.9098039216);
  margin-right: -1px;
  border-top-color: rgba(255, 255, 255, 0) !important;
}

.mapboxgl-popup.mapboxgl-popup-anchor-bottom {
  max-width: unset !important;
}

.mapboxgl-popup-content {
  padding: 20px;
  background: rgba(255, 255, 255, 0.9098039216);
  border-radius: 0px;
  border: 1px solid gray;
}

.mapboxgl-popup-tip {
  border-top-color: rgba(255, 255, 255, 0.9098039216) !important;
  margin-top: -1px;
}

.mapboxgl-popup {
  width: 500px;
  font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
  z-index: 3;
}

h4 {
  color: #3F1832;
}

.mapboxgl-popup-close-button {
  font-size: 25px;
  color: gray;
}

.certification-map__anp-logo {
  padding-left: 14px;
  padding-top: 4px;
}
.mapboxgl-ctrl-fullscreen.mapboxgl-ctrl-fullscreen {
  display: none;
}

#main-container {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
  width: 100%;
}

#map {
  width: 100vw;
  height: 100vh;
}

/*Display none the search
.ctsheader.row + .row {
	display: none;
}
	*/
.mapboxgl-map {
  width: 100% !important;
  height: 100vh !important;
}

/*# sourceMappingURL=CertificationMap.css.map */
