!function(n){"undefined"!=typeof module&&"object"==typeof exports?module.exports="undefined"!=typeof window?n():n:window.Dropdown=n()}(function(){var t=function(n){this.menu="object"==typeof n?n:document.querySelector(n);this.init()},n,i;return t.prototype={init:function(){var n=this;n.actions();n.menu.setAttribute("tabindex","0");n.menu.addEventListener("click",n.toggle,!1);document.addEventListener("click",function(t){t.target===n.menu||n.menu.parentNode.contains(t.target)||n.close({currentTarget:n.menu})})},actions:function(){var t=this;t.toggle=function(t){var i=t.currentTarget||t.srcElement,r;return i.parentNode.classList.toggle("open"),r=i.parentNode.classList.contains("open"),n(i.parentNode,r?"show.bs.dropdown":"hide.bs.dropdown"),n(i.parentNode,r?"shown.bs.dropdown":"hidden.bs.dropdown"),t.preventDefault(),!1};t.close=function(t){var i=t.currentTarget||t.srcElement;i.parentNode.classList.remove("open");n(i.parentNode,"hide.bs.dropdown");n(i.parentNode,"hidden.bs.dropdown")}}},n=function(n,t){var i=document.createEvent("Event");i.initEvent(t,!0,!0);n.dispatchEvent(i)},i=document.querySelectorAll("[data-toggle=dropdown]"),[].forEach.call(i,function(n){return new t(n)}),window.gel=window.gel||{},window.gel.bootstrap=window.gel.bootstrap||{},window.gel.bootstrap.dropdown=!0,t}),function(n){"undefined"!=typeof module&&"object"==typeof exports?module.exports="undefined"!=typeof window?n():n:window.Collapse=n()}(function(){var t=function(n,t){this.btn="object"==typeof n?n:document.querySelector(n);this.accordion=null;this.collapse=null;this.options={};this.duration=300;this.options.duration=document.documentElement.classList.contains("ie")?0:t.duration||this.duration;this.init()};t.prototype={init:function(){this.actions();this.btn.addEventListener("click",this.toggle,!1);document.addEventListener("click",this.update,!1);window.addEventListener("resize",this.update,!1)},actions:function(){var t=this;this.toggle=function(n){t.btn=t.getTarget(n).btn;t.collapse=t.getTarget(n).collapse;t.collapse.classList.contains("in")?t.close(n):t.open(n)};this.close=function(n){n.preventDefault();t.btn=t.getTarget(n).btn;t.collapse=t.getTarget(n).collapse;t._close(t.collapse);t.btn.classList.remove("collapsed")};this.open=function(n){if(n.preventDefault(),t.btn=t.getTarget(n).btn,t.collapse=t.getTarget(n).collapse,t.accordion=t.btn.getAttribute("data-parent")&&t.getClosest(t.btn,t.btn.getAttribute("data-parent")),t._open(t.collapse),t.btn.classList.add("collapsed"),null!==t.accordion){var i=t.accordion.querySelectorAll(".collapse.in");[].forEach.call(i,function(n){n!==t.collapse&&t._close(n)})}};this._open=function(i){i.classList.add("in");i.style.height=0;i.style.overflow="hidden";i.setAttribute("area-expanded","true");var r=this.getMaxHeight(i).oh,u=this.getMaxHeight(i).br;i.style.height=r+u+"px";n(i,"show.bs.collapse");setTimeout(function(){i.style.overflow="";n(i,"shown.bs.collapse")},t.options.duration)};this._close=function(i){i.style.overflow="hidden";i.style.height=0;n(i,"hide.bs.collapse");setTimeout(function(){i.classList.remove("in");i.style.overflow="";i.setAttribute("area-expanded","false");n(i,"hidden.bs.collapse")},t.options.duration)};this.update=function(n){var i=n.type,r=n.target,u=document.querySelectorAll(".collapse.in");[].forEach.call(u,function(n){var u=t.getMaxHeight(n).oh,f=t.getMaxHeight(n).br;("resize"===i||"click"===i&&t.getClosest(r,".collapse")===n)&&setTimeout(function(){n.style.height=u+f+"px"},300)})};this.getMaxHeight=function(n){for(var r=n.currentStyle||window.getComputedStyle(n),u=0,f=n.children.length,t=0;t<f;t++)u+=i(n.children[t]);return{oh:u,br:parseInt(r.borderTop||0)+parseInt(r.borderBottom||0)}};this.getTarget=function(n){var i=n.currentTarget||n.srcElement,f=i.href&&i.getAttribute("href").replace("#",""),t=i.getAttribute("data-target")&&i.getAttribute("data-target"),r=f||t&&/#/.test(t)&&t.replace("#",""),u=t&&"."===t.charAt(0)&&t;return{btn:i,collapse:r&&document.getElementById(r)||u&&document.querySelector(u)}};this.getClosest=function(n,t){for(var i=t.charAt(0);n&&n!==document;n=n.parentNode)if("."===i&&n.classList.contains(t.substr(1))||"#"===i&&n.id===t.substr(1))return n;return!1}}};var i=function(n){var t=n.currentStyle||window.getComputedStyle(n);return n.offsetHeight+parseInt(/px/.test(t.marginTop)?Math.round(t.marginTop.replace("px","")):0)+parseInt(/px/.test(t.marginBottom)?Math.round(t.marginBottom.replace("px","")):0)+parseInt(/em/.test(t.marginTop)?Math.round(t.marginTop.replace("em","")*parseInt(t.fontSize)):0)+parseInt(/em/.test(t.marginBottom)?Math.round(t.marginBottom.replace("em","")*parseInt(t.fontSize)):0)},n=function(n,t){var i=document.createEvent("Event");i.initEvent(t,!0,!0);n.dispatchEvent(i)},r=document.querySelectorAll('[data-toggle="collapse"]');return[].forEach.call(r,function(n){var i={};return i.duration=n.getAttribute("data-duration"),new t(n,i)}),window.addEventListener("load",function(){var n=document.querySelectorAll(".collapse");[].forEach.call(n,function(n){if(n.classList.contains("in")){var t=n.currentStyle||window.getComputedStyle(n),r=i(n.children[0]),u=parseInt(t.borderTop||0)+parseInt(t.borderBottom||0);n.style.height=r+u+"px"}})}),window.gel=window.gel||{},window.gel.bootstrap=window.gel.bootstrap||{},window.gel.bootstrap.collapse=!0,t});window.gel=window.gel||{};window.gel.bootstrap=window.gel.bootstrap||{};window.gel.bootstrap.navbar=!0,function(n){"use strict";function i(i){var o=function(t){t?n.body.classList.add("navbar-collapse-open"):n.body.classList.remove("navbar-collapse-open")},e;Array.prototype.forEach.call(i.querySelectorAll(".navbar-collapse"),function(n){t(n,"show.bs.collapse",function(){o(!0)});t(n,"hide.bs.collapse",function(){o(!1)})});e=function(n){n.querySelector(".dropdown.open")?n.classList.add("dropdown-open"):n.classList.remove("dropdown-open")};Array.prototype.forEach.call(i.querySelectorAll(".navbar-collapse"),function(n){Array.prototype.forEach.call(n.querySelectorAll(".dropdown"),function(i){t(i,"show.bs.dropdown",function(){e(n)});t(i,"hide.bs.dropdown",function(){e(n);setTimeout(function(){e(n)},5)})})});Array.prototype.forEach.call(i.querySelectorAll(".nav-title > a"),function(n){n.addEventListener("click",function(n){n.preventDefault()})});r(i);u(i);f(i)}function r(n){var t=n.querySelectorAll(".navbar-right > li:not(.js-exclude-from-collapse):not(.navbar-search)"),i=n.querySelector(".navbar-collapse .navbar-nav");Array.prototype.forEach.call(t,function(n){var t=n.cloneNode(!0);t.className="visible-xs visible-sm";i.appendChild(t);n.classList.contains("dropdown")&&(t.classList.add("dropdown"),new Dropdown(t.querySelector("[data-toggle=dropdown]")))})}function u(t){var f=t.querySelector(".navbar-toggle[data-target]"),u,i,r;if(f&&(u=t.querySelector(f.getAttribute("data-target")),u))return i=u.querySelector(".navbar-mobile-header"),i||((i=n.createElement("div")).className="navbar-mobile-header",u.insertBefore(i,u.firstChild)),r=n.createElement("button"),r.className="navbar-close-btn",r.innerHTML='<span class="sr-only">Close menu<\/span>',r.addEventListener("click",function(){f.click()}),i.insertBefore(r,i.firstChild),r}function f(t){var i=t.querySelector(".navbar-search-wrapper"),r,s,u,f;if(i&&(r=i.querySelector('input[type="search"]'),r)){var c=function(){i.parentElement.classList.add("open");n.body.classList.add("navbar-search-open");r.focus();r.setSelectionRange(r.value.length,r.value.length)},o=function(){i.parentElement.classList.remove("open");n.body.classList.remove("navbar-search-open");r.value=""},h=t.querySelector(".navbar-search-toggle");h&&h.addEventListener("click",function(n){n.preventDefault();c()});s=i.querySelector(".btn-cancel-search");s&&s.addEventListener("click",function(){o()});r.addEventListener("blur",function(){0!=r.value.length||e()||o()});u=i.querySelector(".navbar-mobile-header");u||((u=n.createElement("div")).className="navbar-mobile-header",i.appendChild(u),i.insertBefore(u,i.firstChild));f=n.createElement("button");f.className="navbar-close-btn";f.innerHTML='<span class="sr-only">Close search<\/span>';f.addEventListener("click",function(){o()});u.appendChild(f);u.insertBefore(f,u.firstChild)}}var t=function(n,t,i){window.gel.bootstrap.dropdown?n.addEventListener(t,i):window.jQuery&&$(n).on(t,i)},e=function(){return Math.max(n.documentElement.clientWidth,window.innerWidth||0)<640},o=n.querySelectorAll("header .navbar");Array.prototype.forEach.call(o,function(n){i(n)});window.gel.initNav=i}(document),function(n){"undefined"!=typeof module&&"object"==typeof exports?module.exports="undefined"!=typeof window?n():n:window.Modal=n()}(function(){var n=function(n,t){this.opened=!1;this.modal="object"==typeof n?n:document.querySelector(n);this.options={};this.options.backdrop="false"!==t.backdrop;this.options.keyboard="false"!==t.keyboard;this.options.content=t.content;this.duration=t.duration||300;this.options.duration=document.documentElement.classList.contains("ie")?0:this.duration;this.dialog=this.modal.querySelector(".modal-dialog");this.timer=0;this.init()},t,i,r;return n.prototype.init=function(){this.options.content&&void 0!==this.options.content&&this.content(this.options.content);this.resize();this.dismiss();this.keydown();this.trigger()},n.prototype.open=function(){this._open()},n.prototype.close=function(){this._close()},n.prototype._open=function(){var n=this;this.options.backdrop?this.createOverlay():this.overlay=null;document.body.classList.add("modal-open");this.modal.style.display="block";t(this.modal,"show.bs.modal");clearTimeout(n.modal.getAttribute("data-timer"));this.timer=setTimeout(function(){null!==n.overlay&&(n._resize(),n.overlay.classList.add("in"));n.modal.classList.add("in");n.modal.setAttribute("aria-hidden",!1);t(n.modal,"shown.bs.modal")},n.options.duration/2);this.modal.setAttribute("data-timer",n.timer);this.opened=!0},n.prototype._close=function(){var n=this;this.modal.classList.remove("in");this.modal.setAttribute("aria-hidden",!0);this.overlay&&this.overlay.classList.remove("in");document.body.classList.remove("modal-open");t(this.modal,"hide.bs.modal");clearTimeout(n.modal.getAttribute("data-timer"));this.timer=setTimeout(function(){n.modal.style.display="none";n.removeOverlay();t(n.modal,"hidden.bs.modal")},n.options.duration/2);this.modal.setAttribute("data-timer",n.timer);this.opened=!1},n.prototype.content=function(n){return this.modal.querySelector(".modal-content").innerHTML=n},n.prototype.createOverlay=function(){var n=document.createElement("div"),t=document.querySelector(".modal-backdrop");n.setAttribute("class","modal-backdrop fade");t?this.overlay=t:(this.overlay=n,document.body.appendChild(n))},n.prototype.removeOverlay=function(){var n=document.querySelector(".modal-backdrop");null!==n&&void 0!==n&&document.body.removeChild(n)},n.prototype.keydown=function(){var n=this;document.addEventListener("keydown",function(t){n.options.keyboard&&27==t.which&&n.close()},!1)},n.prototype.trigger=function(){var n=this,t=document.querySelectorAll('[data-toggle="modal"]');[].forEach.call(t,function(t){t.addEventListener("click",function(t){var i=t.target,r=i.getAttribute("data-target")&&i.getAttribute("data-target").replace("#","")||i.getAttribute("href")&&i.getAttribute("href").replace("#","");document.getElementById(r)===n.modal&&n.open()})})},n.prototype._resize=function(){var i=this,n=this.overlay||document.querySelector(".modal-backdrop"),t={w:document.documentElement.clientWidth+"px",h:document.documentElement.clientHeight+"px"};setTimeout(function(){null!==n&&n.classList.contains("in")&&(n.style.height=t.h,n.style.width=t.w)},i.options.duration/2)},n.prototype.resize=function(){var n=this;window.addEventListener("resize",function(){setTimeout(function(){n._resize()},50)},!1)},n.prototype.dismiss=function(){var n=this;this.modal.addEventListener("click",function(t){"modal"!==t.target.parentNode.getAttribute("data-dismiss")&&"modal"!==t.target.getAttribute("data-dismiss")&&t.target!==n.modal||(t.preventDefault(),n.close())})},t=function(n,t){var i=document.createEvent("Event");i.initEvent(t,!0,!0);n.dispatchEvent(i)},i=document.querySelectorAll(".modal"),[].forEach.call(i,function(t){var i={};return i.keyboard=t.getAttribute("data-keyboard"),i.backdrop=t.getAttribute("data-backdrop"),i.duration=t.getAttribute("data-duration"),new n(t,i)}),r=document.querySelectorAll('a[data-toggle="modal"]'),[].forEach.call(r,function(n){n.addEventListener("click",function(n){n.preventDefault()})}),window.gel=window.gel||{},window.gel.bootstrap=window.gel.bootstrap||{},window.gel.bootstrap.modal=!0,n}),function(n){"undefined"!=typeof module&&"object"==typeof exports?module.exports="undefined"!=typeof window?n():n:window.DropdownSelect=n()}(function(){function t(n){var t=[];return[].forEach.call(n.querySelectorAll("option"),function(n){n.textContent&&t.push({value:n.getAttribute("value")||n.textContent,title:n.textContent,label:n.getAttribute("label")||n.textContent,selected:null!==n.getAttribute("selected"),disabled:n.disabled,divider:n.classList.contains("divider")})}),t}var n=function(n,t){this.select="object"==typeof n?n:document.querySelector(n);this.placeholder=t||this.select.getAttribute("data-placeholder");this.id=r++;this.init()};n.prototype.init=function(){this.buildDropdown();this.buildMenu();this.select.parentNode.insertBefore(this.dropdown,this.select.nextSibling);this.select.style.display="none"};n.prototype.buildDropdown=function(){var n=this;this.dropdown=document.createElement("div");this.dropdown.className="dropdown";this.dropdown.innerHTML='<a id="dropdown-select-toggle-'+this.id+'" class="dropdown-toggle" data-target="#" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><span class="selected-label"><\/span> <span class="caret"><\/span><\/a><ul class="dropdown-menu" aria-labelled-by="dropdown-select-toggle-'+this.id+'"><\/ul>';this.toggle=this.dropdown.querySelector('[data-toggle="dropdown"]');this.selectedLabel=this.dropdown.querySelector(".selected-label");this.menu=this.dropdown.querySelector(".dropdown-menu");this.menu.addEventListener("click",function(t){var i=t.target.getAttribute("data-value");null!==i&&(n.setValue(i),t.preventDefault())});new Dropdown(this.toggle)};n.prototype.buildMenu=function(){var u=this,i=this.select.querySelectorAll("optgroup"),n=[],r=[];i.length?[].forEach.call(i,function(i){n.push({title:i.getAttribute("label"),items:t(i)})}):n.push({title:null,items:t(this.select)});n.forEach(function(n){var t=document.createElement("li"),i;t.innerHTML="\n                    "+(n.title?'<div class="group-title">'+n.title+"<\/div>":"")+"\n                    <ul><\/ul>\n                ";u.menu.appendChild(t);i=t.querySelector("ul");n.items.forEach(function(n){var t=document.createElement("li");n.divider?t.classList.add("divider"):(t.innerHTML='\n                            <a href="#" data-value="'+n.value+'" data-label="'+n.label+'">\n                                '+n.title+"\n                            <\/a>\n                        ",n.selected&&(t.classList.add("selected"),r.push(n.label)),n.disabled&&t.classList.add("disabled"));i.appendChild(t)})});this.selectedLabel.textContent=r.join(", ")||this.placeholder||""};n.prototype.clearMenu=function(){this.menu.innerHTML=""};n.prototype.update=function(){this.clearMenu();this.buildMenu()};n.prototype.getValue=function(){return this.select.value};n.prototype.setValue=function(n){var t=this.menu.querySelector('[data-value="'+n+'"]');t&&(this.select.value=n,i(this.select,"change"),this.selectedLabel.textContent=t.getAttribute("data-label"),this.select.multiple||(this.menu.querySelector(".selected")&&this.menu.querySelector(".selected").classList.remove("selected"),this.dropdown.classList.remove("open")),t.classList.add("selected"))};var i=function(n,t){var i=document.createEvent("Event");i.initEvent(t,!0,!0);n.dispatchEvent(i)},r=0,u=document.querySelectorAll("[data-dropdown-select]");return[].forEach.call(u,function(t){return new n(t)}),window.gel=window.gel||{},window.gel.bootstrap=window.gel.bootstrap||{},window.gel.bootstrap.dropdownselect=!0,n}),function(n){function o(n){return"[object Function]"==Object.prototype.toString.call(n)}function s(n){return"[object Array]"==Object.prototype.toString.call(n)}function d(n,t){var i=/^\w+\:\/\//;return/^\/\/\/?/.test(n)?n=location.protocol+n:i.test(n)||"/"==n.charAt(0)||(n=(t||"")+n),i.test(n)?n:("/"==n.charAt(0)?w:p)+n}function i(n,t){for(var i in n)n.hasOwnProperty(i)&&(t[i]=n[i]);return t}function g(n){for(var i=!1,t=0;t<n.scripts.length;t++)n.scripts[t].ready&&n.scripts[t].exec_trigger&&(i=!0,n.scripts[t].exec_trigger(),n.scripts[t].exec_trigger=null);return i}function r(n,t,i,r){n.onload=n.onreadystatechange=function(){n.readyState&&"complete"!=n.readyState&&"loaded"!=n.readyState||t[i]||(n.onload=n.onreadystatechange=null,r())}}function h(n){n.ready=n.finished=!0;for(var t=0;t<n.finished_listeners.length;t++)n.finished_listeners[t]();n.ready_listeners=[];n.finished_listeners=[]}function nt(n,i,u,e,o){setTimeout(function(){var s,c,h=i.real_src;if("item"in t){if(!t[0])return void setTimeout(arguments.callee,25);t=t[0]}s=document.createElement("script");i.type&&(s.type=i.type);i.charset&&(s.charset=i.charset);o?f?(u.elem=s,b?(s.preload=!0,s.onpreload=e):s.onreadystatechange=function(){"loaded"==s.readyState&&e()},s.src=h):o&&0==h.indexOf(w)&&n[l]?((c=new XMLHttpRequest).onreadystatechange=function(){4==c.readyState&&(c.onreadystatechange=function(){},u.text=c.responseText+"\n//@ sourceURL="+h,e())},c.open("GET",h),c.send()):(s.type="text/cache-script",r(s,u,"ready",function(){t.removeChild(s);e()}),s.src=h,t.insertBefore(s,t.firstChild)):k?(s.async=!1,r(s,u,"finished",e),s.src=h,t.insertBefore(s,t.firstChild)):(r(s,u,"finished",e),s.src=h,t.insertBefore(s,t.firstChild))},0)}function c(){function it(n,i,u){function o(){null!=f&&(f=null,h(u))}var f;b[i.src].finished||(n[e]||(b[i.src].finished=!0),f=u.elem||document.createElement("script"),i.type&&(f.type=i.type),i.charset&&(f.charset=i.charset),r(f,u,"finished",o),u.elem?u.elem=null:u.text?(f.onload=f.onreadystatechange=null,f.text=u.text):f.src=i.real_src,t.insertBefore(f,t.firstChild),u.text&&o())}function ut(n,t,i,r){var u,f,s=function(){t.ready_cb(t,function(){it(n,t,u)})},o=function(){t.finished_cb(t,i)};t.src=d(t.src,n[y]);t.real_src=t.src+(n[v]?(/\?.*$/.test(t.src)?"&_":"?_")+~~(1e9*Math.random())+"=":"");b[t.src]||(b[t.src]={items:[],finished:!1});f=b[t.src].items;n[e]||0==f.length?(u=f[f.length]={ready:!1,finished:!1,ready_listeners:[s],finished_listeners:[o]},nt(n,t,u,r?function(){u.ready=!0;for(var n=0;n<u.ready_listeners.length;n++)u.ready_listeners[n]();u.ready_listeners=[]}:function(){h(u)},r)):(u=f[0]).finished?o():u.finished_listeners.push(o)}function k(){function l(n,t){n.ready=!0;n.exec_trigger=t;e()}function v(n,t){n.ready=n.finished=!0;n.exec_trigger=null;for(var i=0;i<t.scripts.length;i++)if(!t.scripts[i].finished)return;t.finished=!0;e()}function e(){for(;f<n.length;)if(o(n[f]))try{n[f++]()}catch(i){}else{if(!n[f].finished){if(g(n[f]))continue;break}f++}f==n.length&&(c=!1,t=!1)}function y(){t&&t.scripts||n.push(t={scripts:[],finished:!0})}var r,t,h=i(u,{}),n=[],f=0,c=!1;return r={script:function(){for(var n=0;n<arguments.length;n++)!function(n,u){var e,f;for(s(n)||(u=[n]),f=0;f<u.length;f++)y(),o(n=u[f])&&(n=n()),n&&(s(n)?((e=[].slice.call(n)).unshift(f,1),[].splice.apply(u,e),f--):("string"==typeof n&&(n={src:n}),n=i(n,{ready:!1,ready_cb:l,finished:!1,finished_cb:v}),t.finished=!1,t.scripts.push(n),ut(h,n,t,ft&&c),c=!0,h[a]&&r.wait()))}(arguments[n],arguments[n]);return r},wait:function(){if(arguments.length>0){for(var i=0;i<arguments.length;i++)n.push(arguments[i]);t=n[n.length-1]}else t=!1;return e(),r}},{script:r.script,wait:r.wait,setOptions:function(n){return i(n,h),r}}}var p,u={},ft=f||rt,w=[],b={};return u[l]=!0,u[a]=!1,u[e]=!1,u[v]=!1,u[y]="",p={setGlobalDefaults:function(n){return i(n,u),p},setOptions:function(){return k().setOptions.apply(null,arguments)},script:function(){return k().script.apply(null,arguments)},wait:function(){return k().wait.apply(null,arguments)},queueScript:function(){return w[w.length]={type:"script",args:[].slice.call(arguments)},p},queueWait:function(){return w[w.length]={type:"wait",args:[].slice.call(arguments)},p},runQueue:function(){for(var t,n=p,i=w.length;--i>=0;)n=n[(t=w.shift()).type].apply(null,t.args);return n},noConflict:function(){return n.$LAB=tt,p},sandbox:function(){return c()}}}var tt=n.$LAB,l="UseLocalXHR",a="AlwaysPreserveOrder",e="AllowDuplicates",v="CacheBust",y="BasePath",p=/^[^?#]*\//.exec(location.href)[0],w=/^\w+\:\/\/\/?[^\/]+/.exec(p)[0],t=document.head||document.getElementsByTagName("head"),it=n.opera&&"[object Opera]"==Object.prototype.toString.call(n.opera)||"MozAppearance"in document.documentElement.style,u=document.createElement("script"),b="boolean"==typeof u.preload,f=b||u.readyState&&"uninitialized"==u.readyState,k=!f&&!0===u.async,rt=!f&&!k&&!it;n.$LAB=c(),function(n,t,i){null==document.readyState&&document[n]&&(document.readyState="loading",document[n](t,i=function(){document.removeEventListener(t,i,!1);document.readyState="complete"},!1))}("addEventListener","DOMContentLoaded")}(this),function(n,t,i){function o(n,t){return typeof n===t}function b(n){var t=f.className,i=r._config.classPrefix||"",u;(c&&(t=t.baseVal),r._config.enableJSClass)&&(u=new RegExp("(^|\\s)"+i+"no-js(\\s|$)"),t=t.replace(u,"$1"+i+"js$2"));r._config.enableClasses&&(t+=" "+i+n.join(" "+i),c?f.className.baseVal=t:f.className=t)}function s(){return"function"!=typeof t.createElement?t.createElement(arguments[0]):c?t.createElementNS.call(t,"http://www.w3.org/2000/svg",arguments[0]):t.createElement.apply(t,arguments)}function k(){var n=t.body;return n||(n=s(c?"svg":"body"),n.fake=!0),n}function a(n,t){var u,i,f;if("object"==typeof n)for(u in n)it(n,u)&&a(u,n[u]);else{if(i=(n=n.toLowerCase()).split("."),f=r[i[0]],2==i.length&&(f=f[i[1]]),void 0!==f)return r;t="function"==typeof t?t():t;1==i.length?r[i[0]]=t:(!r[i[0]]||r[i[0]]instanceof Boolean||(r[i[0]]=new Boolean(r[i[0]])),r[i[0]][i[1]]=t);b([(t&&0!=t?"":"no-")+i.join("-")]);r._trigger(n,t)}return r}function rt(n,t){return!!~(""+n).indexOf(t)}function ut(n){return n.replace(/([a-z])-([a-z])/g,function(n,t,i){return t+i.toUpperCase()}).replace(/^-/,"")}function ft(n,t){return function(){return n.apply(t,arguments)}}function et(n,t,i){var r;for(var u in n)if(n[u]in t)return!1===i?n[u]:(r=t[n[u]],o(r,"function")?ft(r,i||t):r);return!1}function ot(n,i,r,u){var o,a,c,v,l="modernizr",h=s("div"),e=k();if(parseInt(r,10))for(;r--;)c=s("div"),c.id=u?u[r]:l+(r+1),h.appendChild(c);return o=s("style"),o.type="text/css",o.id="s"+l,(e.fake?e:h).appendChild(o),e.appendChild(h),o.styleSheet?o.styleSheet.cssText=n:o.appendChild(t.createTextNode(n)),h.id=l,e.fake&&(e.style.background="",e.style.overflow="hidden",v=f.style.overflow,f.style.overflow="hidden",f.appendChild(e)),a=i(h,n),e.fake?(e.parentNode.removeChild(e),f.style.overflow=v,f.offsetHeight):h.parentNode.removeChild(h),!!a}function d(n){return n.replace(/([A-Z])/g,function(n,t){return"-"+t.toLowerCase()}).replace(/^ms-/,"-ms-")}function st(t,r){var f=t.length,u;if("CSS"in n&&"supports"in n.CSS){for(;f--;)if(n.CSS.supports(d(t[f]),r))return!0;return!1}if("CSSSupportsRule"in n){for(u=[];f--;)u.push("("+d(t[f])+":"+r+")");return u=u.join(" or "),ot("@supports ("+u+") { #modernizr { position: absolute; } }",function(n){return"absolute"==getComputedStyle(n,null).position})}return i}function ht(n,t,r,u){function c(){v&&(delete e.style,delete e.modElem)}var l,v,h,y,f,p,a;if((u=!o(u,"undefined")&&u,!o(r,"undefined"))&&(l=st(n,r),!o(l,"undefined")))return l;for(a=["modernizr","tspan","samp"];!e.style&&a.length;)v=!0,e.modElem=s(a.shift()),e.style=e.modElem.style;for(y=n.length,h=0;y>h;h++)if(f=n[h],p=e.style[f],rt(f,"-")&&(f=ut(f)),e.style[f]!==i){if(u||o(r,"undefined"))return c(),"pfx"!=t||f;try{e.style[f]=r}catch(n){}if(e.style[f]!=p)return c(),"pfx"!=t||f}return c(),!1}function g(n,t,i,r,u){var f=n.charAt(0).toUpperCase()+n.slice(1),e=(n+" "+y.join(f+" ")+f).split(" ");return o(t,"string")||o(t,"undefined")?ht(e,t,r,u):(e=(n+" "+p.join(f+" ")+f).split(" "),et(e,t,i))}function nt(n,t,r){return g(n,i,i,t,r)}var tt=[],h=[],u={_version:"3.3.1",_config:{classPrefix:"mod",enableClasses:!0,enableJSClass:!0,usePrefixes:!0},_q:[],on:function(n,t){var i=this;setTimeout(function(){t(i[n])},0)},addTest:function(n,t,i){h.push({name:n,fn:t,options:i})},addAsyncTest:function(n){h.push({name:null,fn:n})}},r=function(){},it,v,y,p,w,e,l;r.prototype=u;r=new r;var f=t.documentElement,c="svg"===f.nodeName.toLowerCase(),ct={}.toString;for(r.addTest("smil",function(){return!!t.createElementNS&&/SVGAnimate/.test(ct.call(t.createElementNS("http://www.w3.org/2000/svg","animate")))}),!function(){var n={}.hasOwnProperty;it=o(n,"undefined")||o(n.call,"undefined")?function(n,t){return t in n&&o(n.constructor.prototype[t],"undefined")}:function(t,i){return n.call(t,i)}}(),u._l={},u.on=function(n,t){this._l[n]||(this._l[n]=[]);this._l[n].push(t);r.hasOwnProperty(n)&&setTimeout(function(){r._trigger(n,r[n])},0)},u._trigger=function(n,t){if(this._l[n]){var i=this._l[n];setTimeout(function(){for(var n=0;n<i.length;n++)i[n](t)},0);delete this._l[n]}},r._q.push(function(){u.addTest=a}),r.addAsyncTest(function(){var e,h=function(n){f.contains(n)||f.appendChild(n)},l=function(n){n.fake&&n.parentNode&&n.parentNode.removeChild(n)},u=function(n,t){var r=!!n;if(r&&(r=new Boolean(r),r.blocked="blocked"===n),a("flash",function(){return r}),t&&i.contains(t)){for(;t.parentNode!==i;)t=t.parentNode;i.removeChild(t)}},o,v,r,i;try{e="ActiveXObject"in n&&"Pan"in new n.ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(n){}if(("plugins"in navigator&&"Shockwave Flash"in navigator.plugins||e)&&!c){if(r=s("embed"),i=k(),r.type="application/x-shockwave-flash",i.appendChild(r),!("Pan"in r||e))return h(i),u("blocked",r),void l(i);o=function(){return h(i),f.contains(i)?(f.contains(r)?(v=r.style.cssText,""!==v?u("blocked",r):u(!0,r)):u("blocked"),void l(i)):(i=t.body||i,r=s("embed"),r.type="application/x-shockwave-flash",i.appendChild(r),setTimeout(o,1e3))};setTimeout(o,10)}else u(!1)}),v="Moz O ms Webkit",y=u._config.usePrefixes?v.split(" "):[],u._cssomPrefixes=y,p=u._config.usePrefixes?v.toLowerCase().split(" "):[],u._domPrefixes=p,w={elem:s("modernizr")},r._q.push(function(){delete w.elem}),e={style:w.elem.style},r._q.unshift(function(){delete e.style}),u.testAllProps=g,u.testAllProps=nt,r.addTest("flexbox",nt("flexBasis","1px",!0)),function(){var i,n,u,f,e,s,t;for(var c in h)if(h.hasOwnProperty(c)){if(i=[],(n=h[c]).name&&(i.push(n.name.toLowerCase()),n.options&&n.options.aliases&&n.options.aliases.length))for(u=0;u<n.options.aliases.length;u++)i.push(n.options.aliases[u].toLowerCase());for(f=o(n.fn,"function")?n.fn():n.fn,e=0;e<i.length;e++)s=i[e],t=s.split("."),1===t.length?r[t[0]]=f:(!r[t[0]]||r[t[0]]instanceof Boolean||(r[t[0]]=new Boolean(r[t[0]])),r[t[0]][t[1]]=f),tt.push((f?"":"no-")+t.join("-"))}}(),b(tt),delete u.addTest,delete u.addAsyncTest,l=0;l<r._q.length;l++)r._q[l]();n.Modernizr=r}(window,document),function(n,t){function v(){s=st=u=h=c=ot=gt}function vt(n,t){for(var i in t)t.hasOwnProperty(i)&&(n[i]=t[i])}function r(n){return parseFloat(n)||0}function o(){f={top:t.pageYOffset,left:t.pageXOffset}}function y(){if(t.pageXOffset!=f.left)return o(),void u();t.pageYOffset!=f.top&&(o(),w())}function p(){setTimeout(function(){t.pageYOffset!=f.top&&(f.top=t.pageYOffset,w())},0)}function w(){for(var n=i.length-1;n>=0;n--)b(i[n])}function b(n){if(n.inited){var t=f.top<=n.limit.start?0:f.top>=n.limit.end?2:1;n.mode!=t&&pt(n,t)}}function yt(){for(var t,r,n=i.length-1;n>=0;n--)if(i[n].inited&&(t=Math.abs(it(i[n].clone)-i[n].docOffsetTop),r=Math.abs(i[n].parent.node.offsetHeight-i[n].parent.height),t>=2||r>=2))return!1;return!0}function k(n){isNaN(parseFloat(n.computed.top))||n.isCell||"none"==n.computed.display||(n.inited=!0,n.clone||wt(n),"absolute"!=n.parent.computed.position&&"relative"!=n.parent.computed.position&&(n.parent.node.style.position="relative"),b(n),n.parent.height=n.parent.node.offsetHeight,n.docOffsetTop=it(n.clone))}function d(n){var r=!0,t;for(n.clone&&bt(n),vt(n.node.style,n.css),t=i.length-1;t>=0;t--)if(i[t].node!==n.node&&i[t].parent.node===n.parent.node){r=!1;break}r&&(n.parent.node.style.position=n.parent.css.position);n.mode=-1}function g(){for(var n=i.length-1;n>=0;n--)k(i[n])}function nt(){for(var n=i.length-1;n>=0;n--)d(i[n])}function pt(n,t){var i=n.node.style;switch(t){case 0:i.position="absolute";i.left=n.offset.left+"px";i.right=n.offset.right+"px";i.top=n.offset.top+"px";i.bottom="auto";i.width="auto";i.marginLeft=0;i.marginRight=0;i.marginTop=0;break;case 1:i.position="fixed";i.left=n.box.left+"px";i.right=n.box.right+"px";i.top=n.css.top;i.bottom="auto";i.width="auto";i.marginLeft=0;i.marginRight=0;i.marginTop=0;break;case 2:i.position="absolute";i.left=n.offset.left+"px";i.right=n.offset.right+"px";i.top="auto";i.bottom=0;i.width="auto";i.marginLeft=0;i.marginRight=0}n.mode=t}function wt(n){n.clone=document.createElement("div");var i=n.node.nextSibling||n.node,t=n.clone.style;t.height=n.height+"px";t.width=n.width+"px";t.marginTop=n.computed.marginTop;t.marginBottom=n.computed.marginBottom;t.marginLeft=n.computed.marginLeft;t.marginRight=n.computed.marginRight;t.padding=t.border=t.borderSpacing=0;t.fontSize="1em";t.position="static";t.cssFloat=n.computed.cssFloat;n.node.parentNode.insertBefore(n.clone,i)}function bt(n){n.clone.parentNode.removeChild(n.clone);n.clone=void 0}function tt(n){var t=getComputedStyle(n),u=n.parentNode,f=getComputedStyle(u),c=n.style.position,h,e;n.style.position="relative";h={top:t.top,marginTop:t.marginTop,marginBottom:t.marginBottom,marginLeft:t.marginLeft,marginRight:t.marginRight,cssFloat:t.cssFloat,display:t.display};e={top:r(t.top),marginBottom:r(t.marginBottom),paddingLeft:r(t.paddingLeft),paddingRight:r(t.paddingRight),borderLeftWidth:r(t.borderLeftWidth),borderRightWidth:r(t.borderRightWidth)};n.style.position=c;var l={position:n.style.position,top:n.style.top,bottom:n.style.bottom,left:n.style.left,right:n.style.right,width:n.style.width,marginTop:n.style.marginTop,marginLeft:n.style.marginLeft,marginRight:n.style.marginRight},i=rt(n),s=rt(u),o={node:u,css:{position:u.style.position},computed:{position:f.position},numeric:{borderLeftWidth:r(f.borderLeftWidth),borderRightWidth:r(f.borderRightWidth),borderTopWidth:r(f.borderTopWidth),borderBottomWidth:r(f.borderBottomWidth)}};return{node:n,box:{left:i.win.left,right:dt.clientWidth-i.win.right},offset:{top:i.win.top-s.win.top-o.numeric.borderTopWidth,left:i.win.left-s.win.left-o.numeric.borderLeftWidth,right:-i.win.right+s.win.right-o.numeric.borderRightWidth},css:l,isCell:"table-cell"==t.display,computed:h,numeric:e,width:i.win.right-i.win.left,height:i.win.bottom-i.win.top,mode:-1,inited:!1,parent:o,limit:{start:i.doc.top-e.top,end:s.doc.top+u.offsetHeight-o.numeric.borderBottomWidth-n.offsetHeight-e.top-e.marginBottom}}}function it(n){for(var t=0;n;)t+=n.offsetTop,n=n.offsetParent;return t}function rt(n){var i=n.getBoundingClientRect();return{doc:{top:i.top+t.pageYOffset,left:i.left+t.pageXOffset},win:i}}function ut(){ht=setInterval(function(){yt()||u()},500)}function ft(){clearInterval(ht)}function et(){e&&(document[ct]?ft():ut())}function s(){e||(o(),g(),t.addEventListener("scroll",y),t.addEventListener("wheel",p),t.addEventListener("resize",u),t.addEventListener("orientationchange",u),n.addEventListener(l,et),ut(),e=!0)}function u(){if(e){nt();for(var n=i.length-1;n>=0;n--)i[n]=tt(i[n].node);g()}}function h(){t.removeEventListener("scroll",y);t.removeEventListener("wheel",p);t.removeEventListener("resize",u);t.removeEventListener("orientationchange",u);n.removeEventListener(l,et);ft();e=!1}function c(){h();nt()}function ot(){for(c();i.length;)i.pop()}function st(n){for(var r,t=i.length-1;t>=0;t--)if(i[t].node===n)return;r=tt(n);i.push(r);e?k(r):s()}function kt(n){for(var t=i.length-1;t>=0;t--)i[t].node===n&&(d(i[t]),i.splice(t,1))}var f,ht,i=[],e=!1,dt=n.documentElement,gt=function(){},ct="hidden",l="visibilitychange";void 0!==n.webkitHidden&&(ct="webkitHidden",l="webkitvisibilitychange");t.getComputedStyle||v();for(var lt=["","-webkit-","-moz-","-ms-"],at=document.createElement("div"),a=lt.length-1;a>=0;a--){try{at.style.position=lt[a]+"sticky"}catch(n){}""!=at.style.position&&v()}o();t.Stickyfill={stickies:i,add:st,remove:kt,init:s,rebuild:u,pause:h,stop:c,kill:ot}}(document,window);window.jQuery&&function(n){n.fn.Stickyfill=function(){return this.each(function(){Stickyfill.add(this)}),this}}(window.jQuery);Array.from||(Array.from=function(){var t=Object.prototype.toString,n=function(n){return"function"==typeof n||"[object Function]"===t.call(n)},i=function(n){var t=Number(n);return isNaN(t)?0:0!==t&&isFinite(t)?(t>0?1:-1)*Math.floor(Math.abs(t)):t},r=Math.pow(2,53)-1,u=function(n){var t=i(n);return Math.min(Math.max(t,0),r)};return function(t){var h=this,c=Object(t),o,i;if(null==t)throw new TypeError("Array.from requires an array-like object - not null or undefined");if(i=arguments.length>1?arguments[1]:void 0,void 0!==i){if(!n(i))throw new TypeError("Array.from: when provided, the second argument must be a function");arguments.length>2&&(o=arguments[2])}for(var f,e=u(c.length),s=n(h)?Object(new h(e)):new Array(e),r=0;r<e;)f=c[r],s[r]=i?void 0===o?i(f,r):i.call(o,f,r):f,r+=1;return s.length=e,s}}());"document"in self&&("classList"in document.createElement("_")?function(){var n=document.createElement("_"),t,i;(n.classList.add("c1","c2"),n.classList.contains("c2"))||(t=function(n){var t=DOMTokenList.prototype[n];DOMTokenList.prototype[n]=function(n){for(var r=arguments.length,i=0;i<r;i++)n=arguments[i],t.call(this,n)}},t("add"),t("remove"));(n.classList.toggle("c3",!1),n.classList.contains("c3"))&&(i=DOMTokenList.prototype.toggle,DOMTokenList.prototype.toggle=function(n,t){return 1 in arguments&&!this.contains(n)==!t?t:i.call(this,n)});n=null}():function(n){"use strict";var f;if("Element"in n){var e="classList",t="prototype",o=n.Element[t],r=Object,l=String[t].trim||function(){return this.replace(/^\s+|\s+$/g,"")},a=Array[t].indexOf||function(n){for(var t=0,i=this.length;t<i;t++)if(t in this&&this[t]===n)return t;return-1},s=function(n,t){this.name=n;this.code=DOMException[n];this.message=t},u=function(n,t){if(""===t)throw new s("SYNTAX_ERR","An invalid or illegal string was specified");if(/\s/.test(t))throw new s("INVALID_CHARACTER_ERR","String contains an invalid character");return a.call(n,t)},h=function(n){for(var i=l.call(n.getAttribute("class")||""),r=i?i.split(/\s+/):[],t=0,u=r.length;t<u;t++)this.push(r[t]);this._updateClassName=function(){n.setAttribute("class",this.toString())}},i=h[t]=[],c=function(){return new h(this)};if(s[t]=Error[t],i.item=function(n){return this[n]||null},i.contains=function(n){return n+="",-1!==u(this,n)},i.add=function(){var n,t=arguments,i=0,f=t.length,r=!1;do n=t[i]+"",-1===u(this,n)&&(this.push(n),r=!0);while(++i<f);r&&this._updateClassName()},i.remove=function(){var t,n,i=arguments,r=0,e=i.length,f=!1;do for(t=i[r]+"",n=u(this,t);-1!==n;)this.splice(n,1),f=!0,n=u(this,t);while(++r<e);f&&this._updateClassName()},i.toggle=function(n,t){n+="";var i=this.contains(n),r=i?!0!==t&&"remove":!1!==t&&"add";return r&&this[r](n),!0===t||!1===t?t:!i},i.toString=function(){return this.join(" ")},r.defineProperty){f={get:c,enumerable:!0,configurable:!0};try{r.defineProperty(o,e,f)}catch(n){-2146823252===n.number&&(f.enumerable=!1,r.defineProperty(o,e,f))}}else r[t].__defineGetter__&&o.__defineGetter__(e,c)}}(self));Element.prototype.matches||(Element.prototype.matches=Element.prototype.matchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector||Element.prototype.oMatchesSelector||Element.prototype.webkitMatchesSelector||function(n){for(var i=(this.document||this.ownerDocument).querySelectorAll(n),t=i.length;--t>=0&&i.item(t)!==this;);return t>-1});"function"!=typeof Object.assign&&(Object.assign=function(n){"use strict";var u,i,t,r;if(null==n)throw new TypeError("Cannot convert undefined or null to object");for(u=Object(n),i=1;i<arguments.length;i++)if(t=arguments[i],null!=t)for(r in t)Object.prototype.hasOwnProperty.call(t,r)&&(u[r]=t[r]);return u}),function(){for(var i=0,t=["ms","moz","webkit","o"],n=0;n<t.length&&!window.requestAnimationFrame;++n)window.requestAnimationFrame=window[t[n]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[t[n]+"CancelAnimationFrame"]||window[t[n]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(n){var t=(new Date).getTime(),r=Math.max(0,16-(t-i)),u=window.setTimeout(function(){n(t+r)},r);return i=t+r,u});window.cancelAnimationFrame||(window.cancelAnimationFrame=function(n){clearTimeout(n)})}(),function e(n,t,i){function r(u,e){var s,h,o;if(!t[u]){if(!n[u]){if(s="function"==typeof require&&require,!e&&s)return s(u,!0);if(f)return f(u,!0);h=new Error("Cannot find module '"+u+"'");throw h.code="MODULE_NOT_FOUND",h;}o=t[u]={exports:{}};n[u][0].call(o.exports,function(t){var i=n[u][1][t];return r(i||t)},o,o.exports,e,n,t,i)}return t[u].exports}for(var f="function"==typeof require&&require,u=0;u<i.length;u++)r(i[u]);return r}({1:[function(n){"use strict";n("../modules/init");n("../modules/masonry");n("../modules/news/tiles");n("../modules/typekit");n("../modules/news/interactives");n("../modules/card-landing-page");n("../modules/news/flexchart");n("../modules/autocomplete");n("../modules/share-modal");n("../modules/placeholder-polyfill");n("../modules/accordion-tabs");n("../modules/position-sticky");n("../modules/pin-to-top");n("../modules/google-analytics")},{"../modules/accordion-tabs":2,"../modules/autocomplete":3,"../modules/card-landing-page":4,"../modules/google-analytics":5,"../modules/init":6,"../modules/masonry":7,"../modules/news/flexchart":9,"../modules/news/interactives":10,"../modules/news/tiles":11,"../modules/pin-to-top":13,"../modules/placeholder-polyfill":14,"../modules/position-sticky":15,"../modules/share-modal":17,"../modules/typekit":19}],2:[function(n){"use strict";function t(n,t,i){var r=n.querySelector(".active");r&&r.classList.remove("active");i.classList.contains("collapsed")?t.classList.add("active"):t.classList.remove("active")}var r=n("./scroll-to-element"),i=n("./utils");i.queryAll(document,".rel-cardsrvc").forEach(function(n){var u=document.createElement("ul"),f;u.className="cardsrvc-tabs";n.insertBefore(u,n.firstChild);f=i.queryAll(n,'.cardsrvc-acc-tab [data-toggle="collapse"]');f.forEach(function(n,i){var e=document.createElement("li"),o=n.cloneNode(!0),s,h;u.appendChild(e);e.appendChild(o);s=n.textContent.replace(/[^a-z0-9]/gi,"");h=(n.getAttribute("aria-controls")||"").replace("cardsrvc-","");n.id="Accord-"+s+"-"+h;o.id="Tab-"+s+"-"+h;0===i&&(n.click(),t(u,e,n));n.addEventListener("click",function(){if(n.classList.contains("collapsed")){var i=n.getBoundingClientRect().top,o=document.querySelector("#"+n.getAttribute("aria-controls")).getBoundingClientRect().bottom;(i<0||o>document.documentElement.clientHeight)&&r.scrollToElement(n)}f.forEach(function(t){n!==t&&t.classList.remove("collapsed")});t(u,e,n)});o.addEventListener("click",function(i){i.preventDefault();e.classList.contains("active")||(n.click(),t(u,e,n))})})})},{"./scroll-to-element":16,"./utils":20}],3:[function(n){"use strict";function t(n,t,i){r.ajax({url:n,method:"POST",contentType:"application/json; charset=utf-8",params:JSON.stringify(t),success:function(n){var t=JSON.parse(n).d;i(t)}})}function u(n){"true"===n.getAttribute("data-autocomplete-simple")?n.addEventListener("focus",function(){n.hasAttribute("data-autocomplete-initialized")||t(n.getAttribute("data-autocomplete-source"),{},function(t){var r=t.map(function(n){return{value:n.label,label:n.label,href:"/topic/"+n.value+".aspx"}});new i.default({element:n,container:document.querySelector(n.getAttribute("data-autocomplete-container")),source:r,maxSuggestionsDisplayed:15});n.setAttribute("data-autocomplete-initialized",!0)})}):new i.default({element:n,selfPosition:!0,cssClass:"form-autocomplete",source:function(i,r){t(n.getAttribute("data-autocomplete-source"),{q:i},r)}})}var i=function(n){return n&&n.__esModule?n:{"default":n}}(n("gel-autocomplete")),r=n("./utils");r.queryAll(document,"[data-autocomplete-source]").forEach(u)},{"./utils":20,"gel-autocomplete":23}],4:[function(n,t,i){"use strict";function e(n){for(var i=-1,t=0;t<r.length;t++)if(r[t]===n){i=t;break}return i}function f(){var n=!1;(document.querySelector("main")&&document.querySelector("main").classList.contains("jump2form")||document.body.classList.contains("jump2form"))&&(n=!0);r=document.querySelectorAll(".article-cards .card-item");u.queryAll(document,".card-item .jump-link a").forEach(function(t){var h=u.findAncestor(t,"card-item"),f,i,s;h&&(f=t.getAttribute("data-jump-target")||(n?"last":"next"),i=void 0,"next"===f?(s=e(h),s>-1&&(i=r[s+1])):i="last"===f?r[r.length-1]:document.querySelector(".article-cards "+f),t.addEventListener("click",function(n){i&&o.scrollToElement(i);n.preventDefault()}))});u.queryAll(document,'.article-cards [class*="tabitems-"]').forEach(function(n){var t=void 0,i;(Array.prototype.forEach.call(n.classList,function(n){0===n.indexOf("tabitems-")&&(t=parseInt(n.substring(9),10))}),t)&&(i=n.querySelector(".flex-wrapper"),i&&new s.default(i,{itemsPerPage:t,itemSelector:".flex-item"}))})}Object.defineProperty(i,"__esModule",{value:!0});var u=n("./utils"),o=n("./scroll-to-element"),s=function(n){return n&&n.__esModule?n:{"default":n}}(n("./pager")),r=void 0;f();window.wwwV8=window.wwwV8||{};i.default=window.wwwV8.jumpToForm={init:f}},{"./pager":12,"./scroll-to-element":16,"./utils":20}],5:[function(n){"use strict";n("./utils").queryAll(document,"[data-ga-category]").forEach(function(n){n.addEventListener("click",function(){var n=this.dataset,t=n.gaAction?n.gaAction:"Click";window.ga("send","event",n.gaCategory,t,n.gaLabel,{hitCallback:function(){}})})})},{"./utils":20}],6:[function(){"use strict";document.documentElement.classList.remove("nojs");window.$LAB&&$LAB.setGlobalDefaults({AllowDuplicates:!1})},{}],7:[function(n,t,i){"use strict";function h(n){if(Array.isArray(n)){for(var t=0,i=Array(n.length);t<n.length;t++)i[t]=n[t];return i}return Array.from(n)}function l(n,t){if(!(n instanceof t))throw new TypeError("Cannot call a class as a function");}var e,o,s;Object.defineProperty(i,"__esModule",{value:!0});var a=Object.assign||function(n){for(var i,r,t=1;t<arguments.length;t++){i=arguments[t];for(r in i)Object.prototype.hasOwnProperty.call(i,r)&&(n[r]=i[r])}return n},v=function(){function n(n,t){for(var i,r=0;r<t.length;r++)i=t[r],i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(n,i.key,i)}return function(t,i,r){return i&&n(t.prototype,i),r&&n(t,r),t}}(),u=n("./utils"),f="js-masonry-active",r=[],c=function(){function n(t){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(l(this,n),this.container="string"==typeof t?document.querySelector(t):t,!t)throw Error("Masonry: Cannot find specified container element.");a(this,{itemSelector:"> section",updateOnResize:!0,columnWidth:310,gutter:0,useTransforms:!0},i);this.cache={columnCount:1};this.container.masonry=this;r.push(this);this.update()}return v(n,[{key:"getItems",value:function(){var n,t;return this.itemSelector.length&&">"===this.itemSelector[0]?(n="masonry-container-"+r.indexOf(this),this.container.classList.add(n),t=u.queryAll(document,"."+n+" "+this.itemSelector),this.container.classList.remove(n),t):u.queryAll(this.container,this.itemSelector)}},{key:"getColumnCount",value:function(){var n=this.container.offsetWidth+this.gutter,t=this.columnWidth+this.gutter;return Math.max(Math.floor(n/t),1)}},{key:"xToCol",value:function(n){return Math.min(Math.floor(n/this.columnWidth),this.cache.columnCount)}},{key:"getColumnsSpanned",value:function(n){return Math.max(Math.ceil(n.offsetWidth/this.columnWidth),1)}},{key:"layout",value:function(){var l=this.getItems(),n,a,v,e,s,t,i,u,y,c;if(l.length){for(this.container.classList.add(f),n=[],a=0;a<this.cache.columnCount;a++)n.push(0);for(v=this.container.querySelectorAll(".masonry-container > .js-masonry-prepositioned"),e=0;e<v.length;e++)for(var r=v[e],p=this.xToCol(r.offsetLeft),w=this.xToCol(r.offsetLeft+r.offsetWidth-1),o=p;o<=w;o++)n[o]=Math.max(r.offsetTop+r.offsetHeight,n[o]);for(s=0;s<l.length;s++)if(t=l[s],t.classList.add("js-masonry-item"),!t.classList.contains("js-masonry-prepositioned")){for(i=0,u=1;u<n.length;u++)n[i]>n[u]&&(i=u);for(y=1,t.classList.contains("js-masonry-measure")&&(y=Math.min(this.getColumnsSpanned(t),n.length))>n.length-i&&(i=0),t.style.top=n[i]+"px",t.style.left=this.columnWidth*i+"px",c=0;c<y;c++)n[i+c]+=t.offsetHeight;t.classList.contains("js-masonry-spacer")&&function(){var t=Math.max.apply(Math,h(n));n=n.map(function(n){return Math.max(t,n)})}()}this.container.style.height=Math.max.apply(Math,h(n))+"px"}}},{key:"reset",value:function(){var n=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.container.classList.remove(f);this.container.style.height="";n&&this.getItems().forEach(function(n){n.classList.remove("js-masonry-item");n.style.top="";n.style.left=""})}},{key:"update",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],n=this.getColumnCount(),i=!0===t||this.cache.columnCount!==n;this.cache.columnCount=n;i&&(n>1?this.layout():this.reset())}},{key:"destroy",value:function(){this.reset(!0);r.splice(r.indexOf(this),1)}}]),n}();i.default=c;e=document.createElement("style");e.innerHTML="\n  ."+f+" {\n    position: relative;\n  }\n  ."+f+" .js-masonry-item {\n    position: absolute;\n  }\n";e.appendChild(document.createTextNode(""));document.head.appendChild(e);o=function(){var n=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return r.forEach(function(t){return t.update(n)})};s=function(){return r.forEach(function(n){return n.reset()})};window.addEventListener("resize",u.debounce(function(){r.forEach(function(n){return n.updateOnResize&&n.update()})},50));document.body.addEventListener("typekitLoaded",o.bind(void 0,!0));"onbeforeprint"in window?(window.addEventListener("beforeprint",s),window.addEventListener("afterprint",o.bind(void 0,!1))):window.matchMedia&&window.matchMedia("print").addListener(function(n){n.matches?s():o()});u.queryAll(document,"[data-masonry]").forEach(function(n){var t={},i=n.getAttribute("data-masonry");i&&(t.itemSelector=i);new c(n,t)});window.masonry=r},{"./utils":20}],8:[function(n,t,i){"use strict";function o(){var n=document.createElement("style");n.appendChild(document.createTextNode(""));document.head.appendChild(n);n.id="maxlines-styles";n.sheet.insertRule(".font-baseline { visibility: hidden; height: 100px; }",0);n.sheet.insertRule(".font-baseline span:after { content: ''; height: 100%; display: inline-block; }",1)}function s(){document.head.removeChild(document.getElementById("maxlines-styles"))}function e(n){for(var i=[],t=n,t=t.firstChild;t;t=t.nextSibling)3===t.nodeType?i.push(t):i=i.concat(e(t));return i}function h(n){var i=document.createElement("div"),u=document.createElement("span"),e=void 0,o=n||document.body,f=window.getComputedStyle(o),s=[f.fontFamily,f.fontSize,f.fontWeight,f.lineHeight,f.letterSpacing].join("-"),t,c,l,h,a;return r.hasOwnProperty(s)?r[s]:"none"!==f.display?(t=document.createElement("div"),t.setAttribute("aria-hidden",!0),t.style.position="absolute",t.style.left="-99999999px",t.innerHTML="…",o.appendChild(t),c=2*t.getBoundingClientRect().width,o.removeChild(t),u.textContent="T",i.appendChild(u),i.classList.add("font-baseline"),o.appendChild(i),l=window.getComputedStyle(u),e=parseInt(l.lineHeight,10),u.style.lineHeight=0,h=u.offsetHeight,a=u.offsetTop+h-i.offsetHeight-i.offsetTop,e=e||h,i.parentNode.removeChild(i),r[s]={elipWidth:c,offset:(e-h)/2+a},r[s]):void 0}function u(n){o();n||f.queryAll(document,'[data-overflow="ellipsis"] .overflow-ellipsis').forEach(function(n){n.parentNode.removeChild(n)});var i=n?f.queryAll(document,'[data-overflow="ellipsis"]:not([data-overflow-checked="1"])'):f.queryAll(document,'[data-overflow="ellipsis"]'),t=document.createRange();i.forEach(function(n){var r,o,i,s;if(n.normalize(),r=h(n),r){var f=n.getBoundingClientRect(),u=f.bottom,c=Math.max(f.bottom,f.top+n.scrollHeight-1)-r.offset;for(t.selectNodeContents(n),o=u,i=n.parentNode;i&&1===i.nodeType;)"visible"!==window.getComputedStyle(i).overflow&&(o=i.getBoundingClientRect().bottom)<=u&&(u=o),i=i.parentNode;(n.setAttribute("data-overflow-checked",1),u>=c)||(s=e(n),s.reverse(),s.every(function(n){var i=[],e,o;for(n.textContent.replace(/([.,\s]+)/g,function(n,t,r){i.push(r)}),i.reverse(),e=0;e<i.length;e++)if(0!==i[e]){t.setStart(n,i[e]-1);t.setEnd(n,i[e]);var s=t.getBoundingClientRect(),h=s.bottom,c=s.right;if(window.screen.deviceXDPI&&(h/=window.screen.deviceXDPI/window.screen.logicalXDPI,c/=window.screen.deviceXDPI/window.screen.logicalXDPI),(h-=r.offset)<=u&&c+r.elipWidth<f.right)return o=document.createElement("span"),o.className="overflow-ellipsis",o.setAttribute("aria-hidden",!0),t.setStart(n,i[e]),t.setEnd(n,i[e]),t.surroundContents(o),void(o.innerHTML="…<br><br><br>"+o.innerHTML)}return!0}))}});s()}Object.defineProperty(i,"__esModule",{value:!0});i.default=u;var f=n("./utils"),r={};document.querySelector('[data-overflow="ellipsis"]')&&(u(),document.body.addEventListener("typekitLoaded",function(){return u(!0)}))},{"./utils":20}],9:[function(n){"use strict";function e(n){if(Array.isArray(n)){for(var t=0,i=Array(n.length);t<n.length;t++)i[t]=n[t];return i}return Array.from(n)}function o(){var n=window.wwwV8.flexchart.chart,i=document.querySelector(window.wwwV8.flexchart.container),t=document.createElement("ul");t.className="time-period-selector";i.insertBefore(t,i.firstChild);var f=new Date(n.data.labels[0].text),o=(new Date(n.data.labels[n.data.labels.length-1].text).getTime()-f.getTime())/864e5,r=n.metadata.axisX.axisRange/o,s=function(i,u){var f=document.createElement("li");return f.setAttribute("data-zoom-control",""),f.textContent=u,f.addEventListener("click",function(){0===i?n.zoom(1):n.zoomToRange(Math.floor(i*r));[].concat(e(t.querySelectorAll(".active"))).forEach(function(n){n.classList.remove("active")});f.classList.add("active")}),t.appendChild(f),f},u=[[-7,"1 Week"],[-30,"1 Month"],[-90,"3 Months"],[-180,"6 Months"],[-365,"1 Year"],[-730,"2 Years"],[0,"All"]].map(function(n){return 0!==n[0]&&3/Math.abs(n[0])>r?null:s(n[0],n[1])}).filter(function(n){return null!==n});u[u.length-1].classList.add("active")}function i(){var e=window.gel.dataviz.LineChart,h=(new DOMParser).parseFromString(f,"text/xml"),n=h.querySelector("data set"),c=h.querySelector("visualization").getAttribute("codename"),l=n.querySelector("c sc pre"),a=n.querySelector("c sc suf"),y=(l?l.textContent:"")+"{y}"+(a?a.textContent:""),p=t.queryAll(n,"rs r").map(function(n){return n.getAttribute("ed")||n.getAttribute("sd")}),i=[],u,v,r;(t.queryAll(n,"c").forEach(function(r){var u=r.getAttribute("ci"),f=[];t.queryAll(n,'rs p[ci="'+u+'"]').forEach(function(n){var t=parseFloat(n.textContent);f.push(isNaN(t)?null:t)});i.push({id:u,points:f,title:r.querySelector("l").textContent})}),"USCONSPDNG112723"===c)?(u=function(n){return Math.max.apply(null,n)-Math.min.apply(null,n)},i.sort(function(n,t){return u(t.points.map(function(n){return n.y}))-u(n.points.map(function(n){return n.y}))})):i.sort(function(n,t){return n.id-t.id});v=document.querySelector(window.wwwV8.flexchart.container);r=document.createElement("div");r.className="chart-container";v.appendChild(r);window.wwwV8.flexchart.chart=new e(r,{labels:p,lines:i,source:s},{unitFormat:y,mode:e.MODE_CUSTOM,height:300,showHeader:!1,showFooter:"CN482"!==c});o()}var t=n("../utils"),s="Gallup Daily Tracking",r=!1,u=!1,f=void 0;window.wwwV8.flexchart&&($LAB.script("/Gel-Github/dataviz/dataviz.js").wait(function(){r=!0;u&&i()}),t.ajax({method:"GET",url:window.wwwV8.flexchart.datasetUrl,success:function(n){u=!0;f=n;r&&i()}}))},{"../utils":20}],10:[function(n){"use strict";function t(n){if(Array.isArray(n)){for(var t=0,i=Array(n.length);t<n.length;t++)i[t]=n[t];return i}return Array.from(n)}function r(n){return window.gfwVersion?n+"?v="+window.gfwVersion:n}function i(n){var i=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],t=arguments.length>2&&void 0!==arguments[2]&&arguments[2]?[].concat(s):[];return i&&t.push(r(o+"/interactive-"+n+".css")),t.push(r(e+"/interactive-"+n+".js")),t}var f=n("../utils"),e="/Site-WwwV8/JavaScript/Interactives",o="/Site-WwwV8/CSS/Interactives",s=["//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js","//ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"],h={"poll/125066":[].concat(t(i("stateofstates"))),"poll/142631":[].concat(t(i("usleadership",!0,!0))),"poll/145913":[].concat(t(i("communitywellbeing",!0,!0))),"poll/145487":[].concat(t(i("employment",!1,!0))),"poll/154559":[].concat(t(i("electioncenter"))),"interactives/185273":[r("/Gel-Github/dataviz/dataviz.js")].concat(t(i("pjac")))},u=document.location.pathname.split("/");u.length>=2&&(h[u[1]+"/"+u[2]]||[]).forEach(function(n){/\.css(\?.*)?$/i.test(n)?f.loadCSS(n):$LAB.script(n)})},{"../utils":20}],11:[function(n,t,i){"use strict";function p(n){return n&&n.__esModule?n:{"default":n}}function nt(){var t,n,i;if(u)for(t=u.querySelectorAll("[data-tileid]:not(.js-clone)"),n=0;n<t.length;n++)i=t[n].getAttribute("data-tileid"),-1===y.indexOf(i)&&y.push(i)}function c(){var i,n,u,t,f;for(nt(),i=r.querySelectorAll("[data-tileid]"),n=0;n<i.length&&!(d>=it);n++)u=i[n].getAttribute("data-tileid"),y.indexOf(u)>-1&&(r.removeChild(i[n]),d++);t=r.querySelector(".type-speedbump");t&&(t.parentNode.removeChild(t),f=r.querySelector("section:nth-of-type(3)"),r.insertBefore(t,f))}function w(){var a,f,s,h,c,t,i,e,v;if(u){var o=r.querySelectorAll("section:not(.js-cloned)"),n=document.querySelectorAll(".masonry-container > section"),l=void 0;if(u.querySelector(".news-tile-group")){for(a=n.length,f=n.length-1;f>=0;f--)if(n[f].classList.contains("news-tile-group")){a=f;break}l=Math.min(a+4,n.length)}else l=2;for(s=[],h=l;h<n.length;h+=3)s.push(n[h]);for(c=0,t=0;t<o.length&&!(o.length-t<3);t+=3){for(i=document.createElement("section"),e=0;e<3;e++)v=o[t+e].cloneNode(!0),v.classList.add("js-clone"),i.appendChild(v),o[t+e].classList.add("js-cloned");if(i.classList.add("news-tile-group"),i.classList.add("cmstile"),i.classList.add("merged"),!(c<s.length))break;u.insertBefore(i,s[c]);c++}u.masonry&&u.masonry.update(!0)}}function o(){var f=parseInt(r.getAttribute("data-start"),10)||r.querySelectorAll(".type-release").length,s=document.querySelector("main.hp-main"),n=0,h,t,i,u;if(r.clientHeight?(h=r.lastElementChild.offsetTop+r.lastElementChild.offsetHeight,n=Math.floor((s.offsetHeight-h)/tt)):n=21-r.querySelectorAll(".type-release:not(.cloned)").length,e.length){for(t=Math.min(n,e.length),i=0;i<t;i++)r.appendChild(e.pop());0==(n-=t)&&c()}if(n>0)n+=10,a.ajax({method:"GET",url:"/newsfeed.aspx",params:{start:f,count:n},success:function(t){r.insertAdjacentHTML("beforeend",t);r.setAttribute("data-start",f+n);for(var i=0;i<10&&r.lastElementChild;i++)e.push(r.lastElementChild),r.removeChild(r.lastElementChild);c();document.body.classList.contains("cmsviewb")&&w();l.default(s,function(){o()})}});else if(n<0)for(u=n;u<0&&r.lastElementChild;u++)e.push(r.lastElementChild),r.removeChild(r.lastElementChild)}function b(){var t=parseInt(f.getAttribute("data-startpage"),10),i=parseInt(f.getAttribute("data-totalpages"),10),n=parseInt(f.getAttribute("data-currentpage"),10)+1,e=f.getAttribute("data-qs")||window.location.href.slice(window.location.href.indexOf("?")+1);t&&n<=i&&n>g?(f.style.opacity=.5,g=n,a.ajax({method:"GET",url:"/Search/raw.aspx?"+e.replace("&p="+t,"&p="+n),success:function(t){f.setAttribute("data-currentpage",n);n+1>i&&(h.style.display="none");u.insertAdjacentHTML("beforeend",t);s.default.blazyInstance.revalidate();f.style.opacity=1;u.masonry&&(u.masonry.update(!0),l.default(u,function(){u.masonry.update(!0)}),r&&o(),s.default.maxLines(!0))},error:function(){h.style.display="none"}})):h.style.display="none"}Object.defineProperty(i,"__esModule",{value:!0});var l=p(n("imagesloaded")),s=p(n("../tiles")),a=n("../utils"),k=window.wwwV8||{},r=document.querySelector("aside.newsfeed"),u=document.querySelector(".masonry-container"),tt=100,e=[],v=!1,y=[],d=0,it=8,h=document.querySelector(".content-more"),f=document.querySelector(".search-load-more"),g=-1;u&&l.default(u,function(){u.masonry&&u.masonry.update(!0);s.default.maxLines()});r&&(v=!!r.clientHeight,r.setAttribute("data-start",r.querySelectorAll(".type-release").length),c(),document.body.classList.contains("cmsviewb")&&w(),u&&u.masonry&&window.addEventListener("resize",a.debounce(function(){!!r.clientHeight!==v&&(u.masonry.update(!0),v=!!r.clientHeight)},50)),o());f&&(f.getAttribute("data-startpage")?f.addEventListener("click",b):h.style.display="none");k.tiles={loadTiles:b,loadNews:o,newsfeedContainer:r,maxLines:s.default.maxLines};i.default=k.tiles},{"../tiles":18,"../utils":20,imagesloaded:24}],12:[function(n,t,i){"use strict";function r(n,t){if(!(n instanceof t))throw new TypeError("Cannot call a class as a function");}Object.defineProperty(i,"__esModule",{value:!0});var u=Object.assign||function(n){for(var i,r,t=1;t<arguments.length;t++){i=arguments[t];for(r in i)Object.prototype.hasOwnProperty.call(i,r)&&(n[r]=i[r])}return n},f=function(){function n(n,t){for(var i,r=0;r<t.length;r++)i=t[r],i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(n,i.key,i)}return function(t,i,r){return i&&n(t.prototype,i),r&&n(t,r),t}}(),e=function(){function n(t){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};r(this,n);this.element=t;this.options=u({itemsPerPage:1,itemSelector:null},i);this.pages=[];this.indicators=[];this.selectedIndex=-1;this.create()}return f(n,[{key:"create",value:function(){var n=this,u=this.element,f=this.options,s=this.pages,e=void 0,o,t,i,r;for(e=f.itemSelector?u.querySelectorAll(f.itemSelector):u.children,this.createPage(u),this.selectedIndex=0,o=void 0,t=f.itemsPerPage;t<e.length;t++)t%f.itemsPerPage==0&&(o=this.createPage()),o.appendChild(e[t]);this.paginationControls=document.createElement("div");this.paginationControls.className="pagination-controls";u.parentElement.appendChild(this.paginationControls);i=this.prevPageButton=document.createElement("button");i.className="gel-btn gel-btn-link prev-page-btn";i.innerHTML='<span class="gel-icon-arrow-left"><\/span>';i.addEventListener("click",function(){n.showPage(n.selectedIndex-1)});this.paginationControls.appendChild(i);this.indicatorContainer=document.createElement("div");this.indicatorContainer.className="page-indicators";this.paginationControls.appendChild(this.indicatorContainer);this.indicators.forEach(function(t){n.indicatorContainer.appendChild(t)});r=this.nextPageButton=document.createElement("button");r.className="gel-btn gel-btn-link next-page-btn";r.innerHTML='<span class="gel-icon-arrow-right"><\/span>';r.addEventListener("click",function(){n.showPage(n.selectedIndex+1)});this.paginationControls.appendChild(r);this.showPage(0);s.length<2&&this.paginationControls.classList.add("hidden")}},{key:"createPage",value:function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,i=this.pages.length,t;return n||((n=document.createElement("div")).className=this.element.className,n.classList.add("hidden"),this.element.parentElement.insertBefore(n,this.element.nextSiblingElement)),n.setAttribute("data-page-index",i),t=document.createElement("span"),t.className="page-indicator",t.setAttribute("data-page-index",i),this.pages.push(n),this.indicators.push(t),n}},{key:"showPage",value:function(n){this.selectedIndex>-1&&(this.pages[this.selectedIndex].classList.remove("active"),this.pages[this.selectedIndex].classList.add("hidden"),this.indicators[this.selectedIndex].classList.remove("active"));this.pages[n].classList.remove("hidden");this.pages[n].classList.add("active");this.indicators[n].classList.add("active");this.selectedIndex=n;this.prevPageButton.disabled=0===this.selectedIndex;this.nextPageButton.disabled=this.selectedIndex===this.pages.length-1}}]),n}();i.default=e},{}],13:[function(n,t,i){"use strict";function r(){for(var n,i,t=0;t<u.length;t++)n=u[t],i=n.placeholder.getBoundingClientRect(),i.top<0?(n.classList.add("item-pinned"),n.style.position="fixed",n.style.top=0,n.style.left=0,n.style.width="100%",n.style.height="",n.style.zIndex=1):(n.classList.remove("item-pinned"),n.style.position="absolute",n.style.top=n.placeholder.offsetTop+"px",n.style.left=n.placeholder.offsetLeft+"px",n.style.width=i.width+"px",n.style.height=i.height+"px",n.style.zIndex="")}function o(n){var u=n.getBoundingClientRect(),i=window.getComputedStyle(n),r=document.createElement("div"),t=r.style;return t.height=u.height+"px",t.marginTop=i.marginTop,t.marginLeft=i.marginLeft,t.marginBottom=i.marginBottom,t.marginRight=i.marginRight,t.cssFloat=i.cssFloat,t.fontSize="1em",t.position="static",t.padding=t.border=t.borderSpacing=0,r}function f(n){var t=n;t.placeholder=o(t);t.parentNode.insertBefore(t.placeholder,t.nextSibling);t.parentNode.style.position="relative";u.push(t);r()}Object.defineProperty(i,"__esModule",{value:!0});i.update=r;i.pin=f;var e=function(n){return n&&n.__esModule?n:{"default":n}}(n("lodash/throttle")),u=[];[].concat(function(n){if(Array.isArray(n)){for(var t=0,i=Array(n.length);t<n.length;t++)i[t]=n[t];return i}return Array.from(n)}(document.querySelectorAll(".item-pinnable"))).forEach(f);document.addEventListener("scroll",e.default(r,30));window.addEventListener("resize",e.default(r,30))},{"lodash/throttle":36}],14:[function(n){"use strict";function i(n){var i=n||window.event,t=i.target||i.srcElement;t.value===t.getAttribute("placeholder")&&(t.value="",t.classList.remove("placeholder"))}function r(n){var i=n||window.event,t=i.target||i.srcElement;""!==t.value&&t.value!==t.getAttribute("placeholder")||(t.value=t.getAttribute("placeholder"),t.classList.add("placeholder"))}function u(n){var i=n||window.event,r=i.target||i.srcElement;t.queryAll(r,"[placeholder]").forEach(function(n){n.value===n.getAttribute("placeholder")&&(n.value="")})}var t=n("./utils");"placeholder"in document.createElement("input")||(t.queryAll(document,"[placeholder]").forEach(function(n){n.addEventListener("focus",i);n.addEventListener("blur",r);n.blur()}),t.queryAll(document,"form").forEach(function(n){n.querySelector("[placeholder]")&&n.addEventListener("submit",u)}))},{"./utils":20}],15:[function(n){"use strict";n("./utils").queryAll(document,".position-sticky").forEach(function(n){return window.Stickyfill.add(n)})},{"./utils":20}],16:[function(n,t,i){"use strict";function r(n){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:500,e=arguments.length>3&&void 0!==arguments[3]?arguments[3]:f.easeInOutCubic,o=document.documentElement.scrollTop||document.body.parentNode.scrollTop||document.body.scrollTop,s=n.getBoundingClientRect().top,i=0,u=void 0;!function n(){var h=(new Date).getTime(),f;i+=h-(u||h);u=h;f=e(i,o,s,r);document.documentElement.scrollTop=f;document.body.parentNode.scrollTop=f;document.body.scrollTop=f;i<r?requestAnimationFrame(n):t&&"function"==typeof t&&t()}()}Object.defineProperty(i,"__esModule",{value:!0});i.easings=void 0;i.scrollToElement=r;var u=n("./utils"),f=i.easings={linear:function(n,t,i,r){return i*n/r+t},easeInOutQuad:function(n,t,i,r){return(n/=r/2)<1?i/2*n*n+t:(n--,-i/2*(n*(n-2)-1)+t)},easeInOutCubic:function(n,t,i,r){return(n/=r/2)<1?i/2*n*n*n+t:(n-=2,i/2*(n*n*n+2)+t)}};u.queryAll(document,"[data-scroll-to]").forEach(function(n){var t=document.querySelector(n.getAttribute("data-scroll-to"));t&&n.addEventListener("click",function(n){r(t);"A"===t.tagName&&n.preventDefault()})});window.wwwV8=window.wwwV8||{};window.wwwV8.scrollToElement=r},{"./utils":20}],17:[function(){"use strict";var n=document.querySelector("#share-article-modal .share-url input");n&&n.addEventListener("click",function(){n.focus();n.select()})},{}],18:[function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(i,"__esModule",{value:!0});var u=r(n("blazy")),f=r(n("./max-lines")),e=new u.default;i.default={maxLines:f.default,blazyInstance:e}},{"./max-lines":8,blazy:21}],19:[function(n){"use strict";var t=n("./utils");!function(n){if(!(Math.max(document.documentElement.clientWidth,window.innerWidth||0)<=768)){var r,u={kitId:"vyo1abu",scriptTimeout:3e3,active:function(){t.emit(document.body,"typekitLoaded")}},f=n.documentElement,s=setTimeout(function(){f.className=f.className.replace(/\bwf-loading\b/g,"")+" wf-inactive"},u.scriptTimeout),i=n.createElement("script"),e=!1,o=n.getElementsByTagName("script")[0];f.className+=" wf-loading";i.src="//use.typekit.net/"+u.kitId+".js";i.async=!0;i.onload=i.onreadystatechange=function(){if(r=this.readyState,!(e||r&&"complete"!=r&&"loaded"!=r)){e=!0;clearTimeout(s);try{Typekit.load(u)}catch(n){}}};o.parentNode.insertBefore(i,o)}}(document)},{"./utils":20}],20:[function(n,t,i){"use strict";function r(n,t){var i=document.createEvent("Event");i.initEvent(t,!0,!0);n.dispatchEvent(i)}function u(n){var t=h({method:"GET",params:{}},n),r,i;(t.method=t.method.toUpperCase(),"GET"===t.method)&&(r=Object.keys(t.params).map(function(n){return n+"="+t.params[n]}).join("&"),t.url+="?"+r);i=new XMLHttpRequest;i.open(t.method,t.url,!0);t.success&&"function"==typeof t.success&&i.addEventListener("load",function(){i.status>=200&&i.status<400?t.success(i.responseText):t.error&&"function"==typeof t.error&&t.error()});t.error&&"function"==typeof t.error&&i.addEventListener("error",t.error);t.contentType&&i.setRequestHeader("Content-Type",t.contentType);"POST"===t.method?(t.contentType||i.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=utf-8"),i.send(t.params)):i.send()}function f(n,t){for(;(n=n.parentElement)&&!n.classList.contains(t););return n}function e(n){var t=document.createElement("link");t.rel="stylesheet";t.href=n;document.head.appendChild(t)}function o(n,t,i){var u=this,r=void 0;return function(){var f=u,e=[n,t,i],o=function(){r=null;i||n.apply(f,e)},s=i&&!r;clearTimeout(r);r=setTimeout(o,t);s&&n.apply(f,e)}}function s(n,t){return Array.prototype.slice.call(n.querySelectorAll(t))}Object.defineProperty(i,"__esModule",{value:!0});var h=Object.assign||function(n){for(var i,r,t=1;t<arguments.length;t++){i=arguments[t];for(r in i)Object.prototype.hasOwnProperty.call(i,r)&&(n[r]=i[r])}return n};i.emit=r;i.ajax=u;i.findAncestor=f;i.loadCSS=e;i.debounce=o;i.queryAll=s},{}],21:[function(n,t,i){!function(n,r){"function"==typeof define&&define.amd?define(r):"object"==typeof i?t.exports=r():n.Blazy=r()}(this,function(){"use strict";function a(n){var t=n._util;t.elements=rt(n.options);t.count=t.elements.length;t.destroyed&&(t.destroyed=!1,n.options.container&&i(n.options.container,function(n){r(n,"scroll",t.validateT)}),r(window,"resize",t.saveViewportOffsetT),r(window,"resize",t.validateT),r(window,"scroll",t.validateT));v(n)}function v(n){for(var r,t=n._util,i=0;i<t.count;i++)r=t.elements[i],(it(r,n.options)||h(r,n.options.successClass))&&(n.load(r),t.elements.splice(i,1),t.count--,i--);0===t.count&&n.destroy()}function it(t,i){var f=t.getBoundingClientRect(),u,r;if(i.container&&nt&&(u=t.closest(i.containerClass),u)){if(r=u.getBoundingClientRect(),e(r,n)){var o=r.top-i.offset,s=r.right+i.offset,h=r.bottom+i.offset,c=r.left-i.offset;return e(f,{top:o>n.top?o:n.top,right:s<n.right?s:n.right,bottom:h<n.bottom?h:n.bottom,left:c>n.left?c:n.left})}return!1}return e(f,n)}function e(n,t){return n.right>=t.left&&n.bottom>=t.top&&n.left<=t.right&&n.top<=t.bottom}function y(n,f,e){var y;if(!h(n,e.successClass)&&(f||e.loadInvisible||n.offsetWidth>0&&n.offsetHeight>0))if(y=u(n,l)||u(n,e.src),y){var nt=y.split(e.separator),v=nt[g&&nt.length>1?1:0],it=u(n,e.srcset),rt=s(n,"img"),b=n.parentNode,ft=b&&s(b,"picture");if(rt||void 0===n.src){var a=new Image,k=function(){e.error&&e.error(n,"invalid");c(n,e.errorClass);t(a,"error",k);t(a,"load",d)},d=function(){rt?ft||w(n,v,it):n.style.backgroundImage='url("'+v+'")';o(n,e);t(a,"load",d);t(a,"error",k)};ft&&(a=n,i(b.getElementsByTagName("source"),function(n){p(n,tt,e.srcset)}));r(a,"error",k);r(a,"load",d);w(a,v,it)}else n.src=v,o(n,e)}else s(n,"video")?(i(n.getElementsByTagName("source"),function(n){p(n,ut,e.src)}),n.load(),o(n,e)):(e.error&&e.error(n,"missing"),c(n,e.errorClass))}function o(n,t){c(n,t.successClass);t.success&&t.success(n);f(n,t.src);f(n,t.srcset);i(t.breakpoints,function(t){f(n,t.src)})}function p(n,t,i){var r=u(n,i);r&&(b(n,t,r),f(n,i))}function w(n,t,i){i&&b(n,tt,i);n.src=t}function b(n,t,i){n.setAttribute(t,i)}function u(n,t){return n.getAttribute(t)}function f(n,t){n.removeAttribute(t)}function s(n,t){return n.nodeName.toLowerCase()===t}function h(n,t){return-1!==(" "+n.className+" ").indexOf(" "+t+" ")}function c(n,t){h(n,t)||(n.className+=" "+t)}function rt(n){for(var t=[],i=n.root.querySelectorAll(n.selector),r=i.length;r--;t.unshift(i[r]));return t}function k(t){n.bottom=(window.innerHeight||document.documentElement.clientHeight)+t;n.right=(window.innerWidth||document.documentElement.clientWidth)+t}function r(n,t,i){n.attachEvent?n.attachEvent&&n.attachEvent("on"+t,i):n.addEventListener(t,i,{capture:!1,passive:!0})}function t(n,t,i){n.detachEvent?n.detachEvent&&n.detachEvent("on"+t,i):n.removeEventListener(t,i,{capture:!1,passive:!0})}function i(n,t){if(n&&t)for(var r=n.length,i=0;i<r&&!1!==t(n[i],i);i++);}function d(n,t,i){var r=0;return function(){var u=+new Date;u-r<t||(r=u,n.apply(i,arguments))}}var l,n,g,nt,ut="src",tt="srcset";return function(r){var e,u,f;document.querySelectorAll||(e=document.createStyleSheet(),document.querySelectorAll=function(n,t,i,r,u){for(u=document.all,t=[],i=(n=n.replace(/\[for\b/gi,"[htmlFor").split(",")).length;i--;){for(e.addRule(n[i],"k:v"),r=u.length;r--;)u[r].currentStyle.k&&t.push(u[r]);e.removeRule(0)}return t});u=this;f=u._util={};f.elements=[];f.destroyed=!0;u.options=r||{};u.options.error=u.options.error||!1;u.options.offset=u.options.offset||100;u.options.root=u.options.root||document;u.options.success=u.options.success||!1;u.options.selector=u.options.selector||".b-lazy";u.options.separator=u.options.separator||"|";u.options.containerClass=u.options.container;u.options.container=!!u.options.containerClass&&document.querySelectorAll(u.options.containerClass);u.options.errorClass=u.options.errorClass||"b-error";u.options.breakpoints=u.options.breakpoints||!1;u.options.loadInvisible=u.options.loadInvisible||!1;u.options.successClass=u.options.successClass||"b-loaded";u.options.validateDelay=u.options.validateDelay||25;u.options.saveViewportOffsetDelay=u.options.saveViewportOffsetDelay||50;u.options.srcset=u.options.srcset||"data-srcset";u.options.src=l=u.options.src||"data-src";nt=Element.prototype.closest;g=window.devicePixelRatio>1;(n={}).top=0-u.options.offset;n.left=0-u.options.offset;u.revalidate=function(){a(u)};u.load=function(n,t){var r=this.options;n&&void 0===n.length?y(n,t,r):i(n,function(n){y(n,t,r)})};u.destroy=function(){var n=u._util;u.options.container&&i(u.options.container,function(i){t(i,"scroll",n.validateT)});t(window,"scroll",n.validateT);t(window,"resize",n.validateT);t(window,"resize",n.saveViewportOffsetT);n.count=0;n.elements.length=0;n.destroyed=!0};f.validateT=d(function(){v(u)},u.options.validateDelay,u);f.saveViewportOffsetT=d(function(){k(u.options.offset)},u.options.saveViewportOffsetDelay,u);k(u.options.offset);i(u.options.breakpoints,function(n){if(n.width>=window.screen.width)return l=n.src,!1});setTimeout(function(){a(u)})}})},{}],22:[function(n,t){!function(n,i){"function"==typeof define&&define.amd?define(i):"object"==typeof t&&t.exports?t.exports=i():n.EvEmitter=i()}("undefined"!=typeof window?window:this,function(){"use strict";function t(){}var n=t.prototype;return n.on=function(n,t){if(n&&t){var i=this._events=this._events||{},r=i[n]=i[n]||[];return-1==r.indexOf(t)&&r.push(t),this}},n.once=function(n,t){if(n&&t){this.on(n,t);var i=this._onceEvents=this._onceEvents||{};return(i[n]=i[n]||{})[t]=!0,this}},n.off=function(n,t){var i=this._events&&this._events[n],r;if(i&&i.length)return r=i.indexOf(t),-1!=r&&i.splice(r,1),this},n.emitEvent=function(n,t){var r=this._events&&this._events[n],f,i,u,e;if(r&&r.length){for(f=0,i=r[f],t=t||[],u=this._onceEvents&&this._onceEvents[n];i;)e=u&&u[i],e&&(this.off(n,i),delete u[i]),i.apply(this,t),i=r[f+=e?0:1];return this}},t})},{}],23:[function(n,t){!function(n,i){"function"==typeof define&&define.amd?define(i):"object"==typeof t&&t.exports?t.exports=i():(n.gel=n.gel||{},n.gel.autocomplete=i())}(this,function(){"use strict";function n(n,t){var i=document.createEvent("Event");i.initEvent(t,!0,!0);n.dispatchEvent(i)}function t(n){var t=0,i=0;if(n.offsetParent)do t+=n.offsetTop,i+=n.offsetLeft;while(n=n.offsetParent);return{top:t,left:i}}function i(n,t,i){var r;return function(){var u=this,f=arguments,e=function(){r=null;i||n.apply(u,f)},o=i&&!r;clearTimeout(r);r=setTimeout(e,t);o&&n.apply(u,f)}}return function(r){function h(n){if(!(e<1||[38,40,13,9].indexOf(n.which)<0)){var t=u.suggestionsList.querySelector(".highlighted");38===n.which?(t&&t.previousElementSibling?u.highlight(t.previousElementSibling):u.highlight(u.suggestionsList.lastElementChild),n.preventDefault()):40===n.which?(t&&t.nextElementSibling?u.highlight(t.nextElementSibling):u.highlight(u.suggestionsList.firstElementChild),n.preventDefault()):13===n.which?t&&(u.select(t),n.preventDefault()):9==n.which&&u.hide()}}function c(){var n=u.element.value,t;s!==n&&((s=n,n.length>=u.minCharacters)?(t=w(n),t?u.update(t):(clearTimeout(y),y=setTimeout(function(){u.sourceIsStatic?u.update(v(n)):u.source(n,u.update)},u.delay))):u.update())}function l(){u.show()}function a(n){n.target===u.element||u.container.contains(n.target)||u.hide()}function v(n,t){if((t=t||u.source).length<1)return[];var i=new RegExp(n,"i");return"string"==typeof t[0]?t.filter(function(n){return i.test(n)}):t.filter(function(n){return i.test(n.label)})}function w(n){if(o[n])return o[n];if(!u.exactMatch)return null;for(var t,i,r,f=0;f<n.length&&(t=o[n.slice(0,f+1)]);f++)if(t.length<u.maxSuggestions||t.length<i)r=t,i=t.length;else{if(void 0!==i)break;i=t.length}return r?v(n,r):null}var o,s,f,e,y,u,p;r?r.hasOwnProperty("element")&&r.element instanceof Element?r.hasOwnProperty("source")&&(Array.isArray(r.source)||"function"==typeof r.source)?(u=this,u.element=r.element,u.container=r.hasOwnProperty("container")&&r.container instanceof Element?r.container:null,u.suggestionsList=document.createElement("ul"),u.source=r.source,u.sourceIsStatic=Array.isArray(r.source),u.cssClass=r.hasOwnProperty("cssClass")?r.cssClass:null,u.delay=r.hasOwnProperty("delay")?r.delay:u.sourceIsStatic?0:250,u.minCharacters=r.hasOwnProperty("minCharacters")?r.minCharacters:1,u.hideOnOutsideClick=!r.hasOwnProperty("hideOnOutsideClick")||r.hideOnOutsideClick,u.maxSuggestions=r.hasOwnProperty("maxSuggestions")?r.maxSuggestions:-1,u.maxSuggestionsDisplayed=r.hasOwnProperty("maxSuggestionsDisplayed")?r.maxSuggestionsDisplayed:-1,u.exactMatch=!r.hasOwnProperty("exactMatch")||r.exactMatch,u.selfPosition=!!r.hasOwnProperty("selfPosition")&&r.selfPosition,Object.defineProperty(u,"isHidden",{get:function(){return f}}),Object.defineProperty(u,"suggestionsCount",{get:function(){return e}}),u.init=function(){if(o={},s="",e=0,u.element.addEventListener("keydown",h),u.element.addEventListener("keyup",c),u.element.addEventListener("focus",l),u.hideOnOutsideClick&&document.addEventListener("click",a),u.selfPosition)u.container=document.createElement("div"),document.body.appendChild(u.container),u.container.style.position="absolute",u.reposition(),window.addEventListener("resize",p);else if(!u.container){var n=document.createElement("div");n.className="gel-autocomplete-wrapper";u.element.parentElement.insertBefore(n,u.element);n.appendChild(u.element);u.container=document.createElement("div");n.appendChild(u.container)}u.container.classList.add("gel-autocomplete");"string"==typeof u.cssClass&&u.container.classList.add(u.cssClass);u.container.appendChild(u.suggestionsList);u.hide()},u.destroy=function(){u.element.removeEventListener("keydown",h);u.element.removeEventListener("keyup",c);u.element.removeEventListener("focus",l);document.removeEventListener("click",a);u.container.removeChild(u.suggestionsList)},u.show=function(){!f||e<1||(u.suggestionsList.style.display="",u.suggestionsList.setAttribute("aria-hidden",!1),f=!1,u.reposition(),n(u.suggestionsList,"gel.ac.show"))},u.hide=function(){f||(u.suggestionsList.style.display="none",u.suggestionsList.setAttribute("aria-hidden",!0),f=!0,n(u.suggestionsList,"gel.ac.hide"))},u.update=function(t){if(!t||t.length<1)u.clearSuggestions();else if(Array.isArray(t)){o[s]=t;u.maxSuggestionsDisplayed>0&&(t=t.slice(0,u.maxSuggestionsDisplayed));var i="object"==typeof t[0];u.suggestionsList.innerHTML="";t.forEach(function(n){var t=document.createElement("li"),r;i?(t.setAttribute("data-autocomplete-value",n.value),n.hasOwnProperty("href"))?(r=document.createElement("a"),r.href=n.href,r.innerHTML=n.label,t.appendChild(r)):t.innerHTML=n.label:(t.setAttribute("data-autocomplete-value",n),t.innerHTML=n);t.addEventListener("click",function(){u.select(this)});t.addEventListener("mouseenter",function(){u.highlight(this)});u.suggestionsList.appendChild(t)});e=t.length;document.activeElement===u.element&&u.show();n(u.suggestionsList,"gel.ac.update")}else console.log("Error: Invalid suggestions array")},u.select=function(t){var i=t.querySelector("a[href]");i?window.location=i.href:(u.element.value=t.getAttribute("data-autocomplete-value"),s=t.getAttribute("data-autocomplete-value"),u.clearSuggestions());n(t,"gel.ac.itemselect")},u.highlight=function(t){u.clearHighlighted();t.classList.add("highlighted");n(t,"gel.ac.itemhighlight")},u.clearHighlighted=function(){Array.prototype.forEach.call(u.suggestionsList.querySelectorAll(".highlighted"),function(n){n.classList.remove("highlighted")})},u.clearSuggestions=function(){u.suggestionsList.innerHTML="";e=0;u.hide()},u.reposition=function(){if(u.selfPosition&&!f){var i=t(u.element);u.container.style.left=i.left+"px";u.container.style.top=i.top+u.element.offsetHeight+"px";u.container.style.width=u.element.offsetWidth+"px";n(u.container,"gel.ac.reposition")}},p=i(function(){u.reposition()},100),u.init()):console.log("Error: Invalid source provided -- must be an array or function"):console.log("Error: Invalid input element provided"):console.log("Error: No options object passed")}})},{}],24:[function(n,t){!function(i,r){"use strict";"function"==typeof define&&define.amd?define(["ev-emitter/ev-emitter"],function(n){return r(i,n)}):"object"==typeof t&&t.exports?t.exports=r(i,n("ev-emitter")):i.imagesLoaded=r(i,i.EvEmitter)}("undefined"!=typeof window?window:this,function(n,t){"use strict";function e(n,t){for(var i in t)n[i]=t[i];return n}function h(n){var t=[],i;if(Array.isArray(n))t=n;else if("number"==typeof n.length)for(i=0;i<n.length;i++)t.push(n[i]);else t.push(n);return t}function i(n,t,r){if(!(this instanceof i))return new i(n,t,r);"string"==typeof n&&(n=document.querySelectorAll(n));this.elements=h(n);this.options=e({},this.options);"function"==typeof t?r=t:e(this.options,t);r&&this.on("always",r);this.getImages();f&&(this.jqDeferred=new f.Deferred);setTimeout(function(){this.check()}.bind(this))}function r(n){this.img=n}function u(n,t){this.url=n;this.element=t;this.img=new Image}var f=n.jQuery,o=n.console,s;return i.prototype=Object.create(t.prototype),i.prototype.options={},i.prototype.getImages=function(){this.images=[];this.elements.forEach(this.addElementImages,this)},i.prototype.addElementImages=function(n){var i,r,t,f,u,e;if("IMG"==n.nodeName&&this.addImage(n),!0===this.options.background&&this.addElementBackgroundImages(n),i=n.nodeType,i&&s[i]){for(r=n.querySelectorAll("img"),t=0;t<r.length;t++)f=r[t],this.addImage(f);if("string"==typeof this.options.background)for(u=n.querySelectorAll(this.options.background),t=0;t<u.length;t++)e=u[t],this.addElementBackgroundImages(e)}},s={1:!0,9:!0,11:!0},i.prototype.addElementBackgroundImages=function(n){var i=getComputedStyle(n),r,t,u;if(i)for(r=/url\((['"])?(.*?)\1\)/gi,t=r.exec(i.backgroundImage);null!==t;)u=t&&t[2],u&&this.addBackground(u,n),t=r.exec(i.backgroundImage)},i.prototype.addImage=function(n){var t=new r(n);this.images.push(t)},i.prototype.addBackground=function(n,t){var i=new u(n,t);this.images.push(i)},i.prototype.check=function(){function n(n,i,r){setTimeout(function(){t.progress(n,i,r)})}var t=this;this.progressedCount=0;this.hasAnyBroken=!1;this.images.length?this.images.forEach(function(t){t.once("progress",n);t.check()}):this.complete()},i.prototype.progress=function(n,t,i){this.progressedCount++;this.hasAnyBroken=this.hasAnyBroken||!n.isLoaded;this.emitEvent("progress",[this,n,t]);this.jqDeferred&&this.jqDeferred.notify&&this.jqDeferred.notify(this,n);this.progressedCount==this.images.length&&this.complete();this.options.debug&&o&&o.log("progress: "+i,n,t)},i.prototype.complete=function(){var t=this.hasAnyBroken?"fail":"done",n;(this.isComplete=!0,this.emitEvent(t,[this]),this.emitEvent("always",[this]),this.jqDeferred)&&(n=this.hasAnyBroken?"reject":"resolve",this.jqDeferred[n](this))},r.prototype=Object.create(t.prototype),r.prototype.check=function(){this.getIsImageComplete()?this.confirm(0!==this.img.naturalWidth,"naturalWidth"):(this.proxyImage=new Image,this.proxyImage.addEventListener("load",this),this.proxyImage.addEventListener("error",this),this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.proxyImage.src=this.img.src)},r.prototype.getIsImageComplete=function(){return this.img.complete&&void 0!==this.img.naturalWidth},r.prototype.confirm=function(n,t){this.isLoaded=n;this.emitEvent("progress",[this,this.img,t])},r.prototype.handleEvent=function(n){var t="on"+n.type;this[t]&&this[t](n)},r.prototype.onload=function(){this.confirm(!0,"onload");this.unbindEvents()},r.prototype.onerror=function(){this.confirm(!1,"onerror");this.unbindEvents()},r.prototype.unbindEvents=function(){this.proxyImage.removeEventListener("load",this);this.proxyImage.removeEventListener("error",this);this.img.removeEventListener("load",this);this.img.removeEventListener("error",this)},u.prototype=Object.create(r.prototype),u.prototype.check=function(){this.img.addEventListener("load",this);this.img.addEventListener("error",this);this.img.src=this.url;this.getIsImageComplete()&&(this.confirm(0!==this.img.naturalWidth,"naturalWidth"),this.unbindEvents())},u.prototype.unbindEvents=function(){this.img.removeEventListener("load",this);this.img.removeEventListener("error",this)},u.prototype.confirm=function(n,t){this.isLoaded=n;this.emitEvent("progress",[this,this.element,t])},i.makeJQueryPlugin=function(t){(t=t||n.jQuery)&&((f=t).fn.imagesLoaded=function(n,t){return new i(this,n,t).jqDeferred.promise(f(this))})},i.makeJQueryPlugin(),i})},{"ev-emitter":22}],25:[function(n,t){var i=n("./_root").Symbol;t.exports=i},{"./_root":30}],26:[function(n,t){function u(n){return null==n?void 0===n?s:o:r&&r in Object(n)?f(n):e(n)}var i=n("./_Symbol"),f=n("./_getRawTag"),e=n("./_objectToString"),o="[object Null]",s="[object Undefined]",r=i?i.toStringTag:void 0;t.exports=u},{"./_Symbol":25,"./_getRawTag":28,"./_objectToString":29}],27:[function(n,t){(function(n){var i="object"==typeof n&&n&&n.Object===Object&&n;t.exports=i}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],28:[function(n,t){function f(n){var u=e.call(n,i),f=n[i],t,r;try{n[i]=void 0;t=!0}catch(n){}return r=o.call(n),t&&(u?n[i]=f:delete n[i]),r}var r=n("./_Symbol"),u=Object.prototype,e=u.hasOwnProperty,o=u.toString,i=r?r.toStringTag:void 0;t.exports=f},{"./_Symbol":25}],29:[function(n,t){function i(n){return r.call(n)}var r=Object.prototype.toString;t.exports=i},{}],30:[function(n,t){var i=n("./_freeGlobal"),r="object"==typeof self&&self&&self.Object===Object&&self,u=i||r||Function("return this")();t.exports=u},{"./_freeGlobal":27}],31:[function(n,t){function u(n,t,u){function k(t){var i=l,r=a;return l=a=void 0,y=t,v=n.apply(r,i)}function rt(n){return y=n,h=setTimeout(p,t),it?k(n):v}function ut(n){var r=n-y,i=t-(n-c);return b?s(i,w-r):i}function nt(n){var i=n-c,r=n-y;return void 0===c||i>=t||i<0||b&&r>=w}function p(){var n=i();if(nt(n))return tt(n);h=setTimeout(p,ut(n))}function tt(n){return h=void 0,g&&l?k(n):(l=a=void 0,v)}function ft(){void 0!==h&&clearTimeout(h);y=0;l=c=a=h=void 0}function et(){return void 0===h?v:tt(i())}function d(){var n=i(),r=nt(n);if(l=arguments,a=this,c=n,r){if(void 0===h)return rt(c);if(b)return h=setTimeout(p,t),k(c)}return void 0===h&&(h=setTimeout(p,t)),v}var l,a,w,v,h,c,y=0,it=!1,b=!1,g=!0;if("function"!=typeof n)throw new TypeError(e);return t=r(t)||0,f(u)&&(it=!!u.leading,w=(b="maxWait"in u)?o(r(u.maxWait)||0,t):w,g="trailing"in u?!!u.trailing:g),d.cancel=ft,d.flush=et,d}var f=n("./isObject"),i=n("./now"),r=n("./toNumber"),e="Expected a function",o=Math.max,s=Math.min;t.exports=u},{"./isObject":32,"./now":35,"./toNumber":37}],32:[function(n,t){function i(n){var t=typeof n;return null!=n&&("object"==t||"function"==t)}t.exports=i},{}],33:[function(n,t){function i(n){return null!=n&&"object"==typeof n}t.exports=i},{}],34:[function(n,t){function i(n){return"symbol"==typeof n||u(n)&&r(n)==f}var r=n("./_baseGetTag"),u=n("./isObjectLike"),f="[object Symbol]";t.exports=i},{"./_baseGetTag":26,"./isObjectLike":33}],35:[function(n,t){var i=n("./_root"),r=function(){return i.Date.now()};t.exports=r},{"./_root":30}],36:[function(n,t){function i(n,t,i){var e=!0,o=!0;if("function"!=typeof n)throw new TypeError(f);return u(i)&&(e="leading"in i?!!i.leading:e,o="trailing"in i?!!i.trailing:o),r(n,t,{leading:e,maxWait:t,trailing:o})}var r=n("./debounce"),u=n("./isObject"),f="Expected a function";t.exports=i},{"./debounce":31,"./isObject":32}],37:[function(n,t){function u(n){var t,u;return"number"==typeof n?n:f(n)?r:(i(n)&&(t="function"==typeof n.valueOf?n.valueOf():n,n=i(t)?t+"":t),"string"!=typeof n)?0===n?n:+n:(n=n.replace(e,""),u=s.test(n),u||h.test(n)?c(n.slice(2),u?2:8):o.test(n)?r:+n)}var i=n("./isObject"),f=n("./isSymbol"),r=NaN,e=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,h=/^0o[0-7]+$/i,c=parseInt;t.exports=u},{"./isObject":32,"./isSymbol":34}]},{},[1])