/*                                                                      */
/* 		               SITEMAP - DESKTOP UP             		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL desktop.css    */
/*                                                                      */
/*                                                                      */


  section#sitemap {
    width: 1000px; /* Was 900px - IainMc 2022-06-08 */
    padding-left: 50px;
    padding-right: 50px;
  }

  section#sitemap.cols2 ul { width: 450px; } /* 450 = 900/2 */
  section#sitemap.cols3 ul { width: 300px; } /* 300 = 900/3 */
  section#sitemap.cols4 ul { width: 225px; } /* 225 = 900/4 */  
  section#sitemap.cols5 ul { width: 180px; } /* 180 = 900/5 */
  section#sitemap.cols6 ul { width: 150px; } /* 150 = 900/6 */

  /* Get rid of the clear that are needed when stacking columns on tablet */
  section#sitemap.cols4 ul.col3 { clear: none; }
  section#sitemap.cols5 ul.col4 { clear: none; }
  section#sitemap.cols6 ul.col4 { clear: none; }

  section#sitemap.cols6 ul.col1 { width: 100px; }
  section#sitemap.cols6 ul.col2 { width: 180px; }
  section#sitemap.cols6 ul.col3 { width: 180px; }
  section#sitemap.cols6 ul.col4 { width: 170px; }
  section#sitemap.cols6 ul.col5 { width: 130px; }
  section#sitemap.cols6 ul.col6 { width: 140px; }
