/*
Theme Name: eclipse360
*/

@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }

  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }

  30% {
    transform: scale(0.9, 1.1) translateY(-15px);
  }

  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(-7px);
  }

  64% {
    transform: scale(1, 1) translateY(0);
  }

  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes bounce_small {
  0% {
    transform: scale(1, 1) translateY(0);
  }

  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }

  30% {
    transform: scale(0.9, 1.1) translateY(-5px);
  }

  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(-2px);
  }

  64% {
    transform: scale(1, 1) translateY(0);
  }

  100% {
    transform: scale(1, 1) translateY(0);
  }
}

[data-animate] {
  transition: all 2s !important;
  filter: grayscale(80%);
  opacity: 0.8;
  transform: translateY(60px);
}

[data-animate].in-view {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(0);
}

[data-animate-2] {
  transition: all 2s !important;
  transform: scale(1.2);
}

[data-animate-2].in-view {
  transform: scale(1);
}

.fancybox__content {
  padding: 0 !important;
}

.overflow {
  overflow: hidden !important;
}

.flex {
  display: flex;
  align-items: center;
}

.menu-trigger {
  display: none;
  cursor: pointer;
}

.menu-trigger img {
  width: 30px;
}

.menu-trigger .bars {
  margin-left: 15px;
  width: 25px;
}

.menu-trigger .bars span {
  background-color: #fff;
  height: 2px;
  width: 100%;
  transition: all 250ms;
  display: block;
  margin: 5px 0;
}

.menu-trigger .bars span:nth-child(2) {
  width: 60%;
}

.menu-trigger:hover .bars span {
  width: 60%;
}

.menu-trigger:hover .bars span:nth-child(2) {
  width: 100%;
}

html {
  scroll-padding-top: 240px;
}

body {
  font-family: "Maven Pro", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  overflow-x: hidden;
  color: #003e52;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Maven Pro", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-weight: 400;
}

a {
  text-decoration: none;
  transition: all 250ms;
  color: #00bfd7;
}

p a.button {
  display: inline-block;
  margin-top: 15px;
}

a:hover {
  color: #003e52;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #00bfd7;
  opacity: 0.5;
}

.wp-block-columns .wp-block-column hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wp-block-group .wp-block-columns {
  padding-left: 0;
  padding-right: 0;
}

::selection {
  background-color: #003e52;
  color: #fff;
}

p:last-child,
p:last-of-type {
  margin-bottom: 0;
}

p:empty,
.french-text,
html[lang="fr-FR"] .english-text {
  display: none;
}

html[lang="fr-FR"] .french-text {
  display: block;
}

.entry-content ol {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.entry-content *+ul {
  margin: 30px 0 30px 30px;
}

.entry-content *+ul li {
  margin-bottom: 5px;
}

.entry-content ol li {
  position: relative;
  display: flex;
  counter-increment: list;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.entry-content ol li::before {
  content: counter(list);
  color: #003e52;
  display: block;
  margin-right: 15px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}

*:focus {
  outline: none !important;
}

*::before,
*::after {
  pointer-events: none;
}

section {
  padding: 60px 0;
  position: relative;
}

.wp-block-file__button {
  color: #00bfd7 !important;
  background: unset !important;
}

.wp-block-file__button:hover {
  color: #003e52 !important;
}

.button,
.wp-block-button__link,
input[type="submit"] {
  transition: all 250ms;
  border: 2px solid #003e52;
  padding: 15px 45px;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
  color: #003e52;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.wp-block-button__link {
  background-color: #fff;
}

.button:hover,
#content .wp-block-button__link:hover,
input[type="submit"]:hover {
  color: #fff !important;
  background-color: #003e52 !important;
}

.gform_wrapper input[type="submit"] {
  background-color: #fff !important;
  border-color: #003e52 !important;
  border-width: 1px !important;
}

.gform_wrapper input[type="submit"]:hover {
  background-color: #003e52 !important;
  color: #fff !important;
}

.image-wrap,
.video-wrap {
  overflow: hidden;
}

.image-wrap img,
.video-wrap video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 250ms;
}

.container,
.wp-block-columns,
.ui-accordion {
  margin: 0 auto;
  padding: 0px 30px;
  max-width: 1260px;
}

.container.small,
.wp-block-columns.small,
.ui-accordion {
  max-width: 900px;
}

.container.large,
.wp-block-columns.large {
  max-width: 1640px;
}

.wp-block-columns,
.ui-accordion {
  padding: 60px 30px;
}

.block_background .wp-block-columns {
  padding: 30px 0;
}

.block_background *+table {
  margin-top: 30px;
}

.block_background table td {
  padding: 15px;
  border-color: transparent transparent #dadbdd transparent;
}

.block_background table tr:last-child td {
  border: none;
}

.wp-block-table {
  overflow-x: auto;
  max-width: 100%;
}

.ui-accordion>div,
.wp-block-getwid-accordion__content {
  border: none !important;
}

.ui-accordion>div.ui-accordion-header {
  border-bottom: 1px solid #eaeaea !important;
}

.ui-accordion>div:last-of-type {
  border: none !important;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  padding: 15px !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 60px;
  background: linear-gradient(#003e52, transparent);
  z-index: 8;
  transition: all 250ms;
  color: #fff;
}

.logged-in #header {
  top: 32px;
}

.is-scrolling #header {
  transform: translateY(-100%);
}

#header .container:not(.utils) {
  justify-content: space-between;
}

.logo {
  transition: all 250ms;
  max-width: 100%;
}

.logo img {
  display: block;
}

#header>.container>.logo.logo-alt,
.scroll #header>.container>.logo,
.single.no-featured-image #header>.container>.logo,
.error404 #header>.container>.logo {
  display: none;
}

.scroll #header>.container>.logo.logo-alt,
.single.no-featured-image #header>.container>.logo.logo-alt,
.error404 #header>.container>.logo.logo-alt {
  display: block;
}

.scroll #header,
.single.no-featured-image #header,
.error404 #header {
  background: #fff;
  padding: 15px 0;
  top: 0 !important;
  border-bottom: 2px solid #eaeaea;
}

.scroll #header>.utils,
.single.no-featured-image #header>.utils,
.error404 #header>.utils {
  color: #003e52;
  padding-bottom: 5px;
}

.scroll #header>.utils .search img,
.single.no-featured-image #header>.utils .search img,
.error404 #header>.utils .search img {
  opacity: 0;
}

.scroll #header>.utils .search,
.single.no-featured-image #header>.utils .search,
.error404 #header>.utils .search {
  background: url(assets/images/search-blue.svg) no-repeat center right / 20px;
}

.scroll .menu-trigger,
.single.no-featured-image .menu-trigger,
.error404 .menu-trigger {
  color: #003e52;
}

.scroll .menu-trigger .bars span,
.single.no-featured-image .menu-trigger .bars span,
.error404 .menu-trigger .bars span {
  background-color: #003e52;
}

.clock-wrap {
  padding-right: 15px;
  font-weight: bold;
  font-size: 16px;
}

.clock-wrap span {
  padding-right: 5px;
}

#wrapper .wp-forecast {
  display: flex;
  justify-content: flex-end;
  float: none;
  align-items: baseline;
  font-weight: 400;
}

#wrapper .mega-menu .wp-forecast {
  color: #003e52;
}

#wrapper .wp-forecast-curr {
  display: flex;
  padding: 0 10px 0 0;
  flex-direction: row-reverse;
}

#wrapper .wp-forecast-curr-head {
  font-size: 16px;
  padding: 0 15px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  display: none;
}

#wrapper .wp-forecast-curr-block {
  float: none;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.flyout-menu .wp-forecast-curr-block {
  padding-bottom: 10px;
}

#wrapper .wp-forecast-curr-right {
  font-weight: bold;
  padding-right: 15px;
}

