/***
    The new CSS reset - version 1.11.1 (last updated 24.10.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/

/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu,
summary {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable='false'])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable='true']) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* General Styling */

body {
  font-family: 'azo-sans-web';
  color: #000066;
  overflow-x: hidden;
}

/* .container {
  border-left: 1px dashed white;
  border-right: 1px dashed white;
} */

.row {
  margin-right: unset;
  margin-left: unset;
}

.fs-75 {
  font-size: 4.4rem !important;
}

.fs-55 {
  font-size: 3.4rem !important;
}

.fs-35 {
  font-size: 2.2rem;
}

.fs-30 {
  font-size: 1.8rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-22 {
  font-size: 1.37rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-18 {
  font-size: 1.1rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-10 {
  font-size: 0.9rem;
}

.fs-7 {
  font-size: 0.875rem;
}

.fs-8 {
  font-size: 0.75rem;
}

.text-blue {
  color: #0066ff;
}

.tabs-section-content .nav-tabs {
  border-bottom: 1px solid #000;
  padding-left: 0px;
  padding-right: 0px;
}

.tabs-section-content .nav-tabs .nav-item a {
  text-decoration: none;
}

.tabs-section-content .nav-tabs .nav-item a button {
  font-size: 1.75rem;
}

.tabs-section-content .nav-link {
  border-bottom: 1px solid #000;
  font-size: 1.25rem;
  color: #7e7ebe;
  background-color: #e4e4ef;
  padding: 5px 0px;
}

.tabs-section-content .nav-link:hover:not(.active) {
  border-bottom: 1px solid #000;
  color: #0066ff;
}

.tabs-section-content .nav-item:not(:first-child):not(:last-child) {
  padding-left: 2px;
  padding-right: 2px;
}

.tabs-section-content .nav-link.active {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  color: #0066ff;
}

.breadcrumb .breadcrumb-item.active > a {
  color: #0066ff;
}

.breadcrumb .breadcrumb-item a {
  font-weight: 500 !important;
  color: #000066;
  text-decoration: none;
  font-size: 0.9rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-weight: 600;
}

.breadcrumb .dropdown-menu.show {
  transform: translate(16px, 30px) !important;
  width: 250px;
  border-left: 1px solid #000066;
}

.breadcrumb .dropdown-menu:before {
  display: none;
}

.breadcrumb .dropdown-item,
.breadcrumb .dropdown-item,
.breadcrumb .dropdown-item a,
.breadcrumb .dropdown-item a {
  color: #000066;
}

.breadcrumb .dropdown-item.active,
.breadcrumb .dropdown-item:active {
  background-color: unset;
  color: #0066ff;
}

@media only screen and (max-width: 1199px) {
  .tabs-section-content .nav-tabs .nav-item a button {
    font-size: 1.55rem;
  }
}

@media only screen and (max-width: 992px) {
  .breadcrumb {
    display: none;
  }
  .tabs-section-content .nav-link {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1rem;
    /* height: 50px; */
  }
  .tabs-section-content .nav-tabs .nav-item a button {
    font-size: 1.4rem;
    min-height: 80px;
  }
  .fs-75 {
    font-size: 4rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .tabs-section-content .nav-tabs {
    flex-direction: column;
  }
  .tabs-section-content .nav-tabs li {
    width: 100%;
  }

  .tabs-section-content .nav-link.active {
    border: none;
    border-bottom: 2px dashed #7e7ebe;
  }
  .tabs-section-content .nav-item:not(:first-child):not(:last-child) {
    padding-left: unset;
    padding-right: unset;
  }
  .tabs-section-content .nav-tabs {
    border-bottom: unset;
  }

  .tabs-section-content .nav-link {
    border-bottom: 2px dashed #7e7ebe;
    border-width: 2px;
  }

  .tabs-section-content .nav-item:focus .nav-link,
  .tabs-section-content .nav-item:hover .nav-link {
    border-bottom: 1px dashed #7e7ebe;
  }

  .tabs-section-content .nav-item a .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tabs-section-content .nav-link:after {
    content: '';
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    /* top: 1px; */
    -webkit-mask: url('../images/caret-right.svg') no-repeat 50% 50%;
    mask: url('../images/caret-right.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #7e7ebe;
  }

  .tabs-section-content .nav-item.order-1 a .nav-link {
    border-left: none;
    border-right: none;
  }

  .tabs-section-content .nav-item.order-1 a .nav-link {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    /* border-top: 2px dashed #0066ff; */
    color: #000066;
    font-size: 2rem;
  }

  .tabs-section-content .nav-item.order-1 a .nav-link:after {
    background-color: #0066ff;
    transform: rotate(90deg);
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    border-color: #fff;
  }
}

@media only screen and (max-width: 576px) {
  .fs-75 {
    font-size: 2rem !important;
  }
}

/* Top Header */

.top-header {
  background: #000066;
  color: white;
  position: relative;
  z-index: 10;
}

.top-header li a {
  transition: all 0.1s ease-in-out;
}

.top-header li a:hover {
  background-color: #0066ff;
}

.top-header .container {
  max-width: 950px;
}

.top-nav {
  max-width: 750px;
}

.top-nav .top-nav-item img {
  margin-right: 10px;
}

.top-nav-separator {
  width: 1px;
  height: 100%;
  border-left: 1px dashed white;
}

.top-nav-search {
  border-radius: 5px;
  max-width: 80px;
  transition: all 0.2s ease-in-out;
}

.top-nav-search:focus {
  /* border-bottom: 2px solid white; */
  background-color: #00003c;
  max-width: 150px;
  border: 1px solid white;
}

.top-nav-search:focus:placeholder {
  color: #ff0000;
}

.important-notice {
  background-color: #ff0000;
  display: none;
}

.important-notice.active {
  display: flex;
}

@media only screen and (max-width: 1199px) {
  .top-nav {
    max-width: 705px;
  }
  .top-nav .top-nav-item img {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .top-nav {
    margin: 0 auto;
    max-width: 570px;
  }
  .top-header .container {
    max-width: unset;
  }
  .top-header li:last-child {
    flex-basis: 100%;
    justify-content: center;
    /* border-top: 1px dashed #fff; */
  }
}
@media only screen and (max-width: 676px) {
  .top-nav {
    max-width: 270px;
  }
}
@media only screen and (max-width: 567px) {
}
@media only screen and (max-width: 360px) {
  .top-nav {
    margin-left: 8px;
    margin-right: 10px;
  }
  .top-nav .top-nav-item img {
    margin-right: 3px;
  }
}

/* Header */

header {
  background-image: url('../images/LaGuardia_Wallpaper.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

header .container > .heading-mobile > div > p {
  font-size: 2.4rem;
}

header .container > .heading-mobile > div > h1 {
  font-size: 4.2rem;
}

.main-menus.sticky-header {
  width: 100%;
  position: fixed;
  z-index: 20;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  margin-top: -200px;
}

.main-menus.sticky-header {
  background-image: url('../images/LaGuardia_Wallpaper.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar {
  z-index: 2;
}

.navbar-toggle.collapsed {
  border: unset;
  border-radius: 0;
}

.navbar-toggle {
  border: unset;
  border-radius: 0;
}

.navbar-toggle.collapsed > .navbar-toggler-icon {
  background-image: url('../images/burger_icon.svg');
  position: relative;
  width: 2em;
  height: 2em;
}

.navbar-toggle:not(.collapsed) .navbar-toggler-icon {
  border: unset;
  background-image: url('../images/X_out.svg');
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 12;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

header .mainmenu-desktop .navbar ul > li:not(:last-child) a {
  border-right: 1px dashed white;
  position: relative;
}

header .mainmenu-desktop .navbar ul > .nav-item a {
  position: relative;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  border-top: 2px solid rgba(255, 255, 255, 0);
}

header .mainmenu-desktop .navbar ul > .nav-item a.active {
  text-decoration: underline;
  text-underline-offset: 10px;
}

header .mainmenu-desktop .navbar ul > .nav-item a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

header.full-header .mainmenu-desktop .navbar #navbar-desktop {
  height: 142px;
}

header .mainmenu-desktop .navbar #navbar-desktop {
  height: 120px;
}

header .main-menus.sticky-header .navbar #navbar-desktop {
  height: 80px;
}

header .mainmenu-desktop .navbar #navbar-desktop .navbar-nav {
  transform: translateX(-8px);
  line-height: 0.7;
  height: 100%;
}

header .mainmenu-desktop .navbar #navbar-desktop .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

header .mainmenu-desktop .navbar #navbar-desktop .navbar-nav .nav-item .nav-link {
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}

header .main-menus.sticky-header .navbar #navbar-desktop .navbar-nav {
  /* transform: translateX(-41px); */
  line-height: 0.7;
}
header .main-menus.sticky-header .navbar #navbar-desktop .navbar-nav .dropdown-menu {
  top: 80px;
}

header.full-header .navbar-brand img {
  width: 100px !important;
}

header.full-header .mainmenu-mobile .navbar-brand img {
  width: 65px !important;
}

header .mainmenu-desktop .navbar-brand img {
  width: 65px;
}

header .mainmenu-mobile .navbar-brand img {
  width: 45px;
}

header .mainmenu-mobile .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

header .sticky-header .mainmenu-mobile .navbar {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  background: transparent linear-gradient(180deg, #00006673 0%, #00006600 100%) 0% 0% no-repeat padding-box;
}

body.closed {
  position: absolute;
  left: -50%;
  right: 50%;
  animation-name: bodymenuclosed;
  animation-duration: 0.3s;
  overflow-y: hidden;
}

body.opened {
  position: absolute;
  left: 0%;
  right: 0%;
  animation-name: bodymenuopened;
  animation-duration: 0.3s;
}

header .mainmenu-mobile .mainmenu-mobile-items > li {
  border-top: 1px dashed #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

/* #about-us-collapse .btn-toggle-nav li:hover a,
#getting-terminal-b-collapse .btn-toggle-nav li:hover a {
  color: #00cc00;
} */

header .mainmenu-mobile .mainmenu-mobile-items li > .nav-link svg {
  transition: all 0.2s ease;
  fill: #00cc00;
  width: 25px;
  height: 25px;
}

header .mainmenu-mobile .mainmenu-mobile-items li > .nav-link:not(.collapsed) svg {
  transform: rotate(90deg);
}

/* #environment-collapse ul li a {
  color: #00cc00 !important;
} */

@keyframes bodymenuclosed {
  0% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: -50%;
    right: 50%;
  }
}

@keyframes bodymenuopened {
  0% {
    left: -50%;
    right: 50%;
  }
  100% {
    left: 0%;
    right: 0%;
  }
}

.dropdown-menu {
  z-index: 30;
}

.dropdown-menu[data-bs-popper] {
  left: -80px;
  top: 73px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  padding: unset;
  border: none;
  border-radius: unset;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.dine-shop-more {
  left: 0px;
}
.dropdown-menu.terminal-info {
  left: -30px;
}
.dropdown-menu.getting-terminal-b {
  left: -345px;
  top: 120px;
}

.dropdown-menu.about-us {
  left: -450px;
  top: 120px;
}

.dropdown-menu:before {
  content: '';
  position: absolute;
  background-color: white;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  top: -10px;
  left: 500px;
  z-index: -1;
}

.dropdown-menu.dine-shop-more:before,
.dropdown-menu.terminal-info:before {
  left: 100px;
  background-color: #f2f2f2;
}

.dropdown-menu.about-us:before {
  left: 500px;
}

.dropdown-menu-left {
  background-color: #f2f2f2;
  width: 345px;
  display: inline;
}

.dropdown-menu-left li {
  border-bottom: 1px dashed #000066;
}

.dropdown-menu-left li:hover a {
  background-color: none;
}

.dropdown-menu-left.about-us li:last-child {
  border-bottom: none;
}

.dropdown-menu-right li a,
.dropdown-menu-left li a {
  font-weight: 500;
  color: #000066;
  transition: all 0.2s ease-in-out;
}

.dropdown-menu-right li a:hover,
.dropdown-menu-left li a:hover {
  color: #0066ff;
  text-decoration: none !important;
}

.dropdown-menu-right {
  width: 355px;
}

.dropdown-menu-right li:first-child div {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dropdown-menu-left li a svg,
.dropdown-menu-right li a svg {
  vertical-align: text-top;
  margin-top: 2px;
  fill: #000066;
}

.dropdown-menu-left li:hover a svg,
.dropdown-menu-right li:hover a svg {
  fill: #0066ff;
}

#enviroment-itens ul {
  vertical-align: top;
}
#enviroment-itens {
  height: 100%;
}

.dropdown-menu-left li,
.dropdown-menu-right li {
  border-right: unset !important;
}

#enviroment-itens ul:not(:last-child) {
  border-right: 1px dashed #000066;
}

#navbar-mobile {
  position: absolute;
  background-color: #000066;
  left: 100%;
  right: 0%;
  top: 0;
  height: 100vh;
  display: none;
}

#navbar-mobile.show {
  left: 50%;
  right: -50%;
  animation-name: menutoggleopen;
  animation-duration: 0.3s;
  display: block;
  overflow-y: scroll;
}

#navbar-mobile.closing {
  animation-name: menutoggleclose;
  animation-duration: 0.3s;
  animation-play-state: running;
  right: -100%;
  left: 100%;
  display: block;
}

