/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 10 October 2025 08:39:34
*/


.content-container .content .sitemap_list > li:before{
    content: "";
}

.content-container .content table {
white-space: normal;
}

.content-container .content ul>li::before {
/*display:none;*/
}


.content-container .content ul {
 list-style: disc;
}

/* remove double underline - browsers adding 2nd underline to <u> elements wrapped around <a href> */
.content-container .content u {
    text-decoration: none;
}

.round .search-input__field {
    border-radius: 25px;
    padding-left: 20px;
    border-color: lightslategray;
}