html[lang="fr-FR"] #wrapper .wp-forecast-curr-right {
  display: none;
}

#wrapper div.wp-forecast-curr-left {
  margin-right: 10px;
}

#wrapper .wp-forecast-curr-left img {
  max-width: 30px;
  vertical-align: text-top;
}

.wp-forecast-fc,
#wp-forecastA+div[style="clear:inherit;"],
.wp-forecast-curr-details {
  display: none;
}

.nav-wrap {
  margin-left: auto;
}

#menu {
  margin: 0;
}

#header .menu {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
}

.menu a {
  text-decoration: none;
  font-size: 22px;
  color: #fff;
}

.menu a:hover {
  color: #00bfd7 !important;
}

.scroll #menu .menu>li>a,
.single.no-featured-image #menu .menu>li>a,
.error404 #menu .menu>li>a {
  color: #003e52;
}

.menu li {
  margin: 0 15px;
}

.menus .menu li {
  margin: 0;
}

.banner {
  padding: 0;
  height: 760px;
  overflow: hidden;
  min-height: 600px;
}

.banner.has-quicklinks {
  min-height: 800px;
}

.banner::after,
.home .banner::after {
  content: "";
  display: block;
  background: url(assets/images/banner-graphic.svg) no-repeat right bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  transition: all 10s;
}

.home .banner::after {
  background: url(assets/images/banner-graphic-home.svg) no-repeat right bottom;
}

.banner::before {
  content: "";
  display: block;
  background: linear-gradient(transparent, rgba(0, 62, 82, 0.8));
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home .banner {
  height: 100vh !important;
  min-height: 600px;
}

.banner .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .image-wrap img {
  transition: all 10s;
}

.banner.loaded .image-wrap img {
  transform: scale(1.1);
}

.banner.loaded::after {
  transform: scale(1.2) rotate(-10deg);
  opacity: 0.7;
}

.scroll .banner.loaded::after {
  transform: scale(1.4) rotate(-10deg);
}

.banner .container {
  position: absolute;
  z-index: 2;
  padding: 0 30px 8%;
  left: 50%;
  bottom: 0;
  width: 100%;
  transition: all 2s;
  opacity: 0.3;
  transform: translate(-50%, -60px);
}

.loaded.banner .container {
  transform: translate(-50%, 0px);
  opacity: 1;
}

.banner * {
  color: #fff;
  margin: 0;
}

.banner h2 {
  font-size: 30px;
  margin-bottom: 5px;
}

.banner h1,
.slots,
.bottom-line {
  font-size: calc(30px + 4vw);
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.banner-graphic {
  position: absolute;
  bottom: -1px;
  left: -2px;
  width: calc(100% + 4px);
  z-index: 1;
}

.banner-graphic img {
  display: block;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  margin-left: -1px;
}

.flight-search>label {
  display: block;
  margin-bottom: 15px;
}

.flight-search {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  max-width: 100%;
}

.flight-search input {
  color: #fff;
  background: transparent;
  border-radius: 50px;
  width: 400px;
  max-width: 100%;
  border: 1px solid #fff;
  padding: 20px;
  text-transform: none;
  font-size: 16px;
}

.flight-search input::placeholder {
  opacity: 1;
  color: #fff;
}

.video-wrap {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-wrap iframe {
  position: absolute;
  width: 150%;
  height: 150%;
  display: block;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}

.flyout {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  transform: translateX(100%);
  height: 100vh;
  transition: all 250ms;
  overflow-y: auto;
  width: 100%;
  max-width: 100% !important;
  min-width: 25%;
  background-color: #fff;
  border-left: 1px solid #eaeaea;
}

.flyout .content {
  background-color: #fff;
}

.flyout .close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  transition: all 250ms;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: #00bfd7 url(assets/images/close.svg) no-repeat center center / 18px;
  border: 1px solid #00bfd7;
}

.flyout .close:hover {
  background-color: #003e52 !important;
}

.flyout.active {
  transform: translateX(0) !important;
}

.flyout .menu-trigger {
  z-index: 3;
}

.flyout-menu {
  width: 500px;
  padding: 120px 30px 90px;
  background: #E0F7FA url(assets/images/mobile-menu-graphic.svg) no-repeat right bottom / cover;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.flyout-menu::after,
.mobile-menu.two::after,
.mobile-menu.three::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(assets/images/flyout-menu-footer-graphic.svg) no-repeat center bottom / cover;
  z-index: 1;
}

.flyout-menu ul,
.flyout-menu li {
  margin: 0;
  list-style: none;
}

.flyout-menu a {
  color: #003e52;
  text-decoration: none;
  font-size: 18px;
}

.flyout-menu .menu-trigger span {
  color: #003e52;
  margin-right: 15px;
  transition: all 250ms;
}

.flyout .menu-trigger:hover span {
  letter-spacing: 1px;
  color: #00bfd7;
}

.flyout-menu .menu-trigger .bars span {
  background-color: #fff;
}

.flyout-menu .wp-forecast-curr {
  flex-direction: column-reverse !important;
  padding-right: 0 !important;
}

.flyout-menu .wp-forecast-curr-head {
  padding-left: 30px !important;
  position: relative;
  font-weight: 600;
}

.flyout-menu .wp-forecast-curr-head::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 18px;
  height: 18px;
  background: url(assets/images/flyout-clock.svg) no-repeat center center / contain;
}

.flyout-menu .page_item_has_children {
  border: none !important;
}

.content-slider {
  overflow: hidden;
}

.content-slider.one-col .container {
  width: 100%;
}

.content-slider>.image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-slider>.image-wrap img {
  position: relative;
}

.content-slider>.content {
  padding: 0 60px;
  z-index: 2;
  flex: 1;
  min-width: 400px;
}

.content-slider>.content .button {
  margin-top: 30px;
}

.content-slider.two-col .slides {
  width: 120%;
  max-width: 120%;
  z-index: 2;
  flex: 2;
}

.content-slider .slide {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 250ms;
  margin-right: 15px;
  border-radius: 15px;
}

.content-slider .slide>a {
  display: flex;
  text-decoration: none;
  color: unset;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}

.content-slider .slide .image-wrap {
  height: 600px;
  pointer-events: none;
  background-color: #76bd21;
  position: relative;
}

.content-slider:not(.is-posts) .slide:not(.no-feat) .image-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  transition: all 250ms;
}

.content-slider.is-posts .slide .image-wrap {
  height: 350px;
}

.content-slider.is-posts .slick-prev,
.content-slider.two-col .slick-prev {
  left: 200px;
}

.content-slider.is-posts .slick-next,
.content-slider.two-col .slick-next {
  right: unset;
  left: 270px;
}

.content-slider.is-posts .slides.team .image-wrap {
  height: 500px;
}

.content-slider .tile-content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.content-slider.is-posts .tile-content {
  background: #fff;
  color: #003e52;
  position: static;
}

.content-slider .tile-content>* {
  transition: all 250ms;
}

.content-slider .slide:hover .image-wrap img {
  transform: scale(1.1);
}

.content-slider .tile-content h4 {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
}

.content-slider.is-posts .tile-content h4 {
  color: #003e52;
  text-transform: none;
  font-size: 24px;
  margin-top: 10px;
}

.content-slider.is-posts .slide:hover .tile-content h4 {
  color: #00bfd7;
}

.flyout-slider,
.team-members .flyout {
  display: flex;
  flex-direction: column;
  width: 440px;
}

.team-members .flyout {
  min-width: 300px;
  max-width: 440px;
}

.date,
time {
  font-size: 16px;
}

.wp-block-post-title {
  margin: 0;
  padding: 0 30px 30px 30px;
  font-weight: 400;
}

.wp-block-post-title a {
  text-decoration: none;
}

.slick-dots {
  margin: 30px 0 0 0 !important;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 15px 0;
  justify-content: center;
}