#navbar-mobile ul li button,
#navbar-mobile ul li a {
  color: #fff;
}

/* .collapse:not(.show) {
  display: unset;
} */

@keyframes menutoggleopen {
  0% {
    left: 100%;
    right: -100%;
  }
  100% {
    left: 50%;
    right: -50%;
  }
}

@keyframes menutoggleclose {
  0% {
    left: 50%;
    right: -50%;
  }
  100% {
    left: 100%;
    right: -100%;
  }
}

@media only screen and (max-width: 1199px) {
  header .mainmenu-desktop .navbar .navbar-nav .nav-item .fs-20 {
    font-size: 1.15rem !important;
  }

  header .mainmenu-desktop .navbar #navbar-desktop .navbar-nav {
    /* transform: translateX(-67px); */
  }
  header .main-menus.sticky-header .mainmenu-desktop .navbar #navbar-desktop .navbar-nav {
    /* transform: translateX(-42px); */
  }
}

@media only screen and (max-width: 992px) {
  header .navbar ul li:not(:last-child) {
    border-right: unset;
  }
  .main-menus.sticky-header {
    margin-top: -112px;
  }
}

/* HERO */

.hero {
  position: relative;
  z-index: 1;
}

.hero-heading > div:first-child p {
  font-size: 3.2rem;
}

