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,"undefined"!=typeof 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?"undefined"==typeof o?i(f,r):i.call(o,f,r):f,r+=1;return s.length=e,s}}()),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,e=r&&document.getElementById(r)||u&&document.querySelector(u);return{btn:i,collapse:e}};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"),i.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)},e=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(){e()});r.addEventListener("blur",function(){0!=r.value.length||o()||e()});u=i.querySelector(".navbar-mobile-header");u||(u=n.createElement("div"),u.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(){e()});u.appendChild(f);u.insertBefore(f,u.firstChild)}}var e=640,t=function(n,t,i){window.gel.bootstrap.dropdown?n.addEventListener(t,i):window.jQuery&&$(n).on(t,i)},o=function(){return Math.max(n.documentElement.clientWidth,window.innerWidth||0)<e},s=n.querySelectorAll("header .navbar");Array.prototype.forEach.call(s,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,h,c=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=c):o&&0==c.indexOf(w)&&n[l]?(h=new XMLHttpRequest,h.onreadystatechange=function(){4==h.readyState&&(h.onreadystatechange=function(){},u.text=h.responseText+"\n//@ sourceURL="+c,e())},h.open("GET",c),h.send()):(s.type="text/cache-script",r(s,u,"ready",function(){t.removeChild(s);e()}),s.src=c,t.insertBefore(s,t.firstChild)):k?(s.async=!1,r(s,u,"finished",e),s.src=c,t.insertBefore(s,t.firstChild)):(r(s,u,"finished",e),s.src=c,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],u.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(),n=u[f],o(n)&&(n=n()),n&&(s(n)?(e=[].slice.call(n),e.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 n,t=p,i=w.length,r=i;--r>=0;)n=w.shift(),t=t[n.type].apply(null,n.args);return t},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&&u.async===!0,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 rt(){var i,n,u,f,e,s,t;for(var h in c)if(c.hasOwnProperty(h)){if(i=[],n=c[h],n.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("-"))}}function b(n){var t=u.className,i=r._config.classPrefix||"",f;(h&&(t=t.baseVal),r._config.enableJSClass)&&(f=new RegExp("(^|\\s)"+i+"no-js(\\s|$)"),t=t.replace(f,"$1"+i+"js$2"));r._config.enableClasses&&(t+=" "+i+n.join(" "+i),h?u.className.baseVal=t:u.className=t)}function s(){return"function"!=typeof t.createElement?t.createElement(arguments[0]):h?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(h?"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(n=n.toLowerCase(),i=n.split("."),f=r[i[0]],2==i.length&&(f=f[i[1]]),"undefined"!=typeof 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 ut(n,t){return!!~(""+n).indexOf(t)}function ft(n){return n.replace(/([a-z])-([a-z])/g,function(n,t,i){return t+i.toUpperCase()}).replace(/^-/,"")}function et(n,t){return function(){return n.apply(t,arguments)}}function ot(n,t,i){var r;for(var u in n)if(n[u]in t)return i===!1?n[u]:(r=t[n[u]],o(r,"function")?et(r,i||t):r);return!1}function st(n,i,r,f){var o,a,c,v,l="modernizr",h=s("div"),e=k();if(parseInt(r,10))for(;r--;)c=s("div"),c.id=f?f[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=u.style.overflow,u.style.overflow="hidden",u.appendChild(e)),a=i(h,n),e.fake?(e.parentNode.removeChild(e),u.style.overflow=v,u.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 ht(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 "),st("@supports ("+u+") { #modernizr { position: absolute; } }",function(n){return"absolute"==getComputedStyle(n,null).position})}return i}function ct(n,t,r,u){function c(){a&&(delete e.style,delete e.modElem)}var l,a,h,v,f,y,p;if((u=!o(u,"undefined")&&u,!o(r,"undefined"))&&(l=ht(n,r),!o(l,"undefined")))return l;for(p=["modernizr","tspan"];!e.style;)a=!0,e.modElem=s(p.shift()),e.style=e.modElem.style;for(v=n.length,h=0;v>h;h++)if(f=n[h],y=e.style[f],ut(f,"-")&&(f=ft(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]!=y)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")?ct(e,t,r,u):(e=(n+" "+p.join(f+" ")+f).split(" "),ot(e,t,i))}function nt(n,t,r){return g(n,i,i,t,r)}var tt=[],c=[],f={_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){c.push({name:n,fn:t,options:i})},addAsyncTest:function(n){c.push({name:null,fn:n})}},r=function(){},it,u,h,v,y,p,w,e,l;for(r.prototype=f,r=new r,u=t.documentElement,h="svg"===u.nodeName.toLowerCase(),!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)}}(),f._l={},f.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)},f._trigger=function(n,t){if(this._l[n]){var i=this._l[n];setTimeout(function(){for(var r,n=0;n<i.length;n++)(r=i[n])(t)},0);delete this._l[n]}},r._q.push(function(){f.addTest=a}),r.addAsyncTest(function(){var c,e,l=function(n){u.contains(n)||u.appendChild(n)},v=function(n){n.fake&&n.parentNode&&n.parentNode.removeChild(n)},f=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,y,r,i;try{e="ActiveXObject"in n&&"Pan"in new n.ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(n){}if(c=!("plugins"in navigator&&"Shockwave Flash"in navigator.plugins||e),c||h)f(!1);else{if(r=s("embed"),i=k(),r.type="application/x-shockwave-flash",i.appendChild(r),!("Pan"in r||e))return l(i),f("blocked",r),void v(i);o=function(){return l(i),u.contains(i)?(u.contains(r)?(y=r.style.cssText,""!==y?f("blocked",r):f(!0,r)):f("blocked"),void v(i)):(i=t.body||i,r=s("embed"),r.type="application/x-shockwave-flash",i.appendChild(r),setTimeout(o,1e3))};setTimeout(o,10)}}),v="Moz O ms Webkit",y=f._config.usePrefixes?v.split(" "):[],f._cssomPrefixes=y,p=f._config.usePrefixes?v.toLowerCase().split(" "):[],f._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}),f.testAllProps=g,f.testAllProps=nt,r.addTest("flexbox",nt("flexBasis","1px",!0)),rt(),b(tt),delete f.addTest,delete f.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(){return t.pageXOffset!=f.left?(o(),void u()):void(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),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?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/www/tiles");n("../modules/typekit");n("../modules/www/interactives");n("../modules/card-landing-page");n("../modules/www/service-landing-page");n("../modules/www/flexchart");n("../modules/autocomplete");n("../modules/share-modal");n("../modules/expandable-table");n("../modules/placeholder-polyfill");n("../modules/accordion-tabs");n("../modules/position-sticky");n("../modules/pin-to-top")},{"../modules/accordion-tabs":2,"../modules/autocomplete":3,"../modules/card-landing-page":4,"../modules/expandable-table":5,"../modules/init":6,"../modules/masonry":7,"../modules/pin-to-top":10,"../modules/placeholder-polyfill":11,"../modules/position-sticky":12,"../modules/share-modal":14,"../modules/typekit":16,"../modules/www/flexchart":18,"../modules/www/interactives":19,"../modules/www/service-landing-page":20,"../modules/www/tiles":21}],2:[function(n){"use strict";var t=n("./scroll-to-element");Array.prototype.forEach.call(document.querySelectorAll(".rel-cardsrvc"),function(n){function r(n,t){var r=i.querySelector(".active");r&&r.classList.remove("active");t.classList.contains("collapsed")?n.classList.add("active"):n.classList.remove("active")}var i=document.createElement("ul"),u;i.className="cardsrvc-tabs";n.insertBefore(i,n.firstChild);u=Array.prototype.slice.call(n.querySelectorAll('.cardsrvc-acc-tab [data-toggle="collapse"]'));u.forEach(function(n,f){var e=document.createElement("li"),o=n.cloneNode(!0);i.appendChild(e);e.appendChild(o);0==f&&(n.click(),r(e,n));n.addEventListener("click",function(){if(n.classList.contains("collapsed")){var i=n.getBoundingClientRect().top,f=document.querySelector("#"+n.getAttribute("aria-controls")).getBoundingClientRect().bottom;(i<0||f>document.documentElement.clientHeight)&&t.scrollToElement(n)}u.forEach(function(t){n!==t&&t.classList.remove("collapsed")});r(e,n)});o.addEventListener("click",function(t){t.preventDefault();e.classList.contains("active")||(n.click(),r(e,n))})})})},{"./scroll-to-element":13}],3:[function(n){"use strict";function t(n){return n&&n.__esModule?n:{"default":n}}var u=n("./utils"),i=t(u),f=n("gel-autocomplete"),r=t(f);Array.prototype.forEach.call(document.querySelectorAll("[data-autocomplete-source]"),function(n){"true"===n.getAttribute("data-autocomplete-simple")?n.addEventListener("focus",function(){n.hasAttribute("data-autocomplete-initialized")||i.default.ajax({url:n.getAttribute("data-autocomplete-source"),method:"POST",contentType:"application/json; charset=utf-8",params:"{}",success:function(t){var i=JSON.parse(t).d;i.forEach(function(n){n.href="/topic/"+n.value+".aspx";n.value=n.label});new r.default({element:n,container:document.querySelector(n.getAttribute("data-autocomplete-container")),source:i,maxSuggestionsDisplayed:15});n.setAttribute("data-autocomplete-initialized",!0)}})}):new r.default({element:n,selfPosition:!0,cssClass:"form-autocomplete",source:function(t,r){i.default.ajax({url:n.getAttribute("data-autocomplete-source"),method:"POST",contentType:"application/json; charset=utf-8",params:'{"q":"'+t+'"}',success:function(n){var t=JSON.parse(n).d;r(t)}})}})})},{"./utils":17,"gel-autocomplete":24}],4:[function(n,t,i){"use strict";function f(n){return n&&n.__esModule?n:{"default":n}}function u(){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");Array.prototype.forEach.call(document.querySelectorAll(".card-item .jump-link a"),function(t){var o=s.default.findAncestor(t,"card-item"),u,i,f;o&&(u=t.getAttribute("data-jump-target")||(n?"last":"next"),i=void 0,"next"==u?(f=e(o),f>-1&&(i=r[f+1])):i="last"==u?r[r.length-1]:document.querySelector(".article-cards "+u),t.addEventListener("click",function(n){i&&h.scrollToElement(i);n.preventDefault()}))})}function e(n){for(var i=-1,t=0;t<r.length;t++)if(r[t]===n){i=t;break}return i}Object.defineProperty(i,"__esModule",{value:!0});var o=n("./utils"),s=f(o),h=n("./scroll-to-element"),r=void 0;u();window.wwwV8=window.wwwV8||{};i.default=window.wwwV8.jumpToForm={init:u}},{"./scroll-to-element":13,"./utils":17}],5:[function(){"use strict";Array.prototype.forEach.call(document.querySelectorAll(".expandable-table"),function(n){var i=n.querySelector("tbody"),t=i.children;t.length>5&&!function(){for(var i,r=5;r<t.length;r++)t[r].style.display="none";i=document.createElement("button");i.className="gel-btn gel-btn-primary center-block";i.innerHTML=n.getAttribute("data-expand-btn-label")||"Expand";n.parentElement.insertBefore(i,n.nextElementSibling);i.addEventListener("click",function(){for(var n=5;n<t.length;n++)t[n].style.display="";i.parentElement.removeChild(i)})}()})},{}],6:[function(){"use strict";document.documentElement.classList.remove("nojs");$LAB.setGlobalDefaults({AllowDuplicates:!1})},{}],7:[function(n,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});var r=document.querySelector(".masonry-container"),h=document.querySelector("aside.newsfeed"),e=[],o=310,u={columnCount:1,newsfeedDisplayed:!1},a=function(){if(r){var n=document.createElement("style");n.appendChild(document.createTextNode(""));document.head.appendChild(n);n.sheet.insertRule(".js-masonry-active { position: relative; }",0);n.sheet.insertRule(".js-masonry-active > section { position: absolute; }",1);f();window.addEventListener("resize",f);document.body.addEventListener("typekitLoaded",function(){f(!0)});"onbeforeprint"in window?(window.addEventListener("beforeprint",s),window.addEventListener("afterprint",f)):window.matchMedia&&window.matchMedia("print").addListener(function(n){n.matches?s():f()})}},f=function(){var i=arguments.length>0&&void 0!==arguments[0]&&arguments[0],n=c(),t=!!h&&h.offsetWidth>0,r=i===!0||u.columnCount!=n||u.newsfeedDisplayed!=t;u.columnCount=n;u.newsfeedDisplayed=t;r&&(n>1?v():s())},v=function(){var n,w,b,h,a,t,i,s,v,p;if(e=document.querySelectorAll(".masonry-container > section"),e.length){for(r.classList.add("js-masonry-active"),n=[],w=0;w<u.columnCount;w++)n.push(0);for(b=r.querySelectorAll(".masonry-container > .js-masonry-prepositioned"),h=0;h<b.length;h++)for(var f=b[h],k=l(f.offsetLeft),d=l(f.offsetLeft+f.offsetWidth-1),c=k;c<=d;c++)n[c]=Math.max(f.offsetTop+f.offsetHeight,n[c]);for(a=0;a<e.length;a++)if(t=e[a],!t.classList.contains("js-masonry-prepositioned")){for(i=0,s=1;s<n.length;s++)n[i]>n[s]&&(i=s);for(v=1,t.classList.contains("js-masonry-measure")&&(v=Math.min(y(t),n.length),v>n.length-i&&(i=0)),t.style.top=n[i]+"px",t.style.left=o*i+"px",p=0;p<v;p++)n[i+p]+=t.offsetHeight;t.classList.contains("js-masonry-spacer")&&!function(){var t=Math.max.apply(Math,n);n=n.map(function(n){return Math.max(t,n)})}()}r.style.height=Math.max.apply(null,n)+"px"}},s=function(){r.classList.remove("js-masonry-active");r.style.height=""},c=function(){return Math.max(Math.floor(r.offsetWidth/o),1)},l=function(n){return Math.min(Math.floor(n/o),u.columnCount)},y=function(n){return Math.max(Math.ceil(n.offsetWidth/o),1)};a();window.wwwV8=window.wwwV8||{};window.wwwV8.masonry=r?{container:r,getColumnCount:c,update:f}:null;i.default=window.wwwV8.masonry},{}],8:[function(n,t,i){"use strict";function e(){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 o(){document.head.removeChild(document.getElementById("maxlines-styles"))}function f(n){var t=[];for(n=n.firstChild;n;n=n.nextSibling)3===n.nodeType?t.push(n):t=t.concat(f(n));return t}function s(n){var i=document.createElement("div"),f=document.createElement("span"),h=void 0,c=void 0,o=void 0,s=void 0,u,e,t,l;return(n=n||document.body,u=window.getComputedStyle(n),e=[u.fontFamily,u.fontSize,u.fontWeight,u.lineHeight,u.letterSpacing].join("-"),r.hasOwnProperty(e))?r[e]:"none"!=u.display?(t=document.createElement("div"),t.setAttribute("aria-hidden",!0),t.style.position="absolute",t.style.left="-99999999px",t.innerHTML="…",n.appendChild(t),l=2*t.getBoundingClientRect().width,n.removeChild(t),f.textContent="T",i.appendChild(f),i.classList.add("font-baseline"),n.appendChild(i),h=window.getComputedStyle(f),s=parseInt(h.lineHeight,10),f.style.lineHeight=0,o=f.offsetHeight,c=f.offsetTop+o-i.offsetHeight-i.offsetTop,s=s||o,i.parentNode.removeChild(i),r[e]={elipWidth:l,offset:(s-o)/2+c},r[e]):void 0}function u(n){var i,t;e();n||Array.prototype.forEach.call(document.querySelectorAll('[data-overflow="ellipsis"] .overflow-ellipsis'),function(n){n.parentNode.removeChild(n)});i=[];i=n?document.querySelectorAll('[data-overflow="ellipsis"]:not([data-overflow-checked="1"])'):document.querySelectorAll('[data-overflow="ellipsis"]');t=document.createRange();Array.prototype.forEach.call(i,function(n){var r,o,i,h;if(n.normalize(),r=s(n),r){var e=n.getBoundingClientRect(),u=e.bottom,c=Math.max(e.bottom,e.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,o<=u&&(u=o)),i=i.parentNode;(n.setAttribute("data-overflow-checked",1),u>=c)||(h=f(n),h.reverse(),h.every(function(n){var i=[],f,o;for(n.textContent.replace(/([.,\s]+)/g,function(n,t,r){i.push(r)}),i.reverse(),f=0;f<i.length;f++)if(0!==i[f]){t.setStart(n,i[f]-1);t.setEnd(n,i[f]);var h=t.getBoundingClientRect(),s=h.bottom,c=h.right;if(window.screen.deviceXDPI&&(s/=window.screen.deviceXDPI/window.screen.logicalXDPI,c/=window.screen.deviceXDPI/window.screen.logicalXDPI),s-=r.offset,s<=u&&c+r.elipWidth<e.right)return o=document.createElement("span"),o.className="overflow-ellipsis",o.setAttribute("aria-hidden",!0),t.setStart(n,i[f]),t.setEnd(n,i[f]),t.surroundContents(o),void(o.innerHTML="…<br><br><br>"+o.innerHTML)}return!0}))}});o()}Object.defineProperty(i,"__esModule",{value:!0});i.default=u;var r={};document.querySelector('[data-overflow="ellipsis"]')&&(u(),document.body.addEventListener("typekitLoaded",function(){return u(!0)}))},{}],9:[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,e=(this.pages,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);this.pages.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"),n.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},{}],10:[function(n,t,i){"use strict";function u(n){return n&&n.__esModule?n:{"default":n}}function s(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(){o.forEach(function(n){var t=n.placeholder.getBoundingClientRect();t.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=t.width+"px",n.style.height=t.height+"px",n.style.zIndex="")})}function h(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){n.placeholder=h(n);n.parentNode.insertBefore(n.placeholder,n.nextSibling);n.parentNode.style.position="relative";o.push(n);r()}Object.defineProperty(i,"__esModule",{value:!0});i.update=r;i.pin=f;var c=n("./utils"),l=(u(c),n("lodash/throttle")),e=u(l),o=[];[].concat(s(document.querySelectorAll(".item-pinnable"))).forEach(f);document.addEventListener("scroll",e.default(r,30));window.addEventListener("resize",e.default(r,30))},{"./utils":17,"lodash/throttle":37}],11:[function(){"use strict";var n=document.createElement("input");"placeholder"in n||!function(){var t=function(n){n=n||window.event;var t=n.target||n.srcElement;t.value==t.getAttribute("placeholder")&&(t.value="",t.classList.remove("placeholder"))},i=function(n){n=n||window.event;var t=n.target||n.srcElement;""!=t.value&&t.value!=t.getAttribute("placeholder")||(t.value=t.getAttribute("placeholder"),t.classList.add("placeholder"))},n;Array.prototype.forEach.call(document.querySelectorAll("[placeholder]"),function(n){n.addEventListener("focus",t);n.addEventListener("blur",i);n.blur()});n=function(n){n=n||window.event;var t=n.target||n.srcElement;Array.prototype.forEach.call(t.querySelectorAll("[placeholder]"),function(n){n.value==n.getAttribute("placeholder")&&(n.value="")})};Array.prototype.forEach.call(document.querySelectorAll("form"),function(t){t.querySelector("[placeholder]")&&t.addEventListener("submit",n)})}()},{}],12:[function(){"use strict";var n=document.querySelectorAll(".position-sticky");Array.prototype.forEach.call(n,function(n){return Stickyfill.add(n)})},{}],13:[function(n,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});var r=i.easings={linear:function(n,t,i,r){return i*n/r+t},easeInOutQuad:function(n,t,i,r){return n/=r/2,n<1?i/2*n*n+t:(n--,-i/2*(n*(n-2)-1)+t)},easeInOutCubic:function(n,t,i,r){return n/=r/2,n<1?i/2*n*n*n+t:(n-=2,i/2*(n*n*n+2)+t)}},u=i.scrollToElement=function(n){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,u=arguments.length>2&&void 0!==arguments[2]?arguments[2]:500,e=arguments.length>3&&void 0!==arguments[3]?arguments[3]:r.easeInOutCubic,o=document.documentElement.scrollTop||document.body.parentNode.scrollTop||document.body.scrollTop,s=n.getBoundingClientRect().top,i=0,f=void 0,h=function n(){var h=(new Date).getTime(),r;i+=h-(f||h);f=h;r=e(i,o,s,u);document.documentElement.scrollTop=r;document.body.parentNode.scrollTop=r;document.body.scrollTop=r;i<u?requestAnimationFrame(n):t&&"function"==typeof t&&t()};h()};window.wwwV8=window.wwwV8||{};window.wwwV8.scrollToElement=u},{}],14:[function(){"use strict";var n=document.querySelector("#share-article-modal");n&&!function(){var t=n.querySelector(".share-url input");t.addEventListener("click",function(){t.focus();t.select()})}()},{}],15:[function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}Object.defineProperty(i,"__esModule",{value:!0});i.blazyInstance=i.maxLines=void 0;var u=n("blazy"),f=r(u),e=n("./max-lines"),o=r(e),s=new f.default({error:function(n,t){console.log(n,t)}});i.maxLines=o.default;i.blazyInstance=s},{"./max-lines":8,blazy:22}],16:[function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}function u(n){if(!(Math.max(document.documentElement.clientWidth,window.innerWidth||0)<=768)){var r,u={kitId:"vyo1abu",scriptTimeout:3e3,active:function(){i.fontsLoaded=o=!0;e.default.triggerCustomEvent(document.body,"typekitLoaded")}},f=n.documentElement,c=setTimeout(function(){f.className=f.className.replace(/\bwf-loading\b/g,"")+" wf-inactive"},u.scriptTimeout),t=n.createElement("script"),s=!1,h=n.getElementsByTagName("script")[0];f.className+=" wf-loading";t.src="//use.typekit.net/"+u.kitId+".js";t.async=!0;t.onload=t.onreadystatechange=function(){if(r=this.readyState,!(s||r&&"complete"!=r&&"loaded"!=r)){s=!0;clearTimeout(c);try{Typekit.load(u)}catch(n){}}};h.parentNode.insertBefore(t,h)}}Object.defineProperty(i,"__esModule",{value:!0});i.fontsLoaded=void 0;var f=n("./utils"),e=r(f),o=i.fontsLoaded=!1;u(document)},{"./utils":17}],17:[function(n,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});var r={triggerCustomEvent:function(n,t){var i=document.createEvent("Event");i.initEvent(t,!0,!0);n.dispatchEvent(i)},ajax:function(n){if(!n)return void console.log("Error: `options` object is required");if(!n.url)return void console.log("Error: `url` property of options object is required");n.method=(n.method||"GET").toUpperCase();n.params=n.params||{};"GET"==n.method&&(n.url+="?"+Object.keys(n.params).map(function(t){return t+"="+n.params[t]}).join("&"));var t=new XMLHttpRequest;t.open(n.method,n.url,!0);n.success&&"function"==typeof n.success&&t.addEventListener("load",function(){t.status>=200&&t.status<400?n.success(t.responseText):n.error&&"function"==typeof n.error&&n.error()});n.error&&"function"==typeof n.error&&t.addEventListener("error",n.error);n.contentType&&t.setRequestHeader("Content-Type",n.contentType);"POST"==n.method?(n.contentType||t.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=utf-8"),t.send(n.params)):t.send()},findAncestor:function(n,t){for(;(n=n.parentElement)&&!n.classList.contains(t););return n},loadCSS:function(n){var t=document.createElement("link");t.rel="stylesheet";t.href=n;document.head.appendChild(t)},debounce:function(n,t,i){var r=void 0;return function(){var f=this,u=arguments,e=function(){r=null;i||n.apply(f,u)},o=i&&!r;clearTimeout(r);r=setTimeout(e,t);o&&n.apply(this,u)}}};window.wwwV8=window.wwwV8||{};window.wwwV8.utils=r;i.default=r},{}],18:[function(n){"use strict";function t(n){return n&&n.__esModule?n:{"default":n}}function i(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){var h=new DOMParser,f=h.parseFromString(n,"text/xml"),t=f.querySelector("data set"),c=f.querySelector("visualization").getAttribute("codename"),e=t.querySelector("c sc pre"),o=t.querySelector("c sc suf"),l=(e?e.textContent:"")+"{y}"+(o?o.textContent:""),a=Array.prototype.map.call(t.querySelectorAll("rs r"),function(n){return n.getAttribute("ed")||n.getAttribute("sd")}),i=[],s,r;Array.prototype.forEach.call(t.querySelectorAll("c"),function(n){var u=n.getAttribute("ci"),r=[];Array.prototype.forEach.call(t.querySelectorAll('rs p[ci="'+u+'"]'),function(n){var t=parseFloat(n.textContent);isNaN(t)?r.push(null):r.push(t)});i.push({id:u,points:r,title:n.querySelector("l").textContent})});"USCONSPDNG112723"===c?!function(){var n=function(n){return Math.max.apply(null,n)-Math.min.apply(null,n)};i.sort(function(t,i){return n(i.points.map(function(n){return n.y}))-n(t.points.map(function(n){return n.y}))})}():i.sort(function(n,t){return n.id-t.id});s=document.querySelector(window.wwwV8.flexchart.container);r=document.createElement("div");r.className="chart-container";s.appendChild(r);window.wwwV8.flexchart.chart=new gel.dataviz.LineChart(r,{labels:a,lines:i},{unitFormat:l,mode:"custom",height:300,showHeader:!1,showFooter:!1});u()}function u(){var n=window.wwwV8.flexchart.chart,r=document.querySelector(window.wwwV8.flexchart.container),t=document.createElement("ul");t.className="time-period-selector";r.insertBefore(t,r.firstChild);var e=3,o=new Date(n.data.labels[0].text),s=new Date(n.data.labels[n.data.labels.length-1].text),h=(s.getTime()-o.getTime())/864e5,u=n.metadata.axisX.axisRange/h,c=function(r,f){var e=document.createElement("li");return e.setAttribute("data-zoom-control",""),e.textContent=f,e.addEventListener("click",function(){0===r?n.zoom(1):n.zoomToRange(Math.floor(r*u));[].concat(i(t.querySelectorAll(".active"))).forEach(function(n){n.classList.remove("active")});e.classList.add("active")}),t.appendChild(e),e},f=[[-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]&&e/Math.abs(n[0])>u?null:c(n[0],n[1])}).filter(function(n){return null!==n});f[f.length-1].classList.add("active")}var f=n("../utils"),e=t(f);window.wwwV8.flexchart&&$LAB.script("/Gel-Github/gel-dataviz/gel-dataviz.min.js").wait(function(){e.default.ajax({method:"GET",url:window.wwwV8.flexchart.datasetUrl,success:r})})},{"../utils":17}],19:[function(n){"use strict";function e(n){return n&&n.__esModule?n:{"default":n}}function o(){var n=document.location.pathname.split("/"),t,i;n.length<3||(t=n[1]+"/"+n[2],f[t]&&(i=f[t],(i.scripts||[]).map(u).forEach(function(n){return $LAB.script(n)}),(i.stylesheets||[]).map(u).forEach(function(n){return h.default.loadCSS(n)})))}function u(n){return window.gfwVersion?n+"?v="+window.gfwVersion:n}var s=n("../utils"),h=e(s),t="/Site-WwwV8/JavaScript/Interactives",i="/Site-WwwV8/CSS/Interactives",r=["//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"],f={"poll/125066":{codename:"stateofstates",scripts:[].concat(r,[t+"/interactive-stateofstates.js"]),stylesheets:[i+"/interactive-stateofstates.css"]},"poll/142631":{codename:"usleadership",scripts:[].concat(r,[t+"/interactive-usleadership.js"]),stylesheets:[i+"/interactive-usleadership.css"]},"poll/145913":{codename:"communitywellbeing",scripts:[].concat(r,[t+"/interactive-communitywellbeing.js"]),stylesheets:[i+"/interactive-communitywellbeing.css"]},"poll/145487":{codename:"employment",scripts:[].concat(r,[t+"/interactive-employment.js"]),stylesheets:[]},"gallupcareers/178535":{codename:"selectionprocess",scripts:[].concat(r,[t+"/interactive-selectionprocess.js"]),stylesheets:[i+"/interactive-selectionprocess.css"]},"poll/154559":{codename:"electioncenter",scripts:[].concat(r,[t+"/interactive-electioncenter.js"]),stylesheets:[i+"/interactive-electioncenter.css"]},"interactives/185273":{codename:"pjac",scripts:["/Gel-Github/gel-dataviz/gel-dataviz.min.js",t+"/interactive-pjac.js"],stylesheets:[i+"/interactive-pjac.css"]}};o()},{"../utils":17}],20:[function(n){"use strict";function t(n){return n&&n.__esModule?n:{"default":n}}var i=n("../pager"),r=t(i);Array.prototype.forEach.call(document.querySelectorAll('.cardsrvc-acc-tab[class*="tabitems-"]'),function(n){var t=void 0,i;(Array.prototype.forEach.call(n.classList,function(n){0===n.indexOf("tabitems-")&&(t=parseInt(n.substring(9)))}),t)&&(i=n.querySelector(".flex-wrapper"),i&&new r.default(i,{itemsPerPage:t,itemSelector:".flex-item"}))})},{"../pager":9}],21:[function(n,t,i){"use strict";function a(n){return n&&n.__esModule?n:{"default":n}}function k(n){var t,i;if(n&&n.__esModule)return n;if(t={},null!=n)for(i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i]);return t.default=n,t}Object.defineProperty(i,"__esModule",{value:!0});var d=n("../tiles"),f=k(d),g=n("imagesloaded"),h=a(g),nt=n("../utils"),v=a(nt);window.wwwV8=window.wwwV8||{};var r=document.querySelector("aside.newsfeed"),tt=100,e=[],c=function n(){var o=parseInt(r.getAttribute("data-start"),10)||r.querySelectorAll(".type-release").length,t=0,s=document.querySelector(".content-main"),c,i,u,f;if(r.clientHeight?(c=s.offsetHeight,t=Math.floor((c-r.offsetHeight)/tt)):t=21-r.querySelectorAll(".type-release:not(.cloned)").length,e.length){for(i=Math.min(t,e.length),u=0;u<i;u++)r.appendChild(e.pop());t-=i;0==t&&l()}if(t>0)t+=10,v.default.ajax({method:"GET",url:"/newsfeed.aspx",params:{start:o,count:t},success:function(i){r.insertAdjacentHTML("beforeend",i);r.setAttribute("data-start",o+t);l();document.body.classList.contains("cmsviewb")&&y();h.default(s,function(){n()})},error:function(n){console.log(n)}});else if(t<0)for(f=t;f<0&&r.lastElementChild;f++)e.push(r.lastElementChild),r.removeChild(r.lastElementChild)},y=function(){var l,u,o,s,h,t,i,f,a;if(wwwV8.masonry){var e=r.querySelectorAll("section:not(.js-cloned)"),v=wwwV8.masonry.container,n=document.querySelectorAll(".masonry-container > section"),c=void 0;if(v.querySelector(".news-tile-group")){for(l=n.length,u=n.length-1;u>=0;u--)if(n[u].classList.contains("news-tile-group")){l=u;break}c=Math.min(l+4,n.length)}else c=2;for(o=[],s=c;s<n.length;s+=3)o.push(n[s]);for(h=0,t=0;t<e.length&&!(e.length-t<3);t+=3){for(i=document.createElement("section"),f=0;f<3;f++)a=e[t+f].cloneNode(!0),a.classList.add("js-clone"),i.appendChild(a),e[t+f].classList.add("js-cloned");if(i.classList.add("news-tile-group"),i.classList.add("cmstile"),i.classList.add("merged"),!(h<o.length))break;v.insertBefore(i,o[h]);h++}wwwV8.masonry.update(!0)}},o={length:0},it=function(){var t,n,i;if(wwwV8.masonry)for(t=wwwV8.masonry.container.querySelectorAll("[data-tileid]:not(.js-clone)"),n=0;n<t.length;n++)i=t[n].getAttribute("data-tileid"),o.hasOwnProperty(i)||(o[i]=!0,o.length++)},p=0,rt=8,l=function(){var t,n,u,i,f;for(it(),t=r.querySelectorAll("[data-tileid]"),n=0;n<t.length&&!(p>=rt);n++)u=t[n].getAttribute("data-tileid"),o.hasOwnProperty(u)&&(r.removeChild(t[n]),p++);i=r.querySelector(".type-speedbump");i.parentNode.removeChild(i);f=r.querySelector("section:nth-of-type(3)");r.insertBefore(i,f)},s=document.querySelector(".content-more"),u=document.querySelector(".search-load-more"),w=-1,b=function(){var t=parseInt(u.getAttribute("data-startpage"),10),i=parseInt(u.getAttribute("data-totalpages"),10),e=parseInt(u.getAttribute("data-currentpage"),10),n=e+1,o=u.getAttribute("data-qs")||window.location.href.slice(window.location.href.indexOf("?")+1);t&&n<=i&&n>w?(u.style.opacity=.5,w=n,v.default.ajax({method:"GET",url:"/Search/raw.aspx?"+o.replace("&p="+t,"&p="+n),success:function(t){u.setAttribute("data-currentpage",n);n+1>i&&(s.style.display="none");wwwV8.masonry&&(wwwV8.masonry.container.insertAdjacentHTML("beforeend",t),wwwV8.masonry.update(!0),f.blazyInstance.revalidate(),u.style.opacity=1,h.default(wwwV8.masonry.container,function(){wwwV8.masonry.update(!0)}),r&&c(),f.maxLines(!0))},error:function(){s.style.display="none"}})):s.style.display="none"};wwwV8.masonry&&h.default(wwwV8.masonry.container,function(){wwwV8.masonry.update(!0);f.maxLines()});r&&(r.setAttribute("data-start",r.querySelectorAll(".type-release").length),l(),document.body.classList.contains("cmsviewb")&&y(),c());u&&(u.getAttribute("data-startpage")?u.addEventListener("click",b):s.style.display="none");window.wwwV8.tiles={newsfeedContainer:r,loadTiles:b,loadNews:c,maxLines:f.maxLines};i.default=wwwV8.tiles},{"../tiles":15,"../utils":17,imagesloaded:25}],22:[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,l={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 e(f,l)}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(" "+n.className+" ").indexOf(" "+t+" ")!==-1}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&&t(n[i],i)!==!1;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=[],n=n.replace(/\[for\b/gi,"[htmlFor").split(","),i=n.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={};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)})}})},{}],23:[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 r.indexOf(t)==-1&&r.push(t),this}},n.once=function(n,t){if(n&&t){this.on(n,t);var i=this._onceEvents=this._onceEvents||{},r=i[n]=i[n]||{};return r[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),r!=-1&&i.splice(r,1),this},n.emitEvent=function(n,t){var r=this._events&&this._events[n],u,i,f,e;if(r&&r.length){for(u=0,i=r[u],t=t||[],f=this._onceEvents&&this._onceEvents[n];i;)e=f&&f[i],e&&(this.off(n,i),delete f[i]),i.apply(this,t),u+=e?0:1,i=r[u];return this}},t})},{}],24:[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){var t=t||u.source,i;return t.length<1?[]:(i=new RegExp(n,"i"),"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)],t);f++)if(t.length<u.maxSuggestions||t.length<i)r=t,i=t.length;else{if("undefined"!=typeof i)break;i=t.length}return r?v(n,r):null}var o,s,f,e,y,u,p;if(!r)return void console.log("Error: No options object passed");if(!(r.hasOwnProperty("element")&&r.element instanceof Element))return void console.log("Error: Invalid input element provided");if(!r.hasOwnProperty("source")||!Array.isArray(r.source)&&"function"!=typeof r.source)return void console.log("Error: Invalid source provided -- must be an array or function");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)return void u.clearSuggestions();if(!Array.isArray(t))return void console.log("Error: Invalid suggestions array");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")};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()}})},{}],25:[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)}(window,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){return this instanceof i?("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),void setTimeout(function(){this.check()}.bind(this))):new i(n,t,r)}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),this.options.background===!0&&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;return this.progressedCount=0,this.hasAnyBroken=!1,this.images.length?void this.images.forEach(function(t){t.once("progress",n);t.check()}):void 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(){var n=this.getIsImageComplete();return n?void 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),void(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;var n=this.getIsImageComplete();n&&(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;t&&(f=t,f.fn.imagesLoaded=function(n,t){var r=new i(this,n,t);return r.jqDeferred.promise(f(this))})},i.makeJQueryPlugin(),i})},{"ev-emitter":23}],26:[function(n,t){var i=n("./_root"),r=i.Symbol;t.exports=r},{"./_root":31}],27:[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":26,"./_getRawTag":29,"./_objectToString":30}],28:[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:{})},{}],29:[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":26}],30:[function(n,t){function i(n){return u.call(n)}var r=Object.prototype,u=r.toString;t.exports=i},{}],31:[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":28}],32:[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(w,t),it?k(n):v}function ut(n){var r=n-c,u=n-y,i=t-r;return p?s(i,b-u):i}function nt(n){var i=n-c,r=n-y;return void 0===c||i>=t||i<0||p&&r>=b}function w(){var n=i();return nt(n)?tt(n):void(h=setTimeout(w,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(p)return h=setTimeout(w,t),k(c)}return void 0===h&&(h=setTimeout(w,t)),v}var l,a,b,v,h,c,y=0,it=!1,p=!1,g=!0;if("function"!=typeof n)throw new TypeError(e);return t=r(t)||0,f(u)&&(it=!!u.leading,p="maxWait"in u,b=p?o(r(u.maxWait)||0,t):b,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":33,"./now":36,"./toNumber":38}],33:[function(n,t){function i(n){var t=typeof n;return null!=n&&("object"==t||"function"==t)}t.exports=i},{}],34:[function(n,t){function i(n){return null!=n&&"object"==typeof n}t.exports=i},{}],35:[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":27,"./isObjectLike":34}],36:[function(n,t){var i=n("./_root"),r=function(){return i.Date.now()};t.exports=r},{"./_root":31}],37:[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":32,"./isObject":33}],38:[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":33,"./isSymbol":35}]},{},[1])