CINXE.COM

Greening the Nation

<!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&amp;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 --> <!-- 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 = []; googletag.pubads().setTargeting("environment","production"); }); </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/hub/greening-nation" /> <meta property="og:site_name" content="Politics Home" /> <meta property="og:locale" content="en_GB" /> <meta property="og:title" content="Greening the Nation" /> <meta property="og:description" content="" /> <meta property="og:url" content="https://www.politicshome.com/hub/greening-nation" /> <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="2023-08-25 10:55:06" /> <meta property="article:modified_time" content="2024-09-04 13:10:42" /> <meta name="Description" content=" " /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@politicshome" /> <meta name="twitter:url" content="https://www.politicshome.com/hub/greening-nation" /> <meta name="twitter:title" content="Greening the Nation" /> <meta name="twitter:description" content="&lt;script src=&quot;https://www.politicshome.com/ugc-1/1/15/0/sponsor_banner_js.js&quot;>&lt;/script> &lt;script src=&quot;https://www.politicshome.com/ugc-1/1/11/0/greeningthenationheader2024.js&quot;>&lt;/script> " /> <meta name="twitter:image" content="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/share.jpg" /> <title> Greening the Nation </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="/hub/greening-nation" 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="/wEPDwULLTE5Njg1MzgzMTcPZBYCZg9kFgRmD2QWFgISDxYCHgRocmVmBUNodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvcmF3L3VwbG9hZC9jc3MvY29yZS12OC5taW4uY3NzZAITDxYCHwAFRmh0dHBzOi8vcmVzLmNsb3VkaW5hcnkuY29tL2R5dzhtdjNiMC9yYXcvdXBsb2FkL2Nzcy9sYXlvdXQtdjI0Lm1pbi5jc3NkAhcPFgIfAAVRaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL2ltYWdlL3VwbG9hZC9pbWcvX2Zhdmljb25zL2Zhdmljb24tMzJ4MzIucG5nZAIYDxYCHwAFUWh0dHBzOi8vcmVzLmNsb3VkaW5hcnkuY29tL2R5dzhtdjNiMC9pbWFnZS91cGxvYWQvaW1nL19mYXZpY29ucy9mYXZpY29uLTE2eDE2LnBuZ2QCGQ8WAh8ABVRodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvaW1hZ2UvdXBsb2FkL2ltZy9fZmF2aWNvbnMvYXBwbGUtdG91Y2gtaWNvbi5wbmdkAhsPFgIfAAVVaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL2ltYWdlL3VwbG9hZC9pbWcvX2Zhdmljb25zL3NhZmFyaS1waW5uZWQtdGFiLnN2Z2QCHA8VAjNodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvcmF3L3VwbG9hZC9qcy8zaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL3Jhdy91cGxvYWQvanMvZAIeD2QWBAIBDxYCHgRUZXh0BTxnb29nbGV0YWcucHViYWRzKCkuc2V0VGFyZ2V0aW5nKCJlbnZpcm9ubWVudCIsInByb2R1Y3Rpb24iKTtkAgIPFgIfAWVkAiIPFgIfAQVSDQo8bGluayByZWw9ImNhbm9uaWNhbCIgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9odWIvZ3JlZW5pbmctbmF0aW9uIiAvPmQCIw8WAh8BBY8FDQo8bWV0YSBwcm9wZXJ0eT0ib2c6c2l0ZV9uYW1lIiBjb250ZW50PSJQb2xpdGljcyBIb21lIiAvPg0KPG1ldGEgcHJvcGVydHk9Im9nOmxvY2FsZSIgY29udGVudD0iZW5fR0IiIC8+DQo8bWV0YSBwcm9wZXJ0eT0ib2c6dGl0bGUiIGNvbnRlbnQ9IkdyZWVuaW5nIHRoZSBOYXRpb24iIC8+DQo8bWV0YSBwcm9wZXJ0eT0ib2c6ZGVzY3JpcHRpb24iIGNvbnRlbnQ9IiIgLz4NCjxtZXRhIHByb3BlcnR5PSJvZzp1cmwiIGNvbnRlbnQ9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vaHViL2dyZWVuaW5nLW5hdGlvbiIgLz4NCjxtZXRhIHByb3BlcnR5PSJvZzppbWFnZSIgY29udGVudD0iaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL2ltYWdlL3VwbG9hZC9pbWcvc2hhcmUuanBnIiAvPg0KPG1ldGEgcHJvcGVydHk9Im9nOmltYWdlOnR5cGUiIGNvbnRlbnQ9ImltYWdlL2pwZWciIC8+DQo8bWV0YSBwcm9wZXJ0eT0ib2c6dHlwZSIgY29udGVudD0iYXJ0aWNsZSIgLz4NCjxtZXRhIHByb3BlcnR5PSJhcnRpY2xlOnB1Ymxpc2hlZF90aW1lIiBjb250ZW50PSIyMDIzLTA4LTI1IDEwOjU1OjA2IiAvPg0KPG1ldGEgcHJvcGVydHk9ImFydGljbGU6bW9kaWZpZWRfdGltZSIgY29udGVudD0iMjAyNC0wOS0wNCAxMzoxMDo0MiIgLz4NCmQCJA8WAh4HY29udGVudAUGDQoNCg0KZAICEGRkFgYCAQ9kFgJmD2QWDAIBDxYCHgdWaXNpYmxlaGQCAg8WAh8BBUoNCiAgICAgICAgICAgIDxhIGhyZWY9Ii8iIGNsYXNzPSJsb2dvIGhpZGVUZXh0Ij5Qb2xpdGljc0hvbWU8L2E+DQogICAgICAgIGQCBA8WAh8BBZojPHVsPjxsaT48YSBocmVmPSIvIiB0aXRsZT0iUG9saXRpY3Nob21lLmNvbSB8IEJyZWFraW5nIHBvbGl0aWNzIGFuZCBwb2xpdGljYWwgbmV3cyBmb3IgV2VzdG1pbnN0ZXIgYW5kIHRoZSBVSyI+PHNwYW4+SG9tZTwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9Im5vU3ViIGxpSGFzQ2hpbGRyZW4gbGlPbiI+PGEgaHJlZj0iL25ld3MuaHRtIiBjbGFzcz0ib24iIHRpdGxlPSJOZXdzIHwgUG9saXRpY3Nob21lLmNvbSI+PHNwYW4+TmV3czwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvbmV3cy9jb3N0LW9mLWxpdmluZy5odG0iIHRpdGxlPSJDb3N0IG9mIExpdmluZyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvc3Qgb2YgTGl2aW5nPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9jb21tdW5pdGllcy5odG0iIHRpdGxlPSJDb21tdW5pdGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvbW11bml0aWVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9jdWx0dXJlLmh0bSIgdGl0bGU9IkN1bHR1cmUgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5DdWx0dXJlPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9kZWZlbmNlLmh0bSIgdGl0bGU9IkRlZmVuY2UgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5EZWZlbmNlPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9lY29ub215Lmh0bSIgdGl0bGU9IkVjb25vbXkgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FY29ub215PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9lZHVjYXRpb24uaHRtIiB0aXRsZT0iRWR1Y2F0aW9uIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RWR1Y2F0aW9uPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9lbmVyZ3kuaHRtIiB0aXRsZT0iRW5lcmd5IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RW5lcmd5PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9lbnZpcm9ubWVudC5odG0iIHRpdGxlPSJFbnZpcm9ubWVudCB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVudmlyb25tZW50PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9mb3JlaWduLWFmZmFpcnMuaHRtIiB0aXRsZT0iRm9yZWlnbiBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Rm9yZWlnbiBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9oZWFsdGgtY2FyZS5odG0iIHRpdGxlPSJIZWFsdGggJmFtcDsgQ2FyZSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkhlYWx0aCAmIENhcmU8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2hvbWUtYWZmYWlycy5odG0iIHRpdGxlPSJIb21lIEFmZmFpcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Ib21lIEFmZmFpcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL3BvbGl0aWNhbC1wYXJ0aWVzLmh0bSIgdGl0bGU9IlBvbGl0aWNhbCBQYXJ0aWVzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+UG9saXRpY2FsIFBhcnRpZXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL3NvY2lhbC1hZmZhaXJzLmh0bSIgdGl0bGU9IlNvY2lhbCBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+U29jaWFsIEFmZmFpcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL3RyYW5zcG9ydC5odG0iIHRpdGxlPSJUcmFuc3BvcnQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5UcmFuc3BvcnQ8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjxsaSBjbGFzcz0ibm9TdWIgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL3RoZWhvdXNlLmh0bSIgdGl0bGU9IlRoZSBIb3VzZSBMaXZlIHwgUG9saXRpY3Nob21lLmNvbSI+PHNwYW4+VGhlIEhvdXNlIExpdmU8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL3RoZWhvdXNlL2Fib3V0LXRoZS1ob3VzZS5odG0iIHRpdGxlPSJUaGUgSG91c2UgTWFnYXppbmUgLSA0MCB5ZWFycyBzaGluaW5nIGEgbGlnaHQgb24gZXZlbnRzIGluIFBhcmxpYW1lbnQiPjxzcGFuPlRoZSBIb3VzZSBNYWdhemluZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iaHR0cHM6Ly9sb25ncmVhZHMucG9saXRpY3Nob21lLmNvbS8iIHRpdGxlPSJMb25nIHJlYWRzIiB0YXJnZXQ9Il9ibGFuayI+PHNwYW4+TG9uZyBSZWFkczwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9ImxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii90aGVob3VzZS9wYXJ0bmVyLWNvbnRlbnQvd2l3Lmh0bSIgdGl0bGU9IldvbWVuIGluIFdlc3RtaW5zdGVyIj48c3Bhbj5Xb21lbiBpbiBXZXN0bWluc3Rlcjwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvaHViL3dvbWVuLXdlc3RtaW5zdGVyLWNvbnZlcnNhdGlvbiIgdGl0bGU9IkluIENvbnZlcnNhdGlvbiBXaXRoIj48c3Bhbj5JbiBDb252ZXJzYXRpb24gV2l0aDwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PGxpPjxhIGhyZWY9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vbWVtYmVycy9kaXJlY3RvcnkuaHRtIiB0aXRsZT0iTWVtYmVycyBEaXJlY3RvcnkiPjxzcGFuPk1lbWJlcnMgRGlyZWN0b3J5PC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii90aGVob3VzZS9wYXJ0bmVyLWNvbnRlbnQuaHRtIiB0aXRsZT0iUGFydG5lciBDb250ZW50Ij48c3Bhbj5QYXJ0bmVyIENvbnRlbnQ8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9odWIvdGhlcGF0aHRvbmV0emVybyIgdGl0bGU9IlRoZSBQYXRoIFRvIE5ldCBaZXJvIj48c3Bhbj5UaGUgUGF0aCBUbyBOZXQgWmVybzwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9ImxpT24iPjxhIGhyZWY9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vaHViL2dyZWVuaW5nLW5hdGlvbiIgY2xhc3M9Im9uIiB0aXRsZT0iR3JlZW5pbmcgdGhlIE5hdGlvbiI+PHNwYW4+R3JlZW5pbmcgdGhlIE5hdGlvbjwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL2h1Yi90aGUtaG91c2UtY29ubmVjdGluZy1jb21tdW5pdGllcyIgdGl0bGU9IkNvbm5lY3RpbmcgY29tbXVuaXRpZXMiPjxzcGFuPkNvbm5lY3RpbmcgQ29tbXVuaXRpZXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9odWIvZW5naW5lZXJpbmctYS1iZXR0ZXItd29ybGQiIHRpdGxlPSJFbmdpbmVlcmluZyBhIGJldHRlciB3b3JsZCI+PHNwYW4+RW5naW5lZXJpbmcgYSBCZXR0ZXIgV29ybGQ8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzLmh0bSIgdGl0bGU9IkJlY29tZSBhIE1lbWJlciI+PHNwYW4+QmVjb21lIGEgTWVtYmVyPC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48L3VsPjwvbGk+PGxpPjxhIGhyZWY9Ii9ldmVudHMuaHRtIiB0aXRsZT0iRXZlbnRzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RXZlbnRzPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIG5hdk1vYlRvZ2dsZSBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvbWVtYmVycy5odG0iIHRpdGxlPSJNZW1iZXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+TWVtYmVyczwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvbWVtYmVycy5odG0iIHRpdGxlPSJNZW1iZXJzIj48c3Bhbj5NZW1iZXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbWVtYmVycy9kaXJlY3RvcnkuaHRtIiB0aXRsZT0iTWVtYmVycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPk1lbWJlcnMgRGlyZWN0b3J5PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGkgY2xhc3M9Im5hdkRpc2FibGVDbGljayBuYXZNb2JUb2dnbGUgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL21vcmUuaHRtIiB0aXRsZT0iTW9yZSI+PHNwYW4+TW9yZTwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvbW9yZS9wb2RjYXN0cy5odG0iIHRpdGxlPSJQb2RjYXN0cyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlBvZGNhc3RzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS9yc3MtZmVlZHMuaHRtIiB0aXRsZT0iUlNTIEZlZWRzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+UlNTIEZlZWRzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS9jb250YWN0LXVzLmh0bSIgdGl0bGU9IkNvbnRhY3QgVXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db250YWN0IFVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS9hYm91dC1wb2xpdGljc2hvbWUuaHRtIiB0aXRsZT0iQWJvdXQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5BYm91dCBQb2xpdGljc0hvbWU8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL21hcmtldGluZy1vcHBvcnR1bml0aWVzLmh0bSIgdGl0bGU9Ik1hcmtldGluZyBPcHBvcnR1bml0aWVzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+TWFya2V0aW5nIE9wcG9ydHVuaXRpZXM8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjwvdWw+ZAIFDxYCHwNnFgICAQ8WAh8BBbINPHVsIGNsYXNzPSJuYXYgbGV2ZWwyIj48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvY29zdC1vZi1saXZpbmcuaHRtIiAgIHRpdGxlPSJDb3N0IG9mIExpdmluZyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvc3Qgb2YgTGl2aW5nPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9uZXdzL2NvbW11bml0aWVzLmh0bSIgICB0aXRsZT0iQ29tbXVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db21tdW5pdGllczwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbmV3cy9jdWx0dXJlLmh0bSIgICB0aXRsZT0iQ3VsdHVyZSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkN1bHR1cmU8L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvZGVmZW5jZS5odG0iICAgdGl0bGU9IkRlZmVuY2UgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5EZWZlbmNlPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9uZXdzL2Vjb25vbXkuaHRtIiAgIHRpdGxlPSJFY29ub215IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RWNvbm9teTwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbmV3cy9lZHVjYXRpb24uaHRtIiAgIHRpdGxlPSJFZHVjYXRpb24gfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FZHVjYXRpb248L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvZW5lcmd5Lmh0bSIgICB0aXRsZT0iRW5lcmd5IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RW5lcmd5PC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9uZXdzL2Vudmlyb25tZW50Lmh0bSIgICB0aXRsZT0iRW52aXJvbm1lbnQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FbnZpcm9ubWVudDwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbmV3cy9mb3JlaWduLWFmZmFpcnMuaHRtIiAgIHRpdGxlPSJGb3JlaWduIEFmZmFpcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Gb3JlaWduIEFmZmFpcnM8L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvaGVhbHRoLWNhcmUuaHRtIiAgIHRpdGxlPSJIZWFsdGggJiBDYXJlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+SGVhbHRoICYgQ2FyZTwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbmV3cy9ob21lLWFmZmFpcnMuaHRtIiAgIHRpdGxlPSJIb21lIEFmZmFpcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Ib21lIEFmZmFpcnM8L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL25ld3MvcG9saXRpY2FsLXBhcnRpZXMuaHRtIiAgIHRpdGxlPSJQb2xpdGljYWwgUGFydGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlBvbGl0aWNhbCBQYXJ0aWVzPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9uZXdzL3NvY2lhbC1hZmZhaXJzLmh0bSIgICB0aXRsZT0iU29jaWFsIEFmZmFpcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Tb2NpYWwgQWZmYWlyczwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbmV3cy90cmFuc3BvcnQuaHRtIiAgIHRpdGxlPSJUcmFuc3BvcnQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5UcmFuc3BvcnQ8L3NwYW4+PC9hPg0KPC9saT48L3VsPmQCBw8WAh8BBZQdPHVsPjxsaT48YSBocmVmPSIvIiB0aXRsZT0iUG9saXRpY3Nob21lLmNvbSB8IEJyZWFraW5nIHBvbGl0aWNzIGFuZCBwb2xpdGljYWwgbmV3cyBmb3IgV2VzdG1pbnN0ZXIgYW5kIHRoZSBVSyI+PHNwYW4+SG9tZTwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9Im5vU3ViIGxpSGFzQ2hpbGRyZW4gbGlPbiI+PGEgaHJlZj0iL25ld3MuaHRtIiBjbGFzcz0ib24iIHRpdGxlPSJOZXdzIHwgUG9saXRpY3Nob21lLmNvbSI+PHNwYW4+TmV3czwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvbmV3cy9jb3N0LW9mLWxpdmluZy5odG0iIHRpdGxlPSJDb3N0IG9mIExpdmluZyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvc3Qgb2YgTGl2aW5nPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9jb21tdW5pdGllcy5odG0iIHRpdGxlPSJDb21tdW5pdGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvbW11bml0aWVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9jdWx0dXJlLmh0bSIgdGl0bGU9IkN1bHR1cmUgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5DdWx0dXJlPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9kZWZlbmNlLmh0bSIgdGl0bGU9IkRlZmVuY2UgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5EZWZlbmNlPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9lY29ub215Lmh0bSIgdGl0bGU9IkVjb25vbXkgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FY29ub215PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9lZHVjYXRpb24uaHRtIiB0aXRsZT0iRWR1Y2F0aW9uIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RWR1Y2F0aW9uPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9lbmVyZ3kuaHRtIiB0aXRsZT0iRW5lcmd5IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RW5lcmd5PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9lbnZpcm9ubWVudC5odG0iIHRpdGxlPSJFbnZpcm9ubWVudCB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVudmlyb25tZW50PC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9mb3JlaWduLWFmZmFpcnMuaHRtIiB0aXRsZT0iRm9yZWlnbiBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Rm9yZWlnbiBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9oZWFsdGgtY2FyZS5odG0iIHRpdGxlPSJIZWFsdGggJmFtcDsgQ2FyZSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkhlYWx0aCAmIENhcmU8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2hvbWUtYWZmYWlycy5odG0iIHRpdGxlPSJIb21lIEFmZmFpcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Ib21lIEFmZmFpcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL3BvbGl0aWNhbC1wYXJ0aWVzLmh0bSIgdGl0bGU9IlBvbGl0aWNhbCBQYXJ0aWVzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+UG9saXRpY2FsIFBhcnRpZXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL3NvY2lhbC1hZmZhaXJzLmh0bSIgdGl0bGU9IlNvY2lhbCBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+U29jaWFsIEFmZmFpcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL3RyYW5zcG9ydC5odG0iIHRpdGxlPSJUcmFuc3BvcnQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5UcmFuc3BvcnQ8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjxsaSBjbGFzcz0ibm9TdWIgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL3RoZWhvdXNlLmh0bSIgdGl0bGU9IlRoZSBIb3VzZSBMaXZlIHwgUG9saXRpY3Nob21lLmNvbSI+PHNwYW4+VGhlIEhvdXNlIExpdmU8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL3RoZWhvdXNlL2Fib3V0LXRoZS1ob3VzZS5odG0iIHRpdGxlPSJUaGUgSG91c2UgTWFnYXppbmUgLSA0MCB5ZWFycyBzaGluaW5nIGEgbGlnaHQgb24gZXZlbnRzIGluIFBhcmxpYW1lbnQiPjxzcGFuPlRoZSBIb3VzZSBNYWdhemluZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iaHR0cHM6Ly9sb25ncmVhZHMucG9saXRpY3Nob21lLmNvbS8iIHRpdGxlPSJMb25nIHJlYWRzIiB0YXJnZXQ9Il9ibGFuayI+PHNwYW4+TG9uZyBSZWFkczwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9ImxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii90aGVob3VzZS9wYXJ0bmVyLWNvbnRlbnQvd2l3Lmh0bSIgdGl0bGU9IldvbWVuIGluIFdlc3RtaW5zdGVyIj48c3Bhbj5Xb21lbiBpbiBXZXN0bWluc3Rlcjwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9tZW1iZXJzL2RpcmVjdG9yeS5odG0iIHRpdGxlPSJNZW1iZXJzIERpcmVjdG9yeSI+PHNwYW4+TWVtYmVycyBEaXJlY3Rvcnk8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJuYXZEaXNhYmxlQ2xpY2sgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL3RoZWhvdXNlL3BhcnRuZXItY29udGVudC5odG0iIHRpdGxlPSJQYXJ0bmVyIENvbnRlbnQiPjxzcGFuPlBhcnRuZXIgQ29udGVudDwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PGxpPjxhIGhyZWY9Ii9ldmVudHMuaHRtIiB0aXRsZT0iRXZlbnRzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RXZlbnRzPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIG5hdk1vYlRvZ2dsZSBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvbWVtYmVycy5odG0iIHRpdGxlPSJNZW1iZXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+TWVtYmVyczwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvbWVtYmVycy5odG0iIHRpdGxlPSJNZW1iZXJzIj48c3Bhbj5NZW1iZXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbWVtYmVycy9kaXJlY3RvcnkuaHRtIiB0aXRsZT0iTWVtYmVycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPk1lbWJlcnMgRGlyZWN0b3J5PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGkgY2xhc3M9Im5hdkRpc2FibGVDbGljayBuYXZNb2JUb2dnbGUgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL21vcmUuaHRtIiB0aXRsZT0iTW9yZSI+PHNwYW4+TW9yZTwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvbW9yZS9wb2RjYXN0cy5odG0iIHRpdGxlPSJQb2RjYXN0cyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlBvZGNhc3RzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS9yc3MtZmVlZHMuaHRtIiB0aXRsZT0iUlNTIEZlZWRzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+UlNTIEZlZWRzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS9jb250YWN0LXVzLmh0bSIgdGl0bGU9IkNvbnRhY3QgVXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db250YWN0IFVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbW9yZS9hYm91dC1wb2xpdGljc2hvbWUuaHRtIiB0aXRsZT0iQWJvdXQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5BYm91dCBQb2xpdGljc0hvbWU8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL21hcmtldGluZy1vcHBvcnR1bml0aWVzLmh0bSIgdGl0bGU9Ik1hcmtldGluZyBPcHBvcnR1bml0aWVzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+TWFya2V0aW5nIE9wcG9ydHVuaXRpZXM8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjwvdWw+ZAIID2QWAgIBDw9kFgIeC3BsYWNlaG9sZGVyBQ9FbnRlciBrZXl3b3JkL3NkAgMPZBYCAgMPZBYCZg9kFgQCAQ9kFgICAQ8WAh8BBQNodWJkAgIPZBYCZg9kFhACAQ9kFgJmDxYCHwEF4wM8ZGl2IGNsYXNzPSJyb3cgcm93LS1odWJJbmZvIHJvdy0tZGVmYXVsdCBjbGVhckZpeCI+DQogICAgPGRpdiBjbGFzcz0icmgtd3JhcCI+DQogICAgICAgIDxkaXYgY2xhc3M9InJoLWluZm8iPg0KICAgICAgICAgICAgPGgxIGNsYXNzPSJoMiI+DQogICAgICAgICAgICAgIEdyZWVuaW5nIHRoZSBOYXRpb24gDQogICAgICAgICAgICAgIA0KICAgICAgICAgICA8L2gxPg0KICAgICAgICA8L2Rpdj4NCiAgICA8L2Rpdj4NCiAgICA8cCBjbGFzcz0icmgtc3ViIGxlYWRlciI+PHNjcmlwdCBzcmM9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vdWdjLTEvMS8xNS8wL3Nwb25zb3JfYmFubmVyX2pzLmpzIj48L3NjcmlwdD48YnIgLz4KPHNjcmlwdCBzcmM9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vdWdjLTEvMS8xMS8wL2dyZWVuaW5ndGhlbmF0aW9uaGVhZGVyMjAyNC5qcyI+PC9zY3JpcHQ+PGJyIC8+CjxiciAvPgo8L3A+DQo8L2Rpdj5kAgIPFgIfAQURPGRpdiBjbGFzcz0icm93Ij5kAgMPFgIfAQUZPGRpdiBjbGFzcz0iY29sIGNvbC0tNzUiPmQCBA9kFgJmD2QWBGYPDxYCHwNoZBYCAgEPFgIeC18hSXRlbUNvdW50AgQWCAIBD2QWBmYPFQECb25kAgEPZBYCZg8VAx4vaHViL2dyZWVuaW5nLW5hdGlvbj9uZXdzX3BnPTECb24BMWQCAw8PFgoeD0NvbW1hbmRBcmd1bWVudAUBMR8BBQExHghDc3NDbGFzcwUCb24eBF8hU0ICAh8DaGRkAgIPZBYGZg8VAQBkAgEPZBYCZg8VAx4vaHViL2dyZWVuaW5nLW5hdGlvbj9uZXdzX3BnPTIAATJkAgMPDxYKHwYFATIfAQUBMh8HZR8IAgIfA2hkZAIDD2QWBmYPFQEEbmV4dGQCAQ9kFgJmDxUDHi9odWIvZ3JlZW5pbmctbmF0aW9uP25ld3NfcGc9MgRuZXh0BCZndDtkAgMPDxYKHwYFATIfAQUEJmd0Ox8HBQRuZXh0HwgCAh8DaGRkAgQPZBYGZg8VAQRsYXN0ZAIBD2QWAmYPFQMeL2h1Yi9ncmVlbmluZy1uYXRpb24/bmV3c19wZz0yBGxhc3QIJmd0OyZndDtkAgMPDxYKHwYFATIfAQUIJmd0OyZndDsfBwUEbGFzdB8IAgIfA2hkZAICDw8WAh8DZ2QWAgIBDxYCHwUCBBYIAgEPZBYGZg8VAQJvbmQCAQ9kFgJmDxUDHi9odWIvZ3JlZW5pbmctbmF0aW9uP25ld3NfcGc9MQJvbgExZAIDDw8WCh8GBQExHwEFATEfBwUCb24fCAICHwNoZGQCAg9kFgZmDxUBAGQCAQ9kFgJmDxUDHi9odWIvZ3JlZW5pbmctbmF0aW9uP25ld3NfcGc9MgABMmQCAw8PFgofBgUBMh8BBQEyHwdlHwgCAh8DaGRkAgMPZBYGZg8VAQRuZXh0ZAIBD2QWAmYPFQMeL2h1Yi9ncmVlbmluZy1uYXRpb24/bmV3c19wZz0yBG5leHQEJmd0O2QCAw8PFgofBgUBMh8BBQQmZ3Q7HwcFBG5leHQfCAICHwNoZGQCBA9kFgZmDxUBBGxhc3RkAgEPZBYCZg8VAx4vaHViL2dyZWVuaW5nLW5hdGlvbj9uZXdzX3BnPTIEbGFzdAgmZ3Q7Jmd0O2QCAw8PFgofBgUBMh8BBQgmZ3Q7Jmd0Ox8HBQRsYXN0HwgCAh8DaGRkAgUPFgIfAQUfPC9kaXY+PGRpdiBjbGFzcz0iY29sIGNvbC0tMjUiPmQCBg9kFgJmDxYCHwEF+AY8ZGl2IGNsYXNzPSJuZXdzLXRpdGxlIj4NCiAgICAgICAgPHNwYW4gY2xhc3M9Im50LWNhdCBoNSI+QWJvdXQgR3JlZW5pbmcgdGhlIE5hdGlvbiA8L3NwYW4+DQo8L2Rpdj4NCg0KPGRpdiBjbGFzcz0iaHViLXNpZGUgY2xlYXJGaXgiPg0KCTxkaXYgY2xhc3M9ImhzLWxvZ28iPg0KDQoJPC9kaXY+DQoJPGhyPg0KCQ0KCTxkaXYgY2xhc3M9ImhzLXN1bW0iPg0KICAgICAgICAgICAgICAgICAJDQogICAgICAgICAgICAgICAgIDxwPjxwPiBJdCBoYXMgYmVlbiBvdmVyIDUgeWVhcnMgc2luY2UgdGhlIFBhcmlzIEFncmVlbWVudCB3aGVuIDE5NiBjb3VudHJpZXMgY29tbWl0dGVkIHRvIHJlZHVjaW5nIHRoZWlyIGVtaXNzaW9ucyBhbmQgd29ya2luZyB0b2dldGhlciB0byBhZGFwdCB0byB0aGUgaW1wYWN0cyBvZiBjbGltYXRlIGNoYW5nZS4gVGhlIGdvYWwgaXMgdG8ga2VlcCB0aGUgcmlzZSBpbiBnbG9iYWwgYXZlcmFnZSB0ZW1wZXJhdHVyZSB0byB3ZWxsIGJlbG93IDJDIGFuZCBob3BlZnVsbHkgbGltaXQgdGhpcyBpbmNyZWFzZSB0byBqdXN0IDEuNUMuPC9wPgoKIDxwPiBCdXQgd2hhdCBhY3Rpb24gYXJlIHdlIHRha2luZyB0byBhY2hpZXZlIHRoaXMsIGFuZCB3aG8gaXMgcGF2aW5nIHRoZSB3YXk/IDwvcD4KCjxwPiA8aT5HcmVlbmluZyB0aGUgTmF0aW9uPC9pPiBpcyBhIGh1YiBvZiBpZGVhcyBhbmQgYW5hbHlzaXMsIHdpdGggaW5wdXQgZnJvbSBleHBlcnRzIGFjcm9zcyBwb2xpdGljcywgZ292ZXJubWVudCwgYW5kIGJ1c2luZXNzLCB0byByZWZsZWN0IGFuZCBpZGVudGlmeSBpbm5vdmF0aXZlIHdheXMgd2UgY2FuIHJlYWNoIG91ciAyMDMwIHRhcmdldC4gPC9wPgo8L3A+DQogICAgICAgICAgICAgICAgCQ0KCQkJDQoJPC9kaXY+DQoJDQo8L2Rpdj5kAgcPFgIfAQUGPC9kaXY+ZAIIDxYCHwEFBjwvZGl2PmQCBQ9kFgJmD2QWAmYPZBYCZg9kFgJmD2QWAmYPZBYCZg8WAh8BBYIEPGRpdiBjbGFzcz0iaDMiPlNpZ24gdXAgZm9yIG91ciBuZXdzbGV0dGVyczwvZGl2Pg0KPGRpdiBjbGFzcz0iZnRyLXN1YnMgY2xlYXJGaXgiPg0KICAgIDxhIGhyZWY9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vYWNjb3VudC5odG0iPg0KICAgIDxkaXYgY2xhc3M9ImZ0cnMtaW1nIj4NCiAgICAgICAgPGltZyBjbGFzcz0ibGF6eWxvYWQiIGRhdGEtc3JjPSIvdWdjLTEvdXBsb2Fkcy9wYWdlYmxvY2tzLzExMDY5LzE5OWQyZTYxYjI5NjFkODY0NTY0YTE0OWFhZDNmZTkxLnBuZyIgYWx0PSJTdWJzY3JpYmUiIC8+DQogICAgPC9kaXY+DQogICAgPGRpdiBjbGFzcz0iZnRycy10ZXh0Ij4NCiAgICAgICAgPHA+R2V0IGRhaWx5IG5ld3MgYWxlcnRzIGFuZCB3ZWVrZW5kIHJvdW5kLXVwcyBzdHJhaWdodCB0byB5b3VyIGluYm94LjwvcD4NCiAgICAgICAgPHA+PHNwYW4gY2xhc3M9ImJ0biBidG4tLWJsYWNrIj5TdWJzY3JpYmU8L3NwYW4+PC9wPg0KICAgIDwvZGl2Pg0KICAgIDwvYT4NCjwvZGl2PmRkoZ47ovNsfmZHNHZXFwBLWVOsUoJVnv86D772sKWld6w=" /> </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&amp;t=638563308220000000" type="text/javascript"></script> <script src="/ScriptResource.axd?d=SrwZRAa4Zyv03GdGrfieEJf-d4zldB38v6Qg1vs4imBCjGnQZHIl3BkYQGcK_sq2BgVD_ckdci2_ZNJB6ooStoe_SavSueDM_VUMTPQmMUKYw8Md2xkEFSTmyYiVyYs1_bdk3TX-w_LrUZIX9nOs2GvZ6XU7m0A8yU13BJaksKk1&amp;t=ffffffffc820c398" type="text/javascript"></script> <script src="/ScriptResource.axd?d=i_nvLCJBHXDLydGmDxZNhYPQCmZgQBqosAgmBhtvOSbAcrokh2OhB5tfOkiao9FamBwxmYKZwfoxNxDBTLhZtFpd93I8q2R1YUGdu5gMJYEd50dyt4Tf6Rycr0HGh6lWBHL44TLhJoxl8ISFvSX0zYarAubSxVmFcSBxDy5Nnbzacgrv0b_7sYxW7cvyZjpJ0&amp;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-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">Sat, <span>23 November 2024</span></div> <a href="/" class="logo hideText">PoliticsHome</a> <div id="hdr_divPersonalise" class="hdr-promo hdr-promo--personalize"> <div class="promo-text"> <p class="arial">Newsletter sign-up</p> <a class="btn btn--outlineWhite btn--xsmall" href="/account.htm">Subscribe now</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 liOn"><a href="/news.htm" class="on" 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 &amp; 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"><a href="/thehouse.htm" 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 class="liOn"><a href="https://www.politicshome.com/hub/greening-nation" class="on" 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="/news/cost-of-living.htm" title="Cost of Living | PoliticsHome.com"><span>Cost of Living</span></a> </li><li class=""><a href="/news/communities.htm" title="Communities | PoliticsHome.com"><span>Communities</span></a> </li><li class=""><a href="/news/culture.htm" title="Culture | PoliticsHome.com"><span>Culture</span></a> </li><li class=""><a href="/news/defence.htm" title="Defence | PoliticsHome.com"><span>Defence</span></a> </li><li class=""><a href="/news/economy.htm" title="Economy | PoliticsHome.com"><span>Economy</span></a> </li><li class=""><a href="/news/education.htm" title="Education | PoliticsHome.com"><span>Education</span></a> </li><li class=""><a href="/news/energy.htm" title="Energy | PoliticsHome.com"><span>Energy</span></a> </li><li class=""><a href="/news/environment.htm" title="Environment | PoliticsHome.com"><span>Environment</span></a> </li><li class=""><a href="/news/foreign-affairs.htm" title="Foreign Affairs | PoliticsHome.com"><span>Foreign Affairs</span></a> </li><li class=""><a href="/news/health-care.htm" title="Health & Care | PoliticsHome.com"><span>Health & Care</span></a> </li><li class=""><a href="/news/home-affairs.htm" title="Home Affairs | PoliticsHome.com"><span>Home Affairs</span></a> </li><li class=""><a href="/news/political-parties.htm" title="Political Parties | PoliticsHome.com"><span>Political Parties</span></a> </li><li class=""><a href="/news/social-affairs.htm" title="Social Affairs | PoliticsHome.com"><span>Social Affairs</span></a> </li><li class=""><a href="/news/transport.htm" title="Transport | PoliticsHome.com"><span>Transport</span></a> </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 liOn"><a href="/news.htm" class="on" 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 &amp; 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"><a href="/thehouse.htm" 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, &#39;hdr_btnSearch&#39;)"> <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 row--hubInfo row--default clearFix"> <div class="rh-wrap"> <div class="rh-info"> <h1 class="h2"> Greening the Nation </h1> </div> </div> <p class="rh-sub leader"><script src="https://www.politicshome.com/ugc-1/1/15/0/sponsor_banner_js.js"></script><br /> <script src="https://www.politicshome.com/ugc-1/1/11/0/greeningthenationheader2024.js"></script><br /> <br /> </p> </div> <div class="row"> <div class="cols flx flx--wr"> <div class="col col--75"> <div class="row"> <div class="news-title"> <span class="nt-cat h5">Articles</span> </div> <div class="news-list news-list--x3"><div class="news-item"> <div class="ni-image "> <a href="/members/article/big-tech-backing-nuclear-huge-opportunity-britain"> <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/2024_11/about-amazon-feature-x-energy-control-room-people_wlcxuq.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2024_11/about-amazon-feature-x-energy-control-room-people_wlcxuq.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_11/about-amazon-feature-x-energy-control-room-people_wlcxuq.jpg 340w" class="lazyload" alt="Big tech backing nuclear is huge opportunity for Britain"> </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-22T08:00" title="22 November 2024 at 08:00">22 Nov</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/members/profile/nuclear-industry-association-66336">Nuclear Industry Association</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Nuclear Industry Association', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/big-tech-backing-nuclear-huge-opportunity-britain">Big tech backing nuclear is huge opportunity for Britain</a> </div> <div class="ni-desc"> <a href="/members/article/big-tech-backing-nuclear-huge-opportunity-britain">When Amazon announced a £380m investment in X-energy’s advanced Small Modular Reactor last month, it became clear big tech companies now view nuclear power as a leading solution for their growing energy needs. The UK must take note, writes Tom Greatrex, CEO of the Nuclear Industry Association.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/ensuring-crossparty-accountability-netzero"> <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/2023_10/AdobeStock_329374520_msdhxr.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_10/AdobeStock_329374520_msdhxr.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_10/AdobeStock_329374520_msdhxr.jpg 340w" class="lazyload" alt="Ensuring cross-party accountability on net-zero"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-10T08:00" title="10 November 2023 at 08:00">10 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/angus-macneil.htm">Angus MacNeil MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Angus MacNeil MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/ensuring-crossparty-accountability-netzero">Ensuring cross-party accountability on net-zero</a> </div> <div class="ni-desc"> <a href="/thehouse/article/ensuring-crossparty-accountability-netzero">The Energy Security and Net Zero Select Committee scrutinises the government’s approach to securing the United Kingdom's energy supply and cutting emissions. Committee chair, Angus MacNeil MP, outlines upcoming priorities ahead of COP28.<br /> </a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/uks-grid-challenge-road-netzero"> <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/2023_10/AdobeStock_448437038_d6ngyr.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_10/AdobeStock_448437038_d6ngyr.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_10/AdobeStock_448437038_d6ngyr.jpg 340w" class="lazyload" alt="The UK’s grid challenge and the road to net-zero"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-10T08:00" title="10 November 2023 at 08:00">10 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/mary-glindon.htm">Mary Glindon MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Mary Glindon MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/uks-grid-challenge-road-netzero">The UK’s grid challenge and the road to net-zero</a> </div> <div class="ni-desc"> <a href="/thehouse/article/uks-grid-challenge-road-netzero">The UK is lagging behind in renewable power delivery, jeopardising our goal of meeting net-zero by 2050. Mary Glindon MP, chair of the Grid Networks APPG, believes grid investments, innovation, and cross-party consensus are needed to secure a sustainable energy future while also bolstering economic growth.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/unlocking-wales-green-future"> <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/2023_10/AdobeStock_286324527_txcjb5.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_10/AdobeStock_286324527_txcjb5.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_10/AdobeStock_286324527_txcjb5.jpg 340w" class="lazyload" alt="Unlocking Wales’ green future"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-10T08:00" title="10 November 2023 at 08:00">10 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/ben-lake.htm">Ben Lake MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Ben Lake MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/unlocking-wales-green-future">Unlocking Wales’ green future</a> </div> <div class="ni-desc"> <a href="/thehouse/article/unlocking-wales-green-future">Ben Lake MP, Plaid Cymru spokesperson for environment, food and rural affairs, puts forward a plan for unlocking Wales’ green future by boosting renewable energy potential, reducing energy demand and ensuring a just transition for workers.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/destination-netzero-offgrid-energy-role-renewable-liquid-gases"> <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/2023_10/iStock-179353913_rpht56.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_10/iStock-179353913_rpht56.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_10/iStock-179353913_rpht56.jpg 340w" class="lazyload" alt="Destination net-zero: off-grid energy and the role of renewable liquid gases"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-09T08:00" title="09 November 2023 at 08:00">09 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By Dimeta</div><script>ga('send', 'event', 'Image', 'Impression', 'Dimeta', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/destination-netzero-offgrid-energy-role-renewable-liquid-gases">Destination net-zero: off-grid energy and the role of renewable liquid gases</a> </div> <div class="ni-desc"> <a href="/members/article/destination-netzero-offgrid-energy-role-renewable-liquid-gases">Decarbonising heating has been and remains one of the most challenging aspects of meeting climate targets. Sophia Haywood, head of advocacy and communications at Dimeta, calls for the government to embrace multiple energy solutions in off-grid areas.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/crunch-time-cop28-opportunity-show-staying-track-netzero-commitments"> <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/2023_11/AdobeStock_524553608_dfwffr.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_11/AdobeStock_524553608_dfwffr.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_11/AdobeStock_524553608_dfwffr.jpg 340w" class="lazyload" alt="Crunch time: COP28 is an opportunity to show we are staying on track with our net-zero commitments"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-09T08:00" title="09 November 2023 at 08:00">09 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/philip-dunne.htm">Philip Dunne MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Philip Dunne MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/crunch-time-cop28-opportunity-show-staying-track-netzero-commitments">Crunch time: COP28 is an opportunity to show we are staying on track with our net-zero commitments</a> </div> <div class="ni-desc"> <a href="/thehouse/article/crunch-time-cop28-opportunity-show-staying-track-netzero-commitments">COP28 provides a chance to show international leadership on nature recovery and the expansion of renewable energy projects. Philip Dunne MP, chair of the Environmental Audit Committee, discusses what the committee believes should be on the agenda for COP28</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/uk-government-moral-obligation-help-affected-climate-change"> <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/2023_11/2NBNRKT_i4x8ih.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_11/2NBNRKT_i4x8ih.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_11/2NBNRKT_i4x8ih.jpg 340w" class="lazyload" alt="The UK government has a moral obligation to help those most affected by climate change"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-09T08:00" title="09 November 2023 at 08:00">09 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/deidre-brock.htm">Deidre Brock MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Deidre Brock MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/uk-government-moral-obligation-help-affected-climate-change">The UK government has a moral obligation to help those most affected by climate change</a> </div> <div class="ni-desc"> <a href="/thehouse/article/uk-government-moral-obligation-help-affected-climate-change">Vulnerable communities in the Global South suffer the most from extreme weather events. Deidre Brock MP, shadow SNP spokesperson for COP, sets out how COP28 provides an opportunity for the UK government to step up and support those on the frontline.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/late-climate-change-assessment-ahead-cop28"> <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/2023_11/POST_image_i4ckeg.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_11/POST_image_i4ckeg.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_11/POST_image_i4ckeg.jpg 340w" class="lazyload" alt="Are we too late? Climate change assessment ahead of COP28"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-09T08:00" title="09 November 2023 at 08:00">09 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href=" ">Professor Tamsin Edwards</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Professor Tamsin Edwards', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/late-climate-change-assessment-ahead-cop28">Are we too late? Climate change assessment ahead of COP28</a> </div> <div class="ni-desc"> <a href="/thehouse/article/late-climate-change-assessment-ahead-cop28">The Parliamentary Office of Science and Technology (POST) sources reliable and impartial scientific research for Parliament. Parliamentary Climate and Environment Thematic Research Lead, and a lead author of the Intergovernmental Panel on Climate Change (IPCC), Professor Tamsin Edwards shares her insights ahead of COP28.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/drinks-producers-support-introduction-deposit-return-scheme"> <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/2023_10/reverse_vending_machine_2179235691_dytu02.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_10/reverse_vending_machine_2179235691_dytu02.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_10/reverse_vending_machine_2179235691_dytu02.jpg 340w" class="lazyload" alt="Why drinks producers support the introduction of a deposit return scheme"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-08T08:00" title="08 November 2023 at 08:00">08 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By The British Soft Drinks Association, the Food and Drink Federation and the Natural Source Waters Association</div><script>ga('send', 'event', 'Image', 'Impression', 'The British Soft Drinks Association, the Food and Drink Federation and the Natural Source Waters Association', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/drinks-producers-support-introduction-deposit-return-scheme">Why drinks producers support the introduction of a deposit return scheme</a> </div> <div class="ni-desc"> <a href="/members/article/drinks-producers-support-introduction-deposit-return-scheme">The British Soft Drinks Association, the Food and Drink Federation and the Natural Source Waters Association believe a deposit return scheme is a proven and cost-effective strategy to increase recycling, promote a circular economy and reduce litter, decreasing waste and cutting carbon emissions.<br /> </a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/efficiency-decarbonisation-central-boosting-uks-energy-security"> <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/2023_10/AdobeStock_252698059_oboe1g.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_10/AdobeStock_252698059_oboe1g.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_10/AdobeStock_252698059_oboe1g.jpg 340w" class="lazyload" alt="Efficiency and decarbonisation are central to boosting the UK’s energy security"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-08T08:00" title="08 November 2023 at 08:00">08 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/peer/lord-teverson.htm">Lord Teverson</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Lord Teverson', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/efficiency-decarbonisation-central-boosting-uks-energy-security">Efficiency and decarbonisation are central to boosting the UK’s energy security</a> </div> <div class="ni-desc"> <a href="/thehouse/article/efficiency-decarbonisation-central-boosting-uks-energy-security">Russia’s recent invasion of Ukraine has brought the need for energy security up the political agenda. Lord Teverson, Liberal Democrat Lords spokesperson for energy and climate change, outlines his perspective on energy security.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/cleaning-polluted-air-ending-climate-crisis-part-overall-goal"> <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/2023_11/AdobeStock_243031948_otnqac.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_11/AdobeStock_243031948_otnqac.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_11/AdobeStock_243031948_otnqac.jpg 340w" class="lazyload" alt="Cleaning up our polluted air and ending the climate crisis are part of the same overall goal"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-08T08:00" title="08 November 2023 at 08:00">08 Nov 2023</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-jones-of-moulsecoomb.htm">Baroness Jones of Moulsecoomb</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Baroness Jones of Moulsecoomb', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/cleaning-polluted-air-ending-climate-crisis-part-overall-goal">Cleaning up our polluted air and ending the climate crisis are part of the same overall goal</a> </div> <div class="ni-desc"> <a href="/thehouse/article/cleaning-polluted-air-ending-climate-crisis-part-overall-goal">Air pollution and climate change are often treated as two individual issues. Baroness Jones, vice-chair of the Air Pollution APPG, explains why they go hand in hand on the way to a greener future.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/time-water-green-commitments"> <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/2023_11/AdobeStock_395737896_xftilf.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_11/AdobeStock_395737896_xftilf.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_11/AdobeStock_395737896_xftilf.jpg 340w" class="lazyload" alt="This is not the time to water down our green commitments"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-08T08:00" title="08 November 2023 at 08:00">08 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/chris-skidmore.htm">Chris Skidmore MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Chris Skidmore MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/time-water-green-commitments">This is not the time to water down our green commitments</a> </div> <div class="ni-desc"> <a href="/thehouse/article/time-water-green-commitments">Chair of the UK government’s recent Net Zero Review and former energy minister, Chris Skidmore MP, explains how the Westminster Climate Declaration can keep the UK at the forefront of global climate leadership.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/labours-laudable-2030-clean-power-target-destination-need-roadmap"> <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/2023_11/Keadby_mudftg.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_11/Keadby_mudftg.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_11/Keadby_mudftg.jpg 340w" class="lazyload" alt="Labour’s laudable 2030 clean power target is a destination in need of a roadmap"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-08T08:00" title="08 November 2023 at 08:00">08 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By SSE</div><script>ga('send', 'event', 'Image', 'Impression', 'SSE', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/labours-laudable-2030-clean-power-target-destination-need-roadmap">Labour’s laudable 2030 clean power target is a destination in need of a roadmap</a> </div> <div class="ni-desc"> <a href="/members/article/labours-laudable-2030-clean-power-target-destination-need-roadmap">Decarbonising the UK’s power sector is the vital and necessary first step on our journey to net zero by 2050. Getting there will require a mammoth undertaking with a need to deliver decades worth of energy evolution in just a few short years.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/climate-change-soon-overtake-human-conflict-biggest-global-threat-life"> <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/2023_10/AdobeStock_234386272_oeq7ga.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_10/AdobeStock_234386272_oeq7ga.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_10/AdobeStock_234386272_oeq7ga.jpg 340w" class="lazyload" alt="Climate change will soon overtake human conflict as the biggest global threat to life"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-07T08:03" title="07 November 2023 at 08:03">07 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/defence.htm">Defence</a> </span> </div> <div Class="ni-sponsor">By Tobias Ellwood</div><script>ga('send', 'event', 'Image', 'Impression', 'Tobias Ellwood', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/climate-change-soon-overtake-human-conflict-biggest-global-threat-life">Climate change will soon overtake human conflict as the biggest global threat to life</a> </div> <div class="ni-desc"> <a href="/thehouse/article/climate-change-soon-overtake-human-conflict-biggest-global-threat-life">In January 2023, the World Economic Forum listed climate change as the cause of the top six most severe risks to the planet over the coming decade. Tobias Ellwood MP, former chair of the Defence Committee, considers the role of climate change in future conflict.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/britain-needs-largescale-nuclear-reactors"> <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/2023_11/edf_82063830754_1_hapiml.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_11/edf_82063830754_1_hapiml.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_11/edf_82063830754_1_hapiml.jpg 340w" class="lazyload" alt="Britain needs more large-scale nuclear reactors"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-07T08:02" title="07 November 2023 at 08:02">07 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/energy.htm">Energy</a> </span> </div> <div Class="ni-sponsor">By <a href="/members/profile/nuclear-industry-association-66336">Nuclear Industry Association</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Nuclear Industry Association', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/britain-needs-largescale-nuclear-reactors">Britain needs more large-scale nuclear reactors</a> </div> <div class="ni-desc"> <a href="/members/article/britain-needs-largescale-nuclear-reactors">We have never needed nuclear power more than we need it now. Tom Greatrex, chief executive of the Nuclear Industry Association, believes that, alongside building the next generation of small reactor technology, we must not forget the stalwarts of clean power generation: large-scale nuclear reactors.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/delivering-benefits-netzero-regional-jobs-growth-lower-bills-clean-energy-system"> <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/2023_10/Large_Screen_72_DPI-Vattenfall_Kriegers_Flak_2021_0070_owvnhz.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_10/Large_Screen_72_DPI-Vattenfall_Kriegers_Flak_2021_0070_owvnhz.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_10/Large_Screen_72_DPI-Vattenfall_Kriegers_Flak_2021_0070_owvnhz.jpg 340w" class="lazyload" alt="Delivering the benefits of net-zero: regional jobs and growth, lower bills and a clean energy system"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-07T08:00" title="07 November 2023 at 08:00">07 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/energy.htm">Energy</a> </span> </div> <div Class="ni-sponsor">By Vattenfall</div><script>ga('send', 'event', 'Image', 'Impression', 'Vattenfall', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/delivering-benefits-netzero-regional-jobs-growth-lower-bills-clean-energy-system">Delivering the benefits of net-zero: regional jobs and growth, lower bills and a clean energy system</a> </div> <div class="ni-desc"> <a href="/members/article/delivering-benefits-netzero-regional-jobs-growth-lower-bills-clean-energy-system">Vattenfall’s interim UK country manager, Lisa Christie, believes that harnessing investment with policy certainty will help to deliver a clean, lower-cost energy system that supports jobs and economic growth across the country.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/uks-climate-policy-backtrack-bad-planet-economy"> <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/2023_10/AdobeStock_219240452_yj4z6g.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_10/AdobeStock_219240452_yj4z6g.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_10/AdobeStock_219240452_yj4z6g.jpg 340w" class="lazyload" alt="The UK’s climate policy backtrack is bad for the planet and the economy"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-07T08:00" title="07 November 2023 at 08:00">07 Nov 2023</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-parminter.htm">Baroness Parminter</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Baroness Parminter', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/uks-climate-policy-backtrack-bad-planet-economy">The UK’s climate policy backtrack is bad for the planet and the economy</a> </div> <div class="ni-desc"> <a href="/thehouse/article/uks-climate-policy-backtrack-bad-planet-economy">Baroness Parminter, chair of the Lords Environment and Climate Change Committee, argues <br /> Rishi Sunak’s “new approach” to Britain’s climate policy, including his delay to the end of the sale of new petrol and diesel vehicles, is bad for the planet, the car industry and the economy.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/environmental-horticulture-innovative-policy-solution"> <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/2023_10/HTA_Yarnton-3_opern8.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_10/HTA_Yarnton-3_opern8.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_10/HTA_Yarnton-3_opern8.jpg 340w" class="lazyload" alt="Environmental horticulture: the innovative policy solution"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-06T12:41" title="06 November 2023 at 12:41">06 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/members/profile/horticultural-trades-association">Horticultural Trades Association</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Horticultural Trades Association', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/environmental-horticulture-innovative-policy-solution">Environmental horticulture: the innovative policy solution</a> </div> <div class="ni-desc"> <a href="/members/article/environmental-horticulture-innovative-policy-solution">Following the publication of two new reports, the Horticultural Trades Association explains how plants are a valuable resource in ensuring a greener future for the UK.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/leading-way-netzero"> <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/2023_10/2H4FW50_ji3mp0.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_10/2H4FW50_ji3mp0.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_10/2H4FW50_ji3mp0.jpg 340w" class="lazyload" alt="Leading the way on net-zero"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-06T08:00" title="06 November 2023 at 08:00">06 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/graham-stuart.htm">Graham Stuart MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Graham Stuart MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/leading-way-netzero">Leading the way on net-zero</a> </div> <div class="ni-desc"> <a href="/thehouse/article/leading-way-netzero">The minister for energy security and net zero, Graham Stuart MP, reiterates the UK’s unwavering commitment to achieving net-zero at home whilst rallying our partners around the world so that we can combat the climate crisis together.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/innovation-key-making-britain-clean-energy-superpower"> <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/2023_11/Chi_Article_Image_resized_rf7oco.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_11/Chi_Article_Image_resized_rf7oco.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_11/Chi_Article_Image_resized_rf7oco.jpg 340w" class="lazyload" alt="Innovation is key to making Britain a clean energy superpower"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-06T08:00" title="06 November 2023 at 08:00">06 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/chi-onwurah.htm">Chi Onwurah MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Chi Onwurah MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/innovation-key-making-britain-clean-energy-superpower">Innovation is key to making Britain a clean energy superpower</a> </div> <div class="ni-desc"> <a href="/thehouse/article/innovation-key-making-britain-clean-energy-superpower">Chi Onwurah MP, shadow minister for science, research and innovation, on tapping the country’s technology sector to create a green industrial revolution</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/greening-nation-setting-agenda-ahead-cop28"> <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/2023_11/Greening_the_Nation_Illo_AdobeStock_72926898_EDIT-01_qhrxgj.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2023_11/Greening_the_Nation_Illo_AdobeStock_72926898_EDIT-01_qhrxgj.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_11/Greening_the_Nation_Illo_AdobeStock_72926898_EDIT-01_qhrxgj.jpg 340w" class="lazyload" alt="Greening the Nation: Setting the agenda ahead of COP28"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-03T09:15" title="03 November 2023 at 09:15">03 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/news/author/total-politics-impact.htm">Total Politics Impact</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/greening-nation-setting-agenda-ahead-cop28">Greening the Nation: Setting the agenda ahead of COP28</a> </div> <div class="ni-desc"> <a href="/members/article/greening-nation-setting-agenda-ahead-cop28">With COP28 just weeks away, the latest issue of The House magazine includes a special report on Greening the Nation. Bringing together politicians, businesses, and consumers, hear from a range of voices on how the UK can lead from the front in tackling the climate crisis.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/delivering-the-future-of-gas"> <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/2022_11/Cadent_image_1_2_xu2hfu.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2022_11/Cadent_image_1_2_xu2hfu.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2022_11/Cadent_image_1_2_xu2hfu.jpg 340w" class="lazyload" alt="Delivering the future of gas"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2022-12-14T08:00" title="14 December 2022 at 08:00">14 Dec 2022</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/members/profile/cadent">Cadent</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Cadent', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/delivering-the-future-of-gas">Delivering the future of gas</a> </div> <div class="ni-desc"> <a href="/members/article/delivering-the-future-of-gas">The UK has a target to be net zero by 2050. That means reducing harmful CO2 emissions by 100%. Those emissions come from burning fossil fuels like coal, diesel and fossil gas – to power our industries, run our cars and lorries and heat our homes and businesses. We have to find new ways – greener ways – to do these things.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/transforming-chemical-production-for-a-net-zero-future"> <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/2022_11/Carbon_Management_New_Catalysts_for_Clean_Olefins_qxfzc5.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2022_11/Carbon_Management_New_Catalysts_for_Clean_Olefins_qxfzc5.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2022_11/Carbon_Management_New_Catalysts_for_Clean_Olefins_qxfzc5.jpg 340w" class="lazyload" alt="Transforming Chemical Production for a Net Zero Future"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2022-12-07T08:00" title="07 December 2022 at 08:00">07 Dec 2022</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/members/profile/basf">BASF</a></div><script>ga('send', 'event', 'Image', 'Impression', 'BASF', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/transforming-chemical-production-for-a-net-zero-future">Transforming Chemical Production for a Net Zero Future</a> </div> <div class="ni-desc"> <a href="/members/article/transforming-chemical-production-for-a-net-zero-future"><p>Building a sustainable future requires us to break new ground. Chemical production processes are still too intensive in terms of fossil energy and CO<sub>2</sub> emissions. But chemicals are the building blocks for just about everything we use from mobile phones to shower gel. They are also vital for the new technologies we will need to achieve net zero, from EV batteries to hydrogen electrolysers.</p></a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/pm-sunak-can-deliver-longterm-energy-stability-security-and-savings-heres-how"> <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/2022_11/MIMA_-_Insulation_Image_2_lmmq4w.jpg" data-srcset="https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_250,h_125,f_auto/v1/news/2022_11/MIMA_-_Insulation_Image_2_lmmq4w.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2022_11/MIMA_-_Insulation_Image_2_lmmq4w.jpg 340w" class="lazyload" alt="PM Sunak can deliver long-term energy stability, security and savings – here’s how"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2022-12-06T08:00" title="06 December 2022 at 08:00">06 Dec 2022</time></span> <span class="ni-cat"> <a href="/news/environment.htm">Environment</a> </span> </div> <div Class="ni-sponsor">By <a href="/members/profile/mineral-wool-insulation-manufacturers-association">Mineral Wool Insulation Manufacturers Association</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Mineral Wool Insulation Manufacturers Association', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/pm-sunak-can-deliver-longterm-energy-stability-security-and-savings-heres-how">PM Sunak can deliver long-term energy stability, security and savings – here’s how</a> </div> <div class="ni-desc"> <a href="/members/article/pm-sunak-can-deliver-longterm-energy-stability-security-and-savings-heres-how">With the Autumn Statement in our rear-view mirror, both PM Sunak and Chancellor Hunt continue to be faced with fiscal challenges and restrictions as we hurtle towards a general election. It has never been so timely to turn their attentions to reducing the amount of energy we use.</a> </div> </div> </div></div> <div class="paging"> <ul class="pagination"> <li class="on"> <a href="/hub/greening-nation?news_pg=1" class="on">1</a> </li> <li class=""> <a href="/hub/greening-nation?news_pg=2" class="">2</a> </li> <li class="next"> <a href="/hub/greening-nation?news_pg=2" class="next">&gt;</a> </li> <li class="last"> <a href="/hub/greening-nation?news_pg=2" class="last">&gt;&gt;</a> </li> </ul> </div> </div> </div><div class="col col--25"> <div class="news-title"> <span class="nt-cat h5">About Greening the Nation </span> </div> <div class="hub-side clearFix"> <div class="hs-logo"> </div> <hr> <div class="hs-summ"> <p><p> It has been over 5 years since the Paris Agreement when 196 countries committed to reducing their emissions and working together to adapt to the impacts of climate change. The goal is to keep the rise in global average temperature to well below 2C and hopefully limit this increase to just 1.5C.</p> <p> But what action are we taking to achieve this, and who is paving the way? </p> <p> <i>Greening the Nation</i> is a hub of ideas and analysis, with input from experts across politics, government, and business, to reflect and identify innovative ways we can reach our 2030 target. </p> </p> </div> </div> </div> </div> </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>&copy; 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&#39; 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 &amp;&nbsp;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--> <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>

Pages: 1 2 3 4 5 6 7 8 9 10