.page-wrap {
  font-family: "HK-Grotesk", Helvetica, Arial, sans-serif;
  color: #000066;
}

h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

h2 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 25px;
}

h3 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

h4 {
  font-size: 14px;
  font-weight: normal;
}

.search_result {
  margin-top: 50px;
  margin-bottom: 20px;
}

.header_page {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.filters {
  display: inline-flex;
  flex-direction: column;
  align-self: flex-end;
  width: 50%;
  min-width: 350px;
}

.filter_container {
  flex: 1;
}

.filter_container p {
  line-height: 1.5em;
  margin-bottom: 20px;
}

.select2-container {
  width: 100% !important;
  margin-bottom: 15px !important;
  font-family: "HK-Grotesk", Helvetica, Arial, sans-serif;
}

.select2-container .selection .select2-selection--single {
  height: 40px;
  border: 1px #000066 solid;
  border-radius: 0px
}

.select2-container .selection .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #000066;
  padding-left: 15px;
  padding-right: 50px;
}

.select2-container .selection .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 30px;
}

.select2-container .select2-selection,
.select2-container .select2-dropdown {
  border-radius: 0;
  border: 1px #000066 solid;
  color: #000066;
}

.select2 .selection .select2-selection--single,
.select2 .selection .select2-selection--multiple {
  outline: none;
}

.select2 .selection .select2-selection--single:hover,
.select2 .selection .select2-selection--multiple:hover {
  border-color: #c0c0c0;
}

/* .select2 .selection .select2-selection--single:focus,
.select2 .selection .select2-selection--multiple:focus,
.select2 .selection .select2-selection--single.focused,
.select2 .selection .select2-selection--multiple.focused {
  box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45);
} */

.select2 .selection .select2-selection--single:disabled,
.select2 .selection .select2-selection--multiple:disabled,
.select2 .selection .select2-selection--single.disabled,
.select2 .selection .select2-selection--multiple.disabled {
  pointer-events: none;
  border-color: #ebebeb;
  background-color: #e9e9e9;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #CECADA;
  color: #000066;
}

.select2-results__option {
  padding: 6px 15px;
  margin-left: 0px;
}

.filters>.filters-select {
  margin-bottom: 15px;
  width: 100%;
}

.grid {
  position: relative;
  margin: 20px 0px;
}

.biggrid {
  position: relative;
}

.biggrid>.item {
  margin-bottom: 20px;
  width: 100%;
}

.ghost {
  position: absolute;
}

.item {
  position: absolute;
}

.grid-item {
  min-width: 250px;
  width: 30%;
  margin-bottom: 50px;
}

.grid-item>.item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.address {
  margin-top: 5px;
}

.programs {
  display: flex;
  position: relative;
  margin-top: 10px;
}

.program {
  display: flex;
	flex-direction: column-reverse;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
  padding: 0px 5px;
}

.program__image:hover {
  cursor: pointer;
}

.program > .hover {
  position: absolute;
  bottom: -30px;
  display: block;
}

.administrations,
.populations {
  display: none;
}

.big-handle {
  color: white;
}

.big-handle>img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.big-handle>.state__text {
  position: absolute;
  bottom: 30px;
  padding: 15px 40px;
  background-color: white;
  color: #000066;
  margin-bottom: 0px;
}

/* New CSS to fix references grid-items */
body.elementor-page-38 .biggrid .grid .grid-item {
	min-width: 100%;
	position: relative !important;
	transform: none !important;
	margin-bottom: 20px;
}

body.elementor-page-38 .biggrid .grid .grid-item .hover {
  display: none;
}

@media screen and (max-width: 768px) {
  .header_page {
    flex-direction: column;
  }

  .filters {
    width: 100%;
  }

  .filter_container {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  body.elementor-page-38 .biggrid .grid .grid-item {
    float: left;
    min-width: 50%;
    margin-bottom: 35px;
  }

  body.elementor-page-38 .biggrid .grid .grid-item .hover {
    display: inline-block;
  }
}

@media screen and (min-width: 1280px) {
  body.elementor-page-38 .biggrid .grid .grid-item {
    min-width: 33.3%;
  }
}