/*                                                                      */
/* 		                   SITEMAP                       		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/* v003 17 Jun 2020 -   Revamp to allow up to six columns               */
/*                                                                      */
/*                                                                      */


section#sitemap {
  clear: left;
  padding-bottom: 50px;
  color: black;
  overflow: auto;
  background-position: 50px -1101px;
  background-color: transparent;
}
section#sitemap h3 {
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 300;
  color: #FFFFFF /* White */;
  margin-top: 50px;
  margin-bottom: 15px;
}
section#sitemap ul {
  float: left;
  list-style: none;
  width: 33%;
  margin: 0;
  padding: 0;
  border-top: 2px solid transparent;
  box-sizing: border-box;
}
section#sitemap ul.col4 {
  margin-right: 0;
}
section#sitemap li {
  border-bottom: none;
  padding: 4px 0 0 0;
  margin: 0;
}
section#sitemap li.has-subnav {
  border-bottom: none;
}
section#sitemap a {
  font-size: 11.5px;
  display: block;
  color: #FFFFFF /* White */;
  text-decoration: none;
}
section#sitemap ul ul {
  float: left;
  width: 100%;
  margin: 4px 0 0 0;
  border-top: none;
  border-bottom: 1px solid transparent;
}
section#sitemap ul ul li {
  border-bottom: none;
  padding: 5px 0 6px 8px;
}
section#sitemap ul ul a {
  color: #FFFFFF /* White */;
}

