/* Small standalone replacements for Weebly's JavaScript-driven theme. */
html { scroll-behavior: smooth; }
body.header-sticky { padding-top: 97px; }
.edison-header .header-inner-wrap { opacity: 1; }
.edison-header .nav-wrap { overflow: visible; }
.wsite-search-wrap, .dummy-menu, .footer-wrap { display: none; }
.desktop-nav li:has(> .wsite-menu-wrap):hover > .wsite-menu-wrap,
.desktop-nav li:focus-within > .wsite-menu-wrap { display: block !important; }
.desktop-nav li:has(> .wsite-menu-wrap) > a::after { content: ' +'; }
.room-gallery { display: grid; grid-template-columns: minmax(0, 1fr) 60px; gap: 12px; }
.room-gallery > img { width: 100%; aspect-ratio: 4/3; object-fit: contain; background: #f7f7f3; }
.room-thumbnails { display: flex; flex-direction: column; gap: 8px; }
.room-thumbnails button { padding: 2px; border: 1px solid transparent; background: transparent; cursor: pointer; }
.room-thumbnails button[aria-pressed="true"] { border-color: #508d24; }
.room-thumbnails img { width: 100%; height: 44px; object-fit: cover; display: block; }
.back-to-top { position: fixed; bottom: 20px; right: 50px; z-index: 20; width: 74px; height: 74px; border: 0; border-radius: 50%; background: #c000ed; color: white; cursor: pointer; font: 38px/30px Arial, sans-serif; }
.back-to-top span { display: block; font-size: 14px; line-height: 18px; }
button:focus-visible, a:focus-visible { outline: 2px solid #508d24; outline-offset: 4px; }
.hamburger { width: 44px; height: 44px; display: none; align-items: center; justify-content: center; cursor: pointer; }
@media (max-width: 1024px), (hover: none) {
  body.header-sticky { padding-top: 60px; }
  .edison-header .nav-wrap { display: none; }
  .hamburger { display: inline-flex; }
  .mobile-nav { top: 60px; max-height: calc(100dvh - 60px); }
  body.nav-open .mobile-nav { display: block !important; }
  .mobile-nav .wsite-menu-wrap { display: block !important; }
  .mobile-nav .wsite-menu-subitem { font-size: 14px; }
  .back-to-top { right: 18px; bottom: 18px; width: 54px; height: 54px; font-size: 30px; line-height: 24px; }
}
[hidden] { display: none !important; }
.accordion__title[role="button"] { cursor: pointer; }
.accordion__title:focus-visible, .tabbed-box-tab:focus-visible { outline: 2px solid #508d24; outline-offset: -3px; }
.platform-element-contents .accordion .accordion__content:not([hidden]) { display: block !important; max-height: none !important; }
.platform-element-contents .tabbed-box .tabbed-box-content:not([hidden]) { display: block !important; }
.platform-element-contents .tabbed-box .tabbed-box-tab-group { display: flex; flex-wrap: wrap; width: auto !important; padding: 0; }
.platform-element-contents .tabbed-box .tabbed-box-tab { flex: 1 1 auto; cursor: pointer; }
.platform-element-contents .tabbed-box .scrollArrow { display: none !important; }
@media (max-width: 767px) {
  .wsite-multicol-col { display: block !important; width: 100% !important; box-sizing: border-box; }
  .wsite-multicol-table, .wsite-multicol-tbody, .wsite-multicol-tr { display: block; width: 100%; }
  .wsite-multicol-col + .wsite-multicol-col { margin-top: 20px; }
  img { max-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
