/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Filter Colors
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .tb-wrap-icons {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  #megamenu #top-bar {
    height: 84px;
  }
  #megamenu #top-bar .tb-wrap-icons {
    margin-left: auto;
    margin-right: 91px;
    padding: 17px 0 0 20px;
  }
  #megamenu #top-bar .tb-wrap-icons .icon {
    margin: 0 14px;
  }
  #megamenu #top-bar .tb-wrap-icons .icon .fi {
    font-size: 40px;
  }
  #megamenu #top-bar .tb-wrap-icons .icon .fi.flaticon-icon-email:before {
    font-size: 50px !important;
    height: 48px !important;
  }

  .tb__nav {
    display: none !important;
  }
}
#megamenu .light-menu__hamburger-icon svg line, #megamenu .light-menu__hamburger-close svg line {
  transition: all 0.3s ease;
}
#megamenu.opaque .light-menu__hamburger-icon svg line, #megamenu.opaque .light-menu__hamburger-close svg line, #megamenu.no-hero .light-menu__hamburger-icon svg line, #megamenu.no-hero .light-menu__hamburger-close svg line {
  stroke: #000000;
}

.light-menu-open {
  height: 100% !important;
  overflow: hidden !important;
}
.light-menu-open .light-menu {
  opacity: 1;
  transform: scaleY(1);
  pointer-events: auto;
}
.light-menu-open .light-menu__hamburger-close {
  display: inline;
}
.light-menu-open .light-menu__hamburger-icon {
  display: none;
}
@media (max-width: 1023px) {
  .light-menu-open .megamenu--away {
    top: 0 !important;
  }
}

.light-menu-open--travel {
  height: unset !important;
  overflow: auto !important;
}

.light-menu {
  overflow: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transform: scaleY(0.5);
  transform-origin: top;
  transition: all 0.2s ease, top 0s;
  pointer-events: none;
}
@media (min-width: 768px) {
  .light-menu {
    top: 0;
    left: auto;
    right: 0;
    height: 100vh;
    border-radius: 0;
    width: 343px;
  }
}
@media (min-width: 1024px) {
  .light-menu {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .light-menu__bar {
    display: none !important;
  }
}
.light-menu__hamburger {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 1001;
  width: 56px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
}
.light-menu__hamburger--media {
  top: unset;
  right: 24px;
  bottom: 26px;
}
@media (min-width: 1024px) {
  .light-menu__hamburger {
    display: none !important;
  }
}
.light-menu__hamburger-close {
  display: none;
}
.light-menu__inner {
  overflow: hidden;
  overflow-y: scroll;
  height: 100%;
  max-height: 100vh;
}
.light-menu__title {
  background-color: #FFF;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  padding: 30px 20px 13px 20px;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: solid #e5e5e5 1px;
}
.light-menu__title span {
  font-family: "open-sans", sans-serif;
  font-weight: 400;
}
.light-menu__title-buttons {
  display: flex;
}
.light-menu__inner-close {
  border: 0;
  background: transparent;
  margin-right: 10px;
}
.light-menu__inner-close svg line {
  stroke: #000000;
}
.light-menu__panner {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 300%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(0.38, 0.61, 0.3, 1.13);
  margin-top: 94px;
}
.light-menu__panner--panned2 {
  transform: translate3d(-33.3333333%, 0, 0);
}
.light-menu__panner--panned3 {
  transform: translate3d(-66.6666666%, 0, 0);
}
.light-menu__nav {
  width: 33.3333333%;
}
.light-menu__ul {
  list-style-type: none;
  padding: 0 32px 40px 32px;
  margin-top: 0;
}
.light-menu__ul--submenu {
  position: absolute;
  width: 33.3333333%;
  left: 33.33333333%;
  top: 0;
  min-height: 100%;
  display: none;
}
.light-menu__ul--submenu .light-menu__ul--third-level {
  width: 100%;
  left: 100%;
}
.light-menu__li {
  margin: 0;
  border-bottom: #dcdcdc 1px solid;
}
.light-menu__li--top-level .light-menu__a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 19px;
  font-weight: 700;
}
.light-menu__li--top-level .light-menu__a img {
  object-fit: cover;
  border-radius: 4px;
  width: 89px;
  height: 54px;
}
.light-menu__li--active-submenu > .light-menu__ul--submenu {
  display: block;
}
.light-menu__a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  padding: 30px 0 15px;
  line-height: 1;
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
}
.light-menu__a:hover, .light-menu__a:focus {
  color: #333333;
}
.light-menu__a--back {
  justify-content: flex-start;
  padding: 30px 0 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.light-menu__a--back .fi {
  margin-right: 20px;
  margin-left: 0;
}
.light-menu__a .fi {
  height: 12px;
  margin-left: 10px;
}
.light-menu__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 20px 35px 20px;
}
@media (min-width: 768px) {
  .light-menu__bottom {
    display: none;
  }
}
.light-menu__maps, .light-menu__search {
  flex: 1;
  display: flex;
  background: #FFFFFF;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  padding: 0;
}
.light-menu__maps .fi, .light-menu__search .fi {
  color: #000000;
  font-size: 20px;
  margin-bottom: 7px;
}
.light-menu__maps .fi:before, .light-menu__search .fi:before {
  font-size: 23px;
}
.light-menu__maps .text, .light-menu__search .text {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}
.light-menu__maps, .light-menu__search, .light-menu__subscribe {
  padding: 0 14px;
}
.light-menu__subscribe-travel {
  flex: 1;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 0;
  text-decoration: none;
}
.light-menu__subscribe-travel .flaticon-icon-email {
  color: #000;
  width: 22px;
  height: 20px;
}
.light-menu__subscribe-travel .flaticon-icon-email:before {
  font-size: 22px;
}
.light-menu__subscribe-travel .text {
  vertical-align: middle;
  font-size: 12px;
  color: #000;
}
.light-menu__subscribe {
  flex: 1;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 0;
}
.light-menu__subscribe:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 22px;
  height: 20px;
  background-image: url(../svg/icon-email-black-v2.svg);
  background-repeat: no-repeat;
  background-size: 22px 20px;
  filter: invert(17%) sepia(27%) saturate(0%) hue-rotate(232deg) brightness(100%) contrast(94%);
}
.light-menu__subscribe .text {
  vertical-align: middle;
  font-size: 12px;
}
.light-menu__search-box {
  display: none;
  position: absolute;
  width: 33.3333333%;
  left: 33.33333333%;
  top: 0;
  padding: 0 20px;
  height: 100%;
}
.light-menu__search-box--active {
  display: block;
}
.light-menu__search-box .megamenu__search {
  position: static;
  height: 100%;
  z-index: auto;
}
.light-menu__search-box .megamenu__search .inner {
  padding: 10px 0 0 0;
}
.light-menu__search-box .megamenu__search .flaticon-icon-search {
  top: 10px;
}

