@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-start: 0;
  margin-block-end: 0;
}

body {
  min-height: 100vh;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
  margin-block-start: 0;
  margin: 0px;
}

/* prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list--styles ul {
  list-style: disc;
  padding-inline-start: 24px;
}

a:not([class]) {
  color: inherit;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

button {
  all: unset;
}

@media (max-width: 599px) {
  .hide-for-phone {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .hide-for-mobile {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .show-mobile-only {
    display: none !important;
  }
}

.bg--yellow {
  background: #F5A700;
  background-color: #F5A700;
}

.bg--blue {
  background: #0077c0;
  background-color: #0077c0;
}

.bg--light-blue-gradient {
  background: linear-gradient(to bottom, #FFFFFF 0%, #C8E9FD 100%);
}

.drop-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

body {
  font-family: "Montserrat", sans-serif;
  color: #003263;
  font-size: 18px;
}

h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
}
@media (max-width: 599px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 26px;
}

.text--white {
  color: #FFFFFF;
}

.text--blue {
  color: #003263;
}

.text--light-blue {
  color: #0077c0;
}

.text--grey {
  color: #5F6369;
}

.text--bold {
  font-weight: 600;
}

.text--black {
  font-weight: 800;
}

.text--caps {
  text-transform: uppercase;
}

.text--left {
  text-align: left;
}

.text--center {
  text-align: center;
}

.text--balance {
  text-wrap: balance;
}

.text--small {
  font-size: 14px;
}

.text--nowrap {
  white-space: nowrap;
}

.text--smaller {
  font-size: 12px;
}

.line-clamp, .line-clamp--6, .line-clamp--3, .line-clamp--2, .line-clamp--1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp--1 {
  -webkit-line-clamp: 1;
}
.line-clamp--2 {
  -webkit-line-clamp: 2;
}
.line-clamp--3 {
  -webkit-line-clamp: 3;
}
.line-clamp--6 {
  -webkit-line-clamp: 6;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex--nowrap {
  flex-wrap: nowrap;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.fdc {
  flex-direction: column;
}

.gap--1-2 {
  gap: 0.5rem;
}

.gap--1 {
  gap: 1rem;
}

.gap--2 {
  gap: 2rem;
}

.gap--3 {
  gap: 3rem;
}

.gap--4 {
  gap: 4rem;
}

.jcfe {
  justify-content: flex-end;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aife {
  align-items: flex-end;
}

.aic {
  align-items: center;
}

.margin--top-1 {
  margin-top: 1rem;
}

.margin--top-2 {
  margin-top: 2rem;
}

.margin--top-3 {
  margin-top: 3rem;
}

.margin--top-4 {
  margin-top: 4rem;
}

.margin--top-6 {
  margin-top: 6rem;
}

.margin--bottom-1 {
  margin-bottom: 1rem;
}

.margin--bottom-2 {
  margin-bottom: 2rem;
}

.margin--bottom-3 {
  margin-bottom: 3rem;
}

.margin--bottom-4 {
  margin-bottom: 4rem;
}

.padding--top-1 {
  padding-top: 1rem;
}

.padding--top-2 {
  padding-top: 2rem;
}

.padding--top-3 {
  padding-top: 3rem;
}

.padding--top-4 {
  padding-top: 4rem;
}

.padding--bottom-1 {
  padding-bottom: 1rem;
}

.padding--bottom-2 {
  padding-bottom: 2rem;
}

.padding--bottom-3 {
  padding-bottom: 3rem;
}

.padding--bottom-4 {
  padding-bottom: 4rem;
}

.padding--bottom-6 {
  padding-bottom: 6rem;
}

.padding--bottom-12 {
  padding-bottom: 12rem;
}

.super__border--bottom, .super__border--bottom--active {
  position: absolute;
  height: 2px;
  width: 0px;
  left: 0px;
  bottom: 0;
  transition: width 1s ease-out;
  transform: translateX(-50%);
}
.super__border--bottom--active {
  width: calc(200% - 48px);
}

.headline--underline {
  position: relative;
  text-align: center;
  display: inline-block;
}

.underline {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 200vw;
  height: 2px;
  background-color: #F5A700;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1s ease;
}
.underline--active {
  transform: scaleX(1);
}

#wipeRect {
  animation: wipe 3s forwards ease-in-out;
}

@keyframes wipe {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.headline--underline {
  display: inline-block;
  position: relative;
}

.hover--bold {
  font-weight: normal;
  transition: font-weight all 0.3s;
}
.hover--bold:hover {
  font-weight: 500;
  transition: font-weight all 0.3s;
}

.zoom-in-container {
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

.zoom-in {
  transform: scale(1);
  z-index: -1;
}
.zoom-in--active {
  animation: zoom-in 2s ease-out 0s 1 normal forwards;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
    z-index: -1;
  }
  100% {
    transform: scale(1.075);
    z-index: -1;
  }
}
.container, .container--narrow, .container--small, .container--smaller {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: content-box;
}
.container--smaller {
  max-width: 1100px;
}
.container--small {
  max-width: 1000px;
}
.container--narrow {
  max-width: 700px;
}

.clouds-container {
  position: relative;
  overflow: hidden;
}

.super {
  position: relative;
}
@media (max-width: 900px) {
  .super {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .super {
    gap: 1rem;
  }
}

.super__link {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}

#weather {
  font-size: 14px;
}

.alert-bar {
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}
@media (max-width: 900px) {
  .alert-bar {
    margin-top: 75px;
  }
}

.logo--mobile {
  max-height: 50px;
}

@media (max-width: 1000px) {
  .nav__main {
    flex-direction: column;
  }
}
.nav__main a {
  color: inherit;
  text-decoration: none;
}

.nav-dropdown--parent {
  position: relative;
  padding-bottom: 2px;
}
@media (max-width: 900px) {
  .nav-dropdown--parent {
    display: none;
  }
}

.nav-dropdown {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-dropdown:hover > .nav-children {
  transform: scale(1);
  transition: transform 0.2s ease-in;
}
@media (max-width: 900px) {
  .nav-dropdown {
    display: none;
  }
}

.nav-children {
  transform: scale(0);
  position: absolute;
  top: 50px;
  z-index: 10000;
  background-color: #C8E9FD;
  border-radius: 6px;
  list-style-type: none;
  transition: transform 0.2s ease-in;
  padding: 12px 0px;
}
.nav-children li {
  padding: 6px 12px;
  line-height: 1.1;
}
.nav-children li:hover {
  background: linear-gradient(to right, #0077c0 0%, #0077c0 50%, #C8E9FD 100%);
  color: #FFFFFF;
}
.nav-children::before {
  content: "";
  position: absolute;
  top: -10px; /* Adjust to control how much the triangle extends above the box */
  left: 50%;
  transform: translateX(-50%); /* Center the triangle horizontally */
  width: 0;
  height: 0;
  border-left: 10px solid transparent; /* Half the width of the triangle base */
  border-right: 10px solid transparent; /* Half the width of the triangle base */
  border-bottom: 10px solid #C8E9FD;
}
.nav-children li:not(:first-of-type) {
  padding-top: 6px;
}

