/* fixes.css — loaded after the theme. Restores what Weebly's scripts used to do. */

/* Desktop dropdown menus (Weebly's main.js used to open these) */
.desktop-nav li.wsite-menu-item-wrap { position: relative; }
.desktop-nav li.wsite-menu-item-wrap:hover > .wsite-menu-wrap,
.desktop-nav li.wsite-menu-item-wrap:focus-within > .wsite-menu-wrap {
  display: block !important;
}
.desktop-nav .wsite-menu-wrap {
  position: absolute; top: 100%; left: 0; z-index: 30;
  min-width: 13em; background: #fff; text-align: left;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.desktop-nav .wsite-menu-wrap ul.wsite-menu { margin: 0; padding: 6px 0; list-style: none; }
.desktop-nav .wsite-menu-wrap li.wsite-menu-subitem-wrap { display: block; padding: 0; }
.desktop-nav a.wsite-menu-subitem {
  display: block; padding: 9px 18px; white-space: nowrap;
  color: #444; text-decoration: none; text-transform: uppercase; letter-spacing: .04em;
  font-family: 'Josefin Sans', sans-serif; font-weight: bold; font-size: 13px;
}
.desktop-nav a.wsite-menu-subitem:hover,
.desktop-nav a.wsite-menu-subitem:focus { background: #f4f4f4; color: #8d2424; }
.desktop-nav .wsite-menu-arrow { display: none; }

/* keyboard focus */
a:focus-visible, .hamburger:focus-visible { outline: 2px solid #8d2424; outline-offset: 2px; }

/* PDF download blocks */
img[src$="assets/pdf.svg"] { width: 36px; height: 36px; }

/* Phones: the header banner was a fixed 796px tall on every screen */
@media screen and (max-width: 767px) {
  .wsite-header-section { height: auto !important; min-height: 60vh; }
  .wsite-headline, .wsite-header-section .wsite-content-title { font-size: 30px !important; line-height: 1.2 !important; }
  .wsite-headline-paragraph, .wsite-header-section .paragraph { font-size: 18px !important; }
  .wsite-section { background-attachment: scroll !important; }
}

/* the theme clips the nav bar (overflow:hidden) — let dropdowns out on desktop */
body:not(.w-navpane-is-forced) .nav-wrap { overflow: visible; }
.desktop-nav .icon-caret { display: none; }
