!function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="javascripts/out/",n(n.s=359)}({1:function(e,t,n){"use strict";n.d(t,"a",(function(){return i})),n.d(t,"b",(function(){return r})),n.d(t,"c",(function(){return a})),n.d(t,"d",(function(){return c})),n.d(t,"e",(function(){return l})),n.d(t,"f",(function(){return s})),n.d(t,"g",(function(){return u})),n.d(t,"h",(function(){return w})),n.d(t,"i",(function(){return d})),n.d(t,"j",(function(){return f})),n.d(t,"k",(function(){return E})),n.d(t,"l",(function(){return C})),n.d(t,"m",(function(){return p})),n.d(t,"n",(function(){return m})),n.d(t,"o",(function(){return h})),n.d(t,"p",(function(){return o})),n.d(t,"q",(function(){return g})),n.d(t,"r",(function(){return O})),n.d(t,"s",(function(){return S})),n.d(t,"t",(function(){return v})),n.d(t,"u",(function(){return A})),n.d(t,"v",(function(){return y})),n.d(t,"w",(function(){return b}));const o={A:65,B:66,BACKSPACE:8,DOWN:40,ENTER:13,ESC:27,I:73,LEFT:37,P:80,RIGHT:39,SPACE:32,TAB:9,U:85,UP:38},r={ALTERNATE_ENTER:10,CLOSE_CURLY_BRACE:125,DOLLAR_SIGN:36,ENTER:13,ESC:27,OPEN_CURLY_BRACE:123,SPACE:32},i={ADD:"add",REMOVE:"remove"},a={BEHAVIOR:"behavior",LAYOUT:"layout"},c={FORM_DATA:"application/x-www-form-urlencoded; charset=UTF-8",JSON:"application/json; charset=UTF-8",OCTET:"application/octet-stream"},l={DISABLED:"disabled"},s={HIDDEN:"hidden"},u={COMPONENT_CONTAINER:"component-container"},d={CHANGE:"change",CLICK:"click",KEYUP:"keyup",KEYDOWN:"keydown",LOAD:"load",DRAG_OVER:"dragover",DRAG_LEAVE:"dragleave",DROP:"drop"},f={COMPLEX:"complex",FIELD_FACTORY:"fieldFactory",IMAGE:"image",IMAGE_RADIO:"imageRadio"},E=/^\/content\/(draft|live)\/[a-z]{2}[-_][a-z]{2}\/help\//i,p={CONTENT_TYPE:"Content-Type"},m={DELETE:"DELETE",GET:"GET",POST:"POST",PUT:"PUT"},h={OK:200,CREATED:201,NO_CONTENT:204,BAD_REQUEST:400},g={RETURN_FOCUS_SELECTOR:"returnFocusSelector"},b={DONE:4},v={ERROR:"Copy Component failed",SUCCESS:"Component successfully copied to"},S={FOCUSABLE:'artdeco-toggle, button, input, select, textarea, [contenteditable=true], [href], [tabindex]:not([tabindex="-1"])'},y={LINK_PREFIX:"urn:"},A={UNION_MEMBER_KEY:"unionMemberKey"},w={DEV:"DEV",EI:"EI",PROD:"PROD"},C={LITHOGRAPH_AUTHOR:{EI:"lithograph.linkedin-ei.com",PROD:"lithograph.linkedin.com"},LITHOGRAPH_PUBLISH:{EI:"www.linkedin-ei.com",PROD:"www.linkedin.com"}},O={PAGE_KEY:"pageKey"}},11:function(e,t,n){var o=n(39),r="object"==typeof self&&self&&self.Object===Object&&self,i=o||r||Function("return this")();e.exports=i},12:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var o=n(1),r=n(2);class i{constructor(e){if(e.view?(this.view=e.view,this.el=this.view.el):e.el&&(this.el=e.el),this.autoInitializeDisabled=e.autoInitializeDisabled||!1,!this.el)throw new Error("View or El is not defined");if(!this.initialize)throw new Error("BaseBehavior: Initialize function is required");this.els={},this.autoInitialize()}autoInitialize(){this.autoInitializeDisabled||(this.hasView()?this.view.on("render",this.initialize.bind(this)):this.initialize())}addEventListeners(e){this.hasView()&&!this.isBackboneView()?this.view.addEventListeners(e):r.a.processEventListeners(this.el,[e],o.a.ADD)}hasView(){return Boolean(this.view)}isBackboneView(){return this.view.cid}}},16:function(e,t,n){var o=n(11).Symbol;e.exports=o},17:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},18:function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},2:function(e,t,n){"use strict";n.d(t,"a",(function(){return c}));var o=n(22),r=n.n(o),i=n(1),a=n(6);const c={addPill(e,t,n){const o=`\n      <div class="search__pill--component" data-pill-component data-option-name="${n||e}" data-label="${e}">\n        <button class="stripped search__pill--button" type="button" data-dismiss-button>\n          <li-icon type="cancel-icon" size="small" a11y-text="Remove ${e} from list." data-dismiss-pill></li-icon>\n        </button>\n        ${e}\n      </div>\n    `;t.insertAdjacentHTML("beforeend",o)},showInlineFeedback(e,t,n){const o=`\n    <p class="t-bold form__field-description form__field-description--${e}">\n      <li-icon size="small" type="${e}-pebble-icon"></li-icon>\n      ${t}\n    </p>`;n.insertAdjacentHTML("afterend",o),"error"===e&&n.classList.add("form__field--invalid")},clearInlineFeedback(e){const t=e.querySelectorAll('[class*="form__field-description--"]'),n=e.querySelectorAll("input[data-add-page-name-input]");t.forEach(e=>{e.remove()}),n.forEach(e=>{e.classList.remove("form__field--invalid")})},attachEvents:function(e,t,n){const{listener:o,options:r}=this.parseEventListenerConfig(n);for(const n of e)n.addEventListener(t,o,r)},applyStoredReturnFocus(){const e=localStorage.getItem(i.q.RETURN_FOCUS_SELECTOR);if(e){const t=document.querySelector(e);t&&t.focus(),localStorage.removeItem(i.q.RETURN_FOCUS_SELECTOR)}},checkIfHtmlElement(e){if(e instanceof HTMLElement==!1)throw new Error("Passed object isn't an HTML Element")},closest:(e,t)=>{for(;e&&1===e.nodeType;){if("function"!=typeof Element.prototype.matches){const e=Element.prototype;e.matches=e.matchesSelector||e.mozMatchesSelector||e.msMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector}if(e.matches(t))return e;e=e.parentNode}return null},disableEmptyInputs:function(e){e.querySelectorAll("[data-filter-input]").forEach(e=>{e.disabled||""!==e.value||e.setAttribute("disabled","")})},disableScroll:function(e){document.body.classList.add("no-scroll-"+e)},disableSpaceBarScrollOnKeydown(e){e&&"keydown"===e.type&&e.which===i.p.SPACE&&e.preventDefault()},enableScroll:function(e){document.body.classList.remove("no-scroll-"+e)},getActiveElement:()=>document.activeElement,getElementFromEvent:function(e){let t=e.target;return t.id.startsWith("adToggle")&&(t=t.parentElement),t},getModalContainer:function(){return document.querySelector("[data-modal-region]")},getScreenType:function(){let e;return e=window.innerWidth>=1025?"desktop":window.innerWidth>768&&window.innerWidth<1025?"tablet":"mobile"},getToggledState:e=>{const t=e.querySelector("artdeco-toggle");if(!t)throw new Error("toggle not found!");return t.toggled},hasElement:(e,t)=>Boolean(e&&t&&e.querySelector(t)),hideLoader(){document.body.classList.remove("loading")},htmlStringToElement:function(e="",t="data-html-content"){const n=document.createElement("div");return n.setAttribute(t,"true"),n.innerHTML=e,n},isActiveElementInModal:()=>Boolean(document.activeElement.closest(".modal")),isElementDisabled:function(e){return e.hasAttribute(i.e.DISABLED)},getHashElement(){const e=a.a.getLocationHash();return e?document.querySelector(e):null},isModalOpen:function(){return Boolean(document.querySelector(".modal.visible"))},logError:function(e){const t=window.console;t&&t.error&&t.error(e)},removeSelf(e={}){e.parentNode&&e.parentNode.removeChild(e)},parseEvent(e){const t=e.split(" ");return{event:t[0],selector:t.slice(1).join(" ")}},parseEventListenerConfig(e){if(r()(e))return{listener:e};if(!e||!e.listener)throw new Error("Event listener function is missing");return e},processEventListeners:function(e,t,n){t.forEach(t=>{const o=Object.keys(t),r=o.length;for(let a=0;a<r;a++){const r=o[a],{event:c,selector:l}=this.parseEvent(r),s=t[r];let u=[];switch(l?u=e.querySelectorAll(l):u.push(e),n){case i.a.ADD:this.attachEvents(u,c,s);break;case i.a.REMOVE:this.removeEvents(u,c,s)}}})},removeEvents:function(e,t,n){const{listener:o,options:r}=this.parseEventListenerConfig(n);for(const n of e)n.removeEventListener(t,o,r)},showLoader(){document.body.classList.add("loading")},storeReturnFocusSelector(e=""){e&&localStorage.setItem(i.q.RETURN_FOCUS_SELECTOR,e)},toggleBooleanAttribute:(e,t)=>{"true"===t.getAttribute(e)?t.setAttribute(e,!1):t.setAttribute(e,!0)},toggleChecked(e){this.checkIfHtmlElement(e),e.checked?e.checked=!1:e.checked=!0},toggleClass(e,t){this.checkIfHtmlElement(e);const n=e.classList;n.contains(t)?n.remove(t):n.add(t)},toggleClassPair(e,t,n){this.checkIfHtmlElement(e);const o=e.classList;o.contains(t)?(o.remove(t),o.add(n)):(o.remove(n),o.add(t))},toggleDisabledFocusableEls(e,t,n=!0){e&&Array.prototype.slice.call(e).forEach(e=>{const o=e.querySelectorAll(i.s.FOCUSABLE);o&&Array.prototype.slice.call(o).forEach(o=>{this.toggleElementDisabled(o,t);const r=o.id;if(n&&r){const n=e.querySelector(`label[for="${r}"]`);n&&this.toggleElementDisabled(n,t)}})})},toggleElementDisabled(e,t){t?e.removeAttribute(i.e.DISABLED):e.setAttribute(i.e.DISABLED,i.e.DISABLED)},toggleEnableField(e,t,n){if("imageRadio"===t){e.querySelectorAll(".image-radio__input").forEach(e=>{n?(e.disabled=!1,e.setAttribute("required","")):(e.checked=!1,e.disabled=!0,e.removeAttribute("required",""))})}},triggerEvent:(e,t,n=!1)=>{const o=document.createEvent("CustomEvent");o.initCustomEvent(t,!0,!0,n),e.dispatchEvent(o)},wrapElement:function(e,t){t.parentNode.replaceChild(e,t),e.appendChild(t)},hideElement:function(e){e.classList.add(i.f.HIDDEN)},showElement:function(e){e.classList.remove(i.f.HIDDEN)}}},21:function(e,t,n){var o=n(16),r=n(48),i=n(49),a="[object Null]",c="[object Undefined]",l=o?o.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?c:a:l&&l in Object(e)?r(e):i(e)}},22:function(e,t,n){var o=n(21),r=n(18),i="[object AsyncFunction]",a="[object Function]",c="[object GeneratorFunction]",l="[object Proxy]";e.exports=function(e){if(!r(e))return!1;var t=o(e);return t==a||t==c||t==i||t==l}},359:function(e,t,n){e.exports=n(387)},387:function(e,t,n){"use strict";n.r(t);var o=n(6);const r={PAGE:"page"};function i(e){const t=e.querySelector("[data-pagination-list]");if(t){const e=parseInt(o.a.getQueryParam(r.PAGE))||1,n=t.querySelector(`[data-page-number="${e}"]`);if(e&&n){const e=n.querySelector("[data-page-link]");n.classList.add("selected"),e&&(e.setAttribute("aria-current","page"),e.setAttribute("aria-disabled","true"),e.setAttribute("disabled","disabled"))}}}!function(){const e=document.querySelectorAll(".js-post-list"),t=e.length;o.a.focusPageAnchor();for(let n=0;n<t;n++){i(e[n])}}()},39:function(e,t,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(this,n(17))},48:function(e,t,n){var o=n(16),r=Object.prototype,i=r.hasOwnProperty,a=r.toString,c=o?o.toStringTag:void 0;e.exports=function(e){var t=i.call(e,c),n=e[c];try{e[c]=void 0;var o=!0}catch(e){}var r=a.call(e);return o&&(t?e[c]=n:delete e[c]),r}},49:function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},6:function(e,t,n){"use strict";var o=n(7);t.a={reloadPage({delay:e=0}={}){setTimeout(()=>{window.location.reload()},e)},focusPageAnchor(){const e=window.location.hash,t=e?document.querySelector(e):null;if(t){if("expandableSection"===t.dataset.componentType)Object(o.c)(t);else{const e=document.querySelectorAll(".expandable-section");for(let n=0;n<e.length;n++){const r=e[n];if(r.contains(t)){Object(o.c)(r);break}}}t.scrollIntoView(),t.focus(),"BODY"===document.activeElement.tagName&&(t.setAttribute("tabindex","-1"),t.focus())}},getLocationHash:()=>window.location.hash,getLocationHref:()=>window.location.href,getQueryParam:e=>new URLSearchParams(window.location.search).get(e),setQueryParams(e){const t=new URLSearchParams(window.location.search);e.forEach(({name:e,value:n})=>{t.set(e,n)}),window.location.search=t.toString()},setLocation(e){window.location=e},getHostName:()=>window.location.hostname}},7:function(e,t,n){"use strict";n.d(t,"a",(function(){return m})),n.d(t,"c",(function(){return g})),n.d(t,"d",(function(){return h}));var o=n(12),r=n(2);const i="aria-hidden",a="aria-expanded",c="true",l="false",s="data-collapsed",u='[data-attach-collapse-behavior="true"]',d="[data-collapse-container]",f="[data-collapse-trigger]",E="[data-collapse-target]";class p extends o.a{constructor(e={}){super(e)}initialize(){this.addEventListeners({click:this.onClick.bind(this)},{autoBindEvents:!0}),this.autoExpand()}autoExpand(){const e=r.a.getActiveElement(),t=r.a.getHashElement(),n=this.getCollapseContainerElement(e),o=this.getCollapseContainerElement(t);let i=null,a=null;if((n||o)&&(n?(i=n,a=e):o&&(i=o,a=t),i&&a)){const e=i.querySelector(E),t=this.getTriggerElementForTargetElement(e);e&&t&&this.expandComponent(t,e)}}collapseComponent(e,t){e.setAttribute(a,l),function(e){e&&(e.setAttribute(i,c),e.setAttribute(s,c))}(t)}expandComponent(e,t){e.setAttribute(a,c),h(t)}getCollapseContainerElement(e){return r.a.closest(e,d)}getTriggerElementForTargetElement(e){const t=r.a.closest(e,d);return t?t.querySelector(f):null}isTargetElCollapsed(e){return e.hasAttribute(s)}onClick(e){const t=e.target,n=r.a.closest(t,f),o=r.a.closest(t,d);if(!n||!o)return;e.stopImmediatePropagation();const i=o.dataset.collapseTarget?o:o.querySelector(E);this.toggleCollapse(n,i)}toggleCollapse(e,t){e&&t&&(this.isTargetElCollapsed(t)?this.expandComponent(e,t):this.collapseComponent(e,t))}}function m(e){const t=r.a.closest(e,u);if(!t)throw new Error("Container element does not exist");new p({el:t})}function h(e){e&&(e.setAttribute(i,l),e.removeAttribute(s))}function g(e){if(e){h(e.querySelector("[data-collapsed]"))}}t.b=p}});