CINXE.COM
The House Live | Politicshome.com
<!doctype html> <html lang="en" class="no-js"> <head><!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async=true> (function() { var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '1C3fJ9awG115y', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); function makeGppStub() { const CMP_ID = 10; const SUPPORTED_APIS = [ '2:tcfeuv2', '6:uspv1', '7:usnatv1', '8:usca', '9:usvav1', '10:uscov1', '11:usutv1', '12:usctv1' ]; window.__gpp_addFrame = function (n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function () { var b = arguments; __gpp.queue = __gpp.queue || []; __gpp.events = __gpp.events || []; if (!b.length || (b.length == 1 && b[0] == "queue")) { return __gpp.queue; } if (b.length == 1 && b[0] == "events") { return __gpp.events; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { clb( { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, true ); } else if (cmd === "addEventListener") { if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par, }); clb( { eventName: "listenerRegistered", listenerId: lnr, // Registered ID of the listener data: true, // positive signal pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // list of supported APIs sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "removeEventListener") { var success = false; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } clb( { eventName: "listenerRemoved", listenerId: par, // Registered ID of the listener data: success, // status info pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // CMP ID sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "hasSection") { clb(false, true); } else if (cmd === "getSection" || cmd === "getField") { clb(null, true); } //queue all other commands else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function (event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch (e) { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function (retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId, }, }; event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*"); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } }; makeGppStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --><meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="language" content="en" /><meta name="generator" content="Isle Interactive Ltd" /><meta name="designer" content="Isle Interactive Ltd" /><meta name="viewport" content="initial-scale=1.0, width=device-width" /><meta name="format-detection" content="telephone=no" /><meta name="application-name" content="Politics Home" /><meta name="msapplication-TileColor" content="#00a3a6" /><meta name="msapplication-config" content="/_img/_favicons/browserconfig.xml" /><meta name="theme-color" content="#ffffff" /><meta name="msvalidate.01" content="5DB9482504A0A33AC4ADD47C27D0A9A6" /><meta name="facebook-domain-verification" content="sqchx5zsgx9bqaexjh0kg611jb4qar" /> <meta name="robots" content="index, follow" /> <meta name="revisit-after" content="14 days" /><link rel="stylesheet" media="screen" href="https://res.cloudinary.com/dyw8mv3b0/raw/upload/css/core-v8.min.css" /><link rel="stylesheet" media="screen" href="https://res.cloudinary.com/dyw8mv3b0/raw/upload/css/layout-v24.min.css" /> <!--link rel="stylesheet" href="/_styles/layout-v12.css?v8" media="screen" /--> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap" rel="stylesheet" /><link rel="shortcut icon" href="/favicon.ico" /><link rel="icon" type="image/png" sizes="32x32" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/favicon-32x32.png" /><link rel="icon" type="image/png" sizes="16x16" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/favicon-16x16.png" /><link rel="apple-touch-icon" sizes="180x180" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/apple-touch-icon.png" /><link rel="manifest" href="/_img/_favicons/manifest.json" /><link rel="mask-icon" color="#00a3a6" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/safari-pinned-tab.svg" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script>!window.jQuery && document.write('<script src="/_scripts/jquery.js"><\/script>')</script> <script src="https://res.cloudinary.com/dyw8mv3b0/raw/upload/js/modernizr.min.js?v1"></script> <script src="/_scripts/core-v7.js?v1"></script> <script src="https://res.cloudinary.com/dyw8mv3b0/raw/upload/js/plugins.min.js?1e"></script> <!-- THEMES --> <link rel="stylesheet" href=https://res.cloudinary.com/dyw8mv3b0/raw/upload/css/thehouse-v5.min.css media="screen" /> <!-- ADVERTISING - START --> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> window.googletag = window.googletag || {cmd: []}; </script> <script> // define variables to hold gpt slot objects var gptSlots = []; var slot1,slot2,slot3,slot4,slot6; googletag.cmd.push(function() { headerMapping = googletag.sizeMapping(). addSize([0, 0], [1, 1]). addSize([320, 0], [[320, 50], [320, 100]]). addSize([801, 0], [[468, 60], [728, 90]]). addSize([1201, 0], [[970, 90], [970, 250], [728, 90]]). build(); fullwidthMapping = googletag.sizeMapping(). addSize([0, 0], [1, 1]). addSize([300, 0], [300, 250]). addSize([801, 0], [[468, 60], [728, 90]]). addSize([1201, 0], [[970, 90], [970, 250], [728, 90]]). build(); skinMapping = googletag.sizeMapping(). addSize([1201, 0], [1, 1]). build(); slot1 = googletag.defineSlot('/1048162/ph/houselive_header', [[320, 50], [970, 250], [970, 90], [320, 100], [1, 1], [728, 90]], 'div-gpt-ad-1597745819971-0').defineSizeMapping(headerMapping).setTargeting('lazyload').addService(googletag.pubads()); slot2 = googletag.defineSlot('/1048162/ph/houselive_mid', [[970, 250], [970, 90], [728, 90], [300, 250]], 'div-gpt-ad-1597745819971-1').defineSizeMapping(fullwidthMapping).setTargeting('lazyload').addService(googletag.pubads()); slot3 = googletag.defineSlot('/1048162/ph/houselive_bot', [[970, 250], [970, 90], [728, 90], [300, 250]], 'div-gpt-ad-1597745819971-2').defineSizeMapping(fullwidthMapping).setTargeting('lazyload').addService(googletag.pubads()); slot4 = googletag.defineSlot('/1048162/ph/houselive_right-side', [300, 250], 'div-gpt-ad-1597745819971-3').setTargeting('lazyload').addService(googletag.pubads()); slot6 = googletag.defineSlot('/1048162/ph/houselive_skin', [1, 1], 'div-gpt-ad-1597745819971-5').defineSizeMapping(skinMapping).setTargeting('lazyload').addService(googletag.pubads()); googletag.defineSlot('/1048162/ph/houselive_pixel-1', [1, 1], 'div-gpt-ad-1597745819971-6').setTargeting('lazyload').addService(googletag.pubads()); googletag.defineSlot('/1048162/ph/houselive_pixel-2', [1, 1], 'div-gpt-ad-1597745819971-7').setTargeting('lazyload').addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.pubads().disableInitialLoad(); googletag.pubads().collapseEmptyDivs(); googletag.pubads().enableLazyLoad({ fetchMarginPercent: 200, renderMarginPercent: 100, mobileScaling: 2.0 }); googletag.enableServices();googletag.pubads().setTargeting("environment","production"); gptSlots.push(slot1, slot2, slot3, slot4, slot6); }); </script> <!-- ADVERTISING - END --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-4050390-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-4050390-1'); </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-4050390-1", {"cookieDomain":"auto"});ga("require", "linkid", "linkid.js");ga("require", "displayfeatures");ga("set", "dimension14", "3ce4059e-a785-4358-9f33-210aaaa19f86");</script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KSBMMTW');</script> <!-- End Google Tag Manager --> <script type="text/javascript"> var _elqQ = _elqQ || []; _elqQ.push(['elqSetSiteId', '1690315']); _elqQ.push(['elqTrackPageView']); (function () { function async_load() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//img06.en25.com/i/elqCfg.min.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false); else if (window.attachEvent) window.attachEvent('onload', async_load); })(); </script> <!-- Poool Tracking --> <script id="poool-engage" src="https://assets.poool.fr/engage.min.js" async></script> <script> const script = document.getElementById('poool-engage'); script.addEventListener('load', function() { Engage.init('B7H7E-5SALK-J1YCN-ZNZ63') .autoCreate(); }); </script> <!-- Poool Tracking End--> <!--Pushly Code--> <script src="https://cdn.p-n.io/pushly-sdk.min.js?domain_key=JDE9z69aMjaS3m7SoHbuqrOoyOZ53fpAFjvC" async></script> <script> window.PushlySDK = window.PushlySDK || []; function pushly() { window.PushlySDK.push(arguments) } pushly('load', { domainKey: 'JDE9z69aMjaS3m7SoHbuqrOoyOZ53fpAFjvC', sw: '/assets/pushly/pushly-sdk-worker.js' }); </script> <!--Pushly Code End--> <link rel="canonical" href="https://www.politicshome.com/thehouse.htm" /> <meta property="og:site_name" content="Politics Home" /> <meta property="og:locale" content="en_GB" /> <meta property="og:title" content="The House Live | Politicshome.com" /> <meta property="og:description" content="Live updates from Westminster and the latest insight from Parliamentarians and PoliticsHome members" /> <meta property="og:url" content="https://www.politicshome.com/thehouse.htm" /> <meta property="og:image" content="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/share.jpg" /> <meta property="og:image:type" content="image/jpeg" /> <meta property="og:type" content="article" /> <meta property="article:published_time" content="2019-12-19 11:02:13" /> <meta property="article:modified_time" content="2022-06-01 13:14:23" /> <meta name="Description" content="Live updates from Westminster and the latest insight from Parliamentarians and PoliticsHome members" /><title> The House Live | Politicshome.com </title></head> <body > <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KSBMMTW" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <form method="post" action="/thehouse" id="form1"> <div class="aspNetHidden"> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE5Njg1MzgzMTcPZBYCZg9kFgRmD2QWEgISDxYCHgRocmVmBUNodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvcmF3L3VwbG9hZC9jc3MvY29yZS12OC5taW4uY3NzZAITDxYCHwAFRmh0dHBzOi8vcmVzLmNsb3VkaW5hcnkuY29tL2R5dzhtdjNiMC9yYXcvdXBsb2FkL2Nzcy9sYXlvdXQtdjI0Lm1pbi5jc3NkAhcPFgIfAAVRaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL2ltYWdlL3VwbG9hZC9pbWcvX2Zhdmljb25zL2Zhdmljb24tMzJ4MzIucG5nZAIYDxYCHwAFUWh0dHBzOi8vcmVzLmNsb3VkaW5hcnkuY29tL2R5dzhtdjNiMC9pbWFnZS91cGxvYWQvaW1nL19mYXZpY29ucy9mYXZpY29uLTE2eDE2LnBuZ2QCGQ8WAh8ABVRodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvaW1hZ2UvdXBsb2FkL2ltZy9fZmF2aWNvbnMvYXBwbGUtdG91Y2gtaWNvbi5wbmdkAhsPFgIfAAVVaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL2ltYWdlL3VwbG9hZC9pbWcvX2Zhdmljb25zL3NhZmFyaS1waW5uZWQtdGFiLnN2Z2QCHA8VAjNodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvcmF3L3VwbG9hZC9qcy8zaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL3Jhdy91cGxvYWQvanMvZAIdDxYCHgdWaXNpYmxlZ2QCHg9kFgQCAQ8WAh4EVGV4dAXmEnZhciBzbG90MSxzbG90MixzbG90MyxzbG90NCxzbG90NjsKICBnb29nbGV0YWcuY21kLnB1c2goZnVuY3Rpb24oKSB7CgogICAgICAgIGhlYWRlck1hcHBpbmcgPSBnb29nbGV0YWcuc2l6ZU1hcHBpbmcoKS4KICAJCQlhZGRTaXplKFswLCAwXSwgWzEsIDFdKS4KICAJCQlhZGRTaXplKFszMjAsIDBdLCBbWzMyMCwgNTBdLCBbMzIwLCAxMDBdXSkuCiAgCQkJYWRkU2l6ZShbODAxLCAwXSwgW1s0NjgsIDYwXSwgWzcyOCwgOTBdXSkuCiAgCQkJYWRkU2l6ZShbMTIwMSwgMF0sIFtbOTcwLCA5MF0sIFs5NzAsIDI1MF0sIFs3MjgsIDkwXV0pLgogIAkJCWJ1aWxkKCk7CgogICAgICAgIGZ1bGx3aWR0aE1hcHBpbmcgPSBnb29nbGV0YWcuc2l6ZU1hcHBpbmcoKS4KICAJCQlhZGRTaXplKFswLCAwXSwgWzEsIDFdKS4KICAJCQlhZGRTaXplKFszMDAsIDBdLCBbMzAwLCAyNTBdKS4KICAJCQlhZGRTaXplKFs4MDEsIDBdLCBbWzQ2OCwgNjBdLCBbNzI4LCA5MF1dKS4KICAJCQlhZGRTaXplKFsxMjAxLCAwXSwgW1s5NzAsIDkwXSwgWzk3MCwgMjUwXSwgWzcyOCwgOTBdXSkuCiAgCQkJYnVpbGQoKTsKCiAgICAgICAgc2tpbk1hcHBpbmcgPSBnb29nbGV0YWcuc2l6ZU1hcHBpbmcoKS4KICAJCQlhZGRTaXplKFsxMjAxLCAwXSwgWzEsIDFdKS4KICAJCQlidWlsZCgpOwoKICAgIHNsb3QxID0gZ29vZ2xldGFnLmRlZmluZVNsb3QoJy8xMDQ4MTYyL3BoL2hvdXNlbGl2ZV9oZWFkZXInLCBbWzMyMCwgNTBdLCBbOTcwLCAyNTBdLCBbOTcwLCA5MF0sIFszMjAsIDEwMF0sIFsxLCAxXSwgWzcyOCwgOTBdXSwgJ2Rpdi1ncHQtYWQtMTU5Nzc0NTgxOTk3MS0wJykuZGVmaW5lU2l6ZU1hcHBpbmcoaGVhZGVyTWFwcGluZykuc2V0VGFyZ2V0aW5nKCdsYXp5bG9hZCcpLmFkZFNlcnZpY2UoZ29vZ2xldGFnLnB1YmFkcygpKTsKICAgIHNsb3QyID0gZ29vZ2xldGFnLmRlZmluZVNsb3QoJy8xMDQ4MTYyL3BoL2hvdXNlbGl2ZV9taWQnLCBbWzk3MCwgMjUwXSwgWzk3MCwgOTBdLCBbNzI4LCA5MF0sIFszMDAsIDI1MF1dLCAnZGl2LWdwdC1hZC0xNTk3NzQ1ODE5OTcxLTEnKS5kZWZpbmVTaXplTWFwcGluZyhmdWxsd2lkdGhNYXBwaW5nKS5zZXRUYXJnZXRpbmcoJ2xhenlsb2FkJykuYWRkU2VydmljZShnb29nbGV0YWcucHViYWRzKCkpOwogICAgc2xvdDMgPSBnb29nbGV0YWcuZGVmaW5lU2xvdCgnLzEwNDgxNjIvcGgvaG91c2VsaXZlX2JvdCcsIFtbOTcwLCAyNTBdLCBbOTcwLCA5MF0sIFs3MjgsIDkwXSwgWzMwMCwgMjUwXV0sICdkaXYtZ3B0LWFkLTE1OTc3NDU4MTk5NzEtMicpLmRlZmluZVNpemVNYXBwaW5nKGZ1bGx3aWR0aE1hcHBpbmcpLnNldFRhcmdldGluZygnbGF6eWxvYWQnKS5hZGRTZXJ2aWNlKGdvb2dsZXRhZy5wdWJhZHMoKSk7CiAgICBzbG90NCA9IGdvb2dsZXRhZy5kZWZpbmVTbG90KCcvMTA0ODE2Mi9waC9ob3VzZWxpdmVfcmlnaHQtc2lkZScsIFszMDAsIDI1MF0sICdkaXYtZ3B0LWFkLTE1OTc3NDU4MTk5NzEtMycpLnNldFRhcmdldGluZygnbGF6eWxvYWQnKS5hZGRTZXJ2aWNlKGdvb2dsZXRhZy5wdWJhZHMoKSk7CgkJc2xvdDYgPSBnb29nbGV0YWcuZGVmaW5lU2xvdCgnLzEwNDgxNjIvcGgvaG91c2VsaXZlX3NraW4nLCBbMSwgMV0sICdkaXYtZ3B0LWFkLTE1OTc3NDU4MTk5NzEtNScpLmRlZmluZVNpemVNYXBwaW5nKHNraW5NYXBwaW5nKS5zZXRUYXJnZXRpbmcoJ2xhenlsb2FkJykuYWRkU2VydmljZShnb29nbGV0YWcucHViYWRzKCkpOwogICAgZ29vZ2xldGFnLmRlZmluZVNsb3QoJy8xMDQ4MTYyL3BoL2hvdXNlbGl2ZV9waXhlbC0xJywgWzEsIDFdLCAnZGl2LWdwdC1hZC0xNTk3NzQ1ODE5OTcxLTYnKS5zZXRUYXJnZXRpbmcoJ2xhenlsb2FkJykuYWRkU2VydmljZShnb29nbGV0YWcucHViYWRzKCkpOwogICAgZ29vZ2xldGFnLmRlZmluZVNsb3QoJy8xMDQ4MTYyL3BoL2hvdXNlbGl2ZV9waXhlbC0yJywgWzEsIDFdLCAnZGl2LWdwdC1hZC0xNTk3NzQ1ODE5OTcxLTcnKS5zZXRUYXJnZXRpbmcoJ2xhenlsb2FkJykuYWRkU2VydmljZShnb29nbGV0YWcucHViYWRzKCkpOwogICAgZ29vZ2xldGFnLnB1YmFkcygpLmVuYWJsZVNpbmdsZVJlcXVlc3QoKTsKICAgIGdvb2dsZXRhZy5wdWJhZHMoKS5kaXNhYmxlSW5pdGlhbExvYWQoKTsKICAgIGdvb2dsZXRhZy5wdWJhZHMoKS5jb2xsYXBzZUVtcHR5RGl2cygpOwogICAgZ29vZ2xldGFnLnB1YmFkcygpLmVuYWJsZUxhenlMb2FkKHsKICAgICAgICBmZXRjaE1hcmdpblBlcmNlbnQ6IDIwMCwKICAgICAgICByZW5kZXJNYXJnaW5QZXJjZW50OiAxMDAsCiAgICAgICAgbW9iaWxlU2NhbGluZzogMi4wCiAgICB9KTsKICAgIGdvb2dsZXRhZy5lbmFibGVTZXJ2aWNlcygpO2dvb2dsZXRhZy5wdWJhZHMoKS5zZXRUYXJnZXRpbmcoImVudmlyb25tZW50IiwicHJvZHVjdGlvbiIpO2QCAg8WAh8CBTIgZ3B0U2xvdHMucHVzaChzbG90MSwgc2xvdDIsIHNsb3QzLCBzbG90NCwgc2xvdDYpO2QCAhBkZBYGAgEPZBYCZg9kFg4CAQ9kFgICAQ8WAh8CBdUBPCEtLSAvMTA0ODE2Mi9waC9ob3VzZWxpdmVfaGVhZGVyIC0tPgo8ZGl2IGlkPSdkaXYtZ3B0LWFkLTE1OTc3NDU4MTk5NzEtMCcgY2xhc3M9InBoLWFkIj4KICA8c2NyaXB0PiAKICBnb29nbGV0YWcuY21kLnB1c2goZnVuY3Rpb24oKSB7CiAgICBnb29nbGV0YWcuZGlzcGxheSgnZGl2LWdwdC1hZC0xNTk3NzQ1ODE5OTcxLTAnKTsKICB9KTsKICA8L3NjcmlwdD4KPC9kaXY+ZAICDxYCHwIFYg0KICAgICAgICAgICAgPGEgaHJlZj0iL3RoZWhvdXNlLmh0bSIgY2xhc3M9ImxvZ28gaGlkZVRleHQiPlBvbGl0aWNzSG9tZSAtIFRoZSBIb3VzZTwvYT4NCiAgICAgICAgZAIDD2QWBAIBDxYCHwFoZAIDDxYCHwFnZAIEDxYCHwIFgiM8dWw+PGxpPjxhIGhyZWY9Ii8iIHRpdGxlPSJQb2xpdGljc2hvbWUuY29tIHwgQnJlYWtpbmcgcG9saXRpY3MgYW5kIHBvbGl0aWNhbCBuZXdzIGZvciBXZXN0bWluc3RlciBhbmQgdGhlIFVLIj48c3Bhbj5Ib21lPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibm9TdWIgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL25ld3MuaHRtIiB0aXRsZT0iTmV3cyB8IFBvbGl0aWNzaG9tZS5jb20iPjxzcGFuPk5ld3M8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL25ld3MvY29zdC1vZi1saXZpbmcuaHRtIiB0aXRsZT0iQ29zdCBvZiBMaXZpbmcgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db3N0IG9mIExpdmluZzwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvY29tbXVuaXRpZXMuaHRtIiB0aXRsZT0iQ29tbXVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db21tdW5pdGllczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvY3VsdHVyZS5odG0iIHRpdGxlPSJDdWx0dXJlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q3VsdHVyZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZGVmZW5jZS5odG0iIHRpdGxlPSJEZWZlbmNlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RGVmZW5jZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZWNvbm9teS5odG0iIHRpdGxlPSJFY29ub215IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RWNvbm9teTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZWR1Y2F0aW9uLmh0bSIgdGl0bGU9IkVkdWNhdGlvbiB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVkdWNhdGlvbjwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZW5lcmd5Lmh0bSIgdGl0bGU9IkVuZXJneSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVuZXJneTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZW52aXJvbm1lbnQuaHRtIiB0aXRsZT0iRW52aXJvbm1lbnQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FbnZpcm9ubWVudDwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZm9yZWlnbi1hZmZhaXJzLmh0bSIgdGl0bGU9IkZvcmVpZ24gQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkZvcmVpZ24gQWZmYWlyczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvaGVhbHRoLWNhcmUuaHRtIiB0aXRsZT0iSGVhbHRoICZhbXA7IENhcmUgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5IZWFsdGggJiBDYXJlPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9ob21lLWFmZmFpcnMuaHRtIiB0aXRsZT0iSG9tZSBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+SG9tZSBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9wb2xpdGljYWwtcGFydGllcy5odG0iIHRpdGxlPSJQb2xpdGljYWwgUGFydGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlBvbGl0aWNhbCBQYXJ0aWVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9zb2NpYWwtYWZmYWlycy5odG0iIHRpdGxlPSJTb2NpYWwgQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlNvY2lhbCBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy90cmFuc3BvcnQuaHRtIiB0aXRsZT0iVHJhbnNwb3J0IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+VHJhbnNwb3J0PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGkgY2xhc3M9Im5vU3ViIGxpSGFzQ2hpbGRyZW4gbGlPbiI+PGEgaHJlZj0iL3RoZWhvdXNlLmh0bSIgY2xhc3M9Im9uIiB0aXRsZT0iVGhlIEhvdXNlIExpdmUgfCBQb2xpdGljc2hvbWUuY29tIj48c3Bhbj5UaGUgSG91c2UgTGl2ZTwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvdGhlaG91c2UvYWJvdXQtdGhlLWhvdXNlLmh0bSIgdGl0bGU9IlRoZSBIb3VzZSBNYWdhemluZSAtIDQwIHllYXJzIHNoaW5pbmcgYSBsaWdodCBvbiBldmVudHMgaW4gUGFybGlhbWVudCI+PHNwYW4+VGhlIEhvdXNlIE1hZ2F6aW5lPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSJodHRwczovL2xvbmdyZWFkcy5wb2xpdGljc2hvbWUuY29tLyIgdGl0bGU9IkxvbmcgcmVhZHMiIHRhcmdldD0iX2JsYW5rIj48c3Bhbj5Mb25nIFJlYWRzPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL3RoZWhvdXNlL3BhcnRuZXItY29udGVudC93aXcuaHRtIiB0aXRsZT0iV29tZW4gaW4gV2VzdG1pbnN0ZXIiPjxzcGFuPldvbWVuIGluIFdlc3RtaW5zdGVyPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9odWIvd29tZW4td2VzdG1pbnN0ZXItY29udmVyc2F0aW9uIiB0aXRsZT0iSW4gQ29udmVyc2F0aW9uIFdpdGgiPjxzcGFuPkluIENvbnZlcnNhdGlvbiBXaXRoPC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGk+PGEgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9tZW1iZXJzL2RpcmVjdG9yeS5odG0iIHRpdGxlPSJNZW1iZXJzIERpcmVjdG9yeSI+PHNwYW4+TWVtYmVycyBEaXJlY3Rvcnk8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJuYXZEaXNhYmxlQ2xpY2sgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL3RoZWhvdXNlL3BhcnRuZXItY29udGVudC5odG0iIHRpdGxlPSJQYXJ0bmVyIENvbnRlbnQiPjxzcGFuPlBhcnRuZXIgQ29udGVudDwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSJodHRwczovL3d3dy5wb2xpdGljc2hvbWUuY29tL2h1Yi90aGVwYXRodG9uZXR6ZXJvIiB0aXRsZT0iVGhlIFBhdGggVG8gTmV0IFplcm8iPjxzcGFuPlRoZSBQYXRoIFRvIE5ldCBaZXJvPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSJodHRwczovL3d3dy5wb2xpdGljc2hvbWUuY29tL2h1Yi9ncmVlbmluZy1uYXRpb24iIHRpdGxlPSJHcmVlbmluZyB0aGUgTmF0aW9uIj48c3Bhbj5HcmVlbmluZyB0aGUgTmF0aW9uPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvaHViL3RoZS1ob3VzZS1jb25uZWN0aW5nLWNvbW11bml0aWVzIiB0aXRsZT0iQ29ubmVjdGluZyBjb21tdW5pdGllcyI+PHNwYW4+Q29ubmVjdGluZyBDb21tdW5pdGllczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL2h1Yi9lbmdpbmVlcmluZy1hLWJldHRlci13b3JsZCIgdGl0bGU9IkVuZ2luZWVyaW5nIGEgYmV0dGVyIHdvcmxkIj48c3Bhbj5FbmdpbmVlcmluZyBhIEJldHRlciBXb3JsZDwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21lbWJlcnMuaHRtIiB0aXRsZT0iQmVjb21lIGEgTWVtYmVyIj48c3Bhbj5CZWNvbWUgYSBNZW1iZXI8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjwvdWw+PC9saT48bGk+PGEgaHJlZj0iL2V2ZW50cy5odG0iIHRpdGxlPSJFdmVudHMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FdmVudHM8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJuYXZEaXNhYmxlQ2xpY2sgbmF2TW9iVG9nZ2xlIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii9tZW1iZXJzLmh0bSIgdGl0bGU9Ik1lbWJlcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NZW1iZXJzPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzLmh0bSIgdGl0bGU9Ik1lbWJlcnMiPjxzcGFuPk1lbWJlcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzL2RpcmVjdG9yeS5odG0iIHRpdGxlPSJNZW1iZXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+TWVtYmVycyBEaXJlY3Rvcnk8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIG5hdk1vYlRvZ2dsZSBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvbW9yZS5odG0iIHRpdGxlPSJNb3JlIj48c3Bhbj5Nb3JlPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9tb3JlL3BvZGNhc3RzLmh0bSIgdGl0bGU9IlBvZGNhc3RzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+UG9kY2FzdHM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL3Jzcy1mZWVkcy5odG0iIHRpdGxlPSJSU1MgRmVlZHMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5SU1MgRmVlZHM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL2NvbnRhY3QtdXMuaHRtIiB0aXRsZT0iQ29udGFjdCBVcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvbnRhY3QgVXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL2Fib3V0LXBvbGl0aWNzaG9tZS5odG0iIHRpdGxlPSJBYm91dCB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkFib3V0IFBvbGl0aWNzSG9tZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvbWFya2V0aW5nLW9wcG9ydHVuaXRpZXMuaHRtIiB0aXRsZT0iTWFya2V0aW5nIE9wcG9ydHVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NYXJrZXRpbmcgT3Bwb3J0dW5pdGllczwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PC91bD5kAgYPFgIfAWcWAgIBDxYCHwIF3gw8dWwgY2xhc3M9Im5hdiBsZXZlbDIiPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvdGhlaG91c2UvYWJvdXQtdGhlLWhvdXNlLmh0bSIgICB0aXRsZT0iVGhlIEhvdXNlIE1hZ2F6aW5lIC0gNDAgeWVhcnMgc2hpbmluZyBhIGxpZ2h0IG9uIGV2ZW50cyBpbiBQYXJsaWFtZW50Ij48c3Bhbj5UaGUgSG91c2UgTWFnYXppbmU8L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iaHR0cHM6Ly9sb25ncmVhZHMucG9saXRpY3Nob21lLmNvbS8iICB0YXJnZXQ9Il9ibGFuayIgIHRpdGxlPSJMb25nIHJlYWRzIj48c3Bhbj5Mb25nIFJlYWRzPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSJoYXNDaGlsZHJlbiI+PGEgaHJlZj0iL3RoZWhvdXNlL3BhcnRuZXItY29udGVudC93aXcuaHRtIiAgIHRpdGxlPSJXb21lbiBpbiBXZXN0bWluc3RlciI+PHNwYW4+V29tZW4gaW4gV2VzdG1pbnN0ZXI8L3NwYW4+PC9hPg0KPHVsIGNsYXNzPSJuYXYgbGV2ZWwzIj48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL2h1Yi93b21lbi13ZXN0bWluc3Rlci1jb252ZXJzYXRpb24iICAgdGl0bGU9IkluIENvbnZlcnNhdGlvbiBXaXRoIj48c3Bhbj5JbiBDb252ZXJzYXRpb24gV2l0aDwvc3Bhbj48L2E+DQo8L2xpPjwvdWw+PC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9tZW1iZXJzL2RpcmVjdG9yeS5odG0iICAgdGl0bGU9Ik1lbWJlcnMgRGlyZWN0b3J5Ij48c3Bhbj5NZW1iZXJzIERpcmVjdG9yeTwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIGhhc0NoaWxkcmVuIj48YSBocmVmPSIvdGhlaG91c2UvcGFydG5lci1jb250ZW50Lmh0bSIgICB0aXRsZT0iUGFydG5lciBDb250ZW50Ij48c3Bhbj5QYXJ0bmVyIENvbnRlbnQ8L3NwYW4+PC9hPg0KPHVsIGNsYXNzPSJuYXYgbGV2ZWwzIj48bGkgY2xhc3M9IiI+PGEgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9odWIvdGhlcGF0aHRvbmV0emVybyIgICB0aXRsZT0iVGhlIFBhdGggVG8gTmV0IFplcm8iPjxzcGFuPlRoZSBQYXRoIFRvIE5ldCBaZXJvPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vaHViL2dyZWVuaW5nLW5hdGlvbiIgICB0aXRsZT0iR3JlZW5pbmcgdGhlIE5hdGlvbiI+PHNwYW4+R3JlZW5pbmcgdGhlIE5hdGlvbjwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvaHViL3RoZS1ob3VzZS1jb25uZWN0aW5nLWNvbW11bml0aWVzIiAgIHRpdGxlPSJDb25uZWN0aW5nIGNvbW11bml0aWVzIj48c3Bhbj5Db25uZWN0aW5nIENvbW11bml0aWVzPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9odWIvZW5naW5lZXJpbmctYS1iZXR0ZXItd29ybGQiICAgdGl0bGU9IkVuZ2luZWVyaW5nIGEgYmV0dGVyIHdvcmxkIj48c3Bhbj5FbmdpbmVlcmluZyBhIEJldHRlciBXb3JsZDwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbWVtYmVycy5odG0iICAgdGl0bGU9IkJlY29tZSBhIE1lbWJlciI+PHNwYW4+QmVjb21lIGEgTWVtYmVyPC9zcGFuPjwvYT4NCjwvbGk+PC91bD48L2xpPjwvdWw+ZAIHDxYCHwIFlB08dWw+PGxpPjxhIGhyZWY9Ii8iIHRpdGxlPSJQb2xpdGljc2hvbWUuY29tIHwgQnJlYWtpbmcgcG9saXRpY3MgYW5kIHBvbGl0aWNhbCBuZXdzIGZvciBXZXN0bWluc3RlciBhbmQgdGhlIFVLIj48c3Bhbj5Ib21lPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibm9TdWIgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL25ld3MuaHRtIiB0aXRsZT0iTmV3cyB8IFBvbGl0aWNzaG9tZS5jb20iPjxzcGFuPk5ld3M8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL25ld3MvY29zdC1vZi1saXZpbmcuaHRtIiB0aXRsZT0iQ29zdCBvZiBMaXZpbmcgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db3N0IG9mIExpdmluZzwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvY29tbXVuaXRpZXMuaHRtIiB0aXRsZT0iQ29tbXVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db21tdW5pdGllczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvY3VsdHVyZS5odG0iIHRpdGxlPSJDdWx0dXJlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q3VsdHVyZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZGVmZW5jZS5odG0iIHRpdGxlPSJEZWZlbmNlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RGVmZW5jZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZWNvbm9teS5odG0iIHRpdGxlPSJFY29ub215IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RWNvbm9teTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZWR1Y2F0aW9uLmh0bSIgdGl0bGU9IkVkdWNhdGlvbiB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVkdWNhdGlvbjwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZW5lcmd5Lmh0bSIgdGl0bGU9IkVuZXJneSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVuZXJneTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZW52aXJvbm1lbnQuaHRtIiB0aXRsZT0iRW52aXJvbm1lbnQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FbnZpcm9ubWVudDwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZm9yZWlnbi1hZmZhaXJzLmh0bSIgdGl0bGU9IkZvcmVpZ24gQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkZvcmVpZ24gQWZmYWlyczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvaGVhbHRoLWNhcmUuaHRtIiB0aXRsZT0iSGVhbHRoICZhbXA7IENhcmUgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5IZWFsdGggJiBDYXJlPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9ob21lLWFmZmFpcnMuaHRtIiB0aXRsZT0iSG9tZSBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+SG9tZSBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9wb2xpdGljYWwtcGFydGllcy5odG0iIHRpdGxlPSJQb2xpdGljYWwgUGFydGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlBvbGl0aWNhbCBQYXJ0aWVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9zb2NpYWwtYWZmYWlycy5odG0iIHRpdGxlPSJTb2NpYWwgQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlNvY2lhbCBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy90cmFuc3BvcnQuaHRtIiB0aXRsZT0iVHJhbnNwb3J0IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+VHJhbnNwb3J0PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGkgY2xhc3M9Im5vU3ViIGxpSGFzQ2hpbGRyZW4gbGlPbiI+PGEgaHJlZj0iL3RoZWhvdXNlLmh0bSIgY2xhc3M9Im9uIiB0aXRsZT0iVGhlIEhvdXNlIExpdmUgfCBQb2xpdGljc2hvbWUuY29tIj48c3Bhbj5UaGUgSG91c2UgTGl2ZTwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvdGhlaG91c2UvYWJvdXQtdGhlLWhvdXNlLmh0bSIgdGl0bGU9IlRoZSBIb3VzZSBNYWdhemluZSAtIDQwIHllYXJzIHNoaW5pbmcgYSBsaWdodCBvbiBldmVudHMgaW4gUGFybGlhbWVudCI+PHNwYW4+VGhlIEhvdXNlIE1hZ2F6aW5lPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSJodHRwczovL2xvbmdyZWFkcy5wb2xpdGljc2hvbWUuY29tLyIgdGl0bGU9IkxvbmcgcmVhZHMiIHRhcmdldD0iX2JsYW5rIj48c3Bhbj5Mb25nIFJlYWRzPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL3RoZWhvdXNlL3BhcnRuZXItY29udGVudC93aXcuaHRtIiB0aXRsZT0iV29tZW4gaW4gV2VzdG1pbnN0ZXIiPjxzcGFuPldvbWVuIGluIFdlc3RtaW5zdGVyPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSJodHRwczovL3d3dy5wb2xpdGljc2hvbWUuY29tL21lbWJlcnMvZGlyZWN0b3J5Lmh0bSIgdGl0bGU9Ik1lbWJlcnMgRGlyZWN0b3J5Ij48c3Bhbj5NZW1iZXJzIERpcmVjdG9yeTwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9Im5hdkRpc2FibGVDbGljayBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvdGhlaG91c2UvcGFydG5lci1jb250ZW50Lmh0bSIgdGl0bGU9IlBhcnRuZXIgQ29udGVudCI+PHNwYW4+UGFydG5lciBDb250ZW50PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGk+PGEgaHJlZj0iL2V2ZW50cy5odG0iIHRpdGxlPSJFdmVudHMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FdmVudHM8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJuYXZEaXNhYmxlQ2xpY2sgbmF2TW9iVG9nZ2xlIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii9tZW1iZXJzLmh0bSIgdGl0bGU9Ik1lbWJlcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NZW1iZXJzPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzLmh0bSIgdGl0bGU9Ik1lbWJlcnMiPjxzcGFuPk1lbWJlcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzL2RpcmVjdG9yeS5odG0iIHRpdGxlPSJNZW1iZXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+TWVtYmVycyBEaXJlY3Rvcnk8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIG5hdk1vYlRvZ2dsZSBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvbW9yZS5odG0iIHRpdGxlPSJNb3JlIj48c3Bhbj5Nb3JlPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9tb3JlL3BvZGNhc3RzLmh0bSIgdGl0bGU9IlBvZGNhc3RzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+UG9kY2FzdHM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL3Jzcy1mZWVkcy5odG0iIHRpdGxlPSJSU1MgRmVlZHMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5SU1MgRmVlZHM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL2NvbnRhY3QtdXMuaHRtIiB0aXRsZT0iQ29udGFjdCBVcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvbnRhY3QgVXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL2Fib3V0LXBvbGl0aWNzaG9tZS5odG0iIHRpdGxlPSJBYm91dCB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkFib3V0IFBvbGl0aWNzSG9tZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvbWFya2V0aW5nLW9wcG9ydHVuaXRpZXMuaHRtIiB0aXRsZT0iTWFya2V0aW5nIE9wcG9ydHVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NYXJrZXRpbmcgT3Bwb3J0dW5pdGllczwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PC91bD5kAggPZBYCAgEPD2QWAh4LcGxhY2Vob2xkZXIFD0VudGVyIGtleXdvcmQvc2QCAw9kFgICAw9kFgJm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" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=MzT3Q6S_Fy_f5vs8w9qk8au_hABbwRZeFSwXUXMeGLQgUOJFmO7B5e8DsWiWu3SE5rPtKWnQFGcd8SW33UySGdoPrSp32sShIk-vpMe9B9I1&t=638563308220000000" type="text/javascript"></script> <script src="/ScriptResource.axd?d=SrwZRAa4Zyv03GdGrfieEJf-d4zldB38v6Qg1vs4imBCjGnQZHIl3BkYQGcK_sq2BgVD_ckdci2_ZNJB6ooStoe_SavSueDM_VUMTPQmMUKYw8Md2xkEFSTmyYiVyYs1_bdk3TX-w_LrUZIX9nOs2GvZ6XU7m0A8yU13BJaksKk1&t=ffffffffc820c398" type="text/javascript"></script> <script src="/ScriptResource.axd?d=i_nvLCJBHXDLydGmDxZNhYPQCmZgQBqosAgmBhtvOSbAcrokh2OhB5tfOkiao9FamBwxmYKZwfoxNxDBTLhZtFpd93I8q2R1YUGdu5gMJYEd50dyt4Tf6Rycr0HGh6lWBHL44TLhJoxl8ISFvSX0zYarAubSxVmFcSBxDy5Nnbzacgrv0b_7sYxW7cvyZjpJ0&t=ffffffffc820c398" type="text/javascript"></script> <header> <noscript> <div class="msg msgError nojavascript"> <p> This site requires JavaScript for certain functions and interactions to work. Please turn on JavaScript for the best possible experience.</p> </div> </noscript> <div class="hdr-ad"> <div class="row--ad"> <!-- /1048162/ph/houselive_header --> <div id='div-gpt-ad-1597745819971-0' class="ph-ad"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1597745819971-0'); }); </script> </div> </div> </div> <div class="hdr-top"> <!--<div class="hdr-pDods"> <a href="http://www.dodsgroup.com/" target="_blank">Part of the DODS Group <span> <img src="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/icons/dods_icon.svg" alt="DODS Group Logo" /> </span> </a> </div>--> <div class="hdr-topRight"> <div class="hdr-social"> <a href="https://x.com/politicshome" target="_blank" class="icon icon--x"> <svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 462.799"><path fill-rule="nonzero" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"/></svg> </a> <a href="https://www.facebook.com/PoliticsHomeUK/" target="_blank" class="icon icon--facebook"></a> <a href="https://www.linkedin.com/company/politicshome" target="_blank" class="icon icon--linkedIn"></a> </div> <div class="burger"> <div class="hamburger"> <span></span> </div> <div class="b-label">Menu</div> </div> </div> </div> <div class="hdr-main"> <div class="hdr-date">Mon, <span>17 February 2025</span></div> <a href="/thehouse.htm" class="logo hideText">PoliticsHome - The House</a> <div id="hdr_divPersonalise" class="hdr-promo hdr-promo--personalize"> <div class="promo-text"> <p class="arial">Become a member</p> <a class="btn btn--outlineWhite btn--xsmall" href="/more/become-a-member.htm">Find out more</a> </div> <div class="promo-img"> <img src="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/promo/promo-1.png" /> </div> </div> </div> <div class="hdr-nav"> <div class="nav-main"> <nav class="menu"> <ul><li><a href="/" title="Politicshome.com | Breaking politics and political news for Westminster and the UK"><span>Home</span></a></li><li class="noSub liHasChildren"><a href="/news.htm" title="News | Politicshome.com"><span>News</span></a><ul><li><a href="/news/cost-of-living.htm" title="Cost of Living | PoliticsHome.com"><span>Cost of Living</span></a></li><li><a href="/news/communities.htm" title="Communities | PoliticsHome.com"><span>Communities</span></a></li><li><a href="/news/culture.htm" title="Culture | PoliticsHome.com"><span>Culture</span></a></li><li><a href="/news/defence.htm" title="Defence | PoliticsHome.com"><span>Defence</span></a></li><li><a href="/news/economy.htm" title="Economy | PoliticsHome.com"><span>Economy</span></a></li><li><a href="/news/education.htm" title="Education | PoliticsHome.com"><span>Education</span></a></li><li><a href="/news/energy.htm" title="Energy | PoliticsHome.com"><span>Energy</span></a></li><li><a href="/news/environment.htm" title="Environment | PoliticsHome.com"><span>Environment</span></a></li><li><a href="/news/foreign-affairs.htm" title="Foreign Affairs | PoliticsHome.com"><span>Foreign Affairs</span></a></li><li><a href="/news/health-care.htm" title="Health & Care | PoliticsHome.com"><span>Health & Care</span></a></li><li><a href="/news/home-affairs.htm" title="Home Affairs | PoliticsHome.com"><span>Home Affairs</span></a></li><li><a href="/news/political-parties.htm" title="Political Parties | PoliticsHome.com"><span>Political Parties</span></a></li><li><a href="/news/social-affairs.htm" title="Social Affairs | PoliticsHome.com"><span>Social Affairs</span></a></li><li><a href="/news/transport.htm" title="Transport | PoliticsHome.com"><span>Transport</span></a></li></ul></li><li class="noSub liHasChildren liOn"><a href="/thehouse.htm" class="on" title="The House Live | Politicshome.com"><span>The House Live</span></a><ul><li><a href="/thehouse/about-the-house.htm" title="The House Magazine - 40 years shining a light on events in Parliament"><span>The House Magazine</span></a></li><li><a href="https://longreads.politicshome.com/" title="Long reads" target="_blank"><span>Long Reads</span></a></li><li class="liHasChildren"><a href="/thehouse/partner-content/wiw.htm" title="Women in Westminster"><span>Women in Westminster</span></a><ul><li><a href="/hub/women-westminster-conversation" title="In Conversation With"><span>In Conversation With</span></a></li></ul></li><li><a href="https://www.politicshome.com/members/directory.htm" title="Members Directory"><span>Members Directory</span></a></li><li class="navDisableClick liHasChildren"><a href="/thehouse/partner-content.htm" title="Partner Content"><span>Partner Content</span></a><ul><li><a href="https://www.politicshome.com/hub/thepathtonetzero" title="The Path To Net Zero"><span>The Path To Net Zero</span></a></li><li><a href="https://www.politicshome.com/hub/greening-nation" title="Greening the Nation"><span>Greening the Nation</span></a></li><li><a href="/hub/the-house-connecting-communities" title="Connecting communities"><span>Connecting Communities</span></a></li><li><a href="/hub/engineering-a-better-world" title="Engineering a better world"><span>Engineering a Better World</span></a></li><li><a href="/members.htm" title="Become a Member"><span>Become a Member</span></a></li></ul></li></ul></li><li><a href="/events.htm" title="Events | PoliticsHome.com"><span>Events</span></a></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/members.htm" title="Members | PoliticsHome.com"><span>Members</span></a><ul><li><a href="/members.htm" title="Members"><span>Members</span></a></li><li><a href="/members/directory.htm" title="Members | PoliticsHome.com"><span>Members Directory</span></a></li></ul></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/more.htm" title="More"><span>More</span></a><ul><li><a href="/more/podcasts.htm" title="Podcasts | PoliticsHome.com"><span>Podcasts</span></a></li><li><a href="/more/rss-feeds.htm" title="RSS Feeds | PoliticsHome.com"><span>RSS Feeds</span></a></li><li><a href="/more/contact-us.htm" title="Contact Us | PoliticsHome.com"><span>Contact Us</span></a></li><li><a href="/more/about-politicshome.htm" title="About | PoliticsHome.com"><span>About PoliticsHome</span></a></li><li><a href="/more/marketing-opportunities.htm" title="Marketing Opportunities | PoliticsHome.com"><span>Marketing Opportunities</span></a></li></ul></li></ul> </nav> <div class="nav-search icon icon--search"><span>Search</span></div> </div> <div class="nav-sub"> <nav class="greedy-nav"> <ul class="nav level2"><li class=""><a href="/thehouse/about-the-house.htm" title="The House Magazine - 40 years shining a light on events in Parliament"><span>The House Magazine</span></a> </li><li class=""><a href="https://longreads.politicshome.com/" target="_blank" title="Long reads"><span>Long Reads</span></a> </li><li class="hasChildren"><a href="/thehouse/partner-content/wiw.htm" title="Women in Westminster"><span>Women in Westminster</span></a> <ul class="nav level3"><li class=""><a href="/hub/women-westminster-conversation" title="In Conversation With"><span>In Conversation With</span></a> </li></ul></li><li class=""><a href="https://www.politicshome.com/members/directory.htm" title="Members Directory"><span>Members Directory</span></a> </li><li class="navDisableClick hasChildren"><a href="/thehouse/partner-content.htm" title="Partner Content"><span>Partner Content</span></a> <ul class="nav level3"><li class=""><a href="https://www.politicshome.com/hub/thepathtonetzero" title="The Path To Net Zero"><span>The Path To Net Zero</span></a> </li><li class=""><a href="https://www.politicshome.com/hub/greening-nation" title="Greening the Nation"><span>Greening the Nation</span></a> </li><li class=""><a href="/hub/the-house-connecting-communities" title="Connecting communities"><span>Connecting Communities</span></a> </li><li class=""><a href="/hub/engineering-a-better-world" title="Engineering a better world"><span>Engineering a Better World</span></a> </li><li class=""><a href="/members.htm" title="Become a Member"><span>Become a Member</span></a> </li></ul></li></ul> <ul class="hidden-links hidden"></ul> <div class="gn-more"> <span class="icon icon--minusSlim">More</span> </div> </nav> </div> <div class="nav-bottom"> <div class="nav-reg"> <ul> <li><a href="/account.htm"><span>Newsletter Signup</span></a></li> </ul> </div> <div class="nav-social"> <p>Follow us:</p> <a href="https://x.com/politicshome" target="_blank" class="icon icon--x"> <svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 462.799"><path fill-rule="nonzero" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"/></svg> </a> <a href="https://www.facebook.com/PoliticsHomeUK/" target="_blank" class="icon icon--facebook"></a> <a href="https://www.linkedin.com/company/politicshome" target="_blank" class="icon icon--linkedIn"></a> </div> </div> </div> </header> <div class="sticky-header clearFix"> <a class="logo-sticky" href="/"> <img src="/_img/logos/ph-100.svg" /> </a> <nav class="sticky-nav"> <ul><li><a href="/" title="Politicshome.com | Breaking politics and political news for Westminster and the UK"><span>Home</span></a></li><li class="noSub liHasChildren"><a href="/news.htm" title="News | Politicshome.com"><span>News</span></a><ul><li><a href="/news/cost-of-living.htm" title="Cost of Living | PoliticsHome.com"><span>Cost of Living</span></a></li><li><a href="/news/communities.htm" title="Communities | PoliticsHome.com"><span>Communities</span></a></li><li><a href="/news/culture.htm" title="Culture | PoliticsHome.com"><span>Culture</span></a></li><li><a href="/news/defence.htm" title="Defence | PoliticsHome.com"><span>Defence</span></a></li><li><a href="/news/economy.htm" title="Economy | PoliticsHome.com"><span>Economy</span></a></li><li><a href="/news/education.htm" title="Education | PoliticsHome.com"><span>Education</span></a></li><li><a href="/news/energy.htm" title="Energy | PoliticsHome.com"><span>Energy</span></a></li><li><a href="/news/environment.htm" title="Environment | PoliticsHome.com"><span>Environment</span></a></li><li><a href="/news/foreign-affairs.htm" title="Foreign Affairs | PoliticsHome.com"><span>Foreign Affairs</span></a></li><li><a href="/news/health-care.htm" title="Health & Care | PoliticsHome.com"><span>Health & Care</span></a></li><li><a href="/news/home-affairs.htm" title="Home Affairs | PoliticsHome.com"><span>Home Affairs</span></a></li><li><a href="/news/political-parties.htm" title="Political Parties | PoliticsHome.com"><span>Political Parties</span></a></li><li><a href="/news/social-affairs.htm" title="Social Affairs | PoliticsHome.com"><span>Social Affairs</span></a></li><li><a href="/news/transport.htm" title="Transport | PoliticsHome.com"><span>Transport</span></a></li></ul></li><li class="noSub liHasChildren liOn"><a href="/thehouse.htm" class="on" title="The House Live | Politicshome.com"><span>The House Live</span></a><ul><li><a href="/thehouse/about-the-house.htm" title="The House Magazine - 40 years shining a light on events in Parliament"><span>The House Magazine</span></a></li><li><a href="https://longreads.politicshome.com/" title="Long reads" target="_blank"><span>Long Reads</span></a></li><li class="liHasChildren"><a href="/thehouse/partner-content/wiw.htm" title="Women in Westminster"><span>Women in Westminster</span></a></li><li><a href="https://www.politicshome.com/members/directory.htm" title="Members Directory"><span>Members Directory</span></a></li><li class="navDisableClick liHasChildren"><a href="/thehouse/partner-content.htm" title="Partner Content"><span>Partner Content</span></a></li></ul></li><li><a href="/events.htm" title="Events | PoliticsHome.com"><span>Events</span></a></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/members.htm" title="Members | PoliticsHome.com"><span>Members</span></a><ul><li><a href="/members.htm" title="Members"><span>Members</span></a></li><li><a href="/members/directory.htm" title="Members | PoliticsHome.com"><span>Members Directory</span></a></li></ul></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/more.htm" title="More"><span>More</span></a><ul><li><a href="/more/podcasts.htm" title="Podcasts | PoliticsHome.com"><span>Podcasts</span></a></li><li><a href="/more/rss-feeds.htm" title="RSS Feeds | PoliticsHome.com"><span>RSS Feeds</span></a></li><li><a href="/more/contact-us.htm" title="Contact Us | PoliticsHome.com"><span>Contact Us</span></a></li><li><a href="/more/about-politicshome.htm" title="About | PoliticsHome.com"><span>About PoliticsHome</span></a></li><li><a href="/more/marketing-opportunities.htm" title="Marketing Opportunities | PoliticsHome.com"><span>Marketing Opportunities</span></a></li></ul></li></ul> </nav> <div class="sticky-srch"></div> <div class="burger"> <div class="hamburger"> <span></span> </div> </div> </div> <div class="search-overlay"> <div id="hdr_pnlSearch" class="hdr-searchBar" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'hdr_btnSearch')"> <input name="ctl00$hdr$txtSearch" type="text" id="hdr_txtSearch" class="text sb-keyword" placeholder="Enter keyword/s" /> <input type="submit" name="ctl00$hdr$btnSearch" value="Search" id="hdr_btnSearch" class="btn sb-btn" /> </div> <span class="search-close icon icon--close"></span> </div> <main> <div class="template template--1col "> <div class="container"> <div class="row"> <div class="cols cols--featured"> <div class="col col--50"> <div class="news-title"> <span class="nt-cat h5">Featured</span> </div> <div class="news-list news-list--featured"> <div class="news-item"> <div class="ni-img-wrap"> <div class="ni-image "> <a href="/thehouse/article/steve-baker-return-growth-moynihan"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_450,h_300,f_auto/v1/news/2025_02/2K6J24R_protest_LOW_RES_Crop_ombat4.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_350,h_235,f_auto/v1/news/2025_02/2K6J24R_protest_LOW_RES_Crop_ombat4.jpg 350w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_450,h_300,f_auto/v1/news/2025_02/2K6J24R_protest_LOW_RES_Crop_ombat4.jpg 450w" class="lazyload" alt="'The books I wish I had written': Steve Baker reviews 'Return to Growth'"> </a> <span class="ni-tag ni-tag--house"></span> </div> </div> <div class="ni-content"> <div class="ni-title h4"> <a href="/thehouse/article/steve-baker-return-growth-moynihan">'The books I wish I had written': Steve Baker reviews 'Return to Growth'</a> </div> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-13T11:58" title="13 February 2025 at 11:58">13 Feb</time></span> <span class="ni-cat"><a href="/news/tag/books-culture.htm?filter=2538">Books & culture</a></span> </div> <div Class="ni-sponsor">By Steve Baker</div><script>ga('send', 'event', 'Image', 'Impression', 'Steve Baker', {'nonInteraction': 1});</script> <div class="ni-desc"> <a href="/thehouse/article/steve-baker-return-growth-moynihan">An intellectually heavyweight yet accessible treatise on how to fix the economy, Lord Moynihan does us a profound service in serving up some unpalatable truths with clear, actionable policy proposals</a> </div> </div> </div> </div> <div class="news-list news-list--x3 news-list--featSub"> <div class="news-item"> <div class="ni-image "> <a href="/members/article/uk-lead-global-expansion-offshore-wind"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2025_02/GOW_technicians-on-vessel-5-2022_99_new_-1200px_phwkny.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2025_02/GOW_technicians-on-vessel-5-2022_99_new_-1200px_phwkny.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2025_02/GOW_technicians-on-vessel-5-2022_99_new_-1200px_phwkny.jpg 340w" class="lazyload" alt="The UK can – and must – lead the global expansion of offshore wind"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-17T08:00" title="17 February 2025 at 08:00"><span class="icon icon--clock"></span>2 min</time></span> <span class="ni-cat">Energy</span> </div> <div Class="ni-sponsor">By <a href="/members/profile/orsted">Ørsted</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Ørsted', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/uk-lead-global-expansion-offshore-wind">The UK can – and must – lead the global expansion of offshore wind</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/employment-rights-bill-whistleblower-protections"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2025_02/2K5MJ8M_jdkvxz.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2025_02/2K5MJ8M_jdkvxz.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2025_02/2K5MJ8M_jdkvxz.jpg 340w" class="lazyload" alt="We have a rare opportunity to give whistle blowers the support they deserve"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-14T10:45" title="14 February 2025 at 10:45">14 Feb</time></span> <span class="ni-cat"><a href="/news/economy.htm">Economy</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/alex-sobel-mp-azeem-rafiq.htm">Alex Sobel MP and Azeem Rafiq</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Alex Sobel MP and Azeem Rafiq', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/employment-rights-bill-whistleblower-protections">We have a rare opportunity to give whistle blowers the support they deserve</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/building-societies-heart-communities"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2025_02/BSA-MichelleWalshPhotography-2_mnm4eq.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2025_02/BSA-MichelleWalshPhotography-2_mnm4eq.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2025_02/BSA-MichelleWalshPhotography-2_mnm4eq.jpg 340w" class="lazyload" alt="Building societies are at the heart of their communities"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-14T08:00" title="14 February 2025 at 08:00">14 Feb</time></span> <span class="ni-cat"><a href="/news/communities.htm">Communities</a></span> </div> <div Class="ni-sponsor">By <a href="/members/profile/building-societies-association-66360">Building Societies Association</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Building Societies Association', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/building-societies-heart-communities">Building societies are at the heart of their communities</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/tribute-earl-sandwich-lord-alton"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2025_02/Portrait_2_Earl_of_Sandwich_low_res_a49wph.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2025_02/Portrait_2_Earl_of_Sandwich_low_res_a49wph.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2025_02/Portrait_2_Earl_of_Sandwich_low_res_a49wph.jpg 340w" class="lazyload" alt="Tribute to the Earl of Sandwich – by Lord Alton"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-13T08:52" title="13 February 2025 at 08:52">13 Feb</time></span> <span class="ni-cat"><a href="/news/tag/obituaries.htm?filter=2536">Obituaries</a></span> </div> <div Class="ni-sponsor">By <a href="/thehouse/peer/lord-alton.htm">Lord Alton</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Lord Alton', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/tribute-earl-sandwich-lord-alton">Tribute to the Earl of Sandwich – by Lord Alton</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/unlocking-uks-potential-apprenticeships-skills-drive-economic-growth-workforce-sustainability"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2025_02/WSP_apprentices_achbyj.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2025_02/WSP_apprentices_achbyj.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2025_02/WSP_apprentices_achbyj.jpg 340w" class="lazyload" alt="Unlocking the UK’s Potential: How Apprenticeships and Skills Drive Economic Growth and Workforce Sustainability"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-13T08:00" title="13 February 2025 at 08:00">13 Feb</time></span> <span class="ni-cat"><a href="/news/education.htm">Education</a></span> </div> <div Class="ni-sponsor">By <a href="/members/profile/wsp">WSP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'WSP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/unlocking-uks-potential-apprenticeships-skills-drive-economic-growth-workforce-sustainability">Unlocking the UK’s Potential: How Apprenticeships and Skills Drive Economic Growth and Workforce Sustainability</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/uks-nuclear-family-delivering-people-communities-nation-planet"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2025_02/NWiP_DKP_speaking_960x640_nhez9p.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2025_02/NWiP_DKP_speaking_960x640_nhez9p.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_170,f_auto/v1/news/2025_02/NWiP_DKP_speaking_960x640_nhez9p.jpg 340w" class="lazyload" alt="The UK’s Nuclear Family: Delivering for People, Communities, the Nation and the Planet"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-13T08:00" title="13 February 2025 at 08:00">13 Feb</time></span> <span class="ni-cat"><a href="/news/energy.htm">Energy</a></span> </div> <div Class="ni-sponsor">By <a href="/members/profile/sellafield-ltd">Sellafield Ltd</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Sellafield Ltd', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/uks-nuclear-family-delivering-people-communities-nation-planet">The UK’s Nuclear Family: Delivering for People, Communities, the Nation and the Planet</a> </div> </div> </div> </div> </div> <div class="col col--25"> <div class="news-title"> <span class="nt-cat h5">Latest</span> <span class="nt-live "> <span class="live-circle"></span> Live </span> </div> <div class="news-list news-list--liveFeed"> <div class="news-item"> <div class="ni-timeStamp"> 08:00 </div> <div class="ni-content"> <div class="ni-dateStamp"> 17 Feb </div> <div class="ni-title"> <a href="/members/article/uk-lead-global-expansion-offshore-wind">The UK can – and must – lead the global expansion of offshore wind</a> </div> </div> </div><div class="news-item"> <div class="ni-timeStamp"> 09:00 </div> <div class="ni-content"> <div class="ni-dateStamp"> 16 Feb </div> <div class="ni-title"> <a href="/news/article/liberal-democrat-mp-calls-police-officers-london-schools">Liberal Democrat MP Calls For More Police Officers In London Schools</a> </div> </div> </div><div class="news-item"> <div class="ni-timeStamp"> 07:00 </div> <div class="ni-content"> <div class="ni-dateStamp"> 15 Feb </div> <div class="ni-title"> <a href="/news/article/nigel-farage-reform-tries-to-proffessionalise">Inside Reform's Bid To Get Serious</a> </div> </div> </div><div Class="news-item news-item--is-ad"><div Class="col--ad"><div id='div-gpt-ad-1608230069715-3' class='ph-ad'><script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1608230069715-3'); });</script></div></div></div><div class="news-item"> <div class="ni-timeStamp"> 12:30 </div> <div class="ni-content"> <div class="ni-dateStamp"> 14 Feb </div> <div class="ni-title"> <a href="/news/article/community-relations-fragile-place-amid-ceasefire-uncertainty">Community Relations In Fragile Place As Gaza Ceasefire Holds For Now</a> </div> </div> </div><div class="news-item"> <div class="ni-timeStamp"> 10:45 </div> <div class="ni-content"> <div class="ni-dateStamp"> 14 Feb </div> <div class="ni-title"> <a href="/thehouse/article/employment-rights-bill-whistleblower-protections">We have a rare opportunity to give whistle blowers the support they deserve</a> </div> </div> </div><div class="news-item"> <div class="ni-timeStamp"> 10:00 </div> <div class="ni-content"> <div class="ni-dateStamp"> 14 Feb </div> <div class="ni-title"> <a href="/news/article/starmer-tells-zelenskyy-unequivocal-ukraine-involved-talks-end-war">Starmer Tells Zelenskyy He Is “Unequivocal” That Ukraine Must Be Involved In Talks To End War</a> </div> </div> </div><div class="news-item"> <div class="ni-timeStamp"> 08:00 </div> <div class="ni-content"> <div class="ni-dateStamp"> 14 Feb </div> <div class="ni-title"> <a href="/members/article/building-societies-heart-communities">Building societies are at the heart of their communities</a> </div> </div> </div><div class="news-item"> <div class="ni-timeStamp"> 16:10 </div> <div class="ni-content"> <div class="ni-dateStamp"> 13 Feb </div> <div class="ni-title"> <a href="/news/article/labour-mp-jake-richards-digital-id-cards">Labour MP “Couldn't Give A Monkey’s” About Left's Concerns On Digital IDs</a> </div> </div> </div> </div> </div> <div class="col col--25"> <div class="news-title"> <span class="nt-cat h5">Most read</span> </div> <div class="news-list news-list--sqThumb"> <div class="news-item"> <div class="ni-image"> <a href="/news/article/one-hundred-days-of-kemi-badenoch"> <img data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_100,h_100,f_auto/v1/news/2025_02/2S693D5_fo33rb.jpg" class="lazyload" alt="Inside 100 Days Of Kemi Badenoch"> </a> </div> <div class="ni-content"> <div class="ni-title"> <a href="/news/article/one-hundred-days-of-kemi-badenoch">Inside 100 Days Of Kemi Badenoch</a> </div> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-08T07:00" title="08 February 2025 at 07:00">08 Feb</time></span> <span class="ni-cat"><a href="/news/political-parties.htm">Political parties</a></span> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/thehouse/article/george-freeman-complete-unknown-bob-dylan"> <img data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_100,h_100,f_auto/v1/news/2025_02/2S118K3_Dylan_walking_low_res_main_qc1342.jpg" class="lazyload" alt="'A complete waste of your time': George Freeman reviews 'A Complete Unknown'"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-title"> <a href="/thehouse/article/george-freeman-complete-unknown-bob-dylan">'A complete waste of your time': George Freeman reviews 'A Complete Unknown'</a> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/george-freeman.htm">George Freeman MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'George Freeman MP', {'nonInteraction': 1});</script> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-11T14:57" title="11 February 2025 at 14:57">11 Feb</time></span> <span class="ni-cat"><a href="/news/tag/books-culture.htm?filter=2538">Books & culture</a></span> </div> </div> </div><div class="news-item"> <div class="ni-image"> <a href="/news/article/steel-tariff-labour-mp-urges-trump-think-again"> <img data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_100,h_100,f_auto/v1/news/2025_02/2SG8TM1_lpveyk.jpg" class="lazyload" alt="Labour MP Tells Donald Trump 'Please Think Again' On Steel Tariffs"> </a> </div> <div class="ni-content"> <div class="ni-title"> <a href="/news/article/steel-tariff-labour-mp-urges-trump-think-again">Labour MP Tells Donald Trump "Please Think Again" On Steel Tariffs</a> </div> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-10T13:20" title="10 February 2025 at 13:20">10 Feb</time></span> <span class="ni-cat"><a href="/news/economy.htm">Economy</a></span> </div> </div> </div> </div> </div> </div> </div> <div class="row row--hasTitle"> <div class="cols flx flx--wr"> <div class="col col--75"> <div class="news-title"> <span class="nt-cat h5">More articles</span> </div> <div class="news-list news-list--x3 "><div class="news-item"> <div class="ni-image "> <a href="/members/article/uk-lead-global-expansion-offshore-wind"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2025_02/GOW_technicians-on-vessel-5-2022_99_new_-1200px_phwkny.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2025_02/GOW_technicians-on-vessel-5-2022_99_new_-1200px_phwkny.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2025_02/GOW_technicians-on-vessel-5-2022_99_new_-1200px_phwkny.jpg 340w" class="lazyload" alt="The UK can – and must – lead the global expansion of offshore wind"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-17T08:00" title="17 February 2025 at 08:00"><span class="icon icon--clock"></span>8 min</time></span> <span class="ni-cat"> <a href="/news/energy.htm">Energy</a> </span> </div> <div Class="ni-sponsor">By Benj Sykes, Head of Ørsted UK</div><script>ga('send', 'event', 'Image', 'Impression', 'Benj Sykes, Head of Ørsted UK', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/uk-lead-global-expansion-offshore-wind">The UK can – and must – lead the global expansion of offshore wind</a> </div> <div class="ni-desc"> <a href="/members/article/uk-lead-global-expansion-offshore-wind">Offshore wind’s supply chain must expand to three to four times its current size to meet global demand. Benj Sykes, Head of Ørsted UK, explains how the UK can lead the way.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/employment-rights-bill-whistleblower-protections"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2025_02/2K5MJ8M_jdkvxz.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2025_02/2K5MJ8M_jdkvxz.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2025_02/2K5MJ8M_jdkvxz.jpg 340w" class="lazyload" alt="We have a rare opportunity to give whistle blowers the support they deserve"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-14T10:45" title="14 February 2025 at 10:45">14 Feb</time></span> <span class="ni-cat"> Economy </span> </div> <div Class="ni-sponsor">By <a href="/news/author/alex-sobel-mp-azeem-rafiq.htm">Alex Sobel MP and Azeem Rafiq</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Alex Sobel MP and Azeem Rafiq', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/employment-rights-bill-whistleblower-protections">We have a rare opportunity to give whistle blowers the support they deserve</a> </div> <div class="ni-desc"> <a href="/thehouse/article/employment-rights-bill-whistleblower-protections">Stronger protections for whistleblowers are good for employees and employers, and will help prevent scandals like the Post Office disgrace from happening again.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/building-societies-heart-communities"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2025_02/BSA-MichelleWalshPhotography-2_mnm4eq.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2025_02/BSA-MichelleWalshPhotography-2_mnm4eq.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2025_02/BSA-MichelleWalshPhotography-2_mnm4eq.jpg 340w" class="lazyload" alt="Building societies are at the heart of their communities"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-14T08:00" title="14 February 2025 at 08:00">14 Feb</time></span> <span class="ni-cat"> <a href="/news/communities.htm">Communities</a> </span> </div> <div Class="ni-sponsor">By <a href="/members/profile/building-societies-association-66360">Building Societies Association</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Building Societies Association', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/building-societies-heart-communities">Building societies are at the heart of their communities</a> </div> <div class="ni-desc"> <a href="/members/article/building-societies-heart-communities">It’s 250 years since the very first building society was set up but their value is greater than ever.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/steve-baker-return-growth-moynihan"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2025_02/2K6J24R_protest_LOW_RES_Crop_ombat4.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2025_02/2K6J24R_protest_LOW_RES_Crop_ombat4.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2025_02/2K6J24R_protest_LOW_RES_Crop_ombat4.jpg 340w" class="lazyload" alt="'The books I wish I had written': Steve Baker reviews 'Return to Growth'"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-13T11:58" title="13 February 2025 at 11:58">13 Feb</time></span> <span class="ni-cat"> <a href="/news/tag/books-culture.htm?filter=2538">Books & culture</a> </span> </div> <div Class="ni-sponsor">By Steve Baker</div><script>ga('send', 'event', 'Image', 'Impression', 'Steve Baker', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/steve-baker-return-growth-moynihan">'The books I wish I had written': Steve Baker reviews 'Return to Growth'</a> </div> <div class="ni-desc"> <a href="/thehouse/article/steve-baker-return-growth-moynihan">An intellectually heavyweight yet accessible treatise on how to fix the economy, Lord Moynihan does us a profound service in serving up some unpalatable truths with clear, actionable policy proposals</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/tribute-earl-sandwich-lord-alton"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2025_02/Portrait_2_Earl_of_Sandwich_low_res_a49wph.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2025_02/Portrait_2_Earl_of_Sandwich_low_res_a49wph.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2025_02/Portrait_2_Earl_of_Sandwich_low_res_a49wph.jpg 340w" class="lazyload" alt="Tribute to the Earl of Sandwich – by Lord Alton"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-13T08:52" title="13 February 2025 at 08:52">13 Feb</time></span> <span class="ni-cat"> <a href="/news/tag/obituaries.htm?filter=2536">Obituaries</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/peer/lord-alton.htm">Lord Alton</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Lord Alton', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/tribute-earl-sandwich-lord-alton">Tribute to the Earl of Sandwich – by Lord Alton</a> </div> <div class="ni-desc"> <a href="/thehouse/article/tribute-earl-sandwich-lord-alton">A hereditary peer who supported Lords reform and devoted his life to the causes of international development and human rights, John Montagu was a man of expertise, kindness and wisdom</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/unlocking-uks-potential-apprenticeships-skills-drive-economic-growth-workforce-sustainability"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2025_02/WSP_apprentices_achbyj.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2025_02/WSP_apprentices_achbyj.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2025_02/WSP_apprentices_achbyj.jpg 340w" class="lazyload" alt="Unlocking the UK’s Potential: How Apprenticeships and Skills Drive Economic Growth and Workforce Sustainability"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-13T08:00" title="13 February 2025 at 08:00">13 Feb</time></span> <span class="ni-cat"> Education </span> </div> <div Class="ni-sponsor">By <a href="/members/profile/wsp">WSP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'WSP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/unlocking-uks-potential-apprenticeships-skills-drive-economic-growth-workforce-sustainability">Unlocking the UK’s Potential: How Apprenticeships and Skills Drive Economic Growth and Workforce Sustainability</a> </div> <div class="ni-desc"> <a href="/members/article/unlocking-uks-potential-apprenticeships-skills-drive-economic-growth-workforce-sustainability">As the UK looks towards a future powered by renewable energies, apprenticeships have a vital role to play in shaping the workforce. Offering a practical and scalable solution, they address the growing demand for talent in industries critical to delivering a Net Zero economy. With so much to do to deliver a resilient transition, the demand for skilled professionals across key sectors is accelerating fast and this is particularly notable in sectors like energy, where skilled workers are in high demand, but short supply.</a> </div> </div> </div></div> <div class="paging"> <ul class="pagination"> <li class="on"> <a href="?news_pg=1" class="on">1</a> </li> <li class=""> <a href="?news_pg=2" class="">2</a> </li> <li class=""> <a href="?news_pg=3" class="">3</a> </li> <li class=""> <a href="?news_pg=4" class="">4</a> </li> <li class=""> <a href="?news_pg=5" class="">5</a> </li> <li class="next"> <a href="?news_pg=2" class="next">></a> </li> <li class="last"> <a href="?news_pg=1852" class="last">>></a> </li> </ul> </div> </div> <div class="col col--25"> <a href="/more/become-a-member.htm" class="cta-block cta-block--square "> <div class="cta-img lazyload" data-bg="/ugc-1/uploads/pageblocks/223/3fccd129cc18a96b62770feb4b595f84.jpg"></div> <div class="h2"> Drive the <br>political debate </div> <p>Are you looking to engage with the most influential people in UK politics?</p> <div class="cta-bottom clearFix"> <p>Join our membership service today</p> <span class="btn btn--outlineWhite">Join now</span> </div> </a> <a href="/members.htm" class="cta-block"> <div class="cta-img cta-img--memb lazyload" data-bg="/ugc-1/uploads/pageblocks/224/d2e2086c731e960c218a5d04370e76d1.jpg"></div> <div class="h4 textCenter">Search our members</div> <p class="textCenter"> <span class="btn btn--outlineWhite">Search</span> </p> </a> </div> </div> </div> <div class="row row--events row--hasTitle row--hasLink"> <div class="news-title"> <span class="nt-cat h5">Events</span><span class="nt-link"><a class="icon icon--all" href="/events.htm">All</a></span> </div> <div class="msg msgAssist"> <p>* No articles found</p> </div> </div><div class="row row--ad"> <!-- /1048162/ph/houselive_mid --> <div id='div-gpt-ad-1597745819971-1' class="ph-ad"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1597745819971-1'); setInterval(function () { googletag.pubads().refresh([gptadslots[0]]); }, 120000); }); </script> </div> </div> <div class="row clearFix"> <div class="row-x2-split"> <div class="news-title"> <span class="nt-cat h5"> Coronavirus</span> <span class="nt-link"> <a id="cp1_ctl00_ctl03_rp_seeAll_0" class="icon icon--all" href="/news/coronavirus.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg "> <div class="news-item"> <div class="ni-image "> <a href="/members/article/uk-ready-next-pandemic"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_01/CGP_06.01_wlhqw6.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_01/CGP_06.01_wlhqw6.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_01/CGP_06.01_wlhqw6.jpg 340w" class="lazyload" alt="Is the UK ready for the next pandemic?"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-01-06T08:00" title="06 January 2025 at 08:00">06 Jan</time></span> <span class="ni-cat"><a href="/news/coronavirus.htm">Coronavirus</a></span> </div> <div Class="ni-sponsor">By Coalition for Global Prosperity</div><script>ga('send', 'event', 'Image', 'Impression', 'Coalition for Global Prosperity', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/uk-ready-next-pandemic">Is the UK ready for the next pandemic?</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/plague-forgetfulness-ready-next-covid"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2024_11/pandemic2_jeipeg_spnltf.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2024_11/pandemic2_jeipeg_spnltf.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2024_11/pandemic2_jeipeg_spnltf.jpg 340w" class="lazyload" alt="Are we ready for the next Covid?"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-18T10:57" title="18 November 2024 at 10:57">18 Nov 2024</time></span> <span class="ni-cat"><a href="/news/coronavirus.htm">Coronavirus</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/zoe-crowther.htm">Zoe Crowther</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Zoe Crowther', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/plague-forgetfulness-ready-next-covid">Are we ready for the next Covid?</a> </div> </div> </div> </div> </div> <div class="row-x2-split"> <div class="news-title"> <span class="nt-cat h5"> Brexit</span> <span class="nt-link"> <a id="cp1_ctl00_ctl03_rp_seeAll_1" class="icon icon--all" href="/news/brexit.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg "> <div class="news-item"> <div class="ni-image "> <a href="/members/article/toward-euuk-veterinary-agreement"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2024_10/lizm_bvahq_nqdncx.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2024_10/lizm_bvahq_nqdncx.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2024_10/lizm_bvahq_nqdncx.jpg 340w" class="lazyload" alt="Toward an EU-UK Veterinary Agreement"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-28T08:00" title="28 October 2024 at 08:00">28 Oct 2024</time></span> <span class="ni-cat"><a href="/news/brexit.htm">Brexit</a></span> </div> <div Class="ni-sponsor">By British Veterinary Association</div><script>ga('send', 'event', 'Image', 'Impression', 'British Veterinary Association', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/toward-euuk-veterinary-agreement">Toward an EU-UK Veterinary Agreement</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/ambitious-trade-deal-germany-wont-necessarily-lead-closer-relations-europe"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2024_09/2XY5MP8_si77et.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2024_09/2XY5MP8_si77et.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2024_09/2XY5MP8_si77et.jpg 340w" class="lazyload" alt="An ambitious trade deal with Germany won’t necessarily lead to closer relations with Europe"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-09-23T12:07" title="23 September 2024 at 12:07">23 Sep 2024</time></span> <span class="ni-cat"><a href="/news/brexit.htm">Brexit</a></span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/phil-brickell.htm">Phil Brickell MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Phil Brickell MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/ambitious-trade-deal-germany-wont-necessarily-lead-closer-relations-europe">An ambitious trade deal with Germany won’t necessarily lead to closer relations with Europe</a> </div> </div> </div> </div> </div> <div class="row-x2-split"> <div class="news-title"> <span class="nt-cat h5"> Communities</span> <span class="nt-link"> <a id="cp1_ctl00_ctl03_rp_seeAll_2" class="icon icon--all" href="/news/communities.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg "> <div class="news-item"> <div class="ni-image "> <a href="/members/article/building-societies-heart-communities"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/BSA-MichelleWalshPhotography-2_mnm4eq.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/BSA-MichelleWalshPhotography-2_mnm4eq.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/BSA-MichelleWalshPhotography-2_mnm4eq.jpg 340w" class="lazyload" alt="Building societies are at the heart of their communities"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-14T08:00" title="14 February 2025 at 08:00">14 Feb</time></span> <span class="ni-cat"><a href="/news/communities.htm">Communities</a></span> </div> <div Class="ni-sponsor">By <a href="/members/profile/building-societies-association-66360">Building Societies Association</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Building Societies Association', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/building-societies-heart-communities">Building societies are at the heart of their communities</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/work-progress-alison-mcgovern-employment-jobs"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/FOR_USE_alison_mcgovern-7917_TF_-_extended_ukjzhh.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/FOR_USE_alison_mcgovern-7917_TF_-_extended_ukjzhh.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/FOR_USE_alison_mcgovern-7917_TF_-_extended_ukjzhh.jpg 340w" class="lazyload" alt="Alison McGovern: 'Employment is 1,000 per cent a progressive cause'"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-10T11:30" title="10 February 2025 at 11:30">10 Feb</time></span> <span class="ni-cat"><a href="/news/communities.htm">Communities</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/tali-fraser.htm">Tali Fraser</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Tali Fraser', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/work-progress-alison-mcgovern-employment-jobs">Alison McGovern: "Employment is 1,000 per cent a progressive cause"</a> </div> </div> </div> </div> </div> <div class="row-x2-split"> <div class="news-title"> <span class="nt-cat h5"> Culture</span> <span class="nt-link"> <a id="cp1_ctl00_ctl03_rp_seeAll_3" class="icon icon--all" href="/news/culture.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg "> <div class="news-item"> <div class="ni-image "> <a href="/members/article/mission-raise-profile-safer-gambling"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2024_11/SGW_UK_TWITTER_datdbb.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2024_11/SGW_UK_TWITTER_datdbb.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2024_11/SGW_UK_TWITTER_datdbb.jpg 340w" class="lazyload" alt="We are on a mission to raise the profile of safer gambling"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-11-18T08:00" title="18 November 2024 at 08:00">18 Nov 2024</time></span> <span class="ni-cat"><a href="/news/culture.htm">Culture</a></span> </div> <div Class="ni-sponsor">By <a href="/members/profile/betting-and-gaming-council">Betting And Gaming Council</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Betting And Gaming Council', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/mission-raise-profile-safer-gambling">We are on a mission to raise the profile of safer gambling</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/we-cannot-let-terrestrial-tv-die"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2024_10/2PFRGYP_jjjblu.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2024_10/2PFRGYP_jjjblu.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2024_10/2PFRGYP_jjjblu.jpg 340w" class="lazyload" alt="Millions rely on terrestrial TV. We cannot let it die"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-24T15:05" title="24 October 2024 at 15:05">24 Oct 2024</time></span> <span class="ni-cat"><a href="/news/culture.htm">Culture</a></span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/sarah-champion.htm">Sarah Champion MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Sarah Champion MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/we-cannot-let-terrestrial-tv-die">Millions rely on terrestrial TV. We cannot let it die</a> </div> </div> </div> </div> </div> <div class="row-x2-split"> <div class="news-title"> <span class="nt-cat h5"> Defence</span> <span class="nt-link"> <a id="cp1_ctl00_ctl03_rp_seeAll_4" class="icon icon--all" href="/news/defence.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg "> <div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/we-must-be-clearer-with-public-threat-russia"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/2Y3G5MJ_zgqcl4.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/2Y3G5MJ_zgqcl4.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/2Y3G5MJ_zgqcl4.jpg 340w" class="lazyload" alt="We must be clearer with the public about the threat of Russia"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-06T13:20" title="06 February 2025 at 13:20">06 Feb</time></span> <span class="ni-cat"><a href="/news/defence.htm">Defence</a></span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/fred-thomas.htm">Fred Thomas</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Fred Thomas', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/we-must-be-clearer-with-public-threat-russia">We must be clearer with the public about the threat of Russia</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/hercules-crash-20-years-sacrifice-still-haunts"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_01/MNBBEM_nm4dvj.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_01/MNBBEM_nm4dvj.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_01/MNBBEM_nm4dvj.jpg 340w" class="lazyload" alt="Hercules crash: 20 years on, their loss still haunts me"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-01-29T17:00" title="29 January 2025 at 17:00">29 Jan</time></span> <span class="ni-cat"><a href="/news/defence.htm">Defence</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/calvin-bailey.htm">Calvin Bailey MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Calvin Bailey MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/hercules-crash-20-years-sacrifice-still-haunts">Hercules crash: 20 years on, their loss still haunts me</a> </div> </div> </div> </div> </div> <div class="row-x2-split"> <div class="news-title"> <span class="nt-cat h5"> Economy</span> <span class="nt-link"> <a id="cp1_ctl00_ctl03_rp_seeAll_5" class="icon icon--all" href="/news/economy.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg "> <div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/employment-rights-bill-whistleblower-protections"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/2K5MJ8M_jdkvxz.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/2K5MJ8M_jdkvxz.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/2K5MJ8M_jdkvxz.jpg 340w" class="lazyload" alt="We have a rare opportunity to give whistle blowers the support they deserve"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-14T10:45" title="14 February 2025 at 10:45">14 Feb</time></span> <span class="ni-cat"><a href="/news/economy.htm">Economy</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/alex-sobel-mp-azeem-rafiq.htm">Alex Sobel MP and Azeem Rafiq</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Alex Sobel MP and Azeem Rafiq', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/employment-rights-bill-whistleblower-protections">We have a rare opportunity to give whistle blowers the support they deserve</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/new-appg-brings-closer-links-advertising-industry-parliamentarians"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_01/APPG_launched_with_Dame_Karen_Bradley_speaking_lvowvx.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_01/APPG_launched_with_Dame_Karen_Bradley_speaking_lvowvx.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_01/APPG_launched_with_Dame_Karen_Bradley_speaking_lvowvx.jpg 340w" class="lazyload" alt="New APPG brings closer links between the advertising industry and parliamentarians"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-04T08:00" title="04 February 2025 at 08:00">04 Feb</time></span> <span class="ni-cat"><a href="/news/economy.htm">Economy</a></span> </div> <div Class="ni-sponsor">By <a href="/members/profile/advertising-association">Advertising Association</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Advertising Association', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/new-appg-brings-closer-links-advertising-industry-parliamentarians">New APPG brings closer links between the advertising industry and parliamentarians</a> </div> </div> </div> </div> </div> <div class="row-x2-split"> <div class="news-title"> <span class="nt-cat h5"> Education</span> <span class="nt-link"> <a id="cp1_ctl00_ctl03_rp_seeAll_6" class="icon icon--all" href="/news/education.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg "> <div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/apprenticeships-offer-job-security-close-skills-gap-dont-look"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/d36efe59-7d8f-4eb1-b107-7f83bebc8e1b_dshrvz.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/d36efe59-7d8f-4eb1-b107-7f83bebc8e1b_dshrvz.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/d36efe59-7d8f-4eb1-b107-7f83bebc8e1b_dshrvz.jpg 340w" class="lazyload" alt="Apprenticeships can offer job security and close the skills gap – don’t look down on them"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-13T09:00" title="13 February 2025 at 09:00">13 Feb</time></span> <span class="ni-cat"><a href="/news/education.htm">Education</a></span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/baggy-shanker.htm">Baggy Shanker</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Baggy Shanker', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/apprenticeships-offer-job-security-close-skills-gap-dont-look">Apprenticeships can offer job security and close the skills gap – don’t look down on them</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/unlocking-uks-potential-apprenticeships-skills-drive-economic-growth-workforce-sustainability"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/WSP_apprentices_achbyj.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/WSP_apprentices_achbyj.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/WSP_apprentices_achbyj.jpg 340w" class="lazyload" alt="Unlocking the UK’s Potential: How Apprenticeships and Skills Drive Economic Growth and Workforce Sustainability"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-13T08:00" title="13 February 2025 at 08:00">13 Feb</time></span> <span class="ni-cat"><a href="/news/education.htm">Education</a></span> </div> <div Class="ni-sponsor">By <a href="/members/profile/wsp">WSP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'WSP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/unlocking-uks-potential-apprenticeships-skills-drive-economic-growth-workforce-sustainability">Unlocking the UK’s Potential: How Apprenticeships and Skills Drive Economic Growth and Workforce Sustainability</a> </div> </div> </div> </div> </div> <div class="row-x2-split"> <div class="news-title"> <span class="nt-cat h5"> Energy</span> <span class="nt-link"> <a id="cp1_ctl00_ctl03_rp_seeAll_7" class="icon icon--all" href="/news/energy.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg "> <div class="news-item"> <div class="ni-image "> <a href="/members/article/uk-lead-global-expansion-offshore-wind"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/GOW_technicians-on-vessel-5-2022_99_new_-1200px_phwkny.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/GOW_technicians-on-vessel-5-2022_99_new_-1200px_phwkny.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/GOW_technicians-on-vessel-5-2022_99_new_-1200px_phwkny.jpg 340w" class="lazyload" alt="The UK can – and must – lead the global expansion of offshore wind"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-17T08:00" title="17 February 2025 at 08:00"><span class="icon icon--clock"></span>28 min</time></span> <span class="ni-cat"><a href="/news/energy.htm">Energy</a></span> </div> <div Class="ni-sponsor">By <a href="/members/profile/orsted">Ørsted</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Ørsted', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/uk-lead-global-expansion-offshore-wind">The UK can – and must – lead the global expansion of offshore wind</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/uks-nuclear-family-delivering-people-communities-nation-planet"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/NWiP_DKP_speaking_960x640_nhez9p.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/NWiP_DKP_speaking_960x640_nhez9p.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/NWiP_DKP_speaking_960x640_nhez9p.jpg 340w" class="lazyload" alt="The UK’s Nuclear Family: Delivering for People, Communities, the Nation and the Planet"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-13T08:00" title="13 February 2025 at 08:00">13 Feb</time></span> <span class="ni-cat"><a href="/news/energy.htm">Energy</a></span> </div> <div Class="ni-sponsor">By <a href="/members/profile/sellafield-ltd">Sellafield Ltd</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Sellafield Ltd', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/uks-nuclear-family-delivering-people-communities-nation-planet">The UK’s Nuclear Family: Delivering for People, Communities, the Nation and the Planet</a> </div> </div> </div> </div> </div> <div class="row-x2-split"> <div class="news-title"> <span class="nt-cat h5"> Environment</span> <span class="nt-link"> <a id="cp1_ctl00_ctl03_rp_seeAll_8" class="icon icon--all" href="/news/environment.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg "> <div class="news-item"> <div class="ni-image "> <a href="/members/article/43-mps-peers-urge-ministers-put-public-health-bobble-hats"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_01/Baby_foxes_fur_farm_psfnlq.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_01/Baby_foxes_fur_farm_psfnlq.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_01/Baby_foxes_fur_farm_psfnlq.jpg 340w" class="lazyload" alt="43 MPs and peers urge ministers: put public health before bobble hats"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-05T08:00" title="05 February 2025 at 08:00">05 Feb</time></span> <span class="ni-cat"><a href="/news/environment.htm">Environment</a></span> </div> <div Class="ni-sponsor">By <a href="/members/profile/humane-society-international-uk">Humane Society International UK</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Humane Society International UK', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/43-mps-peers-urge-ministers-put-public-health-bobble-hats">43 MPs and peers urge ministers: put public health before bobble hats</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/establish-close-season-hare-shooting-england-wales-halt-species-decline"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_01/HGXYWT_Low_Res_hares_cropped_a_bit_more_xihf6s.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_01/HGXYWT_Low_Res_hares_cropped_a_bit_more_xihf6s.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_01/HGXYWT_Low_Res_hares_cropped_a_bit_more_xihf6s.jpg 340w" class="lazyload" alt="We must establish a close season on hare shooting in England and Wales to halt the species’ decline"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-01-27T09:38" title="27 January 2025 at 09:38">27 Jan</time></span> <span class="ni-cat"><a href="/news/environment.htm">Environment</a></span> </div> <div Class="ni-sponsor">By <a href="/thehouse/peer/baroness-helic.htm">Baroness Helic</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Baroness Helic', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/establish-close-season-hare-shooting-england-wales-halt-species-decline">We must establish a close season on hare shooting in England and Wales to halt the species’ decline</a> </div> </div> </div> </div> </div> <div class="row-x2-split"> <div class="news-title"> <span class="nt-cat h5"> Foreign affairs</span> <span class="nt-link"> <a id="cp1_ctl00_ctl03_rp_seeAll_9" class="icon icon--all" href="/news/foreign-affairs.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg "> <div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/artful-dealing"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/2MWHJG0_Low_Res_okrtri.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/2MWHJG0_Low_Res_okrtri.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/2MWHJG0_Low_Res_okrtri.jpg 340w" class="lazyload" alt="Artful Dealing: How to deal with Donald Trump from No 10"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-12T16:52" title="12 February 2025 at 16:52">12 Feb</time></span> <span class="ni-cat"><a href="/news/foreign-affairs.htm">Foreign affairs</a></span> </div> <div Class="ni-sponsor">By <a href=" ">Katie Perrior</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Katie Perrior', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/artful-dealing">Artful Dealing: How to deal with Donald Trump from No 10</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/united-states-ally"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/2SANMCW_hx8jol.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/2SANMCW_hx8jol.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/2SANMCW_hx8jol.jpg 340w" class="lazyload" alt="The United States is not the ally it once was"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-08T08:00" title="08 February 2025 at 08:00">08 Feb</time></span> <span class="ni-cat"><a href="/news/foreign-affairs.htm">Foreign affairs</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/kim-darroch.htm">Lord Darroch</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Lord Darroch', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/united-states-ally">The United States is not the ally it once was</a> </div> </div> </div> </div> </div> <div class="row-x2-split"> <div class="news-title"> <span class="nt-cat h5"> Health</span> <span class="nt-link"> <a id="cp1_ctl00_ctl03_rp_seeAll_10" class="icon icon--all" href="/news/health-care.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg "> <div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/heathrow-expansion-plan-never-fly"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/2CTKYJ0_viosfl.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/2CTKYJ0_viosfl.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/2CTKYJ0_viosfl.jpg 340w" class="lazyload" alt="Heathrow expansion is a plan that will never fly"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-12T09:00" title="12 February 2025 at 09:00">12 Feb</time></span> <span class="ni-cat"><a href="/news/health-care.htm">Health</a></span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/barry-gardiner.htm">Barry Gardiner MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Barry Gardiner MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/heathrow-expansion-plan-never-fly">Heathrow expansion is a plan that will never fly</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/domestic-abuse-training-amendment-assisted-dying-bill"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/2S9CWMA_ngkeau.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/2S9CWMA_ngkeau.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/2S9CWMA_ngkeau.jpg 340w" class="lazyload" alt="The assisted dying bill treats professionals as infallible – they aren’t"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-11T17:00" title="11 February 2025 at 17:00">11 Feb</time></span> <span class="ni-cat"><a href="/news/health-care.htm">Health</a></span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/@Jess4Lowestoft.htm">Jess Asato MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Jess Asato MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/domestic-abuse-training-amendment-assisted-dying-bill">The assisted dying bill treats professionals as infallible – they aren’t</a> </div> </div> </div> </div> </div> <div class="row-x2-split"> <div class="news-title"> <span class="nt-cat h5"> Home affairs</span> <span class="nt-link"> <a id="cp1_ctl00_ctl03_rp_seeAll_11" class="icon icon--all" href="/news/home-affairs.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg "> <div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/forced-marriage-charities-warn-urgent-action-needed-stem-rising-cases"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/for_online_not_sure_bgmdzm.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/for_online_not_sure_bgmdzm.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/for_online_not_sure_bgmdzm.jpg 340w" class="lazyload" alt="Forced marriage: charities warn 'urgent action' needed to stem rising cases"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-04T09:00" title="04 February 2025 at 09:00">04 Feb</time></span> <span class="ni-cat"><a href="/news/home-affairs.htm">Home affairs</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/sophie-church.htm">Sophie Church</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Sophie Church', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/forced-marriage-charities-warn-urgent-action-needed-stem-rising-cases">Forced marriage: charities warn 'urgent action' needed to stem rising cases</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/outdated-practice-magistrates-hearing-private-law-childrens-cases-abolished"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/EP6XGX_wqhrb0.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/EP6XGX_wqhrb0.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/EP6XGX_wqhrb0.jpg 340w" class="lazyload" alt="The outdated practice of magistrates hearing private law children’s cases must be abolished"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-03T11:30" title="03 February 2025 at 11:30">03 Feb</time></span> <span class="ni-cat"><a href="/news/communities.htm">Communities</a></span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/neil-shastrihurst.htm">Dr Neil Shastri-Hurst MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Dr Neil Shastri-Hurst MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/outdated-practice-magistrates-hearing-private-law-childrens-cases-abolished">The outdated practice of magistrates hearing private law children’s cases must be abolished</a> </div> </div> </div> </div> </div> <div class="row-x2-split"> <div class="news-title"> <span class="nt-cat h5"> Political parties</span> <span class="nt-link"> <a id="cp1_ctl00_ctl03_rp_seeAll_12" class="icon icon--all" href="/news/political-parties.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg "> <div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/labours-lost-voters-loss"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/2X8F8F4_dyvo9v.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/2X8F8F4_dyvo9v.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/2X8F8F4_dyvo9v.jpg 340w" class="lazyload" alt="Labour’s lost voters are at a loss"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-10T16:00" title="10 February 2025 at 16:00">10 Feb</time></span> <span class="ni-cat"><a href="/news/political-parties.htm">Political parties</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/ben-shimshon-and-teresa-kuhn.htm">Ben Shimshon and Teresa Kuhn</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Ben Shimshon and Teresa Kuhn', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/labours-lost-voters-loss">Labour’s lost voters are at a loss</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/professor-see-now-majority-envy"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/professor_mvlyfg.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/professor_mvlyfg.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/professor_mvlyfg.jpg 340w" class="lazyload" alt="The professor will see you now - majority envy"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-10T06:00" title="10 February 2025 at 06:00">10 Feb</time></span> <span class="ni-cat"><a href="/news/political-parties.htm">Political parties</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/professor-philip-cowley.htm">Professor Philip Cowley</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Professor Philip Cowley', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/professor-see-now-majority-envy">The professor will see you now - majority envy</a> </div> </div> </div> </div> </div> <div class="row-x2-split"> <div class="news-title"> <span class="nt-cat h5"> Social affairs</span> <span class="nt-link"> <a id="cp1_ctl00_ctl03_rp_seeAll_13" class="icon icon--all" href="/news/social-affairs.htm">All</a> </span> </div> <div class="news-list news-list--x2 news-list--tallImg "> <div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/employment-rights-bill-lite-wont-cut-it-paul-nowak"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/paul_nowak-6948retouch_1227_szxcbw.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_02/paul_nowak-6948retouch_1227_szxcbw.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_02/paul_nowak-6948retouch_1227_szxcbw.jpg 340w" class="lazyload" alt="''Employment Rights Bill Lite' won't cut it': TUC's Paul Nowak"> </a> <span class="ni-tag ni-tag--house"></span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-12T08:00" title="12 February 2025 at 08:00">12 Feb</time></span> <span class="ni-cat"><a href="/news/social-affairs.htm">Social affairs</a></span> </div> <div Class="ni-sponsor">By <a href="/news/author/sophie-church.htm">Sophie Church</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Sophie Church', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/employment-rights-bill-lite-wont-cut-it-paul-nowak">'"Employment Rights Bill Lite" won't cut it': TUC's Paul Nowak</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/workplace-gambling-support-lags-behind-mental-health-policies-gamcare-research-shows"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_01/iStock-2151652019_fxnhu4.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_250,h_148,f_auto/v1/news/2025_01/iStock-2151652019_fxnhu4.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_80,w_340,h_200,f_auto/v1/news/2025_01/iStock-2151652019_fxnhu4.jpg 340w" class="lazyload" alt="Workplace gambling support lags behind mental health policies, GamCare research shows"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2025-02-10T08:00" title="10 February 2025 at 08:00">10 Feb</time></span> <span class="ni-cat"><a href="/news/health-care.htm">Health</a></span> </div> <div Class="ni-sponsor">By GamCare</div><script>ga('send', 'event', 'Image', 'Impression', 'GamCare', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/workplace-gambling-support-lags-behind-mental-health-policies-gamcare-research-shows">Workplace gambling support lags behind mental health policies, GamCare research shows</a> </div> </div> </div> </div> </div> </div><div class="subs-popup subs-popup--membership"> <div class="subs-close"><span class="icon icon--subsClose">Close</span></div> <div class="h4 h4--sm">Become a PoliticsHome<br> Member today!</div> <div><a href="/more/become-a-member.htm" class="btn btn--outlineWhite">Find out more</a></div> </div><div class="row row--ad"> <!-- /1048162/ph/houselive_bot --> <div id='div-gpt-ad-1597745819971-2' class="ph-ad"> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1597745819971-2'); setInterval(function () { googletag.pubads().refresh([gptadslots[0]]); }, 120000); }); </script> </div> </div><div id="poool-polhome" style="display:none;"> </div> </div> </div> </main> <footer> <div class="container"> <div class="ftr-col ftr-col--left clearFix"> <div class="ftr-subsWrap"> <div class="h3">Sign up for our newsletters</div> <div class="ftr-subs clearFix"> <a href="https://www.politicshome.com/account.htm"> <div class="ftrs-img"> <img class="lazyload" data-src="/ugc-1/uploads/pageblocks/11069/199d2e61b2961d864564a149aad3fe91.png" alt="Subscribe" /> </div> <div class="ftrs-text"> <p>Get daily news alerts and weekend round-ups straight to your inbox.</p> <p><span class="btn btn--black">Subscribe</span></p> </div> </a> </div> <div class="subs-popup subs-popup--membership"> <div class="subs-close"><span class="icon icon--subsClose">Close</span></div> <div class="h4 h4--sm">Sign up to the PoliticsHome<br> newsletter today!</div> <div><a href="/account.htm" class="btn btn--outlineWhite">Find out more</a></div> </div> </div> <div class="ftr-copyWrap"> <p>Registered in England & Wales under No. 07291783</p> <p>© Political Holdings Limited <script>document.write(new Date().getFullYear());</script></p> </div> </div> <div class="ftr-col ftr-col--right clearFix flx flx--wr"> <div class="ftr-subcol ftr-subcol--1"> <div class="h5">Quick links</div> <ul> <li><a href="/">Home</a></li> <li><a href="/news">News</a></li> <li><a href="/thehouse">The House Live</a></li> <!--li><a href="/must-reads">Must Reads</a></li--> <li><a href="/events">Events</a></li> <li><a href="/members">Members' Directory</a></li> <li><a href="/more/marketing-opportunities.htm">Commercial Opportunities</a></li> <li><a href="/more/about-politicshome.htm">About Us</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <div class="ftr-subcol ftr-subcol--1"> <div class="h5">More from Total Politics</div> <ul> <li><a href="http://www.holyrood.com" target="_blank">Holyrood</a></li> <li><a href="http://www.theparliamentmagazine.eu/" target="_blank">The Parliament</a></li> <li><a href="http://www.civilserviceworld.com" target="_blank">Civil Service World</a></li> <li><a href="http://www.publictechnology.net/" target="_blank">PublicTechnology.net</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <div class="ftr-subcol ftr-subcol--1 ftr-subcol--last"> <div class="h5">About Us</div> <ul> <li><a href="https://www.totalpolitics.com/" target="_blank">Total Politics Group</a></li> <li><a href="https://www.totalpolitics.com/docs/privacy-policy.pdf" target="_blank">Privacy Policy</a></li> <li><a href="https://www.totalpolitics.com/docs/Website_Terms_and_Conditions_of_Use.pdf" target="_blank">Terms & Conditions</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <div class="ftr-subcol ftr-subcol--1"> <div class="h5">Services</div> <ul> <li><a href="https://www.totalpolitics.com/media/" target="_blank">Media</a></li> <li><a href="https://www.totalpolitics.com/events/" target="_blank">Events</a></li> <li><a href="https://www.totalpolitics.com/training/" target="_blank">Training</a></li> </ul> <span class="icon icon--chevDown"></span> </div> </div> </div> </footer> <div class="to-top" title="Back to top"></div> <!--Skin Ad Unit--> <!-- /1048162/ph/houselive_skin --> <div id='div-gpt-ad-1597745819971-5'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1597745819971-5'); }); </script> </div> <!-- /1048162/ph/houselive_pixel-1 --> <div id='div-gpt-ad-1597745819971-6'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1597745819971-6'); }); </script> </div> <!-- /1048162/ph/houselive_pixel-2 --> <div id='div-gpt-ad-1597745819971-7'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1597745819971-7'); }); </script> </div> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ajax', 'form1', [], [], [], 90, 'ctl00'); //]]> </script> <!-- Quantcast Tag --> <script async type="text/javascript"> var _qevents = _qevents || []; (function () { var elem = document.createElement('script'); elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js"; elem.async = true; elem.type = "text/javascript"; var scpt = document.getElementsByTagName('script')[0]; scpt.parentNode.insertBefore(elem, scpt); })(); _qevents.push({ qacct: "p-1C3fJ9awG115y" }); function dodsCheckQuantCast () { if (typeof(window.__tcfapi) !== 'function') { setTimeout(function () { dodsCheckQuantCast(); }, 250); } else { __tcfapi('getTCData', 2, function(tcData, success) { if (!success || tcData.cmpStatus != "loaded") { setTimeout(function () { dodsCheckQuantCast(); }, 250); } else { __tcfapi('addEventListener', 2, function(tcData, success) { if (success) { dodsGetVendorConsents(tcData); } }); } }); } } dodsCheckQuantCast(); function dodsGetVendorConsents(tcData) { // Google GDPR checks console.log('Google GDPR checks', tcData.eventStatus, tcData.gdprApplies); if(tcData.eventStatus === 'tcloaded' || tcData.eventStatus === 'useractioncomplete') { if (!tcData.gdprApplies) { console.log('GDPR does not apply'); // Do nothing as all ads allowed } else { console.log('GDPR applies'); // GDPR applies // Purpose 1 refers to the storage and/or access of information on a device. var hasDeviceStorageAndAccessConsent = tcData.purpose.consents[1] || false; // Google Requires Consent for Purpose 1 console.log('Storage consent', hasDeviceStorageAndAccessConsent); if (hasDeviceStorageAndAccessConsent) { var hasGoogleAdvertisingProductsConsent = tcData.vendor.consents[755] || false; // Google Advertising (IAB Vendor ID 755) console.log('Google consent', hasGoogleAdvertisingProductsConsent); if (hasGoogleAdvertisingProductsConsent) { var hasPersonalizedProfileConsent = tcData.purpose.consents[3] || false; var hasPersonalizedAdsConsent = tcData.purpose.consents[4] || false; // Check if have add personalization consent Purpose 3 and 4 console.log('Google personalization consent', hasPersonalizedAdsConsent, hasPersonalizedProfileConsent); if( hasPersonalizedAdsConsent && hasPersonalizedProfileConsent ) { // Set request non-personalized ads to false. (do nothing as default) } else { // Set request non-personalized ads to true. googletag.cmd.push(function() { googletag.pubads().setRequestNonPersonalizedAds(1); }); } } } } // Refresh the ads after the consent has been configured googletag.cmd.push(function() { googletag.pubads().refresh(); }); } } </script> <noscript> <div style="display:none;"> <img src="//pixel.quantserve.com/pixel/p-1C3fJ9awG115y.gif" border="0" height="1" width="1" alt="Quantcast"/> </div> </noscript> <!-- End Quantcast tag --> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="90059987" /> </div></form> <script src="https://res.cloudinary.com/dyw8mv3b0/raw/upload/js/advert.js" type="text/javascript"></script> </body> </html>