.content-slider.two-col .slick-dots {
  justify-content: flex-start;
}

.content-slider.light-text h2,
.content-slider.light-text h3,
.content-slider.light-text .text {
  color: #fff;
}

.content-slider.light-text .slick-dots button {
  background-color: #fff;
}

.content-slider.light-text .slick-dots button:hover {
  background-color: #76bd21;
}

.content-slider h2 {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.slick-dots li {
  margin: 0 15px 0 0;
}

.slick-dots li:only-child {
  display: none;
}

.slick-dots button {
  color: transparent !important;
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: #00bfd7;
  opacity: 0.5;
  transition: all 250ms;
  cursor: pointer;
  padding: 0;
}

.slick-dots .slick-active button {
  opacity: 1;
}

.content-slider .flyout .image-wrap,
.team-members .flyout .image-wrap {
  flex: 1;
  min-height: 300px;
  width: 100%;
  max-height: 300px;
}

.team-members .flyout .image-wrap {
  background-color: #003e52;
  object-position: top;
  min-height: 500px;
}

.team-members .flyout .image-wrap img {
  object-position: center top;
}

.content-slider .flyout .content {
  padding: 30px;
  flex: 2;
  max-width: 100%;
  width: 100%;
}

.team-members .flyout .content {
  padding: 30px;
}

.slides.team .slide {
  pointer-events: none;
}

.content-slider .flyout .close,
.team-members .flyout .close {
  border: 0;
  background-color: #003e52;
}

.content-slider .flyout .close:hover,
.team-members .flyout .close:hover {
  background-color: #fff !important;
}

#footer {
  padding: 60px 0 90px;
  background-color: #003e52;
  color: #fff;
}

.wp-block-media-text__media {
  height: calc(100% + 60px) !important;
}

.wp-block-media-text {
  padding: 30px 0;
}

.wp-block-media-text__content {
  padding: 60px 8% !important;
  background-color: #fff;
  width: calc(100% + 60px);
  position: relative;
}

.wp-block-media-text__media {
  min-height: 400px !important;
}

.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  left: -60px;
}

.wp-block-media-text__content .wp-block-button__link {
  border-color: transparent !important;
}

#content .wp-block-media-text__content .wp-block-button__link:hover {
  color: #fff !important;
  background-color: #003e52 !important;
}

.archive #content {
  padding: 60px 0;
}

.archive #content>.container {
  display: flex;
  flex-wrap: wrap;
}

.archive article {
  flex-basis: calc(25% - 15px);
  margin: 0 15px 15px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.archive article .image-wrap {
  height: 300px;
}

.archive article a {
  text-decoration: none;
}

.archive article .content {
  padding: 30px;
}

.wp-block-gallery img {
  cursor: pointer;
}

.dataTables_info,
.dataTables_filter {
  display: none;
}

.flightsTable,
.flightsTable tbody,
.flightsTable thead {
  display: block;
  width: 100%;
  font-size: 18px;
}

.dataTables_wrapper {
  overflow-x: auto;
}

.dataTables_wrapper table {
  min-width: 700px;
}

.flightsTable tr {
  display: flex;
  transition: all 250ms;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}

.flightsTable tr.Delayed,
.flightsTable tr.Pre-Boarding {
  background-color: #FFF1E3 !important;
}

.flightsTable tr.Arrived {
  background-color: #EEF7E4 !important;
}

.flightsTable tr.Final {
  background-color: #f3bdbb !important;
}

.flightsTable tr.Boarding {
  background-color: #f3bdbb !important;
}

.flightsTable tr .bubble {
  border-radius: 50px;
  padding: 5px 10px;
  color: #003e52;
  justify-content: center;
  white-space: no-wrap;
}

.flightsTable tr .bubble div {
  margin-left: 2px;
  white-space: nowrap;
}

.flightsTable tr.Delayed .bubble,
.flightsTable tr.Pre-Boarding .bubble {
  background-color: #FF9325;
}

.flightsTable tr.Arrived .bubble,
.flightsTable tr.Time .bubble,
.flightsTable tr.Early .bubble {
  background-color: #76bd21;
}

.flightsTable tr.Departed .bubble {
  background-color: #003e52;
  color: #fff;
}

.flightsTable tr.Final .bubble,
.flightsTable tr.Cancelled .bubble,
.flightsTable tr.Boarding .bubble {
  background-color: #da3732;
}

.flightsTable tr img {
  display: block;
  margin: 0 auto;
}

.flightsTable thead tr {
  background-color: #76bd21;
  display: flex !important;
}

.flightsTable tbody tr {
  background-color: #fff !important;
}

.flights.dp .flightsTable thead tr {
  background-color: #003e52;
}

.flightsTable tbody tr.hidden {
  display: none;
}

.flightsTable td,
.flightsTable th {
  flex-basis: 20%;
  border: none !important;
  text-align: center;
}

.flightsTable th {
  color: #003e52;
  text-transform: uppercase;
}

.flights.dp .flightsTable th {
  color: #fff;
}

.flights {
  background: url(assets/images/wedge-green-bottom-right.svg) no-repeat right bottom / 35% auto;
}

.flights .buttons {
  margin-bottom: 30px;
}

.flights .button {
  margin-right: 30px;
  background-color: #fff;
  color: #003e52;
}

.flights .button:hover,
.flights .button.selected {
  color: #fff !important;
  border-color: transparent !important;
}

.flights .button.arr:hover,
.flights .button.arr.selected {
  background-color: #003e52 !important;
}

.flights .button.dep:hover,
.flights .button.dep.selected {
  background-color: #003e52 !important;
}

.flights h3 {
  margin: 0 30px;
  transition: all 250ms;
}

.day-header {
  margin-bottom: 30px;
  padding-top: 30px;
}

.day-header>img {
  width: 60px;
}

.day-header>div {
  padding-left: 15px;
  margin-left: auto;
}

.day-header>div img {
  display: block !important;
  margin-left: 15px;
}

.dataTables_wrapper+.day-header {
  margin-top: 60px;
}

.flightsTable td img {
  max-width: 100%;
}

.flights.ar tr span:not(:first-child),
.flights.dp tr span:first-child,
.flights.ar tr .slash,
.flights.dp tr .slash,
.flights.ar .ft-gate {
  display: none;
}

.notice {
  position: fixed;
  background-color: #df0000;
  padding: 15px 0;
  color: #fff;
  transition: all 250ms;
  cursor: pointer;
  z-index: 8;
  width: 100%;
}

.logged-in .notice {
  top: 32px;
}

.notice:hover {
  background-color: #00bfd7 !important;
}

.notice.active {
  background-color: #00bfd7 !important;
}

.notice.inactive {
  transform: translateY(-100%);
}

.notice .teaser {
  justify-content: space-between;
  width: 100%;
}

.notice .teaser span img {
  margin-left: 15px;
}

.fo-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.notice-fo {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: all 250ms;
  background-color: #fff;
  width: 500px;
  max-width: 100%;
  padding: 60px;
  height: 100vh;
  z-index: 9;
}

.notice-fo.active {
  transform: translate(0);
}

.notice-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.notice .teaser span:not(:first-child) {
  margin: 0 15px 0 auto;
}

.mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 250ms;
  background: #E0F7FA url(assets/images/mega-menu-graphic.svg) no-repeat right top / cover;
  z-index: 98;
  padding-top: 15px;
  height: 100vh;
  transform: translateY(-100%);
  overflow-y: auto;
}

.mega-menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background: url(assets/images/mega-bottom.svg) no-repeat center bottom / contain;
}

.mega-menu.active {
  transform: translateY(0);
}

.mega-menu .container {
  max-width: 1440px;
}

.mega-menu ul {
  list-style: none;
  margin: 0;
}

.mega-menu .menus a {
  color: #000;
  font-size: 20px;
  display: block;
  padding: 10px 0;
}

