.post__detail .btn {
  margin-bottom: 1rem;
  font-family: "Typewriter Condensed", sans-serif;
}

.initiatives__blocks .initiatives__block {
  width: 20%;
}

.initiatives__blocks--white--sub {
  margin-top: -30px;
  min-height: auto;
  padding-top: 0;
}
.initiatives__blocks--white--sub .initiatives__block {
  width: calc(100% / 6);
  cursor: pointer;
}
.initiatives__blocks--white--sub .initiatives__block h3 {
  font-size: 16px;
}

@media screen and (max-width: 880px) and (min-width: 640px) {
  .initiatives__block .inner h3 {
    font-size: 16px;
  }

  .initiatives__blocks--white--sub {
    margin-top: -60px;
  }
  .initiatives__blocks--white--sub .initiatives__block {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 39.9375em) {
  .initiatives__blocks .initiatives__block {
    width: 50%;
  }
  .initiatives__blocks .initiatives__block[data-slug=kringloop] {
    width: 100%;
  }

  .initiatives__blocks--white--sub .initiatives__block {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 1024px) {
  .related__title + .row {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .related__title + .row:before, .related__title + .row:after {
    display: none;
  }
  .related__title + .row .large-4 {
    width: auto;
  }
  .related__title + .row .post-item--related {
    margin-bottom: 30px;
  }
}
.grid-item--mobile {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .grid-item--desktop {
    display: none;
  }
  .grid-item--mobile {
    display: block;
  }
}
.map {
  height: 540px;
}
@media (max-width: 767px) {
  .map {
    height: 280px;
  }
}
.map_wrapper {
  position: absolute;
  z-index: 1000;
  display: block;
  visibility: hidden;
  background: #FFF;
  box-shadow: 0 5px 11px -2px rgba(122, 122, 122, 0.5);
}
.map_wrapper:hover .map_title {
  text-decoration: underline;
}
.map_image {
  display: block;
  width: 100%;
  height: calc(550px / 760 * 190);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.map .map_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.map .map_title {
  margin: 0;
  padding: 1em;
  font-family: "Typewriter Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #EB5C38;
}
.map .map_location {
  display: none;
}

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