/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* -------------------------------------------------- Mixins */
/* --------------------------------------------------------------------- */
/* -------------------------------------------------- Mapbox */
.wkMapboxGL {
  height: 100%;
}
.wkMapboxGL__wrapper {
  background: var(--white);
  box-shadow: var(--box-shadow--image);
  height: 100%;
  margin: 0 auto;
  max-width: 1366px;
  padding: 1rem;
}
.wkMapboxGL__map {
  height: 100%;
}
.wkMapboxGL__image {
  align-items: center;
  display: flex;
  height: 12rem;
  justify-content: center;
  margin: 1rem 1rem 0 1rem;
  overflow: hidden;
  padding: 0 !important;
}
.wkMapboxGL .marker {
  background-image: none;
  position: relative;
}
.wkMapboxGL .marker:before {
  color: var(--primary);
  content: var(--ew-pin);
  font-family: var(--ew);
  font-size: 5rem;
  left: 0.4rem;
  position: absolute;
  top: -0.6rem;
}
.wkMapboxGL .mapboxgl-popup-content {
  background: transparent;
  box-shadow: var(--box-shadow--box--xsmall);
  display: flex;
  min-width: 25rem;
  padding: 0;
}
.wkMapboxGL .mapboxgl-popup-content a {
  background: var(--white);
  flex-shrink: 0;
  height: 100%;
  outline: 0;
  margin-right: 0.5rem;
  padding: 0 0 1rem 0;
  position: relative;
  width: 25rem;
}
.wkMapboxGL .mapboxgl-popup-content a:after {
  background: var(--primary);
  bottom: 0.5rem;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.wkMapboxGL .mapboxgl-popup-content h3 {
  background: var(--white);
  color: var(--text);
  font-size: 2rem;
  font-weight: var(--font-weight--semi);
  margin-top: 0;
  padding: 1rem 1rem 0.5rem 1rem;
  width: 100%;
}
.wkMapboxGL .mapboxgl-popup-content h4 {
  font-size: var(--font-size--base);
  padding: 0 1rem 1rem 1rem;
}
/*# sourceMappingURL=wkMapbox.css.map */
