#leafletMap {
  position: relative;
}
#leafletMap.patheon .map-legend {
  margin-top: 32px;
  border: 1px solid #D9D9D9;
  padding: 8px;
}
#leafletMap.patheon .map-legend .color-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
}
#leafletMap.patheon .map-legend p {
  display: inline;
  color: #222;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
#leafletMap.patheon .capabilities-list {
  margin-top: 8px;
}
#leafletMap.patheon .capabilities-list .capability-item {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
#leafletMap.patheon .capabilities-list .capability-item .capability-color {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  flex-shrink: 0;
  /* Prevents resizing due to flex container */
}
#leafletMap.patheon .capabilities-list .capability-item .capability-name {
  font-size: 13px;
}
#leafletMap.patheon .learn-more-btn {
  display: block;
  margin-top: 5px;
  padding: 7px 8px;
  border-radius: 4px;
  border: 1px solid rgba(169, 166, 166, 0.4);
  color: #005DAA;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  transition: border .2s ease;
}
#leafletMap.patheon .learn-more-btn:hover {
  cursor: pointer;
  border: 1px solid #555759;
}
#leafletMap.patheon .popup-content-text-wrapper .learn-more-btn {
  margin-top: 20px;
}
#leafletMap.patheon .filter-header-col.filters-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #leafletMap.patheon .filter-header-col.filters-wrapper {
    margin-bottom: 28px;
  }
}
#leafletMap.patheon .filter-header-col .filter-dropdown-wrapper {
  position: relative;
}
#leafletMap.patheon .filter-header-col .filter-dropdown-wrapper .filters-dropdown-opener {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 12px;
  margin-right: 20px;
  border-radius: 4px;
  border: 1px solid #B8BABC;
}
@media (min-width: 992px) {
  #leafletMap.patheon .filter-header-col .filter-dropdown-wrapper .filters-dropdown-opener {
    width: 415px;
    margin-bottom: 0;
  }
}
#leafletMap.patheon .filter-header-col .filter-dropdown-wrapper .filters-dropdown-opener i {
  float: right;
}
#leafletMap.patheon .filter-header-col .filter-dropdown-wrapper .filters-dropdown-opener.filters-shown {
  border: 0;
}
#leafletMap.patheon .filter-header-col .filter-dropdown-wrapper .filters {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #B8BABC;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: auto;
  z-index: 1000;
}
@media (min-width: 992px) {
  #leafletMap.patheon .filter-header-col .filter-dropdown-wrapper .filters {
    max-width: 415px;
  }
}
#leafletMap.patheon .filter-header-col .filter-dropdown-wrapper .filters .filter-row {
  margin-top: 0;
}
#leafletMap.patheon .filter-header-col .filter-dropdown-wrapper .filters .filter-row .filter-col {
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
#leafletMap.patheon .filter-header-col .filter-dropdown-wrapper .filters .filter-row .filter-col:last-child .checkbox-label {
  margin-bottom: 0;
}
#leafletMap.patheon .filter-header-col .filter-dropdown-wrapper .filters .filter-row .filter-col .checkbox-label {
  font-size: 16px;
  line-height: 20px;
  padding-left: 28px;
  margin-bottom: 15px;
}
#leafletMap.patheon .filter-header-col .filter-dropdown-wrapper .filters .filter-row .filter-col .checkbox-label .checkmark {
  border: 1px solid #222;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#leafletMap.patheon .filter-header-col .filter-dropdown-wrapper .filters .filter-row .filter-col .checkbox-label input:checked ~ .checkmark {
  background-color: #ffffff;
}
#leafletMap.patheon .filter-header-col .filter-dropdown-wrapper .filters .filter-row .filter-col .checkbox-label input:checked ~ .checkmark i {
  color: #328AE4;
  font-size: 14px;
}
#leafletMap.patheon .location-cards-wrapper {
  margin-top: 64px;
}
#leafletMap.patheon .location-cards-wrapper .results-total {
  margin-bottom: 0;
}
#leafletMap.patheon .location-cards-wrapper .region-header {
  color: #262262;
  font-size: 28px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 24px;
}
#leafletMap.patheon .location-cards-wrapper .location-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0px rgba(84, 88, 90, 0.24);
  height: calc(100% - 32px);
  margin-bottom: 32px;
}
#leafletMap.patheon .location-cards-wrapper .location-card img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
}
#leafletMap.patheon .location-cards-wrapper .location-card .location-badge {
  position: absolute;
  background: white;
  font-size: 12px;
  right: 12px;
  top: 12px;
  padding: 1px 10px;
  font-weight: 500;
  border-radius: 12px;
}
#leafletMap.patheon .location-cards-wrapper .location-card .location-card-content-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
}
#leafletMap.patheon .location-cards-wrapper .location-card .location-card-content-text-wrapper .location-name {
  font-size: 18px;
  font-weight: 700;
}
#leafletMap.patheon .location-cards-wrapper .location-card .location-card-content-text-wrapper .location-desc,
#leafletMap.patheon .location-cards-wrapper .location-card .location-card-content-text-wrapper .location-contact-info,
#leafletMap.patheon .location-cards-wrapper .location-card .location-card-content-text-wrapper .location-distribution-info {
  padding: 0;
  margin-bottom: 10px;
}
#leafletMap.patheon .location-cards-wrapper .location-card .location-card-content-text-wrapper .location-desc p,
#leafletMap.patheon .location-cards-wrapper .location-card .location-card-content-text-wrapper .location-contact-info p,
#leafletMap.patheon .location-cards-wrapper .location-card .location-card-content-text-wrapper .location-distribution-info p {
  font-size: 14px;
}
#leafletMap.patheon .location-cards-wrapper .location-card .location-card-content-text-wrapper .capabilities-header {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
#leafletMap.patheon .location-cards-wrapper .location-card .location-card-content-text-wrapper .capabilities-list {
  margin-bottom: 10px;
}
#leafletMap.patheon .location-cards-wrapper .location-card .location-card-content-text-wrapper .location-contact-info p,
#leafletMap.patheon .location-cards-wrapper .location-card .location-card-content-text-wrapper .location-desc p {
  margin: 0;
}
#leafletMap:not(.patheon) .form-wrapper .location-name {
  font-size: 18px;
  font-weight: 700;
}
#leafletMap .form-group.drop-down label,
#leafletMap .form-group.drop-down select,
#leafletMap .form-group.drop-down::after {
  color: inherit;
}
#leafletMap .map-wrapper {
  position: relative;
}
#leafletMap .map-wrapper .leaflet-top,
#leafletMap .map-wrapper .leaflet-bottom {
  z-index: 500 !important;
}
#leafletMap .vue2leaflet-map {
  height: 546px;
  border-radius: 50px;
}
#leafletMap .location-group-name {
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 7px;
}
#leafletMap .location-descriptions,
#leafletMap .location-contact-info {
  font-size: 16px;
  padding: 5px 0;
}
#leafletMap .location-descriptions p,
#leafletMap .location-contact-info p {
  margin-bottom: 4px;
}
#leafletMap .location-distribution-info {
  font-size: 16px;
}
#leafletMap .location-distribution-info p {
  font-weight: 500;
  margin-bottom: 0;
}
#leafletMap .leaflet-control-attribution.leaflet-control {
  transform: rotate(-90deg);
  position: relative;
  right: -110px;
  top: -164px;
}
#leafletMap .leaflet-touch .leaflet-bar {
  margin-top: 25px;
}
#leafletMap .filters-btn {
  position: absolute;
  top: 13px;
  right: 20px;
  padding: 0px 15px;
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 24px;
  height: 48px;
  line-height: 43px;
  z-index: 401;
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
#leafletMap .filters-btn .fak {
  padding-right: 5px;
}
#leafletMap .filters-btn:hover {
  cursor: pointer;
  background-color: #005DAA;
  color: #FFFFFF;
  border-color: #005DAA;
}
#leafletMap:not(.patheon) .filters .filter-row .filter-col {
  padding-left: 0;
  padding-right: 0;
}
#leafletMap .filters {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 12px 22px;
  overflow-x: auto;
  overflow-y: auto;
  background-color: #FFFFFF;
  z-index: 501;
  border: 2px solid rgba(151, 151, 151, 0.27);
  border-radius: 4px;
  min-width: 230px;
}
#leafletMap .filters .filter-header-row {
  min-height: 26px;
}
#leafletMap .filters .filter-header-row .filter-header-col {
  padding-left: 0;
  padding-right: 30px;
}
#leafletMap .filters .filter-row {
  margin-top: 17px;
}
#leafletMap .filters .filter-row .filter-col {
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  color: #222222;
  letter-spacing: 0;
  text-align: left;
  line-height: 18px;
  font-weight: 500;
}
#leafletMap .filters .filter-row .filter-col .checkbox-label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
}
#leafletMap .filters .filter-row .filter-col .checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#leafletMap .filters .filter-row .filter-col .checkbox-label input:checked ~ .checkmark {
  background-color: #1e8ae7;
}
#leafletMap .filters .filter-row .filter-col .checkbox-label input:checked ~ .checkmark i {
  display: block;
}
#leafletMap .filters .filter-row .filter-col .checkbox-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #FFFFFF;
  border: 1px solid #C9C8C8;
  border-radius: 4px;
}
#leafletMap .filters .filter-row .filter-col .checkbox-label .checkmark i {
  display: none;
  color: #FFFFFF;
  font-size: 14px;
  padding: 2px;
}
#leafletMap .filters .filter-row .filter-col .checkbox-label .marker {
  width: 10px;
  margin-right: 3px;
  margin-left: 3px;
  position: relative;
  top: -1px;
}
#leafletMap .filters .clear-all-btn:hover {
  cursor: pointer;
}
#leafletMap .filters .close-filters {
  font-size: 21px;
  line-height: 14px;
  background-color: #FFFFFF;
  padding: 1px 4px;
  border: 2px solid #E3E3E3;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  right: 12px;
  height: 26px;
  width: 26px;
}
#leafletMap .filters .close-filters:hover {
  cursor: pointer;
  background-color: #005DAA;
  border-color: #005DAA;
  color: #FFFFFF;
}
#leafletMap .leaflet-tooltip-pane .leaflet-tooltip {
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  width: 185px;
}
#leafletMap .leaflet-tooltip-pane .leaflet-tooltip .location-name {
  font-size: 14px;
  color: #222222;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0;
  display: inline-block;
}
#leafletMap .leaflet-tooltip-pane .leaflet-tooltip .location-desc {
  margin-top: 8px;
  font-size: 13px;
  color: #555759;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}
