@charset "UTF-8";
.legend-info-icon {
  width: 20px;
  height: 20px;
  float: left;
  background-image: url("/Content/Images/Gfx/icon_info.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-color: #fff;
  border: none;
}
.legend-info-icon:hover {
  background-image: url("/Content/Images/Gfx/icon_info_hover.svg");
}

.legend-info-popup {
  display: none;
  background-color: #fff;
  border: solid 1px #828282;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 15;
  z-index: 1000;
  padding: 15px;
  padding: 0.9375rem;
}
.legend-info-popup .legend-icon {
  margin: 0 15px 0 0;
  margin: 0 0.9375rem 0 0;
}
.legend-info-popup .legend-info-text {
  float: left;
  width: 90%;
}
.legend-info-popup .legend-info-text p {
  padding-right: 15px;
}
.legend-info-popup .close-popup {
  width: 20px;
  height: 20px;
  font-size: 30px;
  font-size: 1.875rem;
  cursor: pointer;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 15px;
}
.legend-info-popup .close-popup, .legend-info-popup a {
  color: #333;
  text-decoration: none;
}

@media (min-width: 480px) {
  .legend-info-popup {
    width: calc((100%) - 30px);
  }
}
.fire-department {
  margin-bottom: 75px;
}
.fire-department .no-padding {
  padding: 0;
}
.fire-department .department-image {
  width: 100%;
  padding: 0 0 30px 0;
  padding: 0 0 1.875rem 0;
}
.fire-department .text-content {
  float: left;
}
.fire-department .type-Open, .fire-department .type-Readiness, .fire-department .type-Combined, .fire-department .type-RescueLand, .fire-department .type-RescueSea, .fire-department .type-Museum, .fire-department .type-RescueForest {
  float: left;
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
  position: relative;
}
.fire-department .map-symbol:after {
  content: "     ";
  background-image: url("/Content/Images/Gfx/location_icon_blue.svg");
  background-repeat: no-repeat;
  background-size: 14px 18px;
  background-position: 0px 0px;
  overflow: visible;
  width: 20px;
  cursor: pointer;
}
.fire-department .map-symbol:hover:after {
  content: "     ";
  background-image: url("/Content/Images/Gfx/location_icon_blue_hover.svg");
  background-repeat: no-repeat;
  background-size: 14px 18px;
  background-position: 0px 0px;
}
.fire-department aside.links {
  border-top: none;
}
.fire-department .white-space {
  margin: 0 0 60px 0;
  margin: 0 0 3.75rem 0;
}
.fire-department .legends-container {
  margin-bottom: 30px;
}
.fire-department .legend {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
}
.fire-department .legend-icon {
  float: left;
}
.fire-department .legend-info-icon {
  margin: 0 0 0 7.5px;
  margin: 0 0 0 0.46875rem;
}

@media (min-width: 992px) {
  .fire-department {
    padding-top: 20px !important;
    margin-bottom: 150px;
  }
  .fire-department .map-symbol:after {
    background-position: 2px 2px;
  }
  .fire-department .map-symbol:hover:after {
    background-position: 2px 2px;
  }
  .fire-department aside.links {
    border-top: 9px solid #b42027;
  }
  .fire-department .white-space {
    margin: 0 0 150px 0;
    margin: 0 0 9.375rem 0;
  }
  .fire-department .flex-container .type-Open, .fire-department .flex-container .type-Readiness, .fire-department .flex-container .type-Combined, .fire-department .flex-container .type-RescueLand, .fire-department .flex-container .type-RescueSea, .fire-department .flex-container .type-Museum {
    margin: 0 0 30px 0;
    margin: 0 0 1.875rem 0;
    padding-left: 0;
  }
}
/*# sourceMappingURL=firedepartmentpage.css.map */