.menu-label {
  text-transform: uppercase;
}

.mega-menu .menu-label.active a {
  color: #00bfd7;
}

.mega-menu .menu-label a {
  color: #003e52;
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
}

html[lang="fr-FR"] .mega-menu .menu-label a {
  white-space: normal;
}

.mega-menu .menus .menu-label a {
  margin-bottom: 15px;
}

.mega-header {
  padding: 15px 0 60px;
}

.mega-header .menu {
  display: flex;
  align-items: center;
}

.menus>div {
  display: none;
  gap: 5%;
}

.menus>div>div {
  flex: 1;
}

.menus>div.active {
  display: flex;
}

div[class^="menu-main-menu"]>.menu>li {
  position: relative;
  display: flex;
  align-items: center;
}

div[class^="menu-main-menu"]>.menu>li>a,
.mobile-menu .menu-label a {
  font-weight: 600;
  white-space: nowrap;
}

div[class^="menu-main-menu"]>.menu>li.access::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(assets/images/access.svg) no-repeat center center / contain;
  margin-right: 10px;
}

.nav-wrap ul[id^="menu-main-menu-french"]>li>a {
  white-space: nowrap;
}

div[class^="menu-main-menu"]>.menu>li:last-child {
  margin-right: 0;
  border: none;
}

#menu div[class^="menu-main-menu"]>.menu>li::after {
  content: "";
  width: 16px;
  height: 10px;
  background: url(assets/images/angle-white.svg) no-repeat center center / contain;
  margin-left: 10px;
  display: none;
}

.mega-header div[class^="menu-main-menu"] .menu>li::after,
.scroll #menu .menu>li::after,
.single.no-featured-image #menu .menu>li::after,
.error404 #menu .menu>li::after {
  background: url(assets/images/angle-green.svg) no-repeat center center / contain;
}

div[class^="menu-main-menu"]>.menu>li:hover::after,
div[class^="menu-main-menu"]>.menu>li.active::after {
  animation-name: bounce_small;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}

.menu-close {
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 250ms;
  color: #003e52;
  z-index: 1;
}

.menu-close::before,
.scroll-top::before {
  display: block;
  width: 17px;
  height: 10px;
  content: "";
  background: url(assets/images/angle-blue.svg) no-repeat center center / contain;
  margin: 0 auto 10px;
  animation-name: bounce;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}

.scroll-top {
  font-size: 16px;
  transition: all 250ms;
  opacity: 0;
  z-index: 8;
  cursor: pointer;
  height: 30px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 45px 30px 30px;
  color: #003e52;
  justify-content: center;
  pointer-events: none;
  text-transform: uppercase;
  display: none;
}

.scroll-top::before {
  position: absolute;
  top: 15px;
  animation-name: bounce_small;
}

.scroll-top.show {
  opacity: 1;
  pointer-events: all;
}

.st-text {
  transition: all 250ms;
  margin: 0 5px;
  text-transform: uppercase;
}

.scroll-top:hover .st-text {
  margin: 0 15px;
}

.menu-close:hover,
.scroll-top:hover .st-text {
  letter-spacing: 1px;
}

.menu-close span {
  padding: 0 5px;
  transition: all 250ms;
  opacity: 0;
}

.menu-close:hover span {
  opacity: 1;
  padding: 0 10px;
}

li[class*="icon"]::before {
  content: "";
  display: block;
  margin-bottom: 30px;
  width: 75px;
  height: 75px;
}

li.icon-flights::before {
  background: url(assets/images/icon-plane.svg) no-repeat center center / contain;
}

li.icon-info-hub::before {
  background: url(assets/images/icon-info.svg) no-repeat center center / contain;
}

li.icon-services::before {
  background: url(assets/images/icon-corp.svg) no-repeat center center / contain;
}

li.icon-ta::before {
  background: url(assets/images/menu-parking.svg) no-repeat center center / contain;
}

li.icon-parking::before {
  background: url(assets/images/icon-parking.svg) no-repeat center center / contain;
}

li.icon-involved::before {
  background: url(assets/images/get-involved.svg) no-repeat center center / contain;
}

li.icon-operations::before {
  background: url(assets/images/airport-operations.svg) no-repeat center center / contain;
}

li.icon-env::before {
  background: url(assets/images/icon-environment.svg) no-repeat center center / contain;
}

li.icon-community::before {
  background: url(assets/images/icon-engagement.svg) no-repeat center center / contain;
}

li.icon-about::before {
  background: url(assets/images/icon-corp.svg) no-repeat center center / contain;
}

li.icon-future::before {
  background: url(assets/images/icon-future.svg) no-repeat center center / contain;
}

li.icon-partners::before {
  background: url(assets/images/icon-partner.svg) no-repeat center center / contain;
}

li.icon-careers::before {
  background: url(assets/images/icon-hr.svg) no-repeat center center / contain;
}

li.icon-contact::before {
  background: url(assets/images/icon-contact.svg) no-repeat center center / contain;
}

li.icon-news::before {
  background: url(assets/images/icon-news.svg) no-repeat center center / contain;
}

.menu-back {
  transition: all 250ms;
  opacity: 0;
  padding-left: 45px;
  background: url(assets/images/arrow-left.svg) no-repeat left center / 35px 23px;
  cursor: pointer;
  color: #003e52;
  z-index: 3;
  pointer-events: none;
  letter-spacing: 0px;
}

.menu-back:hover {
  letter-spacing: 1px;
  color: #00bfd7;
}

.menu-back.active {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu {
  transform: translateX(0);
  width: 100%;
  position: relative;
}

.mobile-menu.two,
.mobile-menu.three {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  padding: 120px 30px 30px;
  background: #E0F7FA url(assets/images/mobile-menu-graphic.svg) no-repeat right bottom / cover;
}

.mobile-menu.three div.menu {
  display: none !important;
}

.mobile-menu.three .menu-label::after {
  background: #003e52 !important;
  height: 1px;
  flex: 1;
  position: static;
  transform: none !important;
  margin: 0;
}

.mobile-menu.three .menu-label {
  display: flex;
  align-items: center;
  border: none !important;
  padding: 0 0 60px 0;
}

.mobile-menu.three li[class*="icon"]::before {
  margin: 0;
  min-width: 50px;
}

.mobile-menu.three .menu-label a {
  padding: 0 15px;
  font-size: 22px;
  font-weight: 600;
}

.mobile-menu.three li:not(.menu-label) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #00bfd7;
  width: 100%;
}

.mobile-menu.three li:not(.menu-label):last-child {
  border: none;
}

.mobile-menu.active {
  height: 100%;
  overflow-y: auto;
  left: 0;
  transition: all 250ms;
}

.mobile-menu .menu {
  flex-direction: column;
  align-items: flex-start !important;
}

.mobile-menu .menu-label {
  padding: 15px 45px 15px 0;
  width: 100%;
  border-bottom: 1px solid #00bfd7;
  position: relative;
  line-height: 1.2;
}

.mobile-menu>div>div:last-child .menu-label {
  border-bottom: none;
}

.mobile-menu .menu-label::after {
  background: url(assets/images/angle-blue.svg) no-repeat center center / contain !important;
  transform: rotate(90deg) translateX(-50%) !important;
  transform-origin: center !important;
  margin-top: 5px;
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
}

.mobile-menu .menu-label a {
  font-size: 32px;
}

html[lang="fr-FR"] .mobile-menu .menu-label a {
  font-size: 18px;
}

.mobile-menu div[class^="labels"],
.mobile-menu.two li[class*="icon"]::before,
.mobile-menu.two li:not(.menu-label),
.mobile-menu.three>div>div {
  display: none;
}

.mobile-menu div[class^="labels"].active,
.mobile-menu.three div.active {
  display: block !important;
}

.sub-menu-heading {
  font-size: 22px;
  text-transform: uppercase;
  color: #003e52;
  padding-bottom: 60px;
  font-weight: 600;
}