#leafletMap .leaflet-popup-pane .leaflet-popup-tip {
  pointer-events: none !important;
}
#leafletMap .leaflet-popup-pane .leaflet-popup-content-wrapper {
  display: inline-block;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  min-width: 185px;
  width: auto;
}
#leafletMap .leaflet-popup-pane .leaflet-popup-content-wrapper .leaflet-popup-content {
  width: auto !important;
}
#leafletMap .leaflet-popup-pane .leaflet-popup-content-wrapper .popup-content-text-wrapper {
  padding: 16px;
}
#leafletMap .leaflet-popup-pane .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
#leafletMap .leaflet-popup-pane .leaflet-popup-content-wrapper .location-image {
  width: 100%;
  border-radius: 9px 9px 0 0;
}
#leafletMap .leaflet-popup-pane .leaflet-popup-content-wrapper .location-name {
  margin-top: 0;
  font-size: 14px;
  color: #222222;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0;
  display: inline-block;
}
#leafletMap .leaflet-popup-pane .leaflet-popup-content-wrapper .location-desc,
#leafletMap .leaflet-popup-pane .leaflet-popup-content-wrapper .location-contact-info,
#leafletMap .leaflet-popup-pane .leaflet-popup-content-wrapper .location-distribution-info {
  margin-top: 8px;
  font-size: 13px;
  color: #555759;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
  padding: 0;
}
#leafletMap .leaflet-popup-pane .leaflet-popup-content-wrapper .location-desc p,
#leafletMap .leaflet-popup-pane .leaflet-popup-content-wrapper .location-contact-info p,
#leafletMap .leaflet-popup-pane .leaflet-popup-content-wrapper .location-distribution-info p {
  font-size: 13px;
  font-weight: 400;
  color: #555759;
  margin: 0;
  line-height: 21px;
}
#leafletMap .leaflet-popup-pane .leaflet-popup-content-wrapper .location-distribution-info p {
  font-weight: 500;
}
#leafletMap .leaflet-popup-pane .leaflet-popup-content-wrapper .location-link {
  display: inline-block;
  font-size: 14px;
  margin-top: 8px;
  color: #1E8AE7;
  line-height: 18px;
  font-weight: 700;
}
