/* Remove unwanted elements */
#toolber, #primary-nav, #utility-nav, #cookie-law, #banner-search, #contentinfo-site-map , #contentinfo-social, .supporting__section .footer {
  display: none !important;
}

/* Remove decorative elements */
.banner, footer.contentinfo { background: none; }

footer.contentinfo, footer.contentinfo a { color: black; }

li { list-style-type: disc !important; margin-left: 1em; list-style-image: none !important; padding-left: 0 !important; }

.supporting__section { border: none; padding-bottom: 0; }
.banner .wrapper--banner { padding-top: 20px; }
.banner { height: auto; padding-bottom: 20px; }
.supporting-section__links { padding: 0; } 

/* Ensure the content spans the full width */
#site-wrapper {
  width: 100%; margin: 0; float: none;
}

/* Improve colour contrast of links */
a:link, a:visited {
  color: #781351
}

footer.contentinfo .affiliates ul li a img {
  display: block;
  width: 100%;
  height: auto;
}