/* Generated by generate-ca-counties.js */
.breadcrumbs{max-width:1000px;margin:12px auto;font:14px/1.4 Arial,sans-serif;color:#555}
.breadcrumbs a{color:#1a73e8;text-decoration:none}
.breadcrumbs a:hover{text-decoration:underline}

.top-banner { background: #0b5; color: #fff; font-family: Arial, sans-serif; font-size: 14px; }
.top-banner-inner { max-width: 1100px; margin: 0 auto; padding: 10px 14px; display: flex; gap: 12px; align-items: center; justify-content: space-between; }
.top-banner.is-hidden { display: none; }
.top-banner button { background: transparent; border: 1px solid rgba(255,255,255,.5); color: #fff; border-radius: 999px; padding: 4px 10px; cursor: pointer; }

.site-header { border-bottom: 1px solid #e5e5e5; background: #fff; position: sticky; top: 0; z-index: 50; font-family: Arial, sans-serif; }
.nav-wrap { max-width: 1100px; margin: 0 auto; padding: 12px 14px; display: flex; align-items: center; gap: 14px; }
.brand { font-weight: 800; text-decoration: none; color: inherit; display:flex; align-items:center; position:relative; }
.brand img{display:block;height:34px;width:auto;max-width:220px}
.brand .brand-text{position:absolute;left:-9999px;}
.spacer { flex: 1; }
.nav { display: none; gap: 14px; align-items: center; }
.nav a { text-decoration: none; color: inherit; opacity: .9; }
.nav a:hover { opacity: 1; text-decoration: underline; }
.hamburger { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 1px solid #ddd; border-radius: 10px; padding: 8px 10px; cursor: pointer; }
.hamburger:focus { outline: 2px solid #000; outline-offset: 2px; }

main { max-width: 1100px; margin: 0 auto; padding: 18px 14px 40px; }
.site-footer { border-top: 1px solid #e5e5e5; padding: 18px 14px; color: #555; font-family: Arial, sans-serif; }
.site-footer-inner { max-width: 1100px; margin: 0 auto; font-size: 14px; }

@media (min-width: 821px) {
  .nav { display: flex; }
  .hamburger { display: none; }
}
@media (max-width: 820px) {
  .hamburger { display: inline-flex; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 56px; background: #fff; border-bottom: 1px solid #e5e5e5; padding: 12px 14px; flex-direction: column; align-items: flex-start; }
  .nav.is-open { display: flex; }
  .nav-wrap { position: relative; }
  main { padding-top: 14px; }
}