.sub-menu-heading span {
  white-space: nowrap;
}

.sub-menu-heading .line {
  height: 1px;
  background-color: #003e52;
  margin-left: 15px;
  flex: 1;
}

.mobile-footer {
  color: #003e52;
  margin-top: auto;
  display: flex;
  padding-top: 15px;
  border-top: 1px #eaeaea;
}

.mobile-footer .logo {
  margin-left: auto;
  position: relative;
  width: auto;
}

.mobile-footer .current-temperature {
  color: #003e52;
}

.utils {
  padding: 0 30px 15px;
  justify-content: flex-end;
  transition: all 250ms;
  margin: 0 auto;
}

.expander {
  transition: all 250ms;
  width: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
}

.expander.active {
  width: 200px;
  overflow: visible;
}

.expander .search-field {
  width: 100%;
  border-radius: 0 !important;
  padding: 0px;
  background: transparent;
  color: #fff;
}

.expander .search-field::placeholder {
  color: transparent;
}

.expander .search-form {
  margin-left: 15px;
}

.expander input.search-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none !important;
  cursor: pointer;
  z-index: 3;
  color: transparent !important;
  padding: 0;
  overflow: hidden;
  width: 25px;
  height: 25px;
  border-radius: 0;
  right: -36px;
}

.search-trigger {
  position: relative;
}

.search-trigger::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 250ms;
}

.scroll .search-trigger::before,
.mega-menu .search-trigger::before {
  background-color: #003e52;
}

.scroll .expander .search-field,
.mega-menu .expander .search-field {
  color: #003e52;
}

.search-trigger.active::before {
  width: 100%;
}

.mega-menu .utils {
  padding: 0;
}

.search>span {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.mega-menu .search>span {
  color: #003e52;
  letter-spacing: 0.5px;
}

.utils .search img {
  display: block;
  width: 18px;
  cursor: pointer;
  transition: all 250ms;
  opacity: 1;
  margin-left: 15px;
}

.search-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #003e52;
  z-index: 99;
  transition: all 250ms;
  transform: translateY(-100%);
}

.search-wrap.active {
  transform: translateY(0);
}

.search-wrap form {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}

.search-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.search-field {
  border: 0;
  padding: 20px;
  border-radius: 50px !important;
  width: 300px;
  text-transform: none !important;
}

body #container .search-submit,
body #wrapper .search-wrap .search-submit,
body #wrapper .flyout-menu .search-submit {
  position: absolute;
  bottom: 12px;
  right: 15px;
  color: transparent !important;
  display: block;
  width: 30px;
  height: 30px;
  border: 0 !important;
  background: transparent url(assets/images/search-blue.svg) no-repeat center center / contain !important;
  padding: 0 !important;
}

body .flight-search .search-submit {
  background: transparent url(assets/images/search-white.svg) no-repeat center center / contain;
  cursor: pointer;
  color: transparent !important;
}

.flyout-menu .search-form {
  position: relative;
  margin-bottom: 60px;
}

.flyout-menu .flyout-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  justify-content: space-between;
  padding: 30px;
}

.flyout-menu .search-form .search-field {
  width: 100%;
  border: 2px solid #00bfd7;
  background-color: transparent;
  color: #003e52;
}

.flyout-menu .search-form .search-field::placeholder {
  opacity: 1;
}

.quicklinks {
  padding-top: 30px;
}

.quicklink img {
  display: block;
  margin-right: 15px;
  transition: 250ms;
}

.quicklink {
  text-decoration: none;
  padding-right: 30px;
}

.quicklink:hover {
  letter-spacing: 1px;
}

.quicklink:hover img {
  transform: scale(1.1);
}

.quicklink span::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: all 250ms;
}

.quicklink:hover span::after {
  width: 100%;
}

.parking {
  background: #00bfd7;
  position: relative;
  z-index: 2;
  color: #fff;
  padding-bottom: 180px;
}

.parking .container {
  position: relative;
  z-index: 1;
}

.parking::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #fff;
}

.banner+.parking::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: -1px;
  width: calc(100% + 2px);
  background: url(assets/images/wedge-green-blue-top.svg) no-repeat center bottom / contain;
  height: 8vw;
  transform: translateY(-100%);
}

.banner+.parking {
  margin-top: -10px;
  padding-top: 30px;
}

.parking-header {
  padding-bottom: 30px;
  justify-content: space-between;
}

.parking h2 {
  margin: 0;
  font-size: 45px;
  color: #003e52;
}

.parking h2 img {
  margin-right: 15px;
}

.parking .button {
  background-color: #003e52;
  color: #fff;
}

.parking .button:hover {
  color: #003e52 !important;
  background-color: #fff !important;
}

.lot-wrap {
  font-size: 16px;
  text-transform: uppercase;
  justify-content: space-between;
}

.lot-wrap p {
  margin-bottom: 15px;
  font-size: 24px;
  color: #003e52;
}

.lot-inner {
  position: relative;
  color: #fff;
  min-width: 300px;
}

.lot-wrap .bar {
  color: #003e52;
  white-space: nowrap;
  padding: 5px 0px 5px 15px;
  border-radius: 50px;
  border: 2px solid #003e52;
}

.capacity {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #003e52;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px 0px 5px 15px;
  border-radius: 50px 0 0 50px;
  border: 2px solid transparent;
}

.flyout-calc.active {
  transform: translateX(0) !important;
}

.flyout-calc .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.flyout-calc {
  width: 500px;
  color: #003e52;
  display: flex;
  flex-direction: column;
}

.flyout-calc>div {
  flex: 1;
}

.flyout-calc .top {
  padding: 30px;
  position: relative;
}

.flyout-calc .top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  height: 100%;
  z-index: 1;
}

.flyout-calc h4 {
  margin: 0;
  padding-right: 45px;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 30px;
}

.flyout-calc .bottom {
  color: #fff;
  padding: 30px;
  background-color: #003e52;
  font-size: 18px;
  overflow-y: auto;
  flex: 2;
  padding-right: 100px;
}

.calc-close {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 3;
}

.calc-parking>div {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.calc-parking>div button {
  max-width: 90px;
  padding: 5px;
  transition: all 250ms;
  border-radius: 50px;
  border: none;
  background-color: #00bfd7;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.calc-parking>div button:hover {
  background-color: #fff;
}

.calc-parking label {
  font-weight: 600;
  color: #00bfd7;
  text-transform: uppercase;
}

.calc-parking>div input {
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  color: #999;
}

.parking-message {
  padding-top: 15px;
}

.p-total {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.lot-asn {
  padding-bottom: 15px;
}

.tiles {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}

.link-tiles {
  position: relative;
}

.link-tiles .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link-tiles h1 {
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}

.tile {
  transition: all 250ms;
  position: relative;
  overflow: hidden;
}

.tile:hover img {
  transform: scale(1.1);
}

.tile h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  max-width: 350px;
  color: #fff;
  margin: 0;
  line-height: 1.1;
  z-index: 2;
}

.tile::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -25%;
  left: 0;
  width: 100%;
  height: 150%;
  opacity: 0.8;
  background-color: #00bfd7;
  transform: rotate(-45deg) translate(-80%, 0%);
  z-index: 1;
  transition: all 250ms;
}

.tile:hover::before {
  left: 15%;
}

.tile:nth-of-type(even)::before {
  background-color: #76bd21;
}

.tile:nth-of-type(2n) {
  height: 90%;
}

.tile:nth-of-type(4n + 4) {
  top: -10%;
  height: 110%;
}

.wp-block-gallery {
  border: 10px solid #fff;
}

.l-tiles {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding-top: 60px;
}

.l-tile {
  border-radius: 15px;
  cursor: pointer;
}

.l-tile img {
  transform: scale(1.05);
}

