
.footer:after {
  background-image: url(https://assets.milestoneinternet.com/aramark-parent/adventures-on-the-gorge/background-images/footer-bg-1.jpg);
  content: '';
  position: absolute;
  left: 0;
  background-size: cover;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  background-position: top;
  background-repeat: no-repeat;
  /*max-height: 810px;*/
}
.theme2 .footer:after {
  background-image: url(https://assets.milestoneinternet.com/aramark-parent/adventures-on-the-gorge/background-images/blue-bg-footer.jpg);
}
.faq-section-bg-shape {
  position: relative;
  top:1px;
  margin-top: 40px;
}
.faq-section-bg-shape img {
  max-height: 149px;
  object-fit: cover;
  object-position: top;
  width:100%
}

/* Footer Starts  */
.footer {
  color: var(--footer-color);
  padding:70px 0 0px;
  position: relative;
  z-index: 1;
  font: var(--footer-fonts);
  background-color: var(--bg-footer);
}
.footer a {
  color: var(--footer-color);
  text-decoration: none;
}

.footer a:hover,
.footer a:focus,
.footer a.navON {
  color: var(--footer-color);
  transition: all .4s ease;
  text-decoration: underline;
}

.footer a:hover svg,
.footer a:hover svg *,
.footer a.navON svg,
.footer a.navON svg * {
  fill: var(--primary-color);
  transition: all .4s ease;
}
.footer__links-item a {
  font-weight: 600;
}
.footer__container {
  position: relative;
}
.footer__col--brand {
  width: calc(100% * 4.3 / 12);
  width: -webkit-calc(100% * 4.3 / 12);
  padding-right: 30px;
}
.footer__col--links {
  width: -webkit-calc(100% * 4.3 / 12);
  width: calc(100% * 4.3 / 12);
  padding-right: 30px;
  border-left: 1px solid;
  border-color: rgb(255, 255, 255, 0.5);
}
.footer__col--newsletter-social {
  width: calc(100% * 3.4 / 12);
  width: -webkit-calc(100% * 3.4 / 12);
  border-left: 1px solid;
  border-color: rgb(255, 255, 255, 0.5);
}
.footer__col--brand-info {
  margin-top: 32px;
  font-weight: 300;
  letter-spacing: 0.7px;
  padding-right: 30px;
}
.footer__logo-img {
  width: var(--logo-width);
  height: auto;
}
.footer__grid{
  margin-left: -30px;
}
.footer__grid > *{
  padding-left: 30px;
}
.footer__title{
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: var(--footer-color);
  margin-bottom: 10px;
}
.footer-follow-title {
  font-weight: 300;
  margin: 36px 0 12px;
}
.footer__social {
  display: flex;
}
.footer__social-link{
  display: flex;
  height: 24px;
  width: 24px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.footer__social .footer__social-link+.footer__social-link {
  margin-left: 12px;
}
.footer .footer__social-link:hover, .footer .footer__social-link:focus{
  color: var(--top-gradient-color);
  text-decoration: none;
}
.footer__newsletter--form .uk-input {
  background: transparent;
  border-radius: 20px;
  border-color: var(--footer-color) !important;
  color: var(--footer-color);
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  padding: 10px 18px;
  font-weight: 300;
}
.footer__newsletter--form .uk-input::placeholder{
  color: var(--footer-color);
}
.footer__col--newsletter {
  position: relative;
}
.uk-button-primary.signup-btn:before,
.uk-button-primary.signup-btn:after{
  display: none;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  row-gap: 10px;
}
.footer__bottom {
  margin-top: 95px;
  border-top: 1px solid;
  border-color: rgb(255, 255, 255, 0.5);
  padding: 32px 0px;
}
.footer__copyright {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.footer__copyright--home{
  display: none
}
.home-page .footer__copyright--home{
  display: block
}
.home-page .footer__copyright--inner{
  display: none
}
.footer__logos-inner {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  row-gap: 20px;
  column-gap: 30px;
}
.footer__logos-img {
  max-height: 60px;
  width: auto;
}
.mobile-footer {
  display: block; 
  position: fixed; 
  bottom: 15px;
  z-index: 7; 
  padding:0 15px; 
  width: 100%; 
  text-align: center;
}
.mobile-footer a,
.mobile-footer .third-party-book-btn{
  padding: 0;
  background: var(--highlight-color);
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  min-height: 50px;
  border-radius: 60px;
  max-width: 400px;
  margin: 0 auto;
}
.mobile-footer a:hover,
.mobile-footer a:focus,
.mobile-footer .third-party-book-btn:hover,
.mobile-footer .third-party-book-btn:focus
{
  background: var(--primary-color);
}
.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.footer__newsletter--form .error-message{
  background: #fff;
  border-radius: 10px;
  padding: 0 5px;
}
@media (min-width: 960px) {
  .mobile-footer { display: none;}
  /*.footer:after{
  background-size: 100%;
}*/
}
@media only screen and (max-width: 1024px) {
  .footer__grid {
    margin-left: -20px;
  }
  .footer__grid > * {
    padding-left: 20px;
  }
  .footer__col--brand {
    width: calc(100% * 3.7 / 12);
    width: -webkit-calc(100% * 3.7 / 12);
    padding-right: 20px;
  }
  .footer__col--links {
    width: -webkit-calc(100% * 4.9 / 12);
    width: calc(100% * 4.9 / 12);
    padding-right: 20px;
  }
  .footer__col--newsletter-social {
    width: calc(100% * 3.4 / 12);
    width: -webkit-calc(100% * 3.4 / 12);
  }
}
@media only screen and (max-width: 959.9px) {
  .footer__col--brand,  .footer__col--links{
    width: calc(100%* 6 / 12);
    width: -webkit-calc(100%* 6 / 12);
    padding-right: 20px;
  }
  .footer__col--newsletter-social{
    width: calc(100%* 12 / 12);
    width: -webkit-calc(100%* 12 / 12);
    border: none;
    margin-top: 70px;
  }
  .footer__bottom {margin-top: 50px;padding-bottom: 100px;}
  .footer__logos-inner{column-gap: 20px;}
  .mountain-bg-wrapper:after {
    max-height: 1110px;
  }
}

@media only screen and (max-width: 767.9px) {
  /*.footer:after{
  height: 100%;
  background-position: 100% 0;
}*/
  .footer__col--brand, .footer__col--links{
    width: calc(100%* 12 / 12);
    width: -webkit-calc(100%* 12 / 12);
    padding-right: 0; border: 0;
  }
  .footer__col--brand-info {
    margin-top: 20px;
  }
  .footer__col.footer__col--links {
    margin-top: 70px;
  }
  .footer__bottom {
    margin-top: 50px;
    padding: 32px 0px 85px;
  }
  .footer {
    padding: 70px 0 0px;
  }
  .home-page .footer {
    padding: 60px 0 0px;
  }
  .mountain-bg-wrapper:after{
    max-height: 100%;
    background-size: cover;
    background-position: top;
    z-index: -2;
  }
  .mountain-bg-wrapper {
    overflow: hidden;
  }
  .faq-section-bg-shape {
    margin-top: 25px;
  }
}
/* Footer Ends  */

/* third party footer form */

.third-party-footer-form .footer-follow-title{
  margin-top: 0;
}
/* third party footer form */
img:focus-visible{filter:opacity(.8);box-shadow:0 0 5px var(--top-gradient-color)}.header{display:flex;position:fixed;top:0;left:0;width:100%;z-index:9;color:var(--header-color);flex-direction:column}.header a{text-decoration:none}.header__bookstay.third-party-book-btn{border:none;padding:0;background:inherit;font-family:inherit;color:inherit;text-transform:uppercase;font-family:var(--text-fonts);border-bottom:1px solid transparent}.header__bookstay.third-party-book-btn:hover,.header__bookstay.third-party-book-btn:focus{border-color:inherit}.header-book-cta{display:flex;align-content:center}.header-aleart{width:100%;display:flex;max-width:100%;margin:0;justify-content:center;padding:14px 75px 13px 75px;background:#8b1817;color:var(--inverse-font-color);font-weight:500}.header-aleart-close{top:18px;right:75px;color:var(--inverse-font-color);opacity:1}.header-aleart-close:hover,.header-aleart-close:focus{color:var(--inverse-font-color);opacity:.7}.header-aleart a:not([class]):hover,.header-aleart a:not([class]):focus{text-decoration:none}.header-aleart :focus-visible{outline:1px solid var(--inverse-font-color);box-shadow:0 0 2px var(--inverse-font-color) inset;-webkit-box-shadow:0 0 2px var(--inverse-font-color) inset;-ms-box-shadow:0 0 2px var(--inverse-font-color) inset;-moz-box-shadow:0 0 2px var(--inverse-font-color) inset}.header-aleart p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}@media(max-width:767px){.header-aleart{justify-content:flex-start;padding:14px 50px 13px 20px}.header-aleart-close{right:20px;top:50%;transform:translateY(-50%)}}.menuhover.header{background:#fff}.menuhover.header.is-fixed{background:transparent}.home-page.has-transparent-header .header:not(.is-fixed) .header__top,.home-page.has-transparent-header .header:not(.is-fixed) .header__bottom,.home-page.has-transparent-header .header:not(.is-fixed) .header__bottom a{color:var(--inverse-font-color);filter:opacity(1)}.has-transparent-header .header:not(.is-fixed) .header__top,.has-transparent-header .header:not(.is-fixed) .header__top a,.has-transparent-header .header:not(.is-fixed) .header__bottom,.has-transparent-header .header:not(.is-fixed) .header__bottom a{color:var(--text-color)}.home-page.has-transparent-header .header:not(.is-fixed) .header__top,.home-page.has-transparent-header .header:not(.is-fixed) .header__top a,.home-page.has-transparent-header .header:not(.is-fixed) .header__bottom,.home-page.has-transparent-header .header:not(.is-fixed) .header__bottom a{color:var(--inverse-font-color)}.with-banner-template.has-transparent-header .header:not(.is-fixed) .header__top,.with-banner-template.has-transparent-header .header:not(.is-fixed) .header__bottom,.with-banner-template.has-transparent-header .header:not(.is-fixed) .header__bottom a{color:var(--inverse-font-color);filter:opacity(1)}.with-banner-template.has-transparent-header .header:not(.is-fixed) .header__top,.with-banner-template.has-transparent-header .header:not(.is-fixed) .header__top a,.with-banner-template.has-transparent-header .header:not(.is-fixed) .header__bottom,.with-banner-template.has-transparent-header .header:not(.is-fixed) .header__bottom a.header-mainmenu__link,.with-banner-template.has-transparent-header .header:not(.is-fixed) .header__bottom a{color:var(--inverse-font-color)}.with-banner-template.has-transparent-header .header:not(.is-fixed):not(.menuhover) svg,.with-banner-template.has-transparent-header .header:not(.is-fixed):not(.menuhover) .header__searchbar .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve){stroke:var(--inverse-font-color)}.with-banner-template.has-transparent-header .header:not(.is-fixed):not(.menuhover) .header__toggler-icon,.with-banner-template.has-transparent-header .header:not(.is-fixed):not(.menuhover) .header__bookstay-icon{color:var(--inverse-font-color)}.with-banner-template.has-transparent-header .header:not(.is-fixed):not(.menuhover) .header__top .header-logo__img--white{display:block}.with-banner-template.has-transparent-header .header:not(.is-fixed):not(.menuhover) .header__top .header-logo__img--color{display:none}.has-transparent-header .header:not(.is-fixed) .header__bottom a.header-mainmenu__link{color:var(--body-font-color)}.has-transparent-header .header:not(.is-fixed) .header__searchbar,.has-transparent-header .header:not(.is-fixed) .header-temperature,.has-transparent-header .header:not(.is-fixed) .header-phone{padding:0;border-left:none;border-right:none;position:relative}.home-page.has-transparent-header .header:not(.is-fixed) .header__top{padding:12.5px 45px}.has-transparent-header .header:not(.is-fixed) .header__top .header-temperature,.has-transparent-header .header:not(.is-fixed) .header__top .header-phone,.home-page.has-transparent-header .header:not(.is-fixed) .header__top .inner-header-book-cta,.has-transparent-header .header:not(.is-fixed) .header__top .header-logo__img--white,.home-page.has-transparent-header .header:not(.is-fixed) .header__top .header-logo__img--color,.has-transparent-header .header:not(.is-fixed) .header__sticky.mobile-only .header-logo__img--white,.home-page.has-transparent-header .header:not(.is-fixed) .header__sticky.mobile-only .header-logo__img--color{display:none}.home-page.has-transparent-header .header:not(.is-fixed) .header__top .header-temperature,.home-page.has-transparent-header .header:not(.is-fixed) .header__top .header-phone,.home-page.has-transparent-header .header:not(.is-fixed) .header__top .header-logo__img--white,.home-page.has-transparent-header .header:not(.is-fixed) .header__sticky.mobile-only .header-logo__img--white{display:block}.has-transparent-header .header.is-fixed .header__sticky.mobile-only .header-logo__img--white{display:none}.header .header__container{max-width:1360px;width:100%}.header__top,.header__bottom,.header__sticky{padding:0 45px}.header__top{transition:.3s ease-in}.header__col-wrap{display:flex;align-items:center;justify-content:space-between}.header__top,.header__bottom{display:none}.has-transparent-header .header__top,.has-transparent-header .header__bottom{display:block}.has-transparent-header .header__sticky{display:none}.has-transparent-header .header.is-fixed .header__top,.has-transparent-header .header.is-fixed .header__bottom{display:none}.has-transparent-header .header.is-fixed .header__sticky{display:block}.nav-menu-header ul{display:flex;list-style:none;padding:0;margin:0;justify-content:center}.header-mainmenu__item+.header-mainmenu__item{padding-left:22px}.header__collapsible{}.header__sticky{background:var(--bg-header)}.header__sticky a,.header__sticky button,.header-toggler__btn{color:var(--tertiary-color)}.header__top a,.header__bottom a{text-transform:uppercase}.header-temperature{border-right:1px solid;padding:17px 45px 17px 0;position:relative}.header-temperature__link,.header-phone__link{padding-left:48px;display:flex;align-items:center}.header-temperature__link:after,.header-phone__link:after{content:"";background:#aaa;height:57px;width:1px;position:absolute;left:0}.header__searchbar{padding:17px 0 17px 33px;border-left:1px solid transparent}.header__top,.header__top .third-party-book-btn{font-size:15px;line-height:21px;letter-spacing:1.5px;font-weight:600}.header__bottom{font-size:14px;line-height:21px;letter-spacing:1.5px}.header__searchbar-btn svg{width:22px;height:22px;margin-left:2px}.header__searchbar .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve){stroke:var(--text-color)}.home-page .is-fixed .header__searchbar .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve){stroke:var(--text-color)}.home-page .header__searchbar .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve){stroke:var(--inverse-font-color)}.home-page.has-transparent-header .header:not(.is-fixed) .header__bottom a.header-mainmenu__link{color:var(--inverse-font-color)}.header__searchbar-btn{min-height:auto;font-family:var(--text-fonts);font-size:15px;justify-content:flex-end;padding-right:48px;font-weight:600}.header__searchbar-btn:after{content:"";background:#aaa;height:57px;width:1px;position:absolute;right:0}.is-fixed .header__searchbar-btn:after{display:none}.header-col.header-col--left{display:flex;align-items:center}.header-toggler{margin-right:45px;position:relative}.header-toggler:after{content:"";background:#aaa;height:57px;width:1px;position:absolute;right:-40px;top:-16px}.header-toggler__btn{background:transparent;border:none;font-family:inherit;font-size:15px;line-height:22px;text-transform:uppercase;cursor:pointer;padding:0;font-weight:600}.header-toggler__btn,.header-book-cta a,.header-book-cta button,.header-temperature a{display:flex;align-items:center;font-weight:600}.header-toggler__btn:hover .header-toggler__text,.header-toggler__btn:focus .header-toggler__text{border-color:inherit}.header__temperature-icon,.header-phone__link-icon{margin-right:10px;font-size:20px}.header__toggler-icon,.header__bookstay-icon{margin-left:10px;font-size:22px;color:var(--text-color)}.header-col{width:33.33%;display:flex}.header-col--center{justify-content:center}.header-col--right{justify-content:flex-end;align-items:center}.header__sticky{border-bottom-right-radius:15px;border-bottom-left-radius:15px;box-shadow:0 4px 8px -2px #0000001a}.header__sticky a,.header__sticky button{text-transform:uppercase;font-size:15px;font-weight:600;line-height:22px;color:var(--highlight-color);background:transparent;font-family:var(--text-fonts)}.header__sticky button{padding:0}.header-link-text{border-bottom:1px solid transparent;display:flex;align-items:center;line-height:20px}.header-phone__link-text{font-weight:600}.header.is-fixed .header-link-text.header__bookstay-btn-text{color:var(--highlight-color)}.header-link-text sup{top:0;font-size:15px;padding-left:6px;font-weight:400}.header.is-fixed .header-link-text{color:var(--text-color)}.header.is-fixed .header-book-cta .header-link-text{color:var(--text-color)}.header__top a:hover .header-link-text,.header__top a:focus .header-link-text,.header__top .third-party-book-btn:hover .header-link-text,.header__top .third-party-book-btn:focus .header-link-text,.header__bottom a:hover .header-link-text,.header__bottom a:focus .header-link-text,.header__sticky a:hover .header-link-text,.header__sticky a:focus .header-link-text,.header__sticky button:hover .header-link-text,.header__sticky button:focus .header-link-text{border-color:inherit}.nav-menu-header ul{display:flex;justify-content:center}.header-book-cta{padding:17px 0 17px 45px;border-left:1px solid #aaa}.home-page.has-transparent-header .header-logo__img{width:var(--logo-width);height:auto}.header.is-fixed .header__collapsible-grid .header-logo__img{width:151px;height:89px}.has-transparent-header .header-logo__img{width:var(--logo-width-onscroll);height:auto}.home-page.has-transparent-header .header.is-fixed .header-logo__img{width:var(--logo-width-onscroll);height:auto}.header__collapsible-logo{position:relative}.header__top,.header__sticky{padding:4px 45px}.header-mainmenu__link{padding:5px;border-bottom:1px solid transparent;font-size:15px;font-weight:600;line-height:22.5px;letter-spacing:2.2px;font-family:var(--title-fonts)}.header-mainmenu__link:hover,.header-mainmenu__link:focus,.header-mainmenu__link.navON{border-color:inherit}.nav-menu-header{padding:18px 0}.header__searchbar-inner{position:fixed;top:0;width:100%;height:232px;left:0;background:#fff;display:flex;align-items:center;justify-content:center;background-position:center;background-repeat:no-repeat;background-size:cover;padding:0 30px;z-index:2}.header__searchbar-inner-item{max-width:1100px;margin:0 auto}.header__searchbar-inner-close{width:24px;height:24px;min-height:24px;font-size:22px;color:var(--primary-color);position:absolute;top:40px;right:40px}.header__searchbar-inner-item .uk-search-input{border-bottom:.5px solid var(--primary-color);font:var(--body-text-fonts);padding:10px 40px 10px 15px;font-size:20px;font-weight:500}.header__searchbar-inner-icon{position:absolute;right:10px;font-size:17px;top:50%;transform:translateY(-50%);color:#000;background:transparent;border:none;cursor:pointer}.header__searchbar-inner-icon:hover,.header__searchbar-inner-icon:focus-within{color:var(--primary-color)}@media(max-width:959.98px){.menuhover.header{background:transparent}.home-page.has-transparent-header .header-logo__img{width:var(--mob-logo-width);height:auto}.home-page.has-transparent-header .header.is-fixed .header-logo__img{width:var(--mob-logo-width);height:auto}.has-transparent-header .header-logo__img{width:var(--mob-logo-width);height:auto}.has-transparent-header .header.is-fixed .header-logo__img{width:var(--mob-logo-width);height:auto}}@media(max-width:767.98px){.header__searchbar-inner{background-position:70% 100%;background-repeat:no-repeat;background-size:230% 100%}}.header__collapsible{position:fixed;top:0;left:100%;width:100%;height:100%;z-index:9;overflow:auto;background-color:var(--body-bg);opacity:0;transition:.3s all ease-in-out;visibility:hidden}.is-header-active .header__collapsible{overflow-x:hidden;opacity:1;left:0;visibility:visible}.header__collapsible-grid{max-width:100%;height:100%;margin:0 auto;position:relative;width:100%}.header__collapsible-container{height:100%;position:relative}.header__collapsible-col--left{flex-basis:35%;max-width:35%;position:relative}.header__collapsible-col--right{flex-basis:65%;max-width:65%;padding-right:9%;position:relative;padding-top:130px;padding-bottom:100px;background-size:cover;background-position:right}.header-collapsible__dropdowns{display:flex;justify-content:flex-end}.navmenu-dropmenu__image{width:50%;width:50%;max-width:378px;text-align:right}.navmenu-list{list-style:none;padding:0;margin:0}.header-collapsible__col--left{background:#000}.header__collapsible .navmenu-list__link{display:flex;align-items:center;letter-spacing:0;font:var(--header-fonts);color:var(--inverse-font-color);text-transform:var(--header-fonts-text-transform);font-family:var(--title-fonts);transition:.3s all ease;font-family:var(--title-fonts);font-weight:600}.navmenu-list__item+.navmenu-list__item{margin-top:20px}.navmenu__dropdown>.navmenu-list__link{position:relative}.navmenu-dropmenu{background:transparent;box-shadow:unset;list-style:none;margin-top:0;display:flex;justify-content:space-between;padding:0}.navmenu-dropmenu__item{width:100%}.navmenu-sub{list-style:none;padding:0}.navmenu-sub__item{line-height:25px}li.navmenu-sub__item .navmenu-sub__item{line-height:20px}.navmenu-sub__item .navmenu-dropmenu__link{position:relative}.navmenu-dropmenu__link{letter-spacing:0;font-size:14px;line-height:20px;color:var(--text-color);font-family:var(--title-fonts);font-weight:400;text-transform:var(--header-fonts-text-transform);transition:.3s all ease;letter-spacing:.5px}.navmenu-dropmenu__link.nav.navON,.navmenu-dropmenu__link:hover,.navmenu-dropmenu__link:focus,.header__collapsible .navmenu-list__link:hover,.header__collapsible .navmenu-list__link:focus,.is-dropmenu-active .navmenu-list__link{padding-left:10px}.navmenu-dropmenu__link:hover,.navmenu-dropmenu__link:focus{color:var(--text-color)}.navmenu-dropmenu__link.nav.navON,.navmenu-dropmenu__link.nav.is-page-active{font-size:16px;font-weight:600;line-height:24px;color:var(--primary-color)}.navmenu-dropmenu__image img{height:100%;max-height:538px;border-radius:20px;box-shadow:0 0 40px 0 #00000040}.header__collapsible-col--left{background-position:bottom;padding-left:9%;background-color:var(--bg-alt-1);background-size:cover;background-repeat:no-repeat}.menubgimage{position:absolute;left:0;width:100%;bottom:0;height:100%}.menubgimage img{width:100%;height:100%;height:100%}body.is-header-active{overflow:hidden}.header-toggler-close{margin:50px 0 30px;z-index:1;position:relative}.header-toggler-close__btn{font-size:23px;color:var(--inverse-font-color)}.header-toggler-close__btn:hover,.header-toggler-close__btn:focus{color:var(--top-gradient-color)}.header__collapsible-logo{margin-bottom:50px}.header__collapsible-newsletter-title{font-size:20px;line-height:30px;color:var(--inverse-font-color);letter-spacing:.5px;margin-bottom:15px}.header__collapsible-newsletter{padding-right:30px;margin-top:40px;position:relative}.header__collapsible-newsletter .uk-input{background:transparent;border-radius:20px;border-color:var(--inverse-font-color);transition:.3s all ease-in-out;color:var(--inverse-font-color);padding:0 15px}.header__collapsible-newsletter .uk-input::placeholder{color:var(--inverse-font-color)}.signup-btn{padding:0 21px;font-size:20px;background:transparent;border-color:var(--inverse-font-color);border-radius:20px;line-height:normal;min-height:40px;color:var(--inverse-font-color);transition:.3s all ease-in-out}.signup-btn:hover,.signup-btn:focus{padding:0 30px;font-size:25px;background:var(--primary-color);color:var(--inverse-font-color);border-color:var(--inverse-font-color)}.header__social{display:flex;justify-content:flex-end;align-items:center;margin-top:60px}.header__social-link{color:var(--tertiary-color);display:flex;height:24px;width:24px;justify-content:center;align-items:center;font-size:20px}.header__social .header__social-link+.header__social-link{margin-left:12px}.header__social-link:hover,.header__social-link:focus{color:var(--highlight-color)}.has-transparent-header .header__bottom{display:none}.mobilesocial{display:none;z-index:1;position:relative}.mobilesocial .header__social{margin-top:30px}.mobilesocial a{color:var(--inverse-font-color)}.mobilesocial a:hover,.mobilesocial a:focus{color:var(--secondary-cta-font-hover-color)}@media(min-width:1800px){.navmenu-dropmenu__image{height:538px}.navmenu-dropmenu__image img{height:100%;width:100%}}@media(min-width:1280px){}@media(min-width:960px){.has-transparent-header .header__bottom{display:block}.navmenu-list__item{position:relative}.navmenu-list__link{display:inline-flex}.navmenu-sub{margin-left:30px}.navmenu-dropmenu{position:absolute;left:100%;top:0;width:auto;min-width:max-content;z-index:99;padding-left:35px;display:none}.navmenu-dropmenu__image{width:100%}.header__collapsible .navmenu-list__link:after,.navmenu-dropmenu:before{width:48px;height:2px;content:"";right:0;top:12px;background:var(--inverse-font-color);position:absolute;opacity:0;transition:.3s all ease}.header__collapsible .navmenu-list__link:hover:after,.header__collapsible .navmenu-list__link:focus:after,.is-dropmenu-active .navmenu-list__link:after{opacity:1}.navmenu-dropmenu:before{left:0;top:12px;background:var(--text-color);opacity:1}.navmenu-list__link.nav.js-navmenu-dropmenu-trigger.navON{font-size:32px;line-height:35.2px}.header__collapsible-col--left .header-collapsible__social.mobile-menu-social{display:none}}@media(max-width:1400px){.header__collapsible-col--left{padding-left:50px;flex-basis:29%;max-width:29%}.header__collapsible-col--right{padding-right:50px;flex-basis:71%;max-width:71%}}@media(max-width:1310px){.header-mainmenu__item+.header-mainmenu__item{padding-left:10px}.header-mainmenu__link{font-size:12px}}@media(max-width:1240px){.header-book-cta{padding:17px 0 17px 20px}.header__searchbar{padding:17px 0 17px 33px}.header__top,.header__sticky{padding:4px 20px}.has-transparent-header .header:not(.is-fixed) .header__top{padding:13.5px 20px}.navmenu-dropmenu__image{width:40%}.header-mainmenu__link{font-size:11px}.header__collapsible-col--left{flex-basis:35%;max-width:35%}.header__collapsible-col--right{flex-basis:65%;max-width:65%}}@media(max-width:959.9px){.desktop-menu-social{display:none}.navmenu-dropmenu__image{display:none}.mobile-menu-social{display:block;margin-bottom:40px!important}.header__collapsible-col--left{padding-left:50px;flex-basis:50%;max-width:50%}.header__collapsible-col--right{flex-basis:50%;max-width:50%;padding-right:50px}.header__social{display:flex;justify-content:flex-start;margin-top:30px}.header__social-link{color:var(--inverse-font-color)}.header__collapsible-newsletter-title{font-size:18px;line-height:27px;font-weight:600}}@media(min-width:960px){header.header .header__sticky.mobile-only,.header.is-fixed .header__sticky.mobile-only{display:none}.header-col--right.callus,.content-menu,.menu-search{display:none}.menu-header{display:block;margin-bottom:30px}}@media(max-width:959.98px){.with-banner-template.has-transparent-header .header:not(.is-fixed) .header__sticky.mobile-only .header-logo__img--white{display:block}.with-banner-template.has-transparent-header .header:not(.is-fixed) .header__sticky.mobile-only .header-logo__img--color{display:none}header.header.is-fixed:before,.home-page .header:before{display:none}header.header .header__top,header.header .header__bottom,header.header.is-fixed .header__sticky,.has-transparent-header .header.is-fixed .header__sticky{display:none}header .header__sticky.mobile-only{display:block;border-bottom:solid 1px var(--inverse-font-color);background:none;box-shadow:none;border-radius:0;margin:0 -20px;padding:4px 20px}.withoutbanner-page header .header__sticky.mobile-only{border-color:var(--header-color)}.home-page header .header__sticky.mobile-only{border-bottom:solid 1px var(--inverse-font-color)}header.is-fixed .header__sticky.mobile-only{border-bottom:solid 1px var(--header-color)}.header.is-fixed .header__sticky.mobile-only{display:block;background:#fff}.header-toggler,.header-col--right .header__searchbar{width:45px;border-right:solid 1px transparent;padding:18px 0}.home-page .header-toggler,.home-page .header-col--right .header__searchbar{border-right:solid 1px transparent}.header-col--right .header__searchbar,.header:not(.is-fixed) .header__searchbar{border-left:solid 1px transparent!important;border-right:0;padding:15px 0!important}.home-page .header-col--right .header__searchbar,.home-page .header:not(.is-fixed) .header__searchbar{border-left:solid 1px transparent!important}.home-page .header.is-fixed .header-col--right .header__searchbar{border-left:solid 1px transparent!important}.header.is-fixed .header-toggler{border-right:solid 1px transparent}.header.is-fixed .header-toggler__btn,.header.is-fixed .header__sticky a,.header.is-fixed .header-toggler__btn,.header.is-fixed .header__sticky button{color:var(--primary-color)}.home-page .header__toggler-icon,.header__bookstay-icon{margin:0;color:var(--inverse-font-color)}.home-page .is-fixed .header__toggler-icon,.header__bookstay-icon{color:var(--text-color)}.header__toggler-icon,.header__bookstay-icon{margin:0;color:var(--text-color)}.is-fixed .header__toggler-icon,.header__bookstay-icon{color:var(--text-color)}.header-toggler__btn span.template-icon-Close{font-size:12px;font-weight:700}.header-link-text{display:none}.header-toggler__btn,.header__sticky a,.header__sticky button{color:var(--primary-color);font-size:21px}.home-page .header-toggler__btn,.home-page .header__sticky a,.home-page .header__sticky button{padding:0;color:#fff}.with-banner-template .header-toggler__btn,.with-banner-template .header__sticky a,.with-banner-template .header__sticky button{padding:0;color:#fff}.header__collapsible-col--left{padding:0 0 70px 0;flex-basis:auto;max-width:100%;width:100%;background-attachment:fixed}.header__collapsible-col--left .navmenu-list{margin-bottom:37px;padding:0 50px}.header__collapsible-col--right{display:none}.menu-header{justify-content:space-between;align-items:center;margin-bottom:35px;padding:4px 20px;border-bottom:solid 1px #ffff;margin-left:0;z-index:1;position:relative}.menu-header .header-toggler-close{padding:15px 0;padding-left:9px;width:45px;border-right:1px solid #fff;margin:0}.menu-header .header-col--center,.menu-header .header-col--right{padding-left:0}.menu-header .header-col--right.callus{width:45px;text-align:right;border-left:1px solid #fff;padding-top:15px;padding-bottom:15px}.menu-search,.content-menu,.header__collapsible-col--left .header__collapsible-newsletter{width:calc(100% - 60px);margin:0 30px}.menu-header .header-toggler-close .header-toggler__btn,.callus a{color:#fff}.menu-header .header-col--right.callus .callus-icon{font-size:16px}.navmenu-list{padding:0 20px}.header__collapsible-newsletter{padding-right:0}.mobile-menu-social .header__social{justify-content:center}.menu-search{margin-bottom:37px}.menu-search .uk-search-input{border-bottom:solid 1px #fff;padding:0!important;color:var(--inverse-font-color)}.menu-search .uk-search-navbar{position:relative}.menu-search .uk-search-navbar .uk-search-icon{position:absolute;right:0;left:auto;color:#fff}.menu-search .uk-search-navbar .uk-search-icon svg{width:20px;height:20px}.content-menu{display:flex;color:#fff;font-weight:600;font-size:18px;padding:20px;border-top:solid 1px #fff;border-bottom:solid 1px #fff;justify-content:space-between;z-index:1;position:relative}.content-menu a{font-weight:400;color:var(--inverse-font-color)}.content-menu a.contact-us-link{font-weight:600}.header-toggler{position:relative}.header-toggler:after{content:"";background:#aaa;height:57px;width:1px;position:absolute;right:-40px;top:-20px;display:none}.header__collapsible-col--left .header__collapsible-newsletter{margin-top:35px}.header__collapsible .navmenu-list__link{font:var(--mob-header-fonts);font-weight:600;position:relative;font-family:var(--title-fonts)}.navmenu-dropmenu{margin-top:20px;pointer-events:none;display:none!important}.is-dropmenu-active>.navmenu-dropmenu{display:block!important}.navmenu__dropdown .navmenu-list__link{padding-left:0;position:relative}.navmenu__dropdown .navmenu-list__link:before,.navmenu-list__link:before{content:"";width:0;height:2px;position:absolute;transition:all .4s ease;background-color:#fff;top:15px;left:0}.navmenu-dropmenu__link.nav.navON,.header__collapsible .navmenu-list__link:hover,.header__collapsible .navmenu-list__link:focus,.header__collapsible .navmenu-list__link.nav.navON,.is-dropmenu-active .navmenu-list__link{padding-left:38px;position:relative;color:#fff}.navmenu-dropmenu__link:hover,.navmenu-dropmenu__link:focus{padding-left:10px;color:#fff}.navmenu-list__item a.is-active{padding-left:38px}.header__collapsible .navmenu-list__link.is-active{font-size:32px;line-height:35px}.navmenu-list__item a.is-active:before{width:18px}.navmenu__dropdown .navmenu-list__link.navON:before,.is-dropmenu-active .navmenu-list__link:before,.navmenu-list__link.navON:before,.navmenu-list__link.navON:before{width:18px}.navmenu-dropmenu__item+.navmenu-dropmenu__item{margin-top:10px}.navmenu-dropmenu__link{color:#fff}.navmenu-dropmenu__link.nav.navON,.navmenu-dropmenu__link.nav.is-page-active{font-size:16px;padding:0;color:#fff;padding-left:10px}.navmenu-dropmenu__item ul.navmenu-sub .navmenu-sub__item+.navmenu-sub__item{margin-top:0}.header-col{width:25%}.header-col.header-col--center{width:50%}.header-logo__img,.header.is-fixed .header__collapsible-grid .header-logo__img{width:105px;height:60px}.header.is-fixed .header-logo__img{width:87px;height:60px}.header__searchbar-btn:after{display:none}.header-toggler,.header-col--right .header__searchbar{padding:15px 0;width:45px;margin:0}.has-transparent-header .header .header__searchbar{border-color:inherit!important}.has-transparent-header .header .header-toggler{border-right:solid 1px #fff}.header.is-fixed .header-toggler{border-right:solid 1px}.has-transparent-header .header:not(.is-fixed) .header__searchbar,.has-transparent-header .header:not(.is-fixed) .header-temperature{border-color:#fff!important}.home-page .header.is-fixed .header-col--right .header__searchbar{border-color:inherit!important}.home-page .header-col--right .header__searchbar{border-right:none}.has-transparent-header.withoutbanner-page .header .header-toggler,.has-transparent-header.withoutbanner-page .header:not(.is-fixed) .header__searchbar{border-color:inherit!important}.side-widget__box{width:100%!important}}.side-widget__box{background:#fff;width:800px;padding:0}.side-widget__box-grid{width:100%;height:100%;margin:0}.side-widget__box-left{position:relative;display:flex;align-items:center;padding:0;background-position:left;background-repeat:no-repeat;background-color:var(--bg-alt-1);background-image:url(https://assets.milestoneinternet.com/aramark-parent/adventures-on-the-gorge/background-images/booking-left-bg.jpg);background-position:top;background-size:cover}.theme2 .side-widget__box-left{background-color:#0a4d7b;background-image:url(https://assets.milestoneinternet.com/aramark-parent/adventures-on-the-gorge/background-images/winter-booking-left-bg.jpg)}.side-widget__box-tabbing{width:100%}.side-widget__box-tabbing-wrapper{padding:0;margin:0;padding:0 30px;list-style:none;width:100%}.side-widget__box-tabbing-wrapper .side-widget__box-tabbing-item+.side-widget__box-tabbing-item{margin-top:20px}.side-widget__box-tabbing-nav{position:relative;display:flex;align-items:center;font:var(--h5-title-fonts);color:var(--inverse-font-color);transition:.4s all ease;filter:opacity(.4);transition:.4s all ease;text-decoration:none}.side-widget__box-tabbing-nav:before{width:0;content:"";height:2px;display:flex;background:var(--inverse-font-color);transition:.4s all ease}.side-widget__box-tabbing-nav:hover:before,.side-widget__box-tabbing-nav:focus:before,.side-widget__box-tabbing-nav.active:before{width:28px;margin-right:12px}.side-widget__box-tabbing-nav:hover,.side-widget__box-tabbing-nav:focus,.side-widget__box-tabbing-nav.active{filter:opacity(1);color:var(--inverse-font-color)}.side-widget__box-right{display:flex;align-items:center;position:relative}.side-widget__close{top:90px;left:50%;transform:translateX(-50%);color:var(--highlight-color);background:transparent;border:none;right:inherit;font-size:20px;cursor:pointer}.side-widget__close:hover,.side-widget__close:focus{color:var(--secondary-color)}.side-widget__title{color:var(--h3-font-color)!important;text-transform:capitalize;opacity:1;margin:0;font:var(--h5-title-fonts);margin-bottom:45px}.side-widget__form-text{font:var(--reservation-widget-label-fonts);color:var(--text-color);text-transform:var(--reservation-widget-label-fonts-text-transform)}.side-widget__form-control{font:var(--reservation-widget-input-fonts);color:var(--text-color)!important;height:40px;position:relative;border-bottom:1px solid #184c60!important;padding:2px 10px;background:transparent!important;letter-spacing:.5px;text-transform:var(--reservation-widget-input-fonts-text-transform)}.ui-datepicker-trigger{position:absolute;right:15px;top:10px;background:transparent;border:0;width:20px;height:20px;padding:0;cursor:pointer}.side-widget__row{padding:140px 40px 100px}.side-widget__col--left{padding:0}.side-widget__form-group{display:block;position:relative;margin-bottom:24px}select.side-widget__form-control{background-image:+ xml,%3Csvgxmlns="http://www.w3.org/2000/svg"width="10"height="6.172"viewBox="0 0 10 6.172"%3E%3Cpathfill="%23C93214"d="M6.172-11.8,10-7.969,13.828-11.8,15-10.625l-5,5-5-5Z"transform="translate(-5 11.797)"/%3E%3C/svg%3E);background-repeat:no-repeat;background-position:100% 65%;cursor:pointer}.select-side-widget:after{content:" ";background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M1 1L6 6L11 1" stroke="black" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');position:absolute;right:10px;top:42px;bottom:0;left:auto;width:30px;display:flex;cursor:pointer;z-index:0;background-repeat:no-repeat;background-position:top center;pointer-events:none}.select-side-widget .side-widget__form-control{padding:2px 37px 2px 10px}.side-widget__form-control::placeholder{color:var(--text-color)!important}[data-bookingfiled]{display:none}.side-widget__form-group[data-bookingfiled]:has(.side-widget__form-control[disabled] )::before{content:"Make a selection from Plan Your Trip to continue";position:absolute;background-color:var(--primary-color);color:var(--inverse-font-color);top:-40px;padding:5px;padding:0 5px;font-size:12px;opacity:0;transition:.3s opacity ease;pointer-events:none;left:-30px;}.side-widget__form-group[data-bookingfiled]:has(.side-widget__form-control[disabled] )::after{top:0;position:absolute;display:block;content:"";border-color:white;border-style:solid;border-width:10px;border-width:7px 7px 0 7px;border-color:var(--primary-color)transparent;left:6px;opacity:0;transition:.3s opacity ease;pointer-events:none;}.side-widget__form-control[disabled]{cursor:not-allowed}.side-widget__form-control[disabled]+.ui-datepicker-trigger{cursor:not-allowed;pointer-events:none}.side-widget__form-group[data-bookingfiled]:has(.side-widget__form-control[disabled] ):hover::before,.side-widget__form-group [data-bookingfiled]:has( .side-widget__form-control[disabled]):hover::after,.side-widget__form-group[data-bookingfiled]:has( .side-widget__form-control[disabled]):focus::before,.side-widget__form-group[data-bookingfiled]:has( .side-widget__form-control[disabled]):focus::after{opacity:1;transition:.3s opacity ease;}.side-widget__form-actions-main{background-color:transparent!important;color:var(--primary-cta-font-color)!important;border-color:var(--primary-cta-color)!important}.side-widget__form-actions-main:hover,.side-widget__form-actions-main:focus{background-color:var(--primary-cta-hover-color)!important;color:var(--primary-cta-font-hover-color)!important;border-color:var(--primary-cta-font-hover-color)!important}@media(min-width:640px){.side-widget__box{background-image:none!important}}@media(max-width:640px){.side-widget__box-left{background:transparent!important;padding-top:115px}.side-widget__box-tabbing-nav{color:var(--primary-color)!important;font-size:17px}.side-widget__box-tabbing-nav:before{background:var(--primary-color)}.side-widget__box-tabbing-wrapper{display:flex;flex-wrap:wrap;column-gap:30px;row-gap:3px}.side-widget__box-tabbing-wrapper .side-widget__box-tabbing-item+.side-widget__box-tabbing-item{margin-top:0}.side-widget__box-tabbing-nav:hover:before,.side-widget__box-tabbing-nav:focus:before,.side-widget__box-tabbing-nav.active:before{width:18px;margin-right:8px}.side-widget__title{display:none}.side-widget__row{padding:0 40px 100px}.side-widget__close{top:30px}.side-widget__box-right{position:inherit}.side-widget__box{background-repeat:no-repeat;background-position:right;background-size:cover}}.third-level-menu{left:0;position:relative;padding-left:30px;margin:5px 0 10px!important;list-style:disc;min-width:300px;max-width:380px;display:block!important}.third-level-menu:before{display:none}.hide-submenu .third-level-menu{display:none!important}@media(max-width:1240px){.third-level-menu{max-width:300px}}@media(max-width:1023.98px){.header__top,.header__bottom,.header__sticky{padding:0 24px}.megamenu ul li a{font-size:20px}}@media(max-width:959.98px){.third-level-menu{color:#fff}.header__searchbar-btn{padding-right:0}}.side-widget__box-left.cms6,.side-widget__box-right.cms6{align-items:flex-start}.side-widget__box-left.cms6{padding-top:100px}.navmenu-dropmenu{padding-top:0}.is-dropmenu-clickmenu .navmenu-dropmenu{pointer-events:all;padding-top:0}.themechange{margin-right:48px;padding-right:48px;position:relative;display:none}.home-page .themechange{display:inline}.themechange:after{content:"";background:#fff;height:57px;width:1px;position:absolute;right:0;top:-13px}.themechangecolor{display:flex;flex-direction:column;justify-content:center;align-items:center}.switch{position:relative;width:61px;height:28px;background:#ffffff7a;border-radius:75px;cursor:pointer;transition:all 1s cubic-bezier(.68,-.55,.27,1.55);overflow:hidden;border:1px solid #fff}.is-fixed .switch{border:1px solid #aaa}.is-fixed .themechange{margin-right:0}.switch input{opacity:0;width:0;height:0}.switch:has(.toggleSwitch:focus-visible){box-shadow:0 0 5px var(--highlight-color);}.slider{position:absolute;top:0;left:0;right:0;bottom:0;transition:1s}.summer,.winter{position:absolute;width:20px;height:20px;border-radius:50%;top:3px;transition:1s}.summer{background:#b17137;left:34px;transform:scale(1)}.winter{background:#0a63a2;right:-120px;transform:scale(0)}.summericon{width:20px;border-radius:50px;position:absolute;transition:1s;height:20px;background-position:center center;margin-top:3px;margin-left:7px}.summericon::before{position:absolute;background-color:transparent;border-radius:50%;content:"";font-family:"template-icon";font-size:18px;font-weight:normal;color:#fff}.wintericon{width:20px;border-radius:50px;position:absolute;transition:1s;height:20px;background-position:center center;margin-top:3px;margin-right:7px;opacity:0;right:0}.wintericon::before{position:absolute;background-color:transparent;border-radius:50%;content:"";font-family:"template-icon";font-size:18px;font-weight:normal;color:#fff}.has-transparent-header .header.is-fixed .summericon::before,.has-transparent-header .header.is-fixed .wintericon::before{opacity:.5}.is-fixed .summericon::before{color:#0a63a2}.is-fixed .wintericon::before{color:#975315}.theme2 .slider .summer{left:-120px;transform:scale(0)}.theme2 .slider .winter{right:34px;transform:scale(1)}.theme2 .slider .summericon{transform:translateX(300px) scale(0)}.theme2 .slider .wintericon{opacity:1}@keyframes twinkle{0%,100%{opacity:1}50%{opacity:.5}}.is-fixed .themechange:after{background:#aaa;display:none}.theme2option{display:none}.theme2 .theme1option{display:none}.theme2 .theme2option{display:block}@media(max-width:959.98px){.is-fixed .themechange:after{background:var(--primary-color)}.themechange:after{left:0}.themechange{margin-right:15px;padding-left:15px;padding-right:0;position:relative}.themechange:after{display:none}.is-fixed .themechange{margin-right:15px}}.megamenu{position:absolute;width:100%;display:none;padding-top:50px;left:0}.megamenuhover .header-mainmenu__item:hover .megamenu,.menuhover .header-mainmenu__item:hover .megamenu,.header-mainmenu__item:focus-within .megamenu{display:block}.megamenublock{display:flex;justify-content:space-between}.megamenucolumnimages{display:flex}.megamenu ul{display:grid;row-gap:10px}.megamenu ul li a{font:var(--h5-title-fonts);color:var(--body-font-color)!important;text-transform:capitalize;line-height:20px;font-size:20px}.megamenucolumnimages{display:flex;justify-content:end;column-gap:30px}.megamenuimages{position:relative;height:308px}.megamenucolumnimages{display:flex;justify-content:end;column-gap:30px}.megamenu .megamenuimages a{position:absolute;left:0;right:0;text-align:center;z-index:1;width:100%;height:calc(100% - 20px);bottom:0;display:flex;align-items:end;justify-content:center;margin-bottom:20px;color:#fff!important}.megamenuimages img{border-radius:20px;height:100%;object-fit:cover}.megamenuimages:after{background:linear-gradient(180deg,rgba(0,0,0,0) 52.6%,rgba(0,0,0,.7) 100%);content:"";width:100%;height:100%;bottom:0;position:absolute;left:0;border-radius:20px;pointer-events:none}.megamenuhover.header{background:transparent;height:700px;padding-bottom:80px;background-image:url(https://assets.milestoneinternet.com/aramark-parent/adventures-on-the-gorge/background-images/megamenu-bg.png);background-position:right bottom;background-size:cover}.header:not(.megamenuhover){background-image:none!important}.megamenuhover .header-logo__img--white,.menuhover .header__top .header-logo__img--white{display:none!important}.megamenuhover .header-logo__img--color,.menuhover .header__top .header-logo__img--color{display:inline-block!important}.has-transparent-header .megamenuhover.header:not(.is-fixed) .header__top,.has-transparent-header .megamenuhover.header:not(.is-fixed) .header__top a,.has-transparent-header.megamenuhover .header:not(.is-fixed) .header__bottom,.has-transparent-header .megamenuhover.header:not(.is-fixed) .header__bottom a{color:var(--body-font-color)}.has-transparent-header .menuhover.header:not(.is-fixed) .header__top,.has-transparent-header .menuhover.header:not(.is-fixed) .header__top a,.has-transparent-header .menuhover .header:not(.is-fixed) .header__bottom,.has-transparent-header .menuhover.header:not(.is-fixed) .header__bottom a{color:var(--body-font-color)}.megamenuhover .header__searchbar .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve),.menuhover .header__searchbar .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve){stroke:var(--body-font-color)}.megamenuhover .switch,.menuhover .switch{border:1px solid #aaa}.megamenuhover .summericon::before,.menuhover .summericon::before{color:var(--highlight-color)}.megamenuhover .wintericon::before,.menuhover .wintericon::before{color:var(--highlight-color)}.has-transparent-header .megamenuhover .header-logo__img,.has-transparent-header .menuhover .header-logo__img{width:var(--logo-width-onscroll);height:auto}.has-transparent-header .megamenuhover.header:not(.is-fixed) .header__bottom a.header-mainmenu__link,.has-transparent-header .menuhover.header:not(.is-fixed) .header__bottom a.header-mainmenu__link{color:var(--body-font-color)}.megamenuhover.header .header__container,.menuhover.header .header__container{z-index:1}.megamenu .megamenuimages a:hover,.megamenu .megamenuimages a:focus-within{text-decoration:underline;color:var(--inverse-font-color)!important}.megamenuhover .themechange:after{content:"";background:#aaa}.megamenutwocolumn .megamenucolumnimages .megamenuimages:nth-child(2){display:none}.megamenutwocolumn.megamenu{width:100%}.megamenutwocolumn.megamenu ul{display:grid;grid-template-columns:repeat(2,calc(100%/2))}.megamenutwocolumn .megamenulinks{width:70%}.megamenuhover .navmenu-dropmenu__link.nav.navON{font:var(--h5-title-fonts);color:var(--primary-color)!important;text-transform:capitalize;padding:0}@media(max-width:1240px){.megamenu ul li a{line-height:16px;font-size:16px}.megamenu ul{row-gap:5px}}
/* Home video */

/* Hero Slider Starts */
.hero-slideshow {
  background: var(--primary-color);
  height: 100vh;
  z-index: 2;
}
.hero-slideshow__caption {
  position: absolute;
  top: inherit;
  left: 0;
  right: 0;
  bottom: 110px;
}
.hero-slideshow__caption-wrapp {
  position: relative;
  z-index: 1;
  text-align: left;
  max-width: max-content;
  margin: 0 auto;
}
.hero-slideshow__caption-title {
  color: var(--inverse-font-color);
  margin: 0;
  font: var(--xl-title-fonts);
  text-transform: var(--xl-title-fonts-text-transform);
}
.hero-slideshow__caption-title span{
  display: block;
}
.line-title {
  margin-left: 60px;
}
.hero-slideshow__media {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.hero-slide-arrow {
  position: absolute;
  bottom: 130px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  color: var(--inverse-font-color);
  z-index: 2;
}
.hero-slide-arrow a{
  color: var(--inverse-font-color);
  text-decoration: none;
}
.hero-slide-arrow a:hover, .hero-slide-arrow a:focus{
  color: var(--highlight-color);
}


@media only screen and (max-width: 1260px) {
  .hero-slideshow__caption{
    bottom: 100px;
  }
}
@media (max-width: 959.98px) {
  .hero-slideshow__caption-title {
    font: var(--mob-xl-title-fonts);
  }
  .hero-slideshow {
    height: 72vh;
  }
  .hero-slideshow__caption{
    bottom: 30px;
  }

}
@media (max-width: 767.98px) {
  .hero-slideshow {
    height: 72vh;
    overflow: visible;
  }
  .hero-slideshow__media {
    transform: none !important;
    object-position: center;
    height: auto !important;
  }
  .hero-slideshow:after {
    height: 40%;
    display:none;
  }
  .hero-slideshow .uk-slideshow-items {
    /*height: 100%;
    min-height: 100% !important;*/
    height: 100%;
    min-height: 250px  !important;
  }
  .hero-slideshow__caption-wrapp {
    max-width: unset;
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: center;
  }
  .hero-slide-arrow{
    bottom: 80px;
  }
  .hero-slideshow__caption {
    bottom: 30px;
  }
  .hero-slide-arrow {
    bottom: inherit;
    top: 200px;
  }
  .line-title {
    display: block;
    margin-left: 0px;
  }

}
@media (max-width: 575px) {

}
/* Hero Slider Ends */

/* Video */
.home-head-video{
  padding:0 0px;
  height: 100%;
}
.home-head-video:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  /*background: linear-gradient(0deg, rgba(0, 0, 0, 0) 41.35%, rgba(0, 0, 0, 0.4) 96.49%), linear-gradient(180deg, rgba(0, 0, 0, 0) 64.56%, rgba(0, 0, 0, 0.5) 94.55%);*/
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(0deg, rgba(0, 0, 0, 0) 41.35%, rgba(0, 0, 0, 0.8) 96.49%), linear-gradient(180deg, rgba(0, 0, 0, 0) 49.2%, rgba(0, 0, 0, 0.6) 92.18%);
  opacity: 0.5;
  pointer-events: none;
}
.hero-image {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.hero-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-video__container {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.home-video__block {
  width: 100%;
}
.home-video__title {
  z-index: 1;
  max-width: 700px;
  color: transparent;
  text-shadow: 0 0 0 rgba(255, 255, 255, 1);
  text-align: center;
  position: absolute;
  top: 52%;
  left: 0;

  transform: translateY(-40%);

  right: 0;
  margin: 0 auto;
}
.home-video__block video {
  width: 100%;
  height: calc(100vh);
  object-fit: cover;
  object-position: top;
  border-radius:5px;
}
.home-video__block video.cms6{
  height: 700px !important;
}
.home-video__block video.video-swap.cms6 {
  height: 100%;
}
.home-video__actions {
  z-index: 2;
  position: absolute;
  left: 5px;
  bottom: 0px;
}
.home-video__trigger {
  width: 30px;
  height: 30px;
  min-height: 30px;
  color: #ffffff;
  background: var(--highlight-color);
  border-radius: 20%;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  margin: 30px;
  text-transform: capitalize;
  padding: 0 10px;
  line-height: 30px;
  min-width: auto;
}
.home-video__actions.is-active .home-video__trigger,
.home-video__trigger:hover,
.home-video__trigger:focus {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: var(--primary-color);
}
.home-video__trigger:hover .home-video__trigger-text,
.home-video__trigger:focus .home-video__trigger-text {
  display: block;
}
.home-video__actions.is-active .home-video__trigger:hover, .home-video__actions.is-active .home-video__trigger:focus {
  background: var(--highlight-color);
  color: #ffffff;
}
.is-off {
  display: none;
}
.home-video__actions.is-active .home-video__trigger .is-off {
  display: block;
}
.home-video__actions.is-active .home-video__trigger .is-on {
  display: none;
}
.home-video__actions-more {
  display: none;
  position: absolute;
  bottom: 110px;
  left: 30px;
}
.home-video__actions.is-active .home-video__actions-more {
  display: block;
}
.home-video__trigger-icon {
  display: flex !important;
  justify-content: center;
  width: 18px;
  height: 11px;
  margin: auto !important;
}
.home-video__trigger-text {
  display: none;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 10px;
}
.home-video__btn {
  width: 80px;
  height: 80px;
  color: #fff;
  display: flex;
  line-height: 1;
  margin-bottom: 3px;
  background: var(--highlight-color);;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20%;
  opacity: 0.9;
  font-size: 11px;
  padding: 0 5px;
  flex-direction: column;
  text-transform: capitalize;
  letter-spacing: 0;
  transition: all 0.3s ease;
  font-weight: 400;
  min-width: auto;
}
.home-video__btn:hover, .home-video__btn:focus {
  background:var(--primary-color);
  color: #fff;
}
.home-video__btn .is-off,
.home-video__btn.active .is-on {
  display: none;
}
.home-video__btn .is-on,
.home-video__btn.active .is-off {
  display: block;
}
.home-video__btn .uk-icon {
  display: block;
  margin-bottom: 8px;
}
.hero-image-wrap.home-video__block {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-mp4-vide .hero-image-wrap.home-video__block {
  padding: 0;
  height: auto;
}
.hero-image-wrap.home-video__block iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}
.hero-image-wrap.home-video__block:after {
  content: none;
  background: transparent
    linear-gradient(180deg, #084877 0%, #0a375d 22%, #ffffff00 100%) 0% 0%
    no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.45;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
ul.ckbullet {
  margin: 0;
  padding: 0;
}
ul.ckbullet li {
  margin: 0 0 20px 0;
  font-family: var(--text-fonts);
  font-size: 15px;
  line-height: 22px;
}
ul.ckbullet li::marker {
  content: none;
}
ul.ckbullet li:before {
  content: '\e91e';
  font-family: var(--icon-fonts);
  font-size: 12px;
  font-weight: 600;
  color: #D69CA0;
  padding: 0 5px 0 0;
}
.home-video__modal .uk-close{
  top: 0;
  right: 0;
  padding: 11px;
  background-color: var(--highlight-color);;
  color: #fff;
}
.home-video__modal .uk-close:hover, .home-video__modal .uk-close:focus{
  background-color: #000000;
  color: #fff;
}
@media (max-width: 960px){
  .home-video__block video {
    height: 72vh;
  }
}
@media (max-width: 767px){
  .home-video__trigger:hover .home-video__trigger-text, .home-video__trigger:focus .home-video__trigger-text {
    display: none;
  }
  .home-video__btn .uk-icon {
    margin-bottom: 0;
    text-indent: 0;
    line-height: 30px;
  }
  .home-video__btn .is-on, .home-video__btn.active .is-off {
    display: flex;
  }
  .home-video__actions.is-active .home-video__trigger {
    width: 30px;
    height: 30px;
    /*margin: 0;*/
  }
  .home-video__trigger:hover, .home-video__trigger:focus {
    width: 30px;
    height: 30px;
  }
  .home-video__trigger {
    margin: 0 0 10px 5px;
  }
  .home-video__actions-more {
    bottom: 40px;
    left: 5px;
  }
  .home-video__btn {
    width: 30px;
    height: 30px;
    text-indent: -9999px !important;
    min-height: 30px;
    line-height: 0px;
    border-radius: 4px;
    text-align: unset;
  }
  .home-video__btn .mobile-hide {
    display: none;
  }
  .home-video__btn.full-video {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .home-video__btn{
    width:65px;height:65px;font-size:9px;
  }
  .home-video__actions.is-active .home-video__trigger, .home-video__trigger:hover, .home-video__trigger:focus {
    width: 65px;
    height: 65px;
  }
  .home-video__trigger-text {
    font-size: 9px;
  }
  .home-video__actions-more{
    bottom: 75px;
  }
  .home-video__trigger{
    margin: 30px 30px 10px;
  }
}
.home-mp4-vide .hero-image-wrap.home-video__block img {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
}

@media (min-width: 1260px) and (max-width: 1560px){
  .home-video__actions{
    bottom: 135px;
  }
}
.hero-slideshow__button {
  margin-top: 30px;
  text-align: center;
}
/* Things To Do Start */
.home-things-to-do { /*background:url(https://assets.milestoneinternet.com/aramark-parent/lake-powell/background-images/ttd-houseboat-bg.jpg) bottom right no-repeat;*/
  margin:0; padding-top:60px; padding-bottom:60px; z-index: 2; }
.home-things-to-do-container { position: relative; }
.home-things-to-do-left {
  width: 52.5%;
}
.home-page .home-things-to-do {margin-top:-270px; background:none; position: relative;}
.home-things-to-do-grid {
  width: 100%;
}
.home-things-to-do-right{
  padding-left: 70px;
}
.home-things-to-do-right{
  max-width: 38%;
}
.home-things-to-do-small-media {
  position: absolute;
  top: 50px;
  left: 0;
  width: calc(52.5% + 144px);
  text-align: right;
}
.home-things-to-do-small-media img{
  max-width: 288px;
  border-radius: 20px;
}
.home-hings-to-do-content {
  padding-top: 388px;
}
.home-things-to-do-slider-media img {
  max-height: 775px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.home-things-to-do-action {
  margin-top: 15px;
}
.home-things-to-do-slider-control {
  width: 70px;
  position: absolute;
  bottom: 0;
  left: calc(52.5% - 70px);
}
.home-things-to-do-slider-control .slider-controls__slidenav + .slider-controls__slidenav{
  border-bottom-right-radius: 15px;
}
.home-things-to-do-slider-control:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #242421;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.15;
}

@media only screen and (max-width: 1400px) {
  .home-things-to-do-right {
    max-width: 52.5%;
    padding-right: 20px;
    padding-left: 40px;
  }
  .home-things-to-do-slider-media {
    height: 100%;
  }
  .home-things-to-do-slider-media img{
    max-height: 100%;
  }
}
@media (max-width: 959.9px) {
  .home-things-to-do-slider-control {
    width: 50px;
    left: calc(70% - 50px);
    bottom: inherit;
    top: 256px;
  }
  .home-hings-to-do-content {
    padding-top: 60px;
  }
  .home-things-to-do-left {
    width: 70%;
    max-height: 400px;
  }
  .home-things-to-do-slider-media img {
    max-height: 100%;
    object-fit: cover;
    min-height: 300px;
  }
  .home-things-to-do-small-media{
    width: calc(70% + 100px);
  }
  .home-things-to-do-small-media img {
    max-width: 200px;
    border-radius: 20px;
  }
  .home-things-to-do-right {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-things-to-do .uk-slider-items{
    justify-content: flex-start;
    align-items: flex-start;
  }
  .home-things-to-do-slider-control:after{
    bottom: 48px;
  }
}
@media (max-width:  767.98px) {
  .home-things-to-do { background-size: 142%; }
  .home-page .home-things-to-do {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-things-to-do-left{
    width: 78%;
    max-height: 302px;
  }
  .home-things-to-do-slider-control{
    top: 158px;
    left: calc(78% - 48px);
  }
  .home-things-to-do-small-media {
    width: calc(78% + 56px);
    top: 20px;
  }
  .home-things-to-do-small-media img {
    max-width: 112px;
    border-radius: 20px;
  }
  .team-building-page .home-things-to-do{
    padding-bottom: 0px;
  }
}
@media (max-width:  430.98px) {
  .home-hings-to-do-content {
    padding-top: 30px;
  }
}
@media (max-width:  390.98px) {
  .home-things-to-do-slider-control{
    /*top: 207px;
    left: calc(78% - 49px);*/
  }

}
/* Things To Do End */
/* Home Stay Start */

.home-stay {
  position: relative;
  z-index: 2;
  padding: 380px 0px 370px;
}
.h-side-container {
  width: calc(1280px + (100% - 1280px) / 2);
  width: -webkit-calc(1280px + (100% - 1280px) / 2);
  overflow: hidden;
  margin-right: 0;
  position: relative;
  padding-right: 0;
}
.home-stay-content * {
  color: var(--inverse-font-color);
  opacity: 1 !important;
}
.home-stay-content .section-title, .home-stay-content .home-stay-heading, .home-hings-to-do-content .section-title, .home-hings-to-do-content .home-things-to-do-heading, .home-special-col-content .section-title, .home-special-col-content .home-things-to-do-heading, .home-itineraries-left-content .section-title, .home-itineraries-left-content .home-things-to-do-heading, .home-dining-left-inner .section-title, .home-dining-left-inner .home-dining-left-title, .three-column-slider .three-column-slider-small-title, .three-column-slider .three-column-slider-main-heading {
  filter: opacity(0);
}
.home-stay-content .section-title.uk-scrollspy-inview, .home-stay-content .home-stay-heading.uk-scrollspy-inview, .home-stay-content .home-stay-description, .home-stay-action .uk-button-primary, .home-hings-to-do-content .section-title.uk-scrollspy-inview, .home-hings-to-do-content .home-things-to-do-heading.uk-scrollspy-inview, .home-special-col-content .section-title.uk-scrollspy-inview, .home-special-col-content .home-things-to-do-heading.uk-scrollspy-inview, .home-itineraries-left-content .section-title.uk-scrollspy-inview, .home-itineraries-left-content .home-things-to-do-heading.uk-scrollspy-inview, .home-dining-left-inner .section-title.uk-scrollspy-inview, .home-dining-left-inner .home-dining-left-title.uk-scrollspy-inview, .three-column-slider .three-column-slider-small-title.uk-scrollspy-inview, .three-column-slider .three-column-slider-main-heading.uk-scrollspy-inview {
  filter: opacity(1);
}
.home-stay-left{
  max-width: 355px;
}
.home-stay-slider-item {
  max-width: 390px;
  width: 41%;
  opacity: 0.7;
  transition: 0.3s opacity ease-in;
}
.home-stay-slider-item.uk-active{
  opacity: 1;
  transition: 0.3s opacity ease-in;
}
.home-stay-slider .uk-grid{
  margin-left: -30px;
}
.home-stay-slider .uk-grid > *{
  padding-left: 30px;
}
.home-stay-slider-item-inner {
  position: relative;
}
.home-stay-slider-box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-stay-slider-overlay-content {
  position: absolute;
  bottom: 0;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.home-stay-slider-box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home-stay-slider-media, .home-stay-slider-media img {
  border-radius: 20px;
}

.home-stay-slider-wrapper > div:nth-child(1n+1)
.home-stay-slider-item-inner:after {
  position: absolute;
  content: '';
  /*background: linear-gradient(180deg, #737373 68.7%, rgba(217, 217, 217, 0) 100%);*/
  background: linear-gradient(180deg, rgba(24, 76, 96, 0) 33.53%, #0066A6 77.89%);
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  border-radius: 20px;
}
.home-stay-slider-container{
  padding-left: 30px;
}
.home-stay-slider-control {
  display: flex;
  justify-content: space-between;
  max-width: 830px;
  top: 60%;
  position: absolute;
  width: 83%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.home-stay-slider-control .slider-controls__slidenav{
  pointer-events: all;
}
.home-stay-slider-overlay-content > * {
  color: var(--inverse-font-color);
  filter: opacity(1);
}
.home-stay-action {
  margin-top: 16px;
}
/*.home-stay-content {
position: relative;
z-index: 1;
}
.home-stay-slider-overlay-content{

}*/
.home-stay-slider-wrapper > div:nth-of-type(odd){ margin-top: 120px;}
@media (min-width: 960px) and (max-width: 1024px) {
  .home-stay-slider-control {
    width: 77%;
  }
}
@media (max-width: 1024px) {
  .home-stay{
    padding: 210px 0px 370px;
  }
  .home-stay-slider-item{
    width: 50%;
  }
}
@media (min-width: 960px) {
  .home-stay-slider-wrapper > div:nth-of-type(odd){ margin-top: 120px;}
}
@media (max-width: 959.98px) {
  .home-stay {
    padding: 185px 0 260px;
  }
  .home-stay-left {
    max-width: 330px;
  }
  .h-side-container{
    width: 100%;
  }
  .home-stay-slider-item {
    max-width: 315px;
    width: 75%;
  }

}
@media (max-width:  767.98px) {
  .home-stay {
    padding: 140px 0 70px;
  }
  .home-stay-left{
    width: 100%;
  }
  .home-stay-right {
    padding-left: 0 !important;
  }
  .home-stay-slider .uk-grid {
    margin-left: -15px;
  }
  .home-stay-slider .uk-grid>* {
    padding-left: 15px;
  }
  .home-stay-slider-overlay-title{
    font: var(--h5-title-fonts);
  }
  .home-stay-slider-item {
    max-width: 215px;
    width: 65%;
  }
  /*.home-stay-slider-item {margin-top:65px; }*/
  .home-stay-slider-item.uk-active {margin-top:0;}
  .home-stay-slider-control {width:100%; padding:0 24px;}
  .home-stay-slider-wrapper > div:nth-of-type(odd){ margin-top: 65px;}
}
/* Home Stay End */
.home-headline-bg{
  position: relative;
  background-position: bottom;
  overflow: hidden;
}
.cloud-bg, .mountain-bg, .circle-animation {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
.cloud-bg {
  height: 900px;
  width: 100%;
}
.cloud-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mountain-bg{
  top: 11%;
  z-index: 1;
  width: 100%;
  /*height: 100%;*/
}
.circle-animation {
  top: 22%;
  animation: rotation 8s infinite linear;
  left: inherit;
  right: 23%;
}
.mountain-bg .bg-image-headline{
  width: 100%;
  height: 100%;
  object-position: left;
  object-fit: cover;
}
.shape-bg {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
}
.home-headline-bg:after {
  background: linear-gradient(180deg, rgba(0, 102, 166, 0) 33.53%, #0066A6 77.89%);
  bottom: 0;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.pattern-bg {
  position: absolute;
  /*bottom: -41%;*/
  right: 0;
  z-index: 2;
  opacity: 1;
  top: 65%;
  pointer-events: none;
}
.home-special-bg { padding-bottom: 110px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.right-image.growing-parallax {
  /*position: relative;*/
  overflow: hidden;
}
.image-reveal {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--primary-color);
  transition: all 1s cubic-bezier(.2,.4,.4,1) 0s;
  max-width: 288px;
  border-radius: 20px;
}
.image-reveal.growing {
  width: 0;
}
@keyframes rotation{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
@media only screen and (min-width: 1600px) {
  .mountain-bg {
    top: 8%;
  }
  .circle-animation {
    top: 24%;
    right: 28%;
  }
}
@media only screen and (max-width: 1280px) {
  /*.circle-animation {
  top: 24%;
  left: 51%;
}*/
  .mountain-bg {
    top: 15%;
  }
}
@media only screen and (max-width: 960px) {
  .cloud-bg {
    height: 80%;
    width: 100%;
  }
  .cloud-bg img {
    object-fit: cover;
    object-position: right top;
  }
  .circle-animation {
    top: 25%;
    left: 49%;
    width: 200px;
  }
  .mountain-bg {
    top: 17%;
    height: auto;
  }
  .pattern-bg {
    bottom: -30%;
    width: 50%;
  }
}
@media only screen and (max-width: 960px) {

}
@media (max-width:  767.98px) {
  .circle-animation {
    top: 45%;
    left: 45%;
    width: 200px;
  }
  .mountain-bg {
    top: 38%;
    height: auto;
  }
  .home-headline-bg:after {
    background: linear-gradient(180deg, rgba(24, 76, 96, 0) 35%, #0066A6 50%);
    height: 80%;
  }
  .shape-bg {
    bottom: -3px;
  }
  .pattern-bg {
    width: 50%;
    top: 74%;
    z-index: 3;
  }
}
@media (max-width: 500px) {
  .cloud-bg {
    height: 55%;
    width: 100%;
  }
  .circle-animation {
    top: 36%;
    left: 37%;
    width: 200px;
  }
  .pattern-bg {
    width: 60%;
    top: 85%;
    z-index: 3;
  }
}

/* Home Headline Starts */
.home-headline-wrapper {
  padding: 115px 0 115px;
  position: relative;
  z-index: 1;
}
.home-headline {
  max-width: 810px;
  margin: auto;
  text-align: center;
}
.overview-content {
  padding: 0 50px;
}
.home-headline__media{
  text-align: right;
  margin-top: 40px;
}
/*.overview-content{
max-width: 422px;
}
.home-headline__subtitle {
margin-bottom: 7px;
}*/

.home-headline__title {
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.home-headline__content {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 20px;
}
.home-headline__content .js-texttoggle-content div > p{
  margin-top: 10px;
}
.home-headline__action {
  letter-spacing: 0;
}

.home-headline__title{
  position: relative;
  bottom: -120px;
  transition: .6s all ease-in-out;
}
.home-overview__title.view-in .home-headline__title {
  bottom: 0;
  transition: .6s all ease-in-out
}

.home-headline__subtitle {
  position: relative;
  bottom: -50px;
  transition: .6s all ease-in-out
}

.home-overview__title.view-in .home-headline__subtitle {
  bottom: 0;
  transition: .6s all ease-in-out
}

.home-overview__title.view-in .home-headline__title:after {
  height: 0;
  transition: 5s all ease-in-out
}

@media (max-width: 1023.98px) {
  .home-headline-wrapper {
    padding: 65px 0px;
  }
}
@media (max-width: 959.98px){
  .overview-content{
    max-width: 100%;
    padding: 0;
  }
  .home-headline__content{
    margin-top: 0px;
  }
}
@media (max-width:  767.98px) {
  .home-headline__subtitle{
    /*font: var(--mob-tagline-fonts);*/
  }
  .home-headline__content {
    margin-bottom: 15px;
    padding: 0;
  }
  .home-headline-wrapper {
    padding: 65px 0 125px;
  }
  .home-overview__title .home-headline__subtitle{
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
/* Home Headline Ends */
/* Home Special Start */
.home-special-bg { 
  padding-bottom: 110px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.home-special-bg-wrapper:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -350px;
  max-width: 1070px;
  width: 100%;
  height: 705px;
  background-image: url(https://assets.milestoneinternet.com/aramark-parent/adventures-on-the-gorge/background-images/home-special-bg.png);
  background-repeat: no-repeat;
  /* background-position: 100% 0%; */
  background-size: cover;
  z-index: -1;
  mix-blend-mode: luminosity;
  background-color: #fff;
}
.home-special { padding: 0; }
.home-special-main-title{
  font-size: 81px;
  /*font-weight: 400;*/
  line-height: normal;
  text-align: center;
  /*color: #fff;*/
  /* font-size: 16rem; */
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--secondary-color);
}
.home-special-grid {
  margin-top: 65px;
  display: inline-flex;
}
.home-special-col-1{
  max-height: 363px;
  margin-top: 285px;
  width: 33%;
}
.home-special-col-2{
  padding: 0 25px 0 120px;
  width: 46%;
  position: relative;
}
.home-special-col-2 .home-special-col-media{
  max-height: 378px;
}
.home-special-col-2 .home-special-col-media { position: relative; }
.home-special-col-2 .home-special-col-media:before {content:""; width:40%; height:100%; background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%); position: absolute; left:0; top:0; }
.home-special-col-3{
  max-height: 393px;
  margin-top: 315px;
  width: 21%;
}
.home-special-col img, .home-special-col-media{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-special-col-overlay-content {
  position: absolute;
  top: 80px; 
  max-width: 445px;
  left: -210px;
}
.home-special-col-description {
  margin-top: 65px;
}
.home-special-col-action {
  margin-top: 15px;
}
.home-special-col-content {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .home-special {
    padding: 25px 0 0px;
  }
  .home-special-grid {
    margin-top: 70px;
  }
}
@media (max-width: 959.9px) {
  .home-special {
    padding: 0px 0 0px;
  }
  .home-special-col-2 {
    padding: 0 20px 0 20px;
  }
  .home-special-bg{
    background-position: 0 62%;
  }
  .home-special-bg-wrapper:after{
    background-size: 100%;
    top: 105%;
    bottom: inherit
  }
  .home-special-col-2 .home-special-col-media:before{
    width: 90%;
  }
}
@media (max-width:  767px) {
  .home-special-col-description {
    margin-top: 20px;
  }
  .home-special-col.home-special-col-2{
    width: 55%;
  }
  .home-special-col-content {
    padding-bottom: 130px;
  }
  .home-special-main-title {
    font-size: 50px;
    line-height: 1;
  }
}
@media (max-width:  640px) {
  .home-special-col-content {
    padding-bottom: 100px;
  }
  .home-special-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .home-special-col.home-special-col-2 {
    order: 1;
    width: 100%;
    padding: 0 0px 0 20px;
  }
  .home-special-col-1, .home-special-col-3{
    order: 2;
    margin-top: 25px;
  }
  .home-special-col-2 .home-special-col-media {
    max-height: 280px;
    display: flex;
    justify-content: flex-end;
  }
  .home-special-col.home-special-col-2 img{
    max-width: 230px;
  }
  .title.section-title.home-stay-small-title {
    max-width: calc(100% - 20px);
  }
  .home-special-col-overlay-content {
    position: absolute;
    top: 75px;
    left: 20px;
    max-width: 290px;
  }
  .home-special-col-description {
    margin-top: 40px;
  }
  .home-special-col-1{
    width: 71%;
    padding: 30px 0px;
    position: relative;
  }
  .home-special-col-3{
    width: calc(29% + 100px);
    margin-left: -100px;
  }
  .home-special-col-1 img {
    min-height: 233px;
    object-fit: cover;
  }
  .home-special-col-3 img {
    min-height: 233px;
    object-fit: cover;
  }
  .home-special {
    padding: 0 0 0px;
  }
  /*.home-special-bg {
  background-position: 0 72%;
}*/
  .title.section-title.home-special-title {
    max-width: calc(100% - 230px);
  }
  .home-special-col-2 .home-special-col-media:before{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 40.65%, rgba(255, 255, 255, 0) 87.38%), linear-gradient(90deg, rgba(255, 255, 255, 0.8) 30.65%, rgba(255, 255, 255, 0) 75.38%);
    left: inherit;
    right: 0;
    width: 80%;
  }
}
.marquee1 { position: relative; overflow: hidden; --anim-width: 1vw; --move-initial: calc(0 + var(--anim-width)); --move-final: calc(-50% + var(--anim-width)) }

.marquee__inner { width: fit-content; display: flex; position: relative; animation: marquee1 30s linear infinite; animation-play-state: paused }

.marquee1 span { padding: 0 1.5vw; white-space: nowrap }
.marquee1 .marquee__inner {animation-play-state: running}

@keyframes marquee1 {
  0% {
    transform: translate3d(var(--move-initial),0,0)
  }

  100% {
    transform: translate3d(var(--move-final),0,0)
  }
}
/* Home Special End */

.three-column-slider{position:relative;z-index:0}.three-column-slider-header{max-width:780px;margin:0 auto 70px}.three-column-slider-container{max-width:1310px}.three-column-slider-control{width:100%;position:absolute;top:37%;transform:translateY(-50%);display:flex;justify-content:space-between;align-items:center;margin-top:50px;pointer-events:none}.three-column-slider-content{margin:24px 1px 2px}.three-column-slider-title{margin-bottom:8px}.three-column-slider-desc:empty{display:none}.three-column-slider-action{margin-top:24px}.three-column-slider-media img{border-radius:20px;min-height:310px;object-fit:cover}.three-column-slider-item{margin-top:50px}.three-column-slider-item:nth-child(2n){margin-top:0!important}.three-column-slider-main-action{text-align:center;margin-top:30px}.three-column-slider-bg{position:absolute;top:-18%;left:-435px;z-index:-1;opacity:.15;pointer-events:none}.three-column-slider-control .uk-invisible{opacity:0;visibility:hidden!important}.three-column-slider-wrapper .uk-slider-items.uk-grid{margin-left:-32px}.three-column-slider-wrapper .uk-slider-items.uk-grid>*{padding-left:32px}.three-column-slider.is-dark{background:var(--bg-alt-1)}.three-column-slider.is-dark .three-column-slider-header *,.three-column-slider.is-dark .three-column-slider-content *{color:var(--inverse-font-color)}.three-column-slider.is-dark .uk-button-primary:hover,.three-column-slider.is-dark .uk-button-primary:focus{border-color:var(--inverse-font-color)}.three-column-slider.is-dark .uk-button-primary:before,.three-column-slider.is-dark .uk-button-primary:before{border-color:var(--inverse-font-color)}.three-column-slider-extra-desc{margin-top:30px}@media(max-width:960px){.three-column-slider-bg{top:-3%}.three-column-slider-media img{min-height:208px}}@media only screen and (max-width:767.9px){.three-column-slider{overflow:hidden;overflow-y:visible;overflow-x:clip}.three-column-slider-item:nth-child(3n+1),.three-column-slider-item:nth-child(3n+3){margin-top:inherit}.three-column-slider-header{margin-bottom:50px;padding:0 20px}.three-column-slider-wrapper .uk-slider-items.uk-grid{margin-left:-20px}.three-column-slider-wrapper .uk-slider-items.uk-grid>*{padding-left:20px}.three-column-slider-item{width:44%;margin-top:0}.three-column-slider-item-inner{transform:translateY(10%);transition:all .4s cubic-bezier(.2,.3,.2,1) 0s}.three-column-slider-item.uk-active .three-column-slider-item-inner{transform:translateY(0)}.three-column-slider-container{padding:0}.three-column-slider-control{width:calc(78% + 30px);position:absolute;top:31%;transform:translate(-50%,-50%);display:flex;justify-content:space-between;align-items:center;left:50%;margin-top:0}.three-column-slider-bg{width:100%;height:auto;left:0;top:45px}.three-column-slider-header-desc{text-align:left}.home-blog{padding:60px 0 40px}.home-blog .three-column-slider-bg{transform:rotateY(180deg)!important;width:465.7px;height:351px;left:inherit;right:-330px;top:-210px}}@media only screen and (max-width:640px){.three-column-slider-item{width:78%}}
/* Highlight Starts */

@media (min-width: 768px) {
  .highlights__media {
    display: none;
  }

  .highlights__grid {
    margin: 0;
    display: inline-flex;
    width: 100%;
    flex-wrap: nowrap;
  }


  .highlights__col {
    height: 860px;
    color: #fff;
    background-color: #000;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    padding: 0;
    width: 50%;
    transition: width .6s ease-in-out;
    filter: opacity(1);
  }

  .highlights__col:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    z-index: 1;
    opacity: 0.5;
    transition: all .6s ease;
  }

  .highlights__col:hover,
  .highlights__col:focus,
  .highlights__col:focus-within{
    width: 77%;
  }

  .highlights__col:hover:after,
  .highlights__col:focus:after,
  .highlights__col:focus-within:after{
    opacity: 0;
  }

  .highlights__col:hover:first-child,
  .highlights__col:focus:first-child,
  .highlights__col:focus-within:first-child{
  background-image: url(https://assets.milestoneinternet.com/aramark-parent/adventures-on-the-gorge/background-images/headline-hover-1.jpg) !important; 
  }

  .highlights__col:hover:last-child,
  .highlights__col:focus:last-child,
  .highlights__col:focus-within:last-child {
   background-image: url(https://assets.milestoneinternet.com/aramark-parent/adventures-on-the-gorge/background-images/headline-hover-2.jpg) !important; 
  }

  .highlights__col * {
    color: #fff;
  }

  .highlights__content {
    max-width: 480px;
    position: absolute;
    z-index: 3;
    text-align: center;
    bottom: 40px;transform: translateY(0);
    left: 0;
    right: 0;
    margin: auto;
    transition: all .6s ease;
    padding: 0 25px;
  }

  .highlights__actions {
    margin-top: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .uk-button-primary.highlights__action:before {
    border-color: var(--inverse-font-color);
  }
  .uk-button-primary.highlights__action:hover,
  .uk-button-primary.highlights__action:focus{
    color: var(--inverse-font-color);
    border-color: var(--inverse-font-color);
  }
  .highlights__actions .button-booknow {
    min-width: 255px;
  }

  .highlights__actions .uk-button + .uk-button {
    margin-top: 30px;
  }

  .highlights__type {
    margin-bottom: 15px;
  }

  .highlights__name {
    margin: 0;
    text-align: center;
  }

  .highlights__desc {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .highlights__desc,
  .highlights__actions {
    transition: opacity 1.6s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }

  .highlights__col:hover .highlights__desc,
  .highlights__col:hover .highlights__actions {
    opacity: 1;
    height: unset;
  }
  .highlights__col:hover .highlights__content {
    bottom: 50%;
    transform: translateY(50%);
  }
  .highlights__col:focus-within .highlights__desc,
  .highlights__col:focus-within .highlights__actions {
    opacity: 1;
    height: unset;
  }
  .highlights__col:focus-within .highlights__content {
    bottom: 50%;
    transform: translateY(50%);
  }
  .highlights { display: flex; position: relative;  }
  .highlights:after {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 59px;
    position: absolute;
    background-image: url('https://assets.milestoneinternet.com/aramark-parent/adventures-on-the-gorge/background-images/highlights-shape.png');
    z-index: 1; background-size: cover;
  }
}

@media (max-width: 1199.98px) {

}

@media (max-width: 1023.98px) {
  .highlights__col {
    height: 480px;
  }
}

@media (max-width: 959.98px) {

}

@media (max-width: 767.98px) {
  .highlights__col {
    background: transparent !important;
    height: auto;
  }
  .highlights__grid > * {
    width: 100%;
  }
  .highlights__content {
    padding: 30px 20px;
    text-align: center;
  }
  .highlights__desc {
    margin-bottom: 25px;
  }
  .highlights__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .highlights__action.button-link--white {
    color: var(--highlight-color) !important;
    margin-top: 20px;
  }

  .highlights__media {
    position:relative
  }

  .highlights__content .highlights__type,.highlights__content .highlights__name {
    display: none
  }

  .mobile-overlay-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 0 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 1
  }

  .mobile-overlay-content * {
    color: var(--inverse-font-color)
  }

  .highlights__media:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 34.27%,rgba(0,0,0,.71) 73.6%)
  }

  .highlights__desc {
    text-align: left
  }
}

@media (max-width: 639.98px) {

}

@media (max-width: 575px) {

}
/* Highlight Ends */
/* Dining Start */
.home-dining {
    background-repeat: no-repeat;
    background-position: left top;
}
.home-dining-left-inner {
    padding: 100px 0 60px 280px;
}
.home-dining-left-inner .home-dining-left-title{
    max-width: 279px;
}
.home-dining-plate {
  max-width: 752px;
  margin-left: -130px;
  max-height: 635px;
  overflow: hidden;
}
.home-dining-left {
    width: 51%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.home-dining-right {
    width: 49%;
  	padding-right: 65px;
}
.home-dining-grid {
    display: flex;
    flex-wrap: wrap;
}
.home-dining-right-media img{
    border-radius: 20px;
}
.home-dining-right-inner {
    padding-top: 205px;
  	padding-bottom: 50px;
}
.home-dining-right-grid .home-dining-right-media:first-child{
    margin-top: 75px;
}
.home-dining-right-bottom-content {
    margin-top: 55px;
}
.home-dining-action {
    margin-top: 20px;
}
.home-dining-plate img{
    top: 0;
    position: relative;
}
@media only screen and (max-width: 1024px) {
  .home-dining-left-inner {
    padding: 110px 0 45px 220px;
  }
}
@media only screen and (max-width: 959.9px) {
  .home-dining {
    background-repeat: no-repeat;
    background-position: right;
    padding: 65px 20px 90px;
  }
  .home-dining-left {
    width: 100%;
  }
  .home-dining-right {
    width: 100%;
    padding-right: 0px;
  }
  .home-dining-plate {
    display: none;
  }
  .home-dining-left-inner {
    padding: 0;
  }
  .home-dining-right-inner {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
  }
  .home-dining-right-grid{
  	order: 2;
  }
  .home-dining-right-bottom-content{
  	order: 1;
  }
  .home-dining-left-inner .home-dining-left-title {
    max-width: 100%;
  }
  .home-dining-right-bottom-content {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767.9px) {
  .home-dining-right-grid .home-dining-right-media:first-child {
    margin-top: 50px;
  }
  .home-dining {
    background-position: 40% -100%;
  }
}
/* Dining End */
/* Home itineraries Start */
.home-itineraries {
  padding: 60px 0px 0px;
}
.home-itineraries-left-box {
  width: 72%;
  position: relative;
}
.home-itineraries-left-box-media {
  height: 715px;
  position: relative;
}
.home-itineraries-left-box-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.home-itineraries-left-box-media:before {
  position: absolute;
  left: 0;
  top: 0;
  /*background: radial-gradient(28.92% 75.8% at 72.05% 65.62%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(131.21deg, #FFFFFF 20.46%, rgba(255, 255, 255, 0) 37.2%);
  background: linear-gradient(131.21deg, #fff 20.46%, rgba(255, 255, 255, 0) 37.2%);*/
  background: linear-gradient(52.25deg, rgba(255, 255, 255, 0.6) 44.05%, rgba(255, 255, 255, 0) 55.22%);
  width: 100%;
  height: 100%;
  content: '';
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.home-itineraries-left-content {
  position: absolute;
  top: 50%;
  left: 62px;
  max-width: 290px;
}
.home-itineraries-grid {
  position: relative;
}
.home-itineraries-right-box {
  position: absolute;
  top: 230px;
  right: 0;
  width: 39.7%;
}
.home-itineraries-right-content {
  padding-left: 80px;
  max-width: 420px;
}
.home-itineraries-action {
  margin-top: 20px;
}
.home-itineraries-right-box-media {
  position: relative;
  display: flex;
  align-items: center;
  height: 582px; 
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.home-itineraries-right-box-media:before, .home-itineraries-right-box-media:after { content:""; width:100%; height:100%; background: #000; opacity:0.5; position: absolute; z-index: 0;}
.home-itineraries-right-box-media:after {opacity:1; background: rgb(92,120,87);
  background: linear-gradient(340deg, rgba(92,120,87,0.4) 0%, rgba(92,120,87,0) 100%); z-index: 1;}

.home-itineraries-right-box-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-itineraries-right-content {
  padding-left: 80px; z-index: 2;
  max-width: 74%;
  position: absolute;
  color: var(--inverse-font-color);
  filter: opacity(1);
}
.home-itineraries-man-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; top:-209px;
}
.home-itineraries-man-bg img {
  width:100%;
}


.fullscreen-2-media-single-snippet .home-itineraries-left-content {
  max-width: 400px;
  transform: translateY(-50%);
}
.fullscreen-2-media-single-snippet{
  margin: 80px 0px 150px;
  padding: 0;
}

@media (max-width: 959.9px) {
  .home-itineraries {
    padding: 65px 0 0;
  }
  .home-itineraries-left-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .home-itineraries-left-box-media {
    height: 100%;
    order: 2;
    margin-top: 0px;
    height: 450px;
  }
  .home-itineraries-man-bg {
    z-index: 1;
    bottom: 30px;
    max-width: 375px;
    left: 40%;
    transform: translateX(-50%);
  }
  .home-itineraries-left-content {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 100%;
    padding: 0 20px;
    order: 1;
  }
  .fullscreen-2-media-single-snippet .home-itineraries-left-content {
    max-width: 100%;
    transform: inherit;
  }
  .home-itineraries-right-box {
    position: relative;
    margin-top: -160px;
    width: 100%;
    right: inherit;
    z-index: 1;
    top: inherit;
  }
  .home-itineraries-right-content {
    max-width: 100%;
    padding: 20px 50px 20px 65px;
  }
  .home-itineraries-right-box-media {
    position: relative;
    display: flex;
    align-items: center;
    /*height: 100%;*/
    max-height: 410px;
    margin-left: 50px;
  }
  .home-itineraries-right-box-media img{
    /*max-height: 377px;*/
  }
  .home-itineraries-left-box-media:before{
    display: none;
  }
  .fullscreen-2-media-single-snippet .home-itineraries-right-box-media{
    height: 100%;
  }
  .fullscreen-2-media-single-snippet .home-itineraries-left-box-media {
    height: 400px;
  }
  .fullscreen-2-media-single-snippet .home-itineraries-left-box-media img {
    object-position: center;
  }
  .fullscreen-2-media-single-snippet .home-itineraries-right-box {
    margin-top: -70px;
  }
}
@media (max-width:  767.98px) {
  .home-itineraries {
    padding: 30px 0 0;
  }
  .fullscreen-2-media-single-snippet{
    margin: 50px 0px 75px;
  }
}
/* Home itineraries End */
/* Home Events Start */
.home-event{
  padding: 80px 0 50px 0;
  position: relative;
  z-index: 1;
}
.home-event-heading {
  max-width: 345px;
}
.home-event-listing-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px;
  border-bottom: 0.5px solid #3A373280;
  position: relative;
}
.home-event-media {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
.home-event-media img{
  border-radius: 20px;
}
.home-event-date-details {
  display: flex;
  align-items: center;
}
.home-event-name-category {
  display: flex;
  justify-content: space-between;
}
.home-event-detail {
  max-width: 430px;
}
.home-event-category {
  padding: 6px 10px;
  display: flex;
  align-items: center;
  height: fit-content;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--primary-color);
  border: 1px solid;
  opacity: 0.9;
  display: none;
}
.home-event-category[data-event-type="False"] {
  display: flex;
}
.home-event-category-icon {
  font-size: 20px;
  margin-right: 9px;
}
.home-event-title {
  margin-bottom: 15px;
}
.home-event-date, .home-event-month {
  width: 100px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-family: var(--title-fonts);
}
.home-event-date{
  background-color: var(--bg-alt-2);
  color: var(--text-color);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  font-size: 30.63px;
  line-height: 33.69px;
  padding-top: 5px;
}
.home-event-month{
  background-color: var(--primary-color);
  color: var(--inverse-font-color);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 23.38px;
  line-height: 25.72px;
  padding-bottom: 10px;
}
.home-event-date-month {
  margin-right: 45px;
}
.home-event-name {
  padding-right: 30px;
}
.home-event-media{
  display: none;
}
.home-event-date-month-mobile{
  display: none;
}
@media (min-width: 768px) {
  .home-event-media {
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    opacity: 1;
    transition: 0.3s opacity ease;
  }
  .home-event-media img {
    border-radius: 20px;
    height: 170px;
    object-fit: cover;
  }
  .home-event-listing-inner:hover .home-event-media,
  .home-event-listing-inner:focus .home-event-media{
    opacity: 1;
    transition: 0.3s opacity ease;
  }
  .home-event-action-btn {
    font-size: 20px;
    color: var(--tertiary-color);
  }
  .event-cta-text {
    display: none;
  }
  .uk-button-primary.home-event-action-btn:after, .uk-button-primary.home-event-action-btn:before{
    display: none;
  }
}
@media (max-width: 1320px) {
  .home-event-media{
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .home-event-heading {
    max-width: 270px;
  }
  .home-event-media{
    width: 180px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1024px) {
  .home-event-media{
    display: none;
  }
}
@media (max-width: 960px) {
  .home-event-grid > * {
    width: 100%;
    max-width: 100%;
  }
  .home-event {
    position: relative;
    z-index: 1;
  }
  .home-event-heading{
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  .home-event-date-month-mobile{
    display: block;
    width: 80px;
    margin-right: 16px;
  }
  .home-event-date-month{
    display: none;
  }
  .home-event-detail {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .home-event-date, .home-event-month {
    width: 80px;
    height: 40px;
  }
  .home-event-name-category {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 100px);
  }
  .home-event-name {
    padding-right: 15px;
  }
  .home-event-description {
    width: 100%;
    margin-top: 16px;
  }
  .home-event-listing-inner{
    flex-wrap: wrap;
  }
  .home-event-desktop-icon{
    display: none;
  }
  .home-event {
    padding: 30px 0 50px 0;
  }
  .home-event-action {
    margin-top: 15px;
  }
}
/* Home Events Ends */
/* FAQ Section Start */
.faq-section-with-left-content {
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
  background-color: var(--bg-footer);
}
.faq-section-bg .faq-section-bg-shape img{
  max-height: 150px;
  object-fit: cover;
  object-position: top;
}
.faq-section-with-left-content.faq-section-bg:before {
  background-position: 0 200px;
  background-image: url(https://assets.milestoneinternet.com/aramark-parent/adventures-on-the-gorge/background-images/footer-faq-bg.png);
  width: 100%;
  max-width: 1192px;
  height: 774px;
  content: '';
  left: 0;
  top: 40px;
  /* display: block; */
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: top;
  background-blend-mode: luminosity;
  background-color: var(--bg-footer);
}
.faq-section-bg *{
  color: var(--inverse-font-color);
}
.faq-section-bg .uk-accordion-content * {color: var(--inverse-font-color) !important;}
.faq-section-bg .uk-accordion-content a:hover,.faq-section-bg .uk-accordion-content a:focus{
  color: var(--inverse-font-color) !important;
  text-decoration: none;
}
.faq-section-heading {
  max-width: 550px;
  min-width: 500px;
}
.faq-section-action {
  margin-top: 20px;
}
.faq-section-wrapper {
  padding-top: 50px;
}

@media (max-width: 1240px) {
  .faq-section-heading {
    max-width: 400px;
    min-width: 100%;
  }

}
@media (max-width: 960px) {
  .faq-section-grid > * {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.9px) {
  .faq-section-with-left-content.faq-section-bg:before{
    /*background-position: left;*/
    background-size: cover;
    bottom: -320px;
    max-width: 577px;
    height: 766px;
    top: inherit;
    /*z-index: 1;*/
  }
  .faq-section-wrapper .uk-accordion-content a{
    word-break: break-all;
  }
}
/* FAQ Section End */
/* home modal form */
.home-default-modal-inner {
  width: 100%;
  max-width: 898px !important;
  padding: 0;
  border-radius: 20px;
}
.home-default-modal-grid {
  margin-left: 0;
  border-radius: 20px;
}
.home-default-modal-grid > * {
  padding-left: 0px;
}
.home-default-modal-form {
  padding: 50px 75px;
}
.home-default-modal-form .form__label{
  font: var(--reservation-widget-label-fonts);
  color: var(--primary-color);
  text-transform: var(--reservation-widget-label-fonts-text-transform);
}
.home-modal-form-group .side-widget__form-control{
  border: none;
}
.home-modal-form-group {
  margin-bottom: 24px;
  position: relative;
}
.home-default-modal-inner .form__checkbox{
  position: relative;
  font-size: 12px;
  line-height: 13.2px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.home-default-modal-inner .contact-us__form__actions {
  margin-top: 25px;
}
.home-default-modal-inner .form__checkbox .uk-checkbox {
  margin-right: 10px;
  border: 1px solid var(--tertiary-color);
  border-radius: 3px;
  margin: 0;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.home-default-modal-inner .form__checkbox span{
  width: calc(100% - 16px);
}
.home-default-modal-inner .uk-checkbox:checked:focus, .home-default-modal-inner .uk-checkbox:indeterminate:focus, .home-default-modal-inner .uk-radio:checked:focus {
  background-color: var(--primary-color);
}
.home-default-modal-inner .uk-checkbox:checked, .home-default-modal-inner .uk-checkbox:indeterminate, .home-default-modal-inner .uk-radio:checked {
  background-color: var(--primary-color);
  background-repeat: no-repeat;
}
.home-default-modal-media, .home-default-modal-media img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.home-default-modal-close {
  background: var(--primary-color);
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  top: 25px;
  right: 25px;
  line-height: normal;
  width: 40px;
  height: 40px;
}
.home-default-modal-close:hover, .home-default-modal-close:focus {
  background: var(--highlight-color);
}
.home-default-modal-form-title{
  margin-bottom: 35px;
}

.home-default-modal-media-wrapper, .home-default-modal-form-wrapper{
  width: 50%;
}
.home-default-modal-media, .home-default-modal-media img{
  max-height: 500px;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .home-default-modal-form {
    padding: 50px 25px;
  }
}
@media only screen and (max-width: 960px) {
  .home-default-modal-media, .home-default-modal-media-wrapper {
    display: none;
  }
  .home-default-modal-media-wrapper, .home-default-modal-form-wrapper{
    width: 100%;
  }
}
/* home modal form */

/* Third party modal form */

.third-party-modal-form .home-default-modal-inner {
  background-color: #2A2A3F;
}
.third-party-modal-form .home-default-modal-form{
  padding: 50px 40px;
}
.third-party-modal-form iframe{
  width: 100%;
  border-radius: 0px;
}
.third-party-modal-form .home-default-modal-form-title {
  margin-bottom: 0;
  color: var(--inverse-font-color);
}
/*.ng-star-inserted #home-default-modal {
  display: block;
}*/

@media only screen and (max-width: 639.98px) {
  .third-party-modal-form .home-default-modal-form {
    padding: 50px 15px;
  }
}
/* Third party modal form */
/*cache version*/