/*---------------------------------
  Common
---------------------------------*/
.en .pageTitle {
  padding-bottom: 55px;
}
.en .pageTitle--en {
  display: none;
}
.en .footer {
  margin: 60px 0 0;
}
.en .utilityLink--list {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .en .header--logo {
    top: 40px;
  }
}
/*---------------------------------
  Top
---------------------------------*/
.en .globalNav--item {
  width: 33.3%;
}
.en .infoArea {
  justify-content: center;
}
.en .infoArea .parking {
  width: auto;
}
.en .facility--purposeItem.col2 {
  width: 95%;
  margin-right: 0;
}
.en .facility--purposeItem:nth-child(2n+1) {
  margin-right: 0;
}
.en .facility--purposeItem:first-of-type {
  margin-right: 5%;
}
.en .facility--purposeItem:nth-child(2n+4) {
  margin-right: 5%;
}
.en .facility--imageItem:hover .facility--itemImage {
  opacity: 0.4;
}
.en .access--choices {
  align-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .facility--purposeItem.col2 {
    width: 100%;
  }
}
/*---------------------------------
  Access
---------------------------------*/
@media screen and (min-width: 769px) {
  .en .flow--box.large {
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .en .flow--box.large {
    height: auto;
    line-height: 1.4;
    padding: 20px 0;
  }
}