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;
}


/*Heading2 style used for complementary info boxes*/
h2.comp {
  font:  18px/1.1em Roboto Condensed;
  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;
}

h4.topic {
  font: normal 14px/normal Open Sans;
  white-space: normal !important ;
}

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;
  }
}