#megamenu.travel-media-menu .light-menu__bar, #megamenu.travel-trade-menu .light-menu__bar, #megamenu.bc-accelerator-menu .light-menu__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 9px 13px;
  background: #FFF;
}
@media (min-width: 768px) {
  #megamenu.travel-media-menu .light-menu__bar, #megamenu.travel-trade-menu .light-menu__bar, #megamenu.bc-accelerator-menu .light-menu__bar {
    padding: 9px 53px;
  }
}
#megamenu.travel-media-menu .light-menu__hamburger, #megamenu.travel-trade-menu .light-menu__hamburger, #megamenu.bc-accelerator-menu .light-menu__hamburger {
  position: unset;
  width: 30px;
  height: 30px;
}
#megamenu.travel-media-menu .light-menu__hamburger-icon, #megamenu.travel-media-menu .light-menu__hamburger-close, #megamenu.travel-trade-menu .light-menu__hamburger-icon, #megamenu.travel-trade-menu .light-menu__hamburger-close, #megamenu.bc-accelerator-menu .light-menu__hamburger-icon, #megamenu.bc-accelerator-menu .light-menu__hamburger-close {
  font-size: 0;
  line-height: 30px;
}
#megamenu.travel-media-menu .light-menu__hamburger-icon svg, #megamenu.travel-trade-menu .light-menu__hamburger-icon svg, #megamenu.bc-accelerator-menu .light-menu__hamburger-icon svg {
  width: 100%;
  height: 100%;
}
#megamenu.travel-media-menu .h1, #megamenu.travel-trade-menu .h1, #megamenu.bc-accelerator-menu .h1 {
  color: #333;
  font-size: 23px;
  margin: 0;
}
#megamenu.travel-media-menu .light-menu, #megamenu.travel-trade-menu .light-menu, #megamenu.bc-accelerator-menu .light-menu {
  top: 119px;
  height: fit-content;
  width: 100%;
}
#megamenu.travel-media-menu .light-menu__inner, #megamenu.travel-trade-menu .light-menu__inner, #megamenu.bc-accelerator-menu .light-menu__inner {
  overflow-y: auto;
}
#megamenu.travel-media-menu .light-menu__title, #megamenu.travel-trade-menu .light-menu__title, #megamenu.bc-accelerator-menu .light-menu__title {
  display: none;
}
#megamenu.travel-media-menu .light-menu__panner, #megamenu.travel-trade-menu .light-menu__panner, #megamenu.bc-accelerator-menu .light-menu__panner {
  margin-top: 0;
}
#megamenu.travel-media-menu .light-menu__bottom, #megamenu.travel-trade-menu .light-menu__bottom, #megamenu.bc-accelerator-menu .light-menu__bottom {
  display: none;
}
#megamenu.travel-media-menu .light-menu__a, #megamenu.travel-trade-menu .light-menu__a, #megamenu.bc-accelerator-menu .light-menu__a {
  justify-content: center;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 450;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: center;
}
#megamenu.travel-media-menu .light-menu__ul, #megamenu.travel-trade-menu .light-menu__ul, #megamenu.bc-accelerator-menu .light-menu__ul {
  padding: 6px 32px;
  margin: 0;
}
#megamenu.travel-media-menu .light-menu__li:last-of-type, #megamenu.travel-trade-menu .light-menu__li:last-of-type, #megamenu.bc-accelerator-menu .light-menu__li:last-of-type {
  border-bottom: none;
}

/*# sourceMappingURL=lightweight-menu.css.map */