CINXE.COM
Women in Westminster: In Conversation With
<!doctype html> <html lang="en" class="no-js"> <head><!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async=true> (function() { var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '1C3fJ9awG115y', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); function makeGppStub() { const CMP_ID = 10; const SUPPORTED_APIS = [ '2:tcfeuv2', '6:uspv1', '7:usnatv1', '8:usca', '9:usvav1', '10:uscov1', '11:usutv1', '12:usctv1' ]; window.__gpp_addFrame = function (n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function () { var b = arguments; __gpp.queue = __gpp.queue || []; __gpp.events = __gpp.events || []; if (!b.length || (b.length == 1 && b[0] == "queue")) { return __gpp.queue; } if (b.length == 1 && b[0] == "events") { return __gpp.events; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { clb( { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, true ); } else if (cmd === "addEventListener") { if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par, }); clb( { eventName: "listenerRegistered", listenerId: lnr, // Registered ID of the listener data: true, // positive signal pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // list of supported APIs sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "removeEventListener") { var success = false; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } clb( { eventName: "listenerRemoved", listenerId: par, // Registered ID of the listener data: success, // status info pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // CMP ID sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "hasSection") { clb(false, true); } else if (cmd === "getSection" || cmd === "getField") { clb(null, true); } //queue all other commands else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function (event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch (e) { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function (retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId, }, }; event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*"); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } }; makeGppStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --><meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="language" content="en" /><meta name="generator" content="Isle Interactive Ltd" /><meta name="designer" content="Isle Interactive Ltd" /><meta name="viewport" content="initial-scale=1.0, width=device-width" /><meta name="format-detection" content="telephone=no" /><meta name="application-name" content="Politics Home" /><meta name="msapplication-TileColor" content="#00a3a6" /><meta name="msapplication-config" content="/_img/_favicons/browserconfig.xml" /><meta name="theme-color" content="#ffffff" /><meta name="msvalidate.01" content="5DB9482504A0A33AC4ADD47C27D0A9A6" /><meta name="facebook-domain-verification" content="sqchx5zsgx9bqaexjh0kg611jb4qar" /> <meta name="robots" content="index, follow" /> <meta name="revisit-after" content="14 days" /><link rel="stylesheet" media="screen" href="https://res.cloudinary.com/dyw8mv3b0/raw/upload/css/core-v8.min.css" /><link rel="stylesheet" media="screen" href="https://res.cloudinary.com/dyw8mv3b0/raw/upload/css/layout-v24.min.css" /> <!--link rel="stylesheet" href="/_styles/layout-v12.css?v8" media="screen" /--> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap" rel="stylesheet" /><link rel="shortcut icon" href="/favicon.ico" /><link rel="icon" type="image/png" sizes="32x32" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/favicon-32x32.png" /><link rel="icon" type="image/png" sizes="16x16" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/favicon-16x16.png" /><link rel="apple-touch-icon" sizes="180x180" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/apple-touch-icon.png" /><link rel="manifest" href="/_img/_favicons/manifest.json" /><link rel="mask-icon" color="#00a3a6" href="https://res.cloudinary.com/dyw8mv3b0/image/upload/img/_favicons/safari-pinned-tab.svg" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script>!window.jQuery && document.write('<script src="/_scripts/jquery.js"><\/script>')</script> <script src="https://res.cloudinary.com/dyw8mv3b0/raw/upload/js/modernizr.min.js?v1"></script> <script src="/_scripts/core-v7.js?v1"></script> <script src="https://res.cloudinary.com/dyw8mv3b0/raw/upload/js/plugins.min.js?1e"></script> <!-- THEMES --> <link rel="stylesheet" href=https://res.cloudinary.com/dyw8mv3b0/raw/upload/css/thehouse-v5.min.css media="screen" /> <!-- ADVERTISING - START --> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> window.googletag = window.googletag || {cmd: []}; </script> <script> // define variables to hold gpt slot objects var gptSlots = []; 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/women-westminster-conversation" /> <meta property="og:site_name" content="Politics Home" /> <meta property="og:locale" content="en_GB" /> <meta property="og:title" content="Women in Westminster: In Conversation With" /> <meta property="og:description" content="Politics Home Website" /> <meta property="og:url" content="https://www.politicshome.com/hub/women-westminster-conversation" /> <meta property="og:image" content="https://res.cloudinary.com/dyw8mv3b0/image/upload/q_85,w_1200,h_1200,c_limit/v1/news/2023_08/WIW_2024_Logo_LockUp_FULL_COLOUR_amdzcg.jpg" /> <meta property="og:image:type" content="image/jpeg" /> <meta property="og:type" content="article" /> <meta property="article:published_time" content="2023-03-16 16:44:32" /> <meta property="article:modified_time" content="2024-09-10 11:16:59" /> <meta name="Description" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@politicshome" /> <meta name="twitter:url" content="https://www.politicshome.com/hub/women-westminster-conversation" /> <meta name="twitter:title" content="Women in Westminster: In Conversation With" /> <meta name="twitter:description" content="" /> <meta name="twitter:image" content="https://res.cloudinary.com/dyw8mv3b0/image/upload/q_85,w_1200,h_1200,c_limit/v1/news/2023_08/WIW_2024_Logo_LockUp_FULL_COLOUR_amdzcg.jpg" /> <title> Women in Westminster: In Conversation With </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/women-westminster-conversation" 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="/wEPDwULLTE5Njg1MzgzMTcPZBYCZg9kFgRmD2QWGAISDxYCHgRocmVmBUNodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvcmF3L3VwbG9hZC9jc3MvY29yZS12OC5taW4uY3NzZAITDxYCHwAFRmh0dHBzOi8vcmVzLmNsb3VkaW5hcnkuY29tL2R5dzhtdjNiMC9yYXcvdXBsb2FkL2Nzcy9sYXlvdXQtdjI0Lm1pbi5jc3NkAhcPFgIfAAVRaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL2ltYWdlL3VwbG9hZC9pbWcvX2Zhdmljb25zL2Zhdmljb24tMzJ4MzIucG5nZAIYDxYCHwAFUWh0dHBzOi8vcmVzLmNsb3VkaW5hcnkuY29tL2R5dzhtdjNiMC9pbWFnZS91cGxvYWQvaW1nL19mYXZpY29ucy9mYXZpY29uLTE2eDE2LnBuZ2QCGQ8WAh8ABVRodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvaW1hZ2UvdXBsb2FkL2ltZy9fZmF2aWNvbnMvYXBwbGUtdG91Y2gtaWNvbi5wbmdkAhsPFgIfAAVVaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL2ltYWdlL3VwbG9hZC9pbWcvX2Zhdmljb25zL3NhZmFyaS1waW5uZWQtdGFiLnN2Z2QCHA8VAjNodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvcmF3L3VwbG9hZC9qcy8zaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL3Jhdy91cGxvYWQvanMvZAIdDxYCHgdWaXNpYmxlZ2QCHg9kFgQCAQ8WAh4EVGV4dAU8Z29vZ2xldGFnLnB1YmFkcygpLnNldFRhcmdldGluZygiZW52aXJvbm1lbnQiLCJwcm9kdWN0aW9uIik7ZAICDxYCHwJlZAIiDxYCHwIFYQ0KPGxpbmsgcmVsPSJjYW5vbmljYWwiIGhyZWY9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vaHViL3dvbWVuLXdlc3RtaW5zdGVyLWNvbnZlcnNhdGlvbiIgLz5kAiMPFgIfAgWTBg0KPG1ldGEgcHJvcGVydHk9Im9nOnNpdGVfbmFtZSIgY29udGVudD0iUG9saXRpY3MgSG9tZSIgLz4NCjxtZXRhIHByb3BlcnR5PSJvZzpsb2NhbGUiIGNvbnRlbnQ9ImVuX0dCIiAvPg0KPG1ldGEgcHJvcGVydHk9Im9nOnRpdGxlIiBjb250ZW50PSJXb21lbiBpbiBXZXN0bWluc3RlcjogSW4gQ29udmVyc2F0aW9uIFdpdGgiIC8+DQo8bWV0YSBwcm9wZXJ0eT0ib2c6ZGVzY3JpcHRpb24iIGNvbnRlbnQ9IlBvbGl0aWNzIEhvbWUgV2Vic2l0ZSIgLz4NCjxtZXRhIHByb3BlcnR5PSJvZzp1cmwiIGNvbnRlbnQ9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vaHViL3dvbWVuLXdlc3RtaW5zdGVyLWNvbnZlcnNhdGlvbiIgLz4NCjxtZXRhIHByb3BlcnR5PSJvZzppbWFnZSIgY29udGVudD0iaHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZHl3OG12M2IwL2ltYWdlL3VwbG9hZC9xXzg1LHdfMTIwMCxoXzEyMDAsY19saW1pdC92MS9uZXdzLzIwMjNfMDgvV0lXXzIwMjRfTG9nb19Mb2NrVXBfRlVMTF9DT0xPVVJfYW1kemNnLmpwZyIgLz4NCjxtZXRhIHByb3BlcnR5PSJvZzppbWFnZTp0eXBlIiBjb250ZW50PSJpbWFnZS9qcGVnIiAvPg0KPG1ldGEgcHJvcGVydHk9Im9nOnR5cGUiIGNvbnRlbnQ9ImFydGljbGUiIC8+DQo8bWV0YSBwcm9wZXJ0eT0iYXJ0aWNsZTpwdWJsaXNoZWRfdGltZSIgY29udGVudD0iMjAyMy0wMy0xNiAxNjo0NDozMiIgLz4NCjxtZXRhIHByb3BlcnR5PSJhcnRpY2xlOm1vZGlmaWVkX3RpbWUiIGNvbnRlbnQ9IjIwMjQtMDktMTAgMTE6MTY6NTkiIC8+DQpkAiQPFgIeB2NvbnRlbnRkZAICEGRkFgYCAQ9kFgJmD2QWDAIBDxYCHwFoZAICDxYCHwIFYg0KICAgICAgICAgICAgPGEgaHJlZj0iL3RoZWhvdXNlLmh0bSIgY2xhc3M9ImxvZ28gaGlkZVRleHQiPlBvbGl0aWNzSG9tZSAtIFRoZSBIb3VzZTwvYT4NCiAgICAgICAgZAIEDxYCHwIFgiM8dWw+PGxpPjxhIGhyZWY9Ii8iIHRpdGxlPSJQb2xpdGljc2hvbWUuY29tIHwgQnJlYWtpbmcgcG9saXRpY3MgYW5kIHBvbGl0aWNhbCBuZXdzIGZvciBXZXN0bWluc3RlciBhbmQgdGhlIFVLIj48c3Bhbj5Ib21lPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibm9TdWIgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL25ld3MuaHRtIiB0aXRsZT0iTmV3cyB8IFBvbGl0aWNzaG9tZS5jb20iPjxzcGFuPk5ld3M8L3NwYW4+PC9hPjx1bD48bGk+PGEgaHJlZj0iL25ld3MvY29zdC1vZi1saXZpbmcuaHRtIiB0aXRsZT0iQ29zdCBvZiBMaXZpbmcgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db3N0IG9mIExpdmluZzwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvY29tbXVuaXRpZXMuaHRtIiB0aXRsZT0iQ29tbXVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Db21tdW5pdGllczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvY3VsdHVyZS5odG0iIHRpdGxlPSJDdWx0dXJlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q3VsdHVyZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZGVmZW5jZS5odG0iIHRpdGxlPSJEZWZlbmNlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RGVmZW5jZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZWNvbm9teS5odG0iIHRpdGxlPSJFY29ub215IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RWNvbm9teTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZWR1Y2F0aW9uLmh0bSIgdGl0bGU9IkVkdWNhdGlvbiB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVkdWNhdGlvbjwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZW5lcmd5Lmh0bSIgdGl0bGU9IkVuZXJneSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVuZXJneTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZW52aXJvbm1lbnQuaHRtIiB0aXRsZT0iRW52aXJvbm1lbnQgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FbnZpcm9ubWVudDwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvZm9yZWlnbi1hZmZhaXJzLmh0bSIgdGl0bGU9IkZvcmVpZ24gQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkZvcmVpZ24gQWZmYWlyczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvaGVhbHRoLWNhcmUuaHRtIiB0aXRsZT0iSGVhbHRoICZhbXA7IENhcmUgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5IZWFsdGggJiBDYXJlPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9ob21lLWFmZmFpcnMuaHRtIiB0aXRsZT0iSG9tZSBBZmZhaXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+SG9tZSBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9wb2xpdGljYWwtcGFydGllcy5odG0iIHRpdGxlPSJQb2xpdGljYWwgUGFydGllcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlBvbGl0aWNhbCBQYXJ0aWVzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy9zb2NpYWwtYWZmYWlycy5odG0iIHRpdGxlPSJTb2NpYWwgQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlNvY2lhbCBBZmZhaXJzPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvbmV3cy90cmFuc3BvcnQuaHRtIiB0aXRsZT0iVHJhbnNwb3J0IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+VHJhbnNwb3J0PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGkgY2xhc3M9Im5vU3ViIGxpSGFzQ2hpbGRyZW4gbGlPbiI+PGEgaHJlZj0iL3RoZWhvdXNlLmh0bSIgY2xhc3M9Im9uIiB0aXRsZT0iVGhlIEhvdXNlIExpdmUgfCBQb2xpdGljc2hvbWUuY29tIj48c3Bhbj5UaGUgSG91c2UgTGl2ZTwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvdGhlaG91c2UvYWJvdXQtdGhlLWhvdXNlLmh0bSIgdGl0bGU9IlRoZSBIb3VzZSBNYWdhemluZSAtIDQwIHllYXJzIHNoaW5pbmcgYSBsaWdodCBvbiBldmVudHMgaW4gUGFybGlhbWVudCI+PHNwYW4+VGhlIEhvdXNlIE1hZ2F6aW5lPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSJodHRwczovL2xvbmdyZWFkcy5wb2xpdGljc2hvbWUuY29tLyIgdGl0bGU9IkxvbmcgcmVhZHMiIHRhcmdldD0iX2JsYW5rIj48c3Bhbj5Mb25nIFJlYWRzPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL3RoZWhvdXNlL3BhcnRuZXItY29udGVudC93aXcuaHRtIiB0aXRsZT0iV29tZW4gaW4gV2VzdG1pbnN0ZXIiPjxzcGFuPldvbWVuIGluIFdlc3RtaW5zdGVyPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9odWIvd29tZW4td2VzdG1pbnN0ZXItY29udmVyc2F0aW9uIiB0aXRsZT0iSW4gQ29udmVyc2F0aW9uIFdpdGgiPjxzcGFuPkluIENvbnZlcnNhdGlvbiBXaXRoPC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGk+PGEgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9tZW1iZXJzL2RpcmVjdG9yeS5odG0iIHRpdGxlPSJNZW1iZXJzIERpcmVjdG9yeSI+PHNwYW4+TWVtYmVycyBEaXJlY3Rvcnk8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJuYXZEaXNhYmxlQ2xpY2sgbGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL3RoZWhvdXNlL3BhcnRuZXItY29udGVudC5odG0iIHRpdGxlPSJQYXJ0bmVyIENvbnRlbnQiPjxzcGFuPlBhcnRuZXIgQ29udGVudDwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSJodHRwczovL3d3dy5wb2xpdGljc2hvbWUuY29tL2h1Yi90aGVwYXRodG9uZXR6ZXJvIiB0aXRsZT0iVGhlIFBhdGggVG8gTmV0IFplcm8iPjxzcGFuPlRoZSBQYXRoIFRvIE5ldCBaZXJvPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSJodHRwczovL3d3dy5wb2xpdGljc2hvbWUuY29tL2h1Yi9ncmVlbmluZy1uYXRpb24iIHRpdGxlPSJHcmVlbmluZyB0aGUgTmF0aW9uIj48c3Bhbj5HcmVlbmluZyB0aGUgTmF0aW9uPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSIvaHViL3RoZS1ob3VzZS1jb25uZWN0aW5nLWNvbW11bml0aWVzIiB0aXRsZT0iQ29ubmVjdGluZyBjb21tdW5pdGllcyI+PHNwYW4+Q29ubmVjdGluZyBDb21tdW5pdGllczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL2h1Yi9lbmdpbmVlcmluZy1hLWJldHRlci13b3JsZCIgdGl0bGU9IkVuZ2luZWVyaW5nIGEgYmV0dGVyIHdvcmxkIj48c3Bhbj5FbmdpbmVlcmluZyBhIEJldHRlciBXb3JsZDwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21lbWJlcnMuaHRtIiB0aXRsZT0iQmVjb21lIGEgTWVtYmVyIj48c3Bhbj5CZWNvbWUgYSBNZW1iZXI8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjwvdWw+PC9saT48bGk+PGEgaHJlZj0iL2V2ZW50cy5odG0iIHRpdGxlPSJFdmVudHMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FdmVudHM8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJuYXZEaXNhYmxlQ2xpY2sgbmF2TW9iVG9nZ2xlIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii9tZW1iZXJzLmh0bSIgdGl0bGU9Ik1lbWJlcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NZW1iZXJzPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzLmh0bSIgdGl0bGU9Ik1lbWJlcnMiPjxzcGFuPk1lbWJlcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzL2RpcmVjdG9yeS5odG0iIHRpdGxlPSJNZW1iZXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+TWVtYmVycyBEaXJlY3Rvcnk8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIG5hdk1vYlRvZ2dsZSBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvbW9yZS5odG0iIHRpdGxlPSJNb3JlIj48c3Bhbj5Nb3JlPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9tb3JlL3BvZGNhc3RzLmh0bSIgdGl0bGU9IlBvZGNhc3RzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+UG9kY2FzdHM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL3Jzcy1mZWVkcy5odG0iIHRpdGxlPSJSU1MgRmVlZHMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5SU1MgRmVlZHM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL2NvbnRhY3QtdXMuaHRtIiB0aXRsZT0iQ29udGFjdCBVcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvbnRhY3QgVXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL2Fib3V0LXBvbGl0aWNzaG9tZS5odG0iIHRpdGxlPSJBYm91dCB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkFib3V0IFBvbGl0aWNzSG9tZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvbWFya2V0aW5nLW9wcG9ydHVuaXRpZXMuaHRtIiB0aXRsZT0iTWFya2V0aW5nIE9wcG9ydHVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NYXJrZXRpbmcgT3Bwb3J0dW5pdGllczwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PC91bD5kAgYPFgIfAWcWAgIBDxYCHwIF3gw8dWwgY2xhc3M9Im5hdiBsZXZlbDIiPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvdGhlaG91c2UvYWJvdXQtdGhlLWhvdXNlLmh0bSIgICB0aXRsZT0iVGhlIEhvdXNlIE1hZ2F6aW5lIC0gNDAgeWVhcnMgc2hpbmluZyBhIGxpZ2h0IG9uIGV2ZW50cyBpbiBQYXJsaWFtZW50Ij48c3Bhbj5UaGUgSG91c2UgTWFnYXppbmU8L3NwYW4+PC9hPg0KPC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iaHR0cHM6Ly9sb25ncmVhZHMucG9saXRpY3Nob21lLmNvbS8iICB0YXJnZXQ9Il9ibGFuayIgIHRpdGxlPSJMb25nIHJlYWRzIj48c3Bhbj5Mb25nIFJlYWRzPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSJoYXNDaGlsZHJlbiI+PGEgaHJlZj0iL3RoZWhvdXNlL3BhcnRuZXItY29udGVudC93aXcuaHRtIiAgIHRpdGxlPSJXb21lbiBpbiBXZXN0bWluc3RlciI+PHNwYW4+V29tZW4gaW4gV2VzdG1pbnN0ZXI8L3NwYW4+PC9hPg0KPHVsIGNsYXNzPSJuYXYgbGV2ZWwzIj48bGkgY2xhc3M9IiI+PGEgaHJlZj0iL2h1Yi93b21lbi13ZXN0bWluc3Rlci1jb252ZXJzYXRpb24iICAgdGl0bGU9IkluIENvbnZlcnNhdGlvbiBXaXRoIj48c3Bhbj5JbiBDb252ZXJzYXRpb24gV2l0aDwvc3Bhbj48L2E+DQo8L2xpPjwvdWw+PC9saT48bGkgY2xhc3M9IiI+PGEgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9tZW1iZXJzL2RpcmVjdG9yeS5odG0iICAgdGl0bGU9Ik1lbWJlcnMgRGlyZWN0b3J5Ij48c3Bhbj5NZW1iZXJzIERpcmVjdG9yeTwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIGhhc0NoaWxkcmVuIj48YSBocmVmPSIvdGhlaG91c2UvcGFydG5lci1jb250ZW50Lmh0bSIgICB0aXRsZT0iUGFydG5lciBDb250ZW50Ij48c3Bhbj5QYXJ0bmVyIENvbnRlbnQ8L3NwYW4+PC9hPg0KPHVsIGNsYXNzPSJuYXYgbGV2ZWwzIj48bGkgY2xhc3M9IiI+PGEgaHJlZj0iaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS9odWIvdGhlcGF0aHRvbmV0emVybyIgICB0aXRsZT0iVGhlIFBhdGggVG8gTmV0IFplcm8iPjxzcGFuPlRoZSBQYXRoIFRvIE5ldCBaZXJvPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Imh0dHBzOi8vd3d3LnBvbGl0aWNzaG9tZS5jb20vaHViL2dyZWVuaW5nLW5hdGlvbiIgICB0aXRsZT0iR3JlZW5pbmcgdGhlIE5hdGlvbiI+PHNwYW4+R3JlZW5pbmcgdGhlIE5hdGlvbjwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvaHViL3RoZS1ob3VzZS1jb25uZWN0aW5nLWNvbW11bml0aWVzIiAgIHRpdGxlPSJDb25uZWN0aW5nIGNvbW11bml0aWVzIj48c3Bhbj5Db25uZWN0aW5nIENvbW11bml0aWVzPC9zcGFuPjwvYT4NCjwvbGk+PGxpIGNsYXNzPSIiPjxhIGhyZWY9Ii9odWIvZW5naW5lZXJpbmctYS1iZXR0ZXItd29ybGQiICAgdGl0bGU9IkVuZ2luZWVyaW5nIGEgYmV0dGVyIHdvcmxkIj48c3Bhbj5FbmdpbmVlcmluZyBhIEJldHRlciBXb3JsZDwvc3Bhbj48L2E+DQo8L2xpPjxsaSBjbGFzcz0iIj48YSBocmVmPSIvbWVtYmVycy5odG0iICAgdGl0bGU9IkJlY29tZSBhIE1lbWJlciI+PHNwYW4+QmVjb21lIGEgTWVtYmVyPC9zcGFuPjwvYT4NCjwvbGk+PC91bD48L2xpPjwvdWw+ZAIHDxYCHwIFlB08dWw+PGxpPjxhIGhyZWY9Ii8iIHRpdGxlPSJQb2xpdGljc2hvbWUuY29tIHwgQnJlYWtpbmcgcG9saXRpY3MgYW5kIHBvbGl0aWNhbCBuZXdzIGZvciBXZXN0bWluc3RlciBhbmQgdGhlIFVLIj48c3Bhbj5Ib21lPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibm9TdWIgbGlIYXNDaGlsZHJlbiBsaU9uIj48YSBocmVmPSIvbmV3cy5odG0iIGNsYXNzPSJvbiIgdGl0bGU9Ik5ld3MgfCBQb2xpdGljc2hvbWUuY29tIj48c3Bhbj5OZXdzPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9uZXdzL2Nvc3Qtb2YtbGl2aW5nLmh0bSIgdGl0bGU9IkNvc3Qgb2YgTGl2aW5nIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q29zdCBvZiBMaXZpbmc8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2NvbW11bml0aWVzLmh0bSIgdGl0bGU9IkNvbW11bml0aWVzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+Q29tbXVuaXRpZXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2N1bHR1cmUuaHRtIiB0aXRsZT0iQ3VsdHVyZSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkN1bHR1cmU8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2RlZmVuY2UuaHRtIiB0aXRsZT0iRGVmZW5jZSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkRlZmVuY2U8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2Vjb25vbXkuaHRtIiB0aXRsZT0iRWNvbm9teSB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkVjb25vbXk8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2VkdWNhdGlvbi5odG0iIHRpdGxlPSJFZHVjYXRpb24gfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FZHVjYXRpb248L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2VuZXJneS5odG0iIHRpdGxlPSJFbmVyZ3kgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FbmVyZ3k8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2Vudmlyb25tZW50Lmh0bSIgdGl0bGU9IkVudmlyb25tZW50IHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+RW52aXJvbm1lbnQ8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2ZvcmVpZ24tYWZmYWlycy5odG0iIHRpdGxlPSJGb3JlaWduIEFmZmFpcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Gb3JlaWduIEFmZmFpcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9uZXdzL2hlYWx0aC1jYXJlLmh0bSIgdGl0bGU9IkhlYWx0aCAmYW1wOyBDYXJlIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+SGVhbHRoICYgQ2FyZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvaG9tZS1hZmZhaXJzLmh0bSIgdGl0bGU9IkhvbWUgQWZmYWlycyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkhvbWUgQWZmYWlyczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvcG9saXRpY2FsLXBhcnRpZXMuaHRtIiB0aXRsZT0iUG9saXRpY2FsIFBhcnRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Qb2xpdGljYWwgUGFydGllczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3Mvc29jaWFsLWFmZmFpcnMuaHRtIiB0aXRsZT0iU29jaWFsIEFmZmFpcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5Tb2NpYWwgQWZmYWlyczwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL25ld3MvdHJhbnNwb3J0Lmh0bSIgdGl0bGU9IlRyYW5zcG9ydCB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPlRyYW5zcG9ydDwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PGxpIGNsYXNzPSJub1N1YiBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvdGhlaG91c2UuaHRtIiB0aXRsZT0iVGhlIEhvdXNlIExpdmUgfCBQb2xpdGljc2hvbWUuY29tIj48c3Bhbj5UaGUgSG91c2UgTGl2ZTwvc3Bhbj48L2E+PHVsPjxsaT48YSBocmVmPSIvdGhlaG91c2UvYWJvdXQtdGhlLWhvdXNlLmh0bSIgdGl0bGU9IlRoZSBIb3VzZSBNYWdhemluZSAtIDQwIHllYXJzIHNoaW5pbmcgYSBsaWdodCBvbiBldmVudHMgaW4gUGFybGlhbWVudCI+PHNwYW4+VGhlIEhvdXNlIE1hZ2F6aW5lPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSJodHRwczovL2xvbmdyZWFkcy5wb2xpdGljc2hvbWUuY29tLyIgdGl0bGU9IkxvbmcgcmVhZHMiIHRhcmdldD0iX2JsYW5rIj48c3Bhbj5Mb25nIFJlYWRzPC9zcGFuPjwvYT48L2xpPjxsaSBjbGFzcz0ibGlIYXNDaGlsZHJlbiI+PGEgaHJlZj0iL3RoZWhvdXNlL3BhcnRuZXItY29udGVudC93aXcuaHRtIiB0aXRsZT0iV29tZW4gaW4gV2VzdG1pbnN0ZXIiPjxzcGFuPldvbWVuIGluIFdlc3RtaW5zdGVyPC9zcGFuPjwvYT48L2xpPjxsaT48YSBocmVmPSJodHRwczovL3d3dy5wb2xpdGljc2hvbWUuY29tL21lbWJlcnMvZGlyZWN0b3J5Lmh0bSIgdGl0bGU9Ik1lbWJlcnMgRGlyZWN0b3J5Ij48c3Bhbj5NZW1iZXJzIERpcmVjdG9yeTwvc3Bhbj48L2E+PC9saT48bGkgY2xhc3M9Im5hdkRpc2FibGVDbGljayBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvdGhlaG91c2UvcGFydG5lci1jb250ZW50Lmh0bSIgdGl0bGU9IlBhcnRuZXIgQ29udGVudCI+PHNwYW4+UGFydG5lciBDb250ZW50PC9zcGFuPjwvYT48L2xpPjwvdWw+PC9saT48bGk+PGEgaHJlZj0iL2V2ZW50cy5odG0iIHRpdGxlPSJFdmVudHMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5FdmVudHM8L3NwYW4+PC9hPjwvbGk+PGxpIGNsYXNzPSJuYXZEaXNhYmxlQ2xpY2sgbmF2TW9iVG9nZ2xlIGxpSGFzQ2hpbGRyZW4iPjxhIGhyZWY9Ii9tZW1iZXJzLmh0bSIgdGl0bGU9Ik1lbWJlcnMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NZW1iZXJzPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzLmh0bSIgdGl0bGU9Ik1lbWJlcnMiPjxzcGFuPk1lbWJlcnM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tZW1iZXJzL2RpcmVjdG9yeS5odG0iIHRpdGxlPSJNZW1iZXJzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+TWVtYmVycyBEaXJlY3Rvcnk8L3NwYW4+PC9hPjwvbGk+PC91bD48L2xpPjxsaSBjbGFzcz0ibmF2RGlzYWJsZUNsaWNrIG5hdk1vYlRvZ2dsZSBsaUhhc0NoaWxkcmVuIj48YSBocmVmPSIvbW9yZS5odG0iIHRpdGxlPSJNb3JlIj48c3Bhbj5Nb3JlPC9zcGFuPjwvYT48dWw+PGxpPjxhIGhyZWY9Ii9tb3JlL3BvZGNhc3RzLmh0bSIgdGl0bGU9IlBvZGNhc3RzIHwgUG9saXRpY3NIb21lLmNvbSI+PHNwYW4+UG9kY2FzdHM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL3Jzcy1mZWVkcy5odG0iIHRpdGxlPSJSU1MgRmVlZHMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5SU1MgRmVlZHM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL2NvbnRhY3QtdXMuaHRtIiB0aXRsZT0iQ29udGFjdCBVcyB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkNvbnRhY3QgVXM8L3NwYW4+PC9hPjwvbGk+PGxpPjxhIGhyZWY9Ii9tb3JlL2Fib3V0LXBvbGl0aWNzaG9tZS5odG0iIHRpdGxlPSJBYm91dCB8IFBvbGl0aWNzSG9tZS5jb20iPjxzcGFuPkFib3V0IFBvbGl0aWNzSG9tZTwvc3Bhbj48L2E+PC9saT48bGk+PGEgaHJlZj0iL21vcmUvbWFya2V0aW5nLW9wcG9ydHVuaXRpZXMuaHRtIiB0aXRsZT0iTWFya2V0aW5nIE9wcG9ydHVuaXRpZXMgfCBQb2xpdGljc0hvbWUuY29tIj48c3Bhbj5NYXJrZXRpbmcgT3Bwb3J0dW5pdGllczwvc3Bhbj48L2E+PC9saT48L3VsPjwvbGk+PC91bD5kAggPZBYCAgEPD2QWAh4LcGxhY2Vob2xkZXIFD0VudGVyIGtleXdvcmQvc2QCAw9kFgICAw9kFgJmD2QWBAIBD2QWAgIBDxYCHwIFA2h1YmQCAg9kFgJmD2QWEAIBD2QWAmYPFgIfAgWSAjxkaXYgY2xhc3M9InJvdyByb3ctLWh1YkluZm8gcm93LS1kZWZhdWx0IGNsZWFyRml4Ij4NCiAgICA8ZGl2IGNsYXNzPSJyaC13cmFwIj4NCiAgICAgICAgPGRpdiBjbGFzcz0icmgtaW5mbyI+DQogICAgICAgICAgICA8aDEgY2xhc3M9ImgyIj4NCiAgICAgICAgICAgICAgV29tZW4gaW4gV2VzdG1pbnN0ZXI6IEluIENvbnZlcnNhdGlvbiBXaXRoIA0KICAgICAgICAgICAgICANCiAgICAgICAgICAgPC9oMT4NCiAgICAgICAgPC9kaXY+DQogICAgPC9kaXY+DQogICAgDQo8L2Rpdj5kAgIPFgIfAgURPGRpdiBjbGFzcz0icm93Ij5kAgMPFgIfAgUZPGRpdiBjbGFzcz0iY29sIGNvbC0tNzUiPmQCBA9kFgJmD2QWBGYPDxYCHwFoZBYCAgEPFgIeC18hSXRlbUNvdW50AgQWCAIBD2QWBmYPFQECb25kAgEPZBYCZg8VAy0vaHViL3dvbWVuLXdlc3RtaW5zdGVyLWNvbnZlcnNhdGlvbj9uZXdzX3BnPTECb24BMWQCAw8PFgoeD0NvbW1hbmRBcmd1bWVudAUBMR8CBQExHghDc3NDbGFzcwUCb24eBF8hU0ICAh8BaGRkAgIPZBYGZg8VAQBkAgEPZBYCZg8VAy0vaHViL3dvbWVuLXdlc3RtaW5zdGVyLWNvbnZlcnNhdGlvbj9uZXdzX3BnPTIAATJkAgMPDxYKHwYFATIfAgUBMh8HZR8IAgIfAWhkZAIDD2QWBmYPFQEEbmV4dGQCAQ9kFgJmDxUDLS9odWIvd29tZW4td2VzdG1pbnN0ZXItY29udmVyc2F0aW9uP25ld3NfcGc9MgRuZXh0BCZndDtkAgMPDxYKHwYFATIfAgUEJmd0Ox8HBQRuZXh0HwgCAh8BaGRkAgQPZBYGZg8VAQRsYXN0ZAIBD2QWAmYPFQMtL2h1Yi93b21lbi13ZXN0bWluc3Rlci1jb252ZXJzYXRpb24/bmV3c19wZz0yBGxhc3QIJmd0OyZndDtkAgMPDxYKHwYFATIfAgUIJmd0OyZndDsfBwUEbGFzdB8IAgIfAWhkZAICDw8WAh8BZ2QWAgIBDxYCHwUCBBYIAgEPZBYGZg8VAQJvbmQCAQ9kFgJmDxUDLS9odWIvd29tZW4td2VzdG1pbnN0ZXItY29udmVyc2F0aW9uP25ld3NfcGc9MQJvbgExZAIDDw8WCh8GBQExHwIFATEfBwUCb24fCAICHwFoZGQCAg9kFgZmDxUBAGQCAQ9kFgJmDxUDLS9odWIvd29tZW4td2VzdG1pbnN0ZXItY29udmVyc2F0aW9uP25ld3NfcGc9MgABMmQCAw8PFgofBgUBMh8CBQEyHwdlHwgCAh8BaGRkAgMPZBYGZg8VAQRuZXh0ZAIBD2QWAmYPFQMtL2h1Yi93b21lbi13ZXN0bWluc3Rlci1jb252ZXJzYXRpb24/bmV3c19wZz0yBG5leHQEJmd0O2QCAw8PFgofBgUBMh8CBQQmZ3Q7HwcFBG5leHQfCAICHwFoZGQCBA9kFgZmDxUBBGxhc3RkAgEPZBYCZg8VAy0vaHViL3dvbWVuLXdlc3RtaW5zdGVyLWNvbnZlcnNhdGlvbj9uZXdzX3BnPTIEbGFzdAgmZ3Q7Jmd0O2QCAw8PFgofBgUBMh8CBQgmZ3Q7Jmd0Ox8HBQRsYXN0HwgCAh8BaGRkAgUPFgIfAgUfPC9kaXY+PGRpdiBjbGFzcz0iY29sIGNvbC0tMjUiPmQCBg9kFgJmDxYCHwIFihI8ZGl2IGNsYXNzPSJuZXdzLXRpdGxlIj4NCiAgICAgICAgPHNwYW4gY2xhc3M9Im50LWNhdCBoNSI+QWJvdXQgV29tZW4gaW4gV2VzdG1pbnN0ZXI8L3NwYW4+DQo8L2Rpdj4NCg0KPGRpdiBjbGFzcz0iaHViLXNpZGUgY2xlYXJGaXgiPg0KCTxkaXYgY2xhc3M9ImhzLWxvZ28iPg0KDQo8aW1nIA0KZGF0YS1zaXplcz0iYXV0byINCmRhdGEtc3JjPSJodHRwczovL3Jlcy5jbG91ZGluYXJ5LmNvbS9keXc4bXYzYjAvaW1hZ2UvdXBsb2FkL3FfNzUsd181MDAsZl9hdXRvL3YxL25ld3MvMjAyM18wOC9XSVdfMjAyNF9Mb2dvX0xvY2tVcF9GVUxMX0NPTE9VUl9hbWR6Y2cuanBnIiANCmNsYXNzPSJsYXp5bG9hZCIgYWx0PSJXb21lbiBpbiBXZXN0bWluc3RlcjogSW4gQ29udmVyc2F0aW9uIFdpdGgiPg0KDQoJPC9kaXY+DQoJPGhyPg0KCQ0KCTxkaXYgY2xhc3M9ImhzLXN1bW0iPg0KICAgICAgICAgICAgICAgICAJDQogICAgICAgICAgICAgICAgIDxwPjxwPjxzdHJvbmc+V29tZW4gaW4gV2VzdG1pbnN0ZXI6IFRoZSAxMDA8L3N0cm9uZz7igK9pcyBhbiBhbm51YWwgY2VsZWJyYXRpb24gb2YgdGhlIGFjaGlldmVtZW50cyBhbmQgdGhlIHZhbHVhYmxl4oCvIHJvbGUgd29tZW4gcGxheSBpbiBwdWJsaWMgbGlmZSBieSByZWNvZ25pc2luZyBvbmUgaHVuZHJlZCB3b21lbiBmcm9t4oCvYWNyb3NzIHRoZSB3b3JsZCBvZuKAryBXZXN0bWluc3Rlciwgd2hvIGFyZSBub3Qgb25seSBpbmZsdWVudGlhbCBpbiB0aGVpciBvd24gZmllbGQsIGJ1dCB3aG8gcG9zc2VzcyB0aGUgdGFsZW50IGFuZCBwbGF0Zm9ybSB0byBpbnNwaXJlIHRoZSBuZXh0IGdlbmVyYXRpb24gdG8gbWFrZSBhIGRpZmZlcmVuY2UgaW4gV2VzdG1pbnN0ZXIgYW5kIGJleW9uZC48L3A+Cgo8cD5Zb3UgY2FuIHZpZXcgdGhlIGZ1bGwgPGVtPlRoZSAxMDA8L2VtPiBhbmQgPGVtPk9uZXMgdG8gV2F0Y2g8L2VtPiBsaXN0cyBhdCA8YSBocmVmPSJodHRwczovL3d3dy5wb2xpdGljc2hvbWUuY29tL3RoZWhvdXNlL3BhcnRuZXItY29udGVudC93aXcuaHRtIiB0YXJnZXQ9Il9ibGFuayI+d3d3LndvbWVuaW53ZXN0bWluc3Rlci5jby51azwvYT4gb3IgcmVhZCBvdXIgbGF0ZXN0IHB1YmxpY2F0aW9uIDxhIGhyZWY9Imh0dHBzOi8vbGlicmFyeS5teWVib29rLmNvbS90aGVob3VzZS93b21lbi1pbi13ZXN0bWluc3Rlci10aGUtMTAwLTIwMjQvNTI5OC8jcGFnZS8xIiB0YXJnZXQ9Il9ibGFuayI+aGVyZS48L2E+PC9wPgoKPHA+PHN0cm9uZz5Xb21lbiBpbiBXZXN0bWluc3RlcjogSW4gQ29udmVyc2F0aW9uIFdpdGg8L3N0cm9uZz4gYWltcyB0byBzaG93Y2FzZSA8ZW0+VGhlIDEwMDwvZW0+IHdpdGggYSBzZXJpZXMgb2YgaW50ZXJ2aWV3cyBsb29raW5nIGF0IHdobyB0aGV5IGFyZSwgdGhlaXIgYWNoaWV2ZW1lbnRzIGFuZCB0aGVpciBleHBlcmllbmNlcy4gPC9jZW50ZXI+PC9kaXY+PC9wPgogCjxwPlRoZSBIb3VzZSBtYWdhemluZSB3b3VsZCBsaWtlIHRvIHRoYW5rIDxzdHJvbmc+TGxveWRzIEJhbmtpbmcgR3JvdXA8L3N0cm9uZz4gZm9yIHRoZWlyIGtpbmQgc3VwcG9ydCBvZiBXb21lbiBpbiBXZXN0bWluc3Rlci48L3A+Cgo8c2NyaXB0PiQoJ2hlYWQnKS5hcHBlbmQoJzxzdHlsZT4udGVtcGxhdGU6OmJlZm9yZXtoZWlnaHQ6MTUwcHg7YmFja2dyb3VuZDpyZ2IoMjI2LDE2MSw0OCk7YmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cHM6Ly93d3cucG9saXRpY3Nob21lLmNvbS91Z2MtMS8xLzQzLzAvd2l3X2luX2NvbnZlcnNhdGlvbl93aXRoX2hlYWRlcl91cGRhdGVkLnBuZyksbGluZWFyLWdyYWRpZW50KDE4MGRlZyxyZ2JhKDc1LDQwLDEzMSwxKTAlLHJnYmEoNzUsNDAsMTMxLDEpODElLHJnYmEoNzUsNDAsMTMxLDEpMTAwJSk7YmFja2dyb3VuZC1yZXBlYXQ6bm8tcmVwZWF0O2JhY2tncm91bmQtc2l6ZTpjb250YWluO2NvbnRlbnQ6IiAiO2JhY2tncm91bmQtcG9zaXRpb246Y2VudGVyIDMwJTtkaXNwbGF5OmJsb2NrO21hcmdpbi10b3A6LTQwcHg7fS5uaS1tZXRhe2Rpc3BsYXk6bm9uZTt9Lm5pLWRlc2N7ZGlzcGxheTpub25lICFpbXBvcnRhbnQ7fS5uaS10aXRsZXtmb250LXNpemU6MThweDt9LnJvdy0taHViSW5mb3ttYXJnaW46NDBweCBhdXRvICFpbXBvcnRhbnQ7bWF4LXdpZHRoOjk3MHB4O30ucmgtaW5mb3tkaXNwbGF5Om5vbmU7fTwvc3R5bGU+Jyk7PC9zY3JpcHQ+CjxzY3JpcHQgc3JjPSJodHRwczovL3d3dy5wb2xpdGljc2hvbWUuY29tL3VnYy0xLzEvMTUvMC9zcG9uc29yX2Jhbm5lcl9qcy5qcyI+PC9zY3JpcHQ+PC9wPg0KICAgICAgICAgICAgICAgIAkNCgkJCQ0KCTwvZGl2Pg0KCQ0KPC9kaXY+ZAIHDxYCHwIFBjwvZGl2PmQCCA8WAh8CBQY8L2Rpdj5kAgUPZBYCZg9kFgJmD2QWAmYPZBYCZg9kFgJmD2QWAmYPFgIfAgWCBDxkaXYgY2xhc3M9ImgzIj5TaWduIHVwIGZvciBvdXIgbmV3c2xldHRlcnM8L2Rpdj4NCjxkaXYgY2xhc3M9ImZ0ci1zdWJzIGNsZWFyRml4Ij4NCiAgICA8YSBocmVmPSJodHRwczovL3d3dy5wb2xpdGljc2hvbWUuY29tL2FjY291bnQuaHRtIj4NCiAgICA8ZGl2IGNsYXNzPSJmdHJzLWltZyI+DQogICAgICAgIDxpbWcgY2xhc3M9Imxhenlsb2FkIiBkYXRhLXNyYz0iL3VnYy0xL3VwbG9hZHMvcGFnZWJsb2Nrcy8xMTA2OS8xOTlkMmU2MWIyOTYxZDg2NDU2NGExNDlhYWQzZmU5MS5wbmciIGFsdD0iU3Vic2NyaWJlIiAvPg0KICAgIDwvZGl2Pg0KICAgIDxkaXYgY2xhc3M9ImZ0cnMtdGV4dCI+DQogICAgICAgIDxwPkdldCBkYWlseSBuZXdzIGFsZXJ0cyBhbmQgd2Vla2VuZCByb3VuZC11cHMgc3RyYWlnaHQgdG8geW91ciBpbmJveC48L3A+DQogICAgICAgIDxwPjxzcGFuIGNsYXNzPSJidG4gYnRuLS1ibGFjayI+U3Vic2NyaWJlPC9zcGFuPjwvcD4NCiAgICA8L2Rpdj4NCiAgICA8L2E+DQo8L2Rpdj5kZDTKrKQ6CvqKQTy4XqGTUTql8ltsgdsL8blCnxqDjrKY" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=MzT3Q6S_Fy_f5vs8w9qk8au_hABbwRZeFSwXUXMeGLQgUOJFmO7B5e8DsWiWu3SE5rPtKWnQFGcd8SW33UySGdoPrSp32sShIk-vpMe9B9I1&t=638563308220000000" type="text/javascript"></script> <script src="/ScriptResource.axd?d=SrwZRAa4Zyv03GdGrfieEJf-d4zldB38v6Qg1vs4imBCjGnQZHIl3BkYQGcK_sq2BgVD_ckdci2_ZNJB6ooStoe_SavSueDM_VUMTPQmMUKYw8Md2xkEFSTmyYiVyYs1_bdk3TX-w_LrUZIX9nOs2GvZ6XU7m0A8yU13BJaksKk1&t=ffffffffc820c398" type="text/javascript"></script> <script src="/ScriptResource.axd?d=i_nvLCJBHXDLydGmDxZNhYPQCmZgQBqosAgmBhtvOSbAcrokh2OhB5tfOkiao9FamBwxmYKZwfoxNxDBTLhZtFpd93I8q2R1YUGdu5gMJYEd50dyt4Tf6Rycr0HGh6lWBHL44TLhJoxl8ISFvSX0zYarAubSxVmFcSBxDy5Nnbzacgrv0b_7sYxW7cvyZjpJ0&t=ffffffffc820c398" type="text/javascript"></script> <header> <noscript> <div class="msg msgError nojavascript"> <p> This site requires JavaScript for certain functions and interactions to work. Please turn on JavaScript for the best possible experience.</p> </div> </noscript> <div class="hdr-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">Wed, <span>27 November 2024</span></div> <a href="/thehouse.htm" class="logo hideText">PoliticsHome - The House</a> <div id="hdr_divPersonalise" class="hdr-promo hdr-promo--personalize"> <div class="promo-text"> <p class="arial">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"><a href="/news.htm" title="News | Politicshome.com"><span>News</span></a><ul><li><a href="/news/cost-of-living.htm" title="Cost of Living | PoliticsHome.com"><span>Cost of Living</span></a></li><li><a href="/news/communities.htm" title="Communities | PoliticsHome.com"><span>Communities</span></a></li><li><a href="/news/culture.htm" title="Culture | PoliticsHome.com"><span>Culture</span></a></li><li><a href="/news/defence.htm" title="Defence | PoliticsHome.com"><span>Defence</span></a></li><li><a href="/news/economy.htm" title="Economy | PoliticsHome.com"><span>Economy</span></a></li><li><a href="/news/education.htm" title="Education | PoliticsHome.com"><span>Education</span></a></li><li><a href="/news/energy.htm" title="Energy | PoliticsHome.com"><span>Energy</span></a></li><li><a href="/news/environment.htm" title="Environment | PoliticsHome.com"><span>Environment</span></a></li><li><a href="/news/foreign-affairs.htm" title="Foreign Affairs | PoliticsHome.com"><span>Foreign Affairs</span></a></li><li><a href="/news/health-care.htm" title="Health & Care | PoliticsHome.com"><span>Health & Care</span></a></li><li><a href="/news/home-affairs.htm" title="Home Affairs | PoliticsHome.com"><span>Home Affairs</span></a></li><li><a href="/news/political-parties.htm" title="Political Parties | PoliticsHome.com"><span>Political Parties</span></a></li><li><a href="/news/social-affairs.htm" title="Social Affairs | PoliticsHome.com"><span>Social Affairs</span></a></li><li><a href="/news/transport.htm" title="Transport | PoliticsHome.com"><span>Transport</span></a></li></ul></li><li class="noSub liHasChildren liOn"><a href="/thehouse.htm" class="on" title="The House Live | Politicshome.com"><span>The House Live</span></a><ul><li><a href="/thehouse/about-the-house.htm" title="The House Magazine - 40 years shining a light on events in Parliament"><span>The House Magazine</span></a></li><li><a href="https://longreads.politicshome.com/" title="Long reads" target="_blank"><span>Long Reads</span></a></li><li class="liHasChildren"><a href="/thehouse/partner-content/wiw.htm" title="Women in Westminster"><span>Women in Westminster</span></a><ul><li><a href="/hub/women-westminster-conversation" title="In Conversation With"><span>In Conversation With</span></a></li></ul></li><li><a href="https://www.politicshome.com/members/directory.htm" title="Members Directory"><span>Members Directory</span></a></li><li class="navDisableClick liHasChildren"><a href="/thehouse/partner-content.htm" title="Partner Content"><span>Partner Content</span></a><ul><li><a href="https://www.politicshome.com/hub/thepathtonetzero" title="The Path To Net Zero"><span>The Path To Net Zero</span></a></li><li><a href="https://www.politicshome.com/hub/greening-nation" title="Greening the Nation"><span>Greening the Nation</span></a></li><li><a href="/hub/the-house-connecting-communities" title="Connecting communities"><span>Connecting Communities</span></a></li><li><a href="/hub/engineering-a-better-world" title="Engineering a better world"><span>Engineering a Better World</span></a></li><li><a href="/members.htm" title="Become a Member"><span>Become a Member</span></a></li></ul></li></ul></li><li><a href="/events.htm" title="Events | PoliticsHome.com"><span>Events</span></a></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/members.htm" title="Members | PoliticsHome.com"><span>Members</span></a><ul><li><a href="/members.htm" title="Members"><span>Members</span></a></li><li><a href="/members/directory.htm" title="Members | PoliticsHome.com"><span>Members Directory</span></a></li></ul></li><li class="navDisableClick navMobToggle liHasChildren"><a href="/more.htm" title="More"><span>More</span></a><ul><li><a href="/more/podcasts.htm" title="Podcasts | PoliticsHome.com"><span>Podcasts</span></a></li><li><a href="/more/rss-feeds.htm" title="RSS Feeds | PoliticsHome.com"><span>RSS Feeds</span></a></li><li><a href="/more/contact-us.htm" title="Contact Us | PoliticsHome.com"><span>Contact Us</span></a></li><li><a href="/more/about-politicshome.htm" title="About | PoliticsHome.com"><span>About PoliticsHome</span></a></li><li><a href="/more/marketing-opportunities.htm" title="Marketing Opportunities | PoliticsHome.com"><span>Marketing Opportunities</span></a></li></ul></li></ul> </nav> <div class="nav-search icon icon--search"><span>Search</span></div> </div> <div class="nav-sub"> <nav class="greedy-nav"> <ul class="nav level2"><li class=""><a href="/thehouse/about-the-house.htm" title="The House Magazine - 40 years shining a light on events in Parliament"><span>The House Magazine</span></a> </li><li class=""><a href="https://longreads.politicshome.com/" target="_blank" title="Long reads"><span>Long Reads</span></a> </li><li class="hasChildren"><a href="/thehouse/partner-content/wiw.htm" title="Women in Westminster"><span>Women in Westminster</span></a> <ul class="nav level3"><li class=""><a href="/hub/women-westminster-conversation" title="In Conversation With"><span>In Conversation With</span></a> </li></ul></li><li class=""><a href="https://www.politicshome.com/members/directory.htm" title="Members Directory"><span>Members Directory</span></a> </li><li class="navDisableClick hasChildren"><a href="/thehouse/partner-content.htm" title="Partner Content"><span>Partner Content</span></a> <ul class="nav level3"><li class=""><a href="https://www.politicshome.com/hub/thepathtonetzero" title="The Path To Net Zero"><span>The Path To Net Zero</span></a> </li><li class=""><a href="https://www.politicshome.com/hub/greening-nation" title="Greening the Nation"><span>Greening the Nation</span></a> </li><li class=""><a href="/hub/the-house-connecting-communities" title="Connecting communities"><span>Connecting Communities</span></a> </li><li class=""><a href="/hub/engineering-a-better-world" title="Engineering a better world"><span>Engineering a Better World</span></a> </li><li class=""><a href="/members.htm" title="Become a Member"><span>Become a Member</span></a> </li></ul></li></ul> <ul class="hidden-links hidden"></ul> <div class="gn-more"> <span class="icon icon--minusSlim">More</span> </div> </nav> </div> <div class="nav-bottom"> <div class="nav-reg"> <ul> <li><a href="/account.htm"><span>Newsletter Signup</span></a></li> </ul> </div> <div class="nav-social"> <p>Follow us:</p> <a href="https://x.com/politicshome" target="_blank" class="icon icon--x"> <svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 462.799"><path fill-rule="nonzero" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"/></svg> </a> <a href="https://www.facebook.com/PoliticsHomeUK/" target="_blank" class="icon icon--facebook"></a> <a href="https://www.linkedin.com/company/politicshome" target="_blank" class="icon icon--linkedIn"></a> </div> </div> </div> </header> <div class="sticky-header clearFix"> <a class="logo-sticky" href="/"> <img src="/_img/logos/ph-100.svg" /> </a> <nav class="sticky-nav"> <ul><li><a href="/" title="Politicshome.com | Breaking politics and political news for Westminster and the UK"><span>Home</span></a></li><li class="noSub liHasChildren 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 & 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, 'hdr_btnSearch')"> <input name="ctl00$hdr$txtSearch" type="text" id="hdr_txtSearch" class="text sb-keyword" placeholder="Enter keyword/s" /> <input type="submit" name="ctl00$hdr$btnSearch" value="Search" id="hdr_btnSearch" class="btn sb-btn" /> </div> <span class="search-close icon icon--close"></span> </div> <main> <div class="template template--1col "> <div class="container"> <div class="row row--hubInfo row--default clearFix"> <div class="rh-wrap"> <div class="rh-info"> <h1 class="h2"> Women in Westminster: In Conversation With </h1> </div> </div> </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/women-westminster-conversation-eleni-courea"> <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/1020x510_WiW_In_Conversation_Article_Header_Eleni_Courea_jdnivs.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/1020x510_WiW_In_Conversation_Article_Header_Eleni_Courea_jdnivs.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/1020x510_WiW_In_Conversation_Article_Header_Eleni_Courea_jdnivs.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Eleni Courea"> </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-21T08:00" title="21 November 2024 at 08:00">21 Nov</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-eleni-courea">Women in Westminster: In Conversation With Eleni Courea</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-eleni-courea"><i>The Guardian’s</i> Political Correspondent, Eleni Courea, is part of a new generation of female journalists in the UK Press Lobby. As part of our <i>Women in Westminster</i> series, <i>PoliticsHome</i> sat down with Courea to learn more about why she believes demystifying politics is essential for our democracy</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-alicia-kearns-mp"> <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_09/1020x510_WiW_In_Conversation_Article_Header_Alicia_Kearns_MP_npzflr.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_09/1020x510_WiW_In_Conversation_Article_Header_Alicia_Kearns_MP_npzflr.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_09/1020x510_WiW_In_Conversation_Article_Header_Alicia_Kearns_MP_npzflr.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Alicia Kearns MP"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-30T09:00" title="30 October 2024 at 09:00">30 Oct</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-alicia-kearns-mp">Women in Westminster: In Conversation With Alicia Kearns MP</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-alicia-kearns-mp">Alicia Kearns MP entered the Commons in 2019 and rapidly made her mark, becoming the first woman to chair the Foreign Affairs Select Committee. As part of our <i>Women in Westminster</i> series, <i>PoliticsHome</I> sat down with Kearns to learn about her journey in politics and why she will never settle for “good enough”</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-harriet-harman"> <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_09/1020x510_WiW_In_Conversation_Article_Header_Harriet_Harman_ikazrw.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_09/1020x510_WiW_In_Conversation_Article_Header_Harriet_Harman_ikazrw.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_09/1020x510_WiW_In_Conversation_Article_Header_Harriet_Harman_ikazrw.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Harriet Harman"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-10-09T07:45" title="09 October 2024 at 07:45">09 Oct</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-harriet-harman">Women in Westminster: In Conversation With Harriet Harman</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-harriet-harman">Before stepping down at the last election, Harriet Harman was the longest-serving woman MP, with over 40 years of service in the House. As part of our <i>Women in Westminster</i> series, <i>PoliticsHome</i> sat down with Harman to explore the changes she has witnessed and to talk about her hopes for the future</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-caroline-nokes-mp"> <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_08/1020x510_WiW_In_Conversation_Article_Header_Caroline_Nokes_ujm6mx.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_08/1020x510_WiW_In_Conversation_Article_Header_Caroline_Nokes_ujm6mx.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_08/1020x510_WiW_In_Conversation_Article_Header_Caroline_Nokes_ujm6mx.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Caroline Nokes MP"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-09-20T08:00" title="20 September 2024 at 08:00">20 Sep</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-caroline-nokes-mp">Women in Westminster: In Conversation With Caroline Nokes MP</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-caroline-nokes-mp">Caroline Nokes MP is one of the Patrons of <i>Women in Westminster: The 100</i>. As nominations open for our 2025 list, <i>PoliticsHome</i> sat down with Nokes to reflect on her journey in politics so far and to discuss what she and her fellow Patrons will be looking out for in this year’s nominations</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-rachel-de-souza"> <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_08/1020x510_WiW_In_Conversation_Article_Header_Rachel_de_Souza_psseiz.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_08/1020x510_WiW_In_Conversation_Article_Header_Rachel_de_Souza_psseiz.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_08/1020x510_WiW_In_Conversation_Article_Header_Rachel_de_Souza_psseiz.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Dame Rachel de Souza"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-08-20T10:36" title="20 August 2024 at 10:36">20 Aug</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</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/women-westminster-conversation-rachel-de-souza">Women in Westminster: In Conversation With Dame Rachel de Souza</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-rachel-de-souza">As Children’s Commissioner for England, Dame Rachel de Souza ensures that government, public bodies, and others fulfil their responsibilities to England’s children. As part of our <i>Women in Westminster</i> series, <i>PoliticsHome</i> sat down with de Souza to learn more about why children’s voices must be heard</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-joeli-brearley"> <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_07/1020x510_WiW_In_Conversation_Article_Header_Joeli_Brearley_li08we.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_07/1020x510_WiW_In_Conversation_Article_Header_Joeli_Brearley_li08we.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_07/1020x510_WiW_In_Conversation_Article_Header_Joeli_Brearley_li08we.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Joeli Brearley"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-07-23T08:00" title="23 July 2024 at 08:00">23 Jul</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-joeli-brearley">Women in Westminster: In Conversation With Joeli Brearley</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-joeli-brearley">After being unfairly dismissed from her job while pregnant Joeli Brearley channelled her anger into action and founded the campaigning organisation Pregnant then Screwed. As part of our <i>Women in Westminster</i> series, <i>PoliticsHome</i> sat down with Brearley, to learn more about why she believes her campaigning has struck a chord with working mothers across the nation</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-cindy-butts"> <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_05/1020x510_WiW_In_Conversation_Article_Header_Cindy_Butts._bla0sk.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_05/1020x510_WiW_In_Conversation_Article_Header_Cindy_Butts._bla0sk.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_05/1020x510_WiW_In_Conversation_Article_Header_Cindy_Butts._bla0sk.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Cindy Butts"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-06-18T09:00" title="18 June 2024 at 09:00">18 Jun</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-cindy-butts">Women in Westminster: In Conversation With Cindy Butts</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-cindy-butts">In 2023, the Independent Commission for Equity in Cricket (ICEC) published its landmark report on the sexism, racism, and classism that have affected cricket for decades. As part of our <i>Women in Westminster</i> series, <i>PoliticsHome</i> sat down with Commission Chair, Cindy Butts, to learn more about why equity is vital in both sport and society</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-100-2024-list-revealed"> <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_03/VEC652_070_icvz7o.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_03/VEC652_070_icvz7o.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_03/VEC652_070_icvz7o.jpg 340w" class="lazyload" alt="Women in Westminster: The 100 2024 list is revealed!"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-03-06T13:00" title="06 March 2024 at 13:00">06 Mar</time></span> <span class="ni-cat"> <a href="/news/political-parties.htm">Political parties</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/peer/baroness-jenkin-of-kennington.htm">Baroness Jenkin of Kennington</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Baroness Jenkin of Kennington', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-100-2024-list-revealed">Women in Westminster: The 100 2024 list is revealed!</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-100-2024-list-revealed">It is an incredible honour to return, once again, for the fifth iteration of <i>The House</i> magazine’s <i>Women in Westminster</i>.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-tulip-siddiq-mp"> <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_02/1020X5_1_f2y6lt.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_02/1020X5_1_f2y6lt.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_02/1020X5_1_f2y6lt.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Tulip Siddiq MP"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-02-28T09:00" title="28 February 2024 at 09:00">28 Feb</time></span> <span class="ni-cat"> <a href="/news/political-parties.htm">Political parties</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-tulip-siddiq-mp">Women in Westminster: In Conversation With Tulip Siddiq MP</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-tulip-siddiq-mp">Shadow economic secretary to the Treasury, Tulip Siddiq MP is helping shape Labour’s economic policy as we edge towards a general election. As part of our <i>Women in Westminster</i> series, <i>PoliticsHome</i> sat down with Siddiq to learn why she thinks that the battle for equality, in both politics and society, is far from won</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-dame-bernadette-kelly"> <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_02/1020X5_1_fvkdnu.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_02/1020X5_1_fvkdnu.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2024_02/1020X5_1_fvkdnu.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Dame Bernadette Kelly"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-02-16T08:00" title="16 February 2024 at 08:00">16 Feb</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-dame-bernadette-kelly">Women in Westminster: In Conversation With Dame Bernadette Kelly</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-dame-bernadette-kelly">Dame Bernadette Kelly is the Permanent Secretary at the Department of Transport and the Civil Service Social Mobility Champion. As part of our <i>Women in Westminster</i> series, <i>PoliticsHome</i> sat down with Dame Bernadette to learn more about why she believes diversity in the civil service can better deliver for communities across the UK</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-kitty-donaldson"> <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_12/1020X5_1_xttxph.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_12/1020X5_1_xttxph.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_12/1020X5_1_xttxph.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Kitty Donaldson"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2024-01-10T09:20" title="10 January 2024 at 09:20">10 Jan</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-kitty-donaldson">Women in Westminster: In Conversation With Kitty Donaldson</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-kitty-donaldson">Kitty Donaldson, political editor at <i>Bloomberg News</i>, has been reporting from Westminster for two decades. During that period, she has broken many major stories and played an important role in making Westminster a more welcoming workplace. As part of our <i>Women in Westminster</i> series, we sat down with Donaldson to learn more about life in the Lobby</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-jess-taylor"> <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_12/1020x510_WiW_In_Conversation_Article_Header_Jess_Taylor_pwnwty.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_12/1020x510_WiW_In_Conversation_Article_Header_Jess_Taylor_pwnwty.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_12/1020x510_WiW_In_Conversation_Article_Header_Jess_Taylor_pwnwty.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Jess Taylor"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-12-18T08:00" title="18 December 2023 at 08:00">18 Dec 2023</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-jess-taylor">Women in Westminster: In Conversation With Jess Taylor</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-jess-taylor">Not everyone may know Jess Taylor’s name, but they will certainly have seen her work. As the House of Commons Photographer, she has captured some of the defining images of recent political times. As part of our <i>Women in Westminster</i> series, we sat down with Taylor to find out more about the role she plays documenting the political life of the nation</a> </div> </div> </div><div class="news-item"> <div class="ni-image has-vid"> <a href="/thehouse/article/askhertostand"> <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_286490507_cropped_gbjd7o.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_286490507_cropped_gbjd7o.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_286490507_cropped_gbjd7o.jpg 340w" class="lazyload" alt="Keir Starmer in support of #AskHerToStand"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-11-21T06:00" title="21 November 2023 at 06:00">21 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/keir-starmer.htm">Keir Starmer MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Keir Starmer MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/askhertostand">Keir Starmer in support of #AskHerToStand</a> </div> <div class="ni-desc"> <a href="/thehouse/article/askhertostand">On <i>Ask Her To Stand </i>day, on 21 November, Sir Keir Starmer MP talks on the importance of involving women at all levels of politics.</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-jess-bowie"> <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/1020x510_WiW_In_Conversation_Article_Header_Jess_Bowie_s6ai18.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/1020x510_WiW_In_Conversation_Article_Header_Jess_Bowie_s6ai18.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/1020x510_WiW_In_Conversation_Article_Header_Jess_Bowie_s6ai18.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Jess Bowie"> </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-17T08:30" title="17 November 2023 at 08:30">17 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-jess-bowie">Women in Westminster: In Conversation With Jess Bowie</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-jess-bowie">A bygone era saw women having to leave their civil service roles when they got married, a policy that for Foreign Office staff was only abolished in 1973. As part of the <i>Women in Westminster</i> series, we sat down with <i>Civil Service World</i> co-editor Jess Bowie to learn how things have changed for female officials and why recognising the unsung heroes who keep the country running is more important than ever</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-carolyn-quinn"> <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/1020x510_WiW_In_Conversation_Article_Header_Carolyn_Quinn_lp6ncy.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/1020x510_WiW_In_Conversation_Article_Header_Carolyn_Quinn_lp6ncy.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/1020x510_WiW_In_Conversation_Article_Header_Carolyn_Quinn_lp6ncy.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Carolyn Quinn"> </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-02T09:00" title="02 November 2023 at 09:00">02 Nov 2023</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-carolyn-quinn">Women in Westminster: In Conversation With Carolyn Quinn</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-carolyn-quinn">The former presenter of Radio 4’s <i>The Westminster Hour</i>, <i>PM</i> and <i>Today</i> programmes possesses one of the most recognisable voices in British political broadcasting. As part of our <i>Women in Westminster</i> series, we sat down with Carolyn Quinn to discuss the changes she has seen in her career and to learn why she agreed to become a patron of <i>Women in Westminster: The 100</i></a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-abena-oppongasare-mp"> <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_09/1020X5_1_ujlktp.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_09/1020X5_1_ujlktp.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_09/1020X5_1_ujlktp.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Abena Oppong-Asare MP"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-10-18T09:00" title="18 October 2023 at 09:00">18 Oct 2023</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-abena-oppongasare-mp">Women in Westminster: In Conversation With Abena Oppong-Asare MP</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-abena-oppongasare-mp">Abena Oppong-Asare entered the House in 2019 and has rapidly progressed to her current role as Labour’s frontbench lead on women’s health and mental health issues. As part of our <i>Women in Westminster</i> series, <i>PoliticsHome</i> sat down with Oppong-Asare to find out more about why she sees diversity in politics as essential to our democracy</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-mhari-aurora"> <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_08/1020x510_WiW_In_Conversation_Article_Header_OTW_Mhari_Aurora_btx7ic.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_08/1020x510_WiW_In_Conversation_Article_Header_OTW_Mhari_Aurora_btx7ic.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_08/1020x510_WiW_In_Conversation_Article_Header_OTW_Mhari_Aurora_btx7ic.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Mhari Aurora"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-09-11T08:00" title="11 September 2023 at 08:00">11 Sep 2023</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-mhari-aurora">Women in Westminster: In Conversation With Mhari Aurora</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-mhari-aurora">Mhari Aurora is a familiar face on Sky News, often bringing viewers the first take on the big breaking overnight business and politics stories. As part of our <i>Women in Westminster</i> series, we sat down with Aurora to learn how an emerging generation of Lobby journalists is opening politics to new audiences</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-amy-rees"> <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_07/1020x510_WiW_In_Conversation_Article_Header_OTW_Amy_Rees_pfstwl.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_07/1020x510_WiW_In_Conversation_Article_Header_OTW_Amy_Rees_pfstwl.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_07/1020x510_WiW_In_Conversation_Article_Header_OTW_Amy_Rees_pfstwl.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Amy Rees"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-08-09T09:00" title="09 August 2023 at 09:00">09 Aug 2023</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-amy-rees">Women in Westminster: In Conversation With Amy Rees</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-amy-rees">Amy Rees’s entire career has been focused on delivering positive change for the people who live and work in UK prisons and in the community. As part of our <i>Women in Westminster</i> series, <i>PoliticsHome</i> sat down with the chief executive of HM Prisons and Probation Service to learn more about her journey from prison wing to Whitehall</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-baroness-benjamin"> <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_07/1020X5_1_dc14tj.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_07/1020X5_1_dc14tj.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_07/1020X5_1_dc14tj.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Baroness Benjamin"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-08-07T09:30" title="07 August 2023 at 09:30">07 Aug 2023</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-baroness-benjamin">Women in Westminster: In Conversation With Baroness Benjamin</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-baroness-benjamin">Baroness Floella Benjamin has spent a lifetime advocating for diversity and the rights of children. As part of our <i>Women in Westminster</i> series, <i>PoliticsHome</i> went through the Square Window with Baroness Benjamin to learn more about how positivity has powered her career in public life</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-dr-hannah-white-obe"> <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_06/1020x510_WiW_In_Conversation_Article_Header_j3sg0v.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_06/1020x510_WiW_In_Conversation_Article_Header_j3sg0v.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_06/1020x510_WiW_In_Conversation_Article_Header_j3sg0v.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Dr Hannah White OBE"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-06-08T08:00" title="08 June 2023 at 08:00">08 Jun 2023</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-dr-hannah-white-obe">Women in Westminster: In Conversation With Dr Hannah White OBE</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-dr-hannah-white-obe">Hannah White has spent a career dedicated to improving the way that government works. Now, as director of the Institute for Government, White provides an independent and knowledgeable voice that is helping shape a more modern and inclusive democracy. As part of our <i>Women in Westminster</i> series, we sat down with her to learn more about how she believes our politics needs to change</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-westminster-conversation-nickie-aiken"> <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_05/1020x510_WiW_In_Conversation_Article_Header_OTW_lhkiob.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_05/1020x510_WiW_In_Conversation_Article_Header_OTW_lhkiob.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_05/1020x510_WiW_In_Conversation_Article_Header_OTW_lhkiob.jpg 340w" class="lazyload" alt="Women in Westminster: In Conversation With Nickie Aiken MP"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-05-18T10:00" title="18 May 2023 at 10:00">18 May 2023</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Total Politics Impact</div><script>ga('send', 'event', 'Image', 'Impression', 'Total Politics Impact', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-westminster-conversation-nickie-aiken">Women in Westminster: In Conversation With Nickie Aiken MP</a> </div> <div class="ni-desc"> <a href="/members/article/women-westminster-conversation-nickie-aiken">Nickie Aiken entered Parliament in 2019. She has rapidly established a reputation as a passionate advocate for women’s health issues. As part of our <i>Women in Westminster</i> series, she sat down with <i>PoliticsHome</i> to share her experiences in politics so far, and her hopes for the future</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/women-westminster-100-2023-list-revealed"> <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_03/WiW_ajpd26.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_03/WiW_ajpd26.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_03/WiW_ajpd26.jpg 340w" class="lazyload" alt="Women in Westminster: The 100 2023 list is revealed"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-03-08T09:30" title="08 March 2023 at 09:30">08 Mar 2023</time></span> <span class="ni-cat"> <a href="/news/communities.htm">Communities</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/peer/baroness-jenkin-of-kennington.htm">Baroness Jenkin of Kennington</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Baroness Jenkin of Kennington', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/women-westminster-100-2023-list-revealed">Women in Westminster: The 100 2023 list is revealed</a> </div> <div class="ni-desc"> <a href="/thehouse/article/women-westminster-100-2023-list-revealed">It is a tremendous privilege to be back this year for <i>The House</i> magazine's fourth instalment of <i>Women in Westminster: The 100</i>; celebrating the outstanding achievements of women around Westminster, who have demonstrated over the past year that they are not only influential in their own field but have the talent and platform to inspire the next generation to make a difference</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/members/article/women-public-affairs-get-room-things-happen"> <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_02/AdobeStock_369977292_qzuesf.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_02/AdobeStock_369977292_qzuesf.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_02/AdobeStock_369977292_qzuesf.jpg 340w" class="lazyload" alt="Women in Public Affairs: Get in the room where things happen"> </a> <span class="ni-tag">Partner content</span> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-02-15T08:00" title="15 February 2023 at 08:00">15 Feb 2023</time></span> <span class="ni-cat"> <a href="/news/tag/parliament.htm?filter=3022">Parliament</a> </span> </div> <div Class="ni-sponsor">By Inflect Partners</div><script>ga('send', 'event', 'Image', 'Impression', 'Inflect Partners', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/members/article/women-public-affairs-get-room-things-happen">Women in Public Affairs: Get in the room where things happen</a> </div> <div class="ni-desc"> <a href="/members/article/women-public-affairs-get-room-things-happen">The pandemic has changed the way we work for good, but we must not let it roll back progress in securing equality and diversity in the workplace</a> </div> </div> </div><div class="news-item"> <div class="ni-image "> <a href="/thehouse/article/women-in-westminster-85147"> <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_02/AdobeStock_97505840_hosmkd.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_02/AdobeStock_97505840_hosmkd.jpg 250w, https://res.cloudinary.com/dyw8mv3b0/image/upload/c_fill,g_face,q_75,w_340,h_170,f_auto/v1/news/2023_02/AdobeStock_97505840_hosmkd.jpg 340w" class="lazyload" alt="What does an MP look like in 2023? With more female MPs than ever, the answer is not a simple one"> </a> </div> <div class="ni-content"> <div class="ni-meta"> <span class="ni-date"><time datetime="2023-02-08T09:45" title="08 February 2023 at 09:45">08 Feb 2023</time></span> <span class="ni-cat"> <a href="/news/communities.htm">Communities</a> </span> </div> <div Class="ni-sponsor">By <a href="/thehouse/mp-directory/caroline-nokes.htm">Caroline Nokes MP</a></div><script>ga('send', 'event', 'Image', 'Impression', 'Caroline Nokes MP', {'nonInteraction': 1});</script> <div class="ni-title"> <a href="/thehouse/article/women-in-westminster-85147">What does an MP look like in 2023? With more female MPs than ever, the answer is not a simple one</a> </div> <div class="ni-desc"> <a href="/thehouse/article/women-in-westminster-85147">In the midst of the pandemic I did a zoom meeting with my Labour colleague Chi Onwurah, and something she said has stuck in my mind ever since. I don’t remember the purpose of the zoom, but I do remember Chi saying that she had been told she, “didn’t look like an MP”. It is something many of us have been told, including me, and it begs the question, “what does an MP look like?”</a> </div> </div> </div></div> <div class="paging"> <ul class="pagination"> <li class="on"> <a href="/hub/women-westminster-conversation?news_pg=1" class="on">1</a> </li> <li class=""> <a href="/hub/women-westminster-conversation?news_pg=2" class="">2</a> </li> <li class="next"> <a href="/hub/women-westminster-conversation?news_pg=2" class="next">></a> </li> <li class="last"> <a href="/hub/women-westminster-conversation?news_pg=2" class="last">>></a> </li> </ul> </div> </div> </div><div class="col col--25"> <div class="news-title"> <span class="nt-cat h5">About Women in Westminster</span> </div> <div class="hub-side clearFix"> <div class="hs-logo"> <img data-sizes="auto" data-src="https://res.cloudinary.com/dyw8mv3b0/image/upload/q_75,w_500,f_auto/v1/news/2023_08/WIW_2024_Logo_LockUp_FULL_COLOUR_amdzcg.jpg" class="lazyload" alt="Women in Westminster: In Conversation With"> </div> <hr> <div class="hs-summ"> <p><p><strong>Women in Westminster: The 100</strong> is an annual celebration of the achievements and the valuable role women play in public life by recognising one hundred women from across the world of Westminster, who are not only influential in their own field, but who possess the talent and platform to inspire the next generation to make a difference in Westminster and beyond.</p> <p>You can view the full <em>The 100</em> and <em>Ones to Watch</em> lists at <a href="https://www.politicshome.com/thehouse/partner-content/wiw.htm" target="_blank">www.womeninwestminster.co.uk</a> or read our latest publication <a href="https://library.myebook.com/thehouse/women-in-westminster-the-100-2024/5298/#page/1" target="_blank">here.</a></p> <p><strong>Women in Westminster: In Conversation With</strong> aims to showcase <em>The 100</em> with a series of interviews looking at who they are, their achievements and their experiences. </center></div></p> <p>The House magazine would like to thank <strong>Lloyds Banking Group</strong> for their kind support of Women in Westminster.</p> <script>$('head').append('<style>.template::before{height:150px;background:rgb(226,161,48);background-image:url(https://www.politicshome.com/ugc-1/1/43/0/wiw_in_conversation_with_header_updated.png),linear-gradient(180deg,rgba(75,40,131,1)0%,rgba(75,40,131,1)81%,rgba(75,40,131,1)100%);background-repeat:no-repeat;background-size:contain;content:" ";background-position:center 30%;display:block;margin-top:-40px;}.ni-meta{display:none;}.ni-desc{display:none !important;}.ni-title{font-size:18px;}.row--hubInfo{margin:40px auto !important;max-width:970px;}.rh-info{display:none;}</style>');</script> <script src="https://www.politicshome.com/ugc-1/1/15/0/sponsor_banner_js.js"></script></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>© Political Holdings Limited <script>document.write(new Date().getFullYear());</script></p> </div> </div> <div class="ftr-col ftr-col--right clearFix flx flx--wr"> <div class="ftr-subcol ftr-subcol--1"> <div class="h5">Quick links</div> <ul> <li><a href="/">Home</a></li> <li><a href="/news">News</a></li> <li><a href="/thehouse">The House Live</a></li> <!--li><a href="/must-reads">Must Reads</a></li--> <li><a href="/events">Events</a></li> <li><a href="/members">Members' Directory</a></li> <li><a href="/more/marketing-opportunities.htm">Commercial Opportunities</a></li> <li><a href="/more/about-politicshome.htm">About Us</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <div class="ftr-subcol ftr-subcol--1"> <div class="h5">More from Total Politics</div> <ul> <li><a href="http://www.holyrood.com" target="_blank">Holyrood</a></li> <li><a href="http://www.theparliamentmagazine.eu/" target="_blank">The Parliament</a></li> <li><a href="http://www.civilserviceworld.com" target="_blank">Civil Service World</a></li> <li><a href="http://www.publictechnology.net/" target="_blank">PublicTechnology.net</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <div class="ftr-subcol ftr-subcol--1 ftr-subcol--last"> <div class="h5">About Us</div> <ul> <li><a href="https://www.totalpolitics.com/" target="_blank">Total Politics Group</a></li> <li><a href="https://www.totalpolitics.com/docs/privacy-policy.pdf" target="_blank">Privacy Policy</a></li> <li><a href="https://www.totalpolitics.com/docs/Website_Terms_and_Conditions_of_Use.pdf" target="_blank">Terms & Conditions</a></li> </ul> <span class="icon icon--chevDown"></span> </div> <div class="ftr-subcol ftr-subcol--1"> <div class="h5">Services</div> <ul> <li><a href="https://www.totalpolitics.com/media/" target="_blank">Media</a></li> <li><a href="https://www.totalpolitics.com/events/" target="_blank">Events</a></li> <li><a href="https://www.totalpolitics.com/training/" target="_blank">Training</a></li> </ul> <span class="icon icon--chevDown"></span> </div> </div> </div> </footer> <div class="to-top" title="Back to top"></div> <!--Skin Ad Unit--> <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>