/* Public home page does not need main-select */

/* Sitemap part commented out 11 Jun 2024 as it affects the default audience */
/*section#main-select {
  display: none;
}*/

/* Sitemap part commented out 11 Jun 2024 as it affects the default audience */
header.banner div#audience-name/*, 
header #search-icon,
section#sitemap h3,
section#sitemap ul*/ {
  display: none;
}

body.select-audience nav.primary.home {
  display: none;
}

section#main.home h2 {
}

/* All content below brought in from audience-public.css */

/* Sitemap part commented out 11 Jun 2024 as it affects the default audience */
/* section#latestnews { display: none; } */
/* section#main.home aside { margin-top: 0px; } */
/* section#main.home aside { display: none; } */ /* Commented out 11 Jun 2024 */



/* Sitemap part commented out 11 Jun 2024 as it affects the default audience */
div.wrapper.sitemap {		/* No sitemap when public so get rid of the borders */
  /*border-top: none;
  border-bottom: none;*/
}

/* Sitemap part commented out 11 Jun 2024 as it affects the default audience */
/*div.search-bar,
div.wrapper.sitemap div.search-bar {
  display: none;
}*/



/* **************************************** */
/* 		PUBLIC PAGES HAVE NO ASIDE			*/
/* **************************************** */

/* Sitemap part commented out 11 Jun 2024 as it affects the default audience */
/*@media screen and (min-width: 1000px) {
  section.content {
	width: 100%;
  }
  aside{
    width: 100%;
  }
  div.promo {
    width: 99.5%;
    max-width: 100%;
  }
}
*/