.l-tile:hover>img {
  transform: scale(1.15);
}

.logo-tiles.dark {
  background-color: #003e52;
}

.logo-tiles.dark h2,
.logo-tiles.dark .intro {
  color: #fff;
}

.logo-flyout {
  width: 540px;
  padding: 120px 60px 60px;
}

.logo-flyout img {
  max-width: 80%;
  margin-bottom: 30px;
  display: block;
}

.logo-flyout .close {
  background-color: transparent;
  border-color: transparent;
}

.logo-flyout.active {
  transform: translate(0) !important;
}

.flyout .button {
  min-width: 200px;
  text-align: center;
}

.rates-table+.accordions {
  padding-top: 0;
}

.block_background .accordions {
  padding: 0;
}

.accordions.has-bg {
  padding-top: 120px;
}

.accordions .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.accordions .bg img {
  object-position: center top;
}

.accordions h2 {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.accordions.light h2,
.accordions.light .intro {
  color: #fff;
}

.accordions .intro {
  position: relative;
  z-index: 1;
}

.accordion {
  margin-bottom: 30px;
}

.ac-inner {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

.accordions h2+.ac-inner {
  padding-top: 30px;
}

.ac-trigger {
  margin: 0;
  padding: 15px;
  background-color: #00bfd7;
  color: #003e52;
  position: relative;
  justify-content: space-between;
  cursor: pointer;
  transition: all 250ms;
}

.ac-trigger:hover,
.ac-trigger.active {
  background-color: #003e52;
  color: #fff;
}

.ac-trigger::after {
  content: "+";
  font-size: inherit;
  line-height: 0;
}

.ac-trigger.active::after {
  content: "-";
}

.ac-content {
  font-size: 18px;
  display: none;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.ac-content.active {
  height: 100%;
}

.footer-top {
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 30px 0;
}

.footer-mid {
  justify-content: space-between;
  padding: 30px 0;
}

.footer-mid .signup-form {
  flex-basis: 75%;
  align-items: flex-start;
}

.footer-mid .socials {
  padding-left: 30px;
  min-width: 250px;
}

.signup-form h5 {
  margin-bottom: 15px;
}

.signup-form h4 {
  margin: 0;
}

#footer_contact {
  margin-top: 30px;
}

#footer {
  position: relative;
  overflow: hidden;
}

#footer * {
  color: #fff;
}

#footer a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
}

#footer a:hover {
  color: #76bd21;
}

.footer-logo img {
  display: block;
}

#footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80%;
  background: url(assets/images/footer-background-graphic.svg) no-repeat right center / contain;
}

#footer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: 100%;
  background: url(assets/images/footer-bottom-graphic.svg) no-repeat center bottom / contain;
  z-index: 1;
}

.footer-top>div {
  padding: 15px;
}

.cta {
  font-size: 30px;
  padding: 30px 0;
}

.cta .button {
  background-color: #fff;
  border: none;
}

.cta .text {
  padding-right: 30px;
}

.cta .container {
  justify-content: space-between;
}

.block_background .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block_background .container {
  position: relative;
  z-index: 1;
}

.block_background.light *:not(a) {
  color: #fff;
}

.block_background.light a:hover,
.block_background.light .wp-block-file__button:hover {
  color: #76bd21 !important;
}

.block_background.dark *:not(h1):not(h2):not(h3):not(h4):not(a):not(hr):not(a *):not(.wp-block-buttons):not(.wp-block-buttons *) {
  color: #003e52;
}

.block_background.dark a:not(.button):not(input[type="submit"]):not(.wp-block-button__link) {
  color: #B41E4C;
}

.block_background.dark a:not(.button):hover {
  color: #003e52 !important;
}

#content .wp-block-media-text__content {
  color: #003e52;
}

#content .wp-block-media-text__content *:not(a) {
  color: inherit !important;
}

#content .wp-block-media-text__content h1,
#content .wp-block-media-text__content h2,
#content .wp-block-media-text__content h3,
#content .wp-block-media-text__content h4 {
  color: #003e52 !important;
}

.rates-thead {
  padding: 15px;
  background-color: #76bd21;
}

.rates-thead img {
  margin-right: 15px;
}

.rates-thead h4 {
  margin: 0;
  color: #fff;
}

.rates-row {
  border-bottom: 1px solid #76bd21;
  margin: 30px 0;
}

.rates-row-inner {
  justify-content: space-between;
}

.rates-row-inner>.left {
  flex: 1;
  padding: 15px;
}

.rates-row-inner>.right {
  flex: 2;
}

.inner-row h4 {
  margin: 0;
}

.inner-row .left {
  padding: 15px;
  width: 100px;
}

.inner-row .right {
  padding: 15px 15px 15px 30px;
}

.inner-row+.inner-row {
  border-top: 1px solid #76bd21;
}

.rates-footer ul {
  margin: 0;
  list-style: none;
}

.rates-footer li {
  border-bottom: 1px solid #00bfd7;
  padding: 15px 0;
  margin: 0;
}

.rates-footer li:last-child {
  border: none;
}

.parking-graphic {
  padding: 60px 0;
}

.robbins {
  border-radius: 50px;
  padding: 15px;
  background-color: #fccc33;
  color: #003e52;
  display: none;
}

.robbins>div {
  padding: 30px;
}

.robbins .left {
  border-right: 1px solid #fff;
}

.robbins .button {
  color: #000 !important;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: #fccc33;
}

.robbins .button:hover {
  background-color: #fff !important;
}

.robbins .h3 {
  color: #003e52;
  margin-bottom: 15px;
}

.page-intro {
  background-color: #e0f7fa;
  color: #003e52;
  z-index: 1;
  margin-top: -15px;
}

.page-intro .content {
  padding-left: 30px;
  border-left: 1px solid #76bd21;
  position: relative;
  z-index: 2;
}

.page-intro::before,
.page-intro::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}

.page-intro::before {
  top: 0px;
  transform: translateY(-100%);
  border-width: 0 0 7vw 100vw;
  border-color: transparent transparent #e0f7fa;
}

.page-intro::after {
  bottom: 1px;
  transform: translateY(100%);
  border-width: 0 100vw 7vw 0;
  border-color: transparent #e0f7fa transparent transparent;
}

.page-intro+* {
  padding-top: 8vw;
}

.wp-block-buttons {
  margin-top: 30px;
}

ul[class*="columns-"] {
  margin-left: 0;
}

.jobs-list {
  margin: 0;
  list-style: none;
}

.jobs-list li {
  padding-bottom: 20px;
  border-bottom: 1px solid #dadbdd;
  display: flex;
  align-items: center;
}

.jobs-list li:last-child {
  border: none;
}

.jobs-list li::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(assets/images/arrow-right-blue.svg) no-repeat center center / contain;
  margin-left: 15px;
  transition: all 250ms;
}

.jobs-list li:hover::after {
  margin-left: 30px;
}

.jobs-list a,
.wp-block-post-title a {
  color: #003e52;
}

.flights-link {
  display: block;
  position: fixed;
  transition: all 250ms;
  bottom: 60px;
  left: 10px;
  z-index: 9;
  width: 60px;
  height: 60px;
}

.flights-link img {
  display: block;
  width: 100%;
}

.flights-link:hover {
  transform: scale(1.1);
}

.home .flights-link {
  display: none;
}

.wpgmza_map {
  float: none !important;
}

.socials a {
  padding-right: 15px !important;
  display: block;
}

.socials a:last-child {
  padding: 0 !important;
}

.socials img {
  width: 30px;
  max-height: 30px;
  transition: all 250ms;
}

.socials a:hover img {
  transform: scale(1.1);
}

.member {
  overflow: hidden;
  border: 1px solid #eaeaea;
}

.member>.image-wrap {
  height: 420px;
  background-color: #003e52;
}

.member:hover .iamge-wrap img {
  transform: scale(1.1);
}