.hero .container {
  padding-top: 8vh;
  padding-bottom: 14vh;
}

.hero .container .heading-desktop h1 {
  font-size: 5.7rem;
}

.hero .container .grid-card-links ul li {
  background-color: var(--bs-white);
  border-radius: 40px;
  text-align: center;
  width: 200px;
  height: 200px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
}

.hero .container .grid-card-links ul li:hover {
  transform: scale(1.05);
}

.hero .container .grid-card-links ul li a {
  color: #000066;
}

.hero .container .grid-card-links ul li img {
  /* width: 120px; */
  height: 120px;
  margin: 0 auto;
}

.speech-bubble {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  position: relative;
  border-radius: 15px 15px 15px 0px;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.speech-bubble button {
  background-color: #00cc00;
  padding: 5px 20px;
  border-radius: 10px;
}

.speech-bubble button:hover {
  background-color: #ff0000;
}

.sb1:after {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid rgba(255, 255, 255, 0.2);
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.2);
  border-bottom: 10px solid transparent;
  left: 0px;
  bottom: -19px;
}

.sb1:before {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 12px solid white;
  border-right: 12px solid transparent;
  border-top: 12px solid white;
  border-bottom: 12px solid transparent;
  left: -2px;
  bottom: -24px;
}

.hero .container .grid-card-links ul {
  grid-gap: 45px;
}

