<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ********************************************** */
/* BULLET SECTION SUMMARY VIEW STYLES */
/* USED ON SITEMAP AND OTHER LARGE LINK LISTS */
/* ********************************************** */
.bullet-section-summary {
  margin-bottom: 80px;
}
.bullet-section-summary &gt; ul {
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.bullet-section-summary &gt; ul:last-child {
  border-bottom: 0;
}
.bullet-section-summary &gt; ul:first-child li:first-child {
  margin-top: 0;
}
.bullet-section-summary &gt; ul &gt; li {
  list-style-type: none;
  margin: 20px 0 16px;
}
.bullet-section-summary &gt; ul &gt; li &gt; a {
  clear: both;
  display: inline-block;
  margin: 0;
  font-size: 1.6rem;
}
.bullet-section-summary &gt; ul &gt; li &gt; ul {
  margin: 10px 0 0;
  padding: 0;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
.bullet-section-summary &gt; ul &gt; li &gt; ul &gt; li {
  display: inline-block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
}
.bullet-section-summary .nolink {
  font-size: 1.6rem;
  display: block;
}


@media only screen and (max-width: 660px) {

  .bullet-section-summary &gt; ul &gt; li {
    list-style-type: none;
  }
  .bullet-section-summary &gt; ul &gt; li &gt; ul {
    padding: 0;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
  }

  .bullet-section-summary &gt; ul &gt; li &gt; ul {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
  }

  .bullet-section-summary &gt; ul &gt; li &gt; ul &gt; li {
    display: block;
    padding-left: 12px;
  }
  .bullet-section-summary &gt; ul &gt; li &gt; ul &gt; li a {
    font-family: Roboto, helvetica, sans-serif;
    font-size: 1.1rem !important;
    font-weight: 300;
    line-height: 1.4rem !important;
  }

}
</pre></body></html>