.member:not(.grid-item) .image-wrap img {
  object-position: center top;
}

.member h4 {
  margin-bottom: 15px;
}

.member h5 {
  margin: 0;
  text-transform: none;
}

.team h5 {
  margin: 15px 0 0 0;
}

.member .content {
  padding: 30px;
  border-radius: 0 0 15px 15px;
}

.member .flyout {
  width: 620px;
}

.member .flyout .image-wrap {
  min-height: 420px;
  height: 40vh;
  background-color: #003e52;
}

.member .flyout h5 {
  color: #003e52;
  margin-bottom: 30px;
  text-transform: none;
}

.member .flyout .close {
  background-color: transparent;
}

.member .flyout .close:hover {
  border-color: transparent;
  background-color: #fff;
}

.callout {
  padding: 0 30px;
}

.callout .container {
  border-radius: 15px;
  padding: 5%;
  background-image: url(assets/images/footer-background-graphic.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}

.callout.green .container {
  background-color: #76bd21;
}

.callout.blue .container {
  background-color: #00bfd7;
}

.callout h4,
#content .callout .container .text a {
  color: #fff !important;
}

.callout a:hover {
  text-decoration: underline;
}

.callout .text {
  color: #003e52;
}

body.search header {
  padding: 220px 30px 30px;
  background-color: #003e52;
}

body.search header h2 {
  color: #fff;
}

body.search .bg {
  padding: 60px 30px 60px;
  background-color: #e0f7fa;
}

body.search article .more-link {
  pointer-events: none;
}

body.search article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #777;
}

body.search article:last-child {
  margin-bottom: 0;
}

body.search article h4 {
  margin: 0;
}

body.search .snippet {
  padding-top: 15px;
}

.no-results {
  background-color: #e0f7fa;
}

.no-results .entry-content {
  padding-top: 90px;
  padding-bottom: 60px;
}

.wp-block-post {
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
}

.wp-block-post-featured-image {
  overflow: hidden;
  height: 350px;
}

.wp-block-post-featured-image a {
  display: block;
  height: 100%;
}

.wp-block-post-featured-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 250ms;
}

.wp-block-post:hover img {
  transform: scale(1.1);
}

.wp-block-post-date {
  padding: 30px 30px 5px 30px;
  margin-top: auto;
}

.wp-block-post-featured-image+.wp-block-post-date {
  margin-top: 0;
}

.single #content {
  padding-top: 240px;
  background: url(assets/images/single-graphic.svg) no-repeat center 220px / contain,
    url(assets/images/triangle-blue-bottom-left.svg) no-repeat bottom left / 40%;
}

.single #content>.container>.image-wrap {
  width: 100%;
  margin-bottom: 60px;
}

.single #content a {
  color: #76bd21;
}

.single #content a:hover {
  text-decoration: underline;
}

.post-content {
  padding: 0 30px 30px 30px;
  background-color: #ffffff;
}

.post-content .date {
  color: #003e52;
}

.single .post-content .date {
  margin-bottom: 10px;
  font-weight: 600;
}

.post-content h1 {
  font-size: 40px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1;
}

.post-content h1::after {
  content: "";
  width: 100px;
  height: 8px;
  display: block;
  background-color: #76bd21;
  margin-top: 15px;
}

.post-links-footer {
  width: 100%;
  padding: 30px 0;
  background-color: #76bd21;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  margin-top: 60px;
  letter-spacing: 1px;
}

.post-links-footer-row {
  justify-content: space-between;
  gap: 20px;
}

.post-links-footer a {
  color: #ffffff !important;
}

.single #content .post-links-footer a:hover {
  color: #003e52 !important;
}

.post-links-view-all img {
  display: block;
  margin-right: 10px;
}

blockquote {
  padding: 30px;
  margin: 30px 0;
  border-left: 1px solid #76bd21;
}

cite {
  margin-top: 15px;
  display: block;
}

.media-contacts {
  padding-bottom: 60px;
}

.media-contacts h4 {
  margin-bottom: 30px;
}

.media-contacts h4 img {
  margin-right: 15px;
}

.media-contacts .row:not(:last-child) {
  padding-bottom: 30px;
}

.flightpath {
  overflow-x: auto;
}

.flightpath-active .fancybox__thumbs {
  display: none !important;
}

#mapselectors h2 {
  color: #003e52;
}

#mapcontrols .distinfo {
  color: #003e52;
}

#mapcontrols .pdflink a {
  color: #003e52;
}

#mapcontrols .pdflink2 a {
  color: #003e52;
}

.pipe {
  padding: 0 5px;
}

.slots .slick-slide {
  transition: all 1s;
  opacity: 0.3;
}

.slots .slick-current {
  opacity: 1;
}

.slick-arrow {
  position: absolute;
  bottom: 10px;
  cursor: pointer;
  transition: all 250ms;
  color: transparent !important;
  border: none;
  background: transparent url(assets/images/slider-arrow.svg) no-repeat center center / contain;
  display: block;
  width: 42px;
  height: 28px;
}

.slick-prev {
  left: calc(50% - 150px);
  transform: rotate(-180deg);
}

.slick-next {
  right: calc(50% - 150px);
}

.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.content-slider .slick-track {
  margin-left: 0 !important;
  display: flex !important;
}

.content-slider .slick-slide {
  height: inherit !important;
  background-color: #fff;
}

.error404 #content {
  padding-top: 180px;
}

.wait-times {
  padding: 30px 0;
}

.wait-times h4 {
  justify-content: center;
}

.wait-times h4 img {
  margin-right: 15px;
}

#waitTime {
  color: #76bd21;
}

.flyout-grid .grid-item h4 {
  margin: 0;
}

.wpml-ls {
  padding-right: 15px;
  width: auto;
}

