div.itemInfoContainer
{
  display: none;
}

.WaGadgetEvents.WaGadgetEventsStateList h3.sectionTitle {
    color: #333;
    font: bold 24px/1.1em Roboto Condensed;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.WaGadgetEvents .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a {
font: normal 18px/normal Roboto Condensed;
}
h1 {
background-color: inherit;
    color: #333;
    font: bold 26px/1.1em Roboto Condensed;
    margin: 0 0 .4em 0;
    text-decoration: inherit;
    text-transform: uppercase;
    white-space: normal;
}
.qnav { 
  color: #333; 
  text-decoration: none; 
  font-style: normal; 
} 
.WaGadgetEvents.WaGadgetEventsStateList h3.sectionTitle {
  font: bold 20px/1.1em Roboto Condensed;
}

/* Styles used for Family Education Topics list pages to enhance search and accessbility */

h2.bold {
  font: bold 22px/normal Roboto Condensed;
  white-space: normal !important ;
}
h2.bold:after {
  content: none;
}


/*Heading2 style used for complementary info boxes*/
h2.comp {
  font:  18px/1.1em Roboto Condensed;
  font-weight: bold;
  text-decoration: none; 
}
h2.comp:after {
  content: none;
}

/* Styles used for Family Education Topics list pages to enhance search and accessbility */

h2.topic {
  font: normal 14px/normal Open Sans !important;
  white-space: normal !important ;
}
h2.topic:after {
  content: none;
}

h3.demure {
  font: bold 18px/normal Roboto Condensed;
  white-space: normal !important ;
}

h4.topic {
  font: normal 14px/normal Open Sans;
  white-space: normal !important ;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

img.topic {
  margin-bottom: 10px
}
 /* Hide on Phones */
@media (max-width: 767px) {
        .hidden-mobile {
          display: none;
}
}
  /* Show on Phones */

div.example {
    padding: 20px;
}

@media screen and (min-width: 600px) {
  div.example {
    display: none;
  }
}


@media print {
  /* Hide header elements */
  .zoneHeaderOuter,
  .zoneHeader1Outer,
  .zoneHeader2Outer,

  /* Hide footer and branding */
  .zoneFooterOuter,
  .zoneFooter1Outer,
  .zoneBrandingOuter,

  /* Hide anything else tagged manually */
  .no-print {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  /* Optional: Adjust main content spacing */
  .zoneContentOuter {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
  /* Map Icon for Monthly Fliers */
      .map-icon {
  vertical-align: middle;
  margin-right: 4px;
  width: 12px;
  height: 12px;
      }

.rounded-gold {
  border-radius: 20px;
  overflow: hidden;
}

 /* Contrast on Registration Buttons */
.WaGadgetEvents .boxActionContainer a,
.WaGadgetEvents .boxActionContainer input.typeButton {
  background: #333 !important;
  color: #fff !important;
}

.WaGadgetEvents .boxActionContainer a:hover,
.WaGadgetEvents .boxActionContainer a:focus-visible,
.WaGadgetEvents .boxActionContainer input.typeButton:hover,
.WaGadgetEvents .boxActionContainer input.typeButton:focus-visible {
  background: #111 !important;
  color: #fff !important;
}

 /* Real labels added to the sys/login form */
#idLoginForm .system-login-label {
  display: block;
  margin-bottom: 0.25rem;
  color: #333;
  font-weight: 600;
}

/* Higher-contrast sys/login button */
#idLoginForm input.loginButton {
  background: #333 !important;
  color: #fff !important;
  border: 2px solid #333 !important;
}

#idLoginForm input.loginButton:hover {
  background: #111 !important;
  border-color: #111 !important;
}

/* Consistent keyboard focus throughout the form */
#idLoginForm input:focus-visible,
#idLoginForm button:focus-visible,
#idLoginForm a:focus-visible,
.WaGadgetAuthorizationRequired
.wa-authenticateLoginLink[role="button"]:focus-visible {
  outline: 3px solid #005ea8 !important;
  outline-offset: 3px !important;
}

/* Accessible password visibility button */
#idLoginForm .password-wrapper {
  position: relative;
}

#idLoginForm input[name="password"] {
  padding-right: 42px !important;
}

#idLoginForm .accessible-password-toggle {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent !important;
  color: #333 !important;
  cursor: pointer;
}

#idLoginForm .accessible-password-toggle:hover {
  background: #eee !important;
}

.WaGadgetLoginForm .wa-login-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* Skiplink Styling */
.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 99999;
  padding: 0.75rem 1rem;
  background: #333;
  color: #fff !important;
  font-weight: 600;
  text-decoration: underline;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid #005ea8;
  outline-offset: 3px;
}

h1[tabindex="-1"]:focus {
  outline: 3px solid #005ea8;
  outline-offset: 4px;
}

/* Fix styling for where WA misued labels */
.WaGadgetEvents .boxInfoContainer ul.boxInfo li
span.eventInfoBoxLabel {
  float: left;
  width: 62px;
  padding-right: 10px;
  text-align: right;
  font-size: 12px;
  color: #7c7c7c;
}

.WaGadgetEvents .boxOuterContainer
.boxBodyOuterContainer .boxBodyContainer
.boxBodyInfoOuterContainer .boxBodyInfoContainer
.boxInfoContainer ul.boxInfo li
span.eventInfoBoxLabel {
  color: inherit;
  font: 100 12px/normal "Open Sans";
  padding: 2px 15px 0 0;
  text-align: right;
}