/* Font Awesome fallback for Four Seasons custom icon font (fs-iconfont) */

.icon:before,
.icon:after,
[class*="Button--prevIcon"]:before,
[class*="Button--nextIcon"]:before,
[class*="Button--close"]:before,
[class*="Button--pauseIcon"]:before,
[class*="Button--playIcon"]:before,
[class*="Button--labeledPlay"]:before,
[class*="CTA--arrow"]:after,
[class*="CTA--backButton"]:before,
.Dropdown:after,
.Navigation-sm .Navigation-menuButton:before,
.NavigationItem-subLinksButton:before,
.NavigationItem--collapsed .NavigationItem-subLinksButton:before,
.Accordion-item-title:after,
.Accordion-item--collapsed .Accordion-item-title:after,
.CardCarousel-row .flickity-prev-next-button:before,
.TextMobileCarousel-row .flickity-prev-next-button:before,
.BottomNavigation-left-arrow:before,
.BottomNavigation-right-arrow:before,
.caw__wrapper .Dropdown-container:after,
.caw-popup__wrapper .Dropdown-container:after,
.hotelSearchBar .hotelSearchBar-result.view-all:after,
.facebook:before,
.instagram:before,
.twitter:before,
.pinterest:before,
.youtube:before,
.PageFooter-socialProperty--facebook:before,
.PageFooter-socialProperty--instagram:before,
.PageFooter-socialProperty--twitter:before,
.PageFooter-socialProperty--youtube:before,
.PageFooter-socialProperty--pinterest:before,
.SocialLink--facebook:before,
.SocialLink--instagram:before,
.SocialLink--twitter:before,
.SocialLink--youtube:before,
.SocialLink--pinterest:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*="Button--prevIcon"]:before,
.CardCarousel-row .flickity-prev-next-button.previous:before,
.TextMobileCarousel-row .flickity-prev-next-button.previous:before,
.BottomNavigation-left-arrow:before,
[class*="CTA--backButton"]:before {
    content: "\f053" !important;
}

[class*="Button--nextIcon"]:before,
.CardCarousel-row .flickity-prev-next-button.next:before,
.TextMobileCarousel-row .flickity-prev-next-button.next:before,
.BottomNavigation-right-arrow:before,
[class*="CTA--arrow"]:after {
    content: "\f054" !important;
}

[class*="Button--close"]:before {
    content: "\f00d" !important;
}

[class*="Button--pauseIcon"]:before {
    content: "\f04c" !important;
}

[class*="Button--playIcon"]:before,
[class*="Button--labeledPlay"]:before {
    content: "\f04b" !important;
}

.Navigation-menuButton:before,
.Navigation-sm .Navigation-menuButton:before,
.Navigation--hasHero .Navigation-sm .Navigation-menuButton:before,
.Navigation--dark .Navigation-sm .Navigation-menuButton:before,
.Navigation--hasHero.Navigation--hasTabbedHero .Navigation-sm.Navigation--atTop .Navigation-menuButton:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    content: "\f0c9" !important;
    line-height: 48px;
}

.Navigation--dark .Navigation-sm .Navigation-menuButton:before,
.Navigation--hasHero.Navigation--hasTabbedHero .Navigation-sm.Navigation--atTop .Navigation-menuButton:before {
    color: #fff;
}

.Navigation-sm .Navigation-menuButton:focus:before,
.Navigation-sm .Navigation-menuButton:hover:before {
    color: #767676;
}

.Navigation--dark .Navigation-sm .Navigation-menuButton:focus:before,
.Navigation--dark .Navigation-sm .Navigation-menuButton:hover:before {
    color: #999;
}

.fs-fa-pseudo-patched:before {
    content: none !important;
    display: none !important;
}

.fs-fa-pseudo-patched {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.fs-fa-pseudo-patched > .fs-fa-pseudo-icon {
    font-size: 1.25rem;
    line-height: 1;
    pointer-events: none;
}

.NavigationItem-subLinksButton:before,
.Accordion-item-title:after {
    content: "\f078" !important;
}

.NavigationItem--collapsed .NavigationItem-subLinksButton:before {
    content: "\f054" !important;
}

.Accordion-item--collapsed .Accordion-item-title:after {
    content: "\f067" !important;
}

.Dropdown:after,
.caw__wrapper .Dropdown-container:after,
.caw-popup__wrapper .Dropdown-container:after {
    content: "\f107" !important;
}

.PageFooter-socialProperty--facebook:before,
.facebook:before,
.SocialLink--facebook:before {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400;
    content: "\f09a" !important;
}

.PageFooter-socialProperty--instagram:before,
.instagram:before,
.SocialLink--instagram:before {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400;
    content: "\f16d" !important;
}

.PageFooter-socialProperty--twitter:before,
.twitter:before,
.SocialLink--twitter:before {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400;
    content: "\f099" !important;
}

.PageFooter-socialProperty--youtube:before,
.youtube:before,
.SocialLink--youtube:before {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400;
    content: "\f167" !important;
}

.PageFooter-socialProperty--pinterest:before,
.pinterest:before,
.SocialLink--pinterest:before {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400;
    content: "\f0d2" !important;
}

.Navigation-logo:not(:has(.fs-header-logo)):before,
.Navigation-sm .Navigation-logo:not(:has(.fs-header-logo)):before,
.NavigationOverlay-Logo:before {
    content: "" !important;
    font-family: inherit !important;
    font-weight: 400 !important;
    display: inline-block;
    width: 140px;
    height: 36px;
    background: url("../../alt/fshr/design3/images/FS_Brand_Logo2.svg") no-repeat center;
    background-size: contain;
}

.Navigation--hasHero .Navigation-logo:not(:has(.fs-header-logo)):before,
.Navigation--hasHero.Navigation-sm .Navigation-logo:not(:has(.fs-header-logo)):before {
    filter: brightness(0) invert(1);
}

.icon.fs-fa-patched:before {
    content: none !important;
    display: none !important;
}

.icon.fs-fa-patched {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon.fs-fa-patched > .fs-fa-icon {
    font-size: inherit;
    line-height: 1;
}
