body#index .headerTop li.headerTop_currency
{
  display: none;
}

body:has(#contentPageDestination) .headerTop li.headerTop_currency
{
  display: none;
}

.headerTop
{
  background-color: #f4f6f8;
  min-height: 40px;
}

.headerTop_pop.headerTop_flags a B
{
  background-color: unset;
}

.headerBottom_logo a img
{
  width: 171px;
  height: 55px;
}

.headerBottom .centeredContent
{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 115px;
}

.headerBottom.inner_headerBottom .centeredContent
{
  display: block;
  padding: 0 10px;
}

nav#headerMenuTop
{
  margin-left: auto;
}

#beforeLogin ul li
{
  visibility: hidden;
}

#beforeLogin ul li:first-child
{
  visibility: visible
}

ul.headerTop_right li a.headerTop_toggle span:after
{
  display: none;
}

#afterLogin ul#loginMenu li:last-child
{
  padding: 0;
  border-left: 1px solid #ffffff;
}

a#Logoff span
{
  cursor: pointer;
  text-decoration: underline !IMPORTANT;
  color: #101340;
}

a#Logoff .svgHolder
{
  display: none;
}

a#Logoff
{
  margin-left: 10px;
}

.headerTop_left ul a span,
ul.headerTop_right li a.headerTop_toggle span
{
  font-family: "EuclidCircularB-Regular";
  padding-right: 0;
  font-size: 15px;
}

.headerTop_left ul a span,
ul.headerTop_right li a.headerTop_toggle span
{
  font-family: "EuclidCircularB-Regular";
  padding-right: 0;
  font-size: 16px;
  padding-left: 0;
}

.headerTop_left a#customerLogin span
{
  color: transparent;
}

.headerTop_left a#customerLogin span:before
{
  content: "Login";
  color: #10133f;
}

ul.headerTop_right li a.headerTop_toggle B img
{
  visibility: hidden;
}

ul.headerTop_right li a.headerTop_toggle.headerTop_flags B
{
  background-color: #f2f4f6;
  background-image: url(https://storage.aerocrs.com/323/system/globe-button-ico.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.headerTop_left ul a .svgHolder svg
{
  visibility: hidden;
}

.headerTop_left ul a .svgHolder
{
  background-image: url(https://storage.aerocrs.com/323/system/login-button-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

ul.headerTop_right li a.headerTop_toggle.headerTop_flags B
{
  background-color: unset !important;
}

.headerBottom_logo
{
  padding-top: 0;
}

.headerBottom
{
  position: relative;
  background: #fff;
}

#index .headerBottom
{
  box-shadow: none !important;
  background: #fff !important;
}

.inner_headerBottom,
.checkin_headerBottom
{
  position: unset;
}

.headerMenu>ul>li>a
{
  color: #10133f;
  text-align: right;
  font-family: EuclidCircularB-Regular;
  font-size: 20px;
  font-weight: normal;
  padding: 0px 0px 0px 10px;
}

.headerMenu>ul>li
{
  border-left: none;
  padding: 0px 5px 0px 10px;
}

a.headerMenu_toggleMobile span
{
  transition: all 0.25s linear;
}

a.headerMenu_toggleMobile[aria-expanded="true"] span
{
  background-color: #00a3e0;
}

a.headerMenu_toggleMobile[aria-expanded="true"] span:nth-child(2)
{
  display: none;
}

a.headerMenu_toggleMobile[aria-expanded="true"] span:nth-child(1)
{
  transform: rotate(45deg) translate(8px, 0px);
}

a.headerMenu_toggleMobile[aria-expanded="true"] span:nth-child(3)
{
  transform: rotate(-45deg) translate(5px, 2px);
}

.inner_headerBottom .headerMenu
{
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.inner_headerBottom .headerBottom_search
{
  float: right;
  padding-left: 0;
  font-size: 18px;
}

.inner_headerBottom .centeredContent
{
  position: relative;
  height: unset;
}

.headerBottom.inner_headerBottom .headerBottom_logo
{
  padding-top: 20px;
  padding-bottom: 20px;
}

.inner_headerBottom .headerMenu a.headerMenu_toggleMobile span
{
  border-top: none;
  background-color: #101340;
  height: 2px;
  margin: 5px 0px 0px;
}

.inner_headerBottom a.headerMenu_toggleMobile[aria-expanded="true"] span:nth-child(1)
{
  transform: rotate(45deg) translate(7px, 0px);
}

.headerBottom_searchButton a
{
  border-radius: 3px;
  color: #101340;
  font-size: 18px;
  text-transform: capitalize;
  border: none;
  background: unset;
  border-radius: 3px !IMPORTANT;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  color: #101340;
  text-decoration: underline;
}

.headerBottom_searchButton a:hover
{
  color: #fff;
  background: #101340;
}

.headerBottom_searchButton a[aria-expanded="true"]
{
  color: #101340;
  background: #fff;
}

.headerBottom_searchButton a[aria-expanded="true"]:after,
.headerBottom_searchButton a[aria-expanded="true"]:before
{
  border-top-color: #fff;
}

.inner_headerBottom .headerMenu .headerBottom_menuPop a
{
  color: #101340;
}

.headerBottom.inner_headerBottom .flightForm_passPop ul
{
  max-width: 100%;
  padding: 0 10px;
}

@media (min-width: 1025px)
{
  .headerMenu>ul>li>a.headerMenu_toggle:after
  {
    display: none;
  }

  .headerMenu>ul>li>a.headerMenu_toggle.headerMenu_toggle[aria-expanded="true"]
  {
    color: #00a3e0;
    font-family: 'EuclidCircularB-Medium';
  }

  .headerBottom_menuPop a:hover
  {
    color: #101340;
  }

  .headerBottom_menuPop
  {
    overflow-x: hidden;
    overflow-y: auto;
    height: max-content;
    max-height: 400px;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 43px;
    padding: 10px 0px;
    background-color: #00a3e0;
    border-radius: 0;
    box-shadow: -3px 9px 10px rgba(0, 0, 0, 0.4);
    min-width: 250px;
  }

  .headerBottom_menuPop a
  {
    font-size: 18px;
    height: auto;
    color: #fff;
    font-family: 'EuclidCircularB-Light';
    transition: all 0.3s ease;
  }
}

@media (max-width: 1024px)
{
  .headerBottom_logo a img
  {
    width: 115px;
    height: 37px;
  }

  a.headerMenu_toggleMobile
  {
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 60px;
    height: 60px;
    border: 1px solid transparent;
    border-radius: 5px 5px 0px 0px;
    align-items: flex-end;
  }

  a.headerMenu_toggleMobile span
  {
    display: block;
    height: 2px;
    margin: 3px 0px;
    background-color: #101340;
    width: 32px;
  }

  a.headerMenu_toggleMobile[aria-expanded="true"]
  {
    box-shadow: none;
  }

  .headerMenu>ul
  {
    height: 100vh;
    position: absolute;
    right: -15px;
    left: unset;
    top: auto;
    width: 102vw;
    padding: 0;
    background-color: #00a3e0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }

  .headerMenu>ul>li>a
  {
    font-family: EuclidCircularB-Medium;
    font-size: 25px;
    color: #fff;
    margin-top: 18px;
    line-height: 1.5;
    padding: 3px 32px 3px 32px;
  }

  .headerBottom_menuPop
  {
    background-color: #00a3e0;
  }

  .headerBottom_menuPop a
  {
    color: #fff !important;
    font-size: 18px;
    padding-left: 30px;
    border: none;
  }

  .headerMenu>ul>li:before
  {
    content: '';
    position: absolute;
    left: 30px;
    right: 20px;
    top: -10px;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
  }

  .headerBottom_menuPop>ul>li:before
  {
    display: none;
  }

  .headerMenu>ul>li>a.headerMenu_toggle:after
  {
    font-size: 30px;
  }

  .headerBottom.inner_headerBottom .engineFrame .flightForm_datePop
  {
    margin-top: 0;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 360px)
{
  .headerBottom_logo a
  {
    all: unset;
  }
}