.content {
  padding-top: 0px !important;
}

.parkingSite.active {
  background-color: #b30917;
}

.siteDetails {
  display: none;
}

.siteDetails .row {
  display: flex;
  margin-bottom: 0px;
}

.siteDetails .row:nth-child(even) {
  background-color: #f7f5f2;
}

.siteDetails .row .heading {
  width: 25%;
  text-align: right;
  vertical-align: top;
  color: #004c96;
  margin: 0;
  padding: 1% 1.5%;
  border-top: 1px solid #e9eaea;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.siteDetails .row .description {
  width: 75%;
  border-top: 1px solid #e9eaea;
  padding: 1% 1.5%;
  font-size: 16px;
}

.iframeContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.iframeContainer iframe,
.iframeContainer object,
.iframeContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parkingSite {
  cursor: pointer;
  padding: 15px;
  border-top: 1px solid #cfd3d6;
  background-color: #4d6a79;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: space-evenly;
}

.parkingSite div {
  width: 33.33%;
}

.parkingSite div:nth-child(2) {
  text-align: center;
}

.toggle_map {
  cursor: pointer;
  color: #004d9a;
  font-weight: 800;
}

.ParkingFilters {
  display: flex;
  align-items: first baseline;
  font-size: 28px;
  padding: 10px;
  justify-content: flex-end;
}

.ParkingFilters div {
  margin-left: 8px;
  cursor: pointer;
}

/* == Parking Map == */
.MapLegend {
  border-bottom: 1px solid #ccc;
  margin-top: -6px;
  display: flex;
}

.MapLegend .row {
  width: 33%;
  display: flex;
  padding: 10px;
  margin: 0px;
}

.MapLegend .icon {
  width: 8%;
  vertical-align: middle;
}

.MapLegend .desc {
  width: 92%;
  align-content: center;
  color: #b30917;
  font-size: 16px;
  font-weight: 800;
}

.ParkingMap .callout {
  padding: 12px;
  margin-top: 20px;
  background-color: #f8f8f8;
  color: #686765;
  padding-left: 14px;
  font-size: 20px;
}

/* == Parking Sites == */
.ParkingSites {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  background-color: #4d6a7914;
}

.ParkingSites div {
  padding: 20px;
  width: 33%;
  text-align: center;
  cursor: pointer;
}

.parkingActive {
  background-color: #4d6a79 !important;
  color: #fff;
}

.ParkingSites input {
  display: none;
}

/* == Grid View == */
.parkingGridView {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.parkingGridView .ParkingListItem {
  width: 32%;
  margin-bottom: 25px;
}

.parkingGridView .parkingSite {
  min-height: 118px;
  display: block !important;
}

.parkingGridView .parkingSite div {
  width: 100% !important;
  text-align: left !important;
  font-size: 15px;
}

.parkingGridView .parkingSite div:nth-child(1) {
  font-size: 20px;
  margin-bottom: 13px;
  border-bottom: 1px solid #8e9ea6;
  padding-bottom: 5px;
}

.mobile-menu {
  display: none;
}

/*== Modal Window == */
.custom-modal-wrap {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  height: 1600px;
  left: 0;
  top: 118px;
  width: 100%;
  z-index: 100000;
}
.custom-modal-window {
  margin: 2% auto 0;
  background: #fff;
  border-radius: 4px;
  border: 4px solid #e63947;
  width: 75%;
}
.custom-modal-close {
  position: relative;
  float: right;
  cursor: pointer;
  background: #e63947;
  border: 0px;
  color: #fff;
  padding: 5px;
  width: 65px;
  letter-spacing: 1px;
  font-weight: 600;
}
.custom-modal-body {
  overflow-y: scroll;
  clear: both;
  max-height: 70vh;
}
/*fix footer overlap */
#footer {
  z-index: 0 !important;
}

/* == Mobile & Devices == */

@media screen and (max-width: 1440px) {
  .bi-grid-fill {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .ParkingSites {
    display: block !important;
  }

  .ParkingSites div {
    display: none;
    width: 100%;
  }

  .parkingActive {
    display: block !important;
    background-color: #4d6a79;
    color: #fff;
  }

  .mobile-menu {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 20px;
    position: absolute;
    width: 100%;
    top: 46px;
    text-align: right;
    color: #fff;
    cursor: pointer;
  }

  .mobileActive {
    background-color: #f1f3f4;
    position: relative;
    z-index: 10;
  }

  .MapLegend .row {
    width: 100%;
    padding: 2px;
    margin-top: 5px;
  }

  .MapLegend .icon {
    width: 25%;
    vertical-align: middle;
  }

  .MapLegend .desc {
    align-content: center;
    color: #b30917;
    font-size: 11px;
    font-weight: 800;
    width: 75%;
  }

  .ParkingMap .callout {
    padding: 18px !important;
    font-size: 15px !important;
    font-weight: 600;
  }

  .ParkingListItem {
    border-bottom: 10px solid #fff !important;
  }

  .parkingSite {
    display: block;
    padding: 0px !important;
  }

  .parkingSite div {
    width: 100%;
    padding: 3px;
    font-size: 3.5vw;
    text-indent: 15px;
  }

  .parkingSite div:nth-child(1) {
    font-size: 4vw;
    margin-top: 7px;
    border-bottom: 1px solid #8e9ea6;
    padding-bottom: 8px;
  }

  .parkingSite div:nth-child(2) {
    text-align: left;
  }

  .parkingSite div:nth-child(3) {
    padding-bottom: 8px;
  }

  .siteDetails .row {
    display: block;
  }

  .siteDetails .row .heading,
  .siteDetails .row .description {
    width: 100%;
  }

  .siteDetails .row .heading {
    padding-top: 10px;
    text-align: left !important;
  }

  .siteDetails .row .description {
    padding-bottom: 10px;
    border: none !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 834px) {
  .parkingSite {
    font-size: 2.2vw;
  }

  .ParkingSites {
    font-size: 2vw !important;
  }
}