.nav-link {
  color: inherit;
  text-decoration: none;
}

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
*/
#menuToggle {
  display: block;
  position: absolute;
  top: 150px;
  left: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  background: #FFFFFF;
  padding: 4px 4px 0px;
  border-radius: 6px;
}

#menuToggle a {
  text-decoration: none;
  color: #003263;
  transition: color 0.3s ease;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #003263;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #003263;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  max-width: 400px;
  width: 100vw;
  height: 100vh;
  margin: -200px 0 0 -54px;
  padding: 50px;
  padding-top: 225px;
  box-sizing: border-box;
  overflow-y: auto;
  background: #C8E9FD;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
}

#menu li label {
  cursor: pointer;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

.footer {
  margin-top: -100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .footer .flex-1 {
    flex: 100%;
  }
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer .button, .footer .button--yellow, .footer .button--grey, .footer .button--dark-blue {
  color: #FFFFFF;
}

.footer-container {
  position: relative;
  z-index: 2000000;
}

#lightings {
  position: absolute;
  top: 0;
  width: 100%;
}
#lightings section {
  border-radius: 50%;
}

.accordion {
  cursor: pointer;
  padding: 16px 0px;
  width: 100%;
  outline: none;
  transition: all 0.2s;
  position: relative;
  border-top: 1px solid #0077c0;
}
.accordion h2 {
  font-size: 20px;
  text-align: left;
  font-weight: normal;
  text-transform: none;
  text-wrap: initial;
  padding-right: 60px;
}
.accordion:last-of-type {
  border-bottom: 1px solid #0077c0;
}
.accordion::after {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.accordion--active + .panel {
  margin-bottom: 12px;
}
.accordion--active::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion--active:last-of-type {
  border-bottom: none;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion__image {
  width: 200px;
  height: 200px;
  border-radius: 6px;
}

.accordion__text-image {
  max-width: 600px;
}

.homepage__hero {
  min-height: 550px;
  position: relative;
  width: 100%;
}

.homepage__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 24px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 599px) {
  .homepage__hero-container {
    justify-content: center;
  }
}

.homepage__hero-content {
  background: linear-gradient(to bottom, #0077c0 0%, #0077c0 50%, #C8E9FD 100%);
  height: 437.34px;
  width: 465.98px;
  border-radius: 50% 50% 0px 0px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 599px) {
  .homepage__hero-content {
    height: auto;
  }
}
@media (min-width: 600px) {
  .homepage__hero-content h1 {
    font-size: 40px;
  }
  .homepage__hero-content p {
    font-size: 24px;
  }
}
.homepage__hero-content svg {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
@media (max-width: 599px) {
  .homepage__hero-content {
    padding: 100px 24px;
  }
}

.homepage__hero-clouds {
  position: absolute;
  bottom: -325px;
  left: -450px;
}
@media (max-width: 599px) {
  .homepage__hero-clouds {
    bottom: -380px;
  }
}

@keyframes imagemove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.inner__hero-content {
  background: linear-gradient(to bottom, #0077c0 0%, #0077c0 50%, #2DADFC 100%);
  height: 201.68px;
  width: 400.07px;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  position: relative;
  overflow: hidden;
}
.inner__hero-content h1 {
  padding: 24px 50px 0px;
  font-size: 26px;
}
@media (min-width: 600px) {
  .inner__hero-content h1 {
    font-size: 30px;
  }
}
.inner__hero-content svg {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.bg__quick-links {
  position: absolute;
  width: 358px;
  right: 24px;
  top: -24px;
  z-index: -1;
}
@media (max-width: 599px) {
  .bg__quick-links {
    display: none;
  }
}

.quick-links {
  position: relative;
}
@media (max-width: 900px) {
  .quick-links {
    flex-direction: column;
  }
}

.quick-link {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 45px;
  padding: 12px 24px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 26px;
  color: white;
  text-decoration: none;
  text-align: center;
}
.quick-link:hover {
  background-color: #003263;
}

@media (max-width: 1125px) {
  .img__quick-link {
    display: none;
  }
}

.flight-status-table {
  background-color: #FFFFFF;
  padding: 35px 15px;
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.flight-status-table table {
  border-collapse: collapse;
}
.flight-status-table table th, .flight-status-table table td {
  border-bottom: 1px solid #D6D7D6;
  padding: 8px;
}
@media (max-width: 599px) {
  .flight-status-table table th, .flight-status-table table td {
    font-size: 9px;
  }
}

.flight-status-img {
  height: 59px;
  width: 59px;
}

.flight-table {
  display: none;
  padding: 50px;
  background-color: #FFFFFF;
  border-radius: 6px;
}
@media (max-width: 599px) {
  .flight-table {
    padding: 24px;
  }
}
.flight-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.flight-table table th {
  text-transform: uppercase;
  font-weight: 700;
}
.flight-table table th, .flight-table table td {
  border-bottom: 1px solid #D6D7D6;
  padding: 8px;
}
@media (max-width: 599px) {
  .flight-table table th {
    font-size: 7px;
  }
  .flight-table table td {
    font-size: 10px;
  }
}

@media (max-width: 599px) {
  .enplanements-container {
    display: none !important;
  }
}

.enplanements th, .enplanements td {
  font-size: 15px;
  text-transform: none !important;
}
.enplanements th:last-child, .enplanements th:nth-last-child(2), .enplanements td:last-child, .enplanements td:nth-last-child(2) {
  color: #0077c0;
}

.flight-table.active {
  display: block;
}

.toggle-btn {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  height: 50px;
}
.toggle-btn svg {
  color: #003263;
  fill: #003263;
}

.toggle-btn.active {
  background: #0077c0;
  color: #FFFFFF;
  position: relative;
}
.toggle-btn.active svg {
  color: #FFFFFF;
  fill: #FFFFFF;
}

.button__container {
  position: relative;
}

.button__container.active .button__triangle {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #0077C0;
  pointer-events: none; /* so it doesn't block clicks */
}

.button, .button--yellow, .button--grey, .button--dark-blue {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 6.25rem;
  text-transform: uppercase;
  cursor: pointer;
  color: #FFFFFF;
  width: fit-content;
  background-color: #0077c0;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  font-weight: 600;
}
.button--dark-blue {
  background-color: #003263;
}
.button--grey {
  background-color: #DFE0DE;
  color: #003263;
}
.button--yellow {
  background-color: #F5A700;
  color: #003263;
}

.button--center {
  margin: auto;
}

.button--stroke .button__flair {
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
}

.button__flair {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.button__label {
  position: relative;
  text-align: center;
  transition: color 50ms var(--ease-in-out-quart);
}

.button--stroke:hover {
  color: var(--button-hoverColor, var(--button-stroke));
  --fillColor: var(--button-hoverColor, var(--button-stroke));
}

.button--stroke:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6.25rem;
  content: "";
  pointer-events: none;
}

.button__flair:before {
  aspect-ratio: 1/1;
  background: url("https://gsap.com/img/noise-button.png"), var(--button-stroke);
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 170%;
}

.button--stroke:hover .button__label {
  transition: color 0.15s var(--ease-in-out-quart);
}

.callout--home, .callout--security, .callout--dining, .callout--dining__reverse {
  position: relative;
  z-index: 100;
}
.callout--home h2, .callout--security h2, .callout--dining h2, .callout--dining__reverse h2 {
  margin-bottom: 16px;
}
.callout--home .callout--content, .callout--security .callout--content, .callout--dining .callout--content, .callout--dining__reverse .callout--content {
  padding: 50px;
  background-color: #FFFFFF;
  border-radius: 6px 0px 0px 6px;
}
.callout--home .callout--image, .callout--security .callout--image, .callout--dining .callout--image, .callout--dining__reverse .callout--image {
  border-radius: 0px 6px 6px 0px;
}
.callout--home .callout--image img, .callout--security .callout--image img, .callout--dining .callout--image img, .callout--dining__reverse .callout--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .callout--home, .callout--security, .callout--dining, .callout--dining__reverse {
    flex-direction: column;
  }
  .callout--home .callout--content, .callout--security .callout--content, .callout--dining .callout--content, .callout--dining__reverse .callout--content {
    border-radius: 6px 6px 0px 0px;
  }
  .callout--home .callout--image, .callout--security .callout--image, .callout--dining .callout--image, .callout--dining__reverse .callout--image {
    border-radius: 0px 0px 6px 6px;
  }
  .callout--home .callout--image img, .callout--security .callout--image img, .callout--dining .callout--image img, .callout--dining__reverse .callout--image img {
    max-height: 500px;
  }
}

.callout--reverse .callout--content {
  border-radius: 0px 6px 6px 0px;
}
.callout--reverse .callout--image {
  border-radius: 6px 0px 0px 6px;
}
.callout--reverse .callout--image img {
  max-height: 500px;
}
@media (max-width: 900px) {
  .callout--reverse {
    flex-direction: column-reverse;
  }
  .callout--reverse .callout--content {
    border-radius: 6px 6px 0px 0px;
  }
  .callout--reverse .callout--image {
    border-radius: 0px 0px 6px 6px;
  }
  .callout--reverse .callout--image img {
    max-height: 500px;
  }
}

.callout-no-image {
  background-color: #003263;
  border-radius: 6px;
  padding: 24px;
}
.callout-no-image p {
  font-size: 20px;
  max-width: 600px;
  color: #FFFFFF;
}

.callout--dining, .callout--dining__reverse {
  margin-bottom: 24px;
  border-radius: 6px;
}
.callout--dining h2, .callout--dining__reverse h2 {
  color: #0077c0;
}
.callout--dining__reverse {
  flex-direction: row-reverse;
}
.callout--dining__reverse .callout--image {
  border-radius: 6px 0px 0px 6px;
}
.callout--dining__reverse .callout--content {
  border-radius: 0px 6px 6px 0px;
}
@media (max-width: 900px) {
  .callout--dining__reverse {
    flex-direction: column;
  }
  .callout--dining__reverse .callout--content {
    border-radius: 6px 6px 0px 0px;
  }
  .callout--dining__reverse .callout--image {
    border-radius: 0px 0px 6px 6px;
  }
}

.sky-background {
  margin-top: -100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.homepage__news-clouds {
  position: absolute;
  bottom: -200px;
}

.homepage__news-headline {
  margin-bottom: 75px;
}

.news-preview {
  max-width: 100%;
}

@media (max-width: 1105px) {
  .news-preview-container {
    justify-content: center;
  }
}

.news-preview--content {
  max-width: 342px;
  height: 320.13px;
  background-color: #FFFFFF;
  border-radius: 0px 0px 50% 50%;
  padding: 36px;
  position: relative;
}
.news-preview--content .button--dark-blue {
  margin: 12px auto;
}
.news-preview--content svg {
  position: absolute;
  transform: rotate(180deg);
  bottom: 10px;
  right: 10px;
}

.news-preview--image {
  height: 309.22px;
  width: 342px;
  border-radius: 50% 50% 0px 0px;
  position: relative;
}
.news-preview--image svg {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
}
.news-preview--image img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

.news-preview--text {
  font-size: 14px;
  line-height: 1.5;
}

.news-preview--headline {
  font-weight: 500;
}

.load__button {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.blog-container {
  margin-top: -100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  padding-top: 100px;
  overflow: hidden;
  z-index: 100000;
}

.blog__header {
  height: 500px;
}
@media (max-width: 599px) {
  .blog__header {
    flex-direction: column;
    height: auto;
  }
}

.blog__title {
  padding-left: 24px;
  padding-right: 24px;
}
.blog__title h1 {
  width: 20ch;
  text-align: right;
}
@media (max-width: 599px) {
  .blog__title {
    padding-top: 4rem;
    padding-bottom: 10rem;
    margin-top: -10px;
  }
  .blog__title h1 {
    width: auto;
    text-align: center;
  }
}

.blog__image {
  position: relative;
}
.blog__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 600px) {
  .blog__image {
    z-index: 1000;
  }
}

.blog__image--internal {
  border-radius: 6px;
}
.blog__image--internal img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.destinations-map img {
  width: 100%;
}

.dest-preview--content {
  max-width: 342px;
  min-height: 350px;
  background-color: #FFFFFF;
  border-radius: 0px 0px 50% 50%;
  padding: 36px 36px 50px;
  position: relative;
}
.dest-preview--content .button--dark-blue {
  margin: 12px auto;
}
.dest-preview--content svg {
  position: absolute;
  transform: rotate(180deg);
  bottom: 10px;
  right: 10px;
}

.dest-preview--image {
  height: 280px;
  width: 342px;
  border-radius: 50% 50% 0px 0px;
  position: relative;
}
.dest-preview--image svg {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
}
.dest-preview--image img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

.dest-location {
  margin-top: -60px;
  font-weight: 700;
  font-size: 24px;
}

.dest-logo {
  position: relative;
  z-index: 1000;
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 300px;
}
.dest-logo img {
  max-width: 150px;
}
.dest-logo:first-of-type {
  margin-top: 10px;
}

.destination-tag {
  background-color: #F5A700;
  position: absolute;
  z-index: 10000;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 150px;
  width: 150px;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.airline {
  background-color: #FFFFFF;
  padding: 0px 50px;
  border-radius: 6px;
}
@media (min-width: 1000px) {
  .airline {
    height: 350px;
  }
}
@media (max-width: 900px) {
  .airline {
    padding: 32px;
  }
  .airline .airline-logo-container {
    flex: 100%;
  }
}

.airline-logo {
  width: 100%;
  max-height: 125px;
}

.airline-info {
  height: max-content;
  flex-wrap: nowrap;
}

.airline-column .airline-info {
  padding-top: 20px;
}
.airline-column .airline-info:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid #D6D7D6;
}

.airline-info-headline {
  padding-top: 32px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D6D7D6;
}

.airline-column-2 p:first-of-type {
  padding-top: 32px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D6D7D6;
}
.airline-column-2 p:not(:first-of-type) {
  padding-top: 15px;
}
.airline-column-2 .button, .airline-column-2 .button--dark-blue, .airline-column-2 .button--grey, .airline-column-2 .button--yellow {
  margin-bottom: 40px;
  align-self: flex-end;
}
@media (max-width: 900px) {
  .airline-column-2 .button, .airline-column-2 .button--dark-blue, .airline-column-2 .button--grey, .airline-column-2 .button--yellow {
    margin-bottom: 0px;
  }
}
@media (max-width: 599px) {
  .airline-column-2 .button, .airline-column-2 .button--dark-blue, .airline-column-2 .button--grey, .airline-column-2 .button--yellow {
    margin-top: 25px;
    align-self: center;
  }
}

@media (max-width: 1024px) {
  .parking-rates {
    justify-content: center;
  }
}

.short-term-parking, .long-term-parking {
  padding: 24px;
  border-radius: 6px;
  background-color: #FFFFFF;
  width: 480px;
}
@media (max-width: 1024px) {
  .short-term-parking, .long-term-parking {
    width: 100%;
  }
}

.short-term-parking {
  border-top: 20px solid #F5A700;
}

.long-term-parking {
  border-top: 20px solid #93D400;
}

.parking-table {
  table-layout: fixed;
  border-collapse: collapse;
}
.parking-table th {
  text-transform: uppercase;
  font-weight: 700;
}
.parking-table th, .parking-table td {
  border-bottom: 1px solid #D6D7D6;
  padding: 8px 20px;
}
@media (max-width: 599px) {
  .parking-table th, .parking-table td {
    font-size: 14px;
  }
}

.transportation__card {
  width: 320px;
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 24px;
}
.transportation__card .transportation__logo-container {
  height: 80px;
}
.transportation__card .transportation__logo-container img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1040px) {
  .rental-cars {
    justify-content: center;
  }
}

@media (max-width: 999px) {
  .tsa-cards {
    justify-content: center;
  }
}

.tsa-card {
  width: 220px;
  background-color: #0077c0;
  padding: 24px 36px;
  border-radius: 6px;
  color: #FFFFFF;
  text-decoration: none;
}
.tsa-card:hover {
  background-color: #003263;
}
@media (max-width: 599px) {
  .tsa-card {
    width: 100%;
  }
}

.precheck-card {
  width: 220px;
  background-color: #0077c0;
  padding: 24px 36px;
  border-radius: 6px;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 599px) {
  .precheck-card {
    width: 100%;
  }
}
.precheck-card::after {
  content: "";
  position: absolute;
  bottom: -15px; /* Adjust to control how much the triangle extends above the box */
  left: 50%;
  transform: translateX(-50%); /* Center the triangle horizontally */
  width: 0;
  height: 0;
  border-left: 15px solid transparent; /* Half the width of the triangle base */
  border-right: 15px solid transparent; /* Half the width of the triangle base */
  border-top: 15px solid #0077c0;
}

.psc-precheck {
  background-color: #003263;
  border-radius: 6px;
  padding: 24px;
}
@media (max-width: 900px) {
  .psc-precheck {
    gap: 16px;
  }
}
.psc-precheck h1 {
  max-width: 200px;
  color: #C8E9FD;
}
.psc-precheck p {
  max-width: 700px;
  color: #FFFFFF;
}

.callout--security h2 {
  color: #0077c0;
}

.form-container {
  background-color: #C8E9FD;
  padding: 24px;
  border-radius: 6px;
}

.form .button, .form .button--dark-blue, .form .button--grey, .form .button--yellow {
  margin-bottom: -50%;
}
.form .button:hover, .form .button--dark-blue:hover, .form .button--grey:hover, .form .button--yellow:hover {
  background-color: #003263;
}
.form input {
  height: 40px;
}
.form label {
  width: 24%;
  text-align: end;
}
.form input, .form textarea {
  border: none;
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 75% !important;
}
.form textarea {
  margin-bottom: 15px;
}
.form .form-row {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media (max-width: 599px) {
  .form .form-row {
    flex-direction: column;
  }
  .form .form-row label {
    text-align: start;
  }
  .form .form-row input, .form .form-row label, .form .form-row textarea {
    width: 100% !important;
  }
}
.form .form-row:not(:last-of-type) {
  align-items: center;
}

@media (max-width: 599px) {
  .contact__intro {
    flex-direction: column;
  }
}
.contact__intro a {
  color: inherit;
  text-decoration: none;
}

.contact-info {
  margin-left: 24px;
}

.map-image {
  border-radius: 6px;
  height: 300px;
}
.map-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact__callout {
  background-color: #003263;
  padding: 24px;
  border-radius: 6px;
}
@media (max-width: 599px) {
  .contact__callout {
    flex-direction: column-reverse;
  }
}

.contact__callout--text {
  color: #FFFFFF;
  flex: 6;
}
.contact__callout--text h1 {
  margin-bottom: 6px;
}
@media (max-width: 599px) {
  .contact__callout--text h1 {
    text-align: center;
  }
}

.contact__callout--arrow {
  flex: 1;
}

@media (max-width: 900px) {
  .team-members {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .team-members {
    flex-direction: column;
  }
}

.team-member {
  flex: 0 0 calc(33.333% - 2rem);
}

.team-member__image {
  border-radius: 6px;
  aspect-ratio: 1/1;
}
.team-member__image img {
  width: 100%;
  border-radius: 6px;
}

.team-member__text {
  margin-top: 24px;
  text-align: center;
}

.slider__image {
  width: 340px;
}
.slider__image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 6px;
}

/* the slides */
.slick-slide {
  margin: 0 12px;
}

/* the parent */
.slick-list {
  margin: 0 -12px;
}

.slick-dots {
  list-style: circle;
  text-align: center;
  margin-top: 24px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  content: "•";
  font-size: 75px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #003263;
  opacity: 0.25;
}

.slick-active button:before {
  opacity: 1 !important;
}

.timeline-row {
  text-wrap: balance;
  margin-top: 36px;
}

/*# sourceMappingURL=styles.css.map */
