body {
  font-size: 14px;
  line-height: 27px;
}
#imgDeparture {
  float: left;
}
#imgArrival {
  float: right;
}
.container {
  max-width: 1200px;
  width: auto;
  margin: 0 auto 0 auto;
  position: relative;
}
div.content {
  max-width: 100%;
  width: auto;
  padding: 9% 4% 0;
}
.contentBody,
#Content,
.cms-content {
  max-width: 100%;
  width: auto;
}
.media-articles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.article {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.article-image {
  width: 100%;
  height: 9.9rem;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.article-image::after {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
  z-index: 1;
}
.title-image {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-51%, -50%);
  width: 180px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  background-color: #00205b;
  border-radius: 4px;
  z-index: 1;
  text-align: center;
  white-space: nowrap;
  opacity: 1;
}
/* =========================
FOOTER IMAGE TEXT
========================= */

.title-image-footer {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  height: auto;
  display: block;
  font-size: clamp(16px, 3.5vw, 28px);
  font-weight: 600;
  color: white;
  background-color: transparent;
  border-radius: 0;
  z-index: 2;
  text-align: left;
  white-space: normal;
  line-height: 1.3;
  margin: 0;
  box-sizing: border-box;
}
.subtitle-image-footer {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  color: #efefef;
  font-size: clamp(12px, 1.8vw, 16px);
  font-weight: 400;
  line-height: 1.4;
  z-index: 2;
  text-align: left;
  margin: 0;
  box-sizing: border-box;
}
.content-container {
  margin: auto;
  padding: 40px 20px;
  max-width: 1300px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row div {
  padding: 0 2% 20px 2%;
  flex: 0 0 45%;
}
div.content img {
  max-width: 100%;
}
.banner4 {
  letter-spacing: 0;
  width: auto !important;
  height: auto !important;
  text-align: center;
  font-size: 30px;
  color: #00205b;
  text-transform: capitalize;
  font-weight: 700;
}
.tblMainFlightSearch {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
.tblSearchFields {
  width: 100%;
}
select {
  width: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding-left: 2.25em;
  background-image: url(/custom/PA/client/src/styles/images/web/icons/select.png);
  background-image: url(/custom/PA/client/src/styles/images/web/icons/select.svg);
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-position: left 0.375em center;
  background-attachment: scroll;
  padding: 6px 30px 6px 6px;
  max-width: 100%;
  min-width: 60px;
  font-size: 1em;
  line-height: 1.3;
  color: #333333;
  border: 1px solid #bfbfbf;
  background-color: #fafafa;
  background-position: right 1px center;
  background-size: 30px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition-property: box-shadow, background-color, border-color;
  -webkit-transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: box-shadow, background-color, border-color;
  transition-property: box-shadow, background-color, border-color, -webkit-box-shadow;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding-right: 2.75em !important;
}
#tblDeparture,
#tblArrival {
  border-collapse: collapse;
  margin: thin 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 340px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
}
#tblDeparture thead tr,
#tblArrival thead tr {
  background-color: #009879;
  color: white;
  text-align: left;
}
#tblDeparture th,
#tblDeparture td,
#tblArrival th,
#tblArrival td {
  padding: 8px 11px;
}
#tblDeparture tbody tr,
#tblArrival tbody tr {
  border-bottom: thin solid #dddddd;
}
#tblDeparture tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
#tblDeparture tbody tr:nth-of-type(1) td {
  padding: 0px 0px 0px 0px !important;
}
#tblDeparture tbody tr:nth-of-type(2) td {
  background: #dbeaf8 url(../images/design/footertile.jpg) repeat-x top;
  font-weight: bolder;
  color: black;
}
#tblArrival tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
#tblArrival tbody tr:nth-of-type(1) td {
  padding: 0px 0px 0px 0px !important;
}
#tblArrival tbody tr:nth-of-type(2) td {
  background: #dbeaf8 url(../images/design/footertile.jpg) repeat-x top;
  font-weight: bolder;
  color: black;
}
#tblDeparture tbody tr:last-of-type {
  border-bottom: 2px solid aliceblue;
}
#tblArrival tbody tr:last-of-type {
  border-bottom: 2px solid aliceblue;
}
#tblDeparture tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}
#tblArrival tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}
div.content img {
  box-shadow: none;
}
@media screen and (max-width: 850px) {
  .row div {
    flex: 0 0 90%;
  }
}
@media screen and (max-width: 650px) {
  #imgDeparture,
  #imgArrival {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .changeOrientation {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) {
  div.content .contentBody {
    padding: 0px 0px 0px 0px;
  }
  div.content h2.banner4 {
    padding-top: 20px;
  }
  div.content .contentBody h2 {
    margin: 30px 0px 20px;
  }
}
.txtFlightNumber {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding-left: 2.25em;
  background-size: 1.5em;
  background-position: left 0.375em center;
  padding: 6px 6px 6px 6px;
  max-width: 100%;
  min-width: 80px;
  font-size: 1em;
  line-height: 1.3;
  color: #333333;
  border: 1px solid #bfbfbf;
  background-color: #fafafa;
  background-position: right 1px center;
  background-size: 30px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition-property: box-shadow, background-color, border-color;
  -webkit-transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: box-shadow, background-color, border-color;
  transition-property: box-shadow, background-color, border-color, -webkit-box-shadow;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#ddDate {
  min-width: 109px !important;
}
/* =========================
RESPONSIVE
========================= */

@media (max-width: 992px) {
  .article-image {
    height: 260px;
    width: 100%;
  }
  .title-image {
    width: 16%;
    height: auto;
    padding: 8px 0px;
    font-size: 22px;
    white-space: normal;
  }
  .media-articles:last-of-type .article-image {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 20px;
  }
  .title-image-footer {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .subtitle-image-footer {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .baggage-cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .top-section,
  .bottom-section {
    grid-template-columns: 1fr;
  }
  .bottom-images {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .article-image {
    height: 240px;
  }
  .title-image {
    width: auto;
    padding: 8px 14px;
    font-size: 20px;
    white-space: normal;
  }
  .baggage-cards {
    grid-template-columns: 1fr;
  }
  .bottom-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .bottom-images {
    grid-template-columns: 1fr;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .baggage-cards {
    grid-template-columns: 1fr;
  }
  .media-articles:last-of-type .article-image {
    padding: 24px 16px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
}