@media only screen and (max-width: 1399px) {
  .hero .container .heading-desktop h1 {
    font-size: 5rem;
  }

  .hero .container .heading-desktop .hero-heading > div:first-child p {
    font-size: 2.8rem;
  }

  .hero .container .grid-card-links h1 {
    font-size: 5.1rem;
  }

  .hero .container .grid-card-links ul {
    grid-gap: 40px;
  }

  .hero .container .grid-card-links ul li {
    width: 170px;
    height: 170px;
  }
  .hero .container .grid-card-links ul li img {
    /* width: 120px; */
    height: 100px;
    margin: 0 auto;
  }
  .hero .container .grid-card-links ul li p {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 1199px) {
  .hero .container .grid-card-links ul {
    grid-gap: 28px;
  }
  .hero .container .heading-desktop h1 {
    font-size: 4.2rem;
  }

  .hero .container .heading-desktop .hero-heading > div:first-child p {
    font-size: 2.3rem;
  }

  .hero .container .grid-card-links h1 {
    font-size: 4.3rem;
  }
  .hero .container .grid-card-links ul li {
    width: 150px;
    height: 150px;
  }
  .hero .container .grid-card-links ul li img {
    height: 80px;
    margin: 0 auto;
  }
  .hero .container .grid-card-links ul li p {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 991px) {
  .hero .container {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }
  .hero .container .heading-desktop h1 {
    font-size: 4rem;
  }
  .hero-heading > div:first-child p {
    font-size: 2.4rem;
  }

  .hero .container .grid-card-links h1 {
    font-size: 4.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .hero-heading > div:first-child p {
    font-size: 1.6rem;
  }

  .hero .container .grid-card-links h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .hero-heading > div:first-child p {
    font-size: 1.6rem;
  }

  .hero .container .grid-card-links h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 450px) {
  header .container > .heading-mobile > div > h1 {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 400px) {
  header .container > .heading-mobile > div > h1 {
    font-size: 3.3rem;
  }
  .hero .container .grid-card-links ul li {
    width: 125px;
    height: 125px;
  }
  .hero .container .grid-card-links ul li img {
    height: 75px;
    margin: 0 auto;
  }
  .hero .container .grid-card-links ul li p {
    font-size: 0.7rem;
  }
  .hero .container .grid-card-links ul li {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 350px) {
  header .container > .heading-mobile > div > h1 {
    font-size: 3rem;
  }
}

/* Footer */

footer {
  border-top: 2px dashed #0066ff;
}

footer .container > .row > div:not(:first-child):not(:last-child) {
  border-right: 1px dashed #0066ff;
}

.footer-partners-text {
  border-left: 1px dashed #0066ff;
}

footer .social-icons ul li a img {
  height: 25px;
  width: 25px;
}

@media only screen and (max-width: 992px) {
  footer .container > .row > div:not(:first-child):not(:last-child) {
    border-right: unset;
  }
  footer .container > .row > div:not(:last-child):not(:nth-child(2)) {
    border-right: 1px dashed #0066ff;
  }
}

@media only screen and (max-width: 767px) {
  footer .container > .row > div:not(:last-child):not(:nth-child(2)) {
    border-right: unset;
  }
  footer .container > .row > div:not(:first-child):not(:last-child) {
    border-bottom: 1px dashed #0066ff;
  }
  footer .container > .row > div:not(:first-child):not(:last-child) {
    border-bottom: unset;
  }
}

/* Dine Shop and More */

.dine-filters {
  padding-left: 120px;
  padding-right: 120px;
}

.dine-filters .service-location {
  border-left: 1px dashed #0066ff;
  border-right: 1px dashed #0066ff;
}

.dine-filters div a .btn {
  background-color: #000066;
  font-size: 1.3rem;
}

.dine-filters input {
  border: 2px solid #000066;
}

.dine-filters > div:nth-child(3) .form-check-input:checked {
  background-color: #ff9933;
  border-color: unset;
  background-image: unset;
  padding: 1px;
}

.dine-filters .form-select,
.shop-filters .form-select,
.services-filters .form-select {
  background-image: url('../images/circle_chevron_right.svg');
  background-position: left 0rem center;
  border: unset;
  border-bottom: 1px solid black;
  border-radius: unset;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  background-size: 20px 20px;
  font-size: 1.2rem;
  color: #000066;
  font-weight: 500;
  max-width: 280px;
}

.services-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 18px 10px;
}

.grid-demo .grid {
  min-height: 279px;
}

.services-gallery-grid .services-gallery-item,
.grid-item .grid-item-content {
  background-size: cover;
  background-position: center;
  aspect-ratio: 1;
  /* overflow: hidden; */
  cursor: pointer;
}

.services-gallery-grid .services-gallery-item,
.grid-item .grid-item-content a {
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

.services-gallery-grid .services-gallery-item .additional-info.show,
.grid-item .grid-item-content .additional-info.show {
  opacity: 1;
}
.services-gallery-grid .services-gallery-item .additional-info a,
.grid-item .grid-item-content .additional-info a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.services-gallery-grid .services-gallery-item:hover .gallery-overlay,
.grid-item .grid-item-content:hover .gallery-overlay {
  background-color: rgba(0, 0, 0, 0);
}

.services-gallery-grid .services-gallery-item .gallery-overlay,
.grid-item .grid-item-content .gallery-overlay {
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 20, 0.2);
  z-index: 0;
  pointer-events: none;
}

.services-gallery-grid .services-gallery-item > .services-gallery-item-content,
.grid-item .grid-item-content > .services-gallery-item-content {
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  bottom: 10px;
  z-index: 1;
  width: 100%;
}

.services-gallery-grid .services-gallery-item > .services-gallery-item-content p,
.grid-item .grid-item-content > .services-gallery-item-content p {
  font-size: 1.2rem;
  line-height: 1.3;
}

#grab-button {
  background-color: #000066;
}

#grab-button.grabbtnactive {
  background-color: #0066ff;
}

.grab:before {
  content: '';
  background-image: url('../images/grab.png');
  background-size: 50px;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  z-index: 1;
}

.coming-soon:after {
  content: 'Coming Soon!';
  background-image: url('../images/services_tag.png');
  background-size: 100px;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: -7px;
  width: 100px;
  height: 65px;
  color: #ffffff;
  text-align: center;
  padding: 8px;
  font-size: 0.9rem;
  padding-top: 4px;
  line-height: 1.1;
  z-index: 5;
  font-weight: bold;
}

.new:after {
  content: 'New!';
  background-image: url('../images/services_tag.png');
  background-size: 100px;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: -8px;
  width: 100px;
  height: 57px;
  color: #ffffff;
  text-align: center;
  padding: 8px;
  padding-top: 10px;
  font-size: 1.2rem;
  line-height: 1.1;
  z-index: 5;
  font-weight: bold;
}

.services-not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 279px;
  margin-top: -480px;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

@media only screen and (min-width: 1299px) {
  .dine-filters {
    padding-left: 70px;
    padding-right: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .dine-filters {
    padding-left: 0px;
    padding-right: 70px;
  }
  .dine-filters div a .btn {
    font-size: 1.2rem;
  }
  .services-gallery-grid .services-gallery-item > .services-gallery-item-content p,
  .grid-item .grid-item-content > .services-gallery-item-content p {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 992px) {
  .dine-filters {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dine-filters div a .btn {
    font-size: 1rem;
  }
  .services-gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-demo .grid {
    padding-bottom: 1.2rem;
  }
  .services-not-found {
    margin-top: -400px;
  }
}

@media only screen and (max-width: 767px) {
  .dine-filters .service-location {
    border-left: unset;
  }
  .services-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 676px) {
  .services-gallery-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-item .grid-item-content p {
    bottom: 5px;
  }
  .grid-item .grid-item-content > .services-gallery-item-content {
    bottom: 5px;
  }
  .services-gallery-grid .services-gallery-item > .services-gallery-item-content p,
  .grid-item .grid-item-content > .services-gallery-item-content p {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .services-not-found {
    margin-top: -350px;
  }
}

/* Terminal Info */

.airlines-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}

.airlines-grid .airlines-company {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.airlines-grid .airlines-company .airlines-company-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.airlines-grid .airlines-company .airlines-company-content .img-fluid {
  min-width: 320px;
}
.airlines-grid .airlines-company .airlines-company-content .img-fluid img {
  border-bottom: 1px solid #000;
  max-height: 110px;
  max-width: 320px;
}

.airlines-grid .airlines-company:nth-child(odd) {
  border-right: 1px dashed #0066ff;
}

.airlines-grid .airlines-company:not(:last-child) {
  border-bottom: 1px dashed #0066ff;
}

.accessibility-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
}

.accessibility-item .accessibility-info .accessibility-info-heading {
  color: #0066ff;
  font-size: 2rem;
}

.accessibility-item .accessibility-info .accessibility-info-text {
  font-size: 1.2rem;
}

.accessibility-grid .accessibility-item:nth-child(odd) {
  border-right: 1px dashed #0066ff;
}

.accessibility-grid .accessibility-item:not(:nth-last-child(-n + 2)) {
  border-bottom: 1px dashed #0066ff;
}

.tab-pane .tab-heading {
  font-size: 3.4rem !important;
}

#airlines-tab-pane p:nth-child(2) {
  font-size: 1.5rem !important;
}

#airlines-tab-pane a button {
  font-size: 1.4rem !important;
}

#lostfound-tab-pane .lost-found-heading-2 {
  font-size: 2.6rem !important;
  line-height: 1.2;
}

#lostfound-tab-pane .lost-found-text,
#faq-tab-pane .faq-button {
  font-size: 1.5rem !important;
}

.lost-found-list {
  padding-left: 230px;
}

.lost-found-list li {
  position: relative;
}

.lost-found-list p {
  position: relative;
}
.lost-found-list p:before {
  content: '';
  background-image: url(../images/check-solid.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 20px;
  left: 15px;
  fill: red;
  top: 5px;
}

.accordion-button::after {
  display: none;
}

.accordion-button.collapsed::before {
  content: '';
  background-image: url(../images/plus.svg);
  background-size: 25px;
  position: absolute;
  width: 25px;
  height: 25px;
  left: -15px;
  transform: rotate(180deg);
}

.accordion-button::before {
  content: '';
  background-image: url(../images/minus.svg);
  background-size: 30px;
  position: absolute;
  width: 30px;
  height: 30px;
  left: -15px;
  transition: all 0.2s ease-in;
}

.accordion-button.collapsed {
  box-shadow: none;
  border-radius: 15px;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
  border-radius: 15px;
  color: #000;
}

.accordion-body {
  padding: 1rem 3rem;
}

@media only screen and (max-width: 1399px) {
  .lost-found-list {
    padding-left: 165px;
  }
}
@media only screen and (max-width: 1199px) {
  .lost-found-list {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 992px) {
  .accessibility-grid {
    grid-template-columns: 1fr;
  }
  .accessibility-grid .accessibility-item:nth-child(odd) {
    border-right: unset;
  }

  .accessibility-grid .accessibility-item:not(:last-child) {
    border-bottom: 1px dashed #0066ff;
  }
  .lost-found-list {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .lost-found-list {
    padding-left: 0px;
  }
  .airlines-grid .airlines-company .airlines-company-content .img-fluid {
    min-width: 100%;
  }
  .airlines-grid .airlines-company .airlines-company-content .img-fluid img {
    max-width: 100%;
  }
  .accessibility-item .accessibility-info .accessibility-info-heading {
    font-size: 1.25rem;
  }

  .accessibility-item .accessibility-info .accessibility-info-text {
    font-size: 1rem;
  }
  #lostfound-tab-pane .lost-found-text,
  #faq-tab-pane .faq-button {
    font-size: 1.2rem !important;
  }
}

@media only screen and (max-width: 676px) {
  .airlines-grid {
    grid-template-columns: 1fr;
    padding-left: 12vw;
    padding-right: 12vw;
  }
  .airlines-grid .airlines-company:nth-child(odd) {
    border-right: unset;
  }

  .airlines-grid .airlines-company:not(:last-child) {
    border-bottom: 1px dashed #0066ff;
  }
  .airlines-grid .airlines-company {
    align-items: center;
  }
  #lostfound-tab-pane .lost-found-heading-2 {
    font-size: 1.8rem !important;
  }
  .airlines-grid .airlines-company {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* Getting to/from Terminal B */

.getting-terminal-b-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
}

.getting-terminal-b-item .getting-terminal-b-info .getting-terminal-b-info-heading {
  color: #0066ff;
  font-size: 1.25rem;
}

.getting-terminal-b-item .getting-terminal-b-info .getting-terminal-b-info-text {
  font-size: 1rem;
}

.getting-terminal-b-grid .getting-terminal-b-item:nth-child(odd) {
  border-right: 1px dashed #0066ff;
}
.getting-terminal-b-grid .getting-terminal-b-item:nth-child(even) {
  padding-left: 30px !important;
}

.getting-terminal-b-grid .getting-terminal-b-item:not(:last-child) {
  border-bottom: 1px dashed #0066ff;
}

@media only screen and (max-width: 992px) {
  .getting-terminal-b-grid {
    grid-template-columns: 1fr;
  }
  .getting-terminal-b-grid .getting-terminal-b-item:nth-child(odd) {
    border-right: unset;
  }
  .getting-terminal-b-grid .getting-terminal-b-item:nth-child(even) {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .getting-terminal-b-grid .getting-terminal-b-item:not(:last-child) {
    border-bottom: 1px dashed #0066ff;
  }
  .getting-terminal-b-grid .getting-terminal-b-item:nth-child(even) {
    padding-left: 0 !important;
  }
}

/* About US */

.about-us-quote .quote-text p:before {
  content: '';
  background-image: url(../images/quotes.png);
  background-size: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
}

.two-columns-content div:first-child {
  border-right: 1px dashed #0066ff;
}

.additional-info {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000066b5;
  opacity: 1;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 2;
  /* background-color: #00006600; */
  opacity: 0;
  font-size: 14px;
}

.additional-info p {
  pointer-events: none;
  line-height: 1.2;
}

.additional-info .check {
  position: relative;
}

.additional-info .check:before {
  content: '';
  background-image: url(../images/check-solid-green.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
}

.additional-info .hr-top {
  border-top: 1px solid #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .additional-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .additional-info p {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .two-columns-content div:first-child {
    border-right: unset;
    border-bottom: 1px dashed #0066ff;
  }
}

@media only screen and (max-width: 676px) {
  .additional-info p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 576px) {
  .additional-info p {
    font-size: 0.7rem;
  }
}

/* Leadership */

.members-section .members-section-heading {
  color: #0066ff;
  font-size: 2.5rem;
}

.members-section .members-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.members-section .members-section-grid > div:nth-child(odd) {
  border-right: 1px dashed #0066ff;
}

.members-section .modal {
  --bs-modal-width: 800px;
}

.members-section .modal .modal-body .dashed-top {
  border-top: 1px dashed #0066ff;
}

.members-section .modal .modal-header .btn-close {
  background-size: 24px;
  opacity: unset;
}

.members-section-item {
  cursor: pointer;
}

.members-section-item img{
  object-fit: cover;
  aspect-ratio: 1;
}
.members-section-item-heading {
  font-size: 2rem;
}
.members-section-item-subheading {
  font-size: 1.6rem;
}

@media only screen and (max-width: 992px) {
  .members-section .members-section-grid {
    grid-template-columns: 1fr;
  }
  .members-section .members-section-grid > div:nth-child(odd) {
    border-right: unset;
  }
  .members-section .members-section-grid > div:not(:last-child) {
    border-bottom: 1px dashed #0066ff;
  }
}

@media only screen and (max-width: 767px) {
  .members-section .members-section-heading {
    font-size: 1.5rem;
  }
  .members-section-item-heading {
    font-size: 1.25rem;
  }
  .members-section-item-subheading {
    font-size: 1rem;
  }
}

/* Partners */

.partners .logo-left-info-right .logo-left-info-right-item img {
  max-width: 220px;
  width: 100%;
}

.partners .logo-left-info-right .logo-left-info-right-item .border-dashed-left {
  border-left: 1px dashed #0066ff;
}

.partners .logo-left-info-right .logo-left-info-right-item:not(:last-child) {
  border-bottom: 1px dashed #0066ff;
}

.partners .logo-left-info-right-item div:nth-child(2) p:first-child {
  color: #0066ff;
}

@media only screen and (max-width: 767px) {
  .partners .logo-left-info-right .logo-left-info-right-item div:nth-child(2) {
    border-left: unset;
  }
  .partners .logo-left-info-right .logo-left-info-right-item img {
    text-align: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}

/* Explore Terminal B */

.video-section-item .modal-content {
  background-color: unset;
  border: unset;
}

.video-section-item .modal-dialog {
  max-width: 90vw;
}

.video-section-item .modal-dialog .btn-close.white {
  top: -20px;
  position: absolute;
  right: -20px;
  opacity: 1;
  fill: #ffffff;
  background-image: url(../images/btn-close-white.svg);
  background-size: 25px;
  width: 25px;
  height: 25px;
}

.video-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem 2rem;
}

.video-section-item .video-thumb {
  max-width: 100%;
}

.explore-art .owl-carousel.owl-hidden {
  opacity: unset !important;
}
.explore-art .owl-carousel .item img {
  /* min-height: 250px; */
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.explore-art .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: unset !important;
  margin-top: 0 !important;
  z-index: -1;
}
.explore-art .owl-nav .owl-next {
  right: 0;
}

.explore-art .owl-nav .owl-prev.disabled,
.explore-art .owl-nav .owl-next.disabled {
  display: none !important;
}

.explore-art .owl-nav .owl-prev .arrow-left {
  /* background-image: url(../images/chevron-left.svg); */
  /* background-size: 30px; */
  width: 30px;
  height: 48px;
  left: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask: url('../images/chevron-left.svg') no-repeat 50% 50%;
  mask: url('../images/chevron-left.svg') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
}
.explore-art .owl-nav .owl-next .arrow-right {
  /* background-image: url(../images/chevron-right.svg);
  background-size: 30px; */
  width: 30px;
  height: 48px;
  right: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask: url('../images/chevron-right.svg') no-repeat 50% 50%;
  mask: url('../images/chevron-right.svg') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
}

@media only screen and (max-width: 992px) {
  .video-section {
    grid-template-columns: 1fr;
  }
}

.explore-art .modal-content {
  border-radius: 0;
  max-height: 900px;
}
.explore-art .modal-dialog {
  max-width: 800px;
}

.explore-art .modal-header hr {
  width: 90%;
  border-top: 1px solid #0066ff;
  border-bottom: none;
  opacity: unset;
  margin-bottom: 0;
}

.explore-art .modal-header {
  border-bottom: unset;
}

.explore-art .modal-footer {
  border-top: unset;
}

.explore-art .modal-body {
  padding: 0;
}

.explore-art .modal-header h1 {
  color: #0066ff;
}

.explore-art .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.explore-art .modal-footer p {
  width: 100%;
}

.explore-art .carousel-inner {
  max-height: 380px;
}

.explore-art .carousel-indicators {
  position: relative;
  margin-bottom: unset;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
}

.explore-art .carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  border: 2px solid #000;
  border-radius: 50%;
  /* margin-top: 1rem; */
}

.explore-art .carousel-indicators .active {
  background-color: orange;
}

.explore-art .carousel-control-prev,
.explore-art .carousel-control-next {
  position: relative;
}

.explore-art .carousel-control-prev-icon {
  background-image: url(../images/chevron-prev-icon.svg);
}

.explore-art .carousel-control-next-icon {
  background-image: url(../images/chevron-next-icon.svg);
}

.explore-art .carousel-control-prev,
.explore-art .carousel-control-next {
  opacity: unset;
}

.explore-art-carousel-heading {
  font-size: 2rem;
}
.explore-art-carousel-text {
  font-size: 1.1rem;
}

@media only screen and (max-width: 1299px) {
  .explore-art .carousel-inner {
    max-height: 380px;
  }
}
@media only screen and (max-width: 992px) {
  .explore-art .modal-dialog {
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
  }
  .explore-art-carousel-heading {
    font-size: 1.8rem;
  }
  .explore-art-carousel-text {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 676px) {
  .explore-art-carousel-heading {
    font-size: 1.3rem;
  }
  .explore-art-carousel-text {
    font-size: 1rem;
  }
  .explore-art .modal-dialog {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* B-Fast Front-of-the-line Security */

.b-fast-security .b-fast-security-heading-2 {
  font-size: 2.2rem;
  line-height: 1.1;
  padding-top: 14px;
}

.b-fast-security button {
  font-size: 2rem;
}

.b-fast-security .b-fast-security-text {
  font-size: 1.6rem;
}

.b-fast-security .btn.green {
  background-color: #00cc00;
  border: none;
  border-radius: 4px;
  padding: 0.8rem 6rem;
}

.b-fast-security .b-fast-security-process {
  border-bottom: 1px dashed #0066ff;
}

.b-fast-security .b-fast-security-process-item {
  padding-right: 0px;
  padding-left: 0px;
}

.b-fast-security .b-fast-security-process-item div:first-child p {
  background-color: #ffcc66;
  width: 68px;
  height: 68px;
  text-align: center;
  vertical-align: middle;
  font-size: 2.8rem;
}

.b-fast-security .how-it-works .how-it-works-heading {
  font-size: 2.2rem;
}

.b-fast-security .how-it-works p {
  font-size: 1.25rem;
}
.b-fast-security .how-it-works b {
  font-weight: bold;
}

.b-fast-security .how-it-works button {
  font-size: 1.4rem;
}

@media only screen and (max-width: 1399px) {
  .b-fast-security .b-fast-security-process-item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .b-fast-security .b-fast-security-process-item div:first-child p {
    width: 50px;
    height: 50px;
    font-size: 2.1rem;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .b-fast-security .b-fast-security-heading-2 {
    font-size: 1.6rem;
  }
  .b-fast-security .b-fast-security-text {
    font-size: 1.25rem;
  }
}

/* Sustainability */

.logo-left-info-right .logo-left-info-right-item-expandable {
  cursor: pointer;
}
.logo-left-info-right .logo-left-info-right-item-expandable img {
  max-width: 70%;
}

.logo-left-info-right .logo-left-info-right-item-expandable div:nth-child(2) {
  border-left: 1px dashed #0066ff;
}

.logo-left-info-right .logo-left-info-right-item-expandable div:nth-child(2) {
  border-left: 1px dashed #0066ff;
}

.logo-left-info-right .logo-left-info-right-item-expandable:not(:last-child) {
  border-bottom: 1px dashed #0066ff;
}

.logo-left-info-right-item-expandable div:nth-child(2) p:first-child {
  color: #0066ff;
}

.logo-left-info-right .logo-left-info-right-item-expandable.opened .right-collapsed {
  /* -webkit-line-clamp: unset; */
  /* line-clamp: 2; */
  max-height: 1200px;
}

.logo-left-info-right .logo-left-info-right-item-expandable .right-collapsed {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  /* line-clamp: 2; */
  -webkit-box-orient: vertical;
  max-height: 60px;
}

.logo-left-info-right .logo-left-info-right-item-expandable.short-item {
  pointer-events: none;
}

.logo-left-info-right .logo-left-info-right-item-expandable.short-item .plus-icon::before {
  display: none;
}

.logo-left-info-right .logo-left-info-right-item-expandable .plus-icon::before {
  content: '';
  background-image: url(../images/plus-blue.svg);
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -5px;
  top: 80px;
  transition: all 0.4s ease-in-out;
}

.sustainability-heading {
  font-size: 2rem;
}
.sustainability-text {
  font-size: 1.3rem;
}

.logo-left-info-right .logo-left-info-right-item-expandable.short-item.opened .plus-icon::before {
  display: none;
}

.logo-left-info-right .logo-left-info-right-item-expandable.opened .plus-icon::before {
  background-image: url(../images/minus-blue.svg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .logo-left-info-right .logo-left-info-right-item-expandable div:nth-child(2) {
    border-left: unset;
  }
  .sustainability-heading {
    font-size: 1.25rem;
  }
  .sustainability-text {
    font-size: 1.2rem;
  }
  .logo-left-info-right .logo-left-info-right-item-expandable .plus-icon::before {
    top: 100px;
    left: 10px;
  }
  .supplier-diversity img {
    width: 100px;
  }
}

/* Media */

.media-page .logo-left-info-right .logo-left-info-right-item img {
  max-width: 140px;
  width: 100%;
}

.media-page .logo-left-info-right .logo-left-info-right-item .border-dashed-left {
  border-left: 1px dashed #0066ff;
}

.media-page .logo-left-info-right .logo-left-info-right-item:not(:last-child) {
  border-bottom: 1px dashed #0066ff;
}

.media-page .logo-left-info-right-item div:nth-child(2) p:first-child {
  color: #0066ff;
}

@media only screen and (max-width: 767px) {
  .media-page .logo-left-info-right .logo-left-info-right-item div:nth-child(2) {
    border-left: unset;
  }
  .media-page .logo-left-info-right .logo-left-info-right-item img {
    text-align: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}

.media-gallery .modal-dialog {
  max-width: 1200px;
  margin-left: 50px;
  margin-right: 50px;
  margin: 0 auto;
}

.media-page #galleryItem01 .modal-content {
  border-radius: unset;
  min-height: 900px;
}

.media-page #galleryItem01 .modal-content .btn-close {
  z-index: 10;
  width: 3em;
  height: 1em;
}

.media-gallery .owl-carousel.owl-hidden {
  opacity: unset !important;
}
.media-gallery .owl-carousel .item img {
  /* min-height: 250px; */
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.media-gallery .owl-nav .owl-next {
  right: -10px;
}
.media-gallery .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: unset !important;
  margin-top: 0 !important;
}

.media-gallery .owl-nav .owl-prev.disabled,
.media-gallery .owl-nav .owl-next.disabled {
  display: none !important;
}

.media-gallery .owl-nav .owl-prev .arrow-left {
  /* background-image: url(../images/chevron-left.svg); */
  /* background-size: 30px; */
  width: 30px;
  height: 48px;
  left: -60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask: url('../images/chevron-left.svg') no-repeat 50% 50%;
  mask: url('../images/chevron-left.svg') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
}
.media-gallery .owl-nav .owl-next .arrow-right {
  /* background-image: url(../images/chevron-right.svg);
  background-size: 30px; */
  width: 30px;
  height: 48px;
  right: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask: url('../images/chevron-right.svg') no-repeat 50% 50%;
  mask: url('../images/chevron-right.svg') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
}

@media only screen and (max-width: 1299px) {
  .media-page #galleryItem01 .modal-content {
    min-height: 700px;
  }
  .media-gallery .modal-dialog {
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .media-page #galleryItem01 .modal-content {
    min-height: 600px;
  }
}
@media only screen and (max-width: 992px) {
  .media-page #galleryItem01 .modal-content {
    min-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .media-page #galleryItem01 .modal-content {
    min-height: unset;
  }
  .media-page .logo-left-info-right .logo-left-info-right-item div:nth-child(2) {
    border-left: unset;
  }
  .media-page .logo-left-info-right .logo-left-info-right-item img {
    text-align: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 676px) {
  .media-gallery .modal-dialog {
    margin-left: 10px;
    margin-right: 10px;
  }
  .media-gallery .modal-dialog .owl-carousel .owl-nav {
    display: none;
  }
}

/* Terminal Redevelopment */

.terminal-redevelopment .logo-left-info-right .logo-left-info-right-item img {
  max-width: 140px;
  width: 100%;
}

.terminal-redevelopment .logo-left-info-right .logo-left-info-right-item .border-dashed-left {
  border-left: 1px dashed #0066ff;
}

.terminal-redevelopment .logo-left-info-right .logo-left-info-right-item:not(:last-child) {
  border-bottom: 1px dashed #0066ff;
}

.terminal-redevelopment .logo-left-info-right-item div:nth-child(2) p:first-child {
  color: #0066ff;
}

.terminal-redev-heading {
  font-size: 2.2rem;
}
.terminal-redev-text {
  font-size: 1.25rem;
}

.terminal-redev-gallery .owl-carousel.owl-hidden {
  opacity: unset !important;
}
.terminal-redev-gallery .owl-carousel .item p:first-child {
  height: 50px;
}
.terminal-redev-gallery .owl-carousel .item img {
  /* min-height: 250px; */
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.terminal-redev-gallery .owl-carousel .item p:last-child {
  height: 50px;
}

.terminal-redev-gallery .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: unset !important;
  margin-top: 0 !important;
}

.terminal-redev-gallery .owl-nav .owl-prev,
.terminal-redev-gallery .owl-nav .owl-next {
  margin: 0 !important;
  height: 100%;
  width: 180px;
}
.terminal-redev-gallery .owl-nav .owl-prev {
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%) !important;
}
.terminal-redev-gallery .owl-nav .owl-next {
  right: 0;
  position: absolute;
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%) !important;
}

.terminal-redev-gallery .owl-nav .owl-prev.disabled,
.terminal-redev-gallery .owl-nav .owl-next.disabled {
  display: none !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.terminal-redev-gallery .owl-nav .owl-prev .arrow-left {
  /* background-image: url(../images/chevron-left.svg); */
  background-size: 30px;
  width: 30px;
  height: 48px;
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask: url('../images/chevron-left.svg') no-repeat 50% 50%;
  mask: url('../images/chevron-left.svg') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #000066;
}
.terminal-redev-gallery .owl-nav .owl-next .arrow-right {
  /* background-image: url(../images/chevron-right.svg); */
  background-size: 30px;
  width: 30px;
  height: 48px;
  right: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask: url('../images/chevron-right.svg') no-repeat 50% 50%;
  mask: url('../images/chevron-right.svg') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #000066;
}

@media only screen and (max-width: 767px) {
  .terminal-redevelopment .logo-left-info-right .logo-left-info-right-item div:nth-child(2) {
    border-left: unset;
  }
  .terminal-redevelopment .logo-left-info-right .logo-left-info-right-item img {
    text-align: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  .terminal-redev-heading {
    font-size: 1.4rem;
  }
  .terminal-redev-text {
    font-size: 1rem;
  }
  .terminal-redev-gallery .owl-nav .owl-prev,
  .terminal-redev-gallery .owl-nav .owl-next {
    width: 150px;
  }
  .terminal-redev-gallery .owl-nav .owl-prev .arrow-left {
    background-color: #ffffff;
    width: 22px;
    height: 32px;
    left: 20px;
  }
  .terminal-redev-gallery .owl-nav .owl-next .arrow-right {
    background-color: #ffffff;
    width: 22px;
    height: 32px;
    right: 20px;
  }
  .terminal-redev-gallery .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0.2) !important;
    max-height: 80px;
    left: 12px;
  }
  .terminal-redev-gallery .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.2) !important;
    max-height: 80px;
    right: 12px;
  }
}
@media only screen and (max-width: 676px) {
  .terminal-redev-gallery .owl-nav .owl-prev,
  .terminal-redev-gallery .owl-nav .owl-next {
    width: 50px;
  }
}

/* supplier-diversity*/

.supplier-diversity .logo-left-info-right .logo-left-info-right-item img {
  max-width: 140px;
  width: 100%;
}

.supplier-diversity .logo-left-info-right .logo-left-info-right-item .border-dashed-left {
  border-left: 1px dashed #0066ff;
}

.supplier-diversity .logo-left-info-right .logo-left-info-right-item:not(:last-child) {
  border-bottom: 1px dashed #0066ff;
}

.supplier-diversity .logo-left-info-right-item div:nth-child(2) p:first-child {
  color: #0066ff;
}

@media only screen and (max-width: 767px) {
  .supplier-diversity .logo-left-info-right .logo-left-info-right-item div:nth-child(2) {
    border-left: unset;
  }
  .supplier-diversity .logo-left-info-right .logo-left-info-right-item img {
    text-align: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
/* Community*/

.community .logo-left-info-right .logo-left-info-right-item img {
  max-width: 140px;
  width: 100%;
}

.community .logo-left-info-right .logo-left-info-right-item .border-dashed-left {
  border-left: 1px dashed #0066ff;
}

.community .logo-left-info-right .logo-left-info-right-item:not(:last-child) {
  border-bottom: 1px dashed #0066ff;
}

.community .logo-left-info-right-item div:nth-child(2) p:first-child {
  color: #0066ff;
}

@media only screen and (max-width: 767px) {
  .community .logo-left-info-right .logo-left-info-right-item div:nth-child(2) {
    border-left: unset;
  }
  .community .logo-left-info-right .logo-left-info-right-item img {
    text-align: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
/* Awards / Work Here */

.awards-recognition .logo-left-info-right .logo-left-info-right-item img {
  max-width: 140px;
  width: 100%;
}

.awards-recognition .logo-left-info-right .logo-left-info-right-item .border-dashed-left {
  border-left: 1px dashed #0066ff;
}

.awards-recognition .logo-left-info-right .logo-left-info-right-item:not(:last-child) {
  border-bottom: 1px dashed #0066ff;
}

.awards-recognition .logo-left-info-right-item div:nth-child(2) p:first-child {
  color: #0066ff;
}

@media only screen and (max-width: 767px) {
  .workhere-heading,
  .awards-heading {
    font-size: 1.4rem;
  }
  .workhere-text,
  .awards-text {
    font-size: 1rem;
  }
  .awards-images div img {
    left: unset !important;
    transform: unset !important;
  }
  .awards-recognition .logo-left-info-right .logo-left-info-right-item div:nth-child(2) {
    border-left: unset;
  }
  .awards-recognition .logo-left-info-right .logo-left-info-right-item img {
    text-align: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
