/* The header has one desktop navigation and one independent mobile drawer. */
.site-drawer[hidden] { display: none; }

@media (min-width: 1101px) {
  .site-redesign .site-header .nav { display: flex !important; }
  .site-redesign .site-header .menu-toggle { display: none !important; }
}

@media (max-width: 1100px) {
  html.site-drawer-open, html.site-drawer-open body { overflow: hidden !important; }
  .site-redesign .site-header .nav { display: none !important; }
  .site-redesign .site-header .menu-toggle { display: grid !important; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; margin-inline-start: auto; }
  .site-redesign .site-header .header-cta { display: none; }
  .site-drawer { position: fixed; inset: 0; z-index: 1000; display: grid; justify-items: end; background: rgba(20, 32, 29, .48); }
  body.rtl .site-drawer { justify-items: start; }
  .site-drawer-panel { width: min(88vw, 390px); height: 100%; box-sizing: border-box; padding: 0 22px 32px; overflow-y: auto; background: #fff; color: #14201d; box-shadow: -20px 0 48px rgba(20, 32, 29, .25); }
  body.rtl .site-drawer-panel { box-shadow: 20px 0 48px rgba(20, 32, 29, .25); }
  .site-drawer-heading { display: flex; align-items: center; justify-content: space-between; height: 76px; margin: 0 -22px 12px; padding: 0 22px; border-bottom: 1px solid #d9e1de; border-inline-start: 5px solid #00a4d6; }
  .site-drawer-heading strong { font-size: 19px; letter-spacing: .08em; }
  .site-drawer-heading button { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #cfdad6; border-radius: 50%; background: #fff; color: #14201d; font-size: 26px; line-height: 1; }
  .site-drawer-links { display: grid; }
  .site-drawer-links a, .site-drawer-categories summary, .site-drawer-categories a { display: block; padding: 16px 4px; border-bottom: 1px solid #e0e7e4; color: #14201d; font-size: 17px; font-weight: 750; line-height: 1.3; }
  .site-drawer-links a[aria-current="page"] { padding-inline-start: 12px; border-inline-start: 4px solid #00a4d6; background: #e8f8fc; color: #007da7; }
  .site-drawer-categories { margin: 10px 0 20px; }
  .site-drawer-categories summary { cursor: pointer; list-style: none; }
  .site-drawer-categories summary::-webkit-details-marker { display: none; }
  .site-drawer-categories summary::after { float: right; content: '+'; }
  body.rtl .site-drawer-categories summary::after { float: left; }
  .site-drawer-categories[open] summary::after { content: '-'; }
  .site-drawer-categories div { padding: 4px 0; background: #f5f8f7; }
  .site-drawer-categories a { padding: 11px 16px; border: 0; color: #42514c; font-size: 15px; }
  .site-drawer-quote { display: block; padding: 14px 18px; background: #007da7; color: #fff; font-weight: 800; text-align: center; }
}
