/* ==================================
HOME HERO
===================================== */
.et_pb_section.hero .et_parallax_bg_wrap {
  bottom: -45px;
}

/* ==================================
MAPS
===================================== */
#map .leaflet-marker-pane img {
  filter: hue-rotate(165deg) brightness(1.2);
}

/* ==================================
FOOTER
===================================== */
footer > .container {
  display: none;
}
footer > #footer-bottom {
  display: none;
}

@media only screen and (max-width: 849px) {
  /* ====================================
    AWARD ROW
    ===================================== */
  .award-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 10px;
  }
  .award-row .et_pb_column {
    width: calc(50% - 5px) !important;
    margin: 0;
  }
  .award-row .et_pb_image {
    height: 100%;
  }
  .award-row .et_pb_image .et_pb_image_wrap {
    height: 100%;
  }
  .award-row .et_pb_image .et_pb_image_wrap img {
    height: 100%;
  }
}

@media only screen and (max-width: 430px) {
  /* ====================================
    ROW COUNTER
    ===================================== */
  .row-counter .et_pb_column {
    width: 50% !important;
    display: flex;
    flex-wrap: wrap;
  }
}
