/**
 * Fonts
 */
/**
 * Fonts array
 */
/**
 * Font weights
 */
/**
 * Font weights array
 */
/**
 * Colors
 */
/**
 * Colors array
 */
/**
 * Patterns
 */
/**
 * Override other _type.scss variables that don't exist here.
 */
/*-----------------------
  Mapbox
 ----------------------*/
/* line 9, ../../scss/components/mapbox.scss */
#mapWrapper .no-results-bg {
  display: none;
  width: 100%;
  height: 100%;
  background: #133b60;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  top: 0;
  left: 0;
}

/* line 20, ../../scss/components/mapbox.scss */
#mapWrapper .no-results {
  display: none;
  width: 200px;
  background: #E15256;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -20px;
  color: #FFF;
  border-radius: 6px;
}
/* line 32, ../../scss/components/mapbox.scss */
#mapWrapper .no-results p {
  font-family: "Ideal Sans A", "Ideal Sans B";
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 44, ../../scss/components/mapbox.scss */
#map {
  position: relative;
}

/* line 48, ../../scss/components/mapbox.scss */
#map .leaflet-popup-content-wrapper {
  background-color: #e15256;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 56, ../../scss/components/mapbox.scss */
#map .leaflet-popup-content {
  min-width: 150px !important;
  max-width: 350px !important;
  padding: 12px;
  cursor: pointer;
}

/* line 63, ../../scss/components/mapbox.scss */
#map .leaflet-popup-content p {
  color: white;
  margin-bottom: 5px;
  text-align: center;
  font-family: "Ideal Sans A", "Ideal Sans B";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

/* line 73, ../../scss/components/mapbox.scss */
#map .leaflet-popup-content p.title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

/* line 79, ../../scss/components/mapbox.scss */
#map .leaflet-popup-content p.read-more {
  margin-bottom: 0;
}

/* line 83, ../../scss/components/mapbox.scss */
div.leaflet-control-attribution {
  display: none;
}

/* line 87, ../../scss/components/mapbox.scss */
div.leaflet-control-container {
  position: absolute;
  z-index: 1;
}

/* line 93, ../../scss/components/mapbox.scss */
.leaflet-popup-tip-container {
  display: none;
}

/* line 98, ../../scss/components/mapbox.scss */
.leaflet-popup-close-button {
  display: none;
}

/* line 104, ../../scss/components/mapbox.scss */
.leaflet-marker-pane img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 108, ../../scss/components/mapbox.scss */
.leaflet-marker-pane img.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}
