CINXE.COM
News - West Sussex County Council
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="detectify-verification" content="a2260c138053eb8a95721cdf4dee727a" /> <title>News - West Sussex County Council</title> <meta name="description" content="Read the latest and archived news from West Sussex County Council." /> <meta property="og:title" content="News - West Sussex County Council" /> <meta property="og:description" content="Read the latest and archived news from West Sussex County Council." /> <meta property="og:site_name" content="West Sussex County Council" /> <meta property="og:image" content="https://www.westsussex.gov.uk/content/static/img/icons/og.png" /> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="630"> <meta name="gsatitle" content="News" /> <meta name="gsadescription" content="Read the latest and archived news from West Sussex County Council." /> <link rel="canonical" href="https://www.westsussex.gov.uk/news/" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/Content/static/webfonts/fontello/css/fontello-WSCC.css?v=MZ2fFNmohbtB3D66VbHu9JYMilOEEiOy7tQ4L4OoAe8"> <link rel="stylesheet" href="/Content/static/css/index.css?v=FyPisJGacWaMloumonS471f_KNbd4oa7BSLiIb-9weY"> <link rel="shortcut icon" href="/content/static/img/icons/favicon.ico" /> <link rel="apple-touch-icon" href="/content/static/img/icons/apple-touch-icon.png" /> <link rel="apple-touch-icon-precomposed" href="/content/static/img/icons/apple-touch-icon.png" /> <link rel="shortcut icon" href="/content/static/img/icons/apple-touch-icon.png" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script> <script src="https://ajax.aspnetcdn.com/ajax/mvc/5.1/jquery.validate.unobtrusive.min.js"></script> <script src="/content/js/shared/modernizr.js?v=Q9M2ZerVJudJTYaH62ieZtDuSppJew0rKsBoM290Oco"></script> <meta data-ai="InstrumentationKey=897d7ea0-8d22-4f8f-88dd-7740e11cafdc;IngestionEndpoint=https://uksouth-0.in.applicationinsights.azure.com/;LiveEndpoint=https://uksouth.livediagnostics.monitor.azure.com/;ApplicationId=722097ba-af27-45ec-b450-313696e7f604" name="dataai" content="" /> <script defer="" src="/content/static/js/appinsights.js?v=qoDiFHK0P391lGOtxYzbUII4u7mJ025TX_Wo4q4rkcI"></script> <script> //(function (i, s, o, g, r, a, m) { // i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { // (i[r].q = i[r].q || []).push(arguments) // }, i[r].l = 1 * new Date(); a = s.createElement(o), // m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) //})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); //ga('create', 'UA-53777668-1', 'auto'); //ga('set', 'anonymizeIp', true); dataLayer = [{ 'dimension1': '', 'dimension2': 'Communications and publicity', 'dimension3': 'Landing page', 'dimension4': 'NewsPageView', 'dimension5': '', 'dimension6': '', 'dimension7': 'News', 'dimension8': '', 'dimension9': '', 'dimension10': '', 'dimension11': '', 'dimension12': '', 'dimension13': '2024-06-21', 'dimension14': '2025-04-03', 'dimension15': '7959', 'dimension16': '', 'dimension17':'', 'dimension18': '' }]; dataLayer.push({'metric1': '1'}); </script> <script> $(document).ready(function ($) { function handleClick($el, e) { e.preventDefault(); function handleUrl($el, url) { var target = $el.attr('target'); if (target === "_blank") { setTimeout(function () { window.open(url, "_blank"); }, 200); } else { setTimeout(function () { window.location.href = url; }, 200); } } if ($el.attr('class') != null) { if ($el.attr('class').indexOf('jsNavigate') == 0 || $el.hasClass('js-primary-nav-link')) { return; } } var url = $el.attr('href'); if (url.match("pdf$")) { e.preventDefault(); //ga('set', { 'metric3': 1 }); //ga('send', 'event', 'Activation', 'PDF downloads', url, { 'metric3': 1 }); dataLayer.push({'metric3': '1'}); handleUrl($el, url); } else { //if url is an internal link //check if index of / is 0 -> internal link //or if url contains westsussex.gov.uk -> internal link if (url.indexOf('/') == 0 || url.indexOf('westsussex.gov.uk') > 0 || url=="#" || /#[\w-]+/.test(url) || url == "javascript:void(0)") { //ga('set', { 'metric4': 1 }); //ga('send', 'event', 'Navigation', '/news/', $el.attr('href'), { 'metric4': 1 }); dataLayer.push({'metric4': '1'}); handleUrl($el, url); } //else we have an external link then: else { e.preventDefault(); //ga('set', { 'metric3': 1 }); //ga('send', 'event', 'Activation', 'Signposts', url, { 'metric3': 1 }); dataLayer.push({'metric3': '1'}); handleUrl($el, url); } } } $('a').each(function () { $(this).on('click', function (e) { var $el = $(this); handleClick($el, e); }); }); //get subnav links $('.list--blockgrid__item').click(function () { //expanding menu item setTimeout(function () { $('.GITheWall').find('.grid_link').each(function () {//find links from expanded menu var $el = $(this); $el.unbind();//get rid of any old events; $el.click(function (e) { handleClick($(this), e); }); }); }, 200);//give time for menu to expand }); }); </script> <script> $(document).ready(function() { $("#star1").next().click(function() { $.cookie("rating7959", 1, { expires: 365 }); //ga('send', 'event', 'Is this page helpful?', '/news/', '1', 1); $("#clearstar").show(); }); $("#star2").next().click(function() { $.cookie("rating7959", 2, { expires: 365 }); //ga('send', 'event', 'Is this page helpful?', '/news/', '2', 2); $("#clearstar").show(); }); $("#star3").next().click(function() { //ga('send', 'event', 'Is this page helpful?', '/news/', '3', 3); $.cookie("rating7959", 3, { expires: 365 }); $("#clearstar").show(); }); $("#star4").next().click(function() { //ga('send', 'event', 'Is this page helpful?', '/news/', '4', 4); $.cookie("rating7959", 4, { expires: 365 }); $("#clearstar").show(); }); $("#star5").next().click(function() { //ga('send', 'event', 'Is this page helpful?', '/news/', '5', 5); $.cookie("rating7959", 5, { expires: 365 }); $("#clearstar").show(); }); $("#clearstar").click(function() { $.cookie("rating7959", 0, { expires: 365 }); $("#star1").prop("checked", false); $("#star2").prop("checked", false); $("#star3").prop("checked", false); $("#star4").prop("checked", false); $("#star5").prop("checked", false); $("#clearstar").hide(); }); $("#clearstar").hide(); var cookieKey = "rating7959"; var cookieValue = $.cookie(cookieKey); if (cookieValue != null) { switch (cookieValue) { case "1": $("#star1").prop("checked", true); $("#clearstar").show(); break; case "2": $("#star2").prop("checked", true); $("#clearstar").show(); break; case "3": $("#star3").prop("checked", true); $("#clearstar").show(); break; case "4": $("#star4").prop("checked", true); $("#clearstar").show(); break; case "5": $("#star5").prop("checked", true); $("#clearstar").show(); break; } } }); </script> </head> <body class="test-match-height "> <!-- f --> <a href="#content" class="skip-link noprint"> <!--googleoff: index--> Skip to content <!--googleon: index--> </a> <div id="fixed" class="cf bg-black"> <header id="top" class="cf wrap masthead"> <div class="cf"> <div class="col medium_2 large_3"> <a class="site-logo" title="Home" href="/"> <img src="/content/static/img/branding/logo-white.svg" data-fallback="/content/static/img/branding/ie-footer-logo.png" alt="West Sussex County Council logo" width="100" height="64"/> </a> </div> <button class="js-trigger__search panel-trigger panel-trigger__search" aria-label="Toggle global search" aria-controls="global-search"> <span class="icon--header icon-search"></span> </button> <div id="global-search" class="js-panel__search panel-search col small_12 medium_6 soft--sides--medium"> <form action="/news/" class="search" enctype="multipart/form-data" id="form9f3db08b0c1d4a5e94d327370823e497" method="post"> <input type="text" placeholder="Search" name="s" id="searchbox" maxlength="100" aria-label="Search the site"> <input type="hidden" name="si" id="searchIndex" value="" /> <input type="hidden" name="fi" id="fieldIndex" value="" /> <input type="hidden" name="rp" id="resultsPage" value="" /> <div class="search__submit"> <button type="submit" class="icon-search search-submit">Search</button> </div> <input name="__RequestVerificationToken" type="hidden" value="CfDJ8FzmBUC8A3xHhX9_5MrxzJ3_2t7Hg_ClEGCw_wZLD5GnoB9lCync29Qlybxc2Ii-Pa-vIJV0eRUNQgc43MYBnWCVoWBPYu6FLzo-jYjTZGHvoJoco-maQYVwF3kcBNBq6XNe_JbqJk3Zp1wG5ipHxjg" /><input name="ufprt" type="hidden" value="CfDJ8FzmBUC8A3xHhX9_5MrxzJ0HZU_pMx9FoV4YBL7vDHm22xGZ7Na1J7c8LP1sSNOqasiYGq2HYg8mqEGQzl4Gl5Bh85u0COlbhuMQoOHmo63bwMbtaqkUzo-fDzsgFiMgtF17_ZHL0K3UdtBG69VrALY" /></form></div> </div> <button type="button" role="button" aria-label="Toggle menu" aria-controls="nav-primary" class="js-trigger__nav-primary js-transformicon panel-trigger panel-trigger__nav-primary lines-button x"> <span class="lines"></span> <span class="lines-button__text hide-on-small"> Menu </span> </button> </header> <nav id="nav-primary" class="js-panel__nav-primary nav nav-primary"> <div class="wrap soft--top"> <div class="col small_12 white primary-font mega"> Information and services <span class="overline overline--primary-color small_1 push--ends"></span> </div> <div class="col medium_12 large_9"> <div class="row"> <ul class="js-split-col--2 cf nav-primary__list col small_12 medium_6"> <li class="nav-primary__item"> <a aria-label="Home - Information and services" title="Home" href="https://www.westsussex.gov.uk/" class="nav-primary__link icon-angle-right icon--primary-color"> Home </a> </li> <li class="nav-primary__item"> <a aria-label="About the County Council - Information and services" href="/about-the-council/" class="nav-primary__link icon-angle-right icon--primary-color"> About the County Council </a> </li> <li class="nav-primary__item"> <a aria-label="Births, ceremonies and deaths - Information and services" href="/births-ceremonies-and-deaths/" class="nav-primary__link icon-angle-right icon--primary-color"> Births, ceremonies and deaths </a> </li> <li class="nav-primary__item"> <a aria-label="Business and consumers - Information and services" href="/business-and-consumers/" class="nav-primary__link icon-angle-right icon--primary-color"> Business and consumers </a> </li> <li class="nav-primary__item"> <a aria-label="Education, children and families - Information and services" href="/education-children-and-families/" class="nav-primary__link icon-angle-right icon--primary-color"> Education, children and families </a> </li> <li class="nav-primary__item"> <a aria-label="Fire, emergencies and crime - Information and services" href="/fire-emergencies-and-crime/" class="nav-primary__link icon-angle-right icon--primary-color"> Fire, emergencies and crime </a> </li> <li class="nav-primary__item"> <a aria-label="Jobs - Information and services" href="/jobs/" class="nav-primary__link icon-angle-right icon--primary-color"> Jobs </a> </li> <li class="nav-primary__item"> <a aria-label="Land, waste and housing - Information and services" href="/land-waste-and-housing/" class="nav-primary__link icon-angle-right icon--primary-color"> Land, waste and housing </a> </li> <li class="nav-primary__item"> <a aria-label="Leisure, recreation and community - Information and services" href="/leisure-recreation-and-community/" class="nav-primary__link icon-angle-right icon--primary-color"> Leisure, recreation and community </a> </li> <li class="nav-primary__item"> <a aria-label="Libraries - Information and services" href="/libraries/" class="nav-primary__link icon-angle-right icon--primary-color"> Libraries </a> </li> <li class="nav-primary__item"> <a aria-label="Planning - Information and services" href="/planning/" class="nav-primary__link icon-angle-right icon--primary-color"> Planning </a> </li> <li class="nav-primary__item"> <a aria-label="Roads and travel - Information and services" href="/roads-and-travel/" class="nav-primary__link icon-angle-right icon--primary-color"> Roads and travel </a> </li> <li class="nav-primary__item"> <a aria-label="Social care and health - Information and services" href="/social-care-and-health/" class="nav-primary__link icon-angle-right icon--primary-color"> Social care and health </a> </li> </ul> </div> </div> <div class="col medium_12 large_3"> <div class="nav-primary__contact"> <p class="alpha white"> Contact us </p> <span class="overline overline--primary-color small_2 push--ends"></span> <p class="beta mid-grey-1 push--bottom"> Find out how to get in touch online or by phone. </p> <div class="nav-primary__item nav-primary__item--border-ends"> <a aria-label="Contact us - Get in touch" href="/contact-us/" class="nav-primary__link icon-angle-right icon--primary-color"> Get in touch </a> </div> </div> </div> </div> </nav></div> <img src="/content/static/img/branding/hd-logo.gif" class="site-logo-print" alt="West Sussex County Council logo"/> <main id="content" class="cf content bg-grey--large" role="main"> <div class="soft-half--ends bg-dark-grey-3 white"> <div class="wrap"> <nav class="col small_12 breadcrumbs" role="navigation" aria-label="Breadcrumbs"> <ol> <li> <a href="/"> Home </a> </li> <li aria-current="true"> News </li> </ol> </nav> </div> </div> <div class="bg-primary-color soft--ends relative"> <div class="cf wrap push--bottom"> <div class="col medium_12"> <h1 class="tera primary-font push--bottom white "> News </h1> </div> </div> <div class="panel--opacity"> </div> </div> <div class="cf wrap soft--ends--medium push--bottom bg-white pull--up"> <div class="cf"> <div class="centered center show-for-small-only" > <a href="/popup-news-refine/?month=4&year=2025" class="btn btn--primary btn--small push--top"> Refine results </a> </div> <div class="col medium_12 large_10 push-half--ends flush--ends--large pull-right--medium"> <div class="row push-half--bottom"> <a href="/news/west-sussex-councils-submit-interim-plan-for-local-government-reorganisation/" class="cf block"> <div class="col medium_6 list__item--news-lead"> <div class="bg-secondary-color-accessible white soft-quarter uppercase delta inline-block push-half--bottom"> Promoted </div> <time class="secondary-font primary-color gamma block"> 21 March 2025 </time> <h2 class="list__title giga dark-grey-3 push-half--bottom char-limit--175 "> West Sussex councils submit interim plan for Local Government Reorganisation </h2> <p class="beta dark-grey-1 show-for-large-up char-limit--75"> West Sussex councils have submitted their draft interim plan for Local Government Reorganisation (LGR). </p> </div> </a> </div> <ul class="row push--bottom list"> <li class="col small_6 border--top border--primary-color"> <a href="/news/candidates-confirmed-for-midhurst-by-election/" class="list--link row block"> <div class="col medium_6"> <time class="block secondary-font primary-color delta"> 3 April 2025 </time> <h2 class="list__title dark-grey-3 alpha primary-font char-limit--175 "> Candidates confirmed for Midhurst by-election </h2> <p class="beta dark-grey-1 show-for-large-up char-limit--75"> The candidates have been announced for the by-election on Thursday 1 May 2025. </p> </div> </a> </li> <li class="col small_6 border--top border--primary-color"> <a href="/news/seal-of-approval-for-our-record-office/" class="list--link row block"> <img src="/media/1qzhsesp/pinpep_wsro_123-cropped.jpg?width=300&height=180&v=1dba49c069c6d90" alt="" class="col medium_6 push-half--bottom" /> <div class="col medium_6"> <time class="block secondary-font primary-color delta"> 3 April 2025 </time> <h2 class="list__title dark-grey-3 alpha primary-font char-limit--175 "> Seal of approval for our Record Office </h2> </div> </a> </li> </ul> <ul class="row push--bottom list items-container"> <li class="col small_6 medium_3 push--bottom border--top border--primary-color item"> <a href="/news/west-sussex-county-council-to-continue-funding-community-food-hubs-across-the-county/" class="block"> <img src="/media/txqbuw5d/food-hub-2.jpg?width=300&height=180&v=1dba47cb0bf7940" alt="" class="push-half--bottom" /> <time class="block secondary-font primary-color delta"> 3 April 2025 </time> <h2 class="list__title dark-grey-3 alpha push-half--bottom char-limit--175 "> West Sussex County Council to continue funding Community Food Hubs across the county </h2> </a> </li> <li class="col small_6 medium_3 push--bottom border--top border--primary-color item"> <a href="/news/adult-learning-team-hits-the-right-notes-as-rap-music-used-to-tackle-numeracy-skills/" class="block"> <img src="/media/zoxjaaog/dad-la-soul-rap-crew-2.png?width=300&height=180&v=1dba3b348910a60" alt="" class="push-half--bottom" /> <time class="block secondary-font primary-color delta"> 2 April 2025 </time> <h2 class="list__title dark-grey-3 alpha push-half--bottom char-limit--175 "> Adult learning team hits the right notes as rap music used to tackle numeracy skills </h2> </a> </li> <li class="col small_6 medium_3 push--bottom border--top border--primary-color item"> <a href="/news/grit-students-celebrate-their-success-at-bognor-fire-station/" class="block"> <img src="/media/x5oppfa0/img_5931.jpg?width=300&height=180&v=1dba2ee446be740" alt="GRIT students standing in front of a fire engine with the Targeted Education Team and the Area Manager for Service Delivery" class="push-half--bottom" /> <time class="block secondary-font primary-color delta"> 1 April 2025 </time> <h2 class="list__title dark-grey-3 alpha push-half--bottom char-limit--175 "> GRIT students celebrate their success at Bognor Fire Station </h2> </a> </li> <li class="col small_6 medium_3 push--bottom border--top border--primary-color item"> <a href="/news/west-sussex-authors-top-your-most-popular-list/" class="block"> <img src="/media/wzyjscww/reading-group00_00_38_01still009.png?width=300&height=180&v=1dba2252f8dbf70" alt="" class="push-half--bottom" /> <time class="block secondary-font primary-color delta"> 31 March 2025 </time> <h2 class="list__title dark-grey-3 alpha push-half--bottom char-limit--175 "> West Sussex authors top your ‘most popular’ list </h2> </a> </li> <li class="col small_6 medium_3 push--bottom border--top border--primary-color item"> <a href="/news/county-council-launches-improved-reablement-service-in-renewed-partnership/" class="block"> <img src="/media/cvig2oxl/shutterstock_1815235466.jpg?width=300&height=180&v=1dba219c1c3ac30" alt="" class="push-half--bottom" /> <time class="block secondary-font primary-color delta"> 31 March 2025 </time> <h2 class="list__title dark-grey-3 alpha push-half--bottom char-limit--175 "> County council launches improved reablement service in renewed partnership </h2> </a> </li> <li class="col small_6 medium_3 push--bottom border--top border--primary-color item"> <a href="/news/serial-offender-prosecuted-for-selling-illicit-tobacco-and-alcohol-to-child-at-pop-in-littlehampton/" class="block"> <time class="block secondary-font primary-color delta"> 27 March 2025 </time> <h2 class="list__title dark-grey-3 alpha push-half--bottom char-limit--175 "> Serial offender prosecuted for selling illicit tobacco and alcohol to child at Pop In, Littlehampton </h2> <p class="beta dark-grey-1 show-for-large-up char-limit--75"> </p> </a> </li> <li class="col small_6 medium_3 push--bottom border--top border--primary-color item"> <a href="/news/children-s-home-initiative-nominated-at-prestigious-awards/" class="block"> <img src="/media/lq2ihbgf/mj-awards-finalist.jpg?width=300&height=180&v=1db9f021e940650" alt="" class="push-half--bottom" /> <time class="block secondary-font primary-color delta"> 27 March 2025 </time> <h2 class="list__title dark-grey-3 alpha push-half--bottom char-limit--175 "> Children’s home initiative nominated at prestigious awards </h2> </a> </li> <li class="col small_6 medium_3 push--bottom border--top border--primary-color item"> <a href="/news/girls-school-in-horsham-to-change-status-to-accept-boys/" class="block"> <time class="block secondary-font primary-color delta"> 25 March 2025 </time> <h2 class="list__title dark-grey-3 alpha push-half--bottom char-limit--175 "> Girls' school in Horsham to change status to accept boys </h2> <p class="beta dark-grey-1 show-for-large-up char-limit--75"> </p> </a> </li> </ul> </div> <div class="col medium_12 large_2 show-for-medium-up"> <h2 class="beta push--bottom bold border--top border--primary-color"> Refine by </h2> <div> <ul class="list gamma push--bottom"> <li> <h3 class="bold push-half--bottom"> Tags </h3> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?tag=8699"> <span class="icon icon-check-empty mid-grey-3"></span> Business features </a> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?tag=8906"> <span class="icon icon-check-empty mid-grey-3"></span> Community safety features </a> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?tag=9099"> <span class="icon icon-check-empty mid-grey-3"></span> Education, children and families features </a> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?tag=9215"> <span class="icon icon-check-empty mid-grey-3"></span> Fire, emergencies and crime features </a> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?tag=9257"> <span class="icon icon-check-empty mid-grey-3"></span> Jobs features </a> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?tag=9448"> <span class="icon icon-check-empty mid-grey-3"></span> Leisure, recreation and community features </a> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?tag=9515"> <span class="icon icon-check-empty mid-grey-3"></span> Libraries features </a> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?tag=9595"> <span class="icon icon-check-empty mid-grey-3"></span> Planning features </a> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?tag=9615"> <span class="icon icon-check-empty mid-grey-3"></span> Roads and travel features </a> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?tag=9651"> <span class="icon icon-check-empty mid-grey-3"></span> Social care features </a> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?tag=9716"> <span class="icon icon-check-empty mid-grey-3"></span> Waste and recycling features </a> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?tag=9760"> <span class="icon icon-check-empty mid-grey-3"></span> Climate change </a> </li> </ul> </div> <h3 class="beta push--bottom bold border--top border--primary-color"> News archive </h3> <div> <ul class="list gamma push--bottom"> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?month=4&year=2025"> <span class="icon icon-check-empty mid-grey-3"></span> April 2025 </a> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?month=3&year=2025"> <span class="icon icon-check-empty mid-grey-3"></span> March 2025 </a> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?month=2&year=2025"> <span class="icon icon-check-empty mid-grey-3"></span> February 2025 </a> </li> <li class="list__item"> <a class="list__link list__link--iconed dark-grey-3" href="/news/?month=4&year=2025"> <span class="icon icon-check-empty mid-grey-3"></span> Full news archive </a> </li> </ul> </div> </div> </div> </div> </main> <footer class="site-footer" role="contentinfo"> <div class="cf wrap"> <div class="col medium_12 large_6 push--bottom"> <h2 class="alpha border--bottom soft--bottom push--bottom" id="footer-label"> Information and services </h2> <nav class="row"> <ul class="js-split-col--2 list--footer col medium_6"> <li class="list__item"> <a aria-label="Home - Information and services" href="https://www.westsussex.gov.uk/" class="list__link">Home</a> </li> <li class="list__item"> <a aria-label="About the County Council - Information and services" href="/about-the-council/" class="list__link">About the County Council</a> </li> <li class="list__item"> <a aria-label="Births, ceremonies and deaths - Information and services" href="/births-ceremonies-and-deaths/" class="list__link">Births, ceremonies and deaths</a> </li> <li class="list__item"> <a aria-label="Business and consumers - Information and services" href="/business-and-consumers/" class="list__link">Business and consumers</a> </li> <li class="list__item"> <a aria-label="Education, children and families - Information and services" href="/education-children-and-families/" class="list__link">Education, children and families</a> </li> <li class="list__item"> <a aria-label="Fire, emergencies and crime - Information and services" href="/fire-emergencies-and-crime/" class="list__link">Fire, emergencies and crime</a> </li> <li class="list__item"> <a aria-label="Jobs - Information and services" href="/jobs/" class="list__link">Jobs</a> </li> <li class="list__item"> <a aria-label="Land, waste and housing - Information and services" href="/land-waste-and-housing/" class="list__link">Land, waste and housing</a> </li> <li class="list__item"> <a aria-label="Leisure, recreation and community - Information and services" href="/leisure-recreation-and-community/" class="list__link">Leisure, recreation and community</a> </li> <li class="list__item"> <a aria-label="Libraries - Information and services" href="/libraries/" class="list__link">Libraries</a> </li> <li class="list__item"> <a aria-label="Planning - Information and services" href="/planning/" class="list__link">Planning</a> </li> <li class="list__item"> <a aria-label="Roads and travel - Information and services" href="/roads-and-travel/" class="list__link">Roads and travel</a> </li> <li class="list__item"> <a aria-label="Social care and health - Information and services" href="/social-care-and-health/" class="list__link">Social care and health</a> </li> </ul> </nav> </div> <div class="col medium_6 large_3"> <h2 class="alpha border--bottom soft--bottom push--bottom"> Contact us </h2> <h3 class="gamma white push-half--bottom"> Find out how to get in touch online or by phone. </h3> <a href="/contact-us/" class="btn btn--small btn--icon btn--outline--white inline-block push-half--bottom" title="Get in touch"> Get in touch <span class="icon icon-angle-right"></span> </a> <ul class="list list--inline push-half--bottom"> <li class="list__item push-half--right"> <a href="https://www.facebook.com/WestSussexCC/" class="block icon--footer__link" title="Facebook page for West Sussex County Council"> <span class="icon--footer icon-facebook-circled"></span> <span class="visuallyhidden"> Facebook page for West Sussex County Council </span> </a> </li> <li class="list__item push-half--right"> <a href="https://twitter.com/WSCCNews" class="block icon--footer__link" title="Twitter page for West Sussex County Council"> <span class="icon--footer icon-twitter-circled"></span> <span class="visuallyhidden"> Twitter page for West Sussex County Council </span> </a> </li> <li class="list__item push-half--right"> <a href="https://www.youtube.com/user/wsccvideo" class="block icon--footer__link" title="Youtube page for West Sussex County Council"> <span class="icon--footer icon-youtube"></span> <span class="visuallyhidden"> Youtube page for West Sussex County Council </span> </a> </li> </ul> <h3 class="gamma push-half--bottom"> Sign up to receive email alerts from West Sussex County Council. </h3> <a href="https://public.govdelivery.com/accounts/UKWSCC/subscriber/new" class="btn btn--small btn--icon btn--outline--white inline-block" title="Sign up to receive email alerts from West Sussex County Council"> Sign up <span class="icon icon-angle-right"></span> </a> </div> </div> <div class="site-footer__footer soft--ends push--top"> <div class="cf wrap"> <div class="small_12 col medium_10 push--bottom"> <ul class="list list--footer list--inline beta"> <li class="list__item"> <a aria-label="Accessibility statement - Information and services" href="/accessibility-statement/" class="list__link white soft--right">Accessibility statement</a> </li> <li class="list__item"> <a aria-label="News - Information and services" href="/news/" class="list__link white soft--right">News</a> </li> <li class="list__item"> <a aria-label="Usability - Information and services" href="/usability/" class="list__link white soft--right">Usability</a> </li> <li class="list__item"> <a aria-label="Email alerts and eNewsletters - Information and services" href="/email-alerts-and-enewsletters/" class="list__link white soft--right">Email alerts and eNewsletters</a> </li> <li class="list__item"> <a aria-label="A to Z - Information and services" href="/a-to-z/" class="list__link white soft--right">A to Z</a> </li> <li class="list__item"> <a aria-label="Contact us - Information and services" href="/contact-us/" class="list__link white soft--right">Contact us</a> </li> </ul> <ul class="list list--footer list--inline beta"> <li class="list__item"> <a aria-label="Cookies - Information and services" href="https://www.westsussex.gov.uk/cookies/" class="list__link soft--right"> Cookies </a> </li> <li class="list__item"> <a aria-label="Privacy Policy - Information and services" href="https://www.westsussex.gov.uk/privacy-policy/" class="list__link soft--right"> Privacy Policy </a> </li> <li class="list__item"> <a aria-label="Help - Information and services" href="https://www.westsussex.gov.uk/help/" class="list__link soft--right"> Help </a> </li> <li class="list__item"> <a aria-label="Terms and disclaimer - Information and services" href="https://www.westsussex.gov.uk/terms-and-disclaimer/" class="list__link soft--right"> Terms and disclaimer </a> </li> <li class="list__item"> <a aria-label="Licensing: Creative Commons - Information and services" href="https://www.westsussex.gov.uk/licensing-creative-commons/" class="list__link soft--right"> Licensing: Creative Commons </a> </li> </ul> <p class="delta push-half--top"> </p> </div> <div class="small_12 col medium_2 pull-right--large text--right--medium"> <a href="https://www.westsussex.gov.uk/" title="Go to homepage" class="footer__logo"> <img src="/content/static/img/branding/logo-white.svg" data-fallback="https://www.westsussex.gov.uk/content/static/img/branding/ie-footer-logo.png" alt="West Sussex County Council logo" /> </a> </div> </div> </div> </footer> <script> window.preferencesMessage = 'We use cookies to help make sure we deliver services effectively for our users. View our <a href="/cookies/" target="_blank">cookie policy (opens in new window)</a>.'; window.upgradeMessage = 'Your browser is out of date. It has known security flaws and may not display all features of this and other websites. </br><strong>Learn how to update your browser</strong>.'; </script> <script> var $buoop = { vs: { i: 9, f: 15, o: 12.1, s: 5.1 }, c: 2, reminder: 24, reminderClosed: 48, text: window.upgradeMessage, url: "/browsers/", newwindow: false }; function $buo_f() { var e = document.createElement("script"); e.src = "//browser-update.org/update.js"; document.body.appendChild(e); }; try { document.addEventListener("DOMContentLoaded", $buo_f, false); } catch (e) { window.attachEvent("onload", $buo_f); } </script> <script src="/content/static/js/legacyvendor.js?v=s7cTJKfHu8nKHNpz9po2W8LoXsnWtIICF1vbbjnupkk"></script> <script src="/content/static/js/legacycore.js?v=euPNOHkfwDEXDjE1B9m72R_arwTZOih30E2a-Meubw0"></script> <script src="/content/static/js/legacylibs.js?v=2gJjXtKEWkBoZflFGJlS686bz1DE07ikDuklEaZt6Ko"></script> <script src="/content/static/js/index.js?v=Sg7Kkl0tiUYFtX4SN2beWQIsJdTnGQAgWKcMCwOotGQ"></script> </body> </html>