!function(e){var t={};function i(s){if(t[s])return t[s].exports;var a=t[s]={i:s,l:!1,exports:{}};return e[s].call(a.exports,a,a.exports,i),a.l=!0,a.exports}i.m=e,i.c=t,i.d=function(e,t,s){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:s})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var s=Object.create(null);if(i.r(s),Object.defineProperty(s,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)i.d(s,a,function(t){return e[t]}.bind(null,a));return s},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=7)}([function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));class s{constructor(e){this.el=e,this.toggleEl=this.el.querySelector("[data-collapsible-toggle]"),this.panels=[...this.el.querySelectorAll("[data-collapsible-panel]")],this.group=this.findGroup(),this.toggle=this.toggle.bind(this),this.onClick=this.onClick.bind(this),this.toggleEl.addEventListener("click",this.onClick)}destroy(){this.toggleEl.removeEventListener("click",this.onClick),this.isCollapsed||this.toggle()}get state(){return this.el.dataset.collapsible}set state(e){this.el.dataset.collapsible=e,this.isCollapsed?this.el.classList.remove("is-expanded"):this.el.classList.add("is-expanded")}get isCollapsed(){return"collapsed"===this.state}get container(){return document.querySelector(this.el.dataset.collapsibleContainer)}get closeOnClick(){return void 0!==this.el.dataset.collapsibleCloseOnClick}findGroup(){return[...document.body.querySelectorAll("[data-collapsible-group]")].find(e=>e.contains(this.el))||null}onClick(e){e.preventDefault(),this.toggle()}toggle(){this.state=this.isCollapsed?"expanded":"collapsed",this.maybeRepositionPanel(),this.maybeCloseOnClick(),"expanded"===this.state&&null!==this.group&&this.closeOthersInGroup()}collapse(){"expanded"===this.state&&this.toggle()}closeOthersInGroup(){[...this.group.querySelectorAll("[data-collapsible]")].forEach(e=>{e!==this.el&&e.pmcCollapsible.collapse()})}maybeRepositionPanel(){if(this.container)if(this.isCollapsed)this.panels.forEach(e=>e.style.marginLeft="");else{const e=this.container.getBoundingClientRect().left;this.panels.forEach(t=>{const i=t.getBoundingClientRect();if(0===i.width&&0===i.height)return;const s=parseInt(window.getComputedStyle(t).marginLeft,10),a=i.left-2*s;adocument.body.addEventListener("click",this.toggle),1))}}},function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var s=i(0);class a{constructor(e){var t,i,s,a;this.el=e,this.triggers=[...e.querySelectorAll("[data-deadline-video-showcase-trigger]")],this.player=e.querySelector("[data-deadline-video-showcase-player]"),this.elementsToHide=[...this.el.querySelectorAll(".is-to-be-hidden")],this.attributesToRemoveFromPlayer=["data-deadline-video-showcase-trigger","data-deadline-video-showcase-title","data-deadline-video-showcase-dek","data-deadline-video-showcase-permalink","data-deadline-video-showcase-type","href"],this.state={isPlayerSetup:!1,hasSocialShare:!1,playerID:"",videoID:"",videoType:""},this.playerUI={heading:e.querySelector("[data-deadline-video-showcase-player-heading], .js-VideoShowcasePlayerHeading"),sponsoredBadge:e.querySelector(".js-video-showcase-sponsored-badge"),dek:e.querySelector("[data-deadline-video-showcase-player-dek], .js-VideoShowcasePlayerDek"),iframe:e.querySelector("[data-deadline-video-showcase-iframe], .js-VideoShowcasePlayerIframe"),jwplayerContainer:e.querySelector("[data-deadline-video-showcase-jwplayer], #jwplayerContainer"),social:e.querySelector("[data-deadline-video-showcase-player-social-share], .js-VideoShowcasePlayerSocialShare"),oembedContainer:e.querySelector("[data-deadline-video-showcase-oembed], .js-VideoShowcasePlayerOembed"),time:e.querySelector(".js-VideoShowcasePlayerTime"),connatixContainer:e.querySelector("[data-deadline-video-showcase-connatix]"),player:e.querySelector("[data-deadline-video-showcase-video-player-id]")},this.init(),t=this.el,i="click",s="[data-deadline-video-showcase-trigger]",a=this.handleDeadlineVideoTriggerClick.bind(this),t.addEventListener(i,e=>{const t=((e,t)=>t.matches&&t.matches(e))(s,e.target)?e.target:e.target.closest(s);t&&a(e,t)})}init(){null!==this.playerUI.social&&(this.state.hasSocialShare=!0)}getDeadlinePlayerCardData(e,t){let i="";i="connatix"===e?t.dataset.deadlineVideoShowcaseVideoMediaId:t.dataset.deadlineVideoShowcaseTrigger;const s=this.state.hasSocialShare;return{title:t.dataset.videoShowcaseTitle,sponsored:t.dataset.videoShowcaseSponsored,dek:t.dataset.videoShowcaseDek,permalink:t.dataset.videoShowcasePermalink,time:t.dataset.videoShowcaseTime,socialString:function(e){if(window.wp&&s){return wp.template("trigger-social-share-"+i)(void 0)}}()}}updateDeadlinePlayerCardData(e,t){this.playerUI.heading&&t.title&&(this.playerUI.heading.innerText=t.title),this.playerUI.heading&&t.permalink&&this.playerUI.heading.setAttribute("href",t.permalink),this.playerUI.dek&&t.dek&&(this.playerUI.dek.innerText=t.dek),this.playerUI.time&&t.time&&(this.playerUI.time.innerText=t.time),t.socialString&&this.state.hasSocialShare&&this.updateDeadlineCardSocialShare(t.socialString),this.playerUI.sponsoredBadge&&(t.sponsored?this.playerUI.sponsoredBadge.classList.remove("u-hidden"):this.playerUI.sponsoredBadge.classList.add("u-hidden"))}updateDeadlineCardSocialShare(e){this.playerUI.social.removeChild(this.playerUI.social.querySelector("ul")),this.playerUI.social.insertAdjacentHTML("beforeend",e),this.initCollapsible(this.playerUI.social.querySelector("[data-collapsible]"))}initCollapsible(e){e.pmcCollapsible=new s.a(e)}returnUrl(e,t){return"youtube"===t?"https://www.youtube.com/embed/"+e:"jwplayer"===t?`https://content.jwplatform.com/feeds/${e}.json`:"oembed"===t||"connatix"===t||"iframe"===t?e:void 0}playYoutube(e){this.playerUI.iframe.removeAttribute("hidden"),this.playerUI.iframe.setAttribute("src",e+"?rel=0&autoplay=1&showinfo=0&controls=2&rel=0&modestbranding=0"),this.playerUI.iframe.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture")}playIframeUrl(e){this.playerUI.iframe.removeAttribute("hidden"),this.playerUI.iframe.setAttribute("src",e)}playJW(e){let t=void 0;this.playerUI.jwplayerContainer.removeAttribute("hidden"),window.pmc_jwplayer&&(t=window.pmc_jwplayer(this.playerUI.jwplayerContainer.id,"default")),t&&(t.setup({playlist:e,aspectratio:"16:9"}),t.play())}playConnatix(e,t){this.playerUI.connatixContainer.removeAttribute("hidden");const i=this.playerUI.connatixContainer.getAttribute("id");(new Image).src="https://capi.elements.video/tr/si?token=094029a3-814c-41d5-8a62-2c3adc647176&cid=1ffe63de-eb53-11e9-b4d2-06948452ae1a",pmcCnx.cmd.push((function(){pmcCnx({playerId:t,mediaId:e}).render(i)}))}playEmbed(e){this.playerUI.oembedContainer.removeAttribute("hidden"),this.playerUI.oembedContainer.innerHTML="",this.playerUI.oembedContainer.insertAdjacentHTML("beforeend",e)}handleDeadlineVideoTriggerClick(e,t){e&&e.preventDefault();const i=this.state.videoType;this.resetPlayer(i),this.state.videoType=t.dataset.deadlineVideoShowcaseType,"connatix"===t.dataset.deadlineVideoShowcaseType?(this.state.videoID=t.dataset.deadlineVideoShowcaseVideoMediaId,this.state.playerID=t.dataset.deadlineVideoShowcaseVideoPlayerId):this.state.videoID=t.dataset.deadlineVideoShowcaseTrigger,this.playDeadlineVideo(this.state),this.updateDeadlinePlayerUI(this.state),this.onDeadlineFirstTimePlay()}playDeadlineVideo(e){let t=this.returnUrl(e.videoID,e.videoType);"youtube"===e.videoType&&this.playYoutube(t),"jwplayer"===e.videoType&&this.playJW(t),"oembed"===e.videoType&&this.playEmbed(t),"connatix"===e.videoType&&this.playConnatix(e.videoID,e.playerID),"iframe"===e.videoType&&this.playIframeUrl(t)}onDeadlineFirstTimePlay(){!1===this.state.isPlayerSetup&&(this.elementsToHide.forEach(e=>e.setAttribute("hidden","")),this.attributesToRemoveFromPlayer.forEach(e=>this.player.parentNode.removeAttribute(e)),this.state.isPlayerSetup=!0)}updateDeadlinePlayerUI(e){let t="";t="connatix"===e.videoType?this.el.querySelector(`[data-deadline-video-showcase-video-media-id="${e.videoID}"]`):this.el.querySelector(`[data-deadline-video-showcase-trigger="${e.videoID}"]`);const i=this.getDeadlinePlayerCardData(e.videoType,t);this.setActiveTrigger(e.videoType,e.videoID),this.updateDeadlinePlayerCardData(t,i)}resetPlayer(e){if("jwplayer"===e&&window.pmc_jwplayer&&(window.pmc_jwplayer(this.playerUI.jwplayerContainer.id).remove(),this.playerUI.jwplayerContainer.setAttribute("hidden","")),"youtube"===e&&(this.playerUI.iframe.setAttribute("src",""),this.playerUI.iframe.setAttribute("hidden","")),"connatix"===e){const e=document.getElementsByClassName("cnx-main-container");for(;e.length>0;)e[0].parentNode.removeChild(e[0])}}resetAllTriggers(){this.triggers.forEach(e=>e.classList.remove("is-playing"))}setActiveTrigger(e,t){let i="";i="connatix"===e?this.el.querySelector(`.related-videos [data-deadline-video-showcase-video-media-id="${t}"]`):this.el.querySelector(`.related-videos [data-deadline-video-showcase-trigger="${t}"]`),this.resetAllTriggers(),null!==i&&i.classList.add("is-playing")}}function r(e=!1){const t=[...document.querySelectorAll("[data-deadline-video-showcase]")];t.length&&t.forEach(t=>{t.pmcVideoShowcase||(t.pmcVideoShowcase=new a(t)),!t.pmcVideoShowcase.isArchive&&e&&(t.pmcVideoShowcase.isArchive=e)})}},,,,,,function(e,t,i){"use strict";i.r(t);var s={init:function(e){let t=this;jQuery(window).on("load",(function(){jQuery("script[id^=tmpl-]").each((function(){let e="#"+jQuery(this).data("id"),i=this.id.replace("tmpl-","");jQuery("body").hasClass("page-template-search")?t.ajax_module(e,i):jQuery(document).scroll(()=>{800>=jQuery("#pmc-footer").position().top-jQuery(document).scrollTop()&&t.ajax_module(e,i)})}))}))},ajax_module:function(e,t){jQuery("body").hasClass("page-template-search")||jQuery(document).off("scroll");let i=dl_template_exports.restUrls.modules+t;jQuery.ajax({url:i}).done((function(i){var s=wp.template(t);jQuery(e).append(s(i))}))}};var a={bindEvents(){void 0!==window.add_filter&&window.add_filter("pmc-google-analytics-tracking-events",this.setGAEventArgs)},setGAEventArgs(e,t){let i=!1;if(void 0===e.eventLabel||void 0===e.eventCategory)return e;if(void 0===window.pmc)return e;if("homepage"===e.eventCategory){if(-1!==e.eventLabel.indexOf("[columnist]")){i=t.closest(".o-columnist");const s=$(".a-unstyle-link",i).text();void 0!==s&&""!==s&&(e.eventLabel=e.eventLabel.replace("[columnist]",window.pmc.trim(s)))}}else if("article-page"===e.eventCategory){if(-1!==e.eventLabel.indexOf("[breadcrumb]")){const i=$(t).text();void 0!==i&&""!==i&&(e.eventLabel=e.eventLabel.replace("[breadcrumb]",window.pmc.trim(i)))}if(-1!==e.eventLabel.indexOf("[article-tags]")){const i=$(t).text();void 0!==i&&""!==i&&(e.eventLabel=e.eventLabel.replace("[article-tags]",window.pmc.trim(i)))}if(-1!==e.eventLabel.indexOf("[toaster]")){const i=$(t).text();void 0!==i&&""!==i&&("Show Articles"===window.pmc.trim(i)?e.eventLabel=e.eventLabel.replace("[toaster]","hide"):e.eventLabel=e.eventLabel.replace("[toaster]","show"))}}if(-1!==e.eventLabel.indexOf("[term]")){const i=$(t).text();void 0!==i&&""!==i&&(e.eventLabel=e.eventLabel.replace("[term]",window.pmc.trim(i)))}return e}};var r={load:function(){let e=this.getThemeUrl()+"assets/public/webfonts.css";WebFont.load({custom:{families:["Eksell:n4","Balto:n4,n7"],urls:[e]},active:function(){try{console.log("fonts loaded")}catch(e){}}})},getThemeUrl:function(){return"undefined"==typeof pmc_common_urls?"/":pmc_common_urls.current_theme_uri}},n=i(0);class o{constructor(e){this.el=e,this.el.pmcDropdown=this,this.classBase=this.el.classList.item(0),this.button=this.el.querySelector(".o-nav__title "),this.hideItems(),this.toggle=this.toggle.bind(this),this.el.addEventListener("click",this.toggle)}destroy(){this.el.removeEventListener("click",this.toggle),this.showItems(),delete this.el.pmcDropdown}get activeItem(){return this.el.querySelector(".is-active")}get items(){return[...this.el.querySelectorAll("[data-dropdown-list-item]")]}get heading(){return this.el.querySelector(".is-heading")}get list(){return this.el.querySelector("[data-dropdown-list]")}toggle(e){const t=this.el,i=this.findParentItem(e.target);if(i){if("true"!==t.dataset.expanded)return e.preventDefault(),void this.showItems();this.isActive(i)?e.preventDefault():this.setActive(i),this.isHeadingItem(i)&&this.hideItems()}}showItems(){this.el.dataset.expanded="true",this.button&&this.button.hasAttribute("aria-expanded")&&this.button.setAttribute("aria-expanded","true"),this.list.classList.remove("u-display-none"),this.heading.classList.add("a-icon-after-down--has-toggle")}hideItems(){this.el.dataset.expanded="false",this.button&&this.button.hasAttribute("aria-expanded")&&this.button.setAttribute("aria-expanded","false"),this.list.classList.add("u-display-none"),this.heading.classList.remove("a-icon-after-down--has-toggle")}isActive(e){return e.classList.contains("is-active")}setActive(e){this.activeItem.classList.remove("is-active"),e.classList.add("is-active")}isItem(e){return!!e.dataset.dropdownListItem}isHeadingItem(e){return e.classList.contains("is-heading")}findParentItem(e){let t=e;for(;!this.isItem(t);){if(t===this.list||t===this.el)return null;t=t.parentNode}return t}}class l{constructor(e){this.el=e,this.el.pmcHeader=this,this.container=document.documentElement,this.initSticky()}destroy(){this.destroySticky(),delete this.el.pmcHeader}get stickyClass(){return this.el.dataset.headerStickyClass||"is-header-sticky"}get readyClass(){return this.el.dataset.headerReadyClass||"is-header-ready"}get searchClass(){return this.el.dataset.headerSearchClass||"is-search-expanded"}initSticky(){window.IntersectionObserver&&(this.observerOptions={root:null,rootMargin:"80px",threshold:[0,.25,.5,.75,1]},this.toggleSticky=this.toggleSticky.bind(this),this.observer=new IntersectionObserver(this.toggleSticky,this.observerOptions),this.observer.observe(this.el),setTimeout(()=>this.container.classList.add(this.readyClass),100))}destroySticky(){window.IntersectionObserver&&(this.observer.disconnect(),this.container.classList.remove(this.stickyClass,this.readyClass))}toggleSticky(e){window.IntersectionObserver&&e.forEach(e=>{.9<=e.intersectionRatio?this.container.classList.remove(this.stickyClass):10>e.intersectionRect.top&&this.container.classList.add(this.stickyClass)})}initSearch(){this.searchTrigger=this.el.querySelector("[data-header-search-trigger]"),null!==this.searchTrigger&&(this.searchInput=this.searchTrigger.querySelector('input[type="text"]'),this.expandSearch=this.expandSearch.bind(this),this.collapseSearch=this.collapseSearch.bind(this),this.searchTrigger.addEventListener("click",this.expandSearch),this.searchInput.addEventListener("focusin",this.expandSearch),this.searchInput.setAttribute("aria-label","Search Input"))}destroySearch(){document.body.removeEventListener("click",this.collapseSearch),this.searchTrigger.removeEventListener("click",this.expandSearch),this.container.classList.remove(this.searchClass)}expandSearch(){this.container.classList.add(this.searchClass),this.searchTrigger.removeEventListener("click",this.expandSearch),setTimeout(()=>document.body.addEventListener("click",this.collapseSearch),1),setTimeout(()=>this.searchInput.addEventListener("focusout",this.collapseSearch),1)}collapseSearch(e){("click"!==e.type||e.target!==this.searchTrigger&&!this.searchTrigger.contains(e.target))&&(this.container.classList.remove(this.searchClass),this.searchTrigger.addEventListener("click",this.expandSearch),document.body.removeEventListener("click",this.collapseSearch),this.searchInput.removeEventListener("focusout",this.expandSearch))}}class d{constructor(e){this.el=e,this.isOpen=!1,this.trigger=this.el.querySelector(".pmc-js-expandablesearch-trigger"),this.target=this.el.querySelector(".pmc-js-expandablesearch-target"),this.targetInput=this.target.querySelector("input"),this.trigger.addEventListener("click",()=>{this.toggleSearch()}),document.addEventListener("keydown",e=>{27===e.keyCode&&this.collapseSearch()}),document.body.addEventListener("click",e=>{this.el.contains(e.target)||this.collapseSearch()}),document.addEventListener("focusin",()=>{!this.el.contains(document.activeElement)&&this.isOpen&&this.collapseSearch()})}updateState(){this.isOpen=!this.isOpen}toggleSearch(){this.target.toggleAttribute("hidden"),this.target.classList.toggle("js-fade-is-out"),this.target.classList.toggle("js-fade-is-in"),this.trigger.classList.toggle("is-ExpandableSearch-open"),this.updateState(),this.isOpen&&this.targetInput.focus()}collapseSearch(){this.isOpen&&(this.toggleSearch(),this.trigger.focus())}}class c{constructor(e){this.el=e,this.inputs=[...this.el.querySelectorAll("input")],this.container=document.documentElement,this.inputs.forEach(e=>{e.addEventListener("focus",()=>this.handleFocus(e))}),this.trapFocus(e)}handleFocus(e){this.el.scrollTo(0,e.offsetTop)}trapFocus(e){if(e.classList.contains("mega-menu__main"))return;const t='button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])',i=e.querySelectorAll(t)[0],s=e.querySelectorAll(t),a=s[s.length-1];document.addEventListener("keydown",e=>{("Tab"===e.key||9===e.keyCode)&&(e.shiftKey?document.activeElement===i&&a&&(a.focus(),e.preventDefault()):document.activeElement===a&&i&&(i.focus(),e.preventDefault()))})}}function h(e){!function(e){let t="";const i=[...document.querySelectorAll('[class*="@desktop-xl"]')];"string"==typeof e.data&&"object"==typeof window.pmc.skinAds&&"pmcadm:dfp:skinad:parameters"===e.data.substring(0,"pmcadm:dfp:skinad:parameters".length)&&(t=e.data.substring("pmcadm:dfp:skinad:parameters".length),t&&(document.documentElement.classList.add("has-side-skins"),i.forEach(e=>{e.classList.forEach(t=>{t.includes("@desktop-xl")&&e.classList.remove(t)})}),window.pmc.skinAds.refresh_skin_rails(),window.dispatchEvent(new Event("resize"))))}(e)}var u=i(1);function p(){null!==document.querySelector("#jpsuperheader")&&document.documentElement.classList.add("has-videowall")}class m{constructor(e){this.el=e,this.emailInput=this.el.querySelector('input[type="email"]'),this.successEl=this.el.querySelector("[data-email-capture-success-url]"),this.updateSuccessUrlInputValue=this.updateSuccessUrlInputValue.bind(this),this.successUrlBase=this.getSuccessUrlBase(),this.emailInput.addEventListener("change",this.updateSuccessUrlInputValue),this.emailInput.addEventListener("blur",this.updateSuccessUrlInputValue)}getSuccessUrlBase(){if(null!==this.successEl)return this.successEl.dataset.emailCaptureSuccessUrl}updateSuccessUrlInputValue(e){const t=e.target.value;void 0!==this.successUrlBase&&(this.successEl.value=`${this.successUrlBase}&email=${t}`)}}var y=class{constructor(e,t,i){this.el=e,this.menu=t,this.items=i,this.index=0,this.bindEvents(),this.hideItems()}bindEvents(){this.keydownHandler=this.keydownHandler.bind(this),this.hideItems=this.hideItems.bind(this),this.el.addEventListener("click",e=>{this.toggle(e)}),this.el.addEventListener("keydown",_.throttle(this.keydownHandler,100)),document.addEventListener("click",_.throttle(e=>{e.target!==this.el&&e.target!==this.el.querySelector(".o-dropdown__heading")&&this.hideItems()}),100)}toggle(e){"true"!==this.el.dataset.expanded?(e.preventDefault(),this.showItems()):this.hideItems()}showItems(){this.index=0,this.el.dataset.expanded="true",this.el.classList.add("active"),this.menu.classList.remove("a-screen-reader-only")}hideItems(){this.el.dataset.expanded="false",this.el.classList.remove("active"),this.menu.classList.add("a-screen-reader-only")}keydownHandler(e){"Tab"!==e.key&&"Escape"!==e.key&&"Enter"!==e.key&&"ArrowUp"!==e.key&&"ArrowDown"!==e.key||(e.preventDefault(),e.stopPropagation(),"Enter"!==e.key?"Escape"!==e.key&&"Tab"!==e.key?null!==this.menu.offsetParent&&("ArrowUp"===e.key&&0{this.hideAll(e)}),document.addEventListener("keydown",e=>{void 0!==e&&"undefined"!==e.key&&"escape"===e.key.toLowerCase()&&this.hideAll()}),this.el.addEventListener("mouseover",e=>{this.show(e)}),this.el.addEventListener("focus",e=>{this.show(e)},!0),this.el.addEventListener("click",e=>{this.show(e)});[...document.querySelectorAll(".js-Tooltip")].forEach(e=>{e.addEventListener("click",e=>{this.stopPropagation(e)})})}stopPropagation(e){void 0!==e&&e.stopPropagation()}show(e){void 0!==e&&"undefined"!==e.target&&(this.el.classList.add("is-Tooltip-open"),this.stopPropagation(e))}hideAll(){this.el.classList.remove("is-Tooltip-open")}}class v{constructor(){document.body.classList.contains("pmc-mobile")&&(this.stickyBanner=document.querySelector(".live-event-banner .banner-regular"),this.content=document.querySelector(".layout-adjuster"))}adjustContentPosition(){if(!this.stickyBanner||!this.content)return;const e=this.stickyBanner?this.stickyBanner.offsetHeight:0;e>0&&this.content&&(this.content.style.paddingTop=e+"px")}}var f=void 0===window.dl_template_exports,w=f?"/assets/build/":window.dl_template_exports.assetsPath,b=function(){var e=window.innerWidth;!function(e){[...document.querySelectorAll("[data-header]")].forEach(t=>{768<=e&&void 0===t.pmcHeader?new l(t):768>e&&void 0!==t.pmcHeader&&t.pmcHeader.destroy()})}(e),function(e){[...document.querySelectorAll('[data-dropdown="true"]')].forEach(t=>{768>e&&void 0===t.pmcDropdown?new o(t):768<=e&&void 0!==t.pmcDropdown&&t.pmcDropdown.destroy()})}(e)};window.addEventListener("message",(function(e){h(e)})),window.addEventListener("resize",(function(){requestAnimationFrame(b)})),document.addEventListener("DOMContentLoaded",(function(){a.bindEvents()})),window.addEventListener("load",(function(){b(),function(){const e=[...document.querySelectorAll("[data-mega-menu]")],t=[...document.querySelectorAll("[data-mega-menu-trigger]")];let i;function s(){const e=document.documentElement.classList.contains("is-mega-open"),t=[...document.querySelector("[data-mega-menu]").querySelectorAll('input, [tabindex="0"]')];e?(document.documentElement.classList.remove("is-mega-open"),i.focus()):(document.documentElement.classList.add("is-mega-open"),t[0]!==document.activeElement&&setTimeout((function(){t[0].focus()}),100),i=document.activeElement)}e.forEach(e=>e.pmcMegaMenu=new c(e)),t.forEach(e=>{e.addEventListener("click",s)}),document.addEventListener("keydown",e=>{"Escape"===e.key&&document.documentElement.classList.remove("is-mega-open")})}(),[...document.querySelectorAll(".pmc-js-expandable-search")].forEach(e=>new d(e)),[...document.querySelectorAll("[data-collapsible]")].forEach(e=>e.pmcCollapsible=new n.a(e)),[...document.querySelectorAll("[data-email-capture]")].forEach(e=>e.pmcEmailCapture=new m(e)),Object(u.a)(),p(),[...document.querySelectorAll(".o-dropdown")].forEach(e=>{new y(e,e.querySelector(".o-dropdown__list"),[...e.querySelectorAll(".o-dropdown__list-item")])}),[...document.querySelectorAll(".js-Tooltip-parent")].forEach(e=>new g(e)),(new v).adjustContentPosition(),r.load()})),function(e){const t=new XMLHttpRequest,i=document.createElement("div");t.open("GET",e,!0),t.send(),t.onload=function(){i.id="icon-sprite",i.innerHTML=t.responseText,document.body.insertBefore(i,document.body.childNodes[0])}}(w+"svg/defs/sprite.defs.svg?v=1 "),void 0===window.$&&(window.$=window.jQuery),f||s.init()}]);