.wpml-ls-legacy-dropdown-click a {
  padding: 0 30px 0 0 !important;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

.wpml-ls-legacy-dropdown-click a:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover,
.scroll .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover,
.mega-menu .wpml-ls-legacy-dropdown-click a:hover {
  color: #00bfd7 !important;
}

.scroll .wpml-ls-legacy-dropdown-click a,
.single .wpml-ls-legacy-dropdown-click a,
.scroll .wpml-ls-legacy-dropdown-click a:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.mega-menu .wpml-ls-legacy-dropdown-click a {
  color: #003e52 !important;
}

.wpml-ls-legacy-dropdown-click a::after {
  border-width: 6px !important;
  top: 50% !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: none !important;
  padding: 10px !important;
  background-color: #fff !important;
  margin-top: 5px !important;
}

.splw-main-wrapper {
  margin: 0 20px 0 0 !important;
}

.splw-lite-current-text,
.splw-lite-current-temp {
  margin: 0 !important;
}

.splw-lite-wrapper {
  padding: 0 !important;
  background: transparent !important;
  color: #fff !important;
}

.mega-menu .splw-lite-wrapper,
.flyout .splw-lite-wrapper,
.scroll .splw-lite-wrapper {
  color: #003e52 !important;
}

.splw-lite-body {
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
}

.splw-lite-body .cur-temp,
.splw-lite-body .splw-lite-desc {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.splw-lite-body .splw-lite-desc {
  line-height: 1 !important;
}

.splw-lite-body .splw-lite-desc span {
  vertical-align: middle !important;
}

.scroll span.cur-temp .temperature-scale,
.scroll span.cur-temp .current-temperature,
.single span.cur-temp .temperature-scale,
.single span.cur-temp .current-temperature,
.mega-menu .splw-pro-current-temp span.cur-temp .current-temperature,
.mega-menu .splw-pro-current-temp span.cur-temp .temperature-scale {
  color: #003e52;
}

.mega-menu .splw-pro-weather-short-desc,
.mega-menu .weather-feel-like,
.mega-menu .weather-desc,
.scroll .splw-pro-weather-short-desc .weather-desc {
  color: #003e52 !important;
}

.splw-lite-body .weather-icon {
  margin-right: 10px !important;
}

.gform_description {
  margin-bottom: 30px;
}

.gform_wrapper input:not([type="submit"]) {
  border-width: 1px !important;
  padding: 15px !important;
}

.gform_wrapper select {
  padding: 15px !important;
}

.splw-weather-title,
.splw-lite-header,
.mobile-footer .splw-lite-wrapper .splw-lite-current-text .splw-lite-desc,
.gform_required_legend {
  display: none !important;
}

@media (max-width: 1600px) {
  html[lang="fr-FR"] #header .menu,
  html[lang="fr-FR"] .mega-header .menu {
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media (max-width: 1200px) {
  .day-header>img {
    display: none;
  }

  .team-members .flyout .image-wrap .archive article {
    flex-basis: calc(33% - 15px);
  }

  li[class*="icon"]::before {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
  }

  .mega-menu .menus a,
  .menu-close {
    font-size: 16px;
  }

  .mega-menu .menus a {
    padding: 5px 0;
  }

  .mega-menu .menu-label a,
  .menu a,
  #footer a {
    font-size: 18px;
  }

  .video-wrap iframe {
    width: 200%;
    height: 200%;
  }

  .day-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .day-header>div {
    margin-left: 0;
    padding-left: 0;
  }

  .day-header h3 {
    margin: 0 0 15px;
  }
}

@media (max-width: 1100px) {

  #header .nav-wrap,
  .mega-menu,
  .flights-link {
    display: none !important;
  }

  .mega-menu {
    transform: translateY(-100%) !important;
  }

  .menu-trigger {
    display: flex;
  }

  .archive article {
    flex-basis: calc(50% - 15px);
  }

  .home .banner h2,
  .banner h3 {
    font-size: 50px;
  }

  .content-slider {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-slider .content {
    padding: 0 30px 30px;
  }

  .content-slider .slides {
    max-width: 100%;
    padding-left: 30px;
  }

  .content-slider .flyout .content {
    flex-basis: 100%;
    padding-bottom: 90px;
  }

  .footer-top {
    flex-wrap: wrap;
  }

  .footer-top>div {
    flex-basis: 50%;
  }
}

@media (max-width: 900px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4,
  .cta {
    font-size: 22px;
  }

  .parking .container {
    max-width: 600px;
  }

  .parking .container>.flex,
  .footer-mid,
  .footer-mid .signup-form {
    flex-direction: column;
    align-content: flex-start;
  }

  .footer-mid,
  .footer-mid .signup-form {
    gap: 30px;
  }

  .footer-mid .signup-form {
    flex-basis: auto;
  }

  #footer_contact {
    margin: 0;
  }

  .footer-mid {
    padding-top: 0;
    align-items: flex-start;
  }

  .footer-mid .socials {
    padding: 0;
  }

  .parking h2 {
    margin-bottom: 15px;
  }

  .lot1 {
    padding-bottom: 15px;
  }

  .tile h3 {
    font-size: 28px;
    padding: 15px;
  }

  .footer-top>div {
    flex-basis: 100%;
    padding: 15px 0;
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
    width: calc(50% - 0.83333em);
  }

  .video-wrap iframe {
    width: 250%;
    height: 250%;
  }

  .callout .container {
    width: 100%;
    position: static;
  }

  .content-slider.two-col .slides {
    width: 100%;
    max-width: 100%
  }
}

@media (max-width: 640px) {

  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
    font-size: 16px !important;
  }

  body {
    font-size: 18px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  .notice .teaser span:not(:first-child),
  .wp-forecast-curr-head,
  .lot-inner span,
  .robbins .left,
  .day-header img,
  .rates-row-inner>.left br,
  .wp-forecast-curr-head,
  .content-slider.is-posts.has-bg>.bg,
  .footer-top div:first-child,
  #footer::before,
  .wait-times h4 img,
  .utils .clock-wrap,
  .quicklink span,
  .utils .wp-forecast,
  .splw-lite-wrapper .splw-lite-current-text {
    display: none !important;
  }

  .cta .container,
  .rates-row-inner,
  .wait-times h4 {
    flex-wrap: wrap;
  }

  .wp-block-table tr,
  .post-links-footer-row {
    display: flex;
    flex-direction: column;
  }

  [data-animate-2] {
    transform: scale(1) !important;
  }

  .banner .container {
    padding-bottom: 60px;
  }

  .wp-block-media-text__content {
    width: 100%;
    position: static;
  }

  .ac-inner {
    padding-top: 30px;
  }

  .rates-row-inner>.left {
    border-bottom: 1px solid #eaeaea;
    flex-basis: 100%;
    font-weight: 600;
  }

  .cta .text {
    padding: 0 0 30px 0;
  }

  .content-slider .slide .image-wrap {
    height: 440px;
  }

  .banner h1,
  .slots,
  .bottom-line {
    font-size: calc(24px + 3vw);
  }

  .flightsTable td img {
    max-width: 100%;
  }

  .logo {
    width: 195px;
    padding-right: 15px;
  }

  .utils {
    padding-bottom: 5px;
  }

  .archive article {
    flex-basis: 100%;
    margin: 0 0 15px 0;
  }

  .notice .teaser {
    font-size: 12px;
  }

  .notice-fo {
    font-size: 16px;
    padding: 30px;
  }

  .quicklinks {
    align-items: flex-start;
  }

  .quicklink {
    padding: 0 0 15px 0;
  }

  .quicklink img {
    margin-right: 15px;
  }

  .home .banner h2,
  .banner h3,
  .parking h2 {
    font-size: 36px;
  }

  .button {
    padding: 10px 20px;
  }

  .calc-parking>div {
    text-align: left;
  }

  .calc-parking label {
    display: block;
    float: none;
    margin-bottom: 5px;
  }

  .link-tiles h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .tiles {
    grid-template-columns: repeat(1, 1fr);
  }

  .tile {
    height: 50vh !important;
    top: 0 !important;
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
    width: 100%;
  }

  .video-wrap iframe {
    width: 480%;
    height: 480%;
  }

  .banner {
    height: 540px !important;
    min-height: unset !important;
  }

  .content-slider.is-posts.has-bg {
    background-color: rgba(0, 191, 215, 0.2);
  }

  .content-slider .slides {
    padding-left: 15px;
  }

  .banner h2 {
    font-size: 26px;
  }

  .single .post-content {
    padding: 0;
  }

  .post-content h1 {
    font-size: 30px;
  }

  #splw-location-weather-pro-8639.splw-main-wrapper:is(.horizontal-view) .splw-pro-templates-body {
    margin: 0 !important;
  }

  #splw-location-weather-pro-8639 .splw-pro-wrapper .splw-cur-temp img {
    width: 36px !important;
  }

  #splw-location-weather-pro-8639 .splw-pro-current-temp span.cur-temp {
    font-size: 26px !important;
  }

}

@media (max-width: 400px) {
  .wp-forecast-curr-left {
    display: none !important;
  }
}

@media (min-width: 1100px) {
  #header .flyout {
    transform: translateX(100%) !important;
  }
}

@media (max-height: 900px) {
  li[class*="icon"]::before {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
  }

  .mega-menu .menus a,
  .menu-close {
    font-size: 16px;
  }

  .mega-menu .menus a {
    padding: 5px 0;
  }

  .mega-menu .menu-label a {
    font-size: 18px;
  }
}

@media (max-height: 800px) {

  .flyout-menu::after,
  .mobile-footer {
    display: none;
  }

  .mobile-menu.three .menu-label {
    padding-bottom: 30px;
  }

  .mobile-menu.three li:not(.menu-label) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .mobile-menu .menu-label a {
    font-size: 22px;
  }

  .flyout-menu a {
    font-size: 16px;
